(edit-abbrevs-redefine): Temporarily widen.
[emacs.git] / lisp / ChangeLog
blob22f9e76827048ef8274589ca96c7aac4ed8c4dc5
1 2006-04-18  Stefan Monnier  <monnier@iro.umontreal.ca>
3         * complete.el (partial-completion-mode):
4         Use 'choose-completion-string-functions to make sure that
5         choose-completion fills the minibuffer properly.
7         * complete.el (PC-old-read-file-name-internal): Remove.
8         (PC-read-include-file-name-internal): Remove.  Turn it into an advice
9         of read-file-name-internal.
10         (partial-completion-mode): Enable/disable this advice.
12 2006-04-18  Juanma Barranquero  <lekktu@gmail.com>
14         * net/tramp.el (tramp-completion-file-name-handler): Revert change
15         of 2006-04-17.
17 2006-04-18  Carsten Dominik  <dominik@science.uva.nl>
19         * textmodes/org.el (org-insert-heading): Insert heading before
20         current if at beginning of line.
21         (org-todo, org-date): New faces.
22         (org-table-align): Make sure tooltip window contains full text.
23         (org-no-properties): New defsubst.
24         (org-set-font-lock-defaults): Use new faces.
26 2006-04-18  Nick Roberts  <nickrob@snap.net.nz>
28         * progmodes/gud.el (gud-speedbar-item-info): Display frame address
29         for root variables.
31         * progmodes/gdb-ui.el (gdb-pc-address): Rename from gdb-frame-address.
32         (gdb-frame-address): Re-use to identify frame for watch expression.
33         (gdb-var-list, gdb-var-create-handler): Add frame address for root
34         variables.
35         (gdb-init-1, gdb-source, gdb-post-prompt, )
36         (gdb-assembler-custom, gdb-invalidate-assembler): Use gdb-pc-address.
37         (gdb-frame-handler): Get gdb-frame-address.
39 2006-04-17  Michael Albinus  <michael.albinus@gmx.de>
41         Sync with Tramp 2.0.53.
43         * net/tramp.el (tramp-completion-mode): ?\t has event-modifier
44         'control.  Reported by Matthias F\e,bv\e(Brste <slashdevslashnull@gmx.net>.
45         (tramp-completion-file-name-handler): Add autoload cookie for
46         adding to `file-name-handler-alist'.
48         * net/tramp-smb.el (tramp-smb-wait-for-output): Wait always for
49         the prompt.  If it returns earlier (when detecting an error
50         message), the rest of the output will merge accidently with the
51         output of the next command.  Reported by M Jared Finder
52         <jared@hpalace.com>.
54         * net/tramp-vc.el (vc-user-login-name): Wrap defadvice with a test
55         for `process-file', in order to let it work for older Emacsen too.
57 2006-04-17  Ralf Angeli  <angeli@iwi.uni-sb.de>
59         * textmodes/tex-mode.el (tex-font-lock-match-suscript): New function.
60         (tex-font-lock-keywords-3): Use it.
62 2006-04-16  Stefan Monnier  <monnier@iro.umontreal.ca>
64         * newcomment.el (comment-add): New function.
65         (comment-region-default, comment-dwim): Use it.
67 2006-04-15  Michael Olson  <mwolson@gnu.org>
69         * emacs-lisp/tq.el: Improve comments.
70         (tq-queue-head-question): New accessor function.
71         (tq-queue-head-regexp, tq-queue-head-closure, tq-queue-head-fn):
72         Update for modified queue structure.
73         (tq-queue-add): Accept `question' argument.
74         (tq-queue-pop): If a question is pending, send it.
75         (tq-enqueue): Accept new optional argument `delay-question'.
76         If this is non-nil, and at least one other question is pending a
77         response, queue the question rather than sending it immediately.
79 2006-04-15  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
81         * calendar/appt.el (appt-add): Check whether an appointment is
82         already present in appt-time-msg-list.  Simplify code.
84 2006-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
86         * progmodes/cc-langs.el (c-mode-menu):
87         Don't presume c-subword-mode is bound.
89 2006-04-13  Bill Wohler  <wohler@newt.com>
91         * cus-edit.el (customize-package-emacs-version-alist): Update docstring.
92         (customize-package-emacs-version): Use cdr instead of cadr now
93         that alists use dotted pairs.
95         * custom.el (defcustom): Fix docstring for :package-version.
97 2006-04-13  Michael Albinus  <michael.albinus@gmx.de>
99         * net/tramp.el (tramp-display-shell-command-buffer): New defvar.
100         (tramp-handle-shell-command): Display output buffer only when
101         `tramp-display-shell-command-buffer' is true.
102         (tramp-handle-process-file): Set `tramp-display-shell-command-buffer'.
104 2006-04-13  Carsten Dominik  <dominik@science.uva.nl>
106         * textmodes/org.el (org-set-autofill-regexps): Set only the local
107         values of `adaptive-fill-regexp' and `adaptive-fill-function'.
109 2006-04-13  Romain Francoise  <romain@orebokech.com>
111         * pcvs-parse.el (cvs-parse-table): Use `with-temp-buffer' to avoid
112         leaving temporary .cvsignore buffers behind.
114 2006-04-13  Carsten Dominik  <dominik@science.uva.nl>
116         * textmodes/org.el: (org-set-regexps-and-options)
117         (org-get-current-options): Better names for the startup folding
118         options.
120 2006-04-13  Thien-Thi Nguyen  <ttn@gnu.org>
122         * vc.el (vc-annotate): Arrange for point to end up at the same
123         line number as in the original, but only when using a new buffer.
125 2006-04-12  Davis Herring  <herring@lanl.gov>  (tiny change)
127         * files.el (hack-one-local-variable-eval-safep):
128         Recognize `edebug-form-spec' for `put', but only if it passes
129         `edebug-basic-spec'.  Generalize `put' handling.
131         * emacs-lisp/edebug.el (edebug-basic-spec): New function for
132         vetting file-local form specs.
134         * allout.el (allout-layout): Autoload its `safe-local-variable'
135         property.
137 2006-04-13  Carsten Dominik  <dominik@science.uva.nl>
139         * textmodes/org.el: (org-ctrl-c-ctrl-c): Improve documentation string.
140         (org-agenda-mouse-1-follows-link)
141         (org-mouse-1-follows-link): New options.
142         (org-format-agenda-item): Fix bug if TAGS is nil.
143         (org-agenda-get-scheduled): Quote `priority' symbol in plist.
145 2006-04-13  Nick Roberts  <nickrob@snap.net.nz>
147         * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers):
148         GDB 6.1+ gives full filename for "info sources" so use
149         file-name-nondirectory.
151 2006-04-12  Romain Francoise  <romain@orebokech.com>
153         * subr.el (read-passwd): Bind `message-log-max' to nil.
155 2006-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
157         * progmodes/perl-mode.el (perl-indent-new-calculate):
158         Recompute parse-start after jumping backward by a whole sexp.
160 2006-04-11  Stefan Monnier  <monnier@iro.umontreal.ca>
162         * vc.el (vc-ensure-vc-buffer): Only change current-buffer, not the
163         window configuration.
164         (vc-annotate-display-select): Select the buffer so that current-buffer
165         (and selected-window) is the output buffer at the end of vc-annotate.
167 2006-04-11  J.D. Smith  <jdsmith@as.arizona.edu>
169         * vc.el (vc-annotate-color-map): Add custom TTY color map for
170         8-color terminals, to use all of the colors in a sensible order.
171         256-color terminals work well with the standard map.
172         (vc-annotate-lines): Only strip the first color character if it
173         is "#", to allow for terminal-style named colors.
174         (vc-annotate-warp-version): Pass buf to `goto-line' to ensure
175         the correct buffer is scrolled.
177 2006-04-11  Richard Stallman  <rms@gnu.org>
179         * emacs-lisp/bytecomp.el (byte-compile-file):
180         Bind enable-local-variables to :safe, and make normal-mode obey it.
182         * files.el (enable-local-variables): Allow value :safe.
183         (normal-mode): Doc fix.
184         (hack-local-variables): Implement enable-local-variables = :safe.
185         (hack-local-variables-confirm): Don't prevent quitting.
187 2006-04-11  Stefan Monnier  <monnier@iro.umontreal.ca>
189         * loadhist.el (unload-feature): A bit of sanity check of
190         load-history entries.  Cancel timer-vars before unbinding them.
192         * hexl.el (hexl-isearch-search-function): Fix regexp-building code to
193         quote special chars, and make the trick work on the hex part of the
194         buffer as well.
195         (hexl-mode, hexl-save-buffer, hexl-mode-exit)
196         (hexl-maybe-dehexlify-buffer): Use restore-buffer-modified-p.
198         * startup.el (normal-splash-screen): Fix last change so we don't wait
199         2 minutes if we don't show the splash screen.
201 2006-04-11  Carsten Dominik  <dominik@science.uva.nl>
203         * textmodes/org.el (org-export-plain-list-max-depth)
204         (org-table-spaces-around-separators)
205         (org-radio-targets, org-activate-camels)
206         (org-table-spaces-around-invisible-separators): Options removed.
207         (org-time-stamp-rounding-minutes, org-remember-templates)
208         (org-ellipsis, org-activate-links, org-descriptive-links):
209         New options.
210         (org-remember-apply-template, org-current-time)
211         (org-finish-edit-table-field)
212         (org-link-unescape, org-link-escape)
213         (org-string-width, org-table-clean-line, org-html-do-expand)
214         (org-edit-agenda-file-list, org-store-new-agenda-file-list)
215         (org-read-agenda-file-list): New functions.
216         (org-table-edit-field)
217         (org-table-create-or-convert-from-region): New commands
218         (org-table-toggle-vline-visibility): Command removed.
219         (org-table-convert-region): Made a command.
220         (orgtbl-deleta-backward-char,orgtbl-delete-char): Remove commands.
221         Replace with the normal org- functions.
222         (org-self-insert-command): Don't trigger realign unnecessarily
223         when blanking a field that is not full.
224         (org-mode): `Set buffer-invisibility-spec' for links.
225         (org-activate-links2): Hide link part and only show descriptive
226         part of the link.
227         (org-insert-link): Modify for new linking system.
228         (org-store-link): Store description separately, for use by
229         `org-insert-link'.
230         (org-table-align): Use `org-string-width'.
231         (defgroup): Completely new group structure for custom variables.
232         (org-agenda-files): Option: Single file name allowed.  Function:
233         Optional argument unrestrited means ignore any restricitons.
234         (org-install-agenda-files-menu): Find a buffer in Org-mode before
235         trying to modify the menu.  Use generalized access to
236         `org-agenda-files.'
237         (org-agenda-list, org-todo-list, org-cycle-agenda-files)
238         (org-agenda-file-to-front, org-remove-file, org-diary)
239         (org-tags-view, org-export-icalendar-all-agenda-files)
240         (org-export-icalendar-combine-agenda-files): Use generalized
241         access to `org-agenda-files'.
242         (org-remember-handler): Correctly preserve heading if present.
243         (org-table-insert-row, org-table-insert-hline): Deal with
244         invisible characters.
246 2006-04-10  J.D. Smith  <jdsmith@as.arizona.edu>
248         * vc.el (vc-annotate-display-mode): Made default 'fullscale.
249         (vc-annotate-color-map): New 18 element constant
250         value/saturation, rotating hue colormap, from red->blue.
251         (vc-annotate-mode-menu): "Default" -> "By Color Map Range".
252         (vc-annotate-display-select): Switch to annotate-mode elsewhere.
253         (vc-annotate): To avoid killing the required local variables,
254         set them before the end of `with-output-to-temp-buffer', and
255         after first switching to annotate-mode.
256         (vc-annotate-warp-version): Add buffer argument in goto-line to
257         ensure annotation, not source, is scrolled.
259 2006-04-10  Bill Wohler  <wohler@newt.com>
261         * custom.el (defcustom, custom-handle-keyword):
262         Add :package-version keyword.
263         (custom-add-package-version): New function.  Sets value of new
264         property 'custom-package-version from :package-version keyword.
265         (defcustom): Create Common Keywords section in docstring.
266         (defface, defgroup): Replace definitions of a select few keywords
267         with a reference to the Common Keywords in defcustom.
268         (defcustom, defface, defgroup): Replace reference to Customization
269         chapter in manual with hyperlink.
271         * cus-edit.el (customize-package-emacs-version-alist):
272         New variable.
273         (customize-changed-options): Add check for custom-package-version.
274         (customize-package-emacs-version): New function to look up Emacs
275         version corresponding to the given package version.
277         * emacs-lisp/find-func.el (find-function-regexp): Allow dashes in
278         defun name, in similar fashion to find-variable-regexp.
280 2006-04-10  Eli Zaretskii  <eliz@gnu.org>
282         * international/mule-cmds.el (set-locale-environment): Fix last
283         change for when the locale's preferences don't specify any encoding.
285 2006-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
287         * emacs-lisp/find-func.el (find-function-search-for-symbol): Fix regexp
288         so the defined var/fun doesn't need to be quoted.
290 2006-04-10  Richard Stallman  <rms@gnu.org>
292         * finder.el (finder-mode-map): Add n and p bindings.
294 2006-04-10  Nick Roberts  <nickrob@snap.net.nz>
296         * progmodes/gdb-ui.el (gdb-init-1): Re-initialise gdb-main-file to nil.
297         (gdb-get-version): Make it work for pre "interpreter mi" (GDB 5.3?).
298         (gdb-setup-windows): Put something in source window if we can't find
299         the source file.
300         (gdb-frame-handler): Make it work again with just assembly.
301         (gdb-data-list-register-values-handler): Make it work when there is
302         no stack.
304 2006-04-09  Richard Stallman  <rms@gnu.org>
306         * mail/rmail.el (rmail-mime-charset-pattern): Ignore format and delsp
307         specs while looking for charset.
309         * textmodes/picture.el (picture-mode-exit): Run picture-mode-exit-hook.
311         * play/landmark.el (lm-font-lock-face-O, lm-font-lock-face-X):
312         Make them faces.
313         (lm-font-lock-keywords): Update appropriately.
315 2006-04-10  Kim F. Storm  <storm@cua.dk>
317         * simple.el (filter-buffer-substring): Add NOPROPS arg, so
318         it can also replace buffer-substring-no-properties.
320         * emulation/cua-base.el (cua-delete-region, cua-paste)
321         (cua-repeat-replace-region): Use filter-buffer-substring.
323         * emulation/cua-gmrk.el (cua-copy-region-to-global-mark)
324         (cua-cut-region-to-global-mark): Likewise.
326         * emulation/cua-rect.el (cua--extract-rectangle)
327         (cua-incr-rectangle, cua--rectangle-aux-replace): Likewise.
329 2006-04-09  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
331         * textmodes/bibtex.el (bibtex-entry-update): New optional arg
332         entry-type.  Add field delimiters to numerical fields if they are
333         not present.
335 2006-04-09  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
337         * textmodes/bibtex.el (bibtex-find-text-internal): Add new element
338         string-const to return value.
339         (bibtex-remove-delimiters): Use it.
341 2006-04-08  Stefan Monnier  <monnier@iro.umontreal.ca>
343         * emacs-lisp/bytecomp.el (byte-compile-form): Don't call
344         cl-byte-compile-compiler-macro unless it exists.
346 2006-04-08  Eli Zaretskii  <eliz@gnu.org>
348         * files.el (hack-local-variables-confirm) <offer-save>:
349         Clarify message text.  Suggested by Ralf Angeli.
351 2006-04-08  Michael Cadilhac  <michael.cadilhac@lrde.org>  (tiny change)
353         * rect.el (kill-rectangle): Don't barf if `kill-read-only-ok' is set.
354         (delete-extract-rectangle-line): Use `filter-buffer-substring'
355         instead of `buffer-substring' and `delete-region'.  (Most of the
356         code actually copied from `kill-region'.)
358 2006-04-08  Ryan Yeske  <rcyeske@gmail.com>
360         * rcirc.el (rcirc-default-server): Rename from rcirc-server.
361         (rcirc-default-port): Rename from rcirc-port.
362         (rcirc-default-nick): Rename from rcirc-nick.
363         (rcirc-default-user-name): Rename from rcirc-user-name.
364         (rcirc-default-user-full-name): Rename from rcirc-user-full-name.
365         (rcirc-low-priority-flag): New variable.
366         (rcirc-decode-coding-system): New defcustom.
367         (rcirc-encode-coding-system): New defcustom.
368         (rcirc-coding-system-alist): New defcustom.
369         (rcirc-multiline-major-mode): New defcustom.
370         (rcirc-nick): New internal variable.
371         (rcirc-process): Remove variable.
372         (rcirc-server-buffer): New variable.
373         (rcirc): Update to use rcirc-default-* variables above.
374         (rcirc-connect): Do not add window-configuration-hook-here.
375         (rcirc-server): New internal variable.
376         (rcirc-connect): Do not send keepalive pings if
377         rcirc-keepalive-seconds is nil.
378         (with-rcirc-server-buffer): New macro.
379         (rcirc-send-string): Encode with rcirc-encode-coding-system.
380         (rcirc-server-name): Rename from rcirc-server.
381         (rcirc-buffer-process): New function.
382         (rcirc-buffer-nick): New function.
383         (rcirc-buffer-target): Remove function.
384         (set-rcirc-decode-coding-system, set-rcirc-encode-coding-system):
385         New commands.
386         (rcirc-mode-map): Change binding of C-c C-l to
387         rcirc-toggle-low-priority.
388         (rcirc-mode): Initialize coding system based on
389         rcirc-coding-system-alist.  New change-major-mode-hook to part the
390         channel on a mode change.  Make kill-buffer-hook buffer-local.
391         (rcirc-change-major-mode-hook): New function.
392         (rcirc-clean-up-buffer): Rename from rcirc-kill-buffer-hook-1.
393         (rcirc-last-post-time): New variable.
394         (rcirc-process-message): Store the last time user posted a message
395         to this target.
396         (rcirc-multiline-minor-mode): New mode.
397         (rcirc-multiline-minor-mode-map): New mode map.
398         (rcirc-edit-multiline): Put multiline-edit buffer in
399         rcirc-multiline-major-mode along with rcirc-multiline-minor-mode.
400         (rcirc-print): Ignore any line starting with an ignored nick.
401         (rcirc-print): Decode using rcirc-decode-coding-system.
402         (rcirc-track-minor-mode): Update global-mode-string when disabling
403         this mode.
404         (minor-mode-alist): Add LowPri indicator.
405         (rcirc-toggle-low-priority): New function.
406         (rcirc-last-non-irc-buffer): Prefix arg now no means switch to
407         next lowpriority buffer with activity.
408         (rcirc-record-activity): Sort buffers in rcirc-activity by the
409         last time the user posted a message in to the target.
410         (rcirc-update-activity-string): New formatting for low priority
411         buffers.
412         (rcirc-split-activity): New function.
413         (rcirc-handler-PART, rcirc-handler-KICK)
414         (rcirc-handler-PART-or-KICK): Kick responses are printed properly.
415         (rcirc-nick-away-alist): New variable.
416         (rcirc-handler-301): New handler.  Away messages are printed once
417         per change.
419 2006-04-08  Eli Zaretskii  <eliz@gnu.org>
421         * info.el (Info-follow-nearest-node): Doc fix.
423         * international/mule-cmds.el (set-locale-environment): Make sure
424         the coding-system preferred by the locale's language has the same
425         EOL conversion type as the original buffer-file-coding-system.
426         (locale-language-names): Add a few MS Windows language codes.
428 2006-04-07  Richard Stallman  <rms@gnu.org>
430         * simple.el (eval-expression): Doc fix.
432         * emacs-lisp/lisp-mode.el (eval-print-last-sexp, eval-last-sexp)
433         (eval-defun): Doc fixes.
435 2006-04-07  Reiner Steib  <Reiner.Steib@gmx.de>
437         * pgg-gpg.el: Revert to revision 1.8 to allow the use of gpg-agent.
439 2006-04-07  Nick Roberts  <nickrob@snap.net.nz>
441         * progmodes/gdb-ui.el (gdb-init-2): Set current filename using
442         GDB list command without argument for greater generality.
444 2006-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
446         * subr.el (string-or-null-p): New function.
448         * textmodes/paragraphs.el (sentence-end): Use string-or-null-p.
450         * textmodes/ispell.el (ispell-local-dictionary): Use string-or-null-p.
452         * files.el: Update comment about safe-local-variable declarations.
454 2006-04-06  J.D. Smith  <jdsmith@as.arizona.edu>
456         * progmodes/idlwave.el: Updated to IDLWAVE version 6.0.
457         See idlwave.org.
459         * progmodes/idlw-shell.el: Updated to IDLWAVE version 6.0.
460         See idlwave.org.  Includes code to obsolete idlw-rinfo.el.
462         * progmodes/idlw-help.el: Updated to IDLWAVE version 6.0.
463         See idlwave.org.
465         * progmodes/idlw-complete-structtag.el: Updated to IDLWAVE
466         version 6.0 (minimal changes).  See idlwave.org.
468         * progmodes/idlw-toolbar.el: Updated to IDLWAVE version
469         6.0 (minimal changes).  See idlwave.org.
471         * progmodes/idlw-rinfo.el: File obsoleted and removed.
473 2006-04-06  Romain Francoise  <romain@orebokech.com>
475         * pgg-gpg.el: Sync back with Gnus 5.10, reverting changes that add
476         symmetric encryption features and a new asynchronous interface to
477         GnuPG.  This new version is version 1.4, plus whitespace changes.
479 2006-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
481         * files.el: Move some `safe-local-variable' declarations to the
482         respective files.
484         * textmodes/ispell.el (ispell-check-comments)
485         (ispell-local-dictionary): Mark as safe.
487         * abbrev.el (abbrev-mode): Mark as safe.
489         * add-log.el (change-log-default-name): Mark as safe.
491         * textmodes/reftex-vars.el (reftex-vref-is-default)
492         (reftex-fref-is-default, reftex-level-indent)
493         (reftex-guess-label-type): Mark as safe.
495         * textmodes/fill.el (colon-double-space): Mark as safe.
497         * textmodes/paragraphs.el (paragraph-start, paragraph-separate)
498         (sentence-end-double-space, sentence-end-without-period)
499         (sentence-end-without-space, sentence-end, sentence-end-base)
500         (page-delimiter, paragraph-ignore-fill-prefix): Mark as safe.
502 2006-04-06  Kim F. Storm  <storm@cua.dk>
504         * ido.el (ido-mode): Remove ido-ignore-unc-host-regexps from
505         the :set-after list.
506         (ido-downcase-unc-hosts): New user option.  Default on.
507         (ido-ignore-unc-host-regexps): Don't reset ido-unc-hosts-cache
508         when it is set, as regexps are now applied on the fly.
509         (ido-unc-hosts): Keep all known hosts in ido-unc-hosts-cache.
510         Make C-a DTRT--filter hosts through ido-ignore-unc-host-regexps
511         on the fly, but only when ido-process-ignore-lists is set.
512         Do case insensitive filtering if ido-downcase-unc-hosts is set.
513         Only downcase names if ido-downcase-unc-hosts is set.
515 2006-04-06  Juanma Barranquero  <lekktu@gmail.com>
517         * ido.el (ido-unc-hosts-cache): Fix typo in docstring.
519         * woman.el (WoMan-xref-man-page): Fix call to `substring'.
521 2006-04-05  Kim F. Storm  <storm@cua.dk>
523         * ido.el (ido-mode): Set after ido-unc-hosts and
524         ido-ignore-unc-host-regexps.
525         (ido-save-history): Save ido-unc-hosts-cache.
526         (ido-load-history): Load ido-unc-hosts-cache.
527         (ido-reread-directory): Refresh unc hosts cache in // dir.
529         * startup.el (fancy-splash-screens): Set emulation-mode-map-alists
530         to nil while displaying slash screen.
532 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
534         * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region):
535         Wait for BEGIN_SIGNING too, new in GnuPG 1.4.3.
537 2006-04-05  Kenichi Handa  <handa@m17n.org>
539         * international/characters.el: Setup cases of Latin, Greek, and
540         Cyrillic characters in CJK charsets.
542 2006-03-29  Daiki Ueno  <ueno@unixuser.org>
544         * pgg-gpg.el (pgg-gpg-start-process): Don't bind
545         default-enable-multibyte-characters.  This reverts the change from
546         revision 6.17 which is no longer necessary because the passphrase
547         is sent separately now.  GnuPG messages are unreadable under
548         multibyte locales with default-enable-multibyte-characters set to nil.
550 2006-04-04  Andreas Schwab  <schwab@suse.de>
552         * files.el: Mark `left-margin', `byte-compile-dynamic-docstrings'
553         and `byte-compile-warnings' as `safe-local-variable'.
555 2006-04-04  Dan Nicolaescu  <dann@ics.uci.edu>
557         * man.el (Man-mode-map): Restore the \r binding.
558         (Man-abstract-xref-man-page): If Man-target-string is a function,
559         call it.
560         (Man-highlight-references): Use Man-default-man-entry to get the
561         target. Deal with xrefs too.
562         (Man-highlight-references0): Don't call the target function.
564         * woman.el (WoMan-xref-man-page): Strip the section number, woman
565         cannot deal with it.
567 2006-04-04  Daiki Ueno  <ueno@unixuser.org>
569         * pgg-gpg.el: Clean up process buffers every time gpg processes
570         complete.
572 2006-04-04  Kenichi Handa  <handa@m17n.org>
574         * sort.el (sort-build-lists): Don't bind inhibit-field-text-motion
575         here.
576         (sort-lines, sort-numeric-fields, sort-fields, sort-columns):
577         Temporarily bind inhibit-field-text-motion to t.
579 2006-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
581         * startup.el (normal-splash-screen): Only set mode-line-format in the
582         splash buffer, so as not to interfere when debugging the code.
583         Ignore errors when switching buffer.
585 2006-04-03  Romain Francoise  <romain@orebokech.com>
587         * dired.el (dired-dnd-protocol-alist): Fix typo.
589 2006-04-03  Reiner Steib  <Reiner.Steib@gmx.de>
591         * savehist.el (savehist): Add :version.
592         (savehist-ignored-variables): New variable.
593         (savehist-minibuffer-hook): Don't save variables listed in
594         `savehist-ignored-variables'.
596         * dired.el (dired-dnd-protocol-alist): Mention that change does
597         only apply to new buffers in doc string.
599 2006-04-03  Lennart Borgman  <lennart.borgman.073@student.lu.se>  (tiny change)
601         * recentf.el (recentf-open-files-item): Include newline in button
602         field, so opening a file will work, when the point is at the end
603         of the file name.  Allow, for example, to [i]search a file by
604         extension and just push RET to open it.
606 2006-04-03  Daiki Ueno  <ueno@unixuser.org>
608         * pgg-gpg.el (pgg-gpg-process-filter)
609         (pgg-gpg-wait-for-completion): Check if buffer is alive.
611         * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
612         lines, temporary fix.
614 2006-04-02  Dan Nicolaescu  <dann@ics.uci.edu>
616         * ibuf-macs.el (define-ibuffer-column): Document the new parameter.
618 2006-04-02  Richard Stallman  <rms@gnu.org>
620         * progmodes/compile.el (compilation-message-face): Make it defcustom.
622 2006-04-02  Dan Nicolaescu  <dann@ics.uci.edu>
624         * ibuf-macs.el (define-ibuffer-column): Add a new key:
625         header-mouse-map.
627         * ibuffer.el (ibuffer-name-header-map, ibuffer-size-header-map)
628         (ibuffer-mode-header-map): New keymaps.
629         (ibuffer-update-title-and-summary): Enable mouse face highlighting
630         and keybindings for column headers.
631         (name,size,mode) <define-ibuffer-column>: Add a header-mouse-map
632         property.
634 2006-04-02  Drew Adams  <drew.adams@oracle.com>  (tiny change)
636         * speedbar.el (speedbar-after-create-hook): Doc fix.
638 2006-04-02  Michael Ernst  <mernst@alum.mit.edu>
640         * shell.el (shell-directory-tracker)
641         (shell-dynamic-complete-command): Doc fixes.
643 2006-04-01  Matt Hodges  <MPHodges@member.fsf.org>
645         * pcomplete.el (pcomplete-show-completions): Recognize TAB on text
646         terminals.
648 2006-04-01  Kim F. Storm  <storm@cua.dk>
650         * ido.el (ido-unc-hosts-cache): New defvar.
651         (ido-unc-hosts): If value of defcustom is a function, call it to
652         get list of UNC hosts.  Add function-item choices to specify
653         ido-unc-hosts-net-view or user function.
654         (ido-ignore-unc-host-regexps): New defcustom.
655         (ido-unc-hosts-net-view, ido-unc-hosts): New functions.
656         (ido-is-unc-root, ido-is-unc-host, ido-file-name-all-completions)
657         (ido-exhibit): Call ido-unc-hosts to get list of UNC hosts.
659 2006-03-13  Stefan Monnier  <monnier@iro.umontreal.ca>
661         * pcvs-util.el (cvs-insert-strings): Fix bug with strings longer than
662         wwidth.
664 2006-03-31  Juanma Barranquero  <lekktu@gmail.com>
666         * ido.el (ido-cache-unc-host-shares-time, ido-report-no-match)
667         (ido-max-work-file-list, ido-switch-buffer)
668         (ido-read-file-name-as-directory-commands):
669         Fix typos in docstrings.
671 2006-03-30  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
673         * term/mac-win.el (mac-system-coding-system): Define and use after
674         Mac-specific coding systems are ready.
676 2006-03-27  Romain Francoise  <romain@orebokech.com>
678         * net/rcirc.el (rcirc-connect): Add autoload cookie.
680         * ldefs-boot.el: Update.
682 2006-03-27  Daiki Ueno  <ueno@unixuser.org>
684         * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
685         passphrases when it is not needed.
686         (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
687         passphrase stuff from gpg, should only be necessary when you use
688         gpg with a smartcard.
690 2006-03-27  Nick Roberts  <nickrob@snap.net.nz>
692         * comint.el (comint-dynamic-list-completions): Allow user to
693         select *Completions* buffer.
695 2006-03-27  Carsten Dominik  <dominik@science.uva.nl>
697         * textmodes/org.el (org-get-level-face): Fix bug with level counting.
699 2006-03-26  Andreas Schwab  <schwab@suse.de>
701         * progmodes/gud.el (gdb): Only complain about multiple debugging
702         when the gdb process is still running.
704 2006-03-25  Eli Zaretskii  <eliz@gnu.org>
706         * mail/rmail.el (tool-bar-map): Defvar it.
707         (rmail-tool-bar-map): Tool-bar buttons for Rmail.
708         (rmail-perm-variables): Make rmail-tool-bar-map a local variable.
710 2006-03-25  Sven Joachim  <svenjoac@gmx.de>  (tiny change)
712         * help.el (print-help-return-message): Suggest to use
713         display-buffer instead of switch-to-buffer-other-window to restore
714         the previous window without selecting it.
716 2006-03-25  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
718         * frame.el (select-frame-by-name): Call x-focus-frame also when
719         window-system is mac.
721         * term/mac-win.el: Adjust Courier font specifications in
722         x-fixed-font-alist.
723         (mac-select-convert-to-string): Use utf-16be-mac or utf-16le-mac
724         when directly encoding to UTF-16 in native byte order, no BOM.
726 2006-03-25  Kim F. Storm  <storm@cua.dk>
728         * emulation/cua-base.el (cua-rectangle-mark-key): New defcustom.
729         (cua--init-keymaps): Use it instead of fixed C-return.
730         (cua-mode): Set after it.
732         * emulation/cua-rect.el (cua--init-rectangles):
733         Use cua-rectangle-mark-key instead of fixed C-return.
735 2006-03-25  Nick Roberts  <nickrob@snap.net.nz>
737         * progmodes/gdb-ui.el (gdba): Revert 2006-03-10 change for case of
738         "run" in .gdbinit.
739         (gdb-var-create-regexp): Remove "^done" prefix for gdb-mi.el.
741 2006-03-24  Romain Francoise  <romain@orebokech.com>
743         * files.el (ctl-x-5-map): Really bind C-x 5 C-o to
744         `display-buffer-other-frame'.
746 2006-03-24  Kim F. Storm  <storm@cua.dk>
748         * apropos.el (apropos-synonyms): Add selection => region.
750 2006-03-24  Nick Roberts  <nickrob@snap.net.nz>
752         * progmodes/gdb-ui.el (gdb-var-create-regexp)
753         (gdb-var-list-children-regexp, gdb-var-update-regexp)
754         (gdb-var-list-children-regexp-1, gdb-var-update-regexp-1)
755         (gdb-data-list-register-values-regexp)
756         (gdb-stack-list-locals-regexp, gdb-stack-list-locals-handler):
757         Future proof against new fields being added to MI output.
758         (gdb-send): Don't treat backslashes for program input as
759         continuations.
760         (gdb-assembler-handler): Don't use window-start for this handler.
761         (gdb-frame-handler): Don't change to hollow arrow if overlay
762         arrow doesn't move to new frame.
764 2006-03-24  Nick Roberts  <nickrob@snap.net.nz>
766         * progmodes/gdb-ui.el (gdb-continuation): Declare earlier to
767         prevent compiler warnings.
768         (gdb-stopped): Check for gud-last-last-frame (case: signal).
769         (breakpoint-disabled): Make lighter for contrast with overlay arrow.
770         (gdb-assembler-custom): Use hollow-right-triangle for assembler
771         buffer too.
773 2006-03-23  Reiner Steib  <reinersteib+gmane@imap.cc>
775         * pgg-gpg.el (pgg-gpg-update-agent): Check for
776         make-network-process, so we can use the same code in Gnus v5-10
777         too and have this file fully synchronized with that release.
779 2006-03-23  Romain Francoise  <romain@orebokech.com>
781         * ibuf-ext.el (ibuffer-read-filter-group-name):
782         Use `ibuffer-generate-filter-groups' to make completion list match
783         the filter groups that are really displayed in the Ibuffer buffer.
784         (ibuffer-generate-filter-groups): Add new args noempty, nodefault.
786 2006-03-23  Kenichi Handa  <handa@m17n.org>
788         * international/mule-cmds.el (sort-coding-systems): Describe that
789         the argument is modified in docstring.
791 2006-03-22  Sascha Wilde  <wilde@sha-bang.de>
793         * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
794         (pgg-gpg-update-agent): New function.
795         (pgg-gpg-use-agent-p): New function.
796         (pgg-gpg-process-region, pgg-gpg-encrypt-region)
797         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
798         (pgg-gpg-sign-region): Use it.
800 2006-03-21  Chong Yidong  <cyd@stupidchicken.com>
802         * cus-edit.el (custom-face-set): Call custom-push-theme before
803         face-spec set so that `changed' theme is correctly saved.
804         (custom-face-reset-standard): Reset to recalculated face rather
805         than defface spec.
807         * custom.el (custom-push-theme): Only save `changed' theme if the
808         current face does not match the defface specs.
810 2006-03-21  Simon Josefsson  <jas@extundo.com>
812         * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
813         <wilde@sha-bang.de>.
814         (pgg-gpg-use-agent): New variable.
815         (pgg-gpg-process-region): Use it.
816         (pgg-gpg-encrypt-region): Likewise.
817         (pgg-gpg-encrypt-symmetric-region): Likewise.
818         (pgg-gpg-decrypt-region): Likewise.
819         (pgg-gpg-sign-region): Likewise.
820         (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
822 2006-03-21  Carsten Dominik  <dominik@science.uva.nl>
824         * textmodes/org.el (org-open-at-point): Fix bug in wiki-style
825         bracket links.
827 2006-03-21  Kim F. Storm  <storm@cua.dk>
829         * progmodes/gdb-ui.el (gdb-reset): Set buffer local value of
830         fringe-indicator-alist instead of modifying global value.
831         (gdb-frame-handler): Likewise.
833 2006-03-21  Nick Roberts  <nickrob@snap.net.nz>
835         * diff-mode.el (diff-function): Make it inherit from diff-header
836         instead of diff-context.
838         * progmodes/gdb-ui.el (hollow-right-triangle): Define as fringe
839         bitmap.
840         (gdb-info-stack-custom): Rename from gdb-info-frames-custom and
841         change names in macro above for consistency.
842         (gdb-frame-handler): Use hollow-right-triangle for all selected
843         frames which except the innermost (where execution has stopped).
844         (gdb-reset): Reset buffer-local values of overlay-arrow.
846 2006-03-20  Richard Stallman  <rms@gnu.org>
848         * simple.el (set-mark-command): Doc fix.
850         * files.el (display-buffer-other-frame): New command.
851         (ctl-x-4-map): Bind C-x 5 C-o to it.
853 2006-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
855         * jit-lock.el (jit-lock-function): Check for the actual defer-timer
856         rather than just defer-time, in case defer-time has been changed but
857         the timer isn't running yet.
858         (jit-lock-deferred-fontify): Correspondingly let-bind defer-timer.
860 2006-03-19  Luc Teirlinck  <teirllm@auburn.edu>
862         * help-mode.el (help-follow-symbol): New function.
863         Essentially identical to the old `help-follow', but do not let
864         `push-button' do the work when on an xref.
865         (help-mode-map): Bind `help-follow-symbol' to "C-c C-c".
867 2006-03-19  Richard Stallman  <rms@gnu.org>
869         * help-mode.el (help-xref-symbol-regexp): Make no xref for symbol
870         preceded by the word `program'.
871         (help-follow-mouse, help-follow): Throw error if not on xref.
872         Delete no longer used args.
874 2006-03-20  Nick Roberts  <nickrob@snap.net.nz>
876         * progmodes/gdb-ui.el (gdb-stopped): Even when there is no source
877         annotation ensure gud-overlay-arrow-position is redisplayed.
879 2006-03-19  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
881         * textmodes/bibtex.el (bibtex-include-OPTkey)
882         (bibtex-entry-field-alist, bibtex-generate-url-list): Mark as risky.
883         (bibtex-autokey-name-case-convert)
884         (bibtex-autokey-titleword-case-convert): Make these the aliases
885         for the following two variables.
886         (bibtex-autokey-name-case-convert-function)
887         (bibtex-autokey-titleword-case-convert-function): Make these the
888         real names.
889         (bibtex-font-lock-keywords): Make bibtex-font-lock-url and
890         bibtex-font-lock-crossref sublists.
891         (bibtex-mode): Revert 2005-12-30 change (which made
892         completion-ignore-case buffer-local).
893         (bibtex-url): Simplify.
895 2006-03-19  Kim F. Storm  <storm@cua.dk>
897         * emulation/cua-rect.el (cua--highlight-rectangle): Set overlay
898         cursor property value to 2 (to align with C level change).
900 2006-03-19  Bill Wohler  <wohler@newt.com>
902         * image.el (image-load-path-for-library): Shorten first line in
903         docstring.
905 2006-03-18  Richard Stallman  <rms@gnu.org>
907         * mail/rmail.el (rmail-reply-regexp): Undo previous change.
909 2006-03-18  Ben North  <ben@redfrontdoor.org>  (tiny change)
911         * isearch.el (isearch-other-meta-char): Handle user bindings for
912         shifted control characters.
914 2006-03-18  Agustin Martin  <agustin.martin@hispalinux.es>
916         * textmodes/ispell.el (ispell-skip-region-alist): Add "_+" to the
917         part that matches email addresses, file names, etc.
919 2006-03-18  Eli Zaretskii  <eliz@gnu.org>
921         * term/w32-win.el (mouse-set-font):
922         Mention w32-list-proportional-fonts in the doc string.
924 2006-03-18  Kim F. Storm  <storm@cua.dk>
926         * ido.el (ido-cache-ftp-work-directory-time): Doc fix.
927         (ido-unc-hosts): New user option to explicitly define list of know
928         UNC-style hosts for completion.
929         (ido-cache-unc-host-shares-time): New user option.
930         (ido-is-unc-root, ido-is-unc-host, ido-cache-unc-valid):
931         New helper functions for UNC file-name support.
932         (ido-may-cache-directory): Check for UNC host.  Simplify.
933         (ido-wash-history): Clean out old UNC hosts.
934         (ido-nonreadable-directory-p): UNC hosts are always readable.
935         (ido-directory-too-big-p): UNC hosts are never too big.
936         (ido-set-current-directory): Handle UNC root path.
937         (ido-file-name-all-completions): Complete UNC host names from
938         ido-unc-hosts list.  Cache UNC host shares.
939         (ido-make-file-list-1): Don't filter UNC root.
940         (ido-exhibit): Check for // in root directory, and switch to UNC
941         mode by setting ido-current-directory to //.
943 2006-03-17  Luc Teirlinck  <teirllm@auburn.edu>
945         * cus-edit.el (customize-changed-options): Mention explicit
946         version number as default in prompt.
948 2006-03-17  Bill Wohler  <wohler@newt.com>
950         * image.el (image-load-path-for-library): Minor docstring fix.
952 2006-03-17  Carsten Dominik  <dominik@science.uva.nl>
954         * textmodes/org.el (org-read-date): Include subgroup 5 into
955         replacement text.
956         (org-popup-calendar-for-date-prompt): Fix customization type.
958 2006-03-17  Nick Roberts  <nickrob@snap.net.nz>
960         * progmodes/gdb-ui.el (gud-watch): Provide completion.
961         (gdb-continuation): New variable.
962         (gdb-send): Deal with continuation lines.
964         * progmodes/gud.el (gud-gdb-complete-command)
965         (gud-gdb-run-command-fetch-lines): Adapt for use with watch
966         expressions.
967         (gud-tooltip-mode): Use buffer-local value.
969 2006-03-16  Kim F. Storm  <storm@cua.dk>
971         * ido.el (ido-edit-input): Use selected match, if any.
973 2006-03-16  Bill Wohler  <wohler@newt.com>
975         * image.el (image-load-path-for-library): Prefer user's images in
976         image-load-path.
978 2006-03-16  Martin Rudalics  <rudalics@gmx.at>
980         * mouse.el (mouse-drag-vertical-line): Use window-inside-edges
981         when checking for attempt to drag leftmost or rightmost scrollbar.
983 2006-03-16  Nick Roberts  <nickrob@snap.net.nz>
985         * progmodes/gdb-ui.el (gdb-inferior-status): New variable.
986         (gdb-force-mode-line-update): New function.
987         (gdb-resync, gdb-starting, gdb-signal, gdb-exited, gdb-stopped)
988         (gdb-exited): Use them.
989         (gdb-signal): New function.
990         (gdb-annotation-rules): Provide a rule for it.
992 2006-03-16  Kenichi Handa  <handa@m17n.org>
994         * international/mule.el (auto-coding-regexp-alist): Add entries
995         for Unicode BOM.
997         * sort.el (sort-build-lists): Temporarily bind
998         inhibit-field-text-motion to t.
1000 2006-03-15  Luc Teirlinck  <teirllm@auburn.edu>
1002         * locate.el (locate-command, locate-make-command-line)
1003         (locate-fcodes-file, locate-update-command)
1004         (locate-prompt-for-command, locate, locate-with-filter)
1005         (locate-get-file-positions): Doc fixes.
1006         (locate-buffer-name, locate-header-face): Remove leading `*' in
1007         defcustom.
1008         (locate-filter-output): Use `keep-lines' instead of its alias
1009         `delete-non-matching-lines'.
1010         (locate-get-filename, locate-get-dirname): Add introductory comment.
1011         (locate-find-directory-other-window): Give appropriate error
1012         message if used outside main listing.
1014 2006-03-15  Stefan Monnier  <monnier@iro.umontreal.ca>
1016         * font-lock.el (font-lock-lines-before): Delete variable, subsumed by
1017         the new extend-region feature.
1018         (font-lock-after-change-function): Update correspondingly.
1019         * jit-lock.el (jit-lock-after-change): Update correspondingly.
1020         * progmodes/grep.el (font-lock-lines-before): Don't disable.
1022 2006-03-15  Bill Wohler  <wohler@newt.com>
1024         * image.el (image-load-path-for-library): Fix example by not
1025         recommending that one binds image-load-path.  Just defvar it to
1026         placate compiler and only use it if previously defined.
1028 2006-03-15  Carsten Dominik  <dominik@science.uva.nl>
1030         * textmodes/org.el (org-insert-centered): Use `string-width' to
1031         make underlining work for wide characters.
1032         (org-goto-map, org-agenda-mode-map, org-mode-map): Explicitly bind
1033         TAB to `org-cycle', to make sure that no binding in
1034         `outline-mode-map' can supercede it.
1036 2006-03-14  Ken Manheimer  <ken.manheimer@gmail.com>
1038         * allout.el: Increment version to 2.2.1 in file commentary.
1040         (allout-version): Increment to 2.2.1.
1042         (allout-default-layout): New customization variable, used when the
1043         file lacks a specific allout-layout.  Uses allout-layout-type for
1044         recursively nested definition.
1046         (allout-layout-type): Widget defining allout layouts, necessary for
1047         self-recursive definition.
1049         (allout-mode): Incorporate allout-default-layout as fallback for
1050         allout-layout.
1052         (allout-layout): Mark as 'safe-local-variable', and refer mention
1053         fallback to `allout-default-layout' in absence of a specified value.
1054         (allout-passphrase-verifier-string)
1055         (allout-passphrase-hint-string): Mark as 'safe-local-variable'.
1057         (allout-file-passphrase-verifier-string): Obsolete variable, removed.
1059         (allout-get-encryption-passphrase-verifier): Use correct name of
1060         passphrase verifier in docstring.
1062 2006-03-15  Nick Roberts  <nickrob@snap.net.nz>
1064         * progmodes/gdb-ui.el (gdb-var-list): Change order of first two
1065         elements.
1066         (gdb-find-watch-expression): Make it work for arrays too.
1067         Follow change to gdb-var-list.
1068         (gud-watch): Allow the user to enter variable name with a prexix
1069         arg.  Create keybindings.
1070         (gdb-var-create-handler, gdb-var-evaluate-expression-handler)
1071         (gdb-var-list-children-handler, gdb-var-update-handler)
1072         (gdb-var-delete, gdb-edit-value, gdb-speedbar-expand-node)
1073         (gdb-var-list-children-handler-1, gdb-var-update-handler-1):
1074         Follow change to gdb-var-list.
1075         (gdb-starting): Don't show the overlay arrows when program is running.
1077         * progmodes/gud.el (gud-speedbar-buttons): Follow change to
1078         gdb-var-list.
1080 2006-03-14  Bill Wohler  <wohler@newt.com>
1082         * image.el (image-load-path-for-library): Pass value of path
1083         rather than symbol.  Always return list of directories.
1084         Guarantee that image directory comes first.
1086 2006-03-14  Alan Mackenzie  <acm@muc.de>
1088         * font-core.el (font-lock-extend-region\(-function\)?.):
1089         New function/variable.
1091         * font-lock.el (font-lock-after-change-function):
1092         Call font-lock-extend-region.  Obey font-lock-lines-before.
1093         (font-lock-default-fontify-region): Remove reference to
1094         font-lock-lines-before.
1096         * jit-lock.el (jit-lock-after-change):
1097         Call font-lock-extend-region.  Obey font-lock-lines-before.
1099 2006-03-14  David Ponce  <david@dponce.com>
1101         * tree-widget.el (tree-widget-themes-load-path)
1102         (tree-widget-themes-directory, tree-widget-theme): Doc fix.
1104 2006-03-13  Ryan Yeske  <rcyeske@gmail.com>
1106         * net/rcirc.el (rcirc) <defgroup>: Add link to manual.
1107         (rcirc-print): Mark the start of text at the end of the prompt.
1108         (rcirc-track-minor-mode): Add autoload cookie.
1109         (rcirc-update-activity-string): Add space to front of mode-line
1110         indicator.
1112 2006-03-13  Miles Bader  <miles@gnu.org>
1114         * net/rcirc.el (rcirc-nick-abbrevs): Remove variable.
1115         (rcirc-abbrev-nick): Remove function.
1116         (rcirc-format-response-string): Don't call `rcirc-abbrev-nick'.
1118 2006-03-13  David Ponce  <david@dponce.com>
1120         * tree-widget.el: Handle themes across all occurrences of the main
1121         themes sub-directory found in tree-widget-themes-load-path.
1122         (tree-widget-themes-directory, tree-widget-theme): Doc fix.
1123         (tree-widget--locate-sub-directory): Return all occurrences.
1124         (tree-widget-themes-path): New function.
1125         Replace tree-widget-themes-directory, and return a list of directories.
1126         (tree-widget-set-parent-theme)
1127         (tree-widget-lookup-image): Use it.
1129 2006-03-13  Carsten Dominik  <dominik@science.uva.nl>
1131         * textmodes/org.el (org-link-search): Avoid self-matching of
1132         links, allow target text to be distributed over several lines.
1133         (org-search-not-link): New function.
1134         (org-set-regexps-and-options, org-get-current-options):
1135         New startup options.
1136         (org-export-as-html): Take odd-level setting from local variable.
1137         (org-fontify-emphasized-text): New option.
1138         (org-set-font-lock-defaults): Include emphasized text.
1139         (org-follow-mhe-link): Allow folder-only links, fix folder name.
1140         (org-font-lock): Customize group renamed from `org-faces'.
1142 2006-03-13  John Paul Wallington  <jpw@pobox.com>
1144         * ibuf-ext.el (ibuffer-never-show-predicates): Add `require'
1145         keyword; require `ibuf-ext' feature.  Thanks to Zhang Wei.
1147 2006-03-12  Luc Teirlinck  <teirllm@auburn.edu>
1149         * cus-start.el (all): Delete :version keyword for members of the
1150         fringe group, since the entire group is new in 22.1.
1152 2006-03-13  Nick Roberts  <nickrob@snap.net.nz>
1154         * progmodes/gdb-ui.el (gdb-stack-list-locals-handler): Add local
1155         map if value is hexadecimal (an address).
1156         (gud-watch): Only search roots for existing watch expressions.
1157         (gdb-speedbar-refresh): Bind speedbar-shown-directories to nil to
1158         prevent caching problems with speedbar-update-directory-contents.
1160 2006-03-12  Juri Linkov  <juri@jurta.org>
1162         * battery.el (battery-linux-proc-acpi): Check `capacity' for non-nil
1163         before comparing with `low' and `warn'.
1165         * info.el (Info-dir-remove-duplicates): Move point to the
1166         beginning of the current line after deleting the entries from
1167         redundant heading.  Use marker for `limit' and compare it with
1168         point before calling `re-search-forward'.
1170 2006-03-11  Luc Teirlinck  <teirllm@auburn.edu>
1172         * simple.el (yank): Fix typo in docstring.
1174 2006-03-11  Ryan Yeske  <rcyeske@gmail.com>
1176         * mail/rmailsum.el (rmail-summary-next-msg): Skip deleted
1177         messages, where "D" is the 6th character.
1179 2006-03-11  Eli Zaretskii  <eliz@gnu.org>
1181         * simple.el (yank): Fix last change.
1183 2006-03-11  David Ponce  <david@dponce.com>
1185         * ispell.el (ispell-find-aspell-dictionaries): Add aliases before
1186         merging elements from the standard ispell-dictionary-alist.
1187         (ispell-aspell-add-aliases): Add aliases to the passed dictionary
1188         alist, and return the new alist.
1190 2006-03-11  Richard Stallman  <rms@gnu.org>
1192         * mail/rmail.el (rmail-ignored-headers): Discard DomainKey-Signature.
1194         * eshell/eshell.el (eshell-prefer-to-shell): Variable deleted;
1195         the way it is implemented is too unclean.
1197         * simple.el (kill-region, yank): Doc fix.
1199         * battery.el (battery-echo-area-format): Doc fix.
1200         (battery-mode-line-format): Likewise.
1201         (battery-linux-proc-apm, battery-linux-proc-acpi): Likewise.
1202         (battery-linux-proc-acpi): Ignore batteries that say "charged".
1204 2006-03-11  Kurt Hornik  <Kurt.Hornik@wu-wien.ac.at>
1206         * progmodes/octave-mod.el (octave-indent-for-comment):
1207         Behave according to do string.
1209 2006-03-11  Agustin Martin  <agustin.martin@hispalinux.es>
1211         * textmodes/ispell.el (ispell-menu-map-needed) [ispell-message]:
1212         Be visible only if major mode is Mail Mode.
1214         * textmodes/flyspell.el (flyspell-external-point-words)
1215         (flyspell-process-localwords): Fix last changes.
1217 2006-03-11  Eli Zaretskii  <eliz@gnu.org>
1219         * calendar/holidays.el (list-holidays): Doc fix.
1221         * international/mule.el (auto-coding-alist): Add .odt
1222         (OpenOffice's open document) files.
1224         * files.el (auto-mode-alist): Add .odt (OpenOffice's open
1225         document) files.  Mention in the doc string the need to sync with
1226         auto-coding-alist.
1228 2006-03-10  Chong Yidong  <cyd@stupidchicken.com>
1230         * files.el (hack-local-variables-confirm): Don't prompt for ! if
1231         enable-local-variables is set to always query, or there is no
1232         savable variable.
1234 2006-03-10  Bill Wohler  <wohler@newt.com>
1236         * image.el (image-load-path-for-library): Merge at least three
1237         functions from Gnus and MH-E into this one function that can now
1238         be shared.
1240 2006-03-11  Nick Roberts  <nickrob@snap.net.nz>
1242         * progmodes/gdb-ui.el (gdb-remove-text-properties): Rename from
1243         gdb-remove-mouse-face and remove help-echo too.
1244         (gdb-enqueue-input): Correct conditional clause.
1246 2006-03-10  Glenn Morris  <rgm@gnu.org>
1248         * calendar/calendar.el (calendar-holidays): Doc fix.
1249         * calendar/holidays.el (list-holidays): Doc fix.
1251 2006-03-10  Nick Roberts  <nickrob@snap.net.nz>
1253         * progmodes/gdb-ui.el (gdba): Don't call gdb-init-1 explicitly as
1254         it gets called in gdb-prompt anyway.
1255         (gdb-use-separate-io-buffer): Only restore window arrangement for
1256         gdb-many-windows.
1257         (gdb-enqueue-input): Make it harder to send GDB input when program
1258         is running.
1259         (gdb-buffer-list): New variable.
1260         (gdb-remove-mouse-face): New function.
1261         (gdb-starting): Use it when GDB input won't get sent.
1263 2006-03-08  Juanma Barranquero  <lekktu@gmail.com>
1265         * help.el (view-lossage): Remove trailing whitespace before
1266         inserting "\n".
1268 2006-03-07  Chong Yidong  <cyd@stupidchicken.com>
1270         * files.el (hack-local-variables-confirm):
1271         Set coding-system-for-read to nil before writing to .emacs.
1273         * arc-mode.el (archive-extract): Check if an existing buffer name
1274         comes from a different archive.
1276         * help.el (describe-key-briefly): If KEY is a down event, read and
1277         discard the up event.
1279 2006-03-07  Nick Roberts  <nickrob@snap.net.nz>
1281         * progmodes/gud.el (gud-speedbar-buttons): Allow pointers to
1282         be edited and use font-lock-warning-face for any changes.
1284         * progmodes/gdb-ui.el (gdb-edit-value-handler): New function.
1285         (gdb-edit-value): Use it to report any errors.
1287 2006-03-07  Juanma Barranquero  <lekktu@gmail.com>
1289         * help.el (describe-key): Remove leftover test code.
1291 2006-03-07  Carsten Dominik  <dominik@science.uva.nl>
1293         * textmodes/org.el: Move defvars out of eval-when-compile.
1294         Use buffer-file-name variable.
1295         (org-agenda-file-to-end, org-agenda-file-to-front): Remove unused
1296         arg `file'.
1297         (org-level-faces): Remove startup dependency.
1298         (org-cycle, org-map-tree, org-scan-tags)
1299         (org-remember-handler): Don't call `outline-level' directly.
1300         (org-mhe-search-all-folders): New option.
1301         (org-mhe-get-message-folder-from-index)
1302         (org-mhe-get-message-folder): Fix indexing search.
1303         (org-format-agenda-item): Handle nil TAGS argument.
1304         (org-cleaned-string-for-export, org-activate-target-links)
1305         (org-make-target-link-regexp): Deal with empty radio target list.
1306         (org-tag): New face.
1307         (org-get-level-face): New function.
1308         (org-set-font-lock-defaults): Simplify setup for headlines.
1309         (org-complete): Pass common substring to `display-completion-list'.
1311 2006-03-06  David Ponce  <david@dponce.com>
1313         * tree-widget.el: Update Commentary header.
1314         (tree-widget-theme-name): Ignore parent themes.
1315         (tree-widget-set-parent-theme): New function.
1316         (tree-widget-set-theme): Use it.
1317         (tree-widget-set-image-properties): Move definition.  Does nothing
1318         if image properties have already been set.
1319         (tree-widget-image-properties): Move definition.  Receive an image
1320         name.  Set the :pointer property.
1321         (tree-widget-lookup-image): Doc fix.  Search in parent themes.
1322         Don't set the :pointer image property.
1323         (tree-widget-convert-widget): New function.  Handle :dynargs
1324         compatibility here.
1325         (tree-widget): Use it to :convert-widget.  Add the :expander-p
1326         predicate to control when the :expander function is entered.
1327         Thanks to Ken Manheimer <ken.manheimer@gmail.com> for the idea.
1328         (tree-widget-value-create): Handle :expander-p.  widget-apply
1329         :expander.
1330         (tree-widget-expander-p): New function.  Default value of the
1331         :expander-p property.
1333 2006-03-06  Chong Yidong  <cyd@stupidchicken.com>
1335         * help.el (describe-key): Properly handle the return value of
1336         read-key-sequence when grabbing an up-event.  Cleanup mouse-1
1337         remaps.  Handle string and vector `follow-link' values.
1339 2006-03-06  Stefan Monnier  <monnier@iro.umontreal.ca>
1341         * complete.el (PC-expand-many-files): Try be more careful when parsing
1342         the shell's output.
1344 2006-03-05  Stefan Monnier  <monnier@iro.umontreal.ca>
1346         * outline.el (hide-sublevels): Provide better interactive default.
1348 2006-03-06  Kenichi Handa  <handa@m17n.org>
1350         * international/fontset.el (create-fontset-from-fontset-spec):
1351         Fix regexp for paring FONTSET-SPEC (allow spaces after `:').
1353 2006-03-05  Luc Teirlinck  <teirllm@auburn.edu>
1355         * progmodes/gud.el (gud-jdb-marker-filter): Quote `[' with two
1356         backslashes instead of one in regexp.
1357         (gud-tooltip-dereference): Add missing optional argument.
1359 2006-03-04  John Paul Wallington  <jpw@pobox.com>
1361         * wdired.el (toplevel): Require `cl' at compile-time.
1363 2006-03-04  Andreas Schwab  <schwab@suse.de>
1365         * server.el (server-process-filter): Handle errors during
1366         evaluation of the argument.
1368 2006-03-03  John Paul Wallington  <jpw@pobox.com>
1370         * t-mouse.el (t-mouse-drag-start, t-mouse-swap-alt-keys): Doc fix;
1371         escape parentheses at beginning of line.
1372         (t-mouse-tty, t-mouse-make-event): Doc fix; use imperative.
1373         (t-mouse-mode): Remove period from end of error message.
1375 2006-03-03  Agustin Martin  <agustin.martin@hispalinux.es>
1377         * textmodes/flyspell.el (flyspell-process-localwords):
1378         Be case-sensitive.
1380 2006-03-03  Martin Rudalics  <rudalics@gmx.at>
1382         * cus-edit.el (custom-quote): Remove function, since it has been
1383         moved to custom.el.
1385         * font-lock.el (lisp-font-lock-keywords-2)
1386         * emacs-lisp/rx.el (rx-check-any, rx-check-not)
1387         * generic-x.el (reg-generic-mode): Quote "]"s in regexps when
1388         they have no special meaning.
1390         * midnight.el (clean-buffer-list): Handle case where base-buffer of
1391         indirect buffer gets killed before indirect buffer.  Use dolist.
1393 2006-03-03  Ken Manheimer  <ken.manheimer@gmail.com>
1395         * emacs-lisp/edebug.el (edebug-display): Use `edebug-sit-for-seconds'
1396         value instead of a literal constant (1) on more pauses.
1398 2006-03-03  Slawomir Nowaczyk  <slawomir.nowaczyk.847@student.lu.se>  (tiny change)
1400         * textmodes/flyspell.el (flyspell-external-point-words):
1401         Be case-sensitive.
1403 2006-03-03  Ryan Yeske  <rcyeske@gmail.com>
1405         * net/rcirc.el (rcirc-url-regexp): Match entire url when it starts
1406         with "www".
1408 2006-03-03  Ken Manheimer  <ken.manheimer@gmail.com>
1410         * allout.el: Restablish intermediate missing comment header to
1411         preserve outline structure.
1412         (allout-beginning-of-current-entry): Skip invisible text.
1413         (allout-open-topic): Fix opening a topic at end-of-buffer.
1414         (allout-minor-mode): Move nearer to allout-mode function.
1416 2006-03-02  Carsten Dominik  <dominik@science.uva.nl>
1418         * textmodes/org.el (org-paste-subtree): Remove (debug) form.
1420 2006-03-02  Nick Roberts  <nickrob@snap.net.nz>
1422         * dframe.el (dframe-frame-mode): Don't burp when menu-bar-lines
1423         is nil.
1425         * progmodes/gud.el (gud-speedbar-menu-items):
1426         Use buffer-local-value and add missing :visible keyword.
1428         * progmodes/gdb-ui.el (gdb-speedbar-refresh): Quieten speedbar-refresh.
1430 2006-03-01  Carsten Dominik  <dominik@science.uva.nl>
1432         * textmodes/reftex-index.el (reftex-index-map): `follow-mouse'
1433         must be `follow-link'.
1435         * textmodes/reftex-toc.el (reftex-toc-map): Likewise.
1437         * textmodes/org.el (org-export-as-html): Fix bugs in HTML
1438         formatting: No nested anchors.
1439         (org-all-targets): Fix bug with XEmacs compatibility.
1440         (org-read-date): Add (require 'parse-time).
1441         (org-set-tags): Fix bug with extra inserted space.
1442         (org-export-html-style): Define a style class for targets.
1443         (org-agenda-keymap, org-mouse-map): Add a binding for `follow-link'.
1444         (org-hide-leading-stars): New option.
1445         (org-hide): New face.
1446         (org-set-font-lock-defaults): Allow to hide leading stars.
1447         (org-get-legal-level, org-tr-level): New functions.
1448         (org-odd-levels-only): New option.
1449         (org-level-faces, org-paste-subtree, org-convert-to-odd-levels)
1450         (org-demote, org-promote): Deal with double-star levels.
1451         (org-convert-to-odd-levels): New command.
1453 2006-03-01  Nick Roberts  <nickrob@snap.net.nz>
1455         * speedbar.el (speedbar-update-localized-contents): Try to
1456         preserve window-start.
1457         (speedbar-update-directory-contents): Try to preserve window-start
1458         and window-point.
1459         (speedbar-update-special-contents): Don't move back to start of window.
1461         * progmodes/gdb-ui.el (gdb-speedbar-refresh): Rename from
1462         gdb-speedbar-timer-fn.  Use speedbar-refresh instead of
1463         speedbar-timer-fn.
1464         (gdb-var-update-handler, gdb-var-update-handler-1): Use it.
1465         (gdb-speedbar-expand-node): Use speedbar-delete-subblock
1466         instead of gdb-speedbar-timer-fn.
1468 2006-02-28  Jay Belanger  <belanger@truman.edu>
1470         * calc/calccomp.el (math-compose-tex-matrix): Add a latex option.
1471         (math-compose-expr): Use latex option when calling
1472         `math-compose-tex-matrix' for latex mode.
1474 2006-02-28  Nick Roberts  <nickrob@snap.net.nz>
1476         * speedbar.el: Re-instate comments about developing for speedbar
1477         [this is what info and gdb-ui use even if better methods exist now].
1479         * t-mouse.el: New file.
1480         (t-mouse-tty): Use with-temp-buffer.  Add more terminal types.
1481         (t-mouse-lispy-buffer-posn-from-coords): Remove.
1482         (t-mouse-make-event-element): Use posn-at-x-y instead.
1483         (t-mouse-make-event): Deal with Fedora Core 3.
1484         (t-mouse-make-event): Don't sink the `stupid text mode menubar'.
1485         (t-mouse-mouse-position-function): New function.  Use it instead
1486         of advising mouse-position.
1487         (t-mouse-mode): New minor mode.
1488         (t-mouse-stop, t-mouse-run): Remove.  Use t-mouse-mode instead.
1490 2006-02-27  Glenn Morris  <rgm@gnu.org>
1492         * calendar/calendar.el (calendar-holidays): Doc fix.
1494 2006-02-27  Nick Roberts  <nickrob@snap.net.nz>
1496         * progmodes/gdb-ui.el (gdb-source-window): New variable.
1497         Re-introduce the concept of a source window.
1498         (gdb-get-buffer-create): Rename from gdb-get-create-buffer for
1499         consistency with get-buffer-create.
1500         (def-gdb-auto-update-handler, gdb-info-locals-handler)
1501         (gdb-data-list-register-values-handler)
1502         (gdb-stack-list-locals-handler): Try to preserve window-start as
1503         well as window-point.
1504         (gdb-display-source-buffer): New function (old concept).
1505         (gdb-goto-breakpoint): Use it.
1507         * progmodes/gud.el (gud-display-line): Use gdb-display-source-buffer
1508         for gdb-ui/gdb-mi (old concept).
1510 2006-02-27  Carsten Dominik  <dominik@science.uva.nl>
1512         * textmodes/reftex-index.el (reftex-index-map): Add `follow-mouse'
1513         binding.
1515         * textmodes/reftex-toc.el (reftex-toc-map): Add `follow-mouse' binding.
1517         * textmodes/reftex-sel.el (reftex-select-label-map)
1518         (reftex-select-bib-map): Add `follow-mouse' binding.
1520 2006-02-26  Luc Teirlinck  <teirllm@auburn.edu>
1522         * jka-cmpr-hook.el (jka-compr-compression-info-list)
1523         (jka-compr-mode-alist-additions, jka-compr-load-suffixes):
1524         Give :set functions to provide automatic updating.
1525         Update docstring.  Give compiler defvars early in the file
1526         and move the defcustoms to a later spot where all called functions
1527         are defined.
1528         (jka-compr-file-name-handler-entry): Doc fix.
1529         (jka-compr-compression-info-list--internal)
1530         (jka-compr-mode-alist-additions--internal)
1531         (jka-compr-load-suffixes--internal): New variables.
1532         (jka-compr-install): Set the three above variables.
1533         Update `load-file-rep-suffixes' instead of `load-suffixes'.
1534         (jka-compr-update, jka-compr-set): New functions.
1535         (auto-compression-mode): Doc fix.
1537         * jka-compr.el (jka-compr-uninstall): Replace `mapcar' with `mapc'.
1538         Update `load-file-rep-suffixes' instead of `load-suffixes'.
1539         Use jka-compr-compression-info-list--internal,
1540         jka-compr-mode-alist-additions--internal and
1541         jka-compr-load-suffixes--internal.
1543         * files.el (load-library):
1544         * loadhist.el (file-loadhist-lookup):
1545         * startup.el (command-line):
1546         * subr.el (locate-library):
1547         * emacs-lisp/autoload.el (update-directory-autoloads):
1548         * emacs-lisp/find-func.el (find-library-suffixes):
1549         Use `get-load-suffixes' instead of `load-suffixes'.
1551         * subr.el (locate-library):
1552         * emacs-lisp/find-func.el (find-library-name):
1553         Use `load-file-rep-suffixes' instead of '("").
1555 2006-02-26  Kim F. Storm  <storm@cua.dk>
1557         * ido.el (ido-save-history, ido-load-history): Simplify.
1558         Don't use find-file-noselect to avoid interference from other modes.
1560 2006-02-25  Thien-Thi Nguyen  <ttn@gnu.org>
1562         * progmodes/sh-script.el (sh-mode): Fix bug: Arrange
1563         to use the default shell if filename is not available.
1564         Reported by Giorgos Keramidas.
1566 2006-02-25  John Williams  <jrw@pobox.com>  (tiny change)
1568         * progmodes/etags.el (tags-completion-table): Do completion from
1569         all the tables in the current list, as documented in the manual.
1571 2006-02-24  Alan Mackenzie  <bug-cc-mode@gnu.org>
1573         * CC Mode Update to 5.31.3.
1575 2006-02-24  Alan Mackenzie  <bug-cc-mode@gnu.org>
1577         * progmodes/cc-mode.el (c-postprocess-file-styles):
1578         Bind inhibit-read-only to t, around the call to
1579         c-remove-any-local-eval-or-mode-variables, so that it works on a
1580         RO file.
1582 2006-02-24  Alan Mackenzie  <bug-cc-mode@gnu.org>
1584         * progmodes/cc-awk.el: Correct a typo.
1586 2006-02-24  Alan Mackenzie  <bug-cc-mode@gnu.org>
1588         * progmodes/cc-cmds.el, cc-mode.el: Rename c-hungry-backspace to
1589         c-hungry-delete-backwards, at the request of RMS.  Leave the old
1590         name as an alias.
1592 2006-02-24  Alan Mackenzie  <bug-cc-mode@gnu.org>
1594         * progmodes/cc-mode.el: Correct a typo.
1596 2006-02-24  Alan Mackenzie  <bug-cc-mode@gnu.org>
1598         * progmodes/cc-defs.el: Update the version number to 5.31.3.
1600 2006-02-24  Alan Mackenzie  <bug-cc-mode@gnu.org>
1602         * progmodes/cc-cmds.el (c-electric-brace): Fix clean-up
1603         brace-else-brace (error due to mbeg, mend being undefined).
1605 2006-02-24  Alan Mackenzie  <bug-cc-mode@gnu.org>
1607         * progmodes/cc-mode.el: File Local variables: Solve the problem
1608         where both `mode' and c-file-offsets are specified: `mode' will
1609         overwrite c-f-o's settings:
1610         (c-remove-any-local-eval-or-mode-variables): New function.
1611         (c-postprocess-file-styles): Call the above new function, within
1612         c-tentative-buffer-change, to splat `mode' and `eval' before the
1613         second hack-local-variables.
1615 2006-02-24  Alan Mackenzie  <bug-cc-mode@gnu.org>
1617         * progmodes/cc-mode.el:
1618         [Supersedes patch to cc-engine.el 2005-12-16T20:07:49Z!monnier@iro.umontreal.ca]
1619         (c-after-change): Protect the match data with save-match-data.
1620         It was getting corrupted by c-after-change-check-<>-operators.
1622         * cc-defs.el: [Supersedes patch V1.38]:
1623         (top level): Check for a buggy font-lock-compile-keywords ONLY in
1624         XEmacs.  GNU Emacs 22 now has a check which would throw an error here.
1626         * progmodes/cc-awk.el (c-awk-after-change): Protect the match data
1627         with save-match-data.  It was being corrupted when Font Lock was
1628         not enabled.
1630 2006-02-24  Alan Mackenzie  <bug-cc-mode@gnu.org>
1632         * progmodes/cc-langs.el (c-mode-menu): Add menu items for Electric
1633         Mode and Subword Mode.
1635         * progmodes/cc-engine.el (c-beginning-of-statment-1): Distinguish
1636         real labels ("case 1:" or "foo:") from non-labels ("public:").
1637         (c-forward-objc-directive): Replace c-forward-token-2 with crude
1638         coding; c-f-t-2 doesn't move over a token at EOB.
1640         * progmodes/cc-defs.el (c-version): Update version number to 5.31.2.
1642         * progmodes/cc-cmds.el, cc-mode.el, cc-engine.el
1643         (c-update-modeline): Concatenate the minor mode indicators
1644         directly onto mode-name, removing c-submode-indicators.
1645         Sometimes, c-s-i got separated from the mode name on the mode line.
1647         * progmodes/cc-cmds.el (c-electric-brace, c-electric-semi&comma)
1648         (c-electric-colon): Correct doc-strings: "/ln" -> "/la".
1650 2006-02-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
1652         * progmodes/cc-langs.el (c-make-init-lang-vars-fun): Improve the
1653         error message when there's an evaluation error to show whether
1654         it's loaded from source or not.
1655         (c-filter-ops): Make it available at runtime too to work when
1656         `c-make-init-lang-vars-fun' needs to evaluate from source.
1658 2006-02-24  Juanma Barranquero  <lekktu@gmail.com>
1660         * help.el (help): Revert last part of 2006-02-23 change (deletion
1661         of the `provide' call).
1663 2006-02-23  Juri Linkov  <juri@jurta.org>
1665         * compare-w.el (compare-windows-highlight): Add new value
1666         `persistent' and change :type from `boolean' to `choice'.
1667         (compare-windows-overlays1, compare-windows-overlays2):
1668         New internal variables.
1669         (compare-windows-highlight): If compare-windows-highlight is
1670         `persistent', add current overlays to compare-windows-overlays[12]
1671         instead of adding compare-windows-dehighlight to pre-command-hook.
1672         (compare-windows-dehighlight): Delete all overlays from
1673         compare-windows-overlays[12].
1675         * info.el (Info-search): Don't bind search-spaces-regexp to
1676         Info-search-whitespace-regexp in non-regexp isearch mode.
1678 2006-02-23  Stefan Monnier  <monnier@iro.umontreal.ca>
1680         * help.el (describe-mode): Pass `mode-name' to format-mode-line.
1682 2006-02-23  Juanma Barranquero  <lekktu@gmail.com>
1684         * textmodes/org.el (org-xemacs-p)
1685         (org-export-html-show-new-buffer, org-table-may-need-update)
1686         (org-insert-item, org-mhe-get-message-real-folder)
1687         (org-mhe-get-message-folder-from-index)
1688         (org-mhe-get-message-folder, org-mhe-get-message-num)
1689         (org-mhe-get-header, org-make-org-heading-search-string)
1690         (org-make-org-heading-camel, org-table-sort-lines)
1691         (org-format-org-table-html, org-format-table-table-html):
1692         Fix typos in docstrings.
1694 2006-02-23  Carsten Dominik  <dominik@science.uva.nl>
1696         * textmodes/org.el (org-cleaned-string-for-export)
1697         (org-solidify-link-text): New function.
1698         (org-add-hook): Use `add-local-hook' instead of `make-local-hook' for
1699         XEmacs, just to silence the compiler.
1700         (org-export-as-ascii, org-export-as-html-and-open):
1701         Use `org-cleaned-string-for-export' and create internal links.
1702         (org-follow-mhe-link): Require mh-e, use folder.
1704 2006-02-23  Nick Roberts  <nickrob@snap.net.nz>
1706         * progmodes/gud.el (gud-speedbar-buttons): Use shadow face properly.
1708         * progmodes/gdb-ui.el (gdb-debug-ring-max): Rename from
1709         gdb-debug-log-length.
1710         (gdb-debug-ring): Rename from gdb-debug-log-ring.  Don't make
1711         it a real ring but...
1712         (gud-gdba-marker-filter): ...make it work like mark-ring.
1713         (gdb-enable-debug): Rename from gdb-enable-debug-log.
1714         (gdb-mouse-jump): New function.  Add bindings.
1716 2006-02-23  Nick Roberts  <nickrob@snap.net.nz>
1718         * progmodes/gdb-ui.el (gdb-signalled): New variable and function.
1719         (gdb-debug-log-ring): Rename from gdb-debug-log and make a ring.
1720         (gdb-send, gdb-send-item, gud-gdba-marker-filter): Use it.
1721         (gdb-debug-log-length): Customize it's length.
1722         (gud-watch, gdb-var-create-handler): Display function::var format
1723         but don't use to create variable object.
1724         (gdb-var-create-handler): Use message-box in place of message.
1725         (gdb-stopped): Call gdb-exited if signalled.
1727 2006-02-22  Carsten Dominik  <dominik@science.uva.nl>
1729         * textmodes/reftex.el (reftex-locate-file): Remove duplicate function.
1731         * textmodes/reftex-vars.el (reftex-try-all-extensions): New option.
1733         * textmodes/reftex.el (reftex-locate-file): Search all extensions
1734         if `reftex-try-all-extensions' is set.
1736         * textmodes/reftex-dcr.el (reftex-view-crossref): New argument to
1737         fail silently when there is no valid argument at point.
1738         (reftex-view-crossref-when-idle): Call `reftex-view-crossref' with
1739         `fail-silently' argument.  From a patch by David Reiter.
1741         * textmodes/org.el (org-mark-ring-push, org-mark-ring-goto):
1742         New commands.
1743         (org-mark-ring): New variable.
1744         (org-mark-ring-length): New option.
1745         (org-open-at-point, org-goto, org-open-file): Push old position
1746         onto the mark ring.
1747         (org-add-hook): New function.
1748         (org-export-table-remove-special-lines): New option.
1749         (org-skip-comments, org-format-org-table-html): Respect new
1750         option `org-export-table-remove-special-lines'.
1751         (org-open-file): Allow special command configuration for
1752         directory link.
1753         (org-file-apps): Fix bugs in customize type, added setting
1754         for directories.
1755         (org-activate-tags, org-format-agenda-item, org-complete)
1756         (org-get-tags-at, org-scan-tags, org-make-tags-matcher)
1757         (org-get-tags, org-get-buffer-tags, org-open-at-point)
1758         (org-link-search, org-make-org-heading-search-string)
1759         (org-make-org-heading-camel): Allow @ and 0-9 as tags characters.
1760         (org-radio-targets, org-file-link-context-use-camel-case)
1761         (org-activate-camels): New options.
1762         (org-update-radio-target-regexp, org-all-targets)
1763         (org-make-target-link-regexp, org-activate-target-links):
1764         New functions.
1765         (org-make-org-heading-search-string): New function.
1766         (org-store-link, org-insert-link): Use new option
1767         `org-file-link-context-use-camel-case'.
1768         (org-activate-camels): Use new option `org-activate-camels'.
1769         (org-link-regexp): Add mhe prefix.
1770         (org-open-at-point, org-store-link): Support for mhe links.
1771         (org-mhe-get-message-real-folder, org-mhe-get-message-folder)
1772         (org-mhe-get-message-folder-from-index, org-mhe-get-message-num)
1773         (org-mhe-get-header, org-follow-mhe-link): New functions.
1774         (org-remove-angle-brackets, org-add-angle-brackets):
1775         New functions.
1776         (org-bracket-link-regexp): New constant.
1777         (org-read-date): Fix bug that was rejecting all typed dates.
1778         (org-link-search): Make hierarchy above visible after a match.
1779         (org-follow-bbdb-link): Inhibit electric mode for BBDB.
1780         (org-store-link): Fix bug with link creation when cursor is in
1781         an empty line.
1782         (org-open-at-point): Fix bug with matching a link.
1783         Fixed buggy argument sequence in call to `org-view-tags'.
1784         (org-compile-prefix-format): Set `org-prefix-has-tag'.
1785         (org-prefix-has-tag): New variable.
1786         (org-format-agenda-item): Remove tags from headline
1787         if appropriate.
1788         (org-agenda-remove-tags-when-in-prefix): New option.
1790 2006-02-21  Michael Kifer  <kifer@cs.stonybrook.edu>
1792         * ediff-diff.el (ediff-setup-diff-regions, ediff-setup-diff-regions3):
1793         Fix the regular expressions.
1795 2006-02-21  Richard M. Stallman  <rms@gnu.org>
1797         * progmodes/sh-script.el (sh-mode): Set shell type based on file name
1798         if there's no other specific basis.
1800         * emacs-lisp/unsafep.el (unsafep): Don't treat &rest or &optional
1801         as variables at all.
1802         (unsafep-variable): Rename arg; doc fix.
1804         * abbrevlist.el (list-one-abbrev-table): Add autoload.
1806         * calendar/appt.el (diary-selective-display): Add defvar.
1808         * sort.el (sort-columns): Use Posix arg syntax for `sort'.
1810         * isearch.el (search-whitespace-regexp): Fix custom type.
1812         * help.el (describe-key-briefly): Compute interactive args
1813         in same was as before previous change.
1815         * files.el (enable-local-variables): Doc fix.
1817 2006-02-21  Kim F. Storm  <storm@cua.dk>
1819         * fringe.el: Cleanup as file is now pre-loaded.
1820         (fringe-bitmaps): Initialize unconditionally.
1821         (fringe-mode, set-fringe-style): Remove autoload cookies.
1823 2006-02-21  Giorgos Keramidas  <keramida@ceid.upatras.gr>  (tiny change)
1825         * fringe.el (fringe-bitmaps): Rename `horisontal-bar' to
1826         `horizontal-bar'.
1827         (fringe-cursor-alist): Use `horizontal-bar'.
1829 2006-02-20  Kim F. Storm  <storm@cua.dk>
1831         * fringe.el (fringe-bitmaps): Update to new bitmap names.
1832         (fringe-indicator-alist, fringe-cursor-alist): Initialize.
1834         * loadup.el: Load "fringe" on window systems.
1836 2006-02-20  Nick Roberts  <nickrob@snap.net.nz>
1838         * progmodes/gud.el (gud-speedbar-buttons): Use shadow face for all
1839         out of scope components.
1841         * progmodes/gdb-ui.el (gdb-speedbar-auto-raise): Don't enable by
1842         default.
1844 2006-02-20  Chong Yidong  <cyd@stupidchicken.com>
1846         * custom.el (customize-mark-to-save, customize-mark-as-set):
1847         Load the symbol first.
1849 2006-02-20  Juanma Barranquero  <lekktu@gmail.com>
1851         * buff-menu.el (list-buffers-noselect): Turn also "\n" into a
1852         strech spec so it doesn't display as "^J" on the header line
1853         when `Buffer-menu-use-header-line' is t.
1855 2006-02-20  Nick Roberts  <nickrob@snap.net.nz>
1857         * speedbar.el (speedbar-make-button): Keep text properties
1858         of string arguments if desired.
1860         * progmodes/gud.el (gud-speedbar-buttons): Fontify watch
1861         expessions.
1863         * progmodes/gdb-ui.el (gdb-speedbar-expand-node): Force update
1864         of speedbar.
1866 2006-02-19  Ryan Yeske  <rcyeske@gmail.com>
1868         * ffap.el (ffap-read-file-or-url): Bind `completion-ignore-case'
1869         to value of `read-file-name-completion-ignore-case'.
1871 2006-02-19  Chong Yidong  <cyd@stupidchicken.com>
1873         * custom.el (customize-mark-as-set): Push to `user' theme.
1875         * cus-edit.el (custom-save-variables): Allow unthemed values.
1876         (customize-set-variable): Push setting to `user' theme.
1878 2006-02-19  Nick Roberts  <nickrob@snap.net.nz>
1880         * progmodes/gud.el: Don't require font-lock as it's now
1881         automatically loaded.
1882         (gud-speedbar-buttons): Replace gdb-var-changed with
1883         gdb-force-update.
1885         * progmodes/gdb-ui.el (gdb-force-update): Rename from
1886         gdb-var-changed.
1887         (gdb-post-prompt): Use it.
1888         (gdb-var-create-handler, gdb-var-evaluate-expression-handler)
1889         (gdb-var-update-handler, gdb-var-delete)
1890         (gdb-speedbar-expand-node, gdb-var-list-children-handler-1)
1891         (gdb-var-update-handler-1): Don't set gdb-var-changed, just set
1892         gdb-force-update in gdb-post-prompt.
1893         (gdb-reset): Clear watch expressions from speedbar when quitting.
1895 2006-02-19  Michael Kifer  <kifer@cs.stonybrook.edu>
1897         * viper-cmd.el (viper-insert-state-post-command-sentinel)
1898         (viper-change-state-to-vi, viper-change-state-to-emacs):
1899         Make aware of cursor coloring in the Emacs state.
1900         (viper-special-read-and-insert-char): Use read-char-exclusive.
1901         (viper-minibuffer-trim-tail): Workaround for fields in minibuffer.
1903         * viper-init.el (viper-emacs-state-cursor-color): New variable.
1905         * viper-util.el (viper-save-cursor-color)
1906         (viper-get-saved-cursor-color-in-replace-mode)
1907         (viper-get-saved-cursor-color-in-insert-mode)
1908         (viper-restore-cursor-color): Make aware of the cursor color in Emacs
1909         state.
1910         (viper-get-saved-cursor-color-in-emacs-mode): New function.
1912         * ediff-diff.el (ediff-ignore-case, ediff-ignore-case-option)
1913         (ediff-ignore-case-option3, ediff-actual-diff-options)
1914         (ediff-actual-diff3-options): New variables to control case sensitivity.
1915         (ediff-make-diff2-buffer, ediff-setup-fine-diff-regions)
1916         (ediff-setup-diff-regions3): Make aware of case-sensitivity.
1917         (ediff-toggle-ignore-case): New function.
1918         (ediff-extract-diffs, ediff-extract-diffs3): Preserve point in buffers.
1920         * ediff-help.el (ediff-long-help-message-narrow2)
1921         (ediff-long-help-message-compare2, ediff-long-help-message-compare3)
1922         (ediff-long-help-message-word-mode): Add ignore-case command.
1923         (ediff-help-for-quick-help): Add ignore-case command.
1925         * ediff-merg.el: Move provide to the end.
1927         * ediff-ptch.el: Move provide to the end.
1929         * ediff-wind.el: Move provide to the end.
1931         * ediff-mult.el: Move provide to the end.
1932         (ediff-set-meta-overlay): Enable follow-link.
1934         * ediff.el: Move provide to the end.
1935         Break recursive load cycle in eval-when-compile.
1936         (ediff-patch-buffer): Better heuristics.
1938         * ediff-util.el: Move provide to the end.
1939         Break recursive load cycle in eval-when-compile.
1940         (ediff-setup-keymap): Add binding for #c.  Replace some defsubsts with
1941         defuns.
1942         (ediff-submit-report): Pass the values of ediff-diff3-program,
1943         ediff-diff3-options.
1945 2006-02-19  Juanma Barranquero  <lekktu@gmail.com>
1947         * help-fns.el (help-do-arg-highlight): Recognize also ARG- followed by
1948         the opening bracket of the following bracketing pairs: {}, [], (), <>,
1949         `' (for example, in the docstring of `windmove-default-keybindings').
1951 2006-02-19  Nick Roberts  <nickrob@snap.net.nz>
1953         * progmodes/gud.el (gud-speedbar-buttons): Update properly for
1954         shadow face.  Don't provide binding to edit variable when it is
1955         out of scope.
1957         * progmodes/gdb-ui.el (gdb-var-evaluate-expression-handler)
1958         (gdb-var-update-handler): Detect out of scope variables with pre
1959         GDB 6.4 too.
1960         (gdb-post-prompt): Revert change from 2006-02-17 (force update).
1961         Reset status of variable objects to nil in update handlers.
1962         (gdb-var-update-handler-1): Detect when a variable object comes
1963         in scope.  setcar on var changes gdb-var-list directly.
1965 2006-02-17  Juri Linkov  <juri@jurta.org>
1967         * ffap.el (ffap) <defface>: Add explicit face declaration.
1968         (ffap-highlight): Use face `ffap' directly instead of checking
1969         for its existence.
1971         * icomplete.el (icomplete-get-keys): Use `t' for the second arg
1972         `visible-ok' of `other-buffer' to find the right original buffer.
1974         * info.el (Info-search): Skip `Local Variables' node.
1976 2006-02-17  Juri Linkov  <juri@jurta.org>
1978         * info.el (Info-find-file): Check for symbols `apropos', `history',
1979         `toc' in the input filename, and return these symbols as is.
1980         (Info-find-node-2): Set Info-current-file to symbols `apropos',
1981         `history', `toc' instead of strings.
1982         (Info-set-mode-line): For non-string Info-current-file use the
1983         symbol's name inside **.
1984         (Info-isearch-push-state): Add quote before Info-current-file and
1985         Info-current-node.
1986         (Info-isearch-pop-state): Use `equal' instead of `string='.
1987         (Info-extract-pointer, Info-following-node-name): Use
1988         `match-string-no-properties' instead of `match-string'.
1989         (Info-up): Check `old-file' for `stringp'.
1990         (Info-history): Use `equal' instead of `string-equal'.
1991         Check `file' for `stringp'.
1992         (Info-history): Use symbol `history' instead of string as first arg
1993         of `Info-find-node'.
1994         (Info-toc): Check `Info-current-file' for `stringp'.  Use symbol
1995         `toc' instead of string.
1996         (Info-extract-menu-node-name): Use `buffer-substring-no-properties'
1997         instead of `buffer-substring', and `match-string-no-properties'
1998         instead of `match-string'.
1999         (Info-index-nodes): Check for symbols `apropos', `history', `toc'
2000         instead of strings.
2001         (info-apropos): Use `Info-find-node' instead of `Info-goto-node'.
2002         Use symbol `apropos' instead of string.
2003         (Info-copy-current-node-name): Check `Info-current-file' for
2004         `stringp' and construct a command with `Info-find-node' from it.
2005         (Info-fontify-node): Use `match-string-no-properties' instead of
2006         `match-string' and check file names for `stringp'.
2007         (Info-desktop-buffer-misc-data): Check for symbols `apropos',
2008         `history', `toc' instead of strings.
2010 2006-02-17  Chong Yidong  <cyd@stupidchicken.com>
2012         * files.el: Rearrange functions and variables in the file local
2013         variables section.
2015 2006-02-17  Reiner Steib  <Reiner.Steib@gmx.de>
2017         * files.el: Add truncate-lines, ispell-check-comments and
2018         ispell-local-dictionary as safe local variables.
2020 2006-02-18  Nick Roberts  <nickrob@snap.net.nz>
2022         * progmodes/gud.el (gud-speedbar-buttons): Use shadow face for
2023         out of scope variables.
2024         (gud-speedbar-buttons): Use unless.
2026         * progmodes/gdb-ui.el (gdb-var-list): Update doc string.
2027         (gdb-init-1, gdb-var-changed): Set gdb-var-changed to t initially.
2028         (gdb-show-changed-values): Also use for out of scope variables.
2029         (gdb-var-update-handler-1): Note if variable goes out of scope.
2031 2006-02-17  Ryan Yeske  <rcyeske@gmail.com>
2033         * net/rcirc.el (rcirc-connect): Make all arguments optional, and
2034         default to global variable values for unsupplied args.
2035         (rcirc-get-buffer-create): Fix bug with setting the target.
2036         (rcirc-any-buffer): Rename from rcirc-get-any-buffer, and include
2037         test for rcirc-always-use-server-buffer-flag here.
2038         (rcirc-response-formats): Add %N, which is a facified nick.  %n
2039         uses the default face.  Change the ACTION format string.  If the
2040         "nick" is the server, don't print anything for that field.
2041         Comment fixes.
2042         (rcirc-target-buffer): Don't test
2043         rcirc-always-use-server-buffer-flag here.
2044         (rcirc-print): Squeeze extra spaces out of the text before message.
2045         (rcirc-put-nick-channel): Strip potential "@" char from nick
2046         before adding them to nick table.
2047         (rcirc-url-regexp): Improve to match address like "foo.com".
2049 2006-02-17  Eli Zaretskii  <eliz@gnu.org>
2051         * allout.el (allout-hidden-p): Move this defsubst before
2052         allout-overlay-interior-modification-handler, where it is first
2053         used.
2055 2006-02-17  Ken Manheimer  <ken.manheimer@gmail.com>
2057         * allout.el: Use allout invisible-text overlays instead of
2058         selective display for concealed text.  Also, lots of general
2059         cleanup, and improved compatibility code.
2061         (allout-version) Incremented, corrected, revised, and refined
2062         module commentary.
2064         (provide 'allout): Moved to the bottom, added a require of overlay.
2066         (allout-encrypt-unencrypted-on-saves): Defaults to t instead of
2067         `except-current'.
2068         (allout-write-file-hook-handler): Minimize delay.
2069         (count-trailing-whitespace-region): New function so
2070         auto-encryption of current topic can resituate cursor exactly.
2071         PGP/GPG encryption trims trailing whitespace from lines, which
2072         must be accounted for across encryption then decryption.
2074         (allout-command-prefix): Now defaults to "\C-c<space>" rather than
2075         just plain "\C-c", to avoid intruding on user's keybinding space.
2077         (allout-toggle-current-subtree-encryption): Pass along fetch-pass
2078         parameter, so user request to provide a new password is done.
2080         (allout-outside-normal-auto-fill-function, allout-auto-fill):
2081         Refined mechanism for auto-filling behavior while in allout mode.
2083         (allout-mode): Explicitly specify the mode map in the docstring.
2084         Clarify provision for various write-file hook var names.
2085         Adjusted for invisible-text overlays instead of selective-display.
2087         (allout-depth): Really return 0 if not within any topic.  This
2088         rectifies `allout-beginning-of-level' and sequence numbering
2089         errors that occur when cutting and pasting numbered topics.
2090         Changed from a in-line subst to a regular function, as well.
2092         (allout-pre-next-prefix): Renamed from allout-pre-next-preface.
2094         (allout-end-of-subtree, allout-end-of-subtree)
2095         (allout-end-of-entry, allout-end-of-current-heading)
2096         (allout-next-visible-heading, allout-open-topic, allout-show-entry)
2097         (allout-show-children, allout-show-to-offshoot)
2098         (allout-hide-current-entry, allout-show-current-entry): Rectified
2099         handling of trailing blank lines between items.
2101         (allout-line-boundary-regexp, set-allout-regexp, allout-depth)
2102         (allout-current-depth, allout-unprotected, allout-hidden-p)
2103         (allout-on-current-heading-p, allout-listify-exposed)
2104         (allout-chart-subtree, allout-goto-prefix)
2105         (allout-back-to-current-heading, allout-get-body-text)
2106         (allout-snug-back, allout-flag-current-subtree, allout-show-all)
2107         (allout-hide-region-body, allout-toggle-subtree-encryption)
2108         (allout-encrypt-string, allout-encrypted-key-info)
2109         (allout-next-topic-pending-encryption, allout-encrypt-decrypted)
2110         (allout-file-vars-section-data): Adjusted for use with
2111         invisible-text overlays instead of selective-display.
2113         (allout-kill-line, allout-kill-topic, allout-yank-processing):
2114         Reworked for use with invisible text overlays.
2116         (allout-current-topic-collapsed-p): New function.
2118         (allout-hide-current-subtree): Use allout-current-topic-collapsed-p
2119         to know when to close the containing topic.
2121         (allout-pre-command-business, allout-post-command-business):
2122         Simplify undo-batching and dynamic isearch exposure.
2124         (allout-set-overlay-category): New for invisible-text overlays.
2125         Sets properties of allout-overlay-category, used by
2126         allout-flag-region to set invisible-text overlay properties.
2127         (allout-get-invisibility-overlay): Get the first qualifying
2128         invisibility overlay, so we can find the extent of it.
2129         (allout-back-to-visible-text): Get to just before the beginnining
2130         of the current invisibility overlay, if any.
2132         (allout-overlay-insert-in-front-handler)
2133         (allout-overlay-interior-modification-handler)
2134         (allout-before-change-handler, allout-isearch-end-handler): New
2135         functions to handle extraordinary actions affecting concealed
2136         text.
2138         (allout-flag-region): Use overlays instead of selective-display
2139         for invisible text - by inheritence from the properties of
2140         allout-overlay-category in mainline Emacs, and applied
2141         property-by-property in XEmacs, some recent versions of which
2142         don't inherit the properties from the category.  Provisions to
2143         respond to concealed-text edits simplified drastically.
2145         (allout-isearch-rectification, allout-isearch-was-font-lock)
2146         (allout-isearch-expose, allout-enwrap-isearch)
2147         (allout-isearch-abort, allout-pre-was-isearching)
2148         (allout-isearch-prior-pos, allout-isearch-did-quit)
2149         (allout-isearch-dynamic-expose)
2150         (allout-hide-current-entry-completely): Functions deleted.
2152         (allout-undo-aggregation): Explicit undo aggregation no longer
2153         necessary due to transition away from selective-display.
2155         (set-allout-regexp, allout-up-current-level)
2156         (allout-next-visible-heading, allout-forward-current-level)
2157         (allout-open-topic, allout-reindent-body, allout-rebullet-topic)
2158         (allout-kill-line, allout-yank-processing, allout-show-children)
2159         (allout-expose-topic, allout-old-expose-topic)
2160         (allout-listify-exposed, allout-insert-latex-header)
2161         (allout-toggle-subtree-encryption, allout-encrypt-string)
2162         (remove-from-invisibility-spec, allout-hide-current-subtree):
2163         Ditched unused variables.
2165 2006-02-17  Agustin Martin  <agustin.martin@hispalinux.es>
2167         * textmodes/ispell.el (ispell-change-dictionary): Call
2168         ispell-buffer-local-dict instead of
2169         ispell-accept-buffer-local-defs.
2170         (ispell-local-dictionary-alist): Accept as valid any coding-system
2171         supported by Emacs.
2172         (ispell-dictionary-alist-3): Esperanto dictionary's coding system
2173         changed to iso-8859-3.
2175 2006-02-17  Nick Roberts  <nickrob@snap.net.nz>
2177         * speedbar.el (speedbar-frame-width): Make an inline function
2178         instead of a macro.  Use frame-width.
2179         (speedbar-try-completion, speedbar-update-contents)
2180         (speedbar-timer-fn): Use consp.
2181         (speedbar-update-localized-contents): Try to preserve point.
2183         * progmodes/gdb-ui.el (gdba, gdb-var-list): Improve doc strings.
2184         (menu): Re-order menu items.
2185         (gdb-var-update-regexp, gdb-var-update-regexp-1): Match "in_scope"
2186         field.
2187         (gdb-var-update-handler-1): Use it for GDB 6.4+.
2188         (gdb-post-prompt): Speed things by not forcing update.
2190 2006-02-16  Chong Yidong  <cyd@stupidchicken.com>
2192         * wid-edit.el (widget-button-click): For mouse-1, cancel button
2193         press and perform default action if we get a mouse movement event.
2195 2006-02-16  Juanma Barranquero  <lekktu@gmail.com>
2197         * calendar/icalendar.el (icalendar--get-event-property)
2198         (icalendar--get-event-property-attributes): Fix typos in
2199         docstrings.
2201         * progmodes/flymake.el (flymake-fix-file-name): Fix typo in
2202         docstring.
2204 2006-02-15  Juanma Barranquero  <lekktu@gmail.com>
2206         * bs.el (bs-mode): Use `buffer-disable-undo'.
2207         (bs--get-file-name): Simplify.
2208         (bs-show-in-buffer): Mark the buffer as not modified.
2210 2006-02-14  Chong Yidong  <cyd@stupidchicken.com>
2212         * wid-edit.el (widget-keymap): Bind down-mouse-1 to
2213         widget-button-click.
2215         * cus-edit.el (custom-mode-map): Remove mouse-1 binding.
2216         (custom-mode): Update docstring.
2218         * cus-theme.el (custom-new-theme-mode-map): Remove mouse-1
2219         binding.
2221         * files.el (hack-local-variables-confirm): Allow scrolling if the
2222         file variable list is too long.  Kill temp buffer after use.
2224 2006-02-15  Nick Roberts  <nickrob@snap.net.nz>
2226         * progmodes/gud.el (gdb): Improve doc string.
2227         (gdb-script-font-lock-keywords): Expand allowed character set.
2229         * progmodes/gdb-ui.el (gdb-use-separate-io-buffer)
2230         (gdb-display-separate-io-buffer, gdb-frame-separate-io-buffer)
2231         (gdb-separate-io-interrupt, gdb-separate-io-quit)
2232         (gdb-separate-io-stop, gdb-separate-io-eof):
2233         Rename from gdb-inferior-* to gdb-separate-*.
2234         (gdb-set-gud-minor-mode-existing-buffers-1): Improve doc string.
2236 2006-02-14  Jay Belanger  <belanger@truman.edu>
2238         * calc/calc-arith.el (math-check-known-scalarp): Make sure
2239         expression is a symbol before checking that it is bound.
2241         * calc/calcalg2.el (math-integrate-by-parts): Do a more careful
2242         test to see if equation can be solved.
2244 2006-02-14  Chong Yidong  <cyd@stupidchicken.com>
2246         * wid-edit.el (widget-button-click): Use :pressed-face property
2247         for overlay face, if it exists.
2249         * cus-edit.el (custom-manual, custom-add-see-also)
2250         (custom-add-parent-links, custom-group-link): Add :pressed-face
2251         property to links.
2253         * files.el (hack-local-variables): Remove ignored variables before
2254         checking if any variables need setting.
2256 2006-02-14  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
2258         * cus-start.el (all): Add x-gtk-whole-detached-tool-bar.
2260 2006-02-14  Juanma Barranquero  <lekktu@gmail.com>
2262         * help.el (where-is): Fix message for remapped commands.
2264         * mwheel.el (mouse-wheel-click-event, mouse-wheel-mode):
2265         Fix typos in docstrings.
2267 2006-02-13  Chong Yidong  <cyd@stupidchicken.com>
2269         * files.el (safe-local-variable-values): New option.
2270         (hack-local-variables-prop-line): Return a list of variable-value
2271         pairs if MODE-ONLY is non-nil.
2272         (hack-local-variables): Construct list of variable-value pairs,
2273         and apply or reject them in one go.  Ask for confirmation if
2274         variables are not known safe.
2275         (hack-local-variables-confirm): Complete rewrite.  Support
2276         `safe-local-variable-values'.
2277         (enable-local-variables): Update docstring to reflect new
2278         behavior.
2279         (ignored-local-variables): Ignore ignored-local-variables and
2280         safe-local-variable-values.
2281         (safe-local-variable-p): New function.
2282         (risky-local-variable-p): `safe-local-variable' property check
2283         moved to safe-local-variable-p.
2284         (hack-one-local-variable): Checks moved to hack-local-variables.
2286         (byte-compile-dynamic, c-basic-offset, c-file-style)
2287         (c-indent-level, comment-column, fill-column, fill-prefix)
2288         (indent-tabs-mode, kept-new-versions, no-byte-compile)
2289         (no-update-autoloads, outline-regexp, page-delimiter)
2290         (paragraph-start, paragraph-separate, sentence-end)
2291         (sentence-end-double-space tab-width, version-control):
2292         Add `safe-local-variable' property.
2294         * find-lisp.el: Delete nonexistent `autocompile' file variable.
2296         * icomplete.el, play/landmark.el: Change nonexistent
2297         `outline-layout' file variable to `allout-layout'.
2299 2006-02-14  Nick Roberts  <nickrob@snap.net.nz>
2301         * progmodes/gdb-ui.el (gud-watch, gdb-invalidate-registers-1)
2302         (gdb-get-changed-registers): Test value of gud-minor-mode relative
2303         to gud-comint-buffer.
2304         (gdb-speedbar-expand-node, gdb-locals-mode): Use functions in
2305         gdb-ui.el for gdb-mi.el.
2306         (gdb-post-prompt, gdb-get-changed-registers): Move test for
2307         registers buffer to gdb-get-changed-registers.
2308         (gdb-breakpoint-regexp): New regexp.  Allow toggling and
2309         deletion of catchpoints (throw and catch).
2310         (gdb-toggle-breakpoint, gdb-delete-breakpoint)
2311         (gdb-goto-breakpoint): Use it for both gdb-ui and gdb-mi.
2312         (gdb-find-file-hook, gdb-set-gud-minor-mode-existing-buffers-1)
2313         (gdb-var-list-children-1, gdb-info-breakpoints-custom)
2314         (gdb-var-update-1, gdb-invalidate-locals-1): Use also for gdb-mi.
2316 2006-02-13  Jay Belanger  <belanger@truman.edu>
2318         * calc/calc-arith.el (math-check-known-matrixp): Make sure
2319         expression is a symbol before checking that it is bound.
2321 2006-02-13  Richard M. Stallman  <rms@gnu.org>
2323         * mouse.el (mouse-drag-mode-line-1): Use mouse-drag-move-window-bottom
2324         for the minibuffer too, but not if resize-mini-windows will interfere.
2326         * help.el (describe-key-briefly, describe-key): Do all arg-reading
2327         inside `interactive' spec.
2328         (describe-key-briefly-internal, describe-key-internal):
2329         Functions merged back into their callers.
2331 2006-02-13  Martin Rudalics  <rudalics@gmx.at>  (tiny change)
2333         * info.el (info-xref-visited): Inherit from info-xref too.
2334         (Info-set-mode-line): Replace occurrences of `%' by `%%'
2335         when propertizing Info-current-file and Info-current-node.
2337 2006-02-13  Juri Linkov  <juri@jurta.org>
2339         * tumme.el (tumme-thumbnail-storage): Fix docstring.
2340         (tumme-thumb-name): Fix per-directory format.
2342 2006-02-13  Juanma Barranquero  <lekktu@gmail.com>
2344         * subr.el (substitute-key-definition): Doc fix (hide internal arg).
2346 2006-02-12  Miles Bader  <miles@gnu.org>
2348         * net/rcirc.el (rcirc-format-response-string): Fix small bugs.
2350 2006-02-13  Mathias Dahl  <mathias.dahl@gmail.com>
2352         * tumme.el: Remove history section.  If someone needs the it, it
2353         can always be found in CVS.
2355 2006-02-12  Mathias Dahl  <mathias.dahl@gmail.com>
2357         * tumme.el (tumme-thumbnail-storage): Update docstring.  Add info
2358         about the Thumbnail Managing Standard option.
2360 2006-02-12  Richard M. Stallman  <rms@gnu.org>
2362         * subr.el (substitute-key-definition): Doc fix.
2364         * simple.el (blink-matching-paren-dont-ignore-comments): Doc fix.
2366         * files.el (magic-mode-alist): Don't use `\\s ' in regexps.
2368         * info.el (Info-mode): Doc fix.
2370         * progmodes/ebrowse.el (ebrowse-global-prefix-key): Change to C-c C-m.
2372 2006-02-12  Michael Albinus  <michael.albinus@gmx.de>
2374         * net/tramp.el (tramp-remote-path): Add "/usr/xpg4/bin" on top,
2375         because on Solaris a POSIX compatible "id" is needed.  Reported by
2376         Magnus Henoch <mange@freemail.hu>.
2378 2006-02-12  Juri Linkov  <juri@jurta.org>
2380         * tumme.el: Remove todo item about Thumbnail Managing Standard.
2381         (tumme) <defgroup>: Change :group to `multimedia'.
2382         (tumme-thumbnail-storage): Add choice `standard' for Thumbnail
2383         Managing Standard.
2384         (tumme-cmd-create-thumbnail-options): Use %w and %h instead of %s.
2385         Fix dostring.
2386         (tumme-cmd-create-temp-image-options): Use %w and %h instead of %x
2387         and %y.  Fix docstring.
2388         (tumme-cmd-pngnq-program, tumme-cmd-pngcrush-program)
2389         (tumme-cmd-create-standard-thumbnail-command): New user options.
2390         (tumme-thumb-size): Set default to 128 if tumme-thumbnail-storage
2391         is `standard'.  Fix docstring.
2392         (tumme-thumb-width, tumme-thumb-height): New user options.
2393         (tumme-external-viewer): Try to find various viewers.
2394         (tumme-get-thumbnail-image): Use `create-image' instead of
2395         constructing the `image' structure.
2396         (tumme-insert-thumbnail): Use `png' if tumme-thumbnail-storage is
2397         `standard'.
2398         (tumme-thumb-name): Add file name generation for standard storage.
2399         Simplify code for other storages.
2400         (tumme-thumb-name): Use width %w and height %h instead of size %s.
2401         Add modification time %m and thumbnail-nq8 %q.
2402         Use `tumme-cmd-create-standard-thumbnail-command' if
2403         tumme-thumbnail-storage is `standard'.
2404         (tumme-dired-insert-marked-thumbs): New autoload command.
2405         (tumme-dired-after-readin-hook): New function.
2406         (tumme-line-up-dynamic): Use `tumme-thumb-width' instead of
2407         `tumme-thumb-size'.
2408         (tumme-display-image): Replace size-x %x and size-y %y with
2409         width %w and height %h.
2411         * dired.el (dired-mode-map): Bind `\C-t\C-t' to
2412         `tumme-dired-insert-marked-thumbs'.
2414 2006-02-12  Mathias Dahl  <mathias.dahl@gmail.com>
2416         * tumme.el (tumme-write-tag): Fix small bug (file name did not
2417         include path).
2418         (tumme-mark-tagged-files): Fix bug in regexp used to find rows
2419         matching tag.
2421 2006-02-12  Miles Bader  <miles@gnu.org>
2423         * net/rcirc.el (rcirc-nick-abbrevs, rcirc-response-formats):
2424         New variables.
2425         (rcirc-abbrev-nick): New function.
2426         (rcirc-format-response-string): Rewrite to use the formats in
2427         `rcirc-response-formats' and expand escape sequences therein.
2428         A text-property `rcirc-text' is added over the actual response
2429         text to make easy to find inside the returned string.
2430         (rcirc-print): When filling, just look for the `rcirc-text'
2431         text-property to find the appropriate fill prefix, instead of
2432         using hardwired patterns.
2434 2006-02-11  Mathias Dahl  <brakjoller@hotmail.com>
2436         * tumme.el: Enhance some docstrings.  Add todo item about Thumbnail
2437         Managing Standard.
2439 2006-02-11  Kim F. Storm  <storm@cua.dk>
2441         * ido.el (ido-buffer-internal): Set mark for ido-insert-buffer.
2442         Don't use insert-buffer; do insert-buffer-substring directly.
2443         (ido-file-internal): Set mark for ido-insert-file.  Use insert-file-1.
2445 2006-02-11  Martin Rudalics  <rudalics@gmx.at>
2447         * files.el (revert-buffer, recover-file): Replace buffer-read-only
2448         with inhibit-read-only.  Suggested by Stefan Monnier.
2449         (revert-buffer): Let insert-file-contents discard
2450         buffer-undo-list.  Simplify code.
2451         (find-file, find-file-existing, revert-buffer): Doc-string fixes.
2453 2006-02-11  Eli Zaretskii  <eliz@gnu.org>
2455         * menu-bar.el (menu-bar-select-yank): Add a doc string.
2457         * help.el (describe-key-briefly): Now a wrapper for
2458         describe-key-briefly-internal.  Bind enable-disabled-menus-and-buttons
2459         to t.  Populate yank-menu if empty.
2460         (describe-key-briefly-internal): Renamed from describe-key-briefly.
2461         (describe-key): Now a wrapper for describe-key-internal.  Bind
2462         enable-disabled-menus-and-buttons to t.  Populate yank-menu if empty.
2463         (describe-key-internal): Renamed from describe-key.
2465 2006-02-11  Milan Zamazal  <pdm@zamazal.org>
2467         * progmodes/glasses.el (glasses-separator): Doc fix.
2468         (glasses-original-separator): New defcustom.
2469         (glasses-make-readable, glasses-convert-to-unreadable): Use it.
2471 2006-02-11  Martin Rudalics  <rudalics@gmx.at>
2473         * mwheel.el (mouse-wheel-up-event): Doc fix.
2475 2006-02-11  Mathias Dahl  <brakjoller@hotmail.com>
2477         * tumme.el (tumme-dir): Change default value to "~/.emacs.d/tumme/".
2478         (tumme-dir): New function.  Copied from thumbs.el.
2480 2006-02-10  Juanma Barranquero  <lekktu@gmail.com>
2482         * desktop.el (desktop-outvar): Fix typo.
2483         (desktop-save-buffer-p): Doc fix.
2485         * subr.el (substitute-key-definition): Fix typo.
2487 2006-02-10  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
2489         * frame.el (select-frame-set-input-focus): Call x-focus-frame also
2490         when window-system is mac.
2492         * term/mac-win.el (fontset-standard): Rename from "fontset-mac".
2494 2006-02-10  Kim F. Storm  <storm@cua.dk>
2496         * subr.el (substitute-key-definition-key): Pass t for NOERROR to
2497         indirect-function instead of using condition-case.
2499 2006-02-10  Mathias Dahl  <mathias.dahl@gmail.com>
2501         * tumme.el (tumme-copy-with-exif-file-name): Try to make docstring
2502         less `colloquial'...
2504 2006-02-09  Mathias Dahl  <mathias.dahl@gmail.com>
2506         * tumme.el: Add a couple of todo items.
2508 2006-02-09  Lars Hansen  <larsh@soem.dk>
2510         * hilit-chg.el: Add highlight-changes-mode to desktop-locals-to-save.
2511         (highlight-changes-mode): Don't change desktop-locals-to-save.
2513 2006-02-09  Chong Yidong  <cyd@stupidchicken.com>
2515         * image-mode.el (image-toggle-display): Clear image cache if using
2516         filename.
2518 2006-02-09  Masatake YAMATO  <jet@gyve.org>
2520         * dired-x.el (dired-guess-shell-alist-default): Add .man as
2521         a `dired-man' target.
2523         * progmodes/autoconf.el (autoconf-font-lock-keywords): Check start
2524         boundary of symbols.
2526 2006-02-08  Peter Doornbosch  <peter.doornbosch@luminis.nl>  (tiny change)
2528         * vc-svn.el (vc-svn-print-log): Show recent commits as well.
2530 2006-02-09  Juanma Barranquero  <lekktu@gmail.com>
2532         * hilit-chg.el (hilit-chg-update-all-buffers): Use `mapc' instead of
2533         `mapcar'; return nil.
2535 2006-02-08  Chong Yidong  <cyd@stupidchicken.com>
2537         * mouse.el (mouse-drag-track): Don't change window if we rebind to
2538         some other event.
2540 2006-02-08  Ryan Yeske  <rcyeske@gmail.com>
2542         * net/rcirc.el (rcirc-startup-channels-alist):
2543         Add irc.freenode.net and #emacs as defaults.
2544         (rcirc-ignore-all-activity-flag): Remove variable.
2545         (rcirc-authinfo): New variable.
2546         (rcirc-authinfo-filename): Remove variable.
2547         (rcirc-always-use-server-buffer-flag): New flag.
2548         (rcirc): M-x rcirc will automatically connect without prompting.
2549         C-u M-x rcirc will prompt.  Use rcirc-connect to create a
2550         connection in lisp.
2551         (rcirc-process-server-response-1): Remove everything but the nick
2552         portion of the sender so it doesn't need to be done everywhere
2553         else.  Update related code.
2554         (global-map): Remove global keybindings.
2555         (rcirc-get-buffer-create): Make sure rcirc-topic is set.
2556         (rcirc-send-input): Split into several functions.
2557         (rcirc-process-input-line, rcirc-process-message)
2558         (rcirc-process-command): New functions.
2559         (rcirc-target-buffer): New function to determine where to route
2560         messages.
2561         (rcirc-user-nick): Save match data.
2562         (rcirc-toggle-ignore-buffer-activity)
2563         (rcirc-update-activity-string): Remove global ignore functionality,
2564         which can be done now by toggling rcirc-track-minor-mode.
2565         (rcirc-track-minor-mode-map): New keymap.
2566         (rcirc-track-minor-mode): New minor-mode.
2567         (ignore): Make the ignore output nicer.  Always print it when
2568         adding or removing nicks.
2569         (rcirc-url-regexp): Improve.
2570         (rcirc-mangle-text): Remove properties before using text in the
2571         modeline.
2572         (rcirc-authenticate): Authentication data comes from
2573         rcirc-authinfo, not the file pointed to by rcirc-authinfo-file.
2574         (rcirc-server-prefix): Inherit from rcirc-server.
2576 2006-02-08  Mathias Megyei  <Mathias.Megyei@micronas.com>  (tiny change)
2578         * Makefile.in (compile): Append "|| true" to the end of the `find'
2579         command, like compile-always does.
2581 2006-02-08  Sam Steingold  <sds@gnu.org>
2583         * net/tramp.el (tramp-maybe-open-connection): Do not wait for
2584         output from a dead connection.
2586 2006-02-07  Mathias Dahl  <brakjoller@hotmail.com>
2588         * dired.el (dired-mode-map): Add more bindings for tumme.
2590 2006-02-07  Stefan Monnier  <monnier@iro.umontreal.ca>
2592         * wdired.el (wdired-mode-map): Use remap.
2593         (wdired-get-filename): Massage.
2594         (wdired-perm-mode-map): Don't copy bindings from wdired-mode-map.
2595         (wdired-preprocess-perms, wdired-set-bit, wdired-toggle-bit): Use the
2596         `keymap' property rather than `local-map'.
2598 2006-02-07  Mathias Dahl  <brakjoller@hotmail.com>
2600         * tumme.el (tumme-get-thumbnail-image): New utility function.
2601         Suggested by from Chong Yidong.
2602         (tumme-dired-with-window-configuration): Rename from
2603         `tumme-dired'.  Add code to save window configuration.
2604         (tumme-restore-window-configuration): New command to restore the
2605         window configuration that `tumme-dired-with-window-configuration'
2606         saves before it changes the window configuration.
2607         (tumme-show-all-from-dir): New command to display thumbnails for
2608         all files in a directory entered by the user, like M-x thumbs.
2609         (tumme-display-thumbs): Call `pop-to-buffer' after all thumbnails
2610         have been created.
2611         (tumme-display-thumbnail-original-image): Call `display-buffer'.
2612         (obsolete-tumme-display-thumbnail-original-image-and-buffer):
2613         Remove obsolete test function.
2615 2006-02-07  Juanma Barranquero  <lekktu@gmail.com>
2617         * vc.el (small-temporary-file-directory): Remove defvar; there's
2618         a defcustom for it in files.el.
2620         * tumme.el (tumme-get-thumbnail-image): Add missing arg to `error'.
2621         Fix typo in message.
2622         (tumme-gallery-generate): Fix typo in `error' message.
2623         (tumme-display-window-height-correction)
2624         (tumme-display-window-width-correction, tumme-line-up-dynamic)
2625         (tumme-line-up-interactive): Dox fixes.
2626         (tumme-cmd-rotate-original-options, tumme-display-properties-format)
2627         (tumme-restore-window-configuration, tumme-format-properties-string)
2628         (tumme-create-thumbs, tumme-display-previous-thumbnail-original):
2629         Fix typos in docstrings.
2631 2006-02-07  Chris Moore  <christopher.ian.moore@gmail.com>  (tiny change)
2633         * wdired.el (wdired-get-filename): Fix bug: Don't re-normalize OLD.
2635 2006-02-07  Nick Roberts  <nickrob@snap.net.nz>
2637         * progmodes/gud.el (gud-tooltip-mode): Remove autoload cookie.
2638         User should use hook if desired.
2640         * progmodes/gdb-ui.el (gdb-post-prompt): Regenerate breakpoints
2641         buffer if necessary.
2642         (gdb-delete-frame-or-window): New function.
2643         (gdb-breakpoints-mode-map): Bind "q" to it.
2645 2006-02-06  Stefan Monnier  <monnier@iro.umontreal.ca>
2647         * textmodes/nroff-mode.el: Clean up name space.
2648         (nroff-mode-syntax-table): Remove spurious `1' in the syntax of \n.
2649         (nroff-mode): Obey the global setting of nroff-electric-mode.
2650         (nroff-electric-mode): Use define-minor-mode and derived-mode-p.
2652         * calendar/calendar.el (calendar-increment-month): Typo in last change.
2654 2006-02-06  Thien-Thi Nguyen  <ttn@gnu.org>
2656         * vc-svn.el (vc-svn-previous-version, vc-svn-next-version): New funcs.
2658 2006-02-06  Lars Hansen  <larsh@soem.dk>
2660         * generic-x.el (etc-fstab-generic-mode): Add file system types
2661         cifs and usbdevfs.  Allow special chars in file names.
2663 2006-02-05  Jay Belanger  <belanger@truman.edu>
2665         Update copyright notices of the files in lisp/calc.
2667 2006-02-05  Romain Francoise  <romain@orebokech.com>
2669         Update copyright notices of all files in the lisp/play directory.
2671 2006-02-04  Luc Teirlinck  <teirllm@auburn.edu>
2673         * ldefs-boot.el: Regenerate.
2675         * emacs-lisp/find-func.el (find-definition-noselect): Minor doc fix.
2677 2006-02-05  Kim F. Storm  <storm@cua.dk>
2679         * files.el (magic-mode-regexp-match-limit): New defvar.
2680         (set-auto-mode): Use it to limit magic-mode-alist matching.
2682 2006-02-04  Kevin Rodgers  <ihs_4664@yahoo.com>
2684         * simple.el (display-message-or-buffer): Compare the number of
2685         characters to the frame width when determining whether a 1-line
2686         message string will fit in the echo area.  Count screen lines
2687         instead of buffer lines when determining whether a multi-line
2688         message will fit in the echo area/minibuffer window.
2690 2006-02-04  Eli Zaretskii  <eliz@gnu.org>
2692         * info.el (Info-index, Info-mode): Improve the description of the
2693         `i' command.
2695         * ldefs-boot.el: Regenerate.
2697 2006-02-03  Werner Lemberg  <wl@gnu.org>
2699         * textmodes/nroff-mode.el (nroff-font-lock-keywords): Don't be
2700         greedy to find the closing bracket in \*[...] and similar
2701         expressions.  This is a first rough fix -- many additional
2702         refinements are necessary to make nroff mode really usable with groff.
2704 2006-02-03  Jens Petersen  <petersen@redhat.com>  (tiny change)
2706         * international/mule-cmds.el (set-locale-environment):
2707         Add "/usr/share/X11/locale/locale.alias" to search list for xorg-x11
2708         libX11.
2710 2006-02-03  Joe Wells  <jbw@macs.hw.ac.uk>  (tiny change)
2712         * arc-mode.el (archive-maybe-copy): Fix the way directories in the
2713         archive are created in archive-tmpdir.
2715 2006-02-02  John Paul Wallington  <jpw@pobox.com>
2717         * ibuffer.el (ibuffer-compressed-file-name-regexp): New defcustom.
2718         (ibuffer-fontification-alist): Use it.
2719         (ibuffer-mode-map): Bind `ibuffer-mark-compressed-file-buffers'
2720         to "* z" and the Ibuffer Mark menu.
2722         * ibuf-ext.el (ibuffer-mark-compressed-file-buffers): New command.
2724 2006-02-02  Stefan Monnier  <monnier@iro.umontreal.ca>
2726         * textmodes/table.el (*table--cell-describe-mode)
2727         (*table--cell-describe-bindings): Undo last change since
2728         print-help-return-message is not obsoleted by anything at all.
2730 2006-02-02  Luc Teirlinck  <teirllm@auburn.edu>
2732         * emulation/cua-base.el (cua-mode): Doc fix.
2734 2006-02-02  Juanma Barranquero  <lekktu@gmail.com>
2736         * dframe.el (dframe-handle-make-frame-visible)
2737         (dframe-handle-iconify-frame, dframe-get-focus)
2738         (dframe-select-attached-frame, dframe-power-click)
2739         (dframe-frame-mode): Fix typos in docstrings.
2741         * ezimage.el (ezimage-mail, ezimage-object-out-of-date)
2742         (ezimage-insert-image-button-maybe, ezimage-insert-over-text):
2743         Fix typos in docstrings.
2745         * hi-lock.el (hi-lock-mode, hi-lock-line-face-buffer)
2746         (hi-lock-face-buffer, hi-lock-font-lock-hook)
2747         (hi-lock-archaic-interface-message-used)
2748         (hi-lock-file-patterns-range): Fix typos in docstrings.
2750         * savehist.el (savehist-loaded, savehist-load, savehist-install)
2751         (savehist-autosave, savehist-trim-history): Fix typos in docstrings.
2753         * mail/mailclient.el (mailclient-place-body-on-clipboard-flag):
2754         Fix typo in docstring.
2756         * net/newsticker.el (newsticker--decode-iso8601-date)
2757         (newsticker--set-customvar, newsticker--buffer-insert-item)
2758         (newsticker--do-run-auto-mark-filter)
2759         (newsticker--parse-generic-feed): Doc fixes.
2760         (newsticker--retrieval-timer-list, newsticker-url-list)
2761         (newsticker-hide-immortal-items-in-echo-area)
2762         (newsticker-hide-obsolete-items-in-echo-area)
2763         (newsticker-new-item-face, newsticker--enclosure)
2764         (newsticker-buffer-update, newsticker-w3m-show-inline-images)
2765         (newsticker--parse-atom-0.3, newsticker--parse-rss-1.0)
2766         (newsticker--parse-generic-feed, newsticker--cache-contains)
2767         (newsticker--stat-num-items, newsticker-download-enclosures):
2768         Fix typos in docstrings.
2770         * net/rcirc.el (rcirc-debug): Doc fix.
2771         (rcirc-fill-column, rcirc-receive-message-hooks)
2772         (rcirc-browse-url-map, rcirc-read-only-flag, rcirc-prompt)
2773         (rcirc-mode, rcirc-generate-new-buffer-name)
2774         (rcirc-startup-channels, rcirc-ignore-update-automatic)
2775         (rcirc-cmd-ignore, rcirc-browse-url, rcirc-url-regexp):
2776         Fix typos in docstrings.
2777         (rcirc-print): "?\ " -> "?\s".
2778         (rcirc-cmd-join): Improve argument/docstring consistency.
2780 2006-02-01  Mark A. Hershberger  <mah@everybody.org>
2782         * xml.el (xml-parse-region): Move save-excursion and set-buffer up
2783         before narrow-to-region.
2785 2006-02-01  Richard M. Stallman  <rms@gnu.org>
2787         * simple.el (move-beginning-of-line): Scan properly for invis change.
2789         * replace.el (multi-occur-in-matching-buffers): Fix prev change.
2791 2006-02-01  Michael Albinus  <michael.albinus@gmx.de>
2793         * net/tramp.el (tramp-convert-file-attributes): Set file's gid
2794         change bit only when id-format is 'integer.  Reported by Matt
2795         Hodges <M.P.Hodges@rl.ac.uk>.
2797 2006-02-01  Juanma Barranquero  <lekktu@gmail.com>
2799         * hilit-chg.el (highlight-changes-initial-state)
2800         (highlight-changes-global-initial-state): Doc fixes.
2801         (highlight-changes-global-modes, global-highlight-changes):
2802         Fix typos in docstrings.
2804 2006-02-01  Kim F. Storm  <storm@cua.dk>
2806         * emulation/cua-base.el (cua-mode): Mention that CUA enables
2807         transient-mark-mode in doc string.
2809 2006-01-31  Richard M. Stallman  <rms@gnu.org>
2811         * replace.el (multi-occur): Doc fix.
2812         (multi-occur-in-matching-buffers): Rename from
2813         multi-occur-by-filename-regexp.  Prefix arg says match
2814         buffer names instead of file names.
2816 2006-01-31  Juanma Barranquero  <lekktu@gmail.com>
2818         * bs.el: Allow non-default values of `bs-header-lines-length'.
2819         (bs--running-in-xemacs): Remove (not needed anymore).
2820         (bs--set-window-height): Simplify by using `fit-window-to-buffer'
2821         instead of `shrink-window', thus avoiding having to compute the
2822         height of the window.
2823         (bs--up): Wrap around even when there's no header.
2824         (bs--down): Use `forward-line' instead of `next-line'.
2826 2006-01-30  Chong Yidong  <cyd@stupidchicken.com>
2828         * image-mode.el (image-toggle-display): Use file name if possible,
2829         instead of unnecessarily allocating a (possibly huge) lisp string.
2831 2006-01-30  John Paul Wallington  <jpw@pobox.com>
2833         * subr.el (toplevel): Define `cl-assertion-failed' condition here
2834         because the `assert' macro signals it at runtime.
2836         * emacs-lisp/cl.el (toplevel): Remove definition of
2837         `cl-assertion-failed' condition.
2839 2006-01-30  Nick Roberts  <nickrob@snap.net.nz>
2841         * thumbs.el (thumbs-marked-list): Make buffer-local and
2842         permanent-local.
2843         (thumbs-insert-thumb): Make help-echo non-sticky.
2844         (thumbs-file-alist): Use eolp as check for (non)-image.
2846 2006-01-30  Juanma Barranquero  <lekktu@gmail.com>
2848         * ediff-mult.el (ediff-meta-buffer-keymap-setup-hook)
2849         (ediff-before-session-group-setup-hooks)
2850         (ediff-default-filtering-regexp, ediff-meta-mark-equal-files):
2851         Fix typos in docstrings.
2853         * window.el (bw-dir, bw-eqdir, balance-windows)
2854         (split-window-keep-point): Fix typos in docstrings.
2856         * textmodes/org.el (org-allow-space-in-links, org-closed-string)
2857         (org-quote-string, org-calendar-to-agenda-key)
2858         (org-agenda-sorting-strategy, org-agenda-use-time-grid)
2859         (org-show-following-heading, org-tags-column)
2860         (org-use-tag-inheritance, org, org-allow-space-in-links)
2861         (org-usenet-links-prefer-google, org-file-apps-defaults-gnu)
2862         (org-enable-table-editor, org-calc-default-modes)
2863         (org-table-allow-automatic-line-recalculation)
2864         (org-export-html-style, org-export-with-fixed-width)
2865         (org-export-with-sub-superscripts, org-special-keyword)
2866         (org-formula, org-time-grid, org-table-may-need-update)
2867         (org-mode, org-goto-ret, org-goto-left, org-goto-right)
2868         (org-goto-quit, org-get-indentation, org-end-of-item)
2869         (org-move-item-down, org-move-item-up)
2870         (org-renumber-ordered-list, org-todo, org-log-done, org-occur)
2871         (org-remove-occur-highlights, org-read-date, org-goto-calendar)
2872         (org-agenda, org-agenda-day-view, org-agenda-previous-date-line)
2873         (org-agenda-log-mode, org-agenda-toggle-diary)
2874         (org-agenda-toggle-time-grid, org-agenda-cleanup-fancy-diary)
2875         (org-agenda-file-to-end, org-agenda-no-heading-message)
2876         (org-agenda-get-closed, org-format-agenda-item)
2877         (org-cmp-priority, org-cmp-category, org-cmp-time)
2878         (org-agenda-change-all-lines, org-agenda-diary-entry)
2879         (org-scan-tags, org-after-todo-state-change-hook, org-tags-view)
2880         (org-link-search, org-camel-to-words, org-open-file)
2881         (org-remember-handler, org-table-convert-region)
2882         (org-table-move-row-down, org-table-move-row-up)
2883         (org-table-copy-region, org-table-wrap-region)
2884         (org-table-toggle-vline-visibility)
2885         (org-table-get-vertical-vector, org-table-modify-formulas)
2886         (org-table-get-specials, org-recalc-commands)
2887         (org-table-rotate-recalc-marks, org-table-eval-formula)
2888         (orgtbl-make-binding, org-in-invisibility-spec-p, org-cycle)
2889         (org-level-color-stars-only, org-insert-heading):
2890         Fix typos in docstrings.
2891         (last-arg): Add defvar.
2893         * makefile.w32-in (WINS): Add erc.
2894         (MH_E_SRC): Update (copied from lisp/Makefile.in).
2896 2006-01-29  Bill Wohler  <wohler@newt.com>
2898         * Makefile.in (MH_E_SRC): Add mh-compat.el, mh-folder.el,
2899         mh-letter.el, mh-limit.el, mh-scan.el, mh-show.el, mh-thread.el,
2900         mh-tool-bar.el, mh-xface.el.  Remove mh-customize.el, mh-init.el.
2901         (mh-autoloads): Don't use comments on otherwise empty lines.
2903 2006-01-29  Edward O'Connor  <ted@oconnor.cx>
2905         * emulation/viper.el (viper-major-mode-modifier-list): Add
2906         insert-state and vi-state entries for erc-mode.
2907         (viper-go-away, viper-set-hooks): Add and remove
2908         viper-comint-mode-hook from erc-mode-hook as appropriate.
2910         * emulation/viper.el (viper-insert-state-mode-list): Add erc-mode.
2912 2006-01-29  Juanma Barranquero  <lekktu@gmail.com>
2914         * bs.el (bs--format-aux): Implement `middle' alignment as
2915         described in the docstring for `bs-attributes-list'.
2916         (bs--get-name): Simplify.  Don't pad the buffer name.
2918 2006-01-27  Agustin Martin  <agustin.martin@hispalinux.es>
2920         * textmodes/ispell.el (ispell-find-aspell-dictionaries): If no
2921         English aspell dictionary is installed, use the first entry of
2922         ispell-dictionary-alist-1.
2924 2006-01-27  Kevin Rodgers  <ihs_4664@yahoo.com>
2926         * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
2927         Doc fix.
2929 2006-01-27  Michael Albinus  <michael.albinus@gmx.de>
2931         * net/tramp-vc.el (vc-user-login-name): Wrap defadvice with a test
2932         for `process-file', in order to let it work for older Emacsen too.
2934 2006-01-27  Eli Zaretskii  <eliz@gnu.org>
2936         * international/latexenc.el: Add a suitable `coding:' tag.
2937         (latexenc-find-file-coding-system): Undo last change.
2939 2006-01-27  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
2941         * international/latexenc.el (latexenc-find-file-coding-system):
2942         Make sure latexenc-main-file is a regular file and is readable.
2944 2006-01-27  Andre Spiegel  <spiegel@gnu.org>
2946         * vc-rcs.el (vc-rcs-fetch-master-state, vc-rcs-consult-headers):
2947         Pass FILE to vc-user-login-name.
2949         * vc-sccs.el (vc-sccs-state): Pass FILE to vc-user-login-name.
2951 2006-01-27  Nick Roberts  <nickrob@snap.net.nz>
2953         * thumbs.el (thumbs-do-thumbs-insertion): Suppress message when
2954         there are no more images to display.
2955         (thumbs-mark, thumbs-unmark): Revert change so that they move to
2956         the next image.
2958 2006-01-26  Richard M. Stallman  <rms@gnu.org>
2960         * cus-edit.el (custom-mode): Doc: Use advertised-widget-backward.
2962         * wid-edit.el (advertised-widget-backward): New alias.
2963         (widget-keymap): Use advertised-widget-backward for S-TAB.
2965         * tumme.el: Correct the keywords.
2966         (tumme-dir-max-size): Use defvar.
2967         (tumme-setup-dired-keybindings, tumme-dired): Add autoload cookie.
2969         * simple.el (move-beginning-of-line): Take account of fields.
2970         (clone-indirect-buffer-other-window): Take args like
2971         clone-indirect-buffer, and work like it.
2973         * help-fns.el (describe-function): Don't pass `nil' as default.
2975         * files.el (risky-local-variable-p): Follow var aliases.
2977         * subr.el (lazy-completion-table): Doc fix.
2979         * mail/rmailsum.el (rmail-make-summary-line-1): Don't set
2980         global binding of `line'.
2982 2006-01-25  Andre Spiegel  <spiegel@gnu.org>
2984         * vc-hooks.el (vc-user-login-name): Rewritten to handle access via
2985         Tramp.
2987         * vc.el (vc-default-dired-state-info): Pass FILE to
2988         vc-user-login-name.
2989         (vc-default-update-changelog): Don't use vc-user-login-name, we
2990         don't need it here.
2992         * net/tramp-vc.el (vc-user-login-name): Comment out defadvice, it is
2993         no longer necessary.
2995 2006-01-25  Kenichi Handa  <handa@m17n.org>
2997         * international/mule.el (decode-char): Avoid the overhead of
2998         calling utf-lookup-subst-table-for-decode if
2999         utf-translate-cjk-mode is nil.
3000         (encode-char): Avoid the overhead of calling
3001         utf-lookup-subst-table-for-encode if utf-translate-cjk-mode is
3002         nil.
3004 2006-01-22  Kenichi Handa  <handa@m17n.org>
3006         * international/mule.el (make-subsidiary-coding-system): Reset
3007         `coding-system-define-form' property of subsidiaries to nil.
3008         Avoid duplicated entry in coding-system-alist.
3009         (make-coding-system): Avoid duplicated entry in
3010         coding-system-alist.
3011         (define-coding-system-alias): Likewise.
3013 2006-01-24  Luc Teirlinck  <teirllm@auburn.edu>
3015         * completion.el: Minor fixes in introductory comment.
3016         (completion-def-wrapper): Fix alist.
3018 2006-01-25  Nick Roberts  <nickrob@snap.net.nz>
3020         * thumbs.el (thumbs-new-image-size): New function.
3021         (thumbs-increment-image-size-element)
3022         (thumbs-decrement-image-size-element, thumbs-increment-image-size)
3023         (thumbs-decrement-image-size): Delete.
3024         (thumbs-resize-image-1): Rename from thumbs-resize-image.  Keep old
3025         temp files and use to resize.
3026         (thumbs-resize-image): Rename from thumbs-resize-image-interactive.
3027         Use increment argument to enlarge/shrink.  Preserve point.
3028         (thumbs-shrink-image): Rename from thumbs-resize-image-size-down.
3029         (thumbs-enlarge-image): Rename from thumbs-resize-image-size-up
3030         (thumbs-show-thumbs-list): Set thumbs-buffer to current-buffer.
3031         (thumbs-mark, thumbs-unmark): Preserve point.
3032         (thumbs-modify-image): Keep old temp files and use to modify.
3033         Cleanup old temp files at load time.  Preserve point.
3034         (thumbs-view-image-mode-map): Use new command names.
3036 2006-01-24  Stefan Monnier  <monnier@iro.umontreal.ca>
3038         * log-view.el (log-view-minor-wrap): First rev is the one at point.
3040         * calendar/cal-menu.el: Avoid macros from calendar.el so as to break
3041         the nastiest part of the cyclic dependency.
3042         (cal-menu-update): Use dotimes and calendar-increment-month.
3044         * calendar/calendar.el: Remove unnecessary leading stars in docstrings.
3045         (calendar-week-start-day): Add an :initializer.
3046         (calendar-mode-map): Use suppress-keymap, and command remapping.
3047         (describe-calendar-mode): Setup xref-stack info for the back button.
3048         (calendar-star-date): Insert before delete.
3049         (calendar-set-mode-line): Add file-modified info if applicable.
3050         (calendar-increment-month): New function.
3052 2006-01-24  Tobias C. Rittweiler  <tcr@freebits.de>  (tiny change)
3054         * font-lock.el (lisp-font-lock-keywords-2):
3055         Recognize "& keywords" only at word boundaries.
3057 2006-01-24  Nick Roberts  <nickrob@snap.net.nz>
3059         * thumbs.el (thumbs-extra-images): New variable.  Make it buffer-local
3060         and permanent-local.
3061         (thumbs-max-image-number): New variable.
3062         (thumbs-do-thumbs-insertion): Use them.
3063         (thumbs-per-line): Change default to 4.
3064         (thumbs-marked-list): Rename from thumbs-markedL.
3065         (thumbs-cleanup-thumbsdir, thumbs-delete-images)
3066         (thumbs-rename-images): Use -list instead of L for internal variables.
3067         (thumbs-call-convert): Use call-process instead of shell-command.
3068         (thumbs-insert-thumb): Add filename as help-echo to each image.
3069         (thumbs-show-from-dir): Rename from thumbs-show-all-from-dir.
3070         Give dir to thumbs-show-thumbs-list.
3071         (thumbs-show-thumbs-list): Set default-directory to that of images.
3072         (thumbs-dired-show): Rename from thumbs-dired-show-all.
3073         (thumbs-display-thumbs-buffer, thumbs-show-more-images): New functions.
3074         (thumbs-mode-map): Bind "+" to thumbs-show-more-images.
3075         (thumbs-view-image-mode-map): Bind "^" to thumbs-display-thumbs-buffer.
3077 2006-01-23  Stefan Monnier  <monnier@iro.umontreal.ca>
3079         * ses.el (ses-read-cell): Provide a default value.
3081 2006-01-23  Juanma Barranquero  <lekktu@gmail.com>
3083         * term/w32-win.el (image-library-alist): Add additional names for
3084         GIF library.
3086 2006-01-23  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
3088         * international/latexenc.el (latexenc-find-file-coding-system):
3089         Add file-regular-p check.
3091 2006-01-22  Stefan Monnier  <monnier@iro.umontreal.ca>
3093         * simple.el (clone-buffer): Don't show the new buffer in the same
3094         window.
3096 2006-01-23  Juri Linkov  <juri@jurta.org>
3098         * faces.el (link, link-visited): New faces based on default values
3099         of `info-xref' and `info-xref-visited'.
3101         * info.el (info-xref): Inherit from `link'.
3102         (info-xref-visited): Inherit from `link-visited'.
3104         * cus-edit.el (custom-buffer-create-internal): Use widget type
3105         `custom-manual' instead of `info-link' and don't set properties
3106         `button-face' and `mouse-face' explicitly.
3107         (custom-browse-group-tag, custom-browse-variable-tag)
3108         (custom-browse-face-tag): Inherit from widget class
3109         `custom-group-link' instead of `push-button'.
3110         (custom-button-unraised): Inherit from `underline' face.
3111         (custom-link): Inherit from `link' face.  Fix doc and group.
3112         (custom-add-parent-links, custom-group-value-create): Don't set
3113         properties `button-face' and `mouse-face' explicitly for
3114         `custom-group-link' widget.
3115         (custom-group-link): Add properties `button-face' and `mouse-face'
3116         to widget definition.
3117         (custom-field-keymap): New variable.  Put `custom-field-keymap' to
3118         editable-field's :keymap property.
3119         (custom-mode): Fix docstring: substitute keybindings for
3120         `widget-forward' and `widget-backward' from `widget-keymap',
3121         `widget-complete' from `custom-field-keymap', replace old
3122         `Custom-move-and-invoke' with `widget-move-and-invoke'.  Untabify.
3124         * desktop.el (desktop-load-file): Check for `fboundp' before
3125         calling `symbol-function'.
3127         * simple.el (clone-buffer, clone-indirect-buffer)
3128         (clone-indirect-buffer-other-window): Use `read-buffer' instead of
3129         `read-string'.  Fix prompts.
3131         * play/doctor.el (doctor-mode-map): Rename from `doc-mode-map'.
3133 2006-01-23  Nick Roberts  <nickrob@snap.net.nz>
3135         * thumbs.el (thumbs-file-alist): Avoid creating duplicate entries.
3137 2006-01-22  Luc Teirlinck  <teirllm@auburn.edu>
3139         * startup.el (inhibit-splash-screen, initial-scratch-message):
3140         Doc fixes.
3142 2006-01-22  Michael Albinus  <michael.albinus@gmx.de>
3144         Sync with Tramp 2.0.52.
3146         * net/tramp.el, net/tramp-ftp.el, net/tramp-util.el,
3147         net/tramp-vc.el: Add code for unloading Tramp.  See comment before
3148         `tramp-unload-tramp' for checklist.
3150         * net/tramp.el: Require `timer-funcs' instead of `timer' if in
3151         XEmacs.  Contributed by Steve Youngs <steve@sxemacs.org>.
3152         (tramp-unload-file-name-handler-alist)
3153         (tramp-unload-tramp): New defuns.
3154         (tramp-advice-PC-expand-many-files): New defadvice.
3155         (tramp-save-PC-expand-many-files, tramp-setup-complete) Defuns
3156         removed.
3157         (tramp-handle-expand-file-name): Remove double slash.
3158         (tramp-handle-file-attributes-with-ls): Return t as 9th attribute.
3159         It doesn't matter, because it will be converted later on.
3160         (tramp-handle-file-ownership-preserved-p): Rewritten.  The old
3161         implementation was just heuristic.
3162         (tramp-post-connection): Set uid and gid properties.
3163         (tramp-convert-file-attributes): Set file's gid change bit.
3164         (tramp-get-remote-uid, tramp-get-remote-gid): New defuns.
3165         (tramp-handle-expand-file-name): Use "~root" for tilde expansion
3166         in case of su(do)? methods.  The home directory of the local user
3167         will be taken else.
3168         (tramp-open-connection-telnet)
3169         (tramp-open-connection-rsh, tramp-open-connection-su)
3170         (tramp-open-connection-multi): Set PS1 to "$ ".  Otherwise, a
3171         local shell prompt could hurt.  Reported by Romain Francoise
3172         <romain@orebokech.com>.
3173         (tramp-let-maybe): Add `edebug-form-spec' property.
3174         (tramp-handle-expand-file-name): Bind `default-directory' locally
3175         to "/" in order to avoid problems with UNC shares or Cygwin
3176         mounts.
3177         (tramp-md5-function): Fix typo in error message.
3179         * net/tramp-ftp.el (tramp-ftp-enable-ange-ftp): New defun.
3181         * net/tramp-util.el (top): Apply `ignore' instead of `identity'
3182         for byte-compiler pacification.
3184 2006-01-22  Andre Spiegel  <spiegel@gnu.org>
3186         * vc-rcs.el (vc-rcs-state-heuristic): Use file-attributes with
3187         ID-FORMAT `string'.  This allows us to get rid of
3188         `vc-user-login-name UID'.
3190         * vc-sccs.el (vc-sccs-state-heuristic): Likewise.
3192 2006-01-22  John Paul Wallington  <jpw@pobox.com>
3194         * hl-line.el (hl-line-highlight, hl-line-move): Doc fixes.
3196 2006-01-21  Martin Rudalics  <rudalics@gmx.at>
3198         * emacs-lisp/find-func.el (find-definition-noselect)
3199         (find-variable-noselect): Search variables in C source code too.
3200         (find-function-C-source, find-function-noselect, find-function)
3201         (find-function-other-frame, find-variable-noselect, find-variable)
3202         (find-variable-other-frame, find-variable-at-point):
3203         Fix docstrings.
3205 2006-01-21  Francesco Potorti`  <pot@gnu.org>
3207         * mail/rmailout.el (rmail-output): Don't use content-type if it is nil.
3209 2006-01-21  Agustin Martin  <agustin.martin@hispalinux.es>
3211         * textmodes/flyspell.el (flyspell-emacs-popup, flypell-xemacs-popup):
3212         Default to disabling the "Save affix" question.
3214 2006-01-21  Marien Zwart  <marienz@gentoo.org>  (tiny change)
3216         * progmodes/python.el (python-mode) <eldoc-mode-hook>: Pass nil as
3217         the first arg to run-python.
3219 2006-01-21  Eli Zaretskii  <eliz@gnu.org>
3221         * startup.el (command-line-1): Handle --no-desktop if desktop.el
3222         is not loaded.
3224 2006-01-20  Jay Belanger  <belanger@truman.edu>
3226         * calc/calcalg2.el (calc-sum-rec): Fix the sum when the lower
3227         limit is 0.
3229         * calc/calc-arith.el (math-add-symb-fancy): Check the length of
3230         the correct variable.
3232 2006-01-20  Carsten Dominik  <dominik@science.uva.nl>
3234         * textmodes/org.el (org-open-at-point): Fixed bug with matching a
3235         link.  Fixed buggy argument sequence in call to `org-view-tags'.
3236         (org-compile-prefix-format): Set `org-prefix-has-tag'.
3237         (org-prefix-has-tag): New variable.
3238         (org-format-agenda-item): Remove tags from headline if
3239         appropriate.
3240         (org-agenda-remove-tags-when-in-prefix): New option.
3241         (org-get-tags-at): New function.
3243 2006-01-20  Nick Roberts  <nickrob@snap.net.nz>
3245         * thumbs.el (thumbs-buffer): New variable.  Make it buffer local.
3246         (thumbs-find-image): Move image name and number from buffer name
3247         to mode name.  Set thumbs-buffer.  Preserve point so that large
3248         images remain visible.
3249         (thumbs-file-alist): Construct list in thumbs-buffer and reverse
3250         order.
3251         (thumbs-show-image-num): Get image from thumbs-file-alist.  Set
3252         mode name.
3253         (thumbs-next-image, thumbs-previous-image): Make them work.
3255 2006-01-19  Luc Teirlinck  <teirllm@auburn.edu>
3257         * cus-edit.el (custom-buffer-create-internal): State in the text above
3258         the whole buffer buttons that they do not operate on hidden items.
3259         (custom-face-menu): Use `custom-face-save' instead of
3260         `custom-face-save-command'.
3261         (custom-face-save-command): Make it an alias for `custom-face-save'
3262         and declare it obsolete.
3263         (custom-face-save): Doc fix.
3265         * dired.el (dired-no-confirm): Add quote.
3266         (dired-subdir-alist-pre-R): Add quote in
3267         `make-variable-buffer-local' form and remove unbalanced parenthesis.
3269 2006-01-19  Stefan Monnier  <monnier@iro.umontreal.ca>
3271         * textmodes/table.el (table-mode-indicator): Typo in last change.
3273 2006-01-19  Richard M. Stallman  <rms@gnu.org>
3275         * outline.el (hide-leaves): Don't call outline-end-of-heading.
3276         Fixes bug reported in Nov 2005.
3278         * isearch.el (isearch-forward): Doc fix.
3280         * dired.el (dired-move-to-filename-regexp): Define as alias.
3281         (dired-no-confirm): Use defcustom.
3282         (dired-subdir-alist-pre-R): Put defvar at top level.
3284         * battery.el (battery-linux-proc-acpi): Handle "last full capacity".
3286         * textmodes/bibtex.el (bibtex-strings, bibtex-reference-keys):
3287         Mark as risky.
3289         * simple.el (set-mark-command): Doc fix.
3290         (clone-indirect-buffer-other-window):
3291         Read arg like clone-indirect-buffer.
3292         (move-beginning-of-line): Skip invisible newlines.
3294 2006-01-19  Masatake YAMATO  <jet@gyve.org>
3296         * progmodes/cpp.el (cpp-edit-load): Make the order of
3297         listed conditions in a base C code buffer and its associate
3298         CPP Edit buffer the same.
3300 2006-01-19  Kenichi Handa  <handa@m17n.org>
3302         * mail/rmail.el (rmail-enable-mime): Docstring fixed.
3303         (rmail-mime-feature): Likewise.
3304         (rmail-require-mime-maybe): Use display-warning to show a warning
3305         message.
3307         * international/mule.el (auto-coding-regexp-alist-lookup): New fun.
3308         (find-auto-coding): Use auto-coding-regexp-alist-lookup.
3310 2006-01-18  Stefan Monnier  <monnier@iro.umontreal.ca>
3312         * array.el: Move defvars out of eval-when-compile.
3313         (array-make-template): Replace undeclared global var with a local one.
3314         (array-mode): Inline initialization functions.
3315         (array-init-local-variables, array-init-max-row)
3316         (array-init-max-column, array-init-columns-per-line)
3317         (array-init-field-width, array-init-rows-numbered)
3318         (array-init-line-length, array-init-lines-per-row): Remove.
3320         * play/doctor.el: Move defvars out of eval-when-compile.  Use dolist.
3321         (doc-mode-map): Define explicitly.
3322         (doctor-txtype): Use mapc.
3324         * textmodes/table.el: Move defvars out of eval-when-compile.
3325         Remove harmful code meant to avoid byte-compiler warnings.
3326         (table-fixed-mode-indicator): Remove.  Use a more complex mode-line
3327         specification that checks table-fixed-width-mode directly.
3328         (table-recognize-region, table-recognize-cell):
3329         Use restore-buffer-modified-p.
3330         (table-fixed-width-mode): Remove code that refreshes
3331         table-fixed-mode-indicator.
3332         (*table--cell-describe-bindings, *table--cell-describe-mode):
3333         Avoid obsolete name print-help-return-message.
3334         (table--test-cell-list): Don't use replace-regexp from elisp.
3335         (table--point-entered-cell-function, table--point-left-cell-function):
3336         Don't set table-fixed-mode-indicator, use force-mode-line-update.
3338         * textmodes/org.el: Move defvars out of eval-when-compile.  Move code
3339         that was after the end of file.  Use buffer-file-name variable.
3340         (org-timestamp-change): Use with-current-buffer.
3341         (org-todo-list): Don't unnecessarily define a new buffer-local var.
3342         (org-agenda-file-to-end, org-agenda-file-to-front): Remove unused arg
3343         `file'.
3345         * progmodes/fortran.el: Move defvars out of eval-when-compile.
3346         (fortran-break-line): Remove unused var `opoint'.
3347         (fortran-abbrev-start): Obey help-event-list.
3349 2006-01-18  Jesper Harder  <harder@phys.au.dk>
3351         * mail/smtpmail.el (smtpmail-send-it): Use insert-buffer-substring.
3353 2006-01-18  Masatake YAMATO  <jet@gyve.org>
3355         * progmodes/make-mode.el (makefile-imake-mode): New mode
3356         derived from makefile-mode.
3357         (makefile-imake-mode-syntax-table): New syntax table
3358         derived from makefile-mode-syntax-table.
3359         (makefile-mode): Write about makefile-imake-mode in doc string.
3360         (makefile-mode-map): Bind "\C-c\C-m\C-i" to makefile-imake-mode.
3361         (makefile-imake-font-lock-keywords): New font lock keywords.
3363         * files.el (auto-mode-alist): Add Imakefile.
3365 2006-01-17  Agustin Martin  <agustin.martin@hispalinux.es>
3367         * textmodes/flyspell.el (ispell-kill-ispell-hook): Add to the hook when
3368         loading the file rather than when turning on flyspell-mode.
3370 2006-01-16  Luc Teirlinck  <teirllm@auburn.edu>
3372         * cus-edit.el (customize-rogue): Minor doc fix.
3374 2006-01-17  Juri Linkov  <juri@jurta.org>
3376         * dired-aux.el (dired-diff): Use dired-dwim-target-directory
3377         instead of the file at the mark as default if the file at the mark
3378         is the same as the file at point or if dired-dwim-target-directory
3379         is not the same as the current directory and the mark is not active.
3381         * log-view.el (log-view-minor-wrap): Use the same logic to get
3382         revisions as `log-view-diff'.
3384         * info.el (Info-revert-find-node): Check for Info-current-file
3385         before preserving new-history.
3387         * man.el (Man-heading-regexp): Add `/'.
3389         * textmodes/sgml-mode.el: Add `coding: iso-2022-7bit' cookie.
3390         (html-mode): Set `sentence-end-base' instead of `sentence-end'.
3392 2006-01-16  Juri Linkov  <juri@jurta.org>
3394         * faces.el (mode-line-faces): New defgroup.
3395         (mode-line-highlight): Move definition after new defgroup.
3396         (mode-line, mode-line-inactive, mode-line-highlight):
3397         Replace :group `modeline' with `mode-line-faces'.
3398         (mode-line-buffer-id): New face.
3399         (modeline-buffer-id): New face alias.
3400         (vertical-border): Remove :group `modeline'.
3402         * bindings.el (propertized-buffer-identification): Use face
3403         `mode-line-buffer-id' instead of `Buffer-menu-buffer'.
3404         (mode-line-next-buffer, mode-line-previous-buffer): New functions.
3405         (mode-line-buffer-identification-keymap): For mouse-1 replace
3406         `mode-line-unbury-buffer' with `mode-line-previous-buffer'.
3407         Replace `mode-line-bury-buffer' with `mode-line-next-buffer' for
3408         mouse-3.
3410         * buff-menu.el (buffer-menu-buffer) <defface>: Renamed from
3411         Buffer-menu-buffer.  Doc fix.
3412         (Buffer-menu-buffer): Face alias to buffer-menu-buffer.
3413         (list-buffers-noselect): Use `buffer-menu-buffer' face instead of
3414         `Buffer-menu-buffer'.
3416         * info.el (Info-mode-line-node-keymap): New defvar.
3417         (Info-set-mode-line): Use `stringp' to check Info-current-file.
3418         Propertize Info-current-node with `mode-line-buffer-id' and
3419         `mode-line-highlight' faces and `Info-mode-line-node-keymap'.
3421         * time.el (display-time-mail-face): Replace :group `faces' with
3422         `mode-line-faces'.
3424 2006-01-16  Kenichi Handa  <handa@m17n.org>
3426         * international/code-pages.el: Add autoload cookies for cp125[0345678].
3428         * language/european.el (cp1252): New alias for windows-1252.
3430         * international/mule.el (autoload-coding-system): Prepare for EOL
3431         variants.
3433 2006-01-15  Dan Nicolaescu  <dann@ics.uci.edu>
3435         * term.el (term-raw-map): Add mapping for insert.
3436         (term-send-insert): New.
3437         (term-mode): Make variables local here instead of doing it in
3438         `term-emulate-terminal'.
3439         (term-emulate-terminal): Delete incorrect optimization for cr+lf.
3440         Scroll reverse needs to take into account the scroll region.
3441         Saving and restoring the cursor should save the color attributes too.
3442         (term-reset-terminal): Reset the scroll region.
3443         (term-handle-ansi-escape): Cursor up and down should take into
3444         account the scroll region.
3445         (term-set-scroll-region): Rename from `term-scroll-region'.
3446         Move to 0,0 after setting the region.
3447         (term-handle-scroll): Handle scroll up.
3448         (term-down): Fix off by one error.
3449         (term-delete-lines): Do not delete outside the scroll region.
3450         (term-insert-lines): Take into account the scroll region.
3452 2006-01-15  Stefan Monnier  <monnier@iro.umontreal.ca>
3454         * textmodes/ispell.el (ispell-internal-change-dictionary)
3455         (ispell-change-dictionary): Undo most of last change of 2006-01-13.
3456         (start, end): Move declaration outside of eval-when-compile.
3458         * textmodes/flyspell.el (flyspell-kill-ispell-hook): New fun.
3459         (flyspell-mode-on): Use it.
3461         * textmodes/ispell.el (ispell-kill-ispell): Run new hook
3462         ispell-kill-ispell-hook.
3464 2006-01-14  Luc Teirlinck  <teirllm@auburn.edu>
3466         * cus-edit.el (Custom-set, Custom-save, Custom-reset-current)
3467         (Custom-reset-saved): Do not ask for confirmation in single option
3468         buffers.
3470 2006-01-13  Richard M. Stallman  <rms@gnu.org>
3472         * font-lock.el (lisp-font-lock-keywords-1): Minor rearrangement.
3474 2006-01-13  Romain Francoise  <romain@orebokech.com>
3476         * add-log.el (add-change-log-entry, change-log-merge):
3477         Conditionally use `hard-newline'.
3479 2006-01-13  Martin Rudalics  <rudalics@gmx.at>  (tiny change)
3481         * wid-edit.el (widget-field-end): If the overlay is no longer
3482         associated with a buffer, behave as if the overlay didn't exist.
3484         * cus-edit.el (custom-add-see-also, custom-add-parent-links):
3485         Make sure the links use the `custom-link' face.
3487 2006-01-13  Stefan Monnier  <monnier@iro.umontreal.ca>
3489         * progmodes/ld-script.el (auto-mode-alist): Use \' rather than $.
3490         (ld-script-mode): Don't set indent-line-function since we don't
3491         have one.
3493 2006-01-13  Carsten Dominik  <dominik@science.uva.nl>
3495         * textmodes/org.el (org-open-file): Use mailcap for selecting an
3496         application.
3497         (org-file-apps-defaults-gnu): Use mailcap as the default for
3498         selecting an application on a UNIX system.
3499         (org-agenda-show-tags): New command.
3500         (org-table-insert-hline): Keep cursor in current table line.
3501         (org-table-convert): Offset effect of modifying
3502         `org-table-insert-hline'.
3503         (org-format-agenda-item): New optional argument TAG.
3504         (org-compile-prefix-format): Handle %T format for the tag.
3505         (org-expand-wide-chars): New function.
3506         (org-table-insert-row, org-table-insert-hline):
3507         Use `org-expand-wide-chars'.
3508         (org-open-file): Fix bug in program launch.
3509         (org-get-time-of-day): Fix bug with times before 1am.
3510         (org-agenda-menu): Add tags commands.
3512 2006-01-13  Agustin Martin  <agustin.martin@hispalinux.es>
3514         * textmodes/ispell.el (ispell-init-process): Include the used
3515         dictionary in ispell process start message.
3516         (ispell-internal-change-dictionary): When flyspell-mode is active
3517         and dictionary is changed, make sure ispell process is restarted
3518         and flyspell word cache cleared out for the current buffer.
3519         (ispell-change-dictionary): Make sure flyspell word cache is
3520         cleared out in all buffers with active flyspell mode when
3521         dictionary is globally changed.
3522         Call ispell-internal-change-dictionary after dictionary change.
3524 2006-01-13  Eli Zaretskii  <eliz@gnu.org>
3526         * emacs-lisp/bytecomp.el (batch-byte-recompile-directory): Doc fix.
3528         * makefile.w32-in (MH_E_SRC): Synchronize with Makefile.in.
3529         (pre-mh-loaddefs.el-SH, pre-mh-loaddefs.el-CMD): Update Copyright
3530         years.  Fix small differences wrt Makefile.in.
3531         (recompile): Use --eval '(batch-byte-recompile-directory 0)', like
3532         Makefile.in does.
3534 2006-01-12  Bill Wohler  <wohler@newt.com>
3536         * Makefile.in (MH_E_SRC): Replace mh-index.el and mh-pick.el with
3537         mh-search.el.
3539 2006-01-12  Masatake YAMATO  <jet@gyve.org>
3541         * progmodes/ld-script.el: Update copyright year.
3543 2006-01-12  Chong Yidong  <cyd@stupidchicken.com>
3545         * cus-theme.el (custom-theme-add-variable, custom-theme-add-face):
3546         Don't add widget if setting undefined.
3548 2006-01-12  John Paul Wallington  <jpw@pobox.com>
3550         * help-fns.el (describe-variable): Remove newlines from void
3551         variable output.
3553 2006-01-13  Nick Roberts  <nickrob@snap.net.nz>
3555         * wdired.el (wdired-mode-map): Add help echo for
3556         wdired-abort-changes.
3558         * man.el (Man-file-name-regexp): Adjust for a list of files.
3560 2006-01-12  Masatake YAMATO  <jet@gyve.org>
3562         * progmodes/ld-script.el (auto-mode-alist): Support
3563         suffix conventions used in netbsd and eCos.
3565 2006-01-11  Luc Teirlinck  <teirllm@auburn.edu>
3567         * cus-edit.el (custom-reset-menu, custom-buffer-create-internal)
3568         (custom-variable-menu, custom-face-menu, custom-group-menu)
3569         (Custom-mode-menu): Change names of menu items.  (As discussed on
3570         emacs-devel.)
3571         (custom-face-menu): Add "Undo Edits" item.
3573         * startup.el (init-file-user): defcustom -> defvar.
3575         * tooltip.el (tooltip-mode): Doc fix.
3577 2006-01-11  Stefan Monnier  <monnier@iro.umontreal.ca>
3579         * reveal.el (reveal-post-command): window-buffer signals an error on
3580         dead windows rather than returning nil.
3581         (reveal-open-new-overlays): An overlay might die while we open others.
3583 2006-01-11  Bill Wohler  <wohler@newt.com>
3585         * cus-dep.el (generated-custom-dependencies-file): Fix typo and
3586         phrasing in docstring.
3588         * Makefile.in (MH_E_SRC): Rename from MH-E-SRC since the dashes
3589         can give some systems gas.  Add new file mh-buffers.el.
3591 2006-01-06  Masatake YAMATO  <jet@gyve.org>
3593         * font-lock.el (cpp-font-lock-keywords): Font lock keywords for
3594         C preprocessor forward ported from GNU Emacs 21.2.
3596         * progmodes/asm-mode.el (asm-font-lock-keywords):
3597         Use `cpp-font-lock-keywords'.
3599         * progmodes/ld-script.el (ld-script-font-lock-keywords): Ditto.
3601         * progmodes/ld-script.el (auto-mode-alist): Use \\> instead
3602         of $ for "\\.ld[s]?".
3604 2006-01-10  Stefan Monnier  <monnier@iro.umontreal.ca>
3606         * progmodes/tcl.el (tcl-indent-command): Use indent-for-tab-command.
3607         (tcl-indent-line): Return `noindent' if inside a string.
3609         * progmodes/flymake.el (flymake-split-string): Remove more than one
3610         empty string at beg/end of the result.
3611         (flymake-find-buildfile, flymake-find-possible-master-files):
3612         Use expand-file-name.
3613         (flymake-fix-file-name): Don't replace \ with / and don't remove ./
3614         since expand-file-name does it for us.  Use directory-file-name.
3615         (flymake-ler-get-full-file, flymake-ler-get-file, flymake-ler-get-line)
3616         (flymake-ler-get-type, flymake-ler-get-text)
3617         (flymake-ler-make-ler): Remove.  Replace by defstruct.  Update callers.
3618         (flymake-current-line-no): Remove spurious interactive spec.
3619         (flymake-delete-temp-directory): Remove unused var `slash-pos'.
3620         (flymake-check-include): Remove arg inc-path merged into inc-name.
3621         (flymake-check-patch-master-file-buffer): Fit in 80 columns.
3622         Arg regexp-list replaced by a simple regexp.
3623         (flymake-master-make-header-init, flymake-master-tex-init):
3624         Correspondingly replace regexp-list with a regexp.  Fix regexp.
3626 2006-01-10  Simon Josefsson  <jas@extundo.com>
3628         * mail/smtpmail.el (smtpmail-try-auth-methods): Add comment
3629         describing AUTH PLAIN fix.
3631 2006-01-10  Thien-Thi Nguyen  <ttn@gnu.org>
3633         * mail/emacsbug.el (report-emacs-bug-text-prompt): Delete var.
3634         (report-emacs-bug): Don't record initial prompt text.
3635         Instead, add text properties to prompting text.
3636         (report-emacs-bug-hook): Delete prompting text.
3638 2006-01-09  Stefan Monnier  <monnier@iro.umontreal.ca>
3640         * progmodes/flymake.el (flymake-find-buildfile): Remove invariant arg
3641         `dirs'.  Adjust callers.
3643 2006-01-09  John Paul Wallington  <jpw@gnu.org>
3645         * cus-edit.el (custom-comment) <defface>: Add TTY definitions.
3647 2006-01-09  Stefan Monnier  <monnier@iro.umontreal.ca>
3649         * reveal.el (reveal-open-new-overlays): New extracted fun.
3650         (reveal-close-old-overlays): Idem.  Check overlays's liveness before
3651         using them.  Simplify the code.
3652         (reveal-post-command): Use them.  Fix up obsolete windows in
3653         reveal-open-spots.
3655         * progmodes/flymake.el: Use `require' rather than autoload for
3656         XEmacs's overlays.
3657         (flymake-get-common-file-prefix, flymake-build-relative-filename):
3658         Delete.  Use file-relative-name instead.
3659         (flymake-get-syntax-check-program-args, flymake-perl-init):
3660         Simplify the resulting code.
3662         * log-view.el (log-view-file-re, log-view-message-re): Add support
3663         for DaRCS output.
3665 2006-01-09  Alex Schroeder  <alex@gnu.org>
3667         * mail/rmail.el (rmail-reply-regexp): Also ignore mailing list
3668         identifiers sometimes added in square brackets at the beginning of
3669         subject lines.
3671 2006-01-07  Richard M. Stallman  <rms@gnu.org>
3673         * cus-edit.el (Custom-set, Custom-save): Doc fix.
3674         (Custom-reset-current, Custom-reset-saved): Change question text.
3675         (Custom-reset-standard): Likewise.
3676         (custom-variable-reset-saved): Doc fix.
3678 2006-01-07  Eli Zaretskii  <eliz@gnu.org>
3680         * startup.el (init-file-user): Doc fix.
3682 2006-01-07  Alex Schroeder  <alex@gnu.org>
3684         * mail/rmail.el (rmail-current-subject): New function.
3685         (rmail-current-subject-regexp): New function.
3686         (rmail-next-same-subject): Use it.
3688         * mail/rmailsum.el (rmail-summary-by-topic):
3689         Use rmail-current-subject and rmail-current-subject-regexp.
3690         (rmail-summary-next-same-subject): Ditto.
3692         * net/rcirc.el (rcirc-send-input): No longer check whether the
3693         process is open, since not all commands need an open process.
3694         (rcirc-send-string): Check whether the process is open before
3695         sending anything.
3696         (rcirc-ignore-list): New option.
3697         (rcirc-ignore-list-automatic): New variable.
3698         (rcirc-print): Take rcirc-ignore-list into account.
3699         (rcirc-cmd-ignore): New command.
3700         (rcirc-ignore-update-automatic): New function.
3701         (rcirc-handler-PART, rcirc-handler-QUIT): Use it to maintain the
3702         list if ignored nicks.
3703         (rcirc-handler-NICK): Ditto, and also ignore the new nick.
3705 2006-01-06  David Reitter  <david.reitter@gmail.com>
3707         * mail/emacsbug.el (report-emacs-bug): Let explanations correctly
3708         reflect the address to which the report will be sent.
3710 2006-01-06  Eli Zaretskii  <eliz@gnu.org>
3712         * progmodes/ld-script.el (auto-mode-alist): Recognize linker
3713         scripts whose file-name extensions are "\.x[bdsru]?[cn]?$".
3715 2006-01-01  Michael Ernst  <mernst@alum.mit.edu>  (tiny changes)
3717         * textmodes/tildify.el: Fix typos (misspellings) in the commentary.
3719         * emacs-lisp/find-func.el (find-definition-noselect): Fix typo in
3720         the doc string: "functoin" => "function".
3721         * ldefs-boot.el: Likewise.
3723         * textmodes/bibtex.el (bibtex-validate-globally): Fix typo in a
3724         message text: "Duplicat" => "Duplicate".
3726 2006-01-06  Sven Joachim  <svenjoac@gmx.de>  (tiny change)
3728         * files.el (basic-save-buffer-2): If backing-up failed, reset
3729         buffer-backed-up to nil.
3731 2006-01-06  Nick Roberts  <nickrob@snap.net.nz>
3733         * progmodes/gud.el (gdb-script-skip-to-head)
3734         (gdb-script-calculate-indentation): Indent for breakpoint command
3735         lists also.
3737 2006-01-05  Bill Wohler  <wohler@newt.com>
3739         * Makefile.in (compile-always): Add mh-autoloads dependency.
3740         (bootstrap): Remove mh-autoloads dependency, as compile dependency
3741         provides it.
3742         (updates): Remove mh-autoloads dependency, since it probably has
3743         already run recently (via recompile).
3745 2006-01-05  Stefan Monnier  <monnier@iro.umontreal.ca>
3747         * textmodes/flyspell.el (flyspell-accept-buffer-local-defs): Add an
3748         argument `force' to disable the flyspell-last-buffer optimization.
3749         (flyspell-mode-on): Use it.
3751         * progmodes/flymake.el (flymake-get-cleanup-function): Default to
3752         flymake-simple-cleanup.
3753         (flymake-allowed-file-name-masks): Use this new default.
3754         All the functions are now called in the right buffer rather than
3755         passing the buffer as argument.
3756         (flymake-process-sentinel): Switch to buffer before calling cleanup.
3757         (flymake-parse-err-lines): Remove redundant buffer arg.
3758         (flymake-get-program-dir): Comment out unused function.
3759         (flymake-start-syntax-check, flymake-start-syntax-check-process):
3760         Remove redundant buffer argument.
3761         (flymake-get-real-file-name, flymake-simple-java-cleanup)
3762         (flymake-simple-cleanup, flymake-master-cleanup): Remove buffer arg.
3764 2006-01-05  Richard M. Stallman  <rms@gnu.org>
3766         * info.el (Info-find-node): Don't record previous node if have none.
3767         (info): Go to directory only if history is empty.
3769         * simple.el (mark): Doc fix.
3771 2006-01-05  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
3773         * term/mac-win.el (mac-ae-parameter): Don't coerce data if it is
3774         already of desired type.
3775         (mac-ae-list): Coerce parameter to "list" type.
3776         (mac-dispatch-apple-event): Replace cadr part of event with a
3777         dummy position so that event-start returns it.
3779 2006-01-05  Carsten Dominik  <dominik@science.uva.nl>
3781         * textmodes/org.el (org-end-of-subtree): New function.
3782         (org-cycle, org-subtree-end-visible-p, org-scan-tags):
3783         Use `org-end-of-subtree'.
3784         (org-agenda, org-agenda-convert-date): Protect calls to
3785         `fit-window-to-buffer'.
3786         (org-tags-view): Force matching of sublevels when doing a
3787         todo-only search.  Define the correct redo command, including the
3788         arguments.
3789         (org-agenda-redo): Display message.
3790         (org-check-for-org-mode): New function.
3791         (org-agenda-type): New variable.
3792         (org-timeline, org-agenda-list, org-todo-list, org-tags-view):
3793         Set `org-agenda-type'.
3794         (org-agenda-check-type): New function.
3795         (org-agenda-goto-today, org-agenda-later, org-agenda-earlier)
3796         (org-agenda-week-view, org-agenda-day-view)
3797         (org-agenda-next-date-line, org-agenda-previous-date-line)
3798         (org-agenda-log-mode, org-agenda-toggle-diary)
3799         (org-agenda-toggle-time-grid, org-agenda-date-later)
3800         (org-agenda-date-prompt, org-agenda-diary-entry)
3801         (org-agenda-execute-calendar-command, org-agenda-goto-calendar)
3802         (org-agenda-convert-date, org-agenda-menu):
3803         Use `org-agenda-check-type'.
3804         (org-make-overlay, org-delete-overlay)
3805         (org-detatch-overlay, org-move-overlay, org-overlay-put):
3806         New compatibility functions.
3807         (org-calendar-select-mouse): New command.
3809 2006-01-04  Chong Yidong  <cyd@stupidchicken.com>
3811         * cus-edit.el (Custom-reset-current, Custom-reset-saved)
3812         (Custom-reset-standard): Fix y-or-n-p messages.
3813         (custom-link): New face for links.
3814         (custom-buffer-create-internal, custom-manual): Use it.
3815         (custom-face-save): Push to theme-face before setting face spec.
3817         * wid-edit.el (widget-default-mouse-face-get): New function.
3818         (widget-specify-button): Handle mouse-face like button-face.
3820         * custom.el (load-theme): Clear old theme settings if reloading.
3822 2006-01-03  Luc Teirlinck  <teirllm@auburn.edu>
3824         * cus-edit.el (custom-buffer-create-internal): Move whole buffer
3825         "Erase Customization" button back to same position it occupies in
3826         the individual State menus.
3828 2006-01-04  Kim F. Storm  <storm@cua.dk>
3830         * wid-edit.el (key-sequence): Rework widget to read key binding
3831         using `kbd' syntax.  Use C-q to insert literal key, event, or code.
3832         (widget-key-sequence-default-value): Default value for empty sequence.
3833         (widget-key-sequence-map): New map for reading key binding.  Bind C-q.
3834         (widget-key-sequence-read-event): New command for C-q.
3835         (widget-key-sequence-validate, widget-key-sequence-value-to-internal)
3836         (widget-key-sequence-value-to-external): New functions.
3838 2006-01-03  Stefan Monnier  <monnier@iro.umontreal.ca>
3840         * progmodes/flymake.el (flymake-create-temp-with-folder-structure):
3841         Use expand-file-name.
3842         (flymake-delete-temp-directory): Use expand-file-name,
3843         file-name-directory, and directory-file-name.
3844         (flymake-strrchr): Delete.
3845         (flymake-start-syntax-check): Don't pass the redundant buffer argument
3846         to the init-f function.
3847         (flymake-save-buffer-in-file, flymake-init-create-temp-buffer-copy)
3848         (flymake-init-find-buildfile-dir)
3849         (flymake-init-create-temp-source-and-master-buffer-copy)
3850         (flymake-simple-make-init-impl, flymake-simple-make-init)
3851         (flymake-master-make-init, flymake-master-make-header-init)
3852         (flymake-simple-make-java-init, flymake-simple-ant-java-init)
3853         (flymake-perl-init, flymake-simple-tex-init, flymake-master-tex-init)
3854         (flymake-xml-init): Remove corresponding redundant buffer argument.
3855         (flymake-allowed-file-name-masks): Remove last elems that are equal to
3856         the default anyway.  Clean up regexps.
3858         * progmodes/flymake.el (flymake-temp-source-file-name)
3859         (flymake-master-file-name, flymake-temp-master-file-name)
3860         (flymake-base-dir): New buffer-local vars.
3861         (flymake-buffer-data, flymake-get-buffer-value)
3862         (flymake-set-buffer-value): Replace those hash-tables by the new
3863         buffer-local vars.  Update callers.
3865         * progmodes/flymake.el (flymake-check-start-time)
3866         (flymake-check-was-interrupted, flymake-err-info, flymake-is-running)
3867         (flymake-last-change-time, flymake-new-err-info, flymake-timer):
3868         Move definition, so we can remove redundant earlier declaration.
3869         (flymake-replace-regexp-in-string, flymake-split-string)
3870         (flymake-get-temp-dir): Use defalias.
3871         (flymake-popup-menu): Remove `pos' argument.  Use posn-at-point.
3872         (flymake-xemacs-window-edges): Remove unused function.
3873         (flymake-get-point-pixel-pos): Move.
3874         (flymake-pid-to-names, flymake-reg-names)
3875         (flymake-get-source-buffer-name, flymake-unreg-names): Remove.
3876         Replace by a simple list flymake-processes and by process-buffer.
3877         Update callers.  Other than simplify the code, it uses buffers rather
3878         than buffer-names so it doesn't get confused by uniquify.
3879         (flymake-buffer-data): The global value should just be nil.
3881         * emacs-lisp/bytecomp.el (byte-compile-file-form-defalias):
3882         Optimize the body of a defalias like any other code.
3884         * font-lock.el (font-lock-fontify-buffer, font-lock-fontify-region):
3885         Make sure we've setup font-lock's vars.  It may influence which
3886         function we then call.
3887         (font-lock-default-fontify-buffer): Don't bother calling set-defaults
3888         here since it's too late anyway.
3890 2006-01-03  Romain Francoise  <romain@orebokech.com>
3892         * startup.el (fancy-splash-tail, normal-splash-screen):
3893         Update copyright year.
3895 2006-01-02  J.D. Smith  <jdsmith@as.arizona.edu>
3897         * mouse.el (mouse-drag-track): Rename, from
3898         `mouse-drag-region-1'.  Includes optional argument required to
3899         enable post-drag event processing (e.g. delete region keys).
3900         Can be used without this argument to track a mouse region and operate
3901         on it as soon as the drag completes.
3902         (mouse-drag-region): Use `mouse-drag-track'.
3904 2006-01-02  Chong Yidong  <cyd@stupidchicken.com>
3906         * cus-edit.el (custom-guess-name-alist, custom-guess-doc-alist):
3907         Move to `custom-buffer' group.
3909         * cus-theme.el: Rewrite the Custom New Theme Mode interface.
3910         (custom-new-theme-mode-map, custom-theme-insert-variable-marker)
3911         (custom-theme-insert-face-marker, custom-theme-variable-menu)
3912         (custom-theme-face-menu): New variables.
3913         (custom-theme-add-variable, custom-theme-variable-action)
3914         (custom-variable-reset-theme, custom-theme-delete-variable)
3915         (custom-face-reset-theme, custom-theme-face-action)
3916         (custom-theme-delete-face, custom-theme-merge-theme)
3917         (custom-theme-add-face, custom-theme-visit-theme): New functions.
3919 2006-01-01  Chong Yidong  <cyd@stupidchicken.com>
3921         * custom.el: Move Custom Themes commentary to start of theme code.
3922         (custom-known-themes): Rename `standard' theme to `changed'.
3923         (custom-push-theme): Caller no longer specifies what theme to use
3924         when doing `reset'---the setting is simply removed from the theme.
3925         Delete MODE from `theme-value' and `theme-settings' properties.
3926         (custom-declare-theme): Ignore &rest args since we don't use them.
3928         (custom-loaded-themes): Delete variable.
3929         (custom-theme-load-themes, custom-theme-loaded-p)
3930         (custom-theme-value): Delete functions.
3932         (custom-declare-theme): Signal error on invalid theme names.
3933         (provide-theme): custom-loaded-themes was deleted.
3934         (load-theme): Load the file unconditionally.
3935         (enable-theme): Call `load-theme' if theme is undefined.
3936         (custom-enabled-themes): Only update value for successful loads.
3937         (disable-theme): Complete from enabled themes when interactive.
3938         (custom-variable-theme-value): Calculate theme value directly.
3940         (custom-theme-reset-variables, custom-reset-variables): Mark as
3941         XEmacs compatibility functions.  We don't actually use these.
3943         * cus-edit.el (custom-variable-state-set):
3944         Use custom-variable-theme-value instead of custom-theme-value.
3945         (custom-face-state-set): Rename `standard' theme to `changed'.
3946         (custom-save-variables, custom-save-faces): Delete unneeded
3947         references to custom-reset-variables.
3948         (custom-save-resets): Delete function.
3949         (custom-save-variables, custom-save-faces): MODE argument deleted.
3950         (custom-save-variables, custom-save-faces): Ignore theme values.
3952         * cus-face.el (custom-theme-reset-faces): Mark as XEmacs
3953         compatibility function.
3955 2006-01-01  Richard M. Stallman  <rms@gnu.org>
3957         * cus-edit.el (Custom-set, Custom-save): Ask for confirmation.
3958         (Custom-reset-current, Custom-reset-saved): Likewise.
3959         (Custom-reset-standard): Show message if aborted.
3960         (custom-mode): Doc fix, describing those commands.
3962         * mouse.el (mouse-drag-region-1): When following link via mouse-2,
3963         put on event-kind property.
3965 2005-12-31  Chong Yidong  <cyd@stupidchicken.com>
3967         * custom.el (provide-theme): Ban `user' theme name.
3968         (custom-enabling-themes): New variable.
3969         (enable-theme): Don't enable user if custom-enabling-themes is t.
3970         (custom-enabled-themes): Make it a defcustom.
3971         (custom-theme-recalc-face): No-op if face is undefined.
3973         * cus-edit.el (custom-button-mouse): New variable.
3974         (custom-button-mouse): New face.
3975         (custom-raised-buttons, custom-mode): Use it.
3977         * cus-theme.el (custom-new-theme-mode): Use custom-button-mouse.
3979 2005-12-31  Eli Zaretskii  <eliz@gnu.org>
3981         * progmodes/gud.el (gud-display-line): Support hl-line in the
3982         source buffer.
3984 2005-12-31  Lennart Borgman  <lennart.borgman.073@student.lu.se>  (tiny change)
3986         * mouse.el (mouse-drag-window-above): Verify that the found window
3987         overlaps with the given window in the horizontal dimension.
3989 2005-12-31  Eli Zaretskii  <eliz@gnu.org>
3991         * Makefile.in (cvs-update): New target.
3993         * makefile.w32-in (cvs-update): Ditto.
3995 2005-12-30  Chong Yidong  <cyd@stupidchicken.com>
3997         * cus-theme.el (custom-new-theme-mode): Use cus-edit faces.
3998         (custom-new-theme-mode-map): New variable.
4000 2005-12-30  Richard M. Stallman  <rms@gnu.org>
4002         * custom.el (custom-load-themes): Function deleted.
4004         * cus-edit.el (custom-save-loaded-themes): Function deleted.
4005         (custom-save-variables): Don't delete or add custom-load-themes call.
4007 2005-12-30  Stefan Monnier  <monnier@iro.umontreal.ca>
4009         * cus-start.el: Add `visible-cursor'.
4011         * progmodes/flymake.el (flymake-copy-buffer-to-temp-buffer): Simplify.
4012         (flymake-parse-output-and-residual): Remove `source-buffer' argument.
4013         (flymake-process-filter): Switch to buffer before calling it instead.
4014         (flymake-post-syntax-check, flymake-highlight-err-lines)
4015         (flymake-delete-own-overlays, flymake-parse-err-lines)
4016         (flymake-start-syntax-check, flymake-start-syntax-check-process)
4017         (flymake-count-lines, flymake-parse-residual):
4018         Remove constant buffer argument.
4019         (flymake-start-syntax-check-for-current-buffer): Remove.
4020         Update callers to use flymake-start-syntax-check instead.
4021         (flymake-display-err-menu-for-current-line):
4022         Remove unused var `mouse-pos'.
4023         (flymake-restore-formatting): Comment out unused function.
4024         (flymake-report-status, flymake-report-fatal-status): Remove buffer
4025         argument, use current-buffer instead.  Update callers.
4027 2005-12-30  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
4029         * textmodes/bibtex.el (bibtex-mode): Make completion-ignore-case
4030         buffer-local because choose-completion-delete-max-match requires
4031         that we set completion-ignore-case (i.e., binding via let is not
4032         sufficient).
4033         (bibtex-complete): Always set completion-ignore-case and
4034         choose-completion-string-functions.  The latter is needed because
4035         choose-completion-string-functions keeps its value if we quit the
4036         *Completions* buffer without requesting a completion.
4038 2005-12-30  Andreas Schwab  <schwab@suse.de>
4040         * progmodes/cc-defs.el: Ignore errors from font-lock-compile-keywords.
4042 2005-12-30  Eli Zaretskii  <eliz@gnu.org>
4044         * jit-lock.el (jit-lock-chunk-size): Doc fix.
4046 2005-12-30  Juri Linkov  <juri@jurta.org>
4048         * locate.el (locate-fcodes-file, locate-header-face)
4049         * progmodes/delphi.el (delphi-other-face)
4050         * progmodes/glasses.el (glasses-face): Add tag "None" to const nil.
4052         * paren.el (show-paren-match, show-paren-mismatch): Use existing
4053         group `paren-showing-faces'.
4055         * net/goto-addr.el (goto-address-highlight-keymap): Fix docstring.
4056         (goto-address): Fix docstring.
4058         * net/webjump.el (webjump-sample-sites): Update URLs.
4060         * textmodes/fill.el (fill-single-word-nobreak-p): Use `sentence-end'.
4062         * subr.el (cancel-change-group): Add listp around pending-undo-list.
4064 2005-12-29  Stefan Monnier  <monnier@iro.umontreal.ca>
4066         * font-lock.el (font-lock-compile-keywords): Signal an error when
4067         font-lock-set-defaults hasn't been called.
4069 2005-12-29  Luc Teirlinck  <teirllm@auburn.edu>
4071         * subr.el (noreturn, 1value): Doc fixes.
4073 2005-12-29  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
4075         * textmodes/bibtex.el (bibtex-text-in-field-bounds): Handle case
4076         that assoc-string returns nil.
4078 2005-12-29  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
4080         * textmodes/bibtex.el (bibtex-entry-type-whitespace)
4081         (bibtex-entry-type-str, bibtex-empty-field-re)
4082         (bibtex-search-backward-string, bibtex-preamble-prefix)
4083         (bibtex-search-entry, bibtex-enclosing-entry-maybe-empty-head): Remove.
4084         (bibtex-any-valid-entry-type): New variable.
4085         (bibtex-parse-field-name): Simplify.
4086         (bibtex-parse-string, bibtex-search-forward-string): New arg empty-key.
4087         (bibtex-preamble-prefix): Include left delimiter.
4088         (bibtex-search-forward-field, bibtex-search-backward-field):
4089         Allow unbounded search past entry boundaries (required by bibtex-pop).
4090         (bibtex-text-in-field-bounds): Use push.
4091         (bibtex-text-in-field): Do not use bibtex-narrow-to-entry.
4092         (bibtex-parse-preamble, bibtex-valid-entry)
4093         (bibtex-beginning-first-field): New functions.
4094         (bibtex-skip-to-valid-entry): Use bibtex-valid-entry.  Fix regexp.
4095         (bibtex-map-entries): Fix docstring.
4096         (bibtex-flash-head): New arg prompt.  Simplify.
4097         (bibtex-enclosing-field): Include code of bibtex-inside-field.
4098         (bibtex-insert-kill): Simplify.  Always insert text past the
4099         current field or entry.
4100         (bibtex-format-entry): Use bibtex-parse-field.
4101         (bibtex-pop): Use bibtex-beginning-of-entry and
4102         bibtex-end-of-entry to initiate the search.  Insert empty field if
4103         we found ourselves.
4104         (bibtex-print-help-message): New args field and comma.
4105         Handle entry keys.
4106         (bibtex-make-field): Use bibtex-beginning-of-entry.
4107         (bibtex-end-of-entry): Use bibtex-valid-entry.  Recognize any
4108         invalid entry.
4109         (bibtex-validate): Use bibtex-valid-entry and bibtex-parse-string.
4110         Handle preambles.  Simplify code for thorough test.
4111         (bibtex-next-field, bibtex-find-text, bibtex-find-text-internal):
4112         New arg comma.  Handle entry heads.
4113         (bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters)
4114         (bibtex-kill-field, bibtex-copy-field-as-kil, bibtex-empty-field):
4115         New arg comma.
4116         (bibtex-kill-entry): Use bibtex-any-entry-maybe-empty-head.
4117         (bibtex-fill-field): Simplify.
4118         (bibtex-fill-entry): Use bibtex-beginning-first-field and
4119         bibtex-parse-field.
4120         (bibtex-convert-alien): Do not wait before calling bibtex-validate.
4121         (bibtex-complete): Use bibtex-parse-preamble.
4123 2005-12-29  Nick Roberts  <nickrob@snap.net.nz>
4125         * progmodes/gdb-ui.el (gdb-tooltip-print, gdb-tooltip-print-1):
4126         Display name of expression instead of convenience variable.
4127         (gdb-post-prompt): Only call gdb-get-changed-registers if needed.
4129         * progmodes/gud.el (gud-tooltip-dereference): Rename from
4130         toggle-gud-tooltip-dereference.
4131         (gud-tooltip-print-command): Move concatenation of "*" to expr to...
4132         (gud-tooltip-tips): ...here when dereferencing.
4134 2005-12-28  Bill Wohler  <wohler@newt.com>
4136         * simple.el (mh-e-user-agent): Move to mh-e/mh-comp.el and autoload.
4138 2005-12-28  Stefan Monnier  <monnier@iro.umontreal.ca>
4140         * vc.el (vc-annotate-display): Replace optional arg `color-map' with
4141         compulsory arg `ratio'.  Inline body of vc-annotate-time-span.
4142         (vc-annotate-display-autoscale): Adjust call.
4143         (vc-annotate-display-default): Adjust call.  Make arg compulsory.
4144         Fix interactive spec.
4145         (vc-annotate-time-span): Remove.
4146         (vc-annotate-oldest-in-map): Rename from vc-annotate-car-last-cons.
4147         (vc-annotate-mode-menu, vc-annotate-display-autoscale)
4148         (vc-annotate-display-select): Use new name.
4150         * vc.el (vc-annotate-mode-map): Remove obsolete binding.
4151         (vc-annotate-mode-menu): Remove left-over redundant declaration.
4152         Correct the construction of span entries.  Simplify.
4153         (vc-annotate-display-select): Fix the nil case.
4154         (vc-annotate): Remove obsolete (and now broken) code.
4155         (vc-annotate-extract-revision-at-line): Remove obsolete code.
4156         (vc-annotate-time-span): Remove unused arg `quantize'.  Simplify.
4158 2005-12-28  Luc Teirlinck  <teirllm@auburn.edu>
4160         * subr.el (lazy-completion-table): Correct typo in docstring.
4162         * startup.el (command-line): Use `custom-reevaluate-setting' for
4163         `send-mail-function'.
4165         * mail/sendmail.el (send-mail-function): Autoload the standard-value.
4167 2005-12-05  Ralf Angeli  <angeli@iwi.uni-sb.de>
4169         * mail/smtpmail.el (smtpmail-try-auth-methods):
4170         Send credentials together with "AUTH PLAIN" command.
4172 2005-12-27  Richard M. Stallman  <rms@gnu.org>
4174         * mouse.el (mouse-drag-region-1): When remapping mouse-1 to
4175         mouse-2, go back to previously selected window, so it's selected
4176         when mouse-2 command runs.
4178 2005-12-27  Juri Linkov  <juri@jurta.org>
4180         * descr-text.el (describe-text-sexp): Use square brackets for
4181         button [Show] to distinguish it from the property value `show'.
4182         (describe-property-list): Use `insert-text-button' with
4183         `help-face' type instead of putting face in quotes, because button
4184         is not created automatically for a list of faces.
4185         (describe-text-properties-1): Put button-type value in quotes to
4186         distinguish from plain text "button".
4187         (describe-char): Display code point values in hex.  Don't use
4188         `symbol-name' for `current-input-method' because it is a string.
4189         Use `insert-text-button' with `help-face' type instead of putting
4190         hardcoded face in quotes, because button is not created automatically.
4192 2005-12-27  Richard M. Stallman  <rms@gnu.org>
4194         * progmodes/glasses.el (glasses-face): More specific custom type.
4196         * files.el (set-visited-file-name): Doc fix.
4198         * textmodes/flyspell.el (flyspell-external-point-words):
4199         Use local var buffer-scan-pos to advance scan for next misspelling.
4200         Advance it only after we find the misspelling.
4202 2005-12-27  Agustin Martin  <agustin.martin@hispalinux.es>
4204         * textmodes/flyspell.el (flyspell-external-point-words):
4205         New criteria for finding the misspelling in the buffer.
4207 2005-12-27  Nick Roberts  <nickrob@snap.net.nz>
4209         * help-mode.el (help-insert-string): Set help-xref-stack-item
4210         rather than call help-setup-xref.
4212         * descr-text.el (describe-char): Revert previous changes for
4213         optional buffer argument.
4215 2005-12-27  Juri Linkov  <juri@jurta.org>
4217         * help-mode.el (help-insert-string): New function.  Save buffer
4218         contents in cases where it is impossible to recompute the old contents.
4220         * descr-text.el (describe-char): Set help-xref-stack-item
4221         explicitly after buffer has been generated.
4223 2005-12-27  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
4225         * cus-start.el (all): Add x-gtk-show-hidden-files.
4227 2005-12-26  Richard M. Stallman  <rms@gnu.org>
4229         * replace.el (perform-replace): Calculate match-again
4230         before skipping read-only matches.
4232         * paren.el (paren-showing-faces): New group.
4233         (show-paren-match, show-paren-mismatch): Move to that group.
4235         * button.el (button): Put into group `basic-faces'.
4237         * progmodes/make-mode.el: Remove faces from group `faces'.
4239         * apropos.el (apropos, apropos-value): Doc fix.
4240         (apropos-documentation): Doc fix.
4242 2005-12-26  Stefan Monnier  <monnier@iro.umontreal.ca>
4244         * subr.el (lazy-completion-table): Remove argument `args'.
4246         * textmodes/bibtex.el (bibtex-strings, bibtex-reference-keys):
4247         Don't use the `args' argument of lazy-completion-table.
4249 2005-12-26  Nick Roberts  <nickrob@snap.net.nz>
4251         * descr-text.el (describe-char): Add optional argument for buffer.
4252         Set buffer appropriately.  Call help-setup-xref.
4253         Suggested by Stefan Monnier.
4255 2005-12-26  Juri Linkov  <juri@jurta.org>
4257         * descr-text.el: Require `help-fns' at runtime.  Don't require
4258         `button' for byte compilation.
4259         (describe-text-widget): Add `help-echo' for first button.
4260         Use `help-info' for second.
4261         (describe-property-list): Use `help-argument-name' instead of `italic'.
4262         (describe-text-category): Add prompt to interactive spec.
4263         Call `help-setup-xref'.
4264         (describe-char): Use `help-character-set'.  Add `help-echo' for
4265         code point.  Use `help-input-method'.  Remove superfluous insert.
4267 2005-12-25  Richard M. Stallman  <rms@gnu.org>
4269         * progmodes/cc-defs.el (c-emacs-features): Do parse-partial-sexp
4270         at point, in case of narrowing.
4272         * progmodes/delphi.el (delphi-other-face): Allow nil in type.
4274         * locate.el (locate-header-face): Allow nil in type.
4276         * progmodes/cpp.el (cpp-face-none-list): Use cpp-face instead of face.
4278 2005-12-25  Romain Francoise  <romain@orebokech.com>
4280         * battery.el (battery-linux-proc-acpi): Also try
4281         `/proc/acpi/thermal_zone/THM0/temperature'.
4283 2005-12-24  Chong Yidong  <cyd@stupidchicken.com>
4285         * custom.el (custom-push-theme): Fix docstring.
4287         * cus-edit.el (custom-variable-set, custom-variable-save)
4288         (custom-variable-save): Custom-quote widget values.
4289         (customize-save-variable): Fix custom-push-theme call.
4291 2005-12-24  Eli Zaretskii  <eliz@gnu.org>
4293         * w32-fns.el (w32-batch-update-autoloads): New function.
4295         * makefile.w32-in (autoloads, $(lisp)/mh-e/mh-loaddefs.el):
4296         Use w32-batch-update-autoloads, and don't setq generated-autoload-file
4297         from the command line.
4299 2005-12-23  Chong Yidong  <cyd@stupidchicken.com>
4301         * custom.el (custom-push-theme): Clarify docstring.  VALUE nil for
4302         reset means to remove setting from theme entirely.  Don't keep
4303         expanding theme-settings list; delete old entries if necessary.
4305         * cus-edit.el (custom-buffer-create-internal): Move "Erase
4306         customization" button one line up.
4307         (custom-themed): New face.
4308         (custom-magic-alist): New value, THEMED, for theme settings.
4309         (custom-variable-state-set, custom-face-state-set):
4310         Check theme-value instead of saved-value.
4311         (custom-variable-reset-standard, custom-face-reset-standard):
4312         Remove theme setting entirely.  Recalculate new values.
4313         (custom-variable-set, custom-variable-set)
4314         (custom-variable-reset-saved, custom-variable-reset-backup)
4315         (custom-face-set, custom-face-reset-saved): Update `user' theme.
4316         (custom-variable-save): Fix typos.
4318 2005-12-23  Juri Linkov  <juri@jurta.org>
4320         * emacs-lisp/edebug.el (edebug-all-defs, edebug-all-forms):
4321         Add autoload cookies.
4322         (edebug-outside-d-c-i-n-s-w): New variable.
4323         (edebug-display, edebug-outside-excursion): Use it to save the
4324         original value of default-cursor-in-non-selected-windows.
4325         Set default-cursor-in-non-selected-windows to t while Edebug
4326         is active.
4327         (edebug-mode, edebug-eval-mode): Doc fix.
4329         * mouse.el (mouse-choose-completion): Replace `buffer-substring'
4330         with `buffer-substring-no-properties' to remove common substring
4331         highlighting.
4333         * info.el (info-other-window, info): Rename function argument
4334         `file' to `file-or-node'.
4335         (Info-complete-menu-item): Use local variable `complete-nodes' to
4336         keep the global value of `Info-complete-nodes' unchanged for
4337         subsequent completions.
4338         (info-tool-bar-map): Put `Info-index' icon just before `Info-search'.
4340         * simple.el (get-next-valid-buffer, last-buffer)
4341         (next-error-buffer-p, next-error-find-buffer)
4342         (minibuffer-history-sexp-flag): Doc fix.
4344         * savehist.el (savehist-mode-hook): Add `:group'.
4346         * log-view.el: Call autoload for vc-find-version.
4347         (log-view-current-file): Adjust subgroup numbers.
4348         (log-view-current-tag): Add `length'.
4350 2005-12-23  Richard M. Stallman  <rms@gnu.org>
4352         * vc.el (vc-annotate-car-last-cons): Defn moved up.
4354 2005-12-23  Juri Linkov  <juri@jurta.org>
4356         * hi-lock.el (hi-lock-archaic-interface-message-used)
4357         (hi-lock-archaic-interface-deduce, hi-lock-mode): Doc fix.
4358         (hi-lock-mode): Display "Hi" in the mode line only when
4359         hi-lock-interactive-patterns or hi-lock-file-patterns is non-nil.
4360         (hi-lock-write-interactive-patterns):
4361         Use hi-lock-file-patterns-prefix instead of hard-coded "Hi-lock".
4362         (hi-lock-set-pattern, hi-lock-set-file-patterns)
4363         (hi-lock-font-lock-hook): Set 3rd arg `how' of
4364         font-lock-add-keywords to t.
4366 2005-12-23  David Koppelman  <koppel@ece.lsu.edu>
4368         * hi-lock.el (hi-lock-highlight-range): New variable.
4369         (hi-lock-mode, hi-lock-unface-buffer): Call font-lock-fontify-buffer
4370         only if font-lock-fontified is non-nil.  Remove overlays.
4371         (hi-lock-set-pattern): Call font-lock-fontify-buffer if
4372         font-lock-fontified is non-nil, otherwise use overlays (instead of
4373         text properties).
4374         (hi-lock-string-serialize-hash, hi-lock-string-serialize-serial):
4375         New variables.
4376         (hi-lock-string-serialize) New function.
4378 2005-12-23  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
4380         * menu-bar.el (menu-find-file-existing): New function.
4381         (menu-bar-file-menu): Use menu-find-file-existing for Open.
4383         * tool-bar.el (tool-bar-setup): Open changed to menu-find-file-existing.
4385 2005-12-22  Stefan Monnier  <monnier@iro.umontreal.ca>
4387         * vc.el: Remove unnecessary leading * in docstrings.
4388         (vc-annotate-mode-map): Move initialization into declaration.
4389         (vc-static-header-alist): Nitpick on the regexp.
4390         (vc-default-init-version): New fun.
4391         (vc-register): Use it.
4392         (vc-insert-headers): Use dolist.
4393         (vc-annotate-get-backend): Remove unused function.
4394         (vc-annotate-add-menu): Remove.  Build the menu directly at toplevel.
4395         (vc-annotate-mode): Remove corresponding call.
4396         (vc-annotate-car-last-cons): Simplify.
4397         (vc-annotate-buffers): Remove var.
4398         (vc-annotate-backend): Make it buffer-local.
4399         (vc-annotate): Move the interaction to the interactive spec.
4400         Add a `buf' argument.
4401         (vc-annotate-warp-version): Use this new `buf' argument to avoid
4402         killing&creating a vc-annotate buffer, which is very disruptive when
4403         the buffers are shown in dedicated frames.
4405 2005-12-23  Nick Roberts  <nickrob@snap.net.nz>
4407         * descr-text.el: Add FSF as maintainer.
4408         (describe-text-mode, describe-text-mode-map)
4409         (describe-text-mode-hook, describe-text-done): Delete.  Use normal
4410         help-mode.
4411         (describe-text-widget, describe-text-sexp)
4412         (describe-property-list, describe-text-category)
4413         (describe-text-properties, describe-text-properties-1)
4414         (describe-char): Use help buttons instead of widgets.
4415         (describe-char-unicodedata-file): Make URL link in doc string.
4417 2005-12-22  Richard M. Stallman  <rms@gnu.org>
4419         * cus-edit.el (custom-variable-prompt): Say "variable" in prompt.
4420         (custom-buffer-create-internal): Reword the top-of-buffer help intro.
4421         Don't include buttons that write a file when there's no file.
4422         (custom-variable-menu, custom-face-menu, custom-group-menu):
4423         Don't include commands that write a file when there's no file.
4424         (customize-browse): Reword the top-of-buffer help intro.
4425         (custom-buffer-create-internal): Fix previous change.
4426         (customize-changed-options-previous-release): Prev release is 21.1.
4427         (customize-changed-options): Doc fix.
4428         (customize-changed): New alias.
4429         (custom-reset-menu, custom-magic-alist, Custom-mode-menu):
4430         Say "standard values".
4431         (Custom-reset-standard): Doc fix.
4432         (custom-face-reset-standard): Doc fix.
4434 2005-12-22  Stefan Monnier  <monnier@iro.umontreal.ca>
4436         * font-lock.el (font-lock-default-fontify-buffer): Try and set-defaults
4437         even if font-lock-mode is non-nil since it may be t without having
4438         turned on font-lock-mode-internal.
4439         (font-lock-choose-keywords): Minor optimization.
4440         (font-lock-add-keywords, font-lock-remove-keywords)
4441         (font-lock-set-defaults): Don't call make-local-variable on a variable
4442         that we know to already be local.
4444 2005-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
4446         * emacs-lisp/lisp.el (lisp-complete-symbol): Don't print progress
4447         messages if in the minibuffer.
4449 2005-12-21  Stefan Monnier  <monnier@iro.umontreal.ca>
4451         * textmodes/flyspell.el (flyspell-check-word-p): Don't quote - in a RE.
4452         (tex-mode-flyspell-verify, flyspell-get-word)
4453         (flyspell-external-point-words): Don't use point-min/max uselessly.
4455         * emacs-lisp/lisp.el (lisp-complete-symbol): Mostly undo the change
4456         by Kevin Rodgers.  Instead, just hide the completions buffer if we
4457         don't need to show it.
4459 2005-12-21  Luc Teirlinck  <teirllm@auburn.edu>
4461         * wid-edit.el (file, directory): Doc fixes for the `define-widget's.
4463 2005-12-21  Stefan Monnier  <monnier@iro.umontreal.ca>
4465         * emacs-lisp/lisp.el (lisp-complete-symbol): Don't call
4466         delete-windows-on with an inexistent buffer.
4468 2005-12-22  Nick Roberts  <nickrob@snap.net.nz>
4470         * progmodes/gud.el (gud-tooltip-modes, gud-tooltip-display):
4471         Delete defcustom variable :tag names.
4473 2005-12-20  Stefan Monnier  <monnier@iro.umontreal.ca>
4475         * log-view.el (log-view-file-re, log-view-message-re): Use shy groups.
4476         (log-view-font-lock-keywords): Ajust subgroup numbers.
4477         (log-view-current-tag): Don't hard code the number of subgroups.
4479 2005-12-20  Juri Linkov  <juri@jurta.org>
4481         * tooltip.el (tooltip): Move defgroup before define-minor-mode.
4482         (tooltip-x-offset, tooltip-y-offset): Doc fix.
4484         * menu-bar.el (menu-bar-menu-frame-live-and-visible-p)
4485         (menu-bar-non-minibuffer-window-p): Instead of checking
4486         display-multi-frame-p, use selected-frame when menu-updating-frame
4487         is nil.
4489 2005-12-20  Davis Herring  <herring@lanl.gov>  (tiny change)
4491         * align.el (align-rules-list): Use [ \t] instead of \s-
4492         for column separators in text mode.
4494 2005-12-20  Nick Roberts  <nickrob@snap.net.nz>
4496         * help-mode.el (help-customize-variable, help-customize-face):
4497         Don't pop help-xref-stack as help-follow no longer pushes
4498         anything on to it.
4500 2005-12-20  Carsten Dominik  <dominik@science.uva.nl>
4502         * textmodes/org.el (org-agenda-custom-commands): New option.
4503         (org-agenda): Offer custom commands on splash screen.
4504         (org-make-tags-matcher): Parser for Boolean logic added.
4505         (org-agenda-set-tags): New command.
4506         (org-agenda-menu, org-agenda-mode-map): Add `org-agenda-set-tags'.
4507         (org-set-tags): Efficiency improvements.
4508         (org-auto-align-tags): New option.
4509         (org-todo, org-demote, org-promote): Realign tags.
4510         (org-tags-completion-function): Use also "&" and "|" as separators.
4511         (org-org-menu): Agenda commands simplified.
4513 2005-12-19  Luc Teirlinck  <teirllm@auburn.edu>
4515         * cus-edit.el (customize-apropos, customize-apropos-options):
4516         Docstring changes.
4518         * font-lock.el (font-lock): Add tags to the links in the defgroup.
4520 2005-12-19  Chong Yidong  <cyd@stupidchicken.com>
4522         * longlines.el (longlines-mode): Wrap while widened.
4523         (longlines-decode-region, longlines-encode-region): Compute max
4524         just once.
4526 2005-12-19  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
4528         * cus-edit.el (mac): New group.
4530         * cus-start.el (all): Add user options in macterm.c.  Add test for
4531         Mac-related built-ins.  Fix test for GTK-related built-ins.
4533         * term/mac-win.el (mac-handle-language-change)
4534         (mac-ae-open-documents, mac-ae-get-url, mac-services-open-file)
4535         (mac-services-open-selection, mac-services-mail-selection)
4536         (mac-services-mail-to, mac-services-insert-text)
4537         (mac-dispatch-apple-event): Add docstrings.
4538         (x-get-selection, mac-select-convert-to-string): Select coding
4539         system from `utf-16be' and `utf-16le' using `byteorder'.
4541 2005-12-18  Stefan Monnier  <monnier@iro.umontreal.ca>
4543         * subr.el (lazy-completion-table): Don't be fooled if the var holds
4544         a "list" (lambda ...) rather than a real completion list.
4546         * emacs-lisp/cl-extra.el (cl-macroexpand-all): Fix code-walk for
4547         lexical-let when encountering ((lambda (...) ...) ...).
4549 2005-12-17  Chong Yidong  <cyd@stupidchicken.com>
4551         * progmodes/sh-script.el (sh-mode):
4552         * language/ethio-util.el (ethio-fidel-to-sera-mail-or-marker):
4553         * textmodes/picture.el (picture-mode): Update docstrings.
4555 2005-12-17  Eli Zaretskii  <eliz@gnu.org>
4557         * makefile.w32-in (autoloads, custom-deps): Warn that parts of
4558         commands enclosed in $(ARGQUOTE)s should not be split between two
4559         lines, as that will break with GNU Make >3.80, when sh.exe is used
4560         and arg quoting is with '..'.
4561         (autoloads): Don't break the quoted --eval expression between
4562         several lines.
4564 2005-12-17  Chong Yidong  <cyd@stupidchicken.com>
4566         * emacs-lisp/edebug.el (edebug-safe-prin1-to-string):
4567         Capture error from printing circular structures.
4569 2005-12-17  Martin Rudalics  <rudalics@gmx.at>  (tiny change)
4571         * wid-edit.el (widget-checkbox-action): Clear undo info.
4573 2005-12-16  Bill Wohler  <wohler@newt.com>
4575         * menu-bar.el (kill-this-buffer): Set a good example by using menu
4576         bar, not menubar in comment.
4578 2005-12-16  Stefan Monnier  <monnier@iro.umontreal.ca>
4580         * progmodes/cc-engine.el (c-after-change-check-<>-operators):
4581         After-change-functions should not clobber the match data.
4583 2005-12-16  Juri Linkov  <juri@jurta.org>
4585         * simple.el (choose-completion): Use `buffer-substring-no-properties'
4586         instead of `buffer-substring'.
4587         (completion-common-substring): Doc fix.
4588         (completion-setup-function): Use minibuffer-completion-contents
4589         instead of minibuffer-contents.  Don't set common-string-length
4590         initially.  Remove special handling of partial-completion-mode.
4591         Move computation of completion-base-size into one cond.
4592         Call completion-base-size-function in mainbuf.  In computation of
4593         completion-base-size for file name completion don't move point to
4594         the end of the minibuffer.  Move computation of common-string-length
4595         into one cond.  Start putting faces only when common-string-length>=0.
4596         Add condition to put completions-common-part when
4597         common-string-length>0.
4599         * complete.el (PC-do-completion): Remove `(equal (point) beg)' to
4600         place point at the first different character in the minibuffer
4601         even if this position is at the beginning of the minibuffer.
4603         * info.el (Info-read-node-name-1): In completion-base-size-function's
4604         lambda return 1 if common-substring or minibuffer-completion-contents
4605         starts with (, and 0 otherwise.
4607         * emacs-lisp/crm.el (crm-minibuffer-completion-help):
4608         Use `crm-current-element' for second arg of `display-completion-list'.
4610 2005-12-16  Klaus Zeitler  <kzeitler@lucent.com>
4612         * files.el (set-auto-mode): Look for an interpreter specified on
4613         the first line also if search for mode specification succeeded,
4614         but the mode is not known.
4616 2005-12-16  Carsten Dominik  <dominik@science.uva.nl>
4618         * textmodes/org.el (org-tags-match-list-sublevels): New option.
4619         (org-open-at-point): Implement tag searches as links.
4620         (org-fit-agenda-window, org-get-buffer-tags, org-get-tags)
4621         (org-make-tags-matcher, org-scan-tags, org-activate-tags): New funs.
4622         (org-tags-sparse-tree, org-tags-view, org-set-tags)
4623         (org-agenda-dispatch): New commands.
4624         (org-use-tag-inheritance, org-tags-column): New options.
4625         (org-tab-follows-link, org-return-follows-link): New options.
4626         (org-tags): New customize group.
4627         (org-start-icalendar-file): Get local time zone.
4628         (org-tags-completion-function): New function.
4629         (org-set-font-lock-defaults): Make sure links will also be
4630         highlighted inside headlines.
4632 2005-12-16  Mark Plaksin  <happy@usg.edu>  (tiny change)
4634         * term.el (term-emulate-terminal):
4635         Let term-handle-ansi-terminal-messages override what Bash says about
4636         its current directory.
4638 2005-12-16  L\e$,1 q\e(Brentey K\e,Aa\e(Broly  <lorentey@elte.hu>
4640         * bindings.el (last-buffer): Move to simple.el.
4641         * simple.el (last-buffer): Move here.
4642         (get-next-valid-buffer): New function.
4643         (next-buffer): Use frame-local buffer list, maintain buried buffer list.
4644         (prev-buffer): Ditto.  Rename to `previous-buffer'.
4646         * menu-bar.el (menu-bar-update-buffers): Update uses of `prev-buffer'.
4647         * bindings.el (global-map): Ditto.
4649 2005-12-15  Luc Teirlinck  <teirllm@auburn.edu>
4651         * cus-edit.el: Introductory comment change.
4652         (custom-magic-alist): Change message string for the `rogue' state.
4654 2005-12-15  Richard M. Stallman  <rms@gnu.org>
4656         * tooltip.el: Delete defcustom variable :tag names.
4658         * complete.el (partial-completion-mode): Doc fix.
4660         * textmodes/flyspell.el (flyspell-external-point-words):
4661         Use save-excursion to ensure we don't move backward in the
4662         search loop, not even one character.
4663         (flyspell-delete-all-overlays): Use remove-overlays directly.
4665         * textmodes/ispell.el (ispell-current-personal-dictionary): New var.
4666         (ispell-start-process): Set that variable.
4667         Clear ispell-buffer-local-name.
4668         (ispell-internal-change-dictionary):
4669         Set ispell-current-dictionary after killing process.
4670         (ispell-buffer-local-dict):
4671         Don't set spell-personal-dictionary after killing process.
4672         (ispell-buffer-local-words): Don't clear out ispell-buffer-local-name.
4673         (ispell-tex-skip-alists, ispell-html-skip-alists)
4674         (ispell-skip-region-alist): Mark as risky.
4676         * net/newsticker.el (newsticker--retrieval-timer-list)
4677         (newsticker--display-timer, newsticker-running-p)
4678         (newsticker-ticker-running-p): Definitions moved up.
4680 2005-12-16  Nick Roberts  <nickrob@snap.net.nz>
4682         * progmodes/gdb-ui.el (gdb-many-windows): Echo new state in minibuffer.
4684 2005-12-15  David Ponce  <david@dponce.com>
4686         * recentf.el (recentf-dialog-goto-first): Fix missing error condition.
4687         (recentf-edit-list, recentf-open-files): Signal an error when
4688         there is no recent file.
4690 2005-12-14  Lennart Borgman  <lennart.borgman.073@student.lu.se>
4692         * textmodes/texinfmt.el (texinfo-format-region): Set buffer to
4693         read-only except for texinfo-format-region evaluation.
4695 2005-12-14  Richard M. Stallman  <rms@gnu.org>
4697         * vc.el (vc-default-previous-version, vc-default-next-version)
4698         (vc-do-command): Doc fixes.
4700 2005-12-14  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
4702         * textmodes/bibtex.el (bibtex-expand-strings)
4703         (bibtex-autokey-expand-string, bibtex-name-part)
4704         (bibtex-entry-type-whitespace, bibtex-entry-type-str)
4705         (bibtex-any-entry-maybe-empty-head, bibtex-string-type)
4706         (bibtex-preamble-prefix, bibtex-string-empty-key): New variables.
4707         (bibtex-entry-type, bibtex-entry-head): Match only valid entries.
4708         (bibtex-entry-postfix, bibtex-known-entry-type-re)
4709         (bibtex-valid-entry-re, bibtex-any-valid-entry-re)
4710         (bibtex-valid-entry-whitespace-re, bibtex-empty-field-re)
4711         (bibtex-field-name-for-parsing, bibtex-remove-delimiters-string)
4712         (bibtex-beginning-of-last-entry): Remove.
4713         (bibtex-parse-field-name): Use bibtex-field-name.  Issue error
4714         message if comma is missing but buffer is read-only.
4715         (bibtex-parse-field-text): Handle whitespaces at the end of field
4716         text.  Return 3-element list with beginning and end of field text
4717         and end of field.
4718         (bibtex-end-of-text-in-field, bibtex-end-of-field): Change accordingly.
4719         (bibtex-parse-field): Remove arg name.  Use bibtex-field-name.
4720         (bibtex-search-forward-field, bibtex-search-backward-field):
4721         Search always delimited by limits of entry.  Use more efficient
4722         search algorithms.
4723         (bibtex-name-in-field): Use bibtex-start-of-name-in-field and
4724         bibtex-end-of-name-in-field.
4725         (bibtex-text-in-field-bounds): Handle BibTeX strings when
4726         extracting the content of a field.
4727         (bibtex-text-in-field): Use search limits.
4728         (bibtex-parse-string-prefix): Handle empty string keys based on
4729         bibtex-string-empty-key.
4730         (bibtex-parse-string): Fix docstring.
4731         (bibtex-text-in-string): Use bibtex-text-in-field-bounds.
4732         (bibtex-preamble-prefix, bibtex-strings): New functions.
4733         (bibtex-skip-to-valid-entry): Include preceding whitespace in
4734         BibTeX entries (consistent with other BibTeX functions).
4735         (bibtex-map-entries): Use bibtex-skip-to-valid-entry.
4736         (bibtex-search-entry): Fix docstring.  Simplify.
4737         (bibtex-flash-head, bibtex-complete-string-cleanup)
4738         (bibtex-count-entries, bibtex-sort-buffer): Simplify.
4739         (bibtex-beginning-of-first-entry): Use bibtex-skip-to-valid-entry.
4740         (bibtex-parse-entry): New optional arg content.
4741         (bibtex-format-entry, bibtex-autofill-entry, bibtex-url): Use it.
4742         Use bibtex-text-in-field-bounds.
4743         (bibtex-print-help-message): Handle BibTeX strings and preambles.
4744         (bibtex-end-of-entry): Use bibtex-preamble-prefix and
4745         bibtex-parse-string-postfix.
4746         (bibtex-find-text-internal): New function.
4747         (bibtex-remove-delimiters): Use it.
4748         (bibtex-find-text): Use it.  New optional arg help.
4749         (bibtex-complete): Handle BibTeX string and preamble entries.
4750         (bibtex-Preamble): Fix order of closing delimiters.
4752 2005-12-14  Stefan Monnier  <monnier@iro.umontreal.ca>
4754         * vc.el (vc-default-revert): New fun.
4756         * vc-mcvs.el (vc-mcvs-revert): Fix call to vc-default-revert.
4758 2005-12-14  Romain Francoise  <romain@orebokech.com>
4760         * font-lock.el (font-lock-keywords-alist): Rename `append' to `how'.
4761         (font-lock-add-keywords, font-lock-update-removed-keyword-alist):
4762         (font-lock-remove-keywords): Likewise.
4764 2005-12-14  Juri Linkov  <juri@jurta.org>
4766         * log-view.el (log-view-diff): Doc fix.
4768         * isearch.el (isearch-query-replace): Use (mark) instead of
4769         isearch-opoint if mark is active in transient-mark-mode.
4771 2005-12-14  Aaron S. Hawley  <Aaron.Hawley@uvm.edu>
4773         * isearch.el (isearch-query-replace): Check for isearch-other-end.
4775 2005-12-14  Per Abrahamsen  <abraham@dina.kvl.dk>
4777         * progmodes/cpp.el (cpp-face): New widget.
4778         (cpp-known-face, cpp-unknown-face, cpp-edit-list): Use it.
4780 2005-12-14  Juri Linkov  <juri@jurta.org>
4782         * help-macro.el (make-help-screen): Bind `inhibit-read-only' to t
4783         around `erase-buffer' and `insert'.
4785         * descr-text.el (describe-text-properties): Replace buffer name
4786         "*Help-2*" with "*Help*<2>".
4787         (describe-char): Add functions print-help-return-message,
4788         toggle-read-only.  Use help-setup-xref with nil to not store
4789         describe-char in help-xref-stack.  Use help-make-xrefs to
4790         make [back] button.
4792         * desktop.el (desktop-minor-mode-table): Add vc-dired-mode with nil.
4794         * wdired.el (wdired-old-point): New internal variable.
4795         (wdired-change-to-wdired-mode): Set it buffer-locally.
4796         (wdired-abort-changes): Restore point after aborting changes.
4798 2005-12-13  Stefan Monnier  <monnier@iro.umontreal.ca>
4800         * vc.el (vc-do-command): Add a new value t for okstatus.
4802         * vc-svn.el (vc-svn-registered): Use it to avoid popping up a spurious
4803         frame in case of errors.
4805 2005-12-13  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
4807         * menu-bar.el (menu-bar-showhide-fringe-menu): Move "On the Right"
4808         so it comes after "On the Left" in the menu.
4810 2005-12-12  Luc Teirlinck  <teirllm@auburn.edu>
4812         * cus-edit.el (customize-apropos, customize-apropos-options)
4813         (customize-apropos-faces, customize-apropos-groups): Doc fixes.
4815 2005-12-12  Bill Wohler  <wohler@newt.com>
4817         * vc-svn.el (vc-svn-registered): Fix problem of visiting
4818         non-writable Subversion-controlled files by saving window
4819         configuration before calling vc-do-command.  vc-do-command calls
4820         pop-to-buffer on error which is unexpected during registration.
4822 2005-12-12  Jay Belanger  <belanger@truman.edu>
4824         * calc/README: Update the summary of changes.
4826 2005-12-12  Stefan Monnier  <monnier@iro.umontreal.ca>
4828         * descr-text.el (describe-char): Rework last fix to solve the problem
4829         is the same way it's solved for everything else in that function
4830         (i.e. by extracting the info before setting up the *Help* buffer).
4832 2005-12-12  Kim F. Storm  <storm@cua.dk>
4834         * subr.el (version-regexp-alist): Allow space as separator before
4835         non-numeric part, e.g. "1.0 alpha".
4836         (version-to-list): Interpret .X.Y version as 0.X.Y version.
4838 2005-12-12  Carsten Dominik  <dominik@science.uva.nl>
4840         * textmodes/org.el (org-agenda, org-timeline, org-todo):
4841         Implement Logging and the keep-modes setting.
4842         (org-get-category): Make sure a string is returned.
4843         (org-log-done): New function.
4844         (org-log-done, org-closed-string): New options.
4846 2005-12-12  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
4848         * tooltip.el (tooltip-y-offset): Change default to 20.
4850 2005-12-12  Richard M. Stallman  <rms@gnu.org>
4852         * mouse.el (mouse-drag-vertical-line): Use adjust-window-trailing-edge.
4854         * frame.el (display-hourglass): Doc fix.
4856         * help.el (help-for-help-internal): Simplify entry for `a'.
4858         * info.el (Info-on-current-buffer): Doc fix.
4859         (info-insert-file-contents): Don't test (featurep 'jka-compr).
4861         * startup.el (inhibit-splash-screen): Make this the real name.
4862         (inhibit-startup-message): Make this the alias.
4863         (command-line): Find only simple.el, and use its directory
4864         to fill in other preloaded files' names.
4865         (command-line): Deactivate the mark if deactivate-mark is set.
4867         * international/mule.el (load-with-code-conversion):
4868         Bind deactivate-mark.
4870         * progmodes/compile.el (compilation-error-regexp-alist): Doc fix.
4872 2005-12-11  Luc Teirlinck  <teirllm@auburn.edu>
4874         * cus-edit.el (customize-apropos): Avoid listing an option more
4875         than once under different aliases.  No longer list user options
4876         that are not defined with defcustom (unless a prefix arg is given).
4877         Doc fix.
4878         (customize-apropos-options): Doc fix.
4880 2005-12-11  Juri Linkov  <juri@jurta.org>
4882         * frame.el (set-background-color, set-foreground-color)
4883         (set-cursor-color, set-mouse-color, set-border-color):
4884         Add explicit prompts to read colors by `facemenu-read-color'.
4885         (show-trailing-whitespace, blink-cursor-delay)
4886         (blink-cursor-interval, display-hourglass, hourglass-delay):
4887         Remove tags.
4888         (display-hourglass, hourglass-delay): Doc fix.
4889         (cursor-in-non-selected-windows): Capitalize words in tag.
4891         * faces.el (frame-background-mode): Replace `choice-item' keywords
4892         with `const' to not make [default] button.  Change default value tag
4893         from `default' to `automatic'.  Doc fix.
4894         (trailing-whitespace) <defface>: Change group `whitespace' to
4895         `whitespace-faces'.
4897 2005-12-11  Richard M. Stallman  <rms@gnu.org>
4899         * buff-menu.el (Buffer-menu-sort-column): Not a user variable.
4901 2005-12-11  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
4903         * term/mac-win.el: Create keymap for mac-apple-event-map.
4905 2005-12-11  Nick Roberts  <nickrob@snap.net.nz>
4907         * tooltip.el (tooltip-mode): Move to start of file so that it
4908         appears at top of customize buffer.
4910         * progmodes/gud.el (gud-tooltip-modes, gud-tooltip-display):
4911         Add the gud groupname.
4912         (gud-tooltip-mode): Add the tooltip groupname.
4913         (gud-tooltip-echo-area): Add the gud groupname.  Remove tag to
4914         avoid conflict with tooltip-use-echo-area.
4916 2005-12-10  Romain Francoise  <romain@orebokech.com>
4918         * help.el (help-for-help-internal): Add `r' in doc string.
4920 2005-12-10  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
4922         * align.el (align-regexp, align-highlight-rule):
4923         Use region-beginning and region-end instead of point and mark, so that
4924         repetition (with `repeat-complex-command') recomputes the region
4925         bounds.
4927 2005-12-10  Lennart Borgman  <lennart.borgman.073@student.lu.se>
4929         * window.el (bw-get-tree, bw-get-tree-1, bw-find-tree-sub)
4930         (bw-find-tree-sub-1, bw-l, bw-t, bw-r, bw-b, bw-dir, bw-eqdir)
4931         (bw-refresh-edges, bw-adjust-window, bw-balance-sub): New functions.
4932         (balance-windows): Rewrite using the above new functions.
4934 2005-12-10  David Koppelman  <koppel@ece.lsu.edu>
4936         * hi-lock.el (hi-lock-mode): Rename from hi-lock-buffer-mode;
4937         react if global-hi-lock-mode seems intended.
4938         (global-hi-lock-mode) Renamed from hi-lock-mode.
4939         (hi-lock-archaic-interface-message-used)
4940         (hi-lock-archaic-interface-deduce): New variables.
4941         (turn-on-hi-lock-if-enabled, hi-lock-line-face-buffer)
4942         (hi-lock-face-buffer, hi-lock-face-phrase-buffer)
4943         (hi-lock-find-patterns, hi-lock-font-lock-hook):
4944         Replace hi-lock-buffer-mode with hi-lock-mode.
4946 2005-12-10  Kevin Rodgers  <ihs_4664@yahoo.com>
4948         * emacs-lisp/lisp.el (lisp-complete-symbol): Regenerate the
4949         completion list, even after a partial completion has been
4950         inserted in the current buffer.  If there are more than 1
4951         completion, redisplay the *Completions* buffer; if the
4952         completion is unique, delete the *Completions* window.
4954 2005-12-10  Eli Zaretskii  <eliz@gnu.org>
4956         * mail/rmail.el (rmail-next-same-subject): Handle multiple "Re: "
4957         strings and long subject lines that were broken into multiple
4958         lines at arbitrary places.  Handle subjects that have "Re: " in
4959         the middle.
4961 2005-12-10  John W. Eaton  <jwe@octave.org>
4963         * emacs/octave-mod.el (octave-electric-space): Don't indent
4964         comments or strings if octave-auto-indent is nil.
4966 2005-12-10  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
4968         * term/mac-win.el: Require url when compiling.
4969         Call mac-process-deferred-apple-events after loading init files.
4970         (mac-apple-event-map): New defvar.  Define event handlers in it.
4971         (core-event, internet-event): New Apple event class symbols.
4972         (open-application, reopen-application, open-documents)
4973         (print-documents, open-contents, quit-application)
4974         (application-died, show-preferences, autosave-now, get-url):
4975         New Apple event ID symbols.
4976         (about): New HICommand ID symbol.
4977         (mac-event-spec, mac-event-ae): New macros.
4978         (mac-ae-parameter, mac-ae-list, mac-bytes-to-integer)
4979         (mac-ae-selection-range, mac-ae-text-for-search)
4980         (mac-ae-open-documents, mac-ae-text, mac-ae-get-url): New functions.
4981         (mac-application-menu-map): Remove keymap.  Handlers for HICommand
4982         and Services menu events are now defined in mac-apple-event-map.
4983         (mac-drag-n-drop): Remove selection range handling.
4985 2005-12-10  Kenichi Handa  <handa@m17n.org>
4987         * simple.el (zap-to-char):
4988         * isearch.el (isearch-process-search-char): Translate CHAR by
4989         translation-table-for-input.
4991 2005-12-09  Chong Yidong  <cyd@stupidchicken.com>
4993         * foldout.el (foldout-exit-fold): Properly hide subtree.
4995 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
4997         * files.el (save-buffer):
4998         * international/ucs-tables.el (ucs-set-table-for-input):
4999         * mail/mail-extr.el (mail-extract-address-components):
5000         * mail/sendmail.el (mail-mode): Reformat doc string.
5002 2005-12-09  Juri Linkov  <juri@jurta.org>
5004         * isearch.el (isearch-highlight): Change main overlay priority
5005         from 1 to 1001.  Simplify.
5006         (isearch-lazy-highlight-update): Change lazy overlay priority
5007         from 0 to 1000.
5009         * replace.el (replace-highlight): Change overlay priority from
5010         1 to 1001.
5012         * textmodes/ispell.el (ispell-highlight-spelling-error-overlay):
5013         Change overlay priority from 1 to 1001.  Reuse existing overlay.
5015         * compare-w.el (compare-windows-highlight): Change overlay
5016         priority from 1 to 1000.
5018         * menu-bar.el (menu-bar-edit-menu): Add listp around
5019         pending-undo-list to disable menu item "undo" when pending
5020         undo list is empty.
5022         * locate.el (locate): Disable undo in *Locate* buffer.
5024 2005-12-09  Kim F. Storm  <storm@cua.dk>
5026         * mail/smtpmail.el (smtpmail-via-smtp): Disable undo in SMTP buffer.
5028 2005-12-09  David Ponce  <david@dponce.com>
5030         * recentf.el: Improvement of the menu code.
5031         (recentf-enabled-p): Move before first use.  Use `kill-emacs-hook'
5032         instead of menu hook.
5033         (recentf-show-menu, recentf-hide-menu): New functions.
5034         (recentf-menu-customization-changed, recentf-mode): Use them.
5035         (recentf-menu-action, recentf-max-menu-items)
5036         (recentf-menu-open-all-flag, recentf-menu-append-commands-flag)
5037         (recentf-arrange-by-rule-others)
5038         (recentf-arrange-by-rules-min-items)
5039         (recentf-arrange-by-rule-subfilter) : Don't use
5040         `recentf-menu-customization-changed'.
5041         (recentf-arrange-rules): Likewise.  Accept functions to compute
5042         sub-menu titles.
5043         (recentf-menu-filter): Likewise.  Doc fix.
5044         (recentf-menu-value-shortcut): Doc fix.
5045         (recentf-dump-variable): Quote atom value.
5046         (recentf-make-menu-items): Update to use it as a menu filter.
5047         (recentf-match-rule): New function.
5048         (recentf-arrange-by-rule): Use it.
5049         (recentf-indirect-mode-rule): New function.
5050         (recentf-build-mode-rules): Use it.
5051         (recentf-dir-rule): New function.
5052         (recentf-arrange-by-dir): Use it.
5053         (recentf-filter-changer-current): Rename from
5054         `recentf-filter-changer-state'.  All references updated.
5055         (recentf-filter-changer-alist): Update filter names.
5056         (recentf-filter-changer-select): New function.
5057         (recentf-filter-changer): Use it.  Make a sub-menu from filters
5058         available in `recentf-filter-changer-alist'.
5059         (recentf-data-cache, recentf-clear-data)
5060         (recentf-update-menu): Remove.  All references updated.
5061         (recentf-match-rule-p, recentf-build-dir-rules)
5062         (recentf-filter-changer-goto-next)
5063         (recentf-filter-changer-get-current)
5064         (recentf-filter-changer-get-next): Remove.
5066 2005-12-08  Luc Teirlinck  <teirllm@auburn.edu>
5068         * cus-edit.el (custom-buffer-create-internal): Relabel the whole
5069         buffer "Reset" button to "Reset to Current" for consistency with
5070         the State buttons.
5072 2005-12-08  John Paul Wallington  <jpw@pobox.com>
5074         * ibuf-ext.el (define-ibuffer-filter filename):
5075         If `dired-directory' is a list then really use its car.
5077 2005-12-08  Kim F. Storm  <storm@cua.dk>
5079         * emulation/cua-rect.el (cua--rectangle-aux-replace):
5080         Fix indention of text on right side of replaced rectangle.
5082 2005-12-09  Nick Roberts  <nickrob@snap.net.nz>
5084         * progmodes/gud.el (gud-speedbar-buttons, gud-tooltip-tips):
5085         No need to check gud-comint-buffer is bound.
5086         (gdb): Prevent multiple debugging when first session uses gdba.
5088 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
5090         CC Mode update to 5.31.
5092         * progmodes/cc-subword.el: Add a dummy `c-subword-mode' for
5093         Emacsen which lack `define-minor-mode'.  (Currently Emacs <21.
5094         We might do this function properly in the future).
5096         * progmodes/cc-cmds.el, cc-defs.el, cc-styles.el, cc-vars.el:
5097         New macros c-sentence-end and c-default-value-sentence end, to cope
5098         with Emacs 22's new function `sentence-end'.
5100 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
5102         * progmodes/cc-cmds.el (c-show-syntactic-information): Solve the
5103         compat issue using `c-put-overlay' and `c-delete-overlay'.
5105         * progmodes/cc-defs.el (c-put-overlay, c-delete-overlay):
5106         New compat macros to handle overlays/extents.
5108 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
5110         * progmodes/cc-fix.el: Add definitions of the macros push and pop
5111         (for GNU Emacs 20.4)
5113         * progmodes/cc-defs.el:
5114         (i) Load cc-fix.elc for `push' and `pop' (for GNU Emacs 20.4)
5116         * progmodes/cc-cmds.el (c-show-syntactic-information): Change the
5117         highlighting mechanism so it will work in XEmacs too.
5119         * progmodes/cc-defs.el: Insert c-int-to-char.
5121         * progmodes/cc-langs.el (c-nonsymbol-token-char-list): Insert a
5122         call to the new macro c-int-to-char.  This solves XEmacs's
5123         regarding characters as different from integers.
5125 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
5127         * progmodes/cc-fonts.el (c-make-syntactic-matcher):
5128         New internal helper.
5130         (c-cpp-matchers, c-basic-matchers-before): Use the `eval'
5131         construct to make the indirect face lookup work in XEmacs.
5133         (c-cpp-matchers): Append the negation char face to the existing
5134         fontification, so that the cpp face doesn't disappear.
5135         Use `c-make-syntactic-matcher' to avoid negation chars in comments
5136         and strings.
5138         * progmodes/cc-fonts.el (c-negation-char-face-name): New variable
5139         to map to `font-lock-negation-char-face' in emacsen where it exists.
5141 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
5143         * progmodes/cc-mode.el: Bind c-subword-mode to C-c C-w.
5145         * progmodes/cc-subword.el, cc-cmds.el, cc-mode.el:
5146         Rename "c-subword-move-mode" as "c-subword-mode".
5148         * progmodes/cc-mode.el: Added tty suitable bindings for C-c
5149         <delete> and C-c C-<delete>.  (To the c-hungry- delete functions).
5151 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
5153         * progmodes/cc-mode.el: Added autoload directive for
5154         `c-subword-move-mode' for use in older emacsen.
5156 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
5158         * progmodes/cc-mode.el:
5159         (i) Insert a binding for C-c C-backspace into
5160         c-bind-special-erase-keys which works in TTYs.
5161         (ii) Make sure that when file styles are used, any explicitly
5162         given style variables take priority over those in the style.
5163         Do this by calling `hack-local-variables' a second time.
5165         * progmodes/cc-vars.el: Add language specific customization
5166         widgets for AWK to c-doc-comment-style, c-require-final-newline
5167         and c-default-style.  Add a defcustom for awk-mode-hook.
5168         Give c-syntactic-element and c-syntactic-context doc-strings by
5169         directly setting their `variable-documentation' propery.
5170         This allows Emacs 22.1 to read these with C-h v.
5172         * progmodes/cc-awk.el: Apply a tidy-up patch (from Stefan Monnier).
5174 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
5176         * progmodes/cc-fonts.el, cc-vars.el
5177         (gtkdoc-font-lock-doc-comments, gtkdoc-font-lock-doc-protection)
5178         (gtkdoc-font-lock-keywords): GtkDoc patterns contributed by
5179         Masatake YAMATO.
5181         (c-doc-comment-style): Made GtkDoc default in C mode.
5183         * progmodes/cc-mode.el: Fixed key bindings for C-c C-<backspace>
5184         and C-c C-<delete>.
5186         (c-bind-special-erase-keys): New function for use on
5187         `normal-erase-is-backspace-hook' to bind C-c C-<delete> correctly.
5189         * progmodes/cc-cmds.el (c-hungry-delete): New function to fix
5190         <delete> key behavior in XEmacs according to `delete-forward-p'.
5191         C.f. `c-electric-delete'.
5193 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
5195         * progmodes/cc-mode.el: Give c-hungry-backspace and
5196         c-hungry-delete-forward permanent key bindings.
5198         * progmodes/cc-cmds.el (c-electric-semi&comma):
5199         Bind c-syntactic-context for calls to "criteria functions", for
5200         consistency with other calls to user functions.
5202         * progmodes/cc-cmds.el (c-indent-command): Expunge use of
5203         `current-prefix-arg', since this might be the prefix arg to a
5204         command which calls c-indent-command as a function.  Change the
5205         interactive spec from "p" to "P".
5207         * progmodes/cc-styles.el: Amend the doc-string of c-set-style, in
5208         reponse to a report from Joseph Kiniry <kiniry@acm.org> that it
5209         was difficult to understand.
5211 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
5213         * progmodes/cc-engine.el (c-on-identifier): Fix bug when at the
5214         first char of an identifier.
5216         * progmodes/cc-engine.el (c-on-identifier): Handle the "operator
5217         +" syntax in C++.
5219 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
5221         * progmodes/cc-cmds.el (c-mask-paragraph): Correct, so that
5222         auto-fill doesn't split a c-comment's last word from a hanging
5223         "*/" when a space is typed between them after fill-column.
5225         * progmodes/cc-defs.el: New macro c-delete-and-extract-region.
5227         * progmodes/cc-styles.el (c-set-style)
5228         (c-setup-paragraph-variables): Abort the command if we're not in a
5229         CC Mode buffer.
5231         * progmodes/cc-align.el (c-lineup-C-comments): Correct indentation
5232         with blank comment-prefix, and a blank line as the comment's
5233         second line.
5235 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
5237         * progmodes/cc-fonts.el (c-cpp-matchers, c-basic-matchers-before):
5238         Incorporate the patterns added in the Emacs development branch
5239         for the new Emacs 22 face `font-lock-negation-char-face'.
5241         * progmodes/cc-fonts.el (c-invalid-face-name): Use "red1" instead
5242         of "red" since it stands out better in xterms and DOS terminals.
5244         * progmodes/cc-engine.el (c-literal-faces):
5245         Add `font-lock-comment-delimiter-face' which is new in Emacs 22.
5247 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
5249         * progmodes/cc-cmds.el: Make C-c C-a (`c-toggle-auto-newline')
5250         forcibly enable c-electric-flag.
5252         * progmodes/cc-vars.el, cc-cmds.el: New clean-up
5253         `comment-close-slash' on c-electric-slash: if enabled, typing `/' just
5254         after the comment-prefix of a C-style comment will close that comment.
5256 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
5258         * progmodes/cc-fonts.el (c-basic-matchers-before)
5259         (c-complex-decl-matchers): Fix the "not-arrow-prefix" regexp used
5260         in Pike.
5262         * progmodes/cc-langs.el (c-other-op-syntax-tokens): Only C++ has
5263         digraphs.
5265         * progmodes/cc-fonts.el, cc-langs.el, cc-engine.el
5266         (c-cpp-message-directives, c-cpp-include-directives)
5267         (c-opt-cpp-macro-define, c-opt-cpp-macro-define-start)
5268         (c-cpp-expr-directives): Introduce new language constants to
5269         control cpp syntax in a cleaner way.
5271         (c-cpp-expr-functions): Rename from c-cpp-defined-fns.
5273         (c-cpp-matchers, c-forward-to-cpp-define-body): Use them.
5275         * progmodes/cc-langs.el, cc-fonts.el (c-string-escaped-newlines)
5276         (c-multiline-string-start-char): New language constants and
5277         variables to specify how newlines in string literals work.
5279         (c-font-lock-invalid-string): Use them.
5281         * progmodes/cc-cmds.el (c-try-one-liner): Robustness fix if an
5282         unbalanced close brace is entered.  Optimization by avoiding going
5283         back over arbitrarily large blocks.  Removed hints that this
5284         function only would be relevant/useful in AWK.
5286         (c-electric-brace): Indent syntactically after the cleanups since
5287         lineup functions might do it differently then.
5289         * progmodes/cc-engine.el, cc-langs.el
5290         (c-opt-op-identifier-prefix): New language constant and variable.
5292         (c-just-after-func-arglist-p, c-after-special-operator-id)
5293         (c-search-decl-header-end, c-inside-bracelist-p): Use it.
5295         * progmodes/cc-align.el, cc-engine.el
5296         (c-after-special-operator-id): New helper to handle C++ operator
5297         identifiers.
5299         (c-lineup-topmost-intro-cont, c-just-after-func-arglist-p)
5300         (c-guess-basic-syntax): Handle C++ operator identifiers in
5301         declarations.
5303         * progmodes/cc-langs.el (c-assignment-operators): Add the
5304         trigraph version of ^= too.
5306         * progmodes/cc-langs.el (c-assignment-operators): Add the
5307         trigraph version of |= in C++.
5309         * progmodes/cc-fonts.el (c-font-lock-declarators):
5310         Handle `c-decl-hangon-kwds' after the identifier name.
5312         * progmodes/cc-engine.el (c-guess-basic-syntax): When deciding
5313         whether an arglist is "nonempty", ignore a comment after the open
5314         paren if it isn't followed by a non-comment token on the same line.
5316         * progmodes/cc-engine.el (c-guess-basic-syntax): Case 4:
5317         Enable heuristics below the point to cope with classes inside special
5318         brace lists in Pike.
5320 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
5322         * progmodes/cc-cmds.el: Amend c-point-syntax to handle macros.
5324 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
5326         * progmodes/cc-guess.el (cc-guess-install): New function to
5327         install an already guessed style in another buffer.
5329         * progmodes/cc-defs.el (c-tentative-buffer-changes): No longer
5330         sets `inhibit-read-only' - `c-save-buffer-state' should be used
5331         anyway if the change always is undone.
5333 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
5335         Implement togglable electricity:
5337         * progmodes/cc-defs.el: Enhance c-save-buffer-state's doc-string,
5338         saying when it should be used.
5340         * progmodes/cc-engine.el: Add the new buffer-local variable,
5341         c-electric-flag.
5343         * progmodes/cc-langs.el: Change the name of c-toggle-auto-state to
5344         c-toggle-auto-newline.
5346         * progmodes/cc-mode.el: Rename c-toggle-auto-state to
5347         c-toggle-auto-newline.  Remove the binding for
5348         c-toggle-auto-hungry-state.  Add the binding C-c C-l for the new
5349         c-toggle-electric-state.
5351         * progmodes/cc-vars.el: Make c-syntactic-indentation buffer local.
5353         * progmodes/cc-cmds.el: Add `c-bytecomp-defun's for
5354         c-\(forward\|backward\)-subword.
5355         (c-update-modeline): Add the new modeline flag `l' for
5356         `c-electric-flag'.  Make the auto-newline flag `a' dependent on `l'.
5357         (c-toggle-auto-state): Rename it to `c-toggle-auto-newline'.
5358         Make the old name an alias of the new name.
5359         (c-toggle-electric-state): New function.
5360         (c-electric-\(pound\|brace\|slash\|star\|semi&comma\|colon\|lt-gt\|paren\|continued-statement\)):
5361         Adapt these functions to do electric things only when
5362         c-electric-flag is non-nil.
5363         (c-point-syntax, c-brace-newlines, c-try-oneliner): Extract these
5364         new functions from c-electric-brace.
5365         (c-point-syntax): Add a check for "virtual semicolons" in AWK
5366         mode, so that the tentative extra newline doesn't change the
5367         syntax of the following brace.
5368         (c-electric-brace): Restructure by extracting the above functions.
5369         Tidy up the coding somewhat.
5370         (c-electric-semi&comma, c-electric-colon, c-electric-paren):
5371         restructure a bit.
5373 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
5375         * progmodes/cc-cmds.el (c-show-syntactic-information): Show the
5376         anchor position(s) using faces.  Thanks to Masatake YAMATO for the idea.
5378         * progmodes/cc-mode.el, cc-cmds.el, cc-defs.el, cc-engine.el
5379         (c-submode-indicators): Change name from `c-auto-hungry-string'
5380         since it's now used to track another submode.
5382         (c-update-modeline): Convert to function and extended to check
5383         `c-subword-move-mode'.
5385         (c-forward-into-nomenclature, c-backward-into-nomenclature):
5386         Convert to compat aliases for `c-forward-subword' and
5387         `c-backward-subword'.
5389         * progmodes/cc-subword.el: New functions and minor mode to handle
5390         SillyCapsedStyleIndentifiers, contributed by Masatake YAMATO:
5392         (c-forward-subword, c-backward-subword, c-mark-subword)
5393         (c-kill-subword, c-backward-kill-subword, c-transpose-subwords)
5394         (c-capitalize-subword, c-downcase-subword, c-upcase-subword):
5395         Functions corresponding to the standard word handling functions.
5397         (c-subword-move-mode): Minor mode that replaces all the standard
5398         word handling functions with their subword equivalences.
5400 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
5402         * progmodes/cc-vars.el (c-cleanup-list): Insert a customization
5403         entry for one-liner-defun.
5405         * progmodes/cc-defs.el: Give c-tentative-buffer-changes its own
5406         name in its def-edebug-spec.
5408         * progmodes/cc-cmds.el (c-electric-brace): Make the
5409         one-liner-defun clean-up work with empty-defun-braces.  o-l-d now
5410         compacts space before a comment, if this will make things fit on
5411         one line.
5413         Introduce an "awk" style, mainly for auto-newline and clean-ups.
5415         * progmodes/cc-align.el: New function c-snug-1line-defun-close
5417         * progmodes/cc-cmds.el: In c-electric-brace, add code for new
5418         clean-up one-liner-defun.
5420         * progmodes/cc-styles.el: Add the new "awk" style.
5422         * progmodes/cc-vars.el: Add description of one-liner-defun to
5423         c-cleanup-list's doc-string.  New user options,
5424         c-max-one-liner-length.  In c-default-style, set the default style
5425         for AWK to "awk".
5427 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
5429         * progmodes/cc-engine.el (c-forward-label): Fix fontification of
5430         macros inside labels.
5432         * progmodes/cc-engine.el (c-looking-at-bos): Obsolete in favor of
5433         `c-at-statement-start-p' and `c-at-expression-start-p'.
5435         * progmodes/cc-defs.el (c-tnt-chng-record-state): Don't signal an
5436         error if the mark isn't set.
5438         * progmodes/cc-engine.el (c-guess-continued-construct)
5439         (c-guess-basic-syntax): Use `c-forward-decl-or-cast-1' to more
5440         accurately detect functions inside functions.
5442         * progmodes/cc-engine.el (c-at-expression-start-p): New function
5443         like `c-at-statement-start-p' that additionally recognizes commas
5444         and expression parentheses as delimiters.
5446         * progmodes/cc-engine.el (c-looking-at-inexpr-block): Add flag
5447         to avoid heuristics that doesn't work for unclosed blocks.
5448         (c-at-statement-start-p): New function.
5450         * progmodes/cc-engine.el, cc-fonts.el: Fixes in handling of
5451         Objective-C directives, e.g. directives spanning lines should work
5452         reasonably well now.
5454         (c-put-c-type-property, c-clear-c-type-property): New helpers.
5456         (c-forward-objc-directive): New function to move over any ObjC
5457         directive.
5459         (c-just-after-func-arglist-p, c-guess-basic-syntax)
5460         (c-basic-matchers-before): Use it.
5462         (c-font-lock-objc-iip-decl): Remove.
5464         * progmodes/cc-engine.el (c-guess-basic-syntax): Some improvement
5465         in the template arglist recognition.
5467         * progmodes/cc-styles.el (c-style-alist): Fix several
5468         inconsistencies in the Whitesmith style.
5470         * progmodes/cc-align.el (c-lineup-after-whitesmith-blocks):
5471         New lineup function to get lines after Whitesmith style blocks
5472         correctly indented.
5474         (c-lineup-whitesmith-in-block): Back out the compensation for
5475         opening parens since it's done using `add' lists in the style
5476         definition instead.  Don't use the anchor position since it varies
5477         too much between the syntactic symbols. :P
5479         * progmodes/cc-vars.el (c-valid-offset): Update.
5481         * progmodes/cc-engine.el (c-evaluate-offset): Extend to handle
5482         lists where the offsets are combined according to several
5483         different methods: `first', `min', `max', and `add'.
5484         Report offset evaluation errors with `c-benign-error' so that some kind
5485         of reindentation still is done.
5487         * progmodes/cc-engine.el (c-guess-basic-syntax):
5488         Anchor `arglist-intro' the same way as `arglist-cont-nonempty' and
5489         `arglist-close'.
5491         * progmodes/cc-engine.el (c-guess-basic-syntax): Fix similar
5492         situations for `arglist-cont-nonempty' and `arglist-close'.
5494         * progmodes/cc-langs.el (c-opt-identifier-concat-key-depth): New const.
5496         * progmodes/cc-defs.el: Use `cc-bytecomp-fboundp' and
5497         cc-bytecomp-boundp' in a number of places.
5499         * progmodes/cc-engine.el (c-beginning-of-statement-1): Fix a
5500         macro related issue.
5502 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
5504         * progmodes/cc-awk.el: Change the terminology of regexps: A char
5505         list is now [asdf], a char class [:alpha:].
5506         Include code for char classes.
5507         Set c-awk-NL-prop on lines ending in open strings.  (Bug fix.)
5508         Add character classes (e.g. "[:alpha:]") into AWK Mode's regexps.
5510         Remove (nearly all of) the cruft associated with AWK Mode's former
5511         concept of "virtual semicolons":
5513         Adapt c-beginning-of-statement, c-end-of-statement (together with
5514         subfunctions) to use the new notion of "virtual semicolon" in
5515         place of the old awkward special handling for AWK.  There remains
5516         much cruft in cc-awk.el, cc-cmds.el and cc-engine.el to clear out.
5517         * progmodes/cc-cmds.el:
5518         (c-ascertain-adjacent-literal): In the backwards direction, now
5519         recognises AWK regexp delimiters as string delimiters.
5520         (c-after-statement-terminator-p): Adapt for virtual semicolons;
5521         check more rigorously for "end of macro".
5522         (c-back-over-illiterals, c-forward-over-illiterals): Adapt for
5523         virtual semicolons;
5524         (c-beginning-of-statement): Adapt for virtual semicolons; Separate
5525         out the code for forward movement into ...
5526         (c-end-of-statement): Now contains the code for forward movement,
5527         adapted for virtual semicolons.
5529         * progmodes/cc-engine.el:
5530         (c-ws*-string-limit-regexp): New regexp.
5531         (c-forward-single-comment, c-backward-single-comment): Comment out
5532         the (now redundant) "special" AWK stuff.
5534         * progmodes/cc-styles.el, cc-vars.el: Change the settings of
5535         c-string-par-start, c-string-par-separate to be more like Text
5536         Mode than Fundamental Mode.
5538 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
5540         * progmodes/cc-fonts.el (c-font-lock-declarations): Always narrow
5541         to the fontified region so that fontification doesn't occur
5542         outside it (could happen e.g. when fontifying a line with an
5543         unfinished declaration).
5545 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
5547         * progmodes/cc-awk.el: Move regexps for analysing AWK code to near the
5548         start of the file.  ^L now separate sections of the file.
5549         (c-awk-non-eol-esc-pair-re,     c-awk-blank-or-comment-line-re)
5550         (c-awk-one-line-possibly-open-string-re)
5551         (c-awk-regexp-one-line-possibly-open-char-class-re)
5552         (c-awk-one-line-possibly-open-regexp-re)
5553         (c-awk-one-line-non-syn-ws*-re): New defonsts.
5554         (c-awk-at-vsemi-p, c-awk-vsemi-status-unknown-p): New functions.
5556         Amend the concept of "virtual semicolons" (in the indentation
5557         engine) for languages like AWK, such that they are now
5558         conceptually attached to end of the last token of a statement, not
5559         the end of the line.  (In AWK Mode, however, the pertinent text
5560         property is still physically set on the EOL.)  Remove the specific
5561         tests for awk-mode, thus facilitating the introduction of other
5562         language modes where EOLs can end statements.
5563         (Note: The funtionality in cc-cmds.el, specifically
5564         c-beginning/end-of-statement has yet to be amended.)
5566         * progmodes/cc-defs.el (c-at-vsemi-p, c-vsemi-status-unknown-p):
5567         New macros.
5569         * progmodes/cc-langs.el: Added `#' into AWK Mode's value of
5570         c-stmt-delim-chars.  New c-lang-defvars: c-at-vsemi-p-fn,
5571         c-vsemi-status-unknown-p-fn (in a new page).
5573         * progmodes/cc-engine.el: In c-beginning-of-statement-1,
5574         c-crosses-statement-barrier-p, c-guess-basic-syntax, replace
5575         numerous awkward forms like
5576         (if (c-major-mode-is 'awk-mode) (c-awk-prev-line-incomplete-p))
5577         with (c-at-vsemi-p).  Fix a few typos.  In c-guess-basic-syntax, new
5578         variable before-ws-ip, the place just after char-before-ip appears.
5580         * progmodes/cc-mode.el: Fix what's almost a semantic ambiguity in
5581         a comment.
5583 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
5585         * progmodes/cc-cmds.el (c-electric-brace): Clean up using
5586         `c-tentative-buffer-changes'.
5588         * progmodes/cc-defs.el (c-region-is-active-p): Simplify and
5589         convert to macro to choose between Emacs and XEmacs at compile time.
5591         (c-set-region-active): New set counterpart to `c-region-is-active-p'.
5593         (c-tentative-buffer-changes): New macro to handle temporary buffer
5594         changes in a convenient way.
5596         (c-tnt-chng-record-state, c-tnt-chng-cleanup): Internal helpers
5597         for `c-tentative-buffer-changes'.
5599         * progmodes/cc-engine.el (c-looking-at-inexpr-block): Tighten up
5600         the checks for paren sexps between the point and the keyword, to
5601         avoid some false alarms.
5603         * progmodes/cc-engine.el, cc-langs.el (c-looking-at-inexpr-block):
5604         Fixed a situation where an error could be thrown for unbalanced
5605         parens.  Changed to make use of c-keyword-member' to avoid some
5606         repeated regexp matches.
5608         (c-opt-lambda-key, c-opt-inexpr-block-key, c-opt-inexpr-class-key):
5609         These language variable are no longer necessary.
5611         (c-block-stmt-kwds): New language constant used by
5612         c-looking-at-inexpr-block'.
5614         (c-guess-basic-syntax): Remove an optional check that looked at
5615         the existence of the now removed language variables.
5617         * progmodes/cc-engine.el (c-fdoc-shift-type-backward)
5618         (c-forward-decl-or-cast-1): Fix invalid recognition of C++ style
5619         object instantiation expressions as declarations in some contexts.
5620         This bug only affected languages where the declarator can't be
5621         enclosed in parentheses.
5623         * progmodes/cc-styles.el (c-style-alist): Fix the GNU style to
5624         insert newlines before and after substatement braces.
5626         * progmodes/cc-engine.el: Improved the heuristics for recognizing
5627         function declaration headers and the handling of C++ style member
5628         init lists.
5630         (c-just-after-func-arglist-p): Rewritten to use
5631         `c-forward-decl-or-cast-1'.  Now behaves a bit differently too.
5633         (c-beginning-of-member-init-list): Remove since it isn't used anymore.
5635         (c-guess-basic-syntax): Adapt case 5B for the new
5636         `c-just-after-func-arglist-p'.  Merge cases 5B.1 and 5B.3.
5637         Remove cases 5D.1 and 5D.2 since they aren't trigged anymore (case 5B.1
5638         covers all cases now).
5640         * progmodes/cc-defs.el (c-point): Add `bosws' and `eosws'.
5642 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
5644         * progmodes/cc-cmds.el, cc-styles.el, cc-vars.el: New variables
5645         c-string-par-start/separate c-sentence-end-with-esc-eol,
5646         initialised in c-setup-paragraph-variables, used in string
5647         scanning subroutines of c-beginning-of-statement.
5649         * progmodes/cc-cmds.el (c-electric-brace): Don't delete a comment
5650         which precedes the newly inserted `{'.
5652 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
5654         * progmodes/cc-engine.el, cc-langs.el: Rewrote the recognition
5655         function for declaration level blocks.  It should now cope with
5656         templates better and also be a lot more comprehensible.
5658         (c-looking-at-decl-block): The new function.
5660         (c-search-uplist-for-classkey): The old one.  It's now a wrapper
5661         for compatibility.
5663         (c-add-class-syntax, c-guess-continued-construct)
5664         (c-guess-basic-syntax): Adapt for `c-looking-at-decl-block'.
5666         (c-decl-block-key): Change to tell apart ambiguous and
5667         unambiguous keywords.  Pike specials are now handled directly in
5668         the code instead.
5670         (c-block-prefix-disallowed-chars, c-block-prefix-charset):
5671         New language constants and variables to make the backward skip in
5672         `c-looking-at-decl-block' as tight as possible.
5674         (c-nonsymbol-token-char-list): New language constant.
5676         * progmodes/cc-engine.el (c-backward-<>-arglist): New function to
5677         find balanced template arglists backwards.
5679         * progmodes/cc-defs.el (c-make-bare-char-alt): New helper for
5680         making char classes for `c-syntactic-skip-backward'.
5682         * progmodes/cc-engine.el (c-guess-basic-syntax): Simplify case
5683         16D - can't be a class-close at that point.
5685         * progmodes/cc-engine.el (c-guess-basic-syntax)
5686         (c-add-class-syntax): Don't narrow out the enclosing declaration
5687         level.  This makes everything a lot easier, and it was actually
5688         only four small places that needed it to work.  Some places that
5689         previously did `widen' are removed now, which has the effect that
5690         `c-guess-basic-syntax' never will look at things outside the
5691         current narrowment now.  The anchor position for `topmost-intro'
5692         is affected by this, but it was so bogus it was basically useless
5693         before, and now it's equally bogus but in a slightly different way.
5695         (c-narrow-out-enclosing-class): Gone.
5697         (c-most-enclosing-brace, c-least-enclosing-brace): Don't filter to
5698         the narrowed region.
5700         (c-least-enclosing-brace): Remove silly optional argument.
5702         * progmodes/cc-engine.el (c-beginning-of-decl-1): Fix bug where
5703         the point could be left directly after an open paren when finding
5704         the beginning of the first decl in the block.
5706         * progmodes/cc-engine.el, cc-fonts.el (c-forward-keyword-clause):
5707         Specify which submatch to use.
5709         * progmodes/cc-langs.el (c-symbol-start): Include `@' in ObjC.
5711         (c-decl-start-re): No longer any need for special treatment of
5712         ObjC due to the above.
5714         (c-other-block-decl-kwds): Handle "extern" in ObjC too since it
5715         presumably follows C in that regard.
5717         * progmodes/cc-langs.el (c-identifier-ops, c-after-id-concat-ops):
5718         New language constants to specify operator tokens inside
5719         identifiers in a more high level way.
5721         (c-opt-identifier-prefix-key): New internal language constant.
5723         (c-opt-identifier-concat-key, c-opt-after-id-concat-key)
5724         (c-identifier-start, c-identifier-key): Now completely calculated
5725         from other constants.
5727         (c-identifier-last-sym-match): Decommission since it's no longer used.
5729         (c-operators): Use `c-identifier-ops'.  Document `postfix-if-paren'.
5731         * progmodes/cc-engine.el (c-forward-name): Remove the
5732         optimization when c-identifier-key is equal to c-symbol-key since
5733         it doesn't work in byte compiled files.  Don't record empty
5734         regions as identifiers.
5736         * progmodes/cc-langs.el (c-filter-ops): New helper function to
5737         simplify access to `c-operators' and its likes.
5739         (c-operator-list, c-all-op-syntax-tokens)
5740         (c-nonsymbol-token-regexp, c-<>-multichar-token-regexp)
5741         (c-<-op-cont-regexp, c->-op-cont-regexp, c-expr-kwds)
5742         (c-primary-expr-regexp, c-cast-parens): Use it.
5744         * progmodes/cc-defs.el (c-lang-const): Fixes to allow use without
5745         an explicit language in functions.
5747         * progmodes/cc-defs.el (c-make-keywords-re): Add an appendable
5748         variant of adornment.
5750         * progmodes/cc-langs.el (c-any-class-key): Remove unused language
5751         variable.
5753         (c-type-decl-prefix-key): Remove some now unnecessary cruft from
5754         the Pike value.
5756         * progmodes/cc-engine.el (c-on-identifier)
5757         (c-simple-skip-symbol-backward): Small fix for handling "-"
5758         correctly in `skip-chars-backward'.  Affected the operator lfun
5759         syntax in Pike.
5761         * progmodes/cc-langs.el (c-make-init-lang-vars-fun): Disable the
5762         diagnostic message about precompiled language vars not being used.
5764         * progmodes/cc-langs.el (c-paren-nontype-kwds): The GCC keyword
5765         "__attribute__" is followed by a parenthesis.
5767         (c-type-start-kwds, c-prefix-spec-kwds, c-prefix-spec-kwds-re)
5768         (c-specifier-key, c-not-decl-init-keywords): Some cleanup using new
5769         language constants `c-type-start-kwds' and `c-prefix-spec-kwds'.
5771         * progmodes/cc-fonts.el, cc-langs.el, cc-engine.el:
5772         Internal cleanups to properly detect the declared identifiers in
5773         various declarations.
5775         (c-decl-start-kwds): New language constant to recognize
5776         declarations that can start anywhere.  Used for class declarations
5777         in Pike.
5779         (c-specifier-key, c-not-decl-init-keywords)
5780         (c-decl-prefix-or-start-re, c-find-decl-prefix-search)
5781         (c-find-decl-spots): Implement `c-decl-start-kwds'.
5783         (c-other-decl-kwds, c-postfix-decl-spec-kwds, c-decl-hangon-kwds)
5784         (c-decl-hangon-key, c-forward-decl-or-cast-1): Separate the
5785         handling of the compiler specific extension keywords into a new
5786         language constant `c-decl-hangon-kwds' that defines keyword
5787         clauses to be ignored in declarations.
5789         (c-forward-id-comma-list, c-forward-keyword-clause): Don't skip
5790         past unrecognized tokens when handling `c-colon-type-list-kwds'.
5791         Necessary to stop at the declared identifier in e.g. IDL valuetype
5792         declarations.
5794         (c-typedef-decl-kwds, c-typeless-decl-kwds, c-type-list-kwds)
5795         (c-prefix-spec-kwds-re, c-postfix-spec-kwds)
5796         (c-after-suffixed-type-decl-key, c-opt-postfix-decl-spec-key)
5797         (c-forward-decl-or-cast-1): Recognize the declared identifier in
5798         class and enum declarations as such and not as part of the type.
5800         (c-forward-decl-or-cast-1, c-forward-label): Relax the
5801         interpretation of PRECEDING-TOKEN-END when there's no preceding token.
5803         (c-forward-decl-or-cast-1): Don't disregard sure signs of
5804         declarations when there's some syntax error later on.
5806         (c-complex-decl-matchers): Did away with a reference to
5807         `c-specifier-key'.
5809         * progmodes/cc-engine.el (c-maybe-labelp): Provide no default
5810         value - this variable is always dynamically bound.
5812         * progmodes/cc-engine.el, cc-fonts.el, cc-langs.el, cc-menus.el
5813         * cc-mode.el, cc-styles.el, cc-vars.el, cc-align.el, cc-awk.el
5814         * cc-cmds.el, cc-defs.el: Change the policy for marking up
5815         functions that might do hidden buffer changes: All such internal
5816         functions are now marked instead of those that don't.
5818         (c-beginning-of-macro, c-end-of-macro, c-(forward|backward)-comments)
5819         (c-(forward|backward)-single-comment, c-parse-state, c-on-identifier)
5820         (c-(fast-|slow-|)in-literal, c-literal-limits, c-collect-line-comments)
5821         (c-literal-type): Allow these functions to make hidden buffer changes,
5822         so that they are free to use text property caching later on.
5824         (c-electric-backspace, c-electric-delete-forward, c-electric-pound)
5825         (c-electric-brace, c-electric-slash, c-electric-star)
5826         (c-electric-semi&comma, c-electric-colon, c-electric-lt-gt)
5827         (c-electric-paren, c-electric-continued-statement, c-indent-command)
5828         (c-indent-region, c-mask-paragraph, c-indent-new-comment-line)
5829         (c-context-line-break): Add `c-save-buffer-state' calls to comply
5830         with the changed semantics of the functions above.
5832         * progmodes/cc-engine.el (c-beginning-of-statement-1): Fix a bug
5833         when macros occur in obscure places.  Optimized the sexp movement
5834         a bit.
5836 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
5838         Enhancements for c-beginning-of-statement to work in AWK Mode:
5840         * progmodes/cc-awk.el: Supersede c-awk-NL-prop value `;'
5841         (completed statement) with `}' (statement completed by closing
5842         brace or semicolon) and `$' (statement completed by EOL).
5844         (c-awk-virtual-semicolon-ends-prev-line-p)
5845         (c-awk-virtual-semicolon-ends-line-p)
5846         (c-awk-skip-semantic-ws-forward, c-awk-skip-semantic-ws-backward)
5847         (c-awk-at-statement-end-p): New functions.
5849         * progmodes/cc-cmds.el: Simplify the structure of functions
5850         c-forward-over-illiterals, c-back-over-illiterals.  Enhance these
5851         two functions and c-beginning-of-statement to handle AWK Mode.
5853         * progmodes/cc-engine.el: Enhance c-forward-single-comment,
5854         c-backward-single-comment for AWK mode.  Attempt to clarify their
5855         doc-strings.
5857         * progmodes/cc-mode.el: Put M-a and M-e into awk-mode-map.
5859 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
5861         * progmodes/cc-engine.el, cc-fonts.el, cc-langs.el: Cleaned up the
5862         label handling.  Labels are now recognized in a uniform and more
5863         robust way, regardless of context.  Text properties are put on all
5864         labels to recognize the following declarations better.
5865         Multiword labels are handled both in indentation and fontification for
5866         the benefit of language extensions like Qt.  For consistency, keywords
5867         in labels are now fontified with the label face instead.
5868         That also applies to "case" and "default".
5870         (c-beginning-of-statement-1): Fix some bugs in the label
5871         handling.  Disregard `c-nonlabel-token-key' in labels that begin
5872         with `c-label-kwds'.
5874         (c-find-decl-spots): Support that the callback adds more
5875         `c-decl-end' spots to find.
5877         (c-forward-decl-or-cast-1): Don't treat a list of plain
5878         identifiers followed by a colon as a declaration.
5880         (c-forward-label): New function to recognize labels.
5882         (c-guess-basic-syntax): Replace uses of `c-label-key' with
5883         `c-forward-label'.  Moved the label recognition cases (14 and 15)
5884         earlier since they aren't so context sensitive now.  Handle labels
5885         on the top level gracefully.  Moved access label recognition to
5886         the generic label case (CASE 15) - removed CASE 5E.
5888         (c-font-lock-declarations): Add recognition of labels in the
5889         same round since we need to handle labels in parallell with other
5890         declarations to recognize both accurately.  It should also improve
5891         speed.
5893         (c-simple-decl-matchers, c-basic-matchers-after):
5894         Move `c-font-lock-labels' so that it only is used on decoration level 2
5895         since `c-font-lock-declarations' handles it otherwise.
5897         (c-complex-decl-matchers): Remove the simplistic recognition of
5898         access labels.
5900         (c-decl-prefix-re): Remove the kludges that was necessary to cope
5901         with labels earlier.
5903         (c-decl-start-re): New language variable to make
5904         `c-font-lock-declarations' stop for the special protection labels
5905         in Objective-C that start with `@'.
5907         (c-label-key): Remove since it's no longer used.
5909         (c-recognize-colon-labels, c-label-prefix-re): New language
5910         constants to support recognition of generic colon-terminated labels.
5912         (c-type-decl-end-used): `c-decl-end' is now used whenever there
5913         are colon terminated labels.
5915         * progmodes/cc-align.el (c-lineup-arglist): Fix bug when the
5916         first argument starts with a special brace list.
5918         * progmodes/cc-engine.el, cc-fonts.el (c-forward-decl-or-cast-1)
5919         (c-font-lock-declarations): Break out the declaration and cast
5920         recognition from `c-font-lock-declarations' to a new function, so
5921         that it can be used in the indentation engine.
5923         * progmodes/cc-engine.el (c-find-decl-spots): Fix bug in backing
5924         up to the start of the literal.  Fixed bug with the point on the
5925         wrong side of the search limit that could happen when the start
5926         position is inside a literal.
5928         * progmodes/cc-engine.el (c-parse-state)
5929         (c-invalidate-state-cache): Modify the use of `c-state-cache-end'
5930         so that it's kept a little bit back to increase the hit rate.
5932         (c-parse-state): Change the macro handling and fixed some
5933         glitches.  Macro context is checked more often than necessary now,
5934         but otoh less garbage conses are generated.
5936         * progmodes/cc-engine.el (c-parse-state)
5937         (c-invalidate-state-cache): Cache the last position where
5938         `c-state-cache' applies.  This can speed up refontification quite
5939         a bit in blocks where there are many non-brace parens before the point.
5941         (c-state-cache-end): New variable for this.
5943         (c-guess-basic-syntax, c-debug-parse-state): Adapt for the new
5944         cache variable.
5946         * progmodes/cc-engine.el (c-find-decl-spots): Take more care to
5947         get close initial continue positions when the start position is
5948         inside a literal or macro.  Do not call the callback for spots
5949         before the start position (which can happen e.g. for `c-decl-end'
5950         spots inside comments).  Optimize better in special cases when the
5951         region is a single line inside a literal or macro (typically when
5952         the current line is refontified).
5954         * progmodes/cc-engine.el (c-guess-basic-syntax): Simplify calls
5955         to `c-add-stmt-syntax' - there's no need to explicitly whack off
5956         entries from the paren state.
5958         * progmodes/cc-engine.el (c-add-stmt-syntax): Narrow down the
5959         special case for "else if" clauses.
5961         * progmodes/cc-engine.el (c-looking-at-inexpr-block)
5962         (c-add-stmt-syntax): Use `c-recognize-paren-inexpr-blocks'.
5964         * progmodes/cc-langs.el (c-recognize-paren-inexpr-blocks):
5965         New language variable to recognize the gcc extension with statement
5966         blocks inside expressions.
5968         * progmodes/cc-engine.el (c-add-stmt-syntax): Restructure to make
5969         it somewhat more comprehensible.  The argument AT-BLOCK-START is
5970         no longer used and hence removed.
5972         (c-guess-continued-construct, c-guess-basic-syntax): Update calls
5973         to `c-add-stmt-syntax'.
5975         * progmodes/cc-engine.el (c-backward-to-decl-anchor):
5976         Use `c-beginning-of-statement-1' instead of duplicating parts of it.
5977         This fixes bogus label recognition.
5979         * progmodes/cc-engine.el (c-add-type, c-check-type)
5980         (c-forward-name, c-forward-type): Improve storage of template
5981         types in `c-found-types' so that they can be recognized better.
5983         (c-syntactic-content): Add option to skip past nested parens.
5985         * progmodes/cc-engine.el (c-forward-name):
5986         Set `c-last-identifier-range' all the time.  It's less work that way.
5987         Handle that there might not be an identifier to store in
5988         `c-last-identifier-range'.
5990         (c-forward-type): Handle that `c-last-identifier-range' might be
5991         nil from `c-forward-name'.
5993         * progmodes/cc-defs.el (c-safe-scan-lists)
5994         (c-(go-)?(up|down)-list-(forward|backward)): Add limit arguments.
5996         * progmodes/cc-defs.el (c-save-buffer-state): Use `unwind-protect'
5997         to work even if the form fails.
5999         * progmodes/cc-engine.el (c-parse-state): Speedup when moving far
6000         down in a large file in one go.
6002         (c-get-fallback-start-pos): New helper function for `c-parse-state'.
6004         * progmodes/cc-align.el (c-lineup-assignments): New lineup
6005         function which is like `c-lineup-math' but returns nil instead of
6006         `c-basic-offset' when it doesn't match.
6008         (c-lineup-math): Change to use `c-lineup-assignments'.
6010 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
6012         * progmodes/cc-cmds.el: Fix some bugs in subfunctions of
6013         c-beginning-of-statement.  New subfunctions
6014         c-in-comment-line-prefix-p, c-narrow-to-comment-innards.
6016 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
6018         * progmodes/cc-fonts.el, cc-langs.el: Use `c-simple-ws' instead of
6019         hardcoded char classes whereever possible.  Changed a couple of
6020         places to use skip by syntax instead of skip by char class.
6022         * progmodes/cc-langs.el (c-unterminated-block-comment-regexp):
6023         Fix a bug in the regexp that caused extreme backtracking.
6025         * progmodes/cc-langs.el (c-block-comment-starter)
6026         (c-block-comment-ender): New language constants to specify in a
6027         single place how block comments look.
6029         (c-comment-start-regexp, c-block-comment-start-regexp)
6030         (comment-start, comment-end, comment-start-skip)
6031         (c-syntactic-ws-start, c-syntactic-ws-end, c-nonwhite-syntactic-ws)
6032         (c-syntactic-ws, c-nonempty-syntactic-ws)
6033         (c-single-line-syntactic-ws, c-syntactic-eol): Now built from
6034         `c-line-comment-starter', `c-block-comment-starter' and
6035         `c-block-comment-ender'.
6037         (c-block-comment-regexp, c-unterminated-block-comment-regexp):
6038         New language constants to break up things a bit.
6040         (c-simple-ws): New language constant for simple whitespace.
6042         * progmodes/cc-defs.el (c-concat-separated): New convenience function.
6044         * progmodes/cc-defs.el (c-make-keywords-re): Add kludge for bug
6045         in `regexp-opt' in Emacs 20 and XEmacs when strings contain
6046         newlines.  Allow and ignore nil elements in the list.
6048 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
6050         * progmodes/cc-cmds.el: Comment out a (n almost certainly
6051         superfluous) check, (eq here (point-max)) in c-beginning-of-statement.
6053         * progmodes/cc-cmds.el: Tidy up the comments in
6054         c-beginning-of-statement and subfunctions.
6056         * progmodes/cc-awk.el: Replace calls to put-text-property to the
6057         more flexible c-put-char-property and c-clear-char-properties.
6058         Add the author's email address.
6060         * progmodes/cc-langs.el (c-block-comment-start-regexp): New variable.
6062         * progmodes/cc-cmds.el: Fix bug with M-e, when point is inside the
6063         closing "*/" of a block comment.
6065         * progmodes/cc-cmds.el: Tidy c-beginning-of-sentence (and
6066         subfunctions) so that it works at BOB and EOB.
6068         * progmodes/cc-cmds.el, cc-vars.el: More updating of
6069         c-beginning-of-statement, including new variable
6070         c-block-comment-start-regexp.
6072 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
6074         * progmodes/cc-langs.el (c-known-type-key): Optimize simple
6075         symbols from `*-font-lock-extra-types' so that there's no need to
6076         use `regexp-opt' on those lists.
6078         * progmodes/cc-langs.el (c-type-decl-suffix-key): Fix when
6079         `c-type-modifier-kwds' is empty.
6081         * progmodes/cc-fonts.el (c-font-lock-invalid-string): Fix when
6082         there are several strings on the same line.
6084         * progmodes/cc-engine.el (c-literal-limits): Remove the
6085         compatibility function for older emacsen.  `c-literal-limits-fast'
6086         has now taken the place of this function.
6088         * progmodes/cc-vars.el (c-emacs-features): Remove compatibility
6089         with older emacsen: We now require `pps-extended-state'.
6091 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
6093         * progmodes/cc-cmds.el: New function c-beginning-of-sentence,
6094         which obviates the need to hack sentence-end.  This now handles
6095         escaped newlines in strings correctly.  Correct minor bugs in
6096         c-move-over-sentence and in c-beginning-of-statement.
6098         * progmodes/cc-cmds.el (c-beginning-of-statement (and
6099         subfunctions)): Adapt c-\(back\|forward\)-over-illiterals such
6100         that movement over macros and code are rigorously separated from
6101         eachother.  Correct a few incidental bugs.
6103         * progmodes/cc-cmds.el: Restructure c-beginning-of-statement:
6104         Improve its doc-string.  Improve the handling of certain specific cases.
6106 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
6108         * progmodes/cc-engine.el, cc-fonts.el, cc-langs.el
6109         (c-guess-basic-syntax): Change the way class-level labels are
6110         recognized; they can now contain essentially any symbols.
6112         (c-opt-extra-label-key): New language variable to cope with the
6113         special protection label syntax in Objective-C.
6115         (c-opt-access-key): Remove; this is now handled better by
6116         `c-nonlabel-token-key' and `c-opt-extra-label-key'.
6118         (c-complex-decl-matchers): Update to handle that
6119         `c-opt-access-key' no longer exists.
6121         * progmodes/cc-engine.el (c-guess-basic-syntax): Make use of the
6122         improved label recognition in `c-beginning-of-statement-1'.
6124         * progmodes/cc-engine.el (c-beginning-of-member-init-list):
6125         Recognize bitfields better.
6127         * progmodes/cc-engine.el (c-beginning-of-inheritance-list):
6128         Remove some cruft and fixed a bug that could cause it to go to a
6129         position further down.
6131         * progmodes/cc-langs.el, cc-engine.el
6132         (c-beginning-of-statement-1): Improve detection of labels in
6133         declaration contexts.
6135         (c-beginning-of-decl-1): Use it.
6137         (c-nonlabel-token-key): New language constant and variable needed
6138         by `c-beginning-of-statement-1'.
6140         * progmodes/cc-engine.el (c-guess-basic-syntax): Fix bug that
6141         manifested itself due to the correction in `c-forward-sexp'.
6143         * progmodes/cc-defs.el (c-forward-sexp, c-backward-sexp):
6144         Make these behave as documented when used at the buffer limits.
6146         * progmodes/cc-mode.el, cc-engine.el, cc-langs.el
6147         (c-type-decl-end-used): Made this a language variable.
6149         * progmodes/cc-mode.el (c-after-change): Widen the buffer to work
6150         correctly when `combine-after-change-calls' is used together with
6151         temporary narrowings.
6153         * progmodes/cc-engine.el (c-beginning-of-statement-1):
6154         Report labels correctly when the start point is immediately after the
6155         colon.
6157         * progmodes/cc-defs.el (c-parse-sexp-lookup-properties):
6158         Remove since it isn't used anymore.
6160         * progmodes/cc-cmds.el (c-electric-lt-gt): Detect and mark angle
6161         bracket arglists such as template parens in C++.
6163         * progmodes/cc-engine.el (c-syntactic-skip-backward): Fix a bug
6164         in the last check-in.  Some optimization.
6166         * progmodes/cc-engine.el (c-syntactic-skip-backward): Fix bug
6167         where it could stop at the same level in a preceding sexp when
6168         PAREN-LEVEL is set.
6170         * progmodes/cc-mode.el (c-basic-common-init): Turn on syntax-table
6171         text property lookup only when it's needed.
6173         * progmodes/cc-langs.el, cc-engine.el, cc-fonts.el, cc-mode.el:
6174         Change the policy for paren marked angle brackets to be more
6175         persistent; once marked they remain marked even when they're found
6176         to be unbalanced in the searched region.  This should keep the
6177         paren syntax around even when individual lines are refontified in
6178         multiline template arglists.
6180         (c-parse-and-markup-<>-arglists): New dynamically bound variable
6181         to control markup so that incorrect angle bracket arglists aren't
6182         marked in contexts where the correct value for
6183         `c-disallow-comma-in-<>-arglists' isn't known.
6185         (c-forward-<>-arglist, c-forward-<>-arglist-recur): The reparse
6186         argument has become `c-parse-and-markup-<>-arglists'.
6188         (c-remove-<>-arglist-properties): Remove - no longer used.
6190         (c-after-change-check-<>-operators): New function used on
6191         `after-change-functions' to avoid that "<" and ">" characters that
6192         are part of longer operators have paren syntax.
6194         (c-<>-multichar-token-regexp): New language variable used by
6195         `c-after-change-check-<>-operators'.
6197         (c-after-change): Call `c-after-change-check-<>-operators'.
6199         (c-font-lock-<>-arglists): Use the context properties set by
6200         `c-font-lock-declarations' to set `c-disallow-comma-in-<>-arglists'
6201         correctly to avoid doing invalid markup.
6203         (c-font-lock-declarations): Remove code that undoes the invalid
6204         markup done by `c-font-lock-<>-arglists'.
6206         (c-complex-decl-matchers): `c-font-lock-<>-arglists' now runs
6207         after `c-font-lock-declarations'.
6209         * progmodes/cc-engine.el (c-syntactic-skip-backward):
6210         Add paren-level feature.
6212         (c-guess-basic-syntax): Improve the anchor position for
6213         `template-args-cont' in nested template arglists.  There's still
6214         much to be desired in this area, though.
6216 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
6218         * progmodes/cc-cmds.el, cc-engine.el, cc-langs.el, cc-vars.el:
6219         Make the "Text Filling and Line Breaking" commands work for AWK buffers.
6221 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
6223         * progmodes/cc-defs.el, cc-engine.el (c-mode-is-new-awk-p):
6224         Removed; (c-major-mode-is 'awk-mode) can be used instead now.
6226         * progmodes/cc-mode.el: Always set up AWK mode since emacsen where
6227         it doesn't work no longer are supported.
6229         * progmodes/cc-mode.el, cc-styles.el, cc-vars.el, cc-defs.el
6230         * cc-engine.el, cc-fonts.el, cc-langs.el, cc-cmds.el: CC Mode now
6231         requires support for the syntax-table' text property, which rules
6232         out Emacs 19 and XEmacs < 21.4.  Removed various compatibility
6233         cruft associated with those versions.
6235         * progmodes/cc-defs.el, cc-fix.el: CC Mode now requires support
6236         for the `syntax-table' text property, which rules out Emacs 19 and
6237         XEmacs < 21.4.  Removed various compatibility cruft associated
6238         with those versions.
6240         * progmodes/cc-vars.el (c-emacs-features): CC Mode now requires
6241         support for the `syntax-table' text property.
6243         * progmodes/cc-fonts.el (c-nonbreakable-space-face): Remove the
6244         variable and use an extra quoted face name instead.  All the
6245         emacsen flavors handle that correctly.
6247         * progmodes/cc-fonts.el (c-font-lock-complex-decl-prepare)
6248         (c-font-lock-declarators, c-font-lock-declarations)
6249         (c-complex-decl-matchers, c-basic-matchers-after): Use a text
6250         property to mark the items in in declarator lists to handle
6251         refontification inside multiline declarations better.
6253         * progmodes/cc-fonts.el (c-font-lock-declarations): Recognize a
6254         construct like "a * b = c;" as a declaration.
6256 2005-12-08  Kim F. Storm  <storm@cua.dk>
6258         * emulation/cua-base.el (cua-use-hyper-key): Replace by ...
6259         (cua-rectangle-modifier-key): ... this.  New defcustom.  Can now
6260         select either meta, hyper, or super modifier for rectangle commands.
6261         (cua--rectangle-modifier-key): New defvar.
6262         (cua--M/H-key): Use it.  Remove special case for `space'.
6263         (cua--init-keymaps): Initialize it from cua-rectangle-modifier-key
6264         on X, to meta otherwise.  Always bind C-return to toggle
6265         rectangle.  Pass ?\s instead of `space' to cua--M/H-key.
6267         * emulation/cua-rect.el (cua-help-for-rectangle):
6268         Use cua--rectangle-modifier-key.  Handle super modifier too.
6269         (cua--init-rectangles): Always bind C-return to toggle rectangle.
6270         Pass ?\s instead of `space' to cua--M/H-key and cua--rect-M/H-key.
6272         * ido.el: Move Acknowledgements and History after Commentary.
6273         Minor changes to Commentary.
6275         * emulation/cua-base.el (cua--select-keymaps): Enable repeat
6276         keymap if cua--prefix-override-timer is `shift'.
6277         (cua--shift-control-prefix): New function; emulate "type prefix
6278         key twice" functionality to handle shifted prefix key override.
6279         (cua--shift-control-c-prefix, cua--shift-control-x-prefix):
6280         New commands.
6281         (cua--init-keymaps): Bind them to S-C-c and S-C-x.
6283 2005-12-08  Carsten Dominik  <dominik@science.uva.nl>
6285         * textmodes/org.el (org-insert-heading): Try to do items before
6286         headings.
6287         (org-agenda-mode): Quote `org-agenda-mode-hook'.
6288         (org-insert-item): New function.
6289         (org-renumber-ordered-list): Don't skip to higher level lists.
6291 2005-12-08  Juri Linkov  <juri@jurta.org>
6293         * info.el (Info-mode-map): Bind M-TAB to `Info-prev-reference'.
6295         * button.el (button-buffer-map): Bind M-TAB to `backward-button'.
6297         * wid-edit.el (widget-keymap): Bind M-TAB to `widget-backward'.
6299         * pcvs.el (defun-cvs-mode): Put `definition-name' property on
6300         the constructed function name fun-1.
6302         * cus-edit.el (custom-add-parent-links): Filter out custom-group-link,
6303         because such links don't lead to parent documentation.
6305 2005-12-08  Kenichi Handa  <handa@m17n.org>
6307         * descr-text.el (describe-char): Use *Help-2* buffer if the
6308         current buffer is *Help*.  Call describe-text-properties while
6309         setting the original buffer.
6311 2005-12-07  Bill Wohler  <wohler@newt.com>
6313         * files.el (auto-mode-alist): Remove mh-letter-mode.  Unnecessary,
6314         and causes problems with non-MH users (such as Gnus users).
6316 2005-12-08  Nick Roberts  <nickrob@snap.net.nz>
6318         * progmodes/gdb-ui.el (gdb-find-file-unhook): Delete variable.
6319         (gdb-set-gud-minor-mode, gdb-set-gud-minor-mode): Delete functions.
6320         (gdb-set-gud-minor-mode-existing-buffers, gdb-init-2): Use GDB
6321         command "info sources".  Move calls to GDB command "list".
6322         (gdb-find-file-hook): Just use gdb-source-file-list.
6323         (gdb-source-file-regexp): Use regexp for pre-GDB 6.4.
6324         (gdb-source-file-regexp-1): New regexp for GDB 6.4+ only.
6325         (gdb-set-gud-minor-mode-existing-buffers-1): Use it.
6326         (gdb-data-list-register-values-handler): Use correct trigger name.
6328 2005-12-07  Kim F. Storm  <storm@cua.dk>
6330         * ido.el (ido-completion-map): Rename from ido-mode-map.
6331         (ido-common-completion-map, ido-file-completion-map)
6332         (ido-file-dir-completion-map, ido-buffer-completion-map):
6333         Rename from ido-mode-....-map.
6334         (ido-init-completion-maps): Rename from ido-init-mode-maps.
6335         (ido-setup-completion-map): Rename from ido-define-mode-map.
6336         (ido-read-internal): Bind minibuffer-local-filename-completion-map
6337         to ido-completion-map.
6339 2005-12-07  Kenichi Handa  <handa@m17n.org>
6341         * international/mule-cmds.el
6342         (set-display-table-and-terminal-coding-system): If the coding
6343         system specified in `unibyte-display' property is different from
6344         the arg coding-system, don't setup standard-display-table.
6346 2005-12-06  Stefan Monnier  <monnier@iro.umontreal.ca>
6348         * emacs-lisp/edebug.el (edebug-skip-whitespace): read1:lread.c says
6349         that comments end at \n, regardless of selective-display.
6351 2005-12-07  Nick Roberts  <nickrob@snap.net.nz>
6353         * progmodes/gdb-ui.el (gdb-error-regexp, gdb-first-post-prompt)
6354         (gdb-version): New variables.
6355         (gdb-source-file-list, gdb-register-names)
6356         (gdb-changed-registers): New variables for use with GDB 6.4+.
6357         (gdb-ann3): Replace with...
6358         (gdb-init-1, gdb-init-2): ...two new functions.
6359         (gdba, gdb-prompt): Call gdb-init-1.
6360         (gdb-get-version): New function.  Call gdb-init-2 from here.
6361         (gud-watch): Make it work with mouse events too.
6362         (gdb-post-prompt): Don't add to queue until GDB version is known.
6363         (gdb-speedbar-expand-node, gdb-post-prompt, gdb-registers-mode)
6364         (gdb-locals-mode): Use gdb-version.
6365         (gdb-memory-format-map, gdb-memory-unit-map)
6366         (gdb-locals-watch-map): Rename from gdb-*-*-keymap.
6367         (gdb-locals-font-lock-keywords-1)
6368         (gdb-locals-font-lock-keywords-2): New variables.
6369         (gdb-find-file-hook): Make it work with GDB 6.4+ too.
6370         (gdb-set-gud-minor-mode-existing-buffers-1)
6371         (gdb-var-list-children-1, gdb-var-list-children-handler-1)
6372         (gdb-var-update-1, gdb-var-update-handler-1)
6373         (gdb-data-list-register-values-handler)
6374         (gdb-data-list-register-values-custom)
6375         (gdb-get-changed-registers, gdb-get-changed-registers-handler)
6376         (gdb-stack-list-locals-handler, gdb-get-register-names):
6377         New functions for use with GDB 6.4+.
6378         (gdb-locals-watch-map-1): New variable for use with GDB 6.4+.
6379         (gdb-source-file-regexp, gdb-var-list-children-regexp-1)
6380         (gdb-var-update-regexp-1, gdb-data-list-register-values-regexp)
6381         (gdb-stack-list-locals-regexp)
6382         (gdb-data-list-register-names-regexp): New regexps for use with
6383         GDB 6.4+.
6385 2005-12-06  Stefan Monnier  <monnier@iro.umontreal.ca>
6387         * progmodes/cc-defs.el (c-emacs-features): Don't assume point-min==1.
6389 2005-12-06  Nozomu Ando  <nand@mac.com>  (tiny patch)
6391         * mail/smtpmail.el (smtpmail-try-auth-methods): Make password
6392         prompts work for AUTH PLAIN.  Also reported by Steve Allan
6393         <seallan@verizon.net>.
6395 2005-12-06  L\e$,1 q\e(Brentey K\e,Aa\e(Broly  <lorentey@elte.hu>
6397         * frame.el (set-frame-parameter): Add doc string.
6399 2005-12-06  Carsten Dominik  <dominik@science.uva.nl>
6401         * textmodes/org.el (org-occur-highlights): New variable.
6402         (org-highlight-new-match, org-remove-occur-highlights): New functions.
6403         (org-highlight-sparse-tree-matches): New option.
6404         (org-do-occur): New function.
6405         (org-get-heading): Make it work also at beginning of line.
6406         (org-category-table): New variable.
6407         (org-get-category-table, org-get-category)
6408         (org-camel-to-words, org-link-search): New functions.
6409         (org-select-this-todo-keyword): New variable.
6410         (org-todo-list): New command.
6411         (org-shiftright, org-shiftleft): New commands.
6412         (org-agenda-todo): Add prefix argument.
6413         (org-show-hierarchy-above): New option.
6414         (org-show-todo-tree): Numerical prefix creates tree for specific
6415         TODO keyword.
6416         (org-outline-level): New function, to assign a level to plain
6417         lists items.
6418         (org-cycle-include-plain-lists): New option.
6419         (org-mode): Use `org-outline-level' as value of `outline-level'.
6420         (org-cycle): Temporarily switch `outline-regexp' if
6421         `org-cycle-include-plain-lists' is non-nil.
6422         (org-start-icalendar-file): Fix format bug.
6423         (org-agenda-get-day-entries): Create category table.
6424         (org-agenda-get-todos, org-agenda-get-timestamps)
6425         (org-agenda-get-deadlines, org-agenda-get-scheduled)
6426         (org-agenda-get-blocks): Use `org-get-category'.
6427         (org-context-in-file-links): Rename from
6428         `org-line-numbers-in-file-links'.
6430 2005-12-06  Romain Francoise  <romain@orebokech.com>
6432         * window.el (balance-windows): Delete extraneous third arg in call
6433         to `enlarge-window'.
6435 2005-12-06  Kenichi Handa  <handa@m17n.org>
6437         * international/kinsoku.el (kinsoku-longer): Check eolp, not eobp.
6439 2005-12-06  Nick Roberts  <nickrob@snap.net.nz>
6441         * progmodes/gdb-ui.el (gdb-var-create-handler)
6442         (gdb-var-evaluate-expression-handler, gdb-frame-handler)
6443         (gdb-var-list-children-handler, gdb-var-update-handler):
6444         Current buffer is already gdb-partial-output-buffer, don't
6445         make it current again.
6447 2005-12-05  Luc Teirlinck  <teirllm@auburn.edu>
6449         * buff-menu.el (Buffer-menu-use-frame-buffer-list): New user option.
6450         (list-buffers-noselect): Use it.
6452 2005-12-05  Stefan Monnier  <monnier@iro.umontreal.ca>
6454         * mail/sendmail.el: Remove unnecessary leading-star in docstrings.
6455         (mail-yank-ignored-headers): Use regexp-opt.
6456         (mail-mode-map): Move initialization into declaration.
6457         (mail-sent-via): Remove unused shadowed var `to-line'.
6458         (mail-mailer-swallows-blank-line): Use with-temp-buffer.
6459         (mail-bury, sendmail-send-it, mail-do-fcc): Use with-current-buffer.
6460         (mail-do-fcc): Use dolist and push.
6461         (mail-mode-fill-paragraph): Pass the arg to fill-region-as-paragraph.
6462         (mail-yank-ignored-headers): Don't autoload.
6464 2005-12-05  Kenichi Handa  <handa@m17n.org>
6466         * international/mule-cmds.el (set-language-info-internal): New fun.
6467         (set-language-info): Call set-language-info-internal to update
6468         language-info-alist.  If LANG-ENV is the current one, call
6469         set-language-environment to make INFO effective now.
6470         (set-language-info-alist): Likewise.
6471         (locale-language-names): With locale "en", use English
6472         lang. env. but set the default codings to iso-8859-1.
6474 2005-12-04  Nick Roberts  <nickrob@snap.net.nz>
6476         * progmodes/gdb-ui.el (gdb-use-inferior-io-buffer)
6477         (gdb-speedbar-auto-raise): Echo new state in minibuffer.
6478         (gdb-var-create-handler, gdb-assembler-custom): Use search-forward
6479         for plain strings.
6480         (gdb-frames-mode): Remove redundant call to font-lock-mode.
6481         (gdb-all-registers): Rename from toggle-gdb-all-registers.
6482         Create registers buffer if necessary.  Echo new state in minibuffer.
6483         (gdb-registers-mode-map, gdb-registers-mode): Use gdb-all-registers.
6485 2005-12-03  Chong Yidong  <cyd@stupidchicken.com>
6487         * info.el (Info-fontify-node): Match external links using
6488         non-directory part of filename.
6490 2005-12-04  Juri Linkov  <juri@jurta.org>
6492         * font-core.el (global-font-lock-mode): Use define-global-minor-mode
6493         instead of easy-mmode-define-global-mode.  Add `:group font-lock'.
6494         (font-lock-mode): Replace `:group font-lock' with `nil nil nil'
6495         because there is no customization option for it.
6497         * font-lock.el (lisp-font-lock-keywords-1):
6498         Add define-global-minor-mode.
6500         * emacs-lisp/autoload.el (make-autoload): Add define-global-minor-mode.
6502         * emacs-lisp/derived.el (define-derived-mode): Put `definition-name'
6503         properties on the constructed variable names.
6505         * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
6506         Put `definition-name' properties on the constructed function names
6507         next-sym and prev-sym.
6509         * emacs-lisp/find-func.el (find-function-regexp):
6510         Add define-global-minor-mode.  Replace `easy-mmode-define-global-mode'
6511         with `easy-mmode-define-[a-z-]+'.  Add easy-menu-define.
6512         (find-variable-regexp): Add easy-mmode-defmap, easy-mmode-defsyntax
6513         and easy-menu-define.
6515         * emacs-lisp/lisp-mode.el: Put `doc-string-elt' property on
6516         easy-mmode-define-global-mode and define-global-minor-mode.
6517         (lisp-imenu-generic-expression): Add define-global-minor-mode.
6519         * progmodes/cwarn.el (global-cwarn-mode): Use define-global-minor-mode
6520         instead of easy-mmode-define-global-mode.
6522         * progmodes/idlw-shell.el (idlwave-shell-electric-debug-mode):
6523         Use define-minor-mode instead of easy-mmode-define-minor-mode.
6525         * cus-edit.el (customize-group, customize-group-other-window):
6526         Filter out autoloaded options from the group completion list by
6527         using heuristics that autoloaded groups don't have `custom-autoload'
6528         property on their symbols (they have only `custom-loads').
6530         * simple.el (completion-setup-function): Put completions-common-part
6531         face on complete completion string too (i.e. completion string
6532         without completions-first-difference face).
6534         * man.el (Man-section-regexp): Add 0-9 to support "3X11" sections.
6536 2005-12-03  Eli Zaretskii  <eliz@gnu.org>
6538         * view.el (view-mode): Doc fix.
6540         * disp-table.el (standard-display-european): Add to the warning
6541         message a reference to the doc string.
6543         * play/yow.el (apropos-zippy): Call print-help-return-message,
6544         similar to other Help and Apropos commands.
6546         * help.el (print-help-return-message): If pop-up-frames is
6547         non-nil, set up help-return-method to delete the help window and,
6548         possibly, its frame as well, and don't display message about
6549         scrolling the help window.  Doc fix.
6550         (help-return-method): Doc fix.
6552 2005-12-03  Martin Rudalics  <rudalics@gmx.at>  (tiny change)
6554         * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression): Fix bug
6555         whereby names of length one or names starting with a
6556         symbol-constituent character would not be returned.
6558 2005-12-03  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
6560         * subr.el (atomic-change-group): Add edebug and indentation spec.
6562 2005-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
6564         * completion.el (save-completions-file-name): Fix typo in last change.
6566 2005-12-02  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
6568         * info.el: Move back/forward history to the beginning of the tool bar.
6570 2005-12-02  Ken Manheimer  <ken.manheimer@gmail.com>
6572         * allout.el (eval-when-compile): Remove unnecessary load of cl.
6573         Add fset of allout-real-isearch-abort during compile to fix
6574         byte-compilation warnings.
6575         (allout-mode-p): Move definition of this macro above all uses, or
6576         byte compilation in barren emacs (eg, during emacs build) will
6577         lack the definition.
6578         (allout-mode): Move this variable above any uses, or byte
6579         compilation will fail.
6580         (allout-resolve-xref): Remove use of personal file-reference function.
6581         (allout-toggle-current-subtree-encryption): Do the current (ie,
6582         visible containing) topic, rather than nearest around point.  Doc fix.
6583         (allout-toggle-subtree-encryption): New function, workhorse that
6584         works on nearest topic containing point.
6585         (allout-encrypt-string): Signal requirement for newer version of pgg.
6586         (allout-resumptions): Doc fix.
6588 2005-12-02  Eli Zaretskii  <eliz@gnu.org>
6590         * international/latexenc.el (latex-inputenc-coding-alist): Doc fix.
6592 2005-12-02  Agustin Martin  <agustin.martin@hispalinux.es>
6594         * textmodes/flyspell.el (flyspell-external-point-words):
6595         Consider a misspelling as found in the string search if: (a) misspelling
6596         and found string lengths match, or (b) misspelling is found as
6597         element in a boundary-chars separated longer string, or (c)
6598         ispell-program-name is really ispell and misspelling is found as
6599         part of a TeX string.  After successful match move beginning of
6600         search region to end of match.  Warn about not found misspellings
6601         once the process is done.
6602         (flyspell-large-region): Do not set ispell-parser to tex if in TeX mode.
6604 2005-12-02  Nick Roberts  <nickrob@snap.net.nz>
6606         * progmodes/gud.el (gud-menu-map): Put gud-finish back on the
6607         tool bar (removed inadvertently).
6609 2005-12-02  Juri Linkov  <juri@jurta.org>
6611         * log-view.el (log-view-diff): Clarify doc string.
6613 2005-12-01  Bill Wohler  <wohler@newt.com>
6615         * Makefile.in (mh-loaddefs.el): Reinsert Change Log as its absence
6616         triggers lm-verify errors.
6618 2005-12-01  Luc Teirlinck  <teirllm@auburn.edu>
6620         * simple.el (transient-mark-mode, line-number-mode)
6621         (column-number-mode, size-indication-mode): Remove `:require nil'.
6623 2005-12-01  Nick Roberts  <nickrob@snap.net.nz>
6625         * progmodes/gdb-ui.el (gdb-ann3): Bind mouse-2 to gdb-mouse-until
6626         in the margin also.
6627         (gdb-breakpoints-mode-map): Use D instead of d for
6628         gdb-delete-breakpoint.
6629         (gdb-get-frame-number): Require a number to match on.
6630         (gdb-threads-mode-map): Add follow-link binding.
6632 2005-11-30  Jason Rumney  <jasonr@gnu.org>
6634         * isearch.el (isearch-mode-map): Avoid exiting search on
6635         language-change event.
6637 2005-11-30  Romain Francoise  <romain@orebokech.com>
6639         * speedbar.el (speedbar-default-position): New defcustom.
6640         (speedbar-frame-reposition-smartly): Use it.
6642         * dframe.el (dframe-reposition-frame-emacs): Fix position
6643         computation for `left' location.
6644         Update copyright year.
6646 2005-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
6648         * help.el (help-map): Move initialization into declaration.
6650         * emacs-lisp/autoload.el (make-autoload): Handle defgroup specially.
6652         * help-fns.el (help-argument-name): Don't autoload.
6653         It's useless and triggers a bug in cus-dep.el causing ldefs-boot
6654         to be re-loaded when customizing the `help' group.
6656 2005-11-30  John Paul Wallington  <jpw@gnu.org>
6658         * help-fns.el (describe-function-1): Fill arglist output.
6660 2005-11-30  Kim F. Storm  <storm@cua.dk>
6662         * emulation/cua-rect.el (cua--rectangle-overlays): Make permanent-local.
6663         (cua--rectangle-post-command): Cleanup overlays and deactivate mark
6664         after revert-buffer (or anything else which kills all local variables).
6666         * apropos.el (apropos-parse-pattern): Doc fix.
6667         Set apropos-regexp directly, rather than expecting callers to do so.
6668         (apropos-command, apropos, apropos-value, apropos-documentation):
6669         Simplify calls to apropos-parse-pattern.
6671 2005-11-29  Chong Yidong  <cyd@stupidchicken.com>
6673         * hi-lock.el (hi-lock-line-face-buffer, hi-lock-face-buffer)
6674         (hi-lock-face-phrase-buffer): Use hi-yellow face.
6675         (hi-lock-write-interactive-patterns): Use comment-region.
6677         * longlines.el (longlines-mode): Add mail-setup-hook.
6679         * mail/mailheader.el, mail/sendmail.el: Revert 2005-11-17 changes.
6681         * simple.el (sendmail-user-agent-compose, next-line):
6682         Conditionally use hard-newline.
6684 2005-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
6686         * international/latexenc.el (latex-inputenc-coding-alist):
6687         Reword doc string.
6689 2005-11-29  Chong Yidong  <cyd@stupidchicken.com>
6691         * help.el (describe-key-briefly, describe-key): Recognize default
6692         bindings.
6694 2005-11-29  Romain Francoise  <romain@orebokech.com>
6696         * view.el (view-inhibit-help-message): New defcustom.
6697         (view-mode-enter): Use it.
6699 2005-11-29  Michael Kifer  <kifer@cs.stonybrook.edu>
6701         * ediff-wind.el (ediff-setup-control-frame, ediff-make-wide-display):
6702         Preserve user position.
6704 2005-11-28  Luc Teirlinck  <teirllm@auburn.edu>
6706         * font-lock.el: Throw error if facemenu is not loaded to prevent
6707         accidental change of loading order in loadup.el.  (Suggested by RMS.)
6709         * loadup.el: Add comment explaining why facemenu must be loaded
6710         before font-lock.
6712 2005-11-28  Jay Belanger  <belanger@truman.edu>
6714         * calc/calc.el: Change global keybinding for calc-dispatch to "\C-x*".
6715         (calc-dispatch-map): Add more keys for `calc-same-interface'.
6717         * calc/calc-misc.el (calc-dispatch-help): Update docstring.
6719         * calc/calc-embed.el (calc-do-embedded): Update help message.
6721         * calc/calc-prog.el (calc-user-define-invokation): Update help message.
6723 2005-11-28  Stefan Monnier  <monnier@iro.umontreal.ca>
6725         * log-edit.el (log-edit-insert-cvs-rcstemplate): Ignore stderr.
6727         * emacs-lisp/elp.el (elp-not-profilable): Replace interactive-p with
6728         called-interactively-p.
6729         (elp-profilable-p): Rename from elp-not-profilable-p.
6730         Invert result and take into account macros and autoloaded functions.
6731         (elp-instrument-function): Update call.
6732         (elp-instrument-package): Update call.  Add completion.
6733         (elp-pack-number): Use match-string.
6734         (elp-results-jump-to-definition-by-mouse): Merge into
6735         elp-results-jump-to-definition and then remove.
6736         (elp-output-insert-symname): Make help echo text single-line.
6738         * replace.el (query-replace-map): Move initialization into declaration.
6739         (occur-engine): Use with-current-buffer.
6740         (occur-mode-goto-occurrence): Make it work for mouse-clicks as well.
6741         (occur-mode-mouse-goto): Replace with an alias.
6743 2005-11-28  Juri Linkov  <juri@jurta.org>
6745         * simple.el (quoted-insert): Let-bind input-method-function to nil.
6747         * term/w32-win.el: Bind [S-tab] to [backtab].
6749         * info.el (Info-fontify-node): Set 2nd arg `noerror' of
6750         `Info-find-file' to t.
6752         * replace.el (occur-mode-mouse-goto): Pop, don't switch.
6753         (occur-mode-goto-occurrence): Let-bind same-window-buffer-names
6754         and same-window-regexps.
6755         (occur-next-error): Don't move point for arg 0.
6757 2005-11-28  Chong Yidong  <cyd@stupidchicken.com>
6759         * replace.el (occur-mode-goto-occurrence): Pop, don't switch.
6761 2005-11-28  Stefan Monnier  <monnier@iro.umontreal.ca>
6763         * log-edit.el (log-edit-changelog-use-first): New var.
6764         (log-edit-changelog-ours-p): Use it.
6765         (log-edit-insert-changelog): Set it with new arg `use-first'.
6766         (log-edit-insert-cvs-rcstemplate, log-edit-insert-filenames): New funs.
6767         (log-edit-hook): Add them to the list of suggested options.
6769         * textmodes/flyspell.el (flyspell-last-buffer): New var.
6770         (flyspell-accept-buffer-local-defs): Use it to avoid doing silly
6771         redundant work.
6772         (flyspell-mode-on): Use add-hook for after-change-functions.
6773         (flyspell-mode-off): Use remove-hook for after-change-functions.
6774         (flyspell-changes): Make it buffer-local.
6775         (flyspell-after-change-function): Make it non-interactive.  Use push.
6776         (flyspell-post-command-hook): Check input-pending-p while processing
6777         the potentially long list of buffer changes.
6779 2005-11-28  L\e$,1 q\e(Brentey K\e,Aa\e(Broly  <lorentey@elte.hu>
6781         * buff-menu.el (list-buffers-noselect): Display the selected
6782         frame's buffer list, not the global one.
6784 2005-11-28  Nick Roberts  <nickrob@snap.net.nz>
6786         * xt-mouse.el (xterm-mouse-event): Set last-input-event so
6787         that (list last-input-event) works as in interactive spec.
6789 2005-11-27  Luc Teirlinck  <teirllm@auburn.edu>
6791         * loadup.el ("facemenu"): Load facemenu before font-lock, because
6792         `facemenu-keymap' needs to be defined when font-lock is loaded.
6793         Otherwise, `M-o M-o' is not bound to `font-lock-fontify-block'.
6795 2005-11-27  Stefan Monnier  <monnier@iro.umontreal.ca>
6797         * completion.el: Remove useless leading * in defcustom docstrings.
6798         (save-completions-file-name): Use ~/.emacs.d if available.
6799         (completion-standard-syntax-table): Rename from
6800         cmpl-standard-syntax-table and fold initialization into declaration,
6801         thus removing cmpl-make-standard-completion-syntax-table.
6802         (completion-lisp-syntax-table, completion-c-syntax-table)
6803         (completion-fortran-syntax-table, completion-c-def-syntax-table): Idem.
6804         (cmpl-saved-syntax, cmpl-saved-point): Remove.
6805         (symbol-under-point, symbol-before-point)
6806         (symbol-under-or-before-point, symbol-before-point-for-complete)
6807         (add-completions-from-c-buffer): Use with-syntax-table.
6808         (make-completion): Don't return a list of completion entries.
6809         Update callers.
6810         (cmpl-prefix-entry-head, cmpl-prefix-entry-tail): Use defalias.
6811         (completion-initialize): Rename from initialize-completions.
6812         (completion-find-file-hook): Rename from cmpl-find-file-hook.
6813         (kill-emacs-save-completions): Collect stats here.
6814         (save-completions-to-file, load-completions-from-file):
6815         Use with-current-buffer.
6816         (completion-def-wrapper): Rename from def-completion-wrapper.  Make it
6817         into a function.  Move all calls to toplevel.
6818         (completion-lisp-mode-hook): New fun.
6819         (completion-c-mode-hook, completion-setup-fortran-mode):
6820         Set the syntax-table here.  Use local-set-key.
6821         (completion-saved-bindings): New var.
6822         (dynamic-completion-mode): Make it into a proper minor mode.
6823         (load-completions-from-file): Remove unused var `num-uses'.
6825         * emacs-lisp/cl-macs.el (defstruct): Don't define the default
6826         constructor if it is explicitly overridden.
6828         * complete.el (PC-completion-as-file-name-predicate):
6829         Use minibuffer-completing-file-name.
6830         (partial-completion-mode): Use find-file-not-found-functions.
6831         (PC-lisp-complete-symbol): Use with-syntax-table.
6832         (PC-look-for-include-file): Remove dead setq.
6833         (PC-look-for-include-file, PC-expand-many-files, PC-do-completion)
6834         (PC-complete): Use with-current-buffer.
6836         * progmodes/sh-script.el (sh-font-lock-syntactic-keywords): \ doesn't
6837         escape single quotes.
6839 2005-11-27  Luc Teirlinck  <teirllm@auburn.edu>
6841         * dabbrev.el (dabbrev-completion): Simplify code, by getting rid
6842         of `if' whose condition always returned nil.  Doc fix.
6844         * buff-menu.el (Buffer-menu-revert-function): Make the selected
6845         window's buffer the current buffer around the call to
6846         `list-buffers-noselect'.  This is necessary to mark that buffer
6847         with a `.' in the Buffer Menu when called from Lisp, for instance
6848         by Auto Revert Mode.
6850 2005-11-28  Nick Roberts  <nickrob@snap.net.nz>
6852         * progmodes/gdb-ui.el (gdb-stopped): Detect child process when
6853         attaching to it.
6854         (gdb-pre-prompt): Make sure gdb-error is reset.
6856         * progmodes/gud.el (gud-gdb-marker-filter): When GDB is invoked
6857         with a child process, detect it.
6858         (gud-speedbar-buttons): Match regexp more carefully.
6860 2005-11-27  Richard M. Stallman  <rms@gnu.org>
6862         * mouse.el (mouse-drag-move-window-bottom):
6863         Use adjust-window-trailing-edge.
6865 2005-11-27  Luc Teirlinck  <teirllm@auburn.edu>
6867         * simple.el (blink-matching-open): Ignore
6868         `blink-matching-paren-on-screen' if `show-paren-mode' is enabled.
6869         (blink-matching-paren-on-screen): Update docstring.
6871         * paren.el (show-paren-mode): No longer change
6872         `blink-matching-paren-on-screen'.
6874 2005-11-27  John Paul Wallington  <jpw@pobox.com>
6876         * progmodes/gdb-ui.el (gdb-goto-breakpoint, gdb-frames-select)
6877         (gdb-threads-select, gdb-edit-register-value):
6878         Use `posn-set-point' instead of `mouse-set-point' because the
6879         latter is not fbound when configured without X.
6881 2005-11-27  Kim F. Storm  <storm@cua.dk>
6883         * emulation/cua-rect.el (cua--highlight-rectangle): Preserve
6884         existing face when partially highlighting a TAB in a rectangle.
6886 2005-11-26  Kim F. Storm  <storm@cua.dk>
6888         * ido.el (ido-mode-map): Doc fix.
6889         (ido-mode-common-map, ido-mode-file-map)
6890         (ido-mode-file-dir-map, ido-mode-buffer-map): New keymaps.
6891         (ido-define-mode-map): Rewrite.  Select one of the new maps as
6892         parent for ido-mode-map instead of building from scratch.
6893         (ido-init-mode-maps): New defun to initialize new maps.
6894         (ido-mode): Call it.
6895         (ido-switch-buffer): Doc fix -- use \<ido-mode-buffer-map>.
6896         (ido-find-file): Doc fix -- use \<ido-mode-file-map>.
6898 2005-11-26  John Paul Wallington  <jpw@pobox.com>
6900         * arc-mode.el (archive-extract): Use `posn-set-point' instead of
6901         `mouse-set-point' because the latter is not fbound when configured
6902         without X.
6904 2005-11-26  Thien-Thi Nguyen  <ttn@gnu.org>
6906         * files.el (file-relative-name): Doc fix.
6908 2005-11-26  Kurt Hornik  <Kurt.Hornik@wu-wien.ac.at>
6910         * progmodes/octave-inf.el (inferior-octave-startup): Force a
6911         non-empty string for secondary prompt PS2.
6913 2005-11-25  Chong Yidong  <cyd@stupidchicken.com>
6915         * progmodes/compile.el (compilation-setup): Fix last change.
6917 2005-11-26  Nick Roberts  <nickrob@snap.net.nz>
6919         * progmodes/gdb-ui.el (gdb-info-breakpoints-custom)
6920         (gdb-mouse-toggle-breakpoint-margin)
6921         (gdb-mouse-toggle-breakpoint-fringe, gdb-threads-select):
6922         Add gdb-server-prefix to keep out of command history.
6923         (gdb-edit-register-value): New function.
6924         (gdb-registers-mode-map): Bind mouse-2 and RET to it.
6925         (gdb-info-registers-custom): Use above map.
6927 2005-11-25  Chong Yidong  <cyd@stupidchicken.com>
6929         * custom.el (enable-theme): Signal error if argument is not a
6930         theme.  Don't recalculate a face if it's not loaded yet.
6932         * cus-face.el (custom-theme-set-faces): Don't change saved-face if
6933         the `user' theme is in effect.
6935         * info.el (Info-on-current-buffer): Record actual filename in
6936         Info-current-file, instead of t, or a fake filename if a non-file
6937         buffer.  Make autoload.
6938         (Info-find-node, Info-revert-find-node): No need to check for
6939         Info-current-file nil.
6940         (Info-set-mode-line, Info-up, Info-copy-current-node-name):
6941         Info-current-file is now never `t'.
6942         (Info-fontify-node): Many simplifications due to Info-current-file
6943         always being valid.  Use Info-find-file to find node filename.
6945 2005-11-25  David Kastrup  <dak@gnu.org>
6947         * longlines.el (longlines-wrap-line): Reorder wrapping to "insert
6948         new character, then delete" in order to preserve markers.
6950 2005-11-25  David Ponce  <david@dponce.com>
6952         * recentf.el (recentf-arrange-by-rule): Handle a special
6953         `auto-mode-alist'-like "strip suffix" rule.
6954         (recentf-build-mode-rules): Handle second level auto-mode entries.
6956 2005-11-25  Michael Kifer  <kifer@cs.stonybrook.edu>
6958         * viper-keym.el (viper-ESC-key): Use different values in terminal and
6959         window modes.
6961         * viper.el (viper-emacs-state-mode-list): Delete mail-mode, add
6962         jde-javadoc-checker-report-mode.
6964         * ediff-wind (ediff-make-wide-display): Slight simplification.
6966         * ediff.el (ediff-date): Change the date of last update.
6968 2005-11-24  Chong Yidong  <cyd@stupidchicken.com>
6970         * hi-lock.el (hi-lock-buffer-mode): Renamed from `hi-lock-mode'.
6971         Use define-minor-mode, and make it a local mode.  Turn on font-lock.
6972         (hi-lock-mode): New global minor mode.
6973         (turn-on-hi-lock-if-enabled): New function.
6974         (hi-lock-line-face-buffer, hi-lock-face-buffer, hi-lock-set-pattern):
6975         Change arguments to regexp and face instead of a font-lock pattern.
6976         Directly set face property, instead of refontifying.
6977         (hi-lock-font-lock-hook): Check if font-lock is being turned on.
6978         (hi-lock-find-patterns): Use line-number-at-pos.
6980         (hi-lock-face-phrase-buffer): Call hi-lock-buffer-mode.  Use new
6981         arguments for hi-lock-set-pattern.
6982         (hi-lock-unface-buffer, hi-lock-set-file-patterns):
6983         Call font-lock-fontify-buffer.
6984         (hi-lock-find-file-hook, hi-lock-current-line)
6985         (hi-lock-refontify, hi-lock-set-patterns): Delete unused functions.
6987         (hi-lock-font-lock-hook): Turn off hi-lock when font lock is
6988         turned off.
6990         * progmodes/compile.el (compilation-setup): Don't fiddle with
6991         font-lock-defaults.
6993 2005-11-25  Nick Roberts  <nickrob@snap.net.nz>
6995         * progmodes/gdb-ui.el (gdb-var-create-handler)
6996         (gdb-var-list-children-handler): Find values for all variable
6997         objects.  gud-speedbar-buttons decides whether to display them.
6999 2005-11-24  Romain Francoise  <romain@orebokech.com>
7001         * info.el (Info-speedbar-fetch-file-nodes): Prefix temporary
7002         buffer name with a space.
7004 2005-11-24  Carsten Dominik  <dominik@science.uva.nl>
7006         * textmodes/org.el (org-export-plain-list-max-depth): Rename from
7007         `org-export-local-list-max-depth'.  Change default value to 3.
7008         (org-auto-renumber-ordered-lists)
7009         (org-plain-list-ordered-item-terminator): New options.
7010         (org-at-item-p, org-beginning-of-item, org-end-of-item)
7011         (org-get-indentation, org-get-string-indentation)
7012         (org-maybe-renumber-ordered-list, org-renumber-ordered-list):
7013         New functions.
7014         (org-move-item-down, org-move-item-up): New commands.
7015         (org-export-as-html): New classes for CSS support.  Bug fix in
7016         regular expression detecting fixed-width regions.  Respect
7017         `org-local-list-ordered-item-terminator'.
7018         (org-set-autofill-regexps, org-adaptive-fill-function): "1)" is
7019         also a list item.
7020         (org-metaup, org-metadown, org-shiftmetaup, org-shiftmetadown):
7021         New item moving functions.
7023 2005-11-24  Juri Linkov  <juri@jurta.org>
7025         * isearch.el (isearch-repeat): With empty search ring set
7026         `isearch-error' to the error string instead of signaling error
7027         with the function `error'.
7029 2005-11-24  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
7031         * term/mac-win.el: Make modifier `ctrl' an alias for `control'.
7033 2005-11-24  Nick Roberts  <nickrob@snap.net.nz>
7035         * progmodes/gdb-ui.el (gdb-speedbar-auto-raise): New function
7036         and variable.
7037         (gdb-var-create-handler, gdb-var-list-children-handler):
7038         Don't match on "char **...".
7039         (gdb-var-update-handler): Find values for all variable objects.
7040         (gdb-info-frames-custom): Identify frames by leading "#".
7042         * progmodes/gud.el (gud-speedbar-menu-items): Add
7043         gdb-speedbar-auto-raise as radio button.
7044         (gud-speedbar-buttons): Raise speedbar if requested.
7045         Don't match on "char **...".
7046         (gud-speedbar-buttons): Add (pointer) value for non-leaves.
7047         Make it editable.
7049 2005-11-23  Chong Yidong  <cyd@stupidchicken.com>
7051         * info.el (Info-fontify-node): Handle the case where
7052         Info-current-file is t.
7054 2005-11-23  Stefan Monnier  <monnier@iro.umontreal.ca>
7056         * simple.el (blink-matching-open): Fix off-by-one in last change.
7058 2005-11-23  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
7060         * term/mac-win.el: Don't change default directory.
7062 2005-11-22  Luc Teirlinck  <teirllm@auburn.edu>
7064         * cus-edit.el (Custom-reset-standard): Make it handle Custom group
7065         buffers correctly.  (It used to throw an error in such buffers.)
7066         Make it ask for confirmation in group buffers and other Custom
7067         buffers containing more than one customization item.
7069 2005-11-22  John Paul Wallington  <jpw@gnu.org>
7071         * net/goto-addr.el (goto-address-fontify): Put `follow-link'
7072         property on mail and url overlays.
7073         (goto-address-at-point): Use `posn-set-point' instead of
7074         `mouse-set-point' because the latter is not fbound when configured
7075         without X.
7077 2005-11-22  Lars Hansen  <larsh@soem.dk>
7079         * ls-lisp.el (ls-lisp-parse-symlink): Delete.
7080         (ls-lisp-classify, ls-lisp-format): Delete call to
7081         ls-lisp-parse-symlink.
7082         (ls-lisp-handle-switches): Handle symlinks to directories as
7083         directories when ls-lisp-dirs-first in non-nil.
7085 2005-11-21  Luc Teirlinck  <teirllm@auburn.edu>
7087         * startup.el (command-line): Make sure that loaddefs.el is handled
7088         correctly in load-history.
7090 2005-11-22  Nick Roberts  <nickrob@snap.net.nz>
7092         * progmodes/gdb-ui.el (gdb-locals-watch-keymap): New local map.
7093         (gdb-struct-string, gdb-array-string): New constants.
7094         (gdb-info-locals-handler): Use them.
7095         (gdb-reset): Reset gdb-var-list to nil.
7097 2005-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
7099         * progmodes/sh-script.el (sh-font-lock-paren): Handle continued lines
7100         in patterns.
7102 2005-11-21  Juri Linkov  <juri@jurta.org>
7104         * custom.el (defcustom): Update link types in docstring.
7106 2005-11-20  Martin Rudalics  <rudalics@gmx.at>  (tiny change)
7108         * custom.el (defgroup): Add doc-string-elt info.
7110         * widget.el (define-widget): Don't use declare for the doc-string-elt.
7112 2005-11-20  Stefan Monnier  <monnier@iro.umontreal.ca>
7114         * newcomment.el (comment-enter-backward): Fix last fix.
7116         * simple.el (blink-matching-open):
7117         * paren.el (show-paren-function): Allow new paren-class info.
7119 2005-11-20  Chong Yidong  <cyd@stupidchicken.com>
7121         * faces.el: Revert 2005-11-17 change.  :ignore-defface is now
7122         handled automagically.
7124 2005-11-20  Andreas Schwab  <schwab@suse.de>
7126         * descr-text.el (describe-char): When copying overlays put them
7127         over the full char description instead of just the first character
7128         of it.
7130 2005-11-20  Juri Linkov  <juri@jurta.org>
7132         * simple.el (what-cursor-position):
7133         * descr-text.el (describe-char): Use Lisp-readable syntax
7134         for octal and hex.  Reorder decimal, octal and hex values.
7135         Remove excess whitespace in the output.  Use `=' in `column='
7136         like in `point=' and `Hscroll='.
7138         * international/mule-cmds.el (encoded-string-description):
7139         Use Lisp-readable syntax for hex.
7141 2005-11-19  Stefan Monnier  <monnier@iro.umontreal.ca>
7143         * newcomment.el (comment-enter-backward): Handle the case where the
7144         comment is closed by EOB.
7146 2005-11-19  Chong Yidong  <cyd@stupidchicken.com>
7148         * longlines.el (longlines-before-revert-hook)
7149         (longlines-after-revert-hook): New functions.
7150         (longlines-mode): Turn off longlines temporarily when reverting.
7151         Add a message-setup-hook.
7152         (longlines-decode-buffer): New function.
7153         (longlines-wrap-line): Preserve marker positions.
7155 2005-11-19  Andreas Schwab  <schwab@suse.de>
7157         * emacs-lisp/shadow.el: Handle compressed files.
7159 2005-11-19  Romain Francoise  <romain@orebokech.com>
7161         * net/browse-url.el (browse-url-default-browser): Signal an error
7162         if no usable browser can be found, rather than try to load w3.
7164 2005-11-16  Ryan Yeske  <rcyeske@gmail.com>
7166         * net/rcirc.el (rcirc-mangle-text): Add bold face property without
7167         replacing existing properties.
7168         (rcirc-my-nick, rcirc-other-nick, rcirc-server)
7169         (rcirc-nick-in-message, rcirc-prompt): Use min-colors and remove
7170         tty specs.
7171         (rcirc-server-prefix, rcirc-server): New faces.
7172         (rcirc-url-regexp): Generate with rx macro.
7173         (rcirc-last-server-message-time): New variable.
7174         (rcirc-filter): Record time of last message.
7175         (rcirc-keepalive): Kill processes that did not send a message
7176         since the last ping.
7177         (rcirc-mode): Give rcirc-topic a local binding here.
7179 2005-11-19  Michael Cadilhac  <michael.cadilhac@lrde.org>  (tiny change)
7181         * subr.el (read-passwd): Fontify the prompt as we do with other
7182         prompts.
7184 2005-11-19  Ryan Yeske  <rcyeske@gmail.com>
7186         * ffap.el (ffap-menu-rescan): Use inhibit-read-only instead of
7187         binding buffer-read-only to nil.
7189 2005-11-19  Eli Zaretskii  <eliz@gnu.org>
7191         * complete.el (partial-completion-mode):
7192         Mention completion-auto-help in the doc string.
7194         * man.el (Man-highlight-references): Doc fix.  Reformat code in a
7195         more Lisp-ish way.
7197 2005-11-19  Slawomir Nowaczyk  <slawomir.nowaczyk.847@student.lu.se>  (tiny change)
7199         * ls-lisp.el (ls-lisp-format-file-size): Format file size with 9
7200         digits, not 8, to avoid misalignment for files larger than 100MB.
7202 2005-11-19  Eli Zaretskii  <eliz@gnu.org>
7204         * menu-bar.el (menu-bar-describe-menu) <list-keybindings>:
7205         Mention "keyboard shortcuts" in the help text.
7207 2005-11-19  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
7209         * startup.el (fancy-splash-default-action): Discard only
7210         mouse-down and succeeding mouse-up events in the splash screen
7211         window so that drag-n-drop event can be processed.
7213 2005-11-18  Chong Yidong  <cyd@stupidchicken.com>
7215         * longlines.el (longlines-mode): Add hacks for mail-mode and
7216         message-mode.
7218 2005-11-18  Carsten Dominik  <dominik@science.uva.nl>
7220         * textmodes/org.el (org-table-sort-lines): New command.
7221         (org-tbl-menu): Add entry for `org-table-sort-lines'.
7222         (org-add-file): Command removed, use `org-agenda-file-to-front'
7223         instead.
7224         (org-export-icalendar): Use `org-icalendar-combined-name'.
7225         (org-cycle-agenda-files, org-agenda-file-to-end)
7226         (org-agenda-file-to-front): New commands.
7227         (org-table-tab-jumps-over-hlines, org-export-html-style):
7228         New options.
7229         (org-table-next-field): Use `org-table-tab-jumps-over-hlines'.
7230         (org-at-table.el-p, org-set-autofill-regexps, org-html-protect):
7231         New functions.
7232         (org-fill-paragraph): Call `org-table-align' in tables.
7233         (org-mode): Call `org-set-autofill-regexps'.
7234         (org-export-as-html): Support for local handformatted lists.
7235         Modified to produce valid HTML 4.0.  Use `org-export-html-style'.
7236         (org-export-local-list-max-depth): New option.
7237         (org-html-expand): Use `org-html-protect'.
7239 2005-11-18  Nick Roberts  <nickrob@snap.net.nz>
7241         * progmodes/gud.el (gud-install-speedbar-variables): Bind gud-pp
7242         to "p".
7243         (gdb): Move definition of gud-pp to...
7245         * progmodes/gdb-ui.el (gdb-ann3): ...here.  Make it work in the
7246         speedbar.
7247         (gdb-find-watch-expression): New function.
7249 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
7251         * faces.el (face-attribute, set-face-attribute): Mention existence
7252         of `:ignore-defface' setting in docstring.
7254 2005-11-17  Stefan Monnier  <monnier@iro.umontreal.ca>
7256         * simple.el (completion-setup-function): Fix last change.
7258 2005-11-17  John Paul Wallington  <jpw@pobox.com>
7260         * ibuf-ext.el (ibuffer-interactive-filter-by-mode):
7261         Use `posn-set-point' instead of `mouse-set-point' because the
7262         latter is not fbound when configured without X.
7264         * comint.el (comint-insert-input): Likewise.
7266 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
7268         * simple.el (hard-newline): New variable.
7269         (sendmail-user-agent-compose, next-line): Use it.
7271         * mail/sendmail.el (mail-setup, mail-send, mail-insert-from-field)
7272         (sendmail-send-it, mail-do-fcc, mail-cc, mail-bcc, mail-fcc)
7273         (mail-mail-reply-to, mail-mail-followup-to)
7274         (mail-position-on-field, mail-signature, mail-yank-original)
7275         (mail-attach-file): Likewise.
7277         * mail/mailheader.el (mail-header-format)
7278         (mail-header-format-function): Likewise.
7280         * add-log.el (add-change-log-entry, change-log-merge): Likewise.
7282 2005-11-17  Juri Linkov  <juri@jurta.org>
7284         * font-lock.el (font-lock-faces): Rename this defgroup from
7285         `font-lock-highlighting-faces'.
7286         (font-lock-comment-face, font-lock-comment-delimiter-face)
7287         (font-lock-string-face, font-lock-doc-face)
7288         (font-lock-keyword-face, font-lock-builtin-face)
7289         (font-lock-function-name-face, font-lock-variable-name-face)
7290         (font-lock-type-face, font-lock-constant-face)
7291         (font-lock-warning-face, font-lock-negation-char-face)
7292         (font-lock-preprocessor-face)
7293         (font-lock-regexp-grouping-backslash)
7294         (font-lock-regexp-grouping-construct): Rename :group from
7295         `font-lock-highlighting-faces' to `font-lock-faces'.
7297         * cus-edit.el (lisp, c, tex):
7298         * progmodes/ada-mode.el (ada):
7299         * progmodes/asm-mode.el (asm):
7300         * progmodes/cperl-mode.el (cperl-faces):
7301         * progmodes/cpp.el (cpp):
7302         * progmodes/dcl-mode.el (dcl):
7303         * progmodes/f90.el (f90):
7304         * progmodes/fortran.el (fortran):
7305         * progmodes/icon.el (icon):
7306         * progmodes/idlwave.el (idlwave-misc):
7307         * progmodes/m4-mode.el (m4):
7308         * progmodes/make-mode.el (makefile):
7309         * progmodes/meta-mode.el (meta-font):
7310         * progmodes/modula2.el (modula2):
7311         * progmodes/octave-mod.el (octave):
7312         * progmodes/pascal.el (pascal):
7313         * progmodes/perl-mode.el (perl):
7314         * progmodes/prolog.el (prolog):
7315         * progmodes/ps-mode.el (PostScript-edit):
7316         * progmodes/scheme.el (scheme):
7317         * progmodes/sh-script.el (sh-script):
7318         * progmodes/simula.el (simula):
7319         * progmodes/tcl.el (tcl):
7320         * textmodes/nroff-mode.el (nroff):
7321         * textmodes/reftex-vars.el (reftex-fontification-configurations):
7322         * textmodes/sgml-mode.el (sgml):
7323         * textmodes/texinfo.el (texinfo):
7324         Add :link (custom-group-link font-lock-faces) to defgroup.
7326         * hi-lock.el (hi-lock): Rename this defgroup from
7327         `hi-lock-interactive-text-highlighting'.  Change parent group from
7328         `faces' to `font-lock'.  Add link to the manual.
7329         (hi-lock-mode, hi-lock-file-patterns-range)
7330         (hi-lock-exclude-modes, hi-lock-faces): Rename :group from
7331         `hi-lock-interactive-text-highlighting' to `hi-lock'.
7332         (hi-lock-faces): Add :group `faces'.
7334         * cus-edit.el (custom-variable-prompt): Clarify the code.
7336         * faces.el (face-read-string): Set the default value arg of
7337         completing-read.
7339 2005-11-16  Luc Teirlinck  <teirllm@auburn.edu>
7341         * rfn-eshadow.el (file-name-shadow-properties)
7342         (file-name-shadow-tty-properties, file-name-shadow-mode):
7343         Remove autoloads, because the file is now preloaded.
7345 2005-11-16  Stefan Monnier  <monnier@iro.umontreal.ca>
7347         * printing.el (easy-menu-intern): Don't define.
7348         (pr-get-symbol): Use easy-menu-intern only if defined.
7350         * simple.el (blink-matching-open): Simplify a bit.
7351         (completion-setup-function): Fix the case of partial-completion-mode
7352         when the minibuffer's contents start with "-".
7353         Obey completion-base-size-function even when
7354         minibuffer-completing-file-name is non-nil.
7356 2005-11-16  Richard M. Stallman  <rms@gnu.org>
7358         * net/eudcb-ph.el (eudc-ph-open-session):
7359         Use set-process-query-on-exit-flag.
7361         * mail/smtpmail.el (smtpmail-send-it): Use insert-buffer-contents.
7363         * international/ucs-tables.el (ucs-set-table-for-input):
7364         Use make-local-variable, not make-variable-buffer-local.
7366         * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
7367         Improve warning message text.
7369         * savehist.el (savehist-save-hook): Add :group.
7371         * menu-bar.el (menu-bar-help-menu):
7372         Rename Find Extra Packages to External Packages.
7374         * cus-edit.el (Custom-reset-standard): Verify that
7375         :custom-standard-value prop exists before calling it.
7377         * apropos.el (apropos-calc-scores): Use apropos-pattern.
7379 2005-11-16  Martin Rudalics  <rudalics@gmx.at>  (tiny change)
7381         * wid-edit.el (color): Enclose %t in %{...%}.
7383         * cus-edit.el (face): Enclose %t in %{...%}.
7385 2005-11-16  Hrvoje Niksic  <hniksic@xemacs.org>
7387         * savehist.el (savehist-mode-hook): Re-add the var.
7388         (savehist-mode): Use it.
7390 2005-11-16  Stefan Monnier  <monnier@iro.umontreal.ca>
7392         * textmodes/flyspell.el: Fix commenting convention.
7393         Remove unnecessary leading * in custom docstrings.
7394         (flyspell-emacs): Remove unused var.
7395         (flyspell-delete-region-overlays): Use remove-overlays.
7396         (flyspell-accept-buffer-local-defs): Use save-current-buffer.
7397         (flyspell-debug-signal-no-check, flyspell-debug-signal-changed-checked)
7398         (flyspell-debug-signal-pre-word-checked, flyspell-post-command-hook)
7399         (flyspell-debug-signal-word-checked): Use with-current-buffer.
7400         (make-flyspell-overlay): Don't locally reuse a global name.
7401         (flyspell-highlight-incorrect-region)
7402         (flyspell-highlight-duplicate-region): Use flyspell-unhighlight-at.
7403         (flyspell-check-previous-highlighted-word): Use flyspell-overlay-p.
7404         (flyspell-notify-misspell): Remove unused args `start' and `end'.
7405         (flyspell-word): Adjust call accordingly.  Use ispell-send-string.
7406         Wrap calls to accept-process-output inside with-local-quit since it's
7407         often called from a post-command-hook.
7408         (flyspell-correct-word, flyspell-auto-correct-word):
7409         Use ispell-send-string.
7410         (flyspell-xemacs-popup): Remove unused arg `event'.  Update call.
7412         * calendar/diary-lib.el (diary-list-entries): Also hide the
7413         terminating newline.
7415 2005-11-16  Carsten Dominik  <dominik@science.uva.nl>
7417         * textmodes/reftex.el (reftex-use-fonts): Remove the check for
7418         window-system, to allow fonts on tty.
7420 2005-11-17  Nick Roberts  <nickrob@snap.net.nz>
7422         * progmodes/gud.el (gud-speedbar-item-info): New function.
7423         (gud-install-speedbar-variables): Use it to display data type
7424         of watch expression as a tooltip in speedbar.
7426 2005-11-15  Luc Teirlinck  <teirllm@auburn.edu>
7428         * font-core.el (global-font-lock-mode): Add :version keyword,
7429         because default was changed.
7431         * jka-cmpr-hook.el (auto-compression-mode): Ditto.
7433         * startup.el (command-line): Use `custom-reevaluate-setting' for
7434         `file-name-shadow-mode'.
7436         * loadup.el: Preload rfn-eshadow.
7438         * rfn-eshadow.el (file-name-shadow-mode): Set :init-value to t.
7439         Add :version keyword.
7440         (file-name-shadow-properties, file-name-shadow-tty-properties)
7441         (file-name-shadow): Add :version keyword.
7443         * cus-edit.el (custom-add-parent-links): Fix bug whereby, for
7444         instance, `(fringe custom-face)' shadowed `(fringe custom-group)'
7445         in the custom-group property of the symbol frames and the fringe
7446         group got no link to its parent group frames.
7447         Doc fix.
7449 2005-11-16  Nick Roberts  <nickrob@snap.net.nz>
7451         * progmodes/gud.el (gud-stop-subjob): New function.
7452         (gud-menu-map, gud-tool-bar-map): Use it.
7454 2005-11-16  Kim F. Storm  <storm@cua.dk>
7456         * progmodes/gud.el (gud-menu-map): Let [stop] stop program rather
7457         than kill it.
7458         (gud-tool-bar-map): Likewise.  Move cont/until/finish buttons
7459         to a more useful/logical place.
7461 2005-11-16  Nick Roberts  <nickrob@snap.net.nz>
7463         * progmodes/gud.el (gud-menu-map): Make visibility of stop and
7464         go buttons complementary.
7466 2005-11-15  Stefan Monnier  <monnier@iro.umontreal.ca>
7468         * rfn-eshadow.el (rfn-eshadow-regexp): Remove.
7469         (rfn-eshadow-sifn-equal): New function.
7470         (rfn-eshadow-update-overlay): Rewrite to use substitute-in-file-name.
7472 2005-11-15  Michael Kifer  <kifer@cs.stonybrook.edu>
7474         * viper-utils.el (viper-non-word-characters-reformed-vi):
7475         Quote `-' in string.
7477         * viper.el (viper-emacs-state-mode-list): Ensure that
7478         rcirc-mode buffers come up in Emacs state.
7480         * ediff-util.el (ediff-make-temp-file): Use proper file-name-handler
7481         operation.
7483 2005-11-15  Dan Nicolaescu  <dann@ics.uci.edu>
7485         * term.el (term-termcap-format): Fix typos.
7486         (term-down): Fix the negative argument case.
7488 2005-11-16  Nick Roberts  <nickrob@snap.net.nz>
7490         * progmodes/gdb-ui.el: Remove face-alias left over from change on
7491         2005-08-15.
7492         (gdb-ann3): New command gud-go.
7493         (menu): Accomodate gdb-mi.el.
7494         (gdb-assembler-custom): Make buffer of selected window current
7495         so that set-window-point works.
7497         * progmodes/gud.el (gud-menu-map, gud-tool-bar-map): Re-define
7498         buttons and include new ones.
7500 2005-11-16  Kim F. Storm  <storm@cua.dk>
7502         * progmodes/gud.el (gud-tool-bar-item-visible-no-fringe): New function.
7503         (gud-menu-map): Use it.
7505 2005-11-14  Luc Teirlinck  <teirllm@auburn.edu>
7507         * jka-cmpr-hook.el (auto-compression-mode): Enable it in a way
7508         that works correctly for Custom and that does not override a user
7509         who disables it.
7511         * help-mode.el (help-make-xrefs, help-xref-on-pp)
7512         (help-xref-interned, help-follow): Make hyperlinks for variables
7513         that are unbound, but have a non-nil variable-documentation property.
7515         * emacs-lisp/derived.el (define-derived-mode): Remove defvar for
7516         mode hook.  (It conflicted with defcustoms for some mode hooks.)
7517         Use the `variable-documentation' property to give the mode hook a
7518         docstring and expand that docstring.
7520 2005-11-14  Hrvoje Niksic  <hniksic@xemacs.org>
7522         * savehist.el (savehist-mode): Don't bother with
7523         `custom-set-minor-mode'.
7524         (savehist-coding-system): Check XEmacs version.
7525         (history-length): Declare also at run time.
7526         (savehist-mode): Don't emit a message.  Don't run the minor mode hook.
7527         Don't set the customize state.
7528         (savehist-minibuffer-hook): Special case for when
7529         minibuffer-history-variable is equal to t.
7531 2005-11-14  Stefan Monnier  <monnier@iro.umontreal.ca>
7533         * files.el (write-file): Refresh VC status.
7535         * calendar/diary-lib.el (diary-list-entries, diary-show-all-entries)
7536         (mark-diary-entries, make-diary-entry): Check default-major-mode rather
7537         than fundamental-mode to see if the mode was set.
7539 2005-11-14  Romain Francoise  <romain@orebokech.com>
7541         * dired-x.el: If `vm-visit-folder' doesn't exist, define it as a
7542         dummy function in `eval-when-compile' to avoid compiler warning.
7543         Require `man' at compile time.
7545 2005-11-14  Jay Belanger  <belanger@truman.edu>
7547         * calc-alg.el (calcFunc-write-out-power): Rename it to
7548         calcFunc-powerexpand.
7549         (math-write-out-power): Rename it to math-powerexpand; have it
7550         handle negative exponents.
7551         (calc-writeoutpower): Rename it to calc-powerexpand.
7553         * calc-ext.el: Change calcFunc-writeoutpower and
7554         calc-writeoutpower to calcFunc-powerexpand and calc-powerexpand in
7555         autoloads.
7556         Add calcFunc-ldiv to autoloads.
7558         * calc-arith.el (calcFunc-ldiv): New function.
7560         * calc.el (calc-left-divide): New function.
7562 2005-11-14  Juri Linkov  <juri@jurta.org>
7564         * cus-edit.el (custom-variable-prompt): Set the default value arg
7565         of completing-read.
7567         * cus-dep.el (custom-make-dependencies): Reverse the list of
7568         found dependencies.
7570 2005-11-14  Dan Nicolaescu  <dann@ics.uci.edu>
7572         * menu-bar.el (menu-bar-options-menu): Delete "Syntax
7573         Highlighting" entry, it is on by default now.
7574         (menu-bar-options-save): Do not save global-font-lock-mode.
7576 2005-11-13  Richard M. Stallman  <rms@gnu.org>
7578         * textmodes/flyspell.el (flyspell-large-region):
7579         Call flyspell-accept-buffer-local-defs.
7581 2005-11-13  Agustin Martin  <agustin.martin@hispalinux.es>
7583         * textmodes/flyspell.el (flyspell-notify-misspell):
7584         Fix misspelling of "Misspelling".
7585         (flyspell-process-localwords): New function.
7586         (flyspell-large-region): Call flyspell-process-localwords and
7587         flyspell-delete-region-overlays.
7588         (flyspell-delete-region-overlays): New function.
7589         (flyspell-delete-all-overlays): Call that.
7591 2005-11-13  Richard M. Stallman  <rms@gnu.org>
7593         * help.el (help-for-help-internal): Improve doc of C-h a.
7594         (describe-key): Improve prompt; doc fix.
7596 2005-11-13  Stefan Monnier  <monnier@iro.umontreal.ca>
7598         * vc-svn.el (vc-svn-registered): Catch all errors.
7600         * cus-dep.el (custom-make-dependencies): Typo.
7602 2005-11-13  Michael Albinus  <michael.albinus@gmx.de>
7604         * net/tramp-util.el (top): Fix compilation warning.
7606 2005-11-13  Kim F. Storm  <storm@cua.dk>
7608         * help.el (help-for-help-internal): Fix `a' entry.  Add `d' entry.
7610 2005-11-13  Nick Roberts  <nickrob@snap.net.nz>
7612         * progmodes/gud.el (gud-menu-map): Move parentheses (again).
7613         (gud-speedbar-buttons): Match on "const char *" too.
7615         * progmodes/gdb-ui.el (gdb-var-create-handler)
7616         (gdb-var-list-children-handler): Match on "const char *" too.
7617         (gdb-var-evaluate-expression-handler): Match on empty string.
7618         (gdb-var-update-handler): Only call
7619         gdb-var-evaluate-expression-handler when required.
7621 2005-11-13  Nick Roberts  <nickrob@snap.net.nz>
7623         * progmodes/gud.el (gud-menu-map): Revert to window-fringes for
7624         selected window.  This still doesn't work for speedbar.
7625         (gud-speedbar-buttons): Handle string expressions properly.
7627         * progmodes/gdb-ui.el (gdb-var-evaluate-expression-handler)
7628         (gdb-var-create-handler): Handle string expressions properly.
7629         (gdb-var-list-children-regexp, gdb-var-list-children-handler):
7630         Handle string expressions properly.  Move "type" field into regexp.
7632 2005-11-12  Karl Fogel  <kfogel@red-bean.com>
7634         * bookmark.el (bookmark-maybe-message): New function to reduce
7635         code duplication: invokes `message' iff baud-rate is high enough.
7636         (bookmark-write-file): Use above instead of an inline conditional.
7637         (bookmark-load): Same.
7639 2005-11-12  Karl Fogel  <kfogel@red-bean.com>
7641         * bookmark.el (bookmark-write-file): Don't visit the destination
7642         file, just write the data to it using write-region.  This is
7643         similar to saveplace.el at 2005-05-29T08:36:26Z!rms@gnu.org, but with an additional
7644         change to avoid visiting the file in the first place.
7646 2005-11-12  Chong Yidong  <cyd@stupidchicken.com>
7648         * hi-lock.el (hi-lock-mode): Set the default value of
7649         font-lock-defaults.
7651 2005-11-11  Luc Teirlinck  <teirllm@auburn.edu>
7653         * find-lisp.el (find-lisp-find-dired-insert-file): Pass `string'
7654         arg to `file-attributes'.
7655         (find-lisp-format): The UID and GID can now be strings.
7657 2005-11-12  Kim F. Storm  <storm@cua.dk>
7659         * help.el (help-map): Bind C-h d to apropos-documentation.
7661         * simple.el (what-cursor-position): Print (EOB) instead of (100%)
7662         when point is at end-of-buffer.
7664         * apropos.el (apropos-match-face): Doc fix.
7665         (apropos-sort-by-scores): Add new choice `verbose'.
7666         (apropos-documentation-sort-by-scores): New defcustom.
7667         (apropos-pattern): Now contains the pattern entered by the user.
7668         (apropos-pattern-quoted): New defvar.
7669         (apropos-regexp): New defvar, containing the regexp corresponding
7670         to apropos-pattern.
7671         (apropos-all-words-regexp): Rename from apropos-all-regexp.
7672         (apropos-read-pattern): New defun.  Use it to read pattern arg in
7673         interactive calls; returns list of words for a word list, and
7674         string for a regexp.
7675         (apropos-parse-pattern): Rename from apropos-rewrite-regexp.  Now
7676         parses a list of words or regexp as returned by apropos-read-pattern.
7677         (apropos-calc-scores): Return nil if apropos-regexp doesn't match.
7678         (apropos-score-doc): Return a very high score if the string
7679         entered by the user matches literally.
7680         (apropos-variable): Doc fix.  Use apropos-read-pattern.
7681         (apropos-command): Doc fix.  Use apropos-read-pattern and
7682         apropos-parse-pattern.  Call apropos-print with nosubst=t.
7683         (apropos, apropos-value): Doc fix.  Use apropos-read-pattern and
7684         apropos-parse-pattern.
7685         (apropos-documentation): Doc fix.  Use apropos-read-pattern and
7686         apropos-parse-pattern.  Locally bind apropos-sort-by-scores to
7687         apropos-documentation-sort-by-scores.  Call apropos-print with
7688         nosubst=t.
7689         (apropos-documentation-internal): Pass doc string through
7690         substitute-key-definition before adding text properties.
7691         Highlight substring matching literal user input if possible.
7692         (apropos-documentation-check-doc-file): Remove locals beg and end.
7693         Fix calculation of score (as added twice).  Pass doc string through
7694         substitute-key-definition before adding text properties.
7695         (apropos-documentation-check-elc-file): Pass doc string through
7696         substitute-key-definition before adding text properties.
7697         Highlight substring matching literal user input if possible.
7698         (apropos-print): Add new arg NOSUBST; if set, command and variable
7699         doc strings have already been passed through substitute-key-definition.
7700         Add code to handle apropos-accumulator items without score element
7701         for backwards compatibility (e.g. with woman package).
7702         Only show scores if apropos-sort-by-scores is `verbose'.
7704 2005-11-10  Stefan Monnier  <monnier@iro.umontreal.ca>
7706         * jka-cmpr-hook.el (jka-compr-install): Use push and dolist.
7707         Add jka-compr-load-suffixes to load-suffixes.
7709         * jka-compr.el: Require jka-cmpr-hook.
7710         (jka-compr-info-compress-message, jka-compr-info-compress-program)
7711         (jka-compr-info-compress-args, jka-compr-info-uncompress-message)
7712         (jka-compr-info-uncompress-program, jka-compr-info-uncompress-args)
7713         (jka-compr-info-can-append, jka-compr-info-strip-extension)
7714         (jka-compr-info-file-magic-bytes, jka-compr-get-compression-info)
7715         (jka-compr-info-regexp): Remove.  Provided by jka-cmpr-hook.
7716         (jka-compr-uninstall): Remove entries from
7717         jka-compr-added-to-file-coding-system-alist after they are used.
7718         (jka-compr-error): Remove unused var `curbuf'.
7719         (jka-compr-file-local-copy): Remove unused var `notfound'.
7721 2005-11-10  Romain Francoise  <romain@orebokech.com>
7723         * apropos.el (apropos-calc-scores): Use `apropos-pattern'.
7725 2005-11-11  Nick Roberts  <nickrob@snap.net.nz>
7727         * progmodes/gud.el (gud-menu-map): Move parentheses.
7728         (gdb): New command gud-pv.
7730 2005-11-10  Stefan Monnier  <monnier@iro.umontreal.ca>
7732         * tar-mode.el: Remove spurious or unnecessary leading stars
7733         in docstrings.
7734         (tar-header-block-tokenize): Also obey default-file-name-coding-system.
7735         (tar-parse-octal-integer-safe): Use mapc.
7736         (tar-header-block-summarize): Remove unused var `ck'.
7737         (tar-summarize-buffer): Don't clear the modified-p bit if it wasn't
7738         cleared before.  Obey default-enable-multibyte-characters.
7739         Use mapconcat.  Simplify setting of tar-header-offset.
7740         (tar-mode-map): Move initialization inside delcaration.
7741         (tar-flag-deleted): Use `abs'.
7742         (tar-expunge-internal): Remove unused var `line'.
7743         (tar-expunge-internal): Don't hardcode point-min==1.
7744         (tar-expunge): Widen while doing set-buffer-multibyte.
7745         (tar-rename-entry): Use file-name-coding-system.
7746         (tar-alter-one-field): Don't hardcode point-min==1.
7747         (tar-subfile-save-buffer): string-as-unibyte works on unibyte strings.
7748         (tar-pad-to-blocksize): Don't hardcode point-min==1.  Clarify the code.
7750 2005-11-10  Masatake YAMATO  <jet@gyve.org>
7752         * add-log.el (add-log-current-defun): Handle class::method
7753         notation of c++.  Fix incorrect comment.
7755 2005-11-10  Alan Mackenzie  <acm@muc.de>
7757         * help-fns.el (describe-variable): Make C-h v work when a variable
7758         has variable documentation yet is unbound.
7760 2005-11-10  Masatake YAMATO  <jet@gyve.org>
7762         * man.el (Man-highlight-references): Set an empty
7763         string to `Man-arguments' if it is nil.
7764         Suggested by Reiner Steib <Reiner.Steib@gmx.de>.
7766 2005-11-09  Stefan Monnier  <monnier@iro.umontreal.ca>
7768         * Makefile.in (mh-loaddefs.el, loaddefs.el): Better follow the
7769         commenting conventions.
7771         * cus-dep.el (custom-make-dependencies): Simplify.
7772         Better follow the commenting conventions.
7774 2005-11-09  Richard M. Stallman  <rms@gnu.org>
7776         * apropos.el (apropos-pattern): Rename from apropos-regexp.
7777         (apropos-orig-pattern): Rename from apropos-orig-regexp.
7778         All uses changed.
7779         (apropos-rewrite-regexp): Doc fix.
7780         (apropos-variable, apropos-command, apropos, apropos-value):
7781         Change prompt; carry through the argument renaming.
7783 2005-11-09  Luc Teirlinck  <teirllm@auburn.edu>
7785         * find-lisp.el: Require dired.
7786         (find-lisp-find-dired-internal): Do not call
7787         `abbreviate-file-name' on DIR.
7789 2005-11-10  Nick Roberts  <nickrob@snap.net.nz>
7791         * progmodes/gud.el (gdb): Make gud-pp use user-defined command pp1.
7793 2005-11-09  Nick Roberts  <nickrob@snap.net.nz>
7795         * progmodes/gud.el (gud-menu-map): Ensure tool-bar is constant
7796         when using the speedbar.
7797         (gdb): New command gud-pp.
7798         (gud-menu-map, gud-tool-bar-map): Put it on the tool bar.
7800 2005-11-09  Juri Linkov  <juri@jurta.org>
7802         * replace.el (occur-excluded-properties): New defcustom.
7803         (occur-1, occur-engine, occur-accumulate-lines): Use it.
7805 2005-11-08  Jay Belanger  <belanger@truman.edu>
7807         * calc/calc-units.el (math-convert-units): Replace any composite
7808         unit by its definition.
7810 2005-11-08  Lars Hansen  <larsh@soem.dk>
7812         * emacs-lisp/autoload.el (update-directory-autoloads):
7813         Add obsolete function alias.
7815 2005-11-07  Stefan Monnier  <monnier@iro.umontreal.ca>
7817         * emacs-lisp/lisp-mode.el (lisp-mode-variables): Don't set
7818         comment-indent-function.
7819         (lisp-comment-indent): Replace by an alias for comment-indent-default.
7821         * reveal.el (reveal-post-command): Rework the handling of
7822         reveal-open-spots, so as to be more reliable.  There were several
7823         tricky corner cases where an open spot might be lost, or where
7824         a closed spot might end up on the list of open spots.
7825         Only reveal text that's ellipsised.
7827 2005-11-07  Carsten Dominik  <dominik@science.uva.nl>
7829         * textmodes/org.el (org-export-as-html): Remove bogus (debug) form.
7831 2005-11-07  John Paul Wallington  <jpw@gnu.org>
7833         * ibuffer.el (ibuffer): Search iconified frames too when
7834         getting Ibuffer buffer's window.
7836 2005-11-06  Richard M. Stallman  <rms@gnu.org>
7838         * progmodes/compile.el (compilation-internal-error-properties):
7839         save-excursion around the computation of MARKER.
7841 2005-11-06  Piet van Oostrum  <piet@cs.uu.nl>
7843         * textmodes/flyspell.el (flyspell-external-point-words):
7844         flyspell-get-word returns a list, not just a string.
7846 2005-11-06  John Paul Wallington  <jpw@pobox.com>
7848         * ibuffer.el (ibuffer): Search all visible frames when getting
7849         Ibuffer buffer's window.
7851 2005-11-07  Masatake YAMATO  <jet@gyve.org>
7853         * man.el (Man-reference-regexp): Accept spaces between
7854         `Man-name-regexp' and `Man-section-regexp'.
7855         (Man-apropos-regexp): New variable.
7856         (Man-abstract-xref-man-page): Use value for `Man-target-string'
7857         if available.
7858         (Man-highlight-references, Man-highlight-references0):
7859         Handle the case when `Man-arguments' includes "-k".
7860         (Man-highlight-references0): Rename the argument `TARGET-POS' to
7861         `TARGET'. `TARGET' can be a number, function or nil.
7863 2005-11-06  Nick Roberts  <nickrob@snap.net.nz>
7865         * progmodes/gdb-ui.el (gdb-var-create-handler, gdb-var-delete)
7866         (gdb-edit-value, gdb-speedbar-expand-node, gdb-get-create-buffer)
7867         (gdb-breakpoints-mode, gdb-toggle-breakpoint, gdb-delete-breakpoint)
7868         (gdb-goto-breakpoint, gdb-frames-mode, gdb-registers-mode)
7869         (gdb-locals-mode, gdb-find-file-hook): Use buffer-local-value.
7870         (gdb-send-item): Use buffer-local-value and simplify.
7872 2005-11-05  Luc Teirlinck  <teirllm@auburn.edu>
7874         * startup.el (command-line): Use `custom-reevaluate-setting' for
7875         `global-font-lock-mode'.
7877         * font-core.el (global-font-lock-mode): Enable `global-font-lock-mode'
7878         by default, except in batch mode or when the -D option is given.
7880         * emacs-lisp/easy-mmode.el (define-global-minor-mode): Pass all
7881         specified keyword args on to `define-minor-mode'.  Update docstring.
7883 2005-11-05  Romain Francoise  <romain@orebokech.com>
7885         * replace.el (occur-engine): Add marker at end of line, too.
7887 2005-11-04  Ken Manheimer  <ken.manheimer@gmail.com>
7889         * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
7890         (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
7891         (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
7892         (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
7893         argument to all these routines, so the passphrase can be managed
7894         externally and passed in to the system.
7895         (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
7896         pgg-add-passphrase-to-cache function.
7898         * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
7899         (pgg-pgp5-encrypt-symmetric-region, pgg-pgp5-encrypt-symmetric)
7900         (pgg-pgp5-encrypt, pgg-pgp5-decrypt-region, pgg-pgp5-decrypt)
7901         (pgg-pgp5-sign-region, pgg-pgp5-sign): Add optional PASSPHRASE
7902         argument to all these routines, so the passphrase can be managed
7903         externally and passed in to the system.
7904         (pgg-pgp5-sign-region): Use new name of pgg-add-passphrase-to-cache
7905         function.
7907 2005-11-04  Dan Nicolaescu  <dann@ics.uci.edu>
7909         * font-lock.el: Don't deal with font-lock-face-attributes here,
7910         move the code ...
7912         * startup.el (command-line): ... here.  Use face-spec-set instead
7913         of custom-declare-face.
7915         * faces.el (face-spec-set): Reset the face if spec is not nil.
7917 2005-11-04  Stefan Monnier  <monnier@iro.umontreal.ca>
7919         * newcomment.el (comment-region-internal): Box more tightly in the
7920         common case where there's no TAB in the boxed text.
7922 2005-11-04  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
7924         * info.el (info-tool-bar-map): Use images prev-node, next-node and
7925         up-node.
7927 2005-11-04  Ulf Jasper  <ulf.jasper@web.de>
7929         * newsticker.el: Commentary updated.  Code formatting changed.
7930         (newsticker-version): Change to "1.9".
7931         (newsticker, newsticker-feed): Doc fix.
7932         (newsticker-url-list): Doc fix.  Add option "Weekly".
7933         (newsticker-retrieval-interval): Add option "Weekly".
7934         (newsticker-headline-processing): Doc fix.
7935         (newsticker-auto-mark-filter): Remove.
7936         (newsticker-auto-mark-filter-list): New.
7937         (newsticker-layout, newsticker-sort-method): Doc fix.
7938         (newsticker-hide-old-items-in-newsticker-buffer)
7939         (newsticker-heading-format, newsticker-item-format)
7940         (newsticker-desc-format): Doc fix.
7941         (newsticker-show-all-rss-elements): Remove.
7942         (newsticker-show-all-news-elements): New.
7943         (newsticker-faces, newsticker-ticker): Doc fix.
7944         (remove-from-invisibility-spec): Code formatting.
7945         (newsticker--process-ids): New.
7946         (newsticker-mode): Doc fix.
7947         (newsticker-mode): Change mode-line-format.
7948         (newsticker-start): Remove debug output.
7949         (newsticker-start-ticker): Doc fix.  Add autoload cookie.
7950         (newsticker-w3m-show-inline-images): Code formatting.
7951         (newsticker-next-item): Call `force-mode-line-update'.
7952         (newsticker-previous-item): Call `force-mode-line-update'.
7953         (newsticker-next-feed): Call `force-mode-line-update'.
7954         (newsticker-previous-feed): Call `force-mode-line-update'.
7955         (newsticker-mark-all-items-at-point-as-read): Code formatting.
7956         (newsticker-show-old-items): Do not show descs.
7957         (newsticker-hide-entry): Hide too much.
7958         (newsticker-hide-entry, newsticker-show-entry)
7959         (newsticker-toggle-auto-narrow-to-feed): Code formatting.
7960         (newsticker-set-auto-narrow-to-feed): Update buffer immediately.
7961         (newsticker-toggle-auto-narrow-to-item): Code formatting.
7962         (newsticker-set-auto-narrow-to-item): Update buffer immediately.
7963         (newsticker-running-p, newsticker-ticker-running-p): Autoload cookie.
7964         (newsticker-get-news): Call `force-mode-line-update'.
7965         Collect process ids.
7966         (newsticker--sentinel): Change coding system handling.
7967         Move image retrieval to new functions newsticker--get-logo-url-*.
7968         Move feed parsing to new functions newsticker--parse-*.
7969         Update list of process ids.
7970         (newsticker--get-logo-url-atom-1.0, newsticker--get-logo-url-atom-0.3)
7971         (newsticker--get-logo-url-rss-2.0, newsticker--get-logo-url-rss-1.0)
7972         (newsticker--get-logo-url-rss-0.92, newsticker--get-logo-url-rss-0.91)
7973         (newsticker--parse-atom-0.3, newsticker--parse-atom-1.0)
7974         (newsticker--parse-rss-0.91, newsticker--parse-rss-0.92)
7975         (newsticker--parse-rss-1.0, newsticker--parse-rss-2.0)
7976         (newsticker--parse-generic-feed, newsticker--parse-generic-items): New.
7977         (newsticker--decode-coding-string): Remove.
7978         (newsticker--decode-numeric-entities): Check input.  Format code.
7979         (newsticker--remove-whitespace): Check input.
7980         (newsticker--do-forget-preformatted): Doc fix.
7981         (newsticker--decode-rfc822-date): Allow for missing time.
7982         (newsticker--update-process-ids): New.
7983         (newsticker--image-sentinel): Change comment.
7984         (newsticker--image-read): Change error message.
7985         (newsticker--imenu-goto): Doc fix.  Show headline title.
7986         (newsticker--buffer-set-uptodate): Call `force-mode-line-update'.
7987         (newsticker--buffer-do-insert-text): Clean whitespace in
7988         html-rendered headline title.  Code formatting.
7989         Call `newsticker--buffer-print-extra-elements'.
7990         (newsticker--buffer-print-extra-element): Remove.
7991         (newsticker--buffer-print-extra-elements): New.
7992         (newsticker--buffer-do-print-extra-element): New.
7993         (newsticker--buffer-insert-enclosure): Doc fix.  Use MBytes for
7994         large sizes.
7995         (newsticker--run-auto-mark-filter)
7996         (newsticker--do-run-auto-mark-filter):
7997         Use `newsticker-auto-mark-filter-list'.
7999 2005-11-04  Ryan Yeske  <rcyeske@gmail.com>
8001         * net/rcirc.el: Use split-string OMIT-NULLS argument.
8002         (rcirc-print): Force redisplay before running hooks.  Do long
8003         buffer truncation after making new text read-only.  Deal with nil
8004         text when decoding strings.  If TARGET is nil, use either the
8005         currently selected buffer, if it is an rcirc buffer and of the
8006         same process or the process buffer.
8007         (rcirc-mode): Remove header-line.  Recompute short buffer names.
8008         Initialize rcirc-buffer-alist here instead of rcirc-get-buffer-create.
8009         (rcirc-short-buffer-name): Add variable.
8010         (rcirc-kill-buffer-hook): Recompute short buffer names.
8011         Remove nick from private channel.
8012         (rcirc-send-input): Send command text to current-buffer.
8013         Don't clear overlay arrow here.
8014         (rcirc-short-buffer-name): Return a short buffer name.
8015         (rcirc-update-short-buffer-names, rcirc-abbreviate)
8016         (rcirc-rebuild-tree, rcirc-make-trees): Add functions to generate
8017         buffer-name abbreviations.
8018         (rcirc-kill-buffer-hook-1): Split to make debugging easier.
8019         Do not touch nick-table when killing a parted channel.
8020         (rcirc-window-configuration-change): Rename from rcirc-update-activity.
8021         Clear arrow from current buffer if it is now hidden.
8022         (rcirc-current-buffer): Add variable.
8023         (rcirc-my-nick, rcirc-other-nick, rcirc-server)
8024         (rcirc-nick-in-message, rcirc-prompt, rcirc-mode-line-nick):
8025         Remove -face from names.
8026         (rcirc-update-activity-string): Print "DND" when globally ignoring
8027         activity.
8028         (rcirc-ignore-buffer-activity-flag): Rename from
8029         rcirc-ignore-channel-activity.
8030         (rcirc-ignore-all-activity-flag): Doc fix.
8031         (rcirc-channels): Remove variable.
8032         (rcirc-kill-buffer-hook):
8033         (rcirc-get-buffer-create): Add nick to private channel.
8034         (rcirc-multiline-edit-submit): Remove tabs.
8035         (rcirc-put-nick-channel, rcirc-channel-nicks): Look up nicks case
8036         folded.
8037         (rcirc-remove-nick-channel): Bug fix.
8038         (rcirc-toggle-ignore-buffer-activity): Rename from
8039         rcirc-toggle-ignore-channel-activity.
8040         (rcirc-record-activity): Add buffers to the front of the list.
8041         (rcirc-update-activity): Remove killed buffers from list.
8042         (rcirc-process-server-response-1): Remove last argument if it is
8043         null before calling handler.
8044         (rcirc): Add "rcirc" defcustom prefix.
8045         (rcirc-prompt): Simplify default prompt.
8046         Use custom-initialize-default.
8047         (rcirc-private-chats): Remove variable.
8048         (rcirc-prompt): Change initialization.
8049         (rcirc-version): Remove function.
8050         (rcirc-id-string): Add constant.
8051         (rcirc-last-buffer): Remove variable.
8052         (rcirc-buffer-alist): Add variable.
8053         (rcirc-connect): Update variable setup.
8054         (rcirc-sentinel, rcirc-update-prompt): Use `rcirc-buffer-alist'.
8055         (rcirc-trap-errors-flag): Rename from `rcirc-trap-errors' change
8056         default.
8057         (rcirc-handler-generic): Trigger activity.
8058         (rcirc-send-message): Create the buffor of the target.
8059         (rcirc-generate-new-buffer-name): Rename from `rcirc-get-buffer-name'.
8060         (rcirc-get-buffer): Just return nil if there is no matching buffer.
8061         (rcirc-multiline-edit-cancel): Remove function.
8062         (rcirc-set-last-buffer): Remove function.
8063         (rcirc-get-any-buffer): Add function.
8064         (rcirc-join-channels): Don't print /join text.
8065         (rcirc-toggle-ignore-channel-activity): Add and update echo area
8066         messages.
8067         (rcirc-cmd-ctcp): Use rcirc-send-string to send request.
8068         (rcirc-handler-NOTICE): Recognize CTCP responses.
8069         (rcirc-handler-332, rcirc-handler-332): Use a temp buffer for
8070         constructing TOPIC string for buffers we are not JOINed.
8071         (rcirc-handler-CTCP-response): Add handler.
8072         (rcirc-multiline-edit-submit): Restore the window-configuration
8073         before adjusting point.
8074         (rcirc): Add customization group.
8075         (rcirc-server, rcirc-port, rcirc-nick, rcirc-user-name)
8076         (rcirc-user-full-name, rcirc-startup-channels-alist)
8077         (rcirc-fill-flag, rcirc-fill-column, rcirc-fill-prefix)
8078         (rcirc-ignore-all-activity-flag, rcirc-time-format)
8079         (rcirc-input-ring-size, rcirc-read-only-flag)
8080         (rcirc-buffer-maximum-lines, rcirc-authinfo-file-name)
8081         (rcirc-auto-authenticate-flag, rcirc-prompt, rcirc-print-hooks):
8082         Change defvar to defcustom.
8083         (rcirc-update-prompt): Add optional ALL arg, which will update
8084         prompts in all rcirc buffers.  Regexp quote replacement text.
8085         (rcirc-fill-column): Accept frame-width as a value.
8086         (rcirc-set-changed): Add function.
8087         (rcirc-next-active-buffer): Write more meaningful messages.
8088         (rcirc-faces): Add customization group.
8089         (rcirc-my-nick-face, rcirc-other-nick-face, rcirc-server-face)
8090         (rcirc-nick-in-message-face, rcirc-prompt-face)
8091         (rcirc-mode-line-nick-face): Move into rcirc-faces group.
8092         (with-rcirc-process-buffer): Move before first usage.
8093         (rcirc-debug-buffer): Rename from `rcirc-log-buffer'.
8094         (rcirc-debug-flag): Rename from `rcirc-log-p'.
8095         (rcirc-debug): Rename from `rcirc-log'.
8096         (rcirc-format-response-string): Do not print `-' chars for a
8097         NOTICE with no sender.  Simplify output of server responses.
8099 2005-11-04  Henrik Enberg  <henrik.enberg@telia.com>
8101         (rcirc-browse-url-map, rcirc-browse-url-at-point)
8102         (rcirc-browse-url-at-mouse, rcirc-mangle-text):
8103         Make urls mouse and RET clickable.
8105 2005-11-04  Henrik Enberg  <henrik.enberg@telia.com>
8107         * mail/rmailout.el (rmail-output-to-rmail-file, rmail-output): Doc fix.
8109 2005-11-04  Ken Manheimer  <ken.manheimer@gmail.com>
8111         * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
8112         (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
8113         (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
8114         (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
8115         argument to all these routines, so the passphrase can be managed
8116         externally and passed in to the system.
8117         (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
8118         pgg-add-passphrase-to-cache function.
8120         * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
8121         (pgg-pgp5-encrypt-symmetric-region, pgg-pgp5-encrypt-symmetric)
8122         (pgg-pgp5-encrypt, pgg-pgp5-decrypt-region, pgg-pgp5-decrypt)
8123         (pgg-pgp5-sign-region, pgg-pgp5-sign): Add optional PASSPHRASE
8124         argument to all these routines, so the passphrase can be managed
8125         externally and passed in to the system.
8126         (pgg-pgp5-sign-region): Use new name of pgg-add-passphrase-to-cache
8127         function.
8129 2005-11-04  Edward O'Connor  <hober0@gmail.com>  (tiny change)
8131         * net/goto-addr.el (goto-address-url-regexp): Remove `data:' URLs
8132         from goto-address-url-regexp.
8134 2005-11-04  Carsten Dominik  <dominik@science.uva.nl>
8136         * textmodes/org.el (org-read-date, org-goto-calendar)
8137         (org-recenter-calendar, org-agenda-goto-calendar):
8138         Temporarily clear `calendar-move-hook'.
8140 2005-11-04  Michael Kifer  <kifer@cs.stonybrook.edu>
8142         * ediff-merge.el (ediff-merge-region-is-non-clash): Return t, if not
8143         merging.
8145         * ediff-util.el (ediff-previous-difference): Don't skip regions that
8146         have merge clashes.
8148 2005-11-04  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
8150         * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
8151         Undo previous change.
8153         * startup.el (command-line): Use `custom-reevaluate-setting' for
8154         mouse-wheel-down-event and mouse-wheel-up-event.  Don't call
8155         tty-register-default-colors on Mac.
8157 2005-11-04  Nick Roberts  <nickrob@snap.net.nz>
8159         * progmodes/gdb-ui.el (gdb-buffer-type): Remove duplicate declaration.
8160         (gdb-buffer-type): Make it automatically buffer local...
8161         (gdb-get-create-buffer): ...and set it accordingly.
8162         (gdb-frame-gdb-buffer, gdb-display-gdb-buffer): Make these
8163         actually work.
8165 2005-11-03  Dan Nicolaescu  <dann@ics.uci.edu>
8167         * font-lock.el (font-lock-warning-face): Use the more vivid red1,
8168         not red.
8170 2005-11-04  Nick Roberts  <nickrob@snap.net.nz>
8172         * progmodes/gdb-ui.el (gud-watch): Use save-selected-window in
8173         case GUD buffer is not visible.
8174         (gdb-goto-breakpoint): Try to force display in source buffer.
8175         (gdb-frame-gdb-buffer): Copy other similar functions.
8176         (gdb-restore-windows): Don't display source if not asked for.
8177         (gdb-assembler-buffer-name): Don't capitalise.
8179 2005-11-03  Richard M. Stallman  <rms@gnu.org>
8181         * wid-edit.el (key-sequence): New widget type.
8183         * simple.el (set-mark-command-repeat-pop): New variable.
8184         (set-mark-command): Only interpret plan C-@ after a pop as a pop
8185         if set-mark-command-repeat-pop is true.
8187         * info.el (Info-fontify-node): Don't display extra "see" if there
8188         already is one here.
8190         * mouse.el: Fix special handling of DEL after dragging a region:
8191         (mouse-drag-region-1): Treat mouse-set-region like mouse-set-point.
8192         (mouse-region-delete-keys): Change to defcustom.  Add [backspace].
8194         * mail/feedmail.el: Use insert-buffer-substring, not insert-buffer.
8196         * textmodes/ispell.el (ispell-command-loop): Change `i' description
8197         not to assume it pertains to an affix.
8199         * textmodes/flyspell.el (flyspell-post-command-hook):
8200         Bind deactivate-mark to prevent deactivation.
8202 2005-11-03  Lars Hansen  <larsh@soem.dk>
8204         * dired-x.el: Add menu bindings for dired-do-find-marked-files,
8205         dired-do-relsymlink, dired-flag-extension, dired-mark-extension,
8206         dired-mark-omitted, dired-do-relsymlink-regexp, dired-omit-mode.
8208 2005-11-03  Romain Francoise  <romain@orebokech.com>
8210         * net/eudcb-mab.el: Now part of GNU Emacs.  Update FSF's address.
8211         Update copyright years.
8213 2005-11-03  Sam Steingold  <sds@gnu.org>
8215         * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
8216         Use system-type instead of window-system because window-system is not
8217         correctly defined during loadup.
8219 2005-11-02  Mark A. Hershberger  <mah@everybody.org>
8221         * xml.el (xml-syntax-table): Allow xml.el to compile in xemacs.
8222         (xml-parse-tag): Join strings separated by a comment properly.
8224 2005-11-02  Andreas Schwab  <schwab@suse.de>
8226         * emacs-lisp/byte-opt.el (byte-optimize-pure-func): Fix last fix.
8228 2005-11-02  Stefan Monnier  <monnier@iro.umontreal.ca>
8230         * emacs-lisp/byte-opt.el (string-to-syntax): Mark it as pure.
8231         (byte-optimize-pure-func): Quote the eval'd value.
8233         * progmodes/perl-mode.el (perl-font-lock-special-syntactic-constructs):
8234         Rename from perl-font-lock-syntactic-face-function.
8235         Change the calling convention so it can be used as a font-lock MATCHER.
8236         Do the parse-partial-sexp loop outselves.
8237         (perl-font-lock-syntactic-keywords): Use it.
8238         (perl-mode): Don't set font-lock-syntactic-face-function any more.
8240 2005-11-02  Nick Roberts  <nickrob@snap.net.nz>
8242         * progmodes/gdb-ui.el (gdb-mouse-until): Make it work in the
8243         disassembly buffer too.
8244         (gdb-exited): Remove overlay arrows when execution has finished.
8245         (gdb-info-frames-custom, gdb-info-threads-custom)
8246         (gdb-info-registers-custom): Don't add inappropriate text
8247         properties if inferior is not active.
8249 2005-11-02  Glenn Morris  <rgm@gnu.org>
8251         * progmodes/fortran.el (fortran-blink-match):
8252         Use `blink-matching-delay'.
8254 2005-11-02  John Mongan  <jmongan@mccammon.ucsd.edu>  (tiny change)
8256         * progmodes/f90.el (f90-match-end): Use `blink-matching-delay'.
8258 2005-11-02  Lars Hansen  <larsh@soem.dk>
8260         * net/tramp.el (tramp-action-out-of-band): Handle scp message
8261         "Permission denied".
8263 2005-11-01  Richard M. Stallman  <rms@gnu.org>
8265         * textmodes/flyspell.el (flyspell-external-point-words):
8266         Pass nil to flyspell-get-word.
8268 2005-11-02  Kim F. Storm  <storm@cua.dk>
8270         * menu-bar.el (menu-bar-options-menu): Show "Shift Movement (CUA)"
8271         item instead of "C-x/C-c/C-v (CUA)" if cua-enable-cua-keys is nil.
8273 2005-11-01  Stefan Monnier  <monnier@iro.umontreal.ca>
8275         * calendar/cal-menu.el (date, event): Don't declare as dynamic-var.
8276         (calendar-mouse-holidays, calendar-mouse-view-diary-entries)
8277         (calendar-mouse-print-dates): Add optional `event' argument.
8278         Update interactive-spec.
8279         (calendar-mouse-cal-tex-menu, cal-tex-mouse-filofax):
8280         Use `calendar-event-to-date' instead of `event'.
8282 2005-11-02  Masatake YAMATO  <jet@gyve.org>
8284         * progmodes/ld-script.el (ld-script-builtins):
8285         Add more words: "DATA_SEGMENT_ALIGN", "DATA_SEGMENT_END",
8286         "DATA_SEGMENT_RELRO_END", "LENGTH", "ORIGIN", and "SEGMENT_START".
8287         (auto-mode-alist): Accept .ld, .lds, ld.in and .lds.in.
8289 2005-11-01  Romain Francoise  <romain@orebokech.com>
8291         * vc-sccs.el: Update copyright year.
8292         * ezimage.el: Likewise.
8294 2005-11-01  KOBAYASHI Yasuhiro  <kobayays@otsukakj.co.jp>  (tiny change)
8296         * info.el (Info-fontify-node): Use `string-width' for fontifying
8297         underlined titles.
8299 2005-11-01  Juri Linkov  <juri@jurta.org>
8301         * info.el (Info-fontify-node): Downcase node header keywords Node,
8302         Prev, Next, Up before comparison.
8303         (Info-history): Insert absolute directory name, and put invisible
8304         property on it.
8306 2005-11-01  Juri Linkov  <juri@jurta.org>
8308         * info.el (Info-file-supports-index-cookies): New variable.
8309         (Info-find-node-2): Check makeinfo version for index cookie support.
8310         (Info-index-nodes): Search for nodes with index cookies only when
8311         Info-file-supports-index-cookies is t.  Otherwise, search nodes
8312         with "Index" in the node name.
8313         (Info-index-node): Search index cookie in the current node only when
8314         Info-file-supports-index-cookies is t.  Otherwise, check the word
8315         "Index" in the node name.
8316         (Info-find-emacs-command-nodes): Remove code that searches nodes
8317         with "Index" node name in the top menu.
8319 2005-11-01  Stefan Monnier  <monnier@iro.umontreal.ca>
8321         * progmodes/scheme.el (scheme-mode-variables): Use the default
8322         comment-indent-function.
8324         * faces.el (face-attribute): Handle the case where a face inherits from
8325         a non-existent face.
8327         * simple.el (eval-expression-print-format): Use lisp-readable syntax
8328         for octal and hexa output, and merge the char into the paren.
8329         (kill-new): Use push.
8330         (copy-to-buffer): Use with-current-buffer.
8331         (completion-setup-function): Move code in loop to remove redundancy.
8332         (minibuffer-local-must-match-map): Don't add bindings that duplicate
8333         those inherited from minibuffer-local-completion-map.
8335         * savehist.el (savehist-mode) <defcustom>:
8336         Use custom-set-minor-mode if available.
8337         (savehist-mode) <defun>: Run the minor mode hook, set the custom state
8338         and emit a message if applicable.
8340 2005-11-01  Hrvoje Niksic  <hniksic@xemacs.org>
8342         * savehist.el: Sync up to version 19.
8343         (savehist-mode): New minor mode.
8344         (savehist-file): Use ~/.emacs.d or ~/.xemacs if available.
8345         (savehist-length): Remove (use history-length instead).
8346         (savehist-file-modes): Rename from savehist-modes.
8347         (savehist-save-hook, savehist-loaded): New vars.
8348         (savehist-load): Use savehist-mode.  Try to smooth up transition from
8349         old format to new format.
8350         (savehist-install): Allow savehist-autosave-interval to be nil.
8351         (savehist-save): Run the new hook.  Be more careful to only trim the
8352         history variables.
8353         (savehist-trim-history): New fun.  Replaces savehist-process-for-saving.
8354         (savehist-printable): Print into a buffer rather than char-by-char.
8356 2005-11-01  John Wiegley  <johnw@newartisans.com>
8358         * iswitchb.el (iswitchb-define-mode-map): Re-enable the
8359         toggle-ignore keybinding (C-a).  The author said it had been
8360         disabled much earlier due to a possible incompatibility, but after
8361         many months of usage I have encountered no problems (and it is a
8362         rather useful option, especially for switching to " *temp*").
8364         * net/eudcb-mab.el (eudc-mab-query-internal): Add backend
8365         support for OS/X's AddressBook, by calling out to the open source
8366         program "contacts" (installable through Fink).
8368         * net/eudc.el (eudc-expand-inline): If the
8369         `eudc-multiple-match-handling-method' is set to `all', delete the
8370         query string before inserting the query result.
8372         * eshell/em-ls.el (eshell-do-ls): Add no-op support for --dired
8373         flag, to prevent Eshell from using the system ls when
8374         `eshell-ls-insert-directory' is in used.
8375         (eshell-ls-insert-directory): Disable font-lock in directory
8376         buffer so that Eshell's own fontification is seen.  This broke
8377         recently due to changes in font-lock, so this goes back to version
8378         21 behavior.
8380 2005-11-01  Nick Roberts  <nickrob@snap.net.nz>
8382         * progmodes/gdb-ui.el (gdb-use-inferior-io-buffer): New function.
8383         (menu, toggle-gdb-use-inferior-io-buffer): Get rid of defadvice.
8384         (gdb-many-windows): Doc fix.
8386 2005-10-31  Romain Francoise  <romain@orebokech.com>
8388         * help-fns.el (describe-simplify-lib-file-name): Add autoload cookie.
8390 2005-10-31  Dan Nicolaescu  <dann@ics.uci.edu>
8392         * loadup.el: Load emacs-lisp/syntax, font-lock and jit-lock so
8393         that global-font-lock-mode can be enabled by default.
8395         * font-lock.el (font-lock-keywords, font-lock-mode-internal)
8396         (font-lock-add-keywords, font-lock-remove-keywords)
8397         (font-lock-fontify-buffer): Remove autoload cookies.
8399         * jit-lock.el (jit-lock-register): Likewise.
8401         * emacs-lisp/syntax.el (syntax-ppss): Likewise.
8403 2005-10-31  Nick Roberts  <nickrob@snap.net.nz>
8405         * progmodes/gdb-ui.el (gdb-many-windows): Leave window configuration
8406         intact if there is no gud-comint-buffer.
8408 2005-10-31  Luc Teirlinck  <teirllm@auburn.edu>
8410         * progmodes/gud.el (gud-filter): Use comint-update-fence to delete
8411         old prompt comint-prompt-read-only is t and GDB commands are
8412         issued from tool bar etc.
8414 2005-10-31  Masatake YAMATO  <jet@gyve.org>
8416         * vc.el (vc-directory-exclusion-list): Add "{arch}".
8418 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
8420         * thumbs.el (thumbs-thumbsdir): Default to ~/.emacs.d/thumbs.
8421         (thumbs-thumbsdir): Make .emacs.d if it does not exist.
8423 2005-10-30  Michael Albinus  <michael.albinus@gmx.de>
8425         * net/tramp.el (tramp-chunksize): Escape parentheses in docstring
8426         starting at beginning of line.  Fontification is messed up when
8427         `open-paren-in-column-0-is-defun-start' set to t.
8428         Reported by John Paul Wallington <jpw@pobox.com>.
8430 2005-10-30  Luc Teirlinck  <teirllm@auburn.edu>
8432         * comint.el (comint-send-input): Call `comint-update-fence' when
8433         `comint-process-echoes' and `comint-prompt-read-only' are both
8434         non-nil, to avoid leftover read-only newline.
8436 2005-10-30  Richard M. Stallman  <rms@gnu.org>
8438         * textmodes/flyspell.el (flyspell-external-point-words):
8439         Detect when WORD can't be checked properly because
8440         flyspell-get-word finds just part of it, and move on.
8442         * textmodes/ispell.el (ispell-dictionary-alist-5): Add . as
8443         boundarychar for Polish.
8444         (ispell-dictionary-alist-4): Add . as boundarychar for Italian.
8445         (ispell-dictionary-alist-3): Add . and @ as boundarychars for French.
8447 2005-10-31  Nick Roberts  <nickrob@snap.net.nz>
8449         * progmodes/gdb-ui.el (gdb-tooltip-print-1): Fix regexp.
8450         (gdb-registers-font-lock-keywords): Delete.
8451         (gdb-registers-mode): Don't fontify.
8452         (gdb-info-registers-custom): Use text properties instead as, in
8453         future, changed register values will use font-lock-warning-face.
8454         (gdb-local-font-lock-keywords): Rename to...
8455         (gdb-locals-font-lock-keywords): ...for consistency.
8457 2005-10-30  Andre Spiegel  <spiegel@gnu.org>
8459         * vc.el (vc-switch-backend): Better error message if the buffer is
8460         not visiting a file under version control.
8462         * vc-cvs.el (vc-cvs-delete-file): Commit the file after removing it.
8464 2005-10-29  Chong Yidong  <cyd@stupidchicken.com>
8466         * startup.el (command-line): Use ~/.emacs.d/init.el instead of
8467         ~/.emacs.d/.emacs.
8469 2005-10-29  Richard M. Stallman  <rms@gnu.org>
8471         * replace.el (occur-mode-mouse-goto): Always go to other window.
8472         (occur-mode-goto-occurrence): Always switch in same window.
8474         * simple.el (undo): Display message at end, not at start.
8476         * emacs-lisp/timer.el (timer-activate, timer-activate-when-idle):
8477         New arg REUSE-CELL.
8478         (cancel-timer-internal): New function.
8479         (timer-event-handler): Use cancel-timer-internal,
8480         and pass the cell it returns to timer-activate...
8482         * jit-lock.el (jit-lock-function, jit-lock-stealth-fontify)
8483         (jit-lock-deferred-fontify, jit-lock-context-fontify)
8484         (jit-lock-after-change): Test memory-full.
8486 2005-10-29  Ken Manheimer  <ken.manheimer@gmail.com>
8488         * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
8489         part of the decoded armor to find the key-identifier.
8490         (pgg-gpg-lookup-key-owner): New function to return the
8491         human-readable identifier of a key owner.
8492         (pgg-gpg-lookup-id-from-key-owner): Make it easy to identify the
8493         key itself.
8494         (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
8495         the key value) if we have a key and can match it against a secret
8496         key.  Also, added a note pointing out fact that the prompt only
8497         indicates the first matching key.
8499         * pgg.el (pgg-decrypt): Passing along PASSPHRASE in call to
8500         pgg-decrypt-region.
8501         (pgg-pending-timers): A new hash for tracking the passphrase cache
8502         timers, so that new ones supercede old ones.
8503         (pgg-add-passphrase-to-cache): Rename from
8504         `pgg-add-passphrase-cache' to reduce confusion (all callers
8505         changed).  Modified to cancel old timers when new ones are added.
8506         (pgg-remove-passphrase-from-cache): Rename from
8507         `pgg-remove-passphrase-cache' to reduce confusion (all callers
8508         changed).  Modified to cancel old timers when their keys are
8509         removed from the cache.
8510         (pgg-cancel-timer): In Emacs, an alias for cancel-timer; in
8511         XEmacs, an indirection to delete-itimer.
8512         (pgg-read-passphrase-from-cache, pgg-read-passphrase):
8513         Extract pgg-read-passphrase-from-cache from pgg-read-passphrase so
8514         users can only check cache without risk of prompting.  Correct bug in
8515         notruncate behavior.
8516         (pgg-read-passphrase-from-cache, pgg-read-passphrase)
8517         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
8518         Add informative docstrings.
8519         (pgg-decrypt): Convey provided passphrase in subordinate call to
8520         pgg-decrypt-region.
8522         * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
8523         (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
8524         (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
8525         `passphrase' argument, so the passphrase can be managed externally
8526         and then passed in to the system.
8528         * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
8529         (pgg-remove-passphrase-cache): Add optional NOTRUNCATE argument,
8530         so the passphrase cache can be used reliably with identifiers
8531         besides a pgp packet's key id.
8533         * pgg-gpg.el (pgg-pgp-encrypt-region)
8534         (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
8535         (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
8536         (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
8537         argument to all these routines, so the passphrase can be managed
8538         externally and passed in to the system.
8540         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
8541         `notruncate' argument, so the passphrase cache can be used
8542         reliably with identifiers besides a pgp packet's key id.
8544 2005-10-29  Sascha Wilde  <swilde@sha-bang.de>
8546         * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
8547         symmetric encryption.
8548         (pgg-gpg-symmetric-key-p): New function to check for an symmetric
8549         encrypted session key.
8550         (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
8551         message ask for the passphrase in a proper way.
8553         * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
8554         New user commands for symmetric encryption.
8556 2005-10-29  Roland Winkler  <roland.winkler@physik.uni-erlangen.de>
8558         * textmodes/conf-mode.el (conf-assignment-sign)
8559         (conf-assignment-regexp): Fix docstrings.
8560         (conf-mode-initialize): New function.
8561         (conf-mode): Remove optional args.  Use delay-mode-hooks to
8562         recognize recursive calls.
8563         (conf-unix-mode, conf-windows-mode, conf-javaprop-mode)
8564         (conf-space-mode, conf-colon-mode, conf-ppd-mode)
8565         (conf-xdefaults-mode): Use define-derived-mode and
8566         conf-mode-initialize.
8568 2005-10-29  Romain Francoise  <romain@orebokech.com>
8570         * help-fns.el (describe-simplify-lib-file-name): Fix regexp.
8572 2005-10-29  Ken Manheimer  <ken.manheimer@gmail.com>
8574         * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
8575         part of the decoded armor to find the key-identifier.
8576         (pgg-gpg-lookup-key-owner): New function to return the
8577         human-readable identifier of a key owner.
8578         (pgg-gpg-lookup-id-from-key-owner): Make it easy to identify the
8579         key itself.
8580         (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
8581         the key value) if we have a key and can match it against a secret
8582         key.  Also, added a note pointing out fact that the prompt only
8583         indicates the first matching key.
8585         * pgg.el (pgg-decrypt): Passing along PASSPHRASE in call to
8586         pgg-decrypt-region.
8587         (pgg-pending-timers): A new hash for tracking the passphrase cache
8588         timers, so that new ones supercede old ones.
8589         (pgg-add-passphrase-to-cache): Rename from
8590         `pgg-add-passphrase-cache' to reduce confusion (all callers
8591         changed).  Modified to cancel old timers when new ones are added.
8592         (pgg-remove-passphrase-from-cache): Rename from
8593         `pgg-remove-passphrase-cache' to reduce confusion (all callers
8594         changed).  Modified to cancel old timers when their keys are
8595         removed from the cache.
8596         (pgg-cancel-timer): In Emacs, an alias for cancel-timer; in
8597         XEmacs, an indirection to delete-itimer.
8598         (pgg-read-passphrase-from-cache, pgg-read-passphrase):
8599         Extract pgg-read-passphrase-from-cache from pgg-read-passphrase so
8600         users can only check cache without risk of prompting.  Correct bug in
8601         notruncate behavior.
8602         (pgg-read-passphrase-from-cache, pgg-read-passphrase)
8603         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
8604         Add informative docstrings.
8605         (pgg-decrypt): Convey provided passphrase in subordinate call to
8606         pgg-decrypt-region.
8608 2005-10-20  Ken Manheimer  <ken.manheimer+emacs@gmail.com>
8610         * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
8611         (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
8612         (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
8613         `passphrase' argument, so the passphrase can be managed externally
8614         and then passed in to the system.
8616         * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
8617         (pgg-remove-passphrase-cache): Add optional NOTRUNCATE argument,
8618         so the passphrase cache can be used reliably with identifiers
8619         besides a pgp packet's key id.
8621         * pgg-gpg.el (pgg-pgp-encrypt-region)
8622         (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
8623         (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
8624         (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
8625         argument to all these routines, so the passphrase can be managed
8626         externally and passed in to the system.
8628         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
8629         `notruncate' argument, so the passphrase cache can be used
8630         reliably with identifiers besides a pgp packet's key id.
8632 2005-10-29  Sascha Wilde  <swilde@sha-bang.de>
8634         * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
8635         symmetric encryption.
8636         (pgg-gpg-symmetric-key-p): New function to check for an symmetric
8637         encrypted session key.
8638         (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
8639         message ask for the passphrase in a proper way.
8641         * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
8642         New user commands for symmetric encryption.
8644 2005-10-28  Bill Wohler  <wohler@newt.com>
8646         * help-mode.el (help-url): New button type.  Calls browse-url.
8647         (help-xref-url-regexp): New regexp to recognize URLs in docstring.
8648         Similar to Info nodes: URL `url'.
8649         (help-make-xrefs): Create help-url buttons for
8650         help-xref-url-regexp matches.
8652 2005-10-29  Nick Roberts  <nickrob@snap.net.nz>
8654         * tool-bar.el (tool-bar-add-item-from-menu)
8655         (tool-bar-local-item-from-menu): Fix doc strings.
8657 2005-10-28  Romain Francoise  <romain@orebokech.com>
8659         * ldefs-boot.el: Update.
8661         * subr.el (locate-library): Move from help-fns.el.
8662         * help-fns.el (locate-library): Move to subr.el.
8664 2005-10-28  Richard M. Stallman  <rms@gnu.org>
8666         * net/tramp.el (tramp-completion-mode): defvar moved up.
8668         * emacs-lisp/easymenu.el (easy-menu-change): Doc fix.
8670         * tool-bar.el (tool-bar-mode): Delete autoload cookie.
8672         * files.el (find-file-noselect): Use %d to format large file size.
8674         * bindings.el (mode-line-format): Add %e.
8676         * loadup.el ("facemenu"): Load unconditionally.
8677         ("image", "international/fontset", "dnd", "mwheel", "tool-bar"):
8678         ("x-dnd"): Load, when appropriate.
8680         * startup.el (command-line): Call before-init-hook earlier.
8681         Warn about some bad characters in -u user name.
8683         * textmodes/flyspell.el (flyspell-large-region): Pass -t if Tex file.
8684         (flyspell-external-point-words): Error if misspelled word is not found.
8685         Set flyspell-large-region-beg at end of word.
8687 2005-10-28  Andreas Schwab  <schwab@suse.de>
8689         * view.el (View-revert-buffer-scroll-page-forward):
8690         Use view-page-size-default.
8692 2005-10-28  Juri Linkov  <juri@jurta.org>
8694         * international/quail.el (quail-get-current-str): Translate last
8695         raw character for deterministic input methods.
8697 2005-10-27  Jay Belanger  <belanger@truman.edu>
8699         * calc/calc-ext.el: Add functions to autoloads.
8700         (math-identity-matrix-p, math-ident-row-p): New functions.
8702         * calc/calc-arith.el (calc-mul-symb-fancy): Add checks for
8703         multiplication by an identity matrix; don't turn multiplication by
8704         an inverse matrix into division.
8705         (math-div-symbol-fancy): Replace division by matrices with
8706         multiplication by inverse.
8708         * calc/calc-misc.el (calcFunc-inv): Check for symbolic matrices.
8710         * calc/calc-alg.el (calcFunc-writeoutpower, math-write-out-power)
8711         (calc-writeoutpower): New functions.
8713 2005-10-27  Romain Francoise  <romain@orebokech.com>
8715         * replace.el (occur-engine): Include colon in mouse-face highlight.
8717         * dired-x.el: Change Maintainer field.
8719 2005-10-26  Chong Yidong  <cyd@stupidchicken.com>
8721         * longlines.el (longlines-mode): Bind after-change-functions to
8722         nil during initial decoding and final encoding.
8724 2005-10-26  Dan Nicolaescu  <dann@ics.uci.edu>
8726         * term.el (term-emulate-terminal, term-handle-colors-array)
8727         (term-handle-ansi-escape): Specify the terminfo capabilities
8728         implemented.
8730 2005-10-26  Richard M. Stallman  <rms@gnu.org>
8732         * info.el (Info-fontify-node): Fix detection of sentence-break
8733         before *Note.
8735 2005-10-26  Romain Francoise  <romain@orebokech.com>
8737         * smerge-mode.el: Add `tools' to file keywords.
8739 2005-10-26  Nick Roberts  <nickrob@snap.net.nz>
8741         * progmodes/gud.el (gud-menu-map): Only display gud-until icon
8742         when the fringe is not available.
8744         * progmodes/gdb-ui.el (def-gdb-auto-updated-buffer)
8745         (def-gdb-auto-update-trigger): Simplify construction.
8746         (gdb-locals-buffer): Use def-gdb-auto-update-trigger instead of
8747         def-gdb-auto-updated-buffer as gdb-info-locals-handler is
8748         defined explicitly.
8749         (gdb-assembler-buffer): Use def-gdb-auto-update-handler instead of
8750         def-gdb-auto-updated-buffer as gdb-invalidate-assembler is
8751         defined explicitly.
8752         (gdb-info-locals-custom): Remove as it's a no-op.
8754 2005-10-25  Chong Yidong  <cyd@stupidchicken.com>
8756         * longlines.el (longlines-mode): Remove narrowing before
8757         performing the initial decoding or final encoding.
8759 2005-10-25  Romain Francoise  <romain@orebokech.com>
8761         * emacs-lisp/find-func.el (find-library-name): Also strip
8762         extension if library name ends in .el, to take advantage of
8763         `find-library-suffixes'.
8765 2005-10-25  Richard M. Stallman  <rms@gnu.org>
8767         * menu-bar.el (menu-bar-help-menu): Say which kind of therapist.
8769 2005-10-25  Juri Linkov  <juri@jurta.org>
8771         * textmodes/texinfo.el (texinfo-mode): Change charset of one
8772         quotation mark from [mule-unicode-0100-24ff] to [japanese-jisx0208].
8774 2005-10-25  Stefan Monnier  <monnier@iro.umontreal.ca>
8776         * play/blackbox.el (blackbox-mode-map): Move init into declaration.
8777         (blackbox-redefine-key): Add argument `map'.
8779         * jit-lock.el (jit-lock-fontify-now): Be careful not to skip multiline
8780         regions when moving the jit-lock-context-unfontify-pos boundary.
8782 2005-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
8784         * net/browse-url.el (browse-url-of-buffer): Add ".html" to filename.
8786 2005-10-25  Masatake YAMATO  <jet@gyve.org>
8788         * dired-x.el (dired-virtual): Don't use `dired-insert-headerline'.
8790 2005-10-25  Michael Cadilhac  <michael.cadilhac-@t-lrde.epita.fr>  (tiny change)
8792         * play/blackbox.el (blackbox-redefine-key): New function.
8793         (blackbox-mode-map): Use it to remap existing bindings for cursor
8794         motion instead of binding literal keys.
8796 2005-10-25  Glenn Morris  <rgm@gnu.org>
8798         * calendar/diary-lib.el (diary-list-entries): Prevent infloop when
8799         diary does not end in a newline.  Do not assume a blank line at
8800         the start of the diary file.
8802 2005-10-25  Kenichi Handa  <handa@m17n.org>
8804         * international/quail.el (quail-translate-key): If the input
8805         method is deterministic and failed to handle the last key, restart
8806         the key handling loop from an appropriate key.
8808 2005-10-25  Michael Albinus  <michael.albinus@gmx.de>
8810         * vc.el (vc-dired-mode): Extend comment for binding of
8811         `directory-listing-before-filename-regexp'.
8813 2005-10-25  Stefan Monnier  <monnier@iro.umontreal.ca>
8815         * textmodes/texinfo.el (texinfo-mode):
8816         * textmodes/paragraphs.el (sentence-end-base): Use real chars, so as
8817         not to unnecessarily expose emacs-mule's internal char codes.
8819 2005-10-25  Nick Roberts  <nickrob@snap.net.nz>
8821         * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Correct help-echo.
8822         Display hand pointer and help-echo on disabled icon too.
8823         (gdb-mouse-until): New function.
8824         (gdb-ann3): Bind it to mouse-2 and drag-mouse-1 in left fringe.
8826 2005-10-24  Chong Yidong  <cyd@stupidchicken.com>
8828         * menu-bar.el (menu-bar-help-menu): Rename "psychiatrist", in line
8829         with 2005-10-23 change to doctor.el.
8831         * finder.el (finder-mode-map): Add follow-link binding.
8833 2005-10-25  Kim F. Storm  <storm@cua.dk>
8835         * progmodes/gdb-ui.el (gdb-ann3): Bind mouse-3 in left fringe
8836         to gdb-mouse-toggle-breakpoint-fringe.
8837         (gdb-mouse-toggle-breakpoint-margin): Rename from
8838         gdb-mouse-toggle-breakpoint.  Fix doc.
8839         (gdb-mouse-toggle-breakpoint-fringe): New defun.
8840         (gdb-put-string): Add optional SPROPS arg.  Add props to string.
8841         (gdb-put-breakpoint-icon): Add gdb-bptno and gdb-enabled
8842         string properties also for fringe breakpoint bitmaps.
8844 2005-10-24  Carsten Dominik  <dominik@science.uva.nl>
8846         * textmodes/org.el (org-start-icalendar-file): Fix format form.
8848 2005-10-25  Masatake YAMATO  <jet@gyve.org>
8850         * simple.el (completion-common-substring):
8851         Use `completion-common-substring' prior to `completion-base-size'.
8853 2005-10-24  Hrvoje Niksic  <hniksic@xemacs.org>
8855         * savehist.el: Require CL while compiling.
8856         (savehist-history-variables): Remove.
8857         (savehist-save-minibuffer-history, savehist-additional-variables)
8858         (savehist-minibuffer-history-variables): New vars.
8859         (savehist-save): Use them.
8860         (savehist-uninstall, savehist-minibuffer-hook): New funs.
8861         (savehist-install): New fun, extracted from savehist-load.
8862         (savehist-load): Use them.
8864 2005-10-24  Stefan Monnier  <monnier@iro.umontreal.ca>
8866         * emacs-lisp/lisp-mode.el (easy-mmode-define-global-mode): Don't add
8867         a dummy doc-string-elt property.
8868         (defalias, defvaralias, define-category): Add a docstring property.
8870         * image.el (defimage):
8871         * widget.el (define-widget):
8872         * custom.el (defface, defcustom): Add `doc-string' declaration.
8874         * emacs-lisp/advice.el (ad-make-advised-definition): Fix arg-order.
8875         (defadvice): Add `doc-string' declaration.
8877         * emacs-lisp/byte-run.el (macro-declaration-function):
8878         Handle `doc-string' declarations.
8879         (define-obsolete-function-alias, define-obsolete-variable-alias):
8880         Add `doc-string' declaration.
8882 2005-10-24  Kenichi Handa  <handa@m17n.org>
8884         * international/utf-7.el (utf-7): Add autoload cookie.
8886         * term/x-win.el: Register more Cyrillic characters in x-keysym-table.
8888 2005-10-24  Eli Zaretskii  <eliz@gnu.org>
8890         * makefile.w32-in (autoloads): Use "." instead of $(lisp) in the
8891         list of directories passed to batch-update-autoloads.  Add "." to
8892         the list of the echoed directories.
8894         * pgg-def.el:
8895         * pgg-gpg.el:
8896         * pgg-parse.el:
8897         * pgg-pgp.el:
8898         * pgg-pgp5.el:
8899         * pgg.el: Moved here from the gnus subdirectory.
8901 2005-10-24  Nick Roberts  <nickrob@snap.net.nz>
8903         * progmodes/gud.el (gud-filter): Bind inhibit-read-only to t
8904         in case comint-prompt-read-only is set to t.
8906         * progmodes/gdb-ui.el (gdb-send): Bind inhibit-read-only to t
8907         in case comint-prompt-read-only is set to t.
8909 2005-10-24  Ulf Jasper  <ulf.jasper@web.de>
8911         * calendar/icalendar.el (icalendar-version): Increase to 0.13.
8912         Now a string.
8913         (icalendar-import-format): Handle CLASS, STATUS, URL.
8914         Rename `subject' to `summary'.
8915         (icalendar-import-format-summary): Rename from
8916         `icalendar-import-format-subject'.
8917         (icalendar-import-format-url, icalendar-import-format-status)
8918         (icalendar-import-format-class): New variables.
8919         (icalendar--rris): Take variable argument list.
8920         (icalendar--datestring-to-isodate): Remove unnecessary
8921         calendar-style check when converting dates with explicit month names.
8922         (icalendar-export-region): Change return type of conversion
8923         subroutines.  Bury current buffer unless error occurred.
8924         (icalendar--convert-to-ical)
8925         (icalendar--parse-summary-and-rest): New functions.
8926         (icalendar--convert-ordinary-to-ical)
8927         (icalendar--convert-weekly-to-ical)
8928         (icalendar--convert-yearly-to-ical)
8929         (icalendar--convert-block-to-ical)
8930         (icalendar--convert-cyclic-to-ical)
8931         (icalendar--convert-anniversary-to-ical): Change return type.
8932         Strip trailing blanks from subject.
8933         (icalendar--convert-sexp-to-ical): Change return type.
8934         Strip trailing blanks from subject.  Handle simple sexp
8935         entries as generated by icalendar.el.
8936         (icalendar--convert-float-to-ical)
8937         (icalendar--convert-date-to-ical): Strip trailing blanks from subject.
8938         (icalendar-import-file): Doc fix.
8939         (icalendar--format-ical-event): Handle CLASS, STATUS, URL.
8940         Correct call to icalendar--rris.
8941         (icalendar--convert-ical-to-diary): Doc fix.  Rename `subject' to
8942         `summary'.
8943         (icalendar--add-diary-entry): Rename `subject' to `summary'.
8945 2005-10-24  Romain Francoise  <romain@orebokech.com>
8947         * server.el (server-sentinel): Set query-on-exit flag to nil on
8948         new client processes (it isn't inherited from the server process).
8950         * replace.el (occur-engine): Rearrange text properties.
8952 2005-10-23  Stefan Monnier  <monnier@iro.umontreal.ca>
8954         * emacs-lisp/debug.el (debugger-make-xrefs): Don't assume
8955         case-fold-search is nil.
8956         (debug-help-follow): Use help-xref-interned directly.
8958 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
8960         * thumbs.el (thumbs-image-type): Add .pbm.
8962 2005-10-23  Richard M. Stallman  <rms@gnu.org>
8964         * faces.el (inhibit-face-set-after-frame-default): New variable.
8965         (set-face-attribute): Bind it.
8966         (face-set-after-frame-default): Test it.
8968         * help-fns.el (describe-simplify-lib-file-name): New function.
8969         (describe-function-1, describe-variable): Use it.
8971         * faces.el (describe-face): Use describe-simplify-lib-file-name.
8973         * tooltip.el (tooltip-x-offset, tooltip-y-offset): Change defaults.
8974         Eliminate nil as possible value.
8975         (tooltip-hide-delay): Reduce internal-border-width.
8977         * menu-bar.el (menu-bar-file-menu) <dired>: Change help-echo string.
8978         (menu-bar-file-menu) <new-file>: Likewise.
8980         * simple.el (line-move-finish): Ignore fields computing LINE-END.
8982         * international/mule.el (load-with-code-conversion):
8983         Pass full file name to `eval-buffer' unless preloading.
8985         * textmodes/flyspell.el (flyspell-large-region):
8986         Call ispell-check-version.
8988         * textmodes/ispell.el (ispell-local-dictionary-overridden):
8989         Fix the make-variable-buffer-local call that was supposed
8990         to be for this variable.
8991         (ispell-aspell-supports-utf8): Doc fix.
8992         (ispell-find-aspell-dictionaries): Preserve elements of
8993         ispell-dictionary-alist for dictionaries that aspell doesn't report.
8994         (ispell-aspell-find-dictionary): Return nil on error.
8996         * play/doctor.el (doctor-doc): Don't say "psychiatrist".
8997         (doctor-symptoms): Likewise.
8999         * add-log.el (add-log-current-defun): Clean up handling of DEFUNs.
9001 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
9003         * cus-edit.el (custom-button, custom-button-pressed): New vars.
9004         (custom-raised-buttons): Add :set spec.
9005         (custom-button-unraised, custom-button-pressed-unraised):
9006         New faces, so that custom-raised-buttons actually does something.
9007         (custom-mode): Use custom-button and custom-button-pressed.
9009         * wid-edit.el (widget-specify-button): Don't ignore
9010         widget-mouse-face on graphic terminals.
9011         (widget-move-and-invoke): Cleanup.
9013 2005-10-23  Thien-Thi Nguyen  <ttn@gnu.org>
9015         * whitespace.el (whitespace-cleanup): Doc fix.
9017 2005-10-23  Romain Francoise  <romain@orebokech.com>
9019         * emulation/viper.el (viper-set-hooks): Quote forms passed to
9020         `eval-after-load' to avoid evaluating their result.
9022 2005-10-23  Michael Albinus  <michael.albinus@gmx.de>
9024         * files.el (directory-listing-before-filename-regexp):
9025         New defvar.  Replaces `dired-move-to-filename-regexp' from dired.el.
9027         * dired.el (dired-move-to-filename-regexp): Remove.
9028         All occurences replaced by `directory-listing-before-filename-regexp'.
9030         * dired-x.el, locate.el, vc.el:
9031         Replace `dired-move-to-filename-regexp' by
9032         `directory-listing-before-filename-regexp'.  In vc.el it is
9033         overwritten locally; maybe this can be handled in files.el too.
9035         * net/ange-ftp.el (ange-ftp-date-regexp): Remove.  All occurences
9036         replaced by `directory-listing-before-filename-regexp'.
9038 2005-10-23  Andreas Schwab  <schwab@suse.de>
9040         * font-lock.el (lisp-font-lock-keywords-2): Add eval-at-startup
9041         and eval-next-after-load.
9043 2005-10-23  MIYOSHI Masanori  <miyoshi@meadowy.org>  (tiny change)
9045         * mouse.el (mouse-drag-region): If the *Messages* buffer doesn't
9046         exist, create it.
9048 2005-10-23  Ken Manheimer  <ken.manheimer@gmail.com>
9050         * allout.el: Remove autoloads for mailcrypt and crypt++.
9051         Require pgg, pgg-gpg during compilation.
9052         (allout-version): Increment version number to 2.1, and use a literal
9053         rather than RCS Id.
9054         (allout-default-encryption-scheme): Remove.
9055         (allout-passphrase-verifier-handling)
9056         (allout-passphrase-verifier-string)
9057         (allout-file-passphrase-verifier-string)
9058         (allout-passphrase-hint-string): Rename -key- to -passphrase-.
9059         (allout-passphrase-hint-handling): Rename and simplify.
9060         (allout-init): Use `find-file-hook' if available, otherwise
9061         `find-file-hooks'.
9062         (allout-mode): Use `write-file-functions' if available, otherwise
9063         `local-write-file-hooks' and, instead of making auto-save-hook
9064         buffer local, make the write-file-hook activity contingent to
9065         allout-mode.
9066         (allout-mode): Use key-binding substitution in the docstring.
9067         (allout-kill-line): Spell-out kill ring data structure mutation
9068         instead of using byte-compiler-complaint-provoking `pop'.
9069         (allout-insert-listified): Use `insert' rather than `insert-string'
9070         (allout-toggle-current-subtree-encryption): Update docstring, adjust
9071         to new gpp-based encryption, use new `allout-encrypted-topic-p'.
9072         (allout-encrypt-string): Totally revamped vis new underlying
9073         encryption facilities.
9074         (allout-mc-activate-passwd): Remove.
9075         (allout-obtain-passphrase): New, more or less replaces
9076         allout-mc-activate-passwd.
9077         (allout-encrypted-key-info): More or less replaces
9078         allout-encrypted-text-type.
9079         (outlineify-sticky, outlinify-sticky): Add autoload cookie.
9080         (my-mark-marker): Use `(featurep 'xemacs)'.
9082 2005-10-23  Lars Hansen  <larsh@soem.dk>
9084         * emacs-lisp/bytecomp.el (byte-compile-lambda): New arg add-lambda.
9085         (byte-compile-file-form-defmumble, byte-compile-defun)
9086         (byte-compile-defmacro): Use it.
9087         (byte-compile-form): Don't call byte-compile-set-symbol-position
9088         when a byte-compile handler is called.
9090 2005-10-22  Romain Francoise  <romain@orebokech.com>
9092         * savehist.el (savehist-history-variables): Add `grep-find-history'.
9094         * subr.el (eval-after-load): Convert library name to an absolute
9095         file name using locate-library, since load-history no longer has
9096         library names in it.
9098 2005-10-22  Richard M. Stallman  <rms@gnu.org>
9100         * files.el (make-temp-file): Move from subr.el.
9101         * subr.el (make-temp-file): Move to files.el.
9103         * window.el (get-buffer-window-list): Move from subr.el.
9104         * subr.el (get-buffer-window-list): Move to window.el.
9106         * image.el (image-load-path): Use eval-at-startup to initialize.
9108         * subr.el (eval-at-startup): New macro.
9110         * subr.el: Much rearrangement of functions and division
9111         into pages.  No code changes.
9113 2005-10-22  Kenichi Handa  <handa@m17n.org>
9115         * tar-mode.el (tar-extract): Be sure to call
9116         find-operation-coding-system if set-auto-coding doesn't find a
9117         coding system.
9119 2005-10-22  Kim F. Storm  <storm@cua.dk>
9121         * image.el (image-type-header-regexps): Rename from image-type-regexps.
9122         Change users.
9123         (image-type-file-name-regexps): New defconst.
9124         (image-type-from-data): Simplify loop.
9125         (image-type-from-buffer): New defun.
9126         (image-type-from-file-header): Use it instead of image-type-from-data.
9127         Use image-search-load-path instead of only looking in data-directory.
9128         (image-type-from-file-name): New defun.
9129         (image-search-load-path): Change `pathname' to `filename'.
9130         Make PATH arg optional, default to image-load-path.
9132 2005-10-21  Richard M. Stallman  <rms@gnu.org>
9134         * textmodes/texinfo.el (texinfo-mode): Set sentence-end-base.
9136         * textmodes/paragraphs.el (sentence-end-base): New variable.
9137         (sentence-end): Use sentence-end-base.
9139 2005-10-21  Stefan Monnier  <monnier@iro.umontreal.ca>
9141         * font-lock.el (font-lock-default-fontify-region): Check the multiline
9142         property independently from the font-lock-multiline variable.
9144 2005-10-21  Richard M. Stallman  <rms@gnu.org>
9146         * emacs-lisp/find-func.el (find-library-name): Doc fix.
9148         * startup.el (command-line): Convert library names
9149         in `load-history' to absolute file names.
9151         * subr.el (symbol-file): Doc fix.
9153         * loadhist.el (file-loadhist-lookup): Call locate-library
9154         instead of find-library-name.  Don't try converting
9155         abs file names to library names, since load-history no longer
9156         has library names in it.
9157         (file-dependents, file-provides, file-requires): Doc fixes.
9159 2005-10-21  Juri Linkov  <juri@jurta.org>
9161         * progmodes/etags.el (tags-table-mode): New function.
9162         (tags-verify-table): Replace initialize-new-tags-table with
9163         tags-table-mode.
9165         * desktop.el (desktop-buffers-not-to-save): Remove TAGS from the
9166         default value.
9167         (desktop-modes-not-to-save): Add tags-table-mode to the
9168         default value.
9170         * info.el (Info-index-next): Add total number of index
9171         alternatives to the message.
9173         * textmodes/fill.el (fill-nobreak-p): Fix first two rules to skip
9174         backward only space (instead of space and period) before looking
9175         at sentence end.
9177         * simple.el (set-variable): Use user-variable-p instead of symbolp.
9178         Add the old variable value as 4th default-value arg of read-string.
9180 2005-10-21  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
9182         * cus-face.el (custom-declare-face): Make face from X resources
9183         also on Mac.
9185         * disp-table.el (standard-display-g1, standard-display-graphic):
9186         Refuse to use string glyphs also on Mac.
9187         (standard-display-european): Don't set terminal coding system also
9188         on Mac.
9190         * frame.el (display-screens): Use x-display-screens also on Mac.
9192 2005-10-21  Romain Francoise  <romain@orebokech.com>
9194         * net/rcirc.el: Now part of GNU Emacs.  Update FSF's address.
9196 2005-10-21  Stefan Monnier  <monnier@iro.umontreal.ca>
9198         * progmodes/sh-script.el (sh-font-lock-syntactic-keywords): Make $@
9199         and $? into sexps.
9201         * font-lock.el (font-lock-compile-keywords): Add a help-echo to the
9202         warning face on open-paren-in-column-0.
9204         * emacs-lisp/syntax.el (syntax-ppss-flush-cache): Fix corner
9205         boundary case.  Fix typo.
9206         Suggested by Martin Rudalics <rudalics@gmx.at>.
9208 2005-10-21  Carsten Dominik  <dominik@science.uva.nl>
9210         * textmodes/org.el (org-combined-agenda-icalendar-file)
9211         (org-icalendar-include-todo, org-icalendar-combined-name): New options.
9212         (org-export-icalendar-this-file)
9213         (org-export-icalendar-all-agenda-files)
9214         (org-export-icalendar-combine-agenda-files): New commands.
9215         (org-export-icalendar, org-print-icalendar-entries)
9216         (org-start-icalendar-file, org-finish-icalendar-file)
9217         (org-ical-ts-to-string): New functions.
9218         (org-read-date, org-goto-calendar)
9219         (org-agenda-goto-calendar): Inhibit displaying diary entries by
9220         call to `calendar'.
9221         (orgtbl-setup): Remove the :keys arguments from the menu description.
9222         (org-after-save-iCalendar-file-hook): New variable.
9224 2005-10-21  Kenichi Handa  <handa@m17n.org>
9226         * language/vietnamese.el (tcvn-5712): Make it an alias of
9227         vietnamese-tcvn coding-system.
9229 2005-10-20  Michael Albinus  <michael.albinus@gmx.de>
9231         * net/ange-ftp.el (ange-ftp-date-regexp): Handle also the case no
9232         group id is given.
9234 2005-10-20  Stefan Monnier  <monnier@iro.umontreal.ca>
9236         * progmodes/sh-script.el (sh-escaped-line-re): New var.
9237         (sh-here-doc-open-re, sh-font-lock-close-heredoc): Use it.
9238         (sh-font-lock-open-heredoc): Try to properly handle heredoc starters
9239         whose line is either continued or ends with a comment.
9241 2005-10-20  Romain Francoise  <romain@orebokech.com>
9243         * net/rcirc.el (with-rcirc-process-buffer): Move above its first user.
9245         * replace.el (occur-engine): Add follow-link property.
9247         * font-core.el (font-lock-mode): Doc fix.
9249 2005-10-20  Richard M. Stallman  <rms@gnu.org>
9251         * net/rcirc.el: New file.
9253 2005-10-20  Bryan Henderson  <bryanh@giraffe-data.com>  (tiny change)
9255         * term.el (term-term-name): Initialize to "eterm-color".
9257 2005-10-20  Ken Manheimer  <ken.manheimer@gmail.com>
9259         * allout.el: Add autoloads of crypt++ and mailcrypt routines, all
9260         for encryption functionality.
9261         Move allout customization subgroup from `editing' to `outlines' group.
9262         Fix commentary keywords to legitimate ones.
9263         Update author info (using my current email address, obscurified).
9264         (allout-encrypt-string, allout-encryption-produce-work-buffer)
9265         (allout-encrypted-topic-p, allout-encrypted-text-type)
9266         (allout-mc-activate-passwd, allout-create-encryption-key-verifier)
9267         (allout-situate-encryption-key-verifier)
9268         (allout-get-encryption-key-verifier, allout-verify-key)
9269         (allout-next-topic-pending-encryption)
9270         (allout-encrypt-decrypted, allout-encrypted-type-prefix): New funcs.
9271         (outline-topic-encryption-bullet, outline-default-encryption-scheme)
9272         (outline-key-verifier-handling, outline-key-hint-handling)
9273         (outline-encrypt-unencrypted-on-saves): New defcustoms.
9274         (allout-file-key-verifier-string, allout-encryption-scheme)
9275         (allout-key-verifier-string, allout-key-hint-string)
9276         (allout-after-save-decrypt): New variables.
9277         (allout-write-file-hook-handler, allout-auto-save-hook-handler)
9278         (allout-after-saves-handler): New hook functions.
9279         (allout-post-command-business): Do allout-after-save-decrypt.
9280         (allout-enable-file-variable-adjustment): Custom var to enable
9281         mechanism for adding and adjusting settings of Emacs file variables.
9282         (allout-adjust-file-variable, allout-file-vars-section-data):
9283         New functions, implement the mechanism.
9284         (outlineify-sticky): Use the file vars mechanism.
9285         (allout-inhibit-protection, allout-during-write-cue)
9286         (allout-override-protect, allout-before-change-protect): Remove.
9287         (allout-flag-region, allout-open-topic): Adjust read-only text.
9288         (allout-open-line-not-read-only): Add to facilitate read-only
9289         text based protection.
9290         (allout-kill-line): Revise to adjust read-only text, clue the
9291         user about the inhibition.
9292         (allout-unprotected): Use unwind-protect.
9293         (allout-shift-in, allout-shift-out): Disallow manually shifting a
9294         topic deeper than the offspring depth of the previous topic -
9295         avoiding confusing "containment discontinuities".
9296         (allout-reindent-bodies): Fix retention of body relative hanging
9297         indent during promotion of collapsed bodies.
9298         (allout-open-topic): Make it easy to open new topic with same
9299         bullet as current topic - topic creation functions provided with
9300         any universal argument provokes now prompt for bullet, defaulting
9301         to the bullet of the previous topic.
9302         (allout-plain-bullets-string, allout-distinctive-bullets-string):
9303         Plain bullet alternates `.' period and `,' comma only.  All other
9304         bullets are relegated to special status (but customizable).
9305         (allout-end-of-entry): Rename from allout-end-of-current-entry
9306         since it actually operates w.r.t. most immediately containing
9307         entry, visible or not.
9308         (allout-hide-current-entry, allout-show-current-entry): Use the
9309         revised version.
9310         (allout-old-expose-topic): Solidify deprecation.
9311         (allout-end-of-subtree): Add so we can span concealed as well
9312         as visible topics.
9313         (allout-end-of-current-subtree): Use `allout-end-of-subtree'.
9314         (allout-end-of-current-heading): Tweak to just respect the first line.
9315         (allout-get-body-text): Add.
9316         (allout-ascend-to-depth, allout-ascend): Position at end of prefix
9317         when invoked interactively.
9318         (allout-up-current-level): Use `interactive-p'.
9319         (allout-mode, allout-init): Miscellaneous docstring and
9320         operational refinements, as well as hookups of new encryption stuff.
9321         (allout-beginning-of-current-entry): Now works as advertised.
9322         (allout-end-of-current-entry): Remove of superfluous allout-show-entry.
9323         (allout-isearch-rectification): Refine condition for isearching.
9324         (allout-isearch-abort, allout-enwrap-isearch)
9325         (allout-flag-region, my-region-active-p): Relocate some macros.
9326         (allout-title): Fallback title is (buffer-name), not
9327         non-existing (current-buffer-name).
9328         (subst-char-in-string): Define if absent (for some XEmacs versions).
9330 2005-10-20  Jari Aalto  <jari.aalto@cante.net>
9332         * mail/sendmail.el (mail-setup-hook, mail-aliases)
9333         (mail-yank-prefix, mail-indentation-spaces, mail-yank-hooks)
9334         (mail-citation-prefix-regexp, mail-signature-file)
9335         (mail-default-headers, mail-bury-selects-summary)
9336         (mail-send-nonascii): Add autoload cookies.
9338 2005-10-20  Emanuele Giaquinta  <emanuele.giaquinta@gmail.com>  (tiny change)
9340         * frame.el (blink-cursor-mode): Add `mac' to the list of
9341         window-system's that support blinking cursor.
9343 2005-10-20  Reiner Steib  <Reiner.Steib@gmx.de>
9345         * textmodes/org.el (org-level-color-stars-only): Fix typo in docstring.
9347 2005-10-20  Eli Zaretskii  <eliz@gnu.org>
9349         * makefile.w32-in ($(lisp)/mh-e/mh-loaddefs.el):
9350         Bind find-file-suppress-same-file-warnings to t, to avoid warnings due
9351         to different drive letter case in D:/foo/bar.el vs d:/foo/bar.el.
9353 2005-10-20  Kim F. Storm  <storm@cua.dk>
9355         * ido.el (ido-is-tramp-root): Simplify regexp matching tramp root.
9356         (ido-set-current-directory): Don't add / after final @.
9357         (ido-file-name-all-completions-1): Adapt to fixed tramp completion.
9358         Explicitly handle ange-ftp completion oddities.
9359         (ido-make-file-list): Don't rotate list at tramp root to avoid
9360         triggering tramp file handler for expand-file-name via get-file-buffer.
9362 2005-10-19  Stefan Monnier  <monnier@iro.umontreal.ca>
9364         * savehist.el (savehist-coding-system): Revert to checking XEmacs.
9366 2005-10-19  Jay Belanger  <belanger@truman.edu>
9368         * calc/calc-units.el (math-standard-units): Add units, adjust
9369         symbols and update values.
9370         (math-unit-prefixes): Add more prefixes.
9372 2005-10-19  Romain Francoise  <romain@orebokech.com>
9374         * bookmark.el (bookmark-menu-heading): New face.
9375         (bookmark-bmenu-list): Use it.
9376         Don't fiddle with `baud-rate' at top-level.
9378 2005-10-18  Chong Yidong  <cyd@stupidchicken.com>
9380         * image.el (create-image, find-image): Mention max-image-size in
9381         docstring.
9383 2005-10-18  Stefan Monnier  <monnier@iro.umontreal.ca>
9385         * savehist.el (savehist-load): Revert to checking XEmacs.
9387         * textmodes/conf-mode.el: Don't use font-lock-defaults-alist.
9388         Various docstring and line-width fixups.
9389         (conf-mode): Use cond.
9390         Set font-lock-defaults.  Don't set comment-use-syntax.
9392 2005-10-18  David Ponce  <david@dponce.com>
9394         * tree-widget.el (tree-widget-button-click): New function.
9395         (tree-widget-button-keymap): Use it.
9397 2005-10-18  Romain Francoise  <romain@orebokech.com>
9399         * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
9400         (bookmark-bmenu-hide-filenames): Add follow-link property.
9401         Improve help-echo text.
9403         * ffap.el (find-file-at-point): Doc fix.
9405 2005-10-18  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
9407         * mouse.el (mouse-set-region): Don't do sit-for on a mac frame.
9409 2005-10-18  Masatake YAMATO  <jet@gyve.org>
9411         Install to the CVS repository what I forgot to install in my
9412         2005-10-16 changes.
9414         * progmodes/python.el (python-complete-symbol): Pass the common
9415         prefix substring of completion to `display-completion-list'.
9417         * textmodes/org.el (org-complete): Ditto.
9419 2005-10-18  Masatake YAMATO  <jet@gyve.org>
9421         Fix a bug reported by Sven Joachim <sven_joachim@web.de>.
9423         * woman.el (WoMan-xref-man-page): New button type derived
9424         from `Man-abstract-xref-man-page'.
9425         (woman-mode): Pass `WoMan-xref-man-page' to `Man-highlight-references'.
9427         * man.el (Man-abstract-xref-man-page): New button type.
9428         (Man-xref-man-page): Make it derived from `Man-abstract-xref-man-page'.
9429         (Man-highlight-references): Add new optional argument `xref-man-type'.
9431 2005-10-18  Nick Roberts  <nickrob@snap.net.nz>
9433         * progmodes/gud.el (gud-menu-map): Correct condition for fringe.
9435 2005-10-17  Chong Yidong  <cyd@stupidchicken.com>
9437         * cus-edit.el (Custom-move-and-invoke): Delete.
9438         (custom-mode-map): Bind mouse-1 to widget-move-and-invoke.
9440         * wid-edit.el (widget-move-and-invoke): New function, from
9441         Custom-move-and-invoke.
9443 2005-10-17  Bill Wohler  <wohler@newt.com>
9445         Move all remaining images from lisp/toolbar to etc/images, move
9446         lisp/toolbar/tool-bar to lisp and "delete" lisp/toolbar.  Place
9447         the low resolution images in their own directory (low-color).
9449         * toolbar/attach.*, toolbar/cancel.*, toolbar/close.*
9450         * toolbar/copy.*, toolbar/cut.*, toolbar/diropen.*, toolbar/exit.*
9451         * toolbar/help.*, toolbar/home.*, toolbar/index.*, toolbar/info.*
9452         * toolbar/mail.*, toolbar/new.*, toolbar/open.*, toolbar/paste.*
9453         * toolbar/preferences.*, toolbar/print.*, toolbar/save.*
9454         * toolbar/saveas.*, toolbar/search.*, toolbar/search-replace.*
9455         * toolbar/spell.*, toolbar/undo.*: Move to etc/images.
9457         * toolbar/lc-copy.*: Move to etc/images/low-color/copy.*.
9458         * toolbar/lc-cut.*: Move to etc/images/low-color/cut.*.
9459         * toolbar/lc-help.*: Move to etc/images/low-color/help.*.
9460         * toolbar/lc-home.*: Move to etc/images/low-color/home.*.
9461         * toolbar/lc-index.*: Move to etc/images/low-color/index.*.
9462         * toolbar/lc-new.*: Move to etc/images/low-color/new.*.
9463         * toolbar/lc-open.*: Move to etc/images/low-color/open.*.
9464         * toolbar/lc-paste.*: Move to etc/images/low-color/paste.*.
9465         * toolbar/lc-preferences.*: Move to etc/images/low-color/preferences.*.
9466         * toolbar/lc-print.*: Move to etc/images/low-color/print.*.
9467         * toolbar/lc-save.*: Move to etc/images/low-color/save.*.
9468         * toolbar/lc-saveas.*: Move to etc/images/low-color/saveas.*.
9469         * toolbar/lc-search.*: Move to etc/images/low-color/search.*.
9470         * toolbar/lc-spell.*: Move to etc/images/low-color/spell.*.
9471         * toolbar/lc-undo.*: Move to etc/images/low-color/undo.*.
9473         To conform with convention, replace the underscore (_) in the
9474         following image names with dash (-) or (/) as appropriate.
9476         * toolbar/back_arrow.*: Move to etc/images/back-arrow.*.
9477         * toolbar/fld_open.*: Move to etc/images/fld-open.*.
9478         * toolbar/fwd_arrow.*: Move to etc/images/fwd-arrow.*.
9479         * toolbar/jump_to.*: Move to etc/images/jump-to.*.
9480         * toolbar/left_arrow.*: Move to etc/images/left-arrow.*.
9481         * toolbar/right_arrow.*: Move to etc/images/right-arrow.*.
9482         * toolbar/up_arrow.*: Move to etc/images/up-arrow.*.
9483         * toolbar/lc-back_arrow.*: Move to etc/images/low-color/back-arrow.*.
9484         * toolbar/lc-fwd_arrow.*: Move to etc/images/low-color/fwd-arrow.*.
9485         * toolbar/lc-jump_to.*: Move to etc/images/low-color/jump-to.*.
9486         * toolbar/lc-left_arrow.*: Move to etc/images/low-color/left-arrow.*.
9487         * toolbar/lc-right_arrow.*: Move to etc/images/low-color/right-arrow.*.
9488         * toolbar/lc-up_arrow.*: Move to etc/images/low-color/up-arrow.*.
9489         * toolbar/mail_compose.*: Move to etc/images/mail/compose.*.
9490         * toolbar/mail_send.*: Move to etc/images/mail/send.*.
9492         * info.el (info-tool-bar-map): Replace underscores in image names
9493         with dashes.
9495         * makefile.w32-in (WINS): Remove toolbar.
9497         * menu-bar.el: Replace toolbar/tool-bar.el with tool-bar.el in comment.
9499         * tool-bar.el: Move to lisp from toolbar.  Now that
9500         toolbar is empty, it should be deleted when folks run "cvs up -P".
9502 2005-10-18  Jay Belanger  <belanger@truman.edu>
9504         * calc/calc-store.el (calc-store-into): Get the proper variable name
9505         to display in message.
9507 2005-10-18  Nick Roberts  <nickrob@snap.net.nz>
9509         * progmodes/gdb-ui.el (gdb-var-create-handler): Make watch
9510         expressions display in speedbar for all buffers when debugging.
9511         (gdb-speedbar-expand-node): Ensure node contraction is always updated.
9513         * speedbar.el (speedbar-set-mode-line-format): Indent properly.
9514         (speedbar-insert-button, speedbar-make-button):
9515         Use add-text-properties.
9516         (speedbar-update-localized-contents)
9517         (speedbar-update-directory-contents)
9518         (speedbar-update-special-contents): Use dolist.
9519         (speedbar-buffer-easymenu-definition): Add a menu separator.
9521 2005-10-17  Jason Rumney  <jasonr@gnu.org>
9523         * makefile.w32-in: Use $(lisp) consistently.
9524         (pre-mh-loaddefs.el-SH, pre-mh-loaddefs.el-CMD): New targets
9525         for shell specific generation of mh-autoloads.
9527 2005-10-17  Richard M. Stallman  <rms@gnu.org>
9529         * textmodes/tex-mode.el (tex-font-lock-keywords-2): Undo prev change.
9531 2005-10-17  Stefan Monnier  <monnier@iro.umontreal.ca>
9533         * jit-lock.el (jit-lock-fontify-now):
9534         Move jit-lock-context-unfontify-pos to avoid wasted work.
9536 2005-10-17  Michael Albinus  <michael.albinus@gmx.de>
9538         * net/tramp.el (tramp-completion-mode): New defvar.  Used in
9539         `tramp-completion-mode' for checking if we are in completion mode.
9540         (tramp-completion-handle-file-name-all-completions): Reorder code
9541         in order to complete for file names only in case there are no
9542         method/user/host completions.  This is necessary for cooperation
9543         with ido.  Reported by Kim F. Storm <storm@cua.dk>.
9545 2005-10-16  Chong Yidong  <cyd@stupidchicken.com>
9547         * longlines.el (longlines-search-forward)
9548         (longlines-search-backward): Match any number of spaces.
9550 2005-10-16  Thien-Thi Nguyen  <ttn@gnu.org>
9552         * diff-mode.el (diff-mode): Doc fix.
9554 2005-10-16  David Reitter  <david.reitter@gmail.com>
9556         * mail/sendmail.el (send-mail-function): Use mailclient-send-it
9557         as default on darwin and windows systems.
9559 2005-10-16  Sven Joachim  <svenjoac@gmx.de>  (tiny change)
9561         * arc-mode.el (archive-zip-extract): Doc fix.
9563 2005-10-16  Romain Francoise  <romain@orebokech.com>
9565         * mouse.el (mouse-1-click-follows-link): Doc fix.
9567 2005-10-16  Stefan Monnier  <monnier@iro.umontreal.ca>
9569         * savehist.el: Don't require CL at runtime.
9570         (savehist-xemacs): Remove.
9571         (savehist-coding-system): Use utf-8 if present, regardless of religion.
9572         (savehist-no-conversion): Use (featurep 'xemacs).
9573         (savehist-load): Check existence of start-itimer rather than XEmacs.
9574         Use an idle timer.
9575         (savehist-process-for-saving): Replace use of CL funs `subseq' and
9576         `delete-if-not'.
9578 2005-10-16  Hrvoje Niksic  <hniksic@xemacs.org>
9580         * savehist.el: Newer version.
9581         (savehist-autosave-interval, savehist-coding-system, savehist-timer)
9582         (savehist-last-checksum, savehist-no-conversion): New vars.
9583         (savehist-autosave, savehist-process-for-saving, savehist-printable):
9584         New functions.
9585         (savehist-load, savehist-save): Use them.
9586         (savehist-delimit): Remove.
9588 2005-10-16  Stefan Monnier  <monnier@iro.umontreal.ca>
9590         * progmodes/compile.el (compilation-goto-locus): Display the
9591         compilation buffer first and the source buffer second, in case they're
9592         in overlapping frames.  Don't raise the compilation frame if it was the
9593         selected window upon entry.  Pass the `other-window' arg to
9594         pop-to-buffer.
9596         * info.el (Info-fontify-node): Use dolist.
9597         Change add-text-properties to put-text-property.
9599 2005-10-16  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
9601         * textmodes/bibtex.el (bibtex-font-lock-url): Catch when point past
9602         bound of search.
9604 2005-10-16  Masatake YAMATO  <jet@gyve.org>
9606         * dabbrev.el (dabbrev-completion): Pass the common
9607         prefix substring of completion to `display-completion-list'.
9609         * filecache.el (file-cache-minibuffer-complete)
9610         (file-cache-complete): Ditto.
9612         * tempo.el (tempo-display-completions): Ditto.
9614         * wid-edit.el (widget-file-complete, widget-color-complete): Ditto.
9616         * emacs-lisp/lisp.el (lisp-complete-symbol): Ditto.
9618         * eshell/em-hist.el (eshell-list-history): Ditto.
9620         * mail/mailabbrev.el (mail-abbrev-complete-alias): Ditto.
9622         * mail/mailalias.el (mail-complete): Ditto.
9624         * progmodes/etags.el (complete-tag): Ditto.
9626         * progmodes/make-mode.el (makefile-complete): Ditto.
9628         * progmodes/meta-mode.el (meta-complete-symbol): Ditto.
9630         * progmodes/octave-mod.el (octave-complete-symbol): Ditto.
9632         * progmodes/pascal.el (pascal-complete-word)
9633         (pascal-show-completions): Ditto.
9635         * textmodes/bibtex.el (bibtex-complete-internal): Ditto.
9637         * simple.el (completion-common-substring): New variable.
9638         (completion-setup-function): Use `completion-common-substring'
9639         to put faces.
9641 2005-10-16  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
9643         * term/mac-win.el: Apply 2005-10-09 change for term/x-win.el.
9644         (x-get-selection, mac-select-convert-to-string): Convert from/to
9645         UTF-16 clipboard data as in native byte order, no BOM.
9647 2005-10-16  Nick Roberts  <nickrob@snap.net.nz>
9649         * progmodes/gud.el (gud-tool-bar-map): Rename the images
9650         appropriately (gud/next, gud/nexti, gud/step, gud/stepi).
9651         (gud-sentinel): Use speedbar-frame to check for speedbar.
9653 2005-10-15  Richard M. Stallman  <rms@gnu.org>
9655         * savehist.el: New file.
9657 2005-10-14  Karl Chen  <quarl@cs.berkeley.edu>
9659         * textmodes/tex-mode.el (tex-font-lock-keywords-2):
9660         Fix bug in \bf fontification.
9662 2005-10-15  Stefan Monnier  <monnier@iro.umontreal.ca>
9664         * pcvs.el (cvs-edit-log-files): New var.
9665         (cvs-mode-edit-log): New arg `file'.
9666         (cvs-edit-log-minor-wrap): Don't set the ignore-marks property.
9667         Instead force the use of the original file and nothing else.
9668         (cvs-edit-log-filelist): Don't use the cvs-mode-* function unless
9669         the cvs-minor-wrap-function is set.
9670         (cvs-do-edit-log): Obey the vars set in cvs-edit-log-minor-wrap.
9672 2005-10-14  Bill Wohler  <wohler@newt.com>
9674         * toolbar/gud-break.*: Moved to etc/images/gud/break.*.
9675         * toolbar/gud-cont.*: Moved to etc/images/gud/cont.*.
9676         * toolbar/gud-down.*: Moved to etc/images/gud/down.*.
9677         * toolbar/gud-finish.*: Moved to etc/images/gud/finish.*.
9678         * toolbar/gud-ni.*: Moved to etc/images/gud/ni.*.
9679         * toolbar/gud-n.*: Moved to etc/images/gud/n.*.
9680         * toolbar/gud-print.*: Moved to etc/images/gud/print.*.
9681         * toolbar/gud-pstar.*: Moved to etc/images/gud/pstar.*.
9682         * toolbar/gud-remove.*: Moved to etc/images/gud/remove.*.
9683         * toolbar/gud-run.*: Moved to etc/images/gud/run.*.
9684         * toolbar/gud-si.*: Moved to etc/images/gud/si.*.
9685         * toolbar/gud-s.*: Moved to etc/images/gud/s.*.
9686         * toolbar/gud-until.*: Moved to etc/images/gud/until.*.
9687         * toolbar/gud-up.*: Moved to etc/images/gud/up.*.
9688         * toolbar/gud-watch.*: Moved to etc/images/gud/watch.*.
9690         * progmodes/gud.el (gud-tool-bar-map): Rename the images
9691         appropriately (for example, gud-break to gud/break).
9693 2005-10-14  Chong Yidong  <cyd@stupidchicken.com>
9695         * longlines.el (longlinges-search-function)
9696         (longlines-search-forward, longlines-search-backward): New functions.
9697         (longlines-mode): Set isearch-search-fun-function to
9698         longlinges-search-function.
9700         * mouse.el (mouse-drag-region-1): Handle the case where a
9701         double-click event is bound to an arbitrary function.
9703 2005-10-14  David Ponce  <david@dponce.com>
9705         * recentf.el (recentf-track-opened-file)
9706         (recentf-track-closed-file, recentf-update-menu)
9707         (recentf-used-hooks, recentf-enabled-p): Move before dialog stuff.
9708         (recentf-dialog-mode-map): Map follow-link to RET, so dialogs obey
9709         mouse-1-click-follows-link.
9711 2005-10-13  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
9713         * toolbar/diropen.xpm, toolbar/diropen.pbm: New versions made from
9714         Gnome file-manager.png.  Suggested by
9715         Joachim Nilsson <joachim.nilsson@vmlinux.org>.
9717         * toolbar/README: Add diropen.xpm.
9719 2005-10-13  Bill Wohler  <wohler@newt.com>
9721         * makefile.w32-in (MH_E_SRC): Rename from MH-E-SRC per NMAKE
9722         restrictions.  Suggested by David Robinow <drobinow@gmail.com>.
9724 2005-10-13  Stefan Monnier  <monnier@iro.umontreal.ca>
9726         * progmodes/mixal-mode.el (mixal-operation-codes-alist):
9727         Don't waste the byte-compiler's time on constant data.
9729 2005-10-13  Kenichi Handa  <handa@m17n.org>
9731         * international/utf-8.el (utf-8-compose): Display an invalid UTF-8
9732         byte with `escape-glyph' face.
9734         * international/fontset.el (ccl-encode-unicode-font):
9735         Lookup utf-subst-table-for-encode, not ucs-mule-cjk-to-unicode.
9736         Handle the case that ucs-mule-to-mule-unicode translates a character to
9737         ASCII (usually for IPA characters).
9739 2005-10-12  Stefan Monnier  <monnier@iro.umontreal.ca>
9741         * info.el (Info-fontify-node): Don't be fooled by a lone "...".
9742         Don't hide the underline of titles if font-lock-mode is disabled.
9744 2005-10-12  Bill Wohler  <wohler@newt.com>
9746         * makefile.w32-in (MH-E-SRC): New.  Used by mh-autoloads.
9747         (mh-autoloads): New.  Builds mh-e/mh-loaddefs.el.  Rebuilds if any
9748         files in MH-E-SRC have been updated.
9749         (updates, compile, recompile, bootstrap): Depend on mh-autoloads.
9751 2005-10-12  Stefan Monnier  <monnier@iro.umontreal.ca>
9753         * progmodes/mixal-mode.el (mixal-operation-codes): Remove.
9754         (mixal-mode-syntax-table): Add \n as end-comment.
9755         (mixal-operation-codes-alist): Immediately initialize to full value.
9756         (mixal-add-operation-code): Remove.
9757         (mixal-describe-operation-code): Make the arg non-optional.
9758         Use the interactive spec instead.
9759         Use mixal-operation-codes-alist rather than mixal-operation-codes.
9760         (mixal-font-lock-keywords): Don't highlight comments here any more.
9761         (mixal-font-lock-syntactic-keywords): New var.
9762         (mixal-mode): Use it.  Fix comment-start-skip.
9764 2005-10-12  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
9766         * startup.el (command-line-x-option-alist): -nb => -nbi
9768 2005-10-12  Kim F. Storm  <storm@cua.dk>
9770         * startup.el (fancy-splash-default-action): Discard mouse click in
9771         the splash screen window, as it has no sensible meaning in the
9772         next window to be selected.  Fixes error reported by Jan D.
9774 2005-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
9776         * desktop.el (desktop-load-file): Do nothing when FUNCTION is nil.
9778 2005-10-11  Stefan Monnier  <monnier@iro.umontreal.ca>
9780         * progmodes/mixal-mode.el: Sync with version in the GNU MDK project.
9781         Try to fix up minor layout issues like indentation, line break, etc...
9782         (mixal-mode-syntax-table): Don't try to specify comment syntax,
9783         because it doesn't work.
9784         (mixal-operation-codes): Add some more codes.
9785         (mixal-font-lock-keywords): Process comments here.
9786         (mixal-mode): mixasm no longer needs -g option.
9788 2005-10-11  Sven Joachim  <svenjoac@gmx.de>  (tiny change)
9790         * progmodes/sh-script.el (sh-tmp-file):
9791         Use mktemp -t.  Finish support for es and rc shells.
9793 2005-10-11  Jay Belanger  <belanger@truman.edu>
9795         * calc/calcalg2.el (calc-integral): With an argument, compute the
9796         definite integral.
9798 2005-10-11  Chong Yidong  <cyd@stupidchicken.com>
9800         * mouse.el (mouse-drag-region-1): Don't try to catch a
9801         double-click when doing follow-link (it's overridden anyway).
9803 2005-10-11  Juanma Barranquero  <lekktu@gmail.com>
9805         * emacs-lisp/autoload.el (update-directory-autoloads): Doc fix.
9806         (autoload-print-form-outbuf): Add docstring.
9808 2005-10-11  Juri Linkov  <juri@jurta.org>
9810         * info.el (Info-mode-menu): Delete menu item "Edit".
9811         (Info-mode): Delete description of Info-edit from docstring,
9812         and rearrange descriptions of Info commands in the order
9813         they are documented in the Info manual.
9815 2005-10-11  Stefan Monnier  <monnier@iro.umontreal.ca>
9817         * calendar/appt.el (appt-check): Use diary-selective-display var.
9819 2005-10-10  Richard M. Stallman  <rms@gnu.org>
9821         * net/newsticker.el (newsticker-start, newsticker-show-news):
9822         Add autoload cookies.
9824 2005-10-10  Emanuele Giaquinta  <emanuele.giaquinta@gmail.com>
9826         * progmodes/sh-script.el (sh-tmp-file): Use mktemp.
9828 2005-10-10  Karl Chen  <quarl@cs.berkeley.edu>
9830         * jka-cmpr-hook.el (jka-compr-handler): Fix typo in `operations' prop.
9832 2005-10-10  Jay Belanger  <belanger@truman.edu>
9834         * calc/calc-arith.el (math-check-known-scalarp)
9835         (math-check-known-matrixp): Check the values of arguments that are
9836         variables.
9837         (math-check-known-square-matrixp): New function.
9838         (math-known-square-matrixp): Use math-check-known-square-matrixp.
9839         (math-super-types): Add sqmatrix type.
9841         * calc/calc-mode.el (calc-matrix-mode, math-get-modes-vec): Change the
9842         mode name `square' to `sqmatrix'.
9844         * calc/calc.el (calc-matrix-mode, calc-set-mode-line): Change the
9845         mode name `square' to `sqmatrix'.
9847 2005-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
9849         * progmodes/etags.el (select-tags-table-mode): Don't use
9850         selective-display.
9851         (tags-select-tags-table): Pass `button' to the action function.
9852         (select-tags-table): Place the side-info on button properties rather
9853         than in hidden text.  Abbreviate file names.
9854         (select-tags-table-mode-map): Inherit rather than copy buttom-map.
9855         (select-tags-table-select): Add `button' argument.
9856         Get side-info from the button property rather than from hidden text.
9858 2005-10-11  Nick Roberts  <nickrob@snap.net.nz>
9860         * progmodes/gud.el (gud-install-speedbar-variables): Add more bindings.
9861         (gud-speedbar-buttons): Preserve point if possible.
9862         (gud-sentinel): Restore previous speedbar display type.
9864         * progmodes/gdb-ui.el (gdba): Improve diagram.
9865         (def-gdb-auto-update-handler, gdb-info-locals-handler)
9866         (gdb-put-breakpoint-icon, gdb-remove-breakpoint-icons):
9867         Call get-buffer-window once.
9869 2005-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
9871         * progmodes/pascal.el (pascal-mode-map): Move init into declaration.
9872         (pascal-mode-syntax-table): Make (* *) markers same class as { ... }.
9873         (pascal-indent-command): Remove unused var `ind'.
9874         (pascal-indent-case): Remove unused var `oldpos'.
9875         (pascal-outline-map): Don't inherit from pascal-mode-map anymore,
9876         since it's now used as a proper minor mode map.
9877         (pascal-outline): Rename to pascal-outline-mode.
9878         (pascal-outline-mode): Use define-minor-mode.
9879         (pascal-outline-mode, pascal-outline-change): Use overlays rather than
9880         selective-display.
9882 2005-10-10  Andreas Schwab  <schwab@suse.de>
9884         * textmodes/tex-mode.el (tex-font-lock-keywords-2): Adjust match
9885         number.  Reported by Karl Chen <quarl@cs.berkeley.edu>.
9887         * Makefile.in ($(lisp)/mh-e/mh-loaddefs.el): Fix for building
9888         outside source directory.
9890 2005-10-10  Carsten Dominik  <dominik@science.uva.nl>
9892         * textmodes/org.el (org-mode-map): Explicit definition of `C-c
9893         C-x' as a prefix.
9894         (orgtbl-mode-map): Full keymap instead of sparse, because all
9895         `self-insert-command' keys are redefined in this map.
9896         (org-export-as-html): Specify charset for HTML file, by taking it
9897         from the coding system.
9899 2005-10-10  Kenichi Handa  <handa@m17n.org>
9901         * textmodes/flyspell.el (flyspell-check-word-p):
9902         If unread-command-events is non-empty, don't call sit-for.
9904 2005-10-09  Richard M. Stallman  <rms@gnu.org>
9906         * font-lock.el (font-lock-syntactic-keywords)
9907         (font-lock-keywords): Doc fixes.
9909         * textmodes/flyspell.el (flyspell-external-point-words):
9910         Simplify logic, and don't try to check for consecutive appearances
9911         of one incorrect word.
9913 2005-10-10  Nick Roberts  <nickrob@snap.net.nz>
9915         * speedbar.el (speedbar-buffer-easymenu-definition): Add menu
9916         separator.
9918         * progmodes/gud.el (gud-last-speedbar-buffer): Remove.
9919         (gud-install-speedbar-variables): Add GUD to speedbar "Displays" list.
9920         (gud-expansion-speedbar-buttons): New function.
9921         (gud-speedbar-buttons): Check for gud-comint-buffer.
9923 2005-10-09  Bill Wohler  <wohler@newt.com>
9925         * Makefile.in (updates): Add mh-loaddefs dependency.
9927 2005-10-09  Chong Yidong  <cyd@stupidchicken.com>
9929         * speedbar.el (speedbar-file-key-map): Fix typo.
9931 2005-10-09  Daniel Brockman  <daniel@brockman.se>
9933         * cus-start.el (line-spacing): Add custom spec.
9935 2005-10-09  Romain Francoise  <romain@orebokech.com>
9937         * textmodes/ispell.el (ispell-check-version): Fix last change.
9939 2005-10-09  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
9941         * term/x-win.el: Remove -i, --icon-type from comment.
9943         * startup.el (command-line-x-option-alist): Remove options -i,
9944         -itype, --icon-type, added -nb, --no-bitmap-icon
9946 2005-10-09  Nick Roberts  <nickrob@snap.net.nz>
9948         * progmodes/gud.el (gud-speedbar-menu-items): Use :visible
9949         instead of :active.
9951 2005-10-08  Eric Hanchrow  <offby1@blarg.net>  (tiny change)
9953         * textmodes/ispell.el (ispell-check-version):
9954         Ignore hyphen, and all that follows, in aspell's version text.
9956 2005-10-08  Jay Belanger  <belanger@truman.edu>
9958         * calc/calc-arith.el (math-known-square-matrixp): New function.
9959         (math-pow-fancy): Check for matrices before distributing exponent
9960         across products.
9962         * calc/calc-keypd.el (calc-do-keypad): Widen keypad window for
9963         fullscreen keypad.  Suggested by Luc Teirlinck.
9964         (calc-keypad-show-input): Add space for formatting.
9966         * calc/calc-mode.el (calc-matrix-mode, math-get-modes-vec):
9967         Add square matrix option.
9969         * calc/calc-poly.el (math-expand-term): Check for matrices instead
9970         of checking calc-matrix-mode when deciding how to expand.
9972         * calc/calc.el (calc-set-mode-line): Add square matrix option.
9974 2005-10-08  Lars Hansen  <larsh@soem.dk>
9976         * net/tramp.el (tramp-perl-directory-files-and-attributes):
9977         Add error handling.
9978         (tramp-handle-directory-files-and-attributes): Handle perl error msg.
9980 2005-10-08  Michael Albinus  <michael.albinus@gmx.de>
9982         Sync with Tramp 2.0.51.
9984         * net/tramp.el (tramp-handle-set-visited-file-modtime)
9985         (tramp-handle-insert-file-contents, tramp-handle-write-region):
9986         Insert special handling for `last-coding-system-used', again
9987         it still seems to be necessary (unlike stated before).
9988         Reported by Toshinori Sugita <sugita@d-pad.co.jp>.
9989         (tramp-password-prompt-regexp): There might be other words before
9990         trailing ":".  Reported by Kurt Steinkraus <kurt@steinkraus.us>.
9991         (tramp-chunksize): Improve docstring.
9992         (tramp-set-auto-save-file-modes): Octal integer code #o600 breaks
9993         Emacs 20.  Use `tramp-octal-to-decimal' therefore.  Reported by
9994         Christian Joergensen <bugs@razor.dk>.
9996 2005-10-07  Glenn Morris  <rgm@gnu.org>
9998         * progmodes/f90.el (f90-keywords-re, f90-mode): Doc fix.
9999         (f90-font-lock-keywords-2, f90-mode-abbrev-table): Add `double
10000         precision'.
10002 2005-10-07  Romain Francoise  <romain@orebokech.com>
10004         * ibuf-ext.el (ibuffer-do-shell-command-pipe)
10005         (ibuffer-do-shell-command-pipe-replace)
10006         (ibuffer-do-shell-command-file, ibuffer-do-eval)
10007         (ibuffer-do-view-and-eval, ibuffer-do-rename-uniquely)
10008         (ibuffer-do-revert, ibuffer-do-replace-regexp)
10009         (ibuffer-do-query-replace, ibuffer-do-query-replace-regexp)
10010         (ibuffer-do-print, ibuffer-filter-by-mode, ibuffer-filter-by-used-mode)
10011         (ibuffer-filter-by-name, ibuffer-filter-by-filename)
10012         (ibuffer-filter-by-size-gt, ibuffer-filter-by-size-lt)
10013         (ibuffer-filter-by-content, ibuffer-filter-by-predicate
10014         (ibuffer-do-sort-by-major-mode, ibuffer-do-sort-by-mode-name)
10015         (ibuffer-do-sort-by-alphabetic, ibuffer-do-sort-by-size):
10016         Autoload file sans suffix.
10018         * emulation/cua-base.el (cua-toggle-global-mark): Likewise.
10020 2005-10-07  David Ponce  <david@dponce.com>
10022         * recentf.el (recentf-menu-open-all-flag): New option.
10023         (recentf-digit-shortcut-command-name): New function.
10024         (recentf--shortcuts-keymap): New variable.
10025         (recentf-menu-shortcuts): New variable.
10026         (recentf-make-menu-items): Initialize it.  Replace the "More..."
10027         menu item by "All...", if `recentf-menu-open-all-flag' is non-nil.
10028         (recentf-menu-value-shortcut): New function.
10029         (recentf-make-menu-item): Use it.  No more in-lined.
10030         (recentf-dialog-mode-map): Base on `recentf--shortcuts-keymap'.
10031         (recentf-open-most-recent-file): Rename from
10032         `recentf-open-file-with-key'.  Don't depend on key binding.
10033         (recentf-mode-map): New variable.
10034         (recentf-mode): Use it.
10036 2005-10-06  Bill Wohler  <wohler@newt.com>
10038         * mh-e/mh-loaddefs.el: Remove.  Now generated automatically.
10040         * Makefile.in (AUTOGENEL): Add mh-e/mh-loaddefs.el.
10041         (MH-E-SRC): New.  Used by mh-autoloads.
10042         (mh-autoloads): New.  Builds mh-e/mh-loaddefs.el.  Rebuilds if any
10043         files in MH-E-SRC have been updated.
10044         (compile, recompile, bootstrap): Depend on mh-autoloads.
10046 2005-10-07  Nick Roberts  <nickrob@snap.net.nz>
10048         * progmodes/gud.el (gud-menu-map): Only display un-intuitive
10049         gud-break and gud-remove icons when the fringe is not available.
10051         * progmodes/gdb-ui.el (gdb-fringe-width -> gdb-buffer-fringe-width):
10052         Typo.
10054 2005-10-06  Michael Cadilhac  <michael.cadilhac-@t-lrde.epita.fr>  (tiny change)
10056         * play/zone.el (zone): Wrap body with save-window-excursion.
10058 2005-10-06  Stefan Monnier  <monnier@iro.umontreal.ca>
10060         * calendar/cal-menu.el (calendar-mouse-view-diary-entries):
10061         Use the new `list-only' arg to diary-list-entries.
10063         * calendar/diary-lib.el: Use overlays rather than selective-display.
10064         (diary-selective-display): New var.
10065         (diary-header-line-format): Use it.
10066         (diary-list-entries): Add argument `list-only'.
10067         Put the buffer in diary-mode.  Don't add \^M at beg and end.
10068         Replace \^M by invisible overlays.
10069         (diary-unhide-everything): Replace \^M by invisible overlays.
10070         (print-diary-entries): Look for overlays rather than \^M.
10071         Add a space to the temp buffer name.
10072         (diary-show-all-entries, mark-diary-entries, make-diary-entry):
10073         Put the buffer in diary-mode.
10074         (list-sexp-diary-entries): Replace \^M by invisible overlays.
10075         (diary-anniversary): Make the year arg optional.
10076         (diary-time-regexp): New const.
10077         (diary-font-lock-keywords): Use it to accept a few more time formats.
10079         * pcvs.el (cvs-sentinel): Make sure we do re-enable undo.
10081 2005-10-06  Thien-Thi Nguyen  <ttn@gnu.org>
10083         * textmodes/artist.el (artist-ellipse-mirror-quadrant):
10084         Fix bug introduced 2005-07-03: Use (car (last ...))
10085         to faithfully reproduce replaced artist-last.
10086         (artist-set-arrow-points-for-poly): Likewise.
10087         Suggested by Johan Bockg\e,Ae\e(Brd.
10089 2005-10-06  Juanma Barranquero  <lekktu@gmail.com>
10091         * dframe.el (x-pointer-hand2, x-pointer-top-left-arrow):
10092         * wid-edit.el (widget):
10093         * progmodes/gdb-ui.el (gdb-buffer-fringe-width):
10094         * progmodes/vhdl-mode.el (speedbar-attached-frame): Add defvars.
10096 2005-10-06  Kenichi Handa  <handa@m17n.org>
10098         * international/mule-cmds.el (set-language-environment):
10099         Fix setting up of case-table for unibyte mode.
10101         * simple.el (what-cursor-position): If the character is displayed
10102         by some `display' text property, show that.  Don't use
10103         single-key-description for eight-bit characters in multibyte mode.
10105 2005-10-06  Nick Roberts  <nickrob@snap.net.nz>
10107         * progmodes/gdb-ui.el (gdb-fringe-width): New variable.
10108         (gdb-ann3): Set it.
10109         (gdb-put-breakpoint-icon): Don't take fringe-width from speedbar frame.
10110         (gdb-info-frames-custom): Use inverse-video for first five
10111         characters of selected frame only.
10112         (gdb-get-frame-number): Select frame even when point is on frame
10113         number.
10115 2005-10-06  Masatake YAMATO  <jet@gyve.org>
10117         * progmodes/gdb-ui.el (gdb-info-breakpoints-custom):
10118         Put `font-lock-function-name-face'.
10119         (gdb-info-frames-custom): Put `font-lock-function-name-face'
10120         and `font-lock-variable-name-face'
10121         (gdb-registers-font-lock-keywords): New font lock keywords definition.
10122         (gdb-registers-mode): Use `gdb-registers-font-lock-keywords`.
10123         (gdb-memory-font-lock-keywords): New font lock keywords definition.
10124         (gdb-memory-mode): Use `gdb-memory-font-lock-keywords'.
10125         (gdb-local-font-lock-keywords): New font lock keywords definition.
10126         (gdb-locals-mode): Use `gdb-local-font-lock-keywords'
10127         (gdb-threads-font-lock-keywords): New font lock keywords definition.
10128         (gdb-threads-mode): Use `gdb-threads-font-lock-keywords'.
10130 2005-10-05  Michael Kifer  <kifer@cs.stonybrook.edu>
10132         * ediff-merge.el (ediff-merge-region-is-non-clash): New defsubst.
10133         (ediff-merge-region-is-non-clash-to-skip): Previously called
10134         ediff-merge-region-is-non-clash.
10136         * ediff-mult.el (ediff-append-custom-diff, ediff-meta-show-patch):
10137         Use insert-buffer-substring.
10139         * ediff-ptch.el (ediff-fixup-patch-map): Use better heuristics for
10140         selecting files to patch.  Also bug fixes.
10142         * ediff-util.el (ediff-setup): Bug fix.
10143         (ediff-next-difference): Never skip clashes that differ in white
10144         space only.
10146         * ediff-wind.el (ediff-setup-control-frame)
10147         (ediff-destroy-control-frame): Check the menubar feature.
10149         * viper-cmd.el (viper-normalize-minor-mode-map-alist)
10150         (viper-refresh-mode-line): Use make-local-variable to localize
10151         some vars instead of make-variable-buffer-local.  Suggested by
10152         Stefan Monnier.
10154         * viper-init.el (viper-make-variable-buffer-local): Delete alias.
10155         (viper-restore-cursor-type, viper-set-insert-cursor-type):
10156         Use make-local-variable instead of make-variable-buffer-local.
10157         Suggested by Stefan Monnier.
10159         * viper.el (viper-mode): Don't use viper-make-variable-buffer-local.
10160         (viper-comint-mode-hook): Use make-local-variable on
10161         require-final-newline.
10162         (viper-non-hook-settings): Don't use make-variable-buffer-local.
10164 2005-10-05  Stefan Monnier  <monnier@iro.umontreal.ca>
10166         * progmodes/scheme.el (scheme-mode-syntax-table): Mark ; as being
10167         also the second char of a comment-start sequence.
10168         (scheme-sexp-comment-syntax-table): New var.
10169         (lambda, define): Set their scheme-doc-string-elt property.
10170         (scheme-font-lock-syntactic-face-function): Handle sexp-comments.
10171         Use lisp-font-lock-syntactic-face-function now that it properly
10172         handles |...| symbols.
10173         (scheme-mode-variables): Set lisp-doc-string-elt-property,
10174         parse-sexp-lookup-properties and font-lock-extra-managed-props.
10176         * emacs-lisp/lisp-mode.el (lisp-mode-syntax-table): Move the nesting
10177         bit from # to |.
10178         (lisp-font-lock-syntactic-face-function): Distinguish |...| symbols.
10180         * emacs-lisp/lisp-mode.el (lambda): Add its doc-string-elt property.
10181         (lisp-doc-string-elt-property): New var.
10182         (lisp-font-lock-syntactic-face-function): Use it.
10183         Rewrite to recognize docstrings even for forms not at toplevel.
10185         * progmodes/scheme.el (scheme-mode-syntax-table): Put the nested
10186         annotation on the | part of #| rather than on the # part.
10187         (scheme-font-lock-syntactic-face-function): New function, to
10188         distinguish strings from |...| symbols.
10189         (scheme-mode-variables): Use it.  Also fix up the font-lock-time
10190         syntax-table so that #|...|# is properly highlighted.
10192         * emacs-lisp/lisp-mode.el (lisp-font-lock-syntactic-face-function):
10193         Don't mark as docstring the 3rd elem of an unknown toplevel form.
10195 2005-10-04  Stefan Monnier  <monnier@iro.umontreal.ca>
10197         * bindings.el (global-map): Resync [home] and [end] bindings with C-a
10198         and C-e.
10200         * emacs-lisp/eldoc.el: Move comments into docstrings.
10201         (eldoc-message-commands): Initialize in its declaration.
10202         Add move-beginning-of-line and move-end-of-line.
10203         (eldoc-add-command, eldoc-add-command-completions)
10204         (eldoc-remove-command, eldoc-remove-command-completions): Simplify.
10206         * outline.el (outline-mark-subtree): Activate the mark.
10208         * calendar/appt.el (appt-time-regexp): New var.
10209         (appt-add, appt-make-list): Use it.
10210         (appt-convert-time): Clean up.
10212         * textmodes/tex-mode.el (tex-font-lock-syntactic-face-function):
10213         Don't set any syntax-table property here.
10214         (tex-font-lock-verb): New function.  Do it here.
10215         (tex-font-lock-syntactic-keywords): Use it.
10217 2005-10-04  Richard M. Stallman  <rms@gnu.org>
10219         * wid-edit.el (widget-file-complete): Get the widget start point
10220         the right way.  Default directory to `/' if file has none.
10222         * x-dnd.el (x-dnd-drop-data): Check for dedicated windows.
10224         * textmodes/flyspell.el (flyspell-mode-on):
10225         Call ispell-maybe-find-aspell-dictionaries.
10227         * textmodes/ispell.el (ispell-word, ispell-region):
10228         Call ispell-maybe-find-aspell-dictionaries.
10229         (ispell-accept-buffer-local-defs):
10230         Don't call ispell-maybe-find-aspell-dictionaries
10232 2005-10-04  Richard M. Stallman  <rms@gnu.org>
10234         * iswitchb.el (iswitchb-buffer-ignore): Label it risky.
10236 2005-10-04  Emilio C. Lopes  <eclig@gmx.net>
10238         * iswitchb.el (iswitchb-ignore-buffername-p): Use `functionp'
10239         instead of `fboundp' in order to allow for anonymous functions.
10241 2005-10-04  Chong Yidong  <cyd@stupidchicken.com>
10243         * info.el (Info-next, Info-prev, Info-up): Select info buffer, in
10244         case the user clicks on the link while another window is selected.
10245         (Info-speedbar-hierarchy-buttons): Use speedbar-current-frame.
10247         * dframe.el (dframe-update-keymap): Use mouse-1-click-follows-link
10248         functionality.
10249         (dframe-help-echo): Save point in case mouse tracking is off.
10251 2005-10-04  Thien-Thi Nguyen  <ttn@gnu.org>
10253         * net/ange-ftp.el (ange-ftp-ls): Fix typo introduced in last change.
10255 2005-10-03  Stefan Monnier  <monnier@iro.umontreal.ca>
10257         * progmodes/cc-styles.el (c-setup-paragraph-variables): Make sure we do
10258         not change the global value of those vars.
10260         * progmodes/cc-mode.el (c-basic-common-init): Remove calls to
10261         make-local-variable which we do not need any more.
10263 2005-10-03  Chong Yidong  <cyd@stupidchicken.com>
10265         * speedbar.el (speedbar-ignored-path-regexp, speedbar-line-path)
10266         (speedbar-ignored-path-expressions, speedbar-buffers-line-path)
10267         (speedbar-add-ignored-path-regexp, speedbar-buffers-line-path)
10268         (speedbar-path-line): Define obsolete aliases.
10269         (speedbar-line-directory): Doc fix.
10271         * progmodes/vhdl-mode.el (vhdl-speedbar-initialize)
10272         (vhdl-speedbar-rescan-hierarchy): Call speedbar-line-directory
10273         instead of speedbar-line-path.
10275 2005-10-03  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
10277         * x-dnd.el (x-dnd-drop-data): Don't set dnd-open-file-other-window
10278         to nil if dropping on a window.  Handle dropping on a minibuffer window
10279         like dropping on a non-window part of Emacs.
10281 2005-10-03  Stefan Monnier  <monnier@iro.umontreal.ca>
10283         * net/ange-ftp.el: Use with-current-buffer.
10284         (ange-ftp-insert-directory): Do not follow symlinks any more.
10286         * textmodes/ispell.el (ispell-find-aspell-dictionaries):
10287         Remove interactive spec.
10289 2005-10-03  Kim F. Storm  <storm@cua.dk>
10291         * ido.el (ido-mode): Use custom-initialize-set.
10293 2005-10-02  Richard M. Stallman  <rms@gnu.org>
10295         * progmodes/ebnf2ps.el (ebnf-eps-production-list):
10296         Use insert-buffer-substring.
10298         * net/tramp.el: Pacify byte compiler warnings in pacification code.
10299         (tramp-handle-file-local-copy): Use insert-buffer-substring.
10301 2005-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
10303         * net/ange-ftp.el (ange-ftp-insert-directory): Undo unintended part
10304         in last change.
10305         (ange-ftp-insert-directory): Fix up the search for the case where
10306         `file' is absolute.
10308 2005-10-02  Romain Francoise  <romain@orebokech.com>
10310         * progmodes/compile.el (compile-goto-error): Delete extra paren.
10312 2005-10-02  Andreas Schwab  <schwab@suse.de>
10314         * ediff-ptch.el (ediff-fixup-patch-map): Handle file names without
10315         directory component in the session info.
10317 2005-10-01  Richard M. Stallman  <rms@gnu.org>
10319         * comint.el (comint-redirect-subvert-readonly): Doc fix.
10321         * simple.el (next-error-internal): New function.
10323         * progmodes/compile.el (compilation-buffer-name): New arg MODE-COMMAND.
10324         (compilation-start): Pass new arg to compilation-buffer-name.
10325         (compile-goto-error): Use next-error-internal.
10327 2005-10-01  Chong Yidong  <cyd@stupidchicken.com>
10329         * speedbar.el: Remove RCS tag.
10330         (speedbar-check-read-only): Handle non-existent files.
10332         * dframe.el, ezimage.el, sb-image.el: Remove RCS tags.
10334         * info.el (Info-speedbar-hierarchy-buttons)
10335         (Info-speedbar-goto-node): Call speedbar-select-attached-frame.
10337 2005-10-01  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
10339         * textmodes/bibtex.el (bibtex-valid-entry-whitespace-re):
10340         Do not match newline.
10341         (bibtex-realign): Do not use bibtex-valid-entry-whitespace-re.
10342         (bibtex-summary): Remove unnecessary save-excursion.
10343         (bibtex-fill-field-bounds): Use fill-region-as-paragraph.
10345 2005-10-01  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
10347         * term/mac-win.el: Add charset info for "iso10646-1".
10348         Modify default fontset to use ATSUI-compatible fonts for some charsets
10349         if available.
10351 2005-10-01  Chong Yidong  <cyd@stupidchicken.com>
10353         * speedbar.el: Re-apply arch tag.
10354         (speedbar-version): Rename to version 1.0.  Suggested by Eric
10355         M. Ludlam.
10356         Reapply two changes from Emacs CVS' version of speedbar lost
10357         during the merge:
10358         (speedbar-use-imenu-flag): Avoid unnecessary use of locate-library.
10359         (speedbar-frame-parameters): Improve customize type.
10361 2005-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
10363         * net/ange-ftp.el (ange-ftp-gwp-start): Use with-current-buffer.
10364         (ange-ftp-file-directory-p): Fix the symlink case.
10365         (ange-ftp-insert-directory): When listing a single file, get a list of
10366         the parent buffer and extract the relevant line.  Inspired from a patch
10367         by Katsumi Yamaoka <yamaoka@jpl.org>.
10368         (ange-ftp-file-name-sans-versions): Simplify.
10370 2005-09-30  Bill Wohler  <wohler@newt.com>
10372         Move MH-E image files from toolbar and mail directories into
10373         etc/images.
10375         * mail/reply2.*: Move to etc/images/mail/reply*.
10377         * toolbar/execute.*, toolbar/highlight.*, toolbar/mh-logo.xpm:
10378         * toolbar/page-down.*, toolbar/show.*, toolbar/widen.*: Move to
10379         etc/images.
10381         * toolbar/alias.*, toolbar/refile.*, toolbar/repack.*:
10382         * toolbar/reply*: Move to etc/images/mail.
10384         * toolbar/rescan.*: Move and rename to etc/images/refresh.*.
10386 2005-09-30  Eric M. Ludlam  <zappo@gnu.org>
10388         * speedbar.el: New version 1.0pre3.
10390         Frame management code (including timer, and mouse click specifics)
10391         moved to dframe.el:
10392         (speedbar-attached-frame): Removed.  Use dframe-attached-frame.
10393         (speedbar-timer): Removed.  Use dframe-timer.
10394         (speedbar-close-frame): Removed.  Use dframe-close-frame.
10395         (speedbar-activity-change-focus-flag): Removed.  Use
10396         dframe-activity-change-focus-flag.
10397         (speedbar-update-speed, speedbar-navigating-speed): Obsolete.  Use
10398         dframe-update-speed.
10400         (speedbar-current-frame): New macro.  Use this instead of the
10401         variable speedbar-frame.
10403         (speedbar-use-images, speedbar-expand-image-button-alist)
10404         (speedbar-insert-image-button-maybe): Moved to sb-image.el.
10406         (speedbar-find-image-on-load-path): Removed.  Replaced by
10407         defezimage in ezimage.el.
10408         (speedbar-expand-image-button-alist): Removed.  Replaced by
10409         ezimage-expand-image-button-alist in ezimage.el.
10411         (speedbar-ignored-directory-regexp)
10412         (speedbar-add-ignored-directory-regexp)
10413         (speedbar-ignored-directory-expressions)
10414         (speedbar-line-directory, speedbar-buffers-line-directory)
10415         (speedbar-directory-line, speedbar-buffers-line-directory):
10416         Renamed, replacing `path' with `directory'.
10418         (speedbar-create-directory, speedbar-expand-line-descendants)
10419         (speedbar-toggle-line-expansion)
10420         (speedbar-contract-line-descendants): New commands.
10422         (speedbar-query-confirmation-method, speedbar-select-frame-method)
10423         (speedbar-use-tool-tips-flag): New options.
10425         (speedbar-check-read-only, speedbar-require-version)
10426         (speedbar-insert-separator, speedbar-buffers-tail-notes)
10427         (speedbar-handle-delete-frame, speedbar-try-completion)
10428         (speedbar-update-localized-contents): New functions.
10430         (speedbar-incompatible-version, speedbar-ro-to-do-point)
10431         (speedbar-object-read-only-indicator): New variables.
10433         (speedbar-visiting-tag-hook, speedbar-before-visiting-file-hook):
10434         New hooks.
10436         (speedbar-separator-face): New face.
10438         (speedbar-supported-extension-expressions): Add `.g' and `.ma?k'.
10439         (speedbar-ignored-modes): Add fundamental-mode.
10440         (speedbar-directory-unshown-regexp): Add . directories.
10442         (speedbar-key-map): Remove old SPC and DEL page up/down keys.
10443         (speedbar-file-key-map): Add SPC to toggle node expansion, `[' and
10444         `]' for full expand/close.
10445         (speedbar-buffers-key-map): Add SPC to toggle node expansion.
10447         (speedbar-check-vc): Support hidden files.
10448         (speedbar-vc-check-dir-p): Use vc-state if available for CVS.
10449         (speedbar-this-file-in-vc): Use vc-state if available.  If VC
10450         state is nil, it is not checked out.
10452         (speedbar-line-text, speedbar-line-token): Support expand buttons
10453         with no text.
10454         (speedbar-refresh): Universal argument acts as power-click.
10455         (speedbar-fetch-dynamic-tags): If a buffer is in Emacs, switch to
10456         that buffer to get variable values.
10458         And many other bugfixes.
10460         * dframe.el, ezimage.el, sb-image.el: New files.
10462         * sb-*.xpm: Remove files.  New image files installed into
10463         etc/images/ezimage.
10465 2005-09-30  Kenichi Handa  <handa@m17n.org>
10467         * ps-mule.el (ps-mule-show-warning): If a character is in
10468         ps-print-translation-table, don't treat it as non-printable.
10470 2005-09-30  David Ponce  <david@dponce.com>
10472         * tree-widget.el (tree-widget-themes-load-path): New variable.
10473         (tree-widget-themes-directory): Doc fix.
10474         (tree-widget-image-formats) [Emacs]: Doc fix.
10475         (tree-widget--locate-sub-directory): New function.
10476         (tree-widget-themes-directory): Use it.
10478         * recentf.el (recentf-filename-handlers): Rename from
10479         `recentf-filename-handler'.  Allow a list of functions.
10480         (recentf-menu-items-for-commands): Fix :help strings.
10481         (recentf-apply-filename-handlers): New function.
10482         (recentf-expand-file-name): Use it.
10483         (recentf-cleanup): Remove duplicates too.
10485 2005-09-29  Juri Linkov  <juri@jurta.org>
10487         * faces.el: Rearrange face definitions to be in the same order as
10488         their face descriptions in "(emacs)Standard Faces".
10490         * isearch.el (isearch, lazy-highlight): Add group `basic-faces'.
10492         * tooltip.el (tooltip): Add group `basic-faces'.
10494         * buff-menu.el (Buffer-menu-buffer): Remove group
10495         `font-lock-highlighting-faces'.
10497         * progmodes/compile.el (compilation-error, compilation-warning)
10498         (compilation-info, compilation-line-number, compilation-column-number):
10499         Change group from `font-lock-highlighting-faces' to `compilation'.
10501         * progmodes/vhdl-mode.el (vhdl-font-lock-prompt-face)
10502         (vhdl-font-lock-attribute-face, vhdl-font-lock-enumvalue-face)
10503         (vhdl-font-lock-function-face, vhdl-font-lock-directive-face)
10504         (vhdl-font-lock-reserved-words-face)
10505         (vhdl-font-lock-translate-off-face, syntax-alist): Remove group
10506         `font-lock-highlighting-faces'.
10508         * cus-edit.el (custom-buffer-sort-alphabetically): Default to nil.
10510 2005-09-28  Kim F. Storm  <storm@cua.dk>
10512         * emulation/cua-base.el: Set CUA move property on additional commands:
10513         up-list, down-list, backward-up-list, end-of-defun beginning-of-defun,
10514         forward-sexp, backward-sexp, forward-list, backward-list.
10516 2005-09-28  Romain Francoise  <romain@orebokech.com>
10518         * comint.el (comint-show-output): Really set point at the
10519         beginning of the output when not using `comint-use-prompt-regexp'.
10521 2005-09-27  Jay Belanger  <belanger@truman.edu>
10523         * calc/calc-lang.el (math-oper-table): Raise the precedence of "/"
10524         in TeX mode.
10526 2005-09-26  Juanma Barranquero  <lekktu@gmail.com>
10528         * textmodes/org.el (org-table-sum): Fix format string.
10530         * textmodes/tex-mode.el (tex-insert-quote, latex-indent):
10531         Quote face names.
10533 2005-09-26  Romain Francoise  <romain@orebokech.com>
10535         * isearch.el (isearch-forward-regexp): Close doc string.
10537 2005-09-25  Richard M. Stallman  <rms@gnu.org>
10539         * simple.el (blink-matching-open): Don't no-op when point is BEGV+1.
10541         * isearch.el (isearch-forward, isearch-forward-regexp): Doc fixes.
10543         * progmodes/compile.el (compilation-error-properties):
10544         When getting the file from the previous error message,
10545         correctly decode the new data format.
10547         * progmodes/cc-cmds.el (c-electric-paren):
10548         Call old-blink-paren only for close-paren.
10550 2005-09-24  Andreas Schwab  <schwab@suse.de>
10552         * term/rxvt.el (rxvt-register-default-colors): Delete redundant
10553         condition.
10555 2005-09-25  Romain Francoise  <romain@orebokech.com>
10557         * dired-aux.el (dired-copy-file-recursive):
10558         * dired.el (dired-delete-file):
10559         * ediff-mult.el (ediff-dir-diff-copy-file):
10560         * ediff-util.el (ediff-test-save-region):
10561         * forms.el (forms-mode):
10562         * ido.el (ido-file-internal, ido-delete-file-at-head):
10563         * log-edit.el (log-edit-done):
10564         * ses.el (ses-yank-resize):
10565         * play/gomoku.el (gomoku-human-plays, gomoku)
10566         (gomoku-human-resigns, gomoku-prompt-for-other-game)
10567         (gomoku-offer-a-draw):
10568         * play/landmark.el (lm-human-resigns, lm):
10569         * net/eudcb-ldap.el (eudc-ldap-check-base):
10570         * play/mpuz.el (mpuz-offer-abort, mpuz-try-letter, mpuz-close-game):
10571         * progmodes/ebrowse.el (ebrowse-find-pattern):
10572         * progmodes/idlw-shell.el (idlwave-shell-set-bp-check):
10573         * textmodes/reftex-index.el (reftex-index-initialize-phrases-buffer):
10574         End `yes-or-no-p' and `y-or-n-p' prompts with question mark and space.
10576         * vc.el (vc-delete-file):
10577         * play/gomoku.el (gomoku-terminate-game, gomoku)
10578         (gomoku-prompt-for-move, gomoku-human-takes-back):
10579         * play/landmark.el (lm-human-takes-back, lm-prompt-for-move)
10580         (lm-start-robot, lm-human-plays): Remove extraneous spaces in messages.
10582 2005-09-24  Dan Nicolaescu  <dann@ics.uci.edu>
10584         * term/rxvt.el (rxvt-register-default-colors): Add support for 255
10585         color rxvt terminals by using the code xterm.el used to use before
10586         2005-04-09 in order to match the colors used by rxvt.
10588 2005-09-24  Emanuele Giaquinta  <emanuele.giaquinta@gmail.com>  (tiny change)
10590         * term/rxvt.el (rxvt-register-default-colors): Add support for 88
10591         colors rxvt-unicode terminals by using the same code as xterm.el.
10593 2005-09-24  Stefan Monnier  <monnier@iro.umontreal.ca>
10595         * textmodes/tex-mode.el (tex-font-lock-append-prop)
10596         (tex-font-lock-suscript, tex-insert-quote, latex-indent): Adjust to the
10597         new symbol used for the tex-verbatim face.
10599 2005-09-24  Emilio C. Lopes  <eclig@gmx.net>
10601         * woman.el (woman-file-name):
10602         * wid-edit.el (widget-file-prompt-value)
10603         (widget-coding-system-prompt-value):
10604         * w32-fns.el (set-w32-system-coding-system):
10605         * vc.el (vc-version-diff, vc-annotate):
10606         * textmodes/reftex-auc.el (reftex-arg-cite)
10607         (reftex-arg-index-tag):
10608         * textmodes/refer.el (refer-get-bib-files):
10609         * textmodes/artist.el (artist-figlet-choose-font):
10610         * terminal.el (terminal-emulator):
10611         * replace.el (occur-read-primary-args):
10612         * rect.el (string-rectangle, string-insert-rectangle):
10613         * ps-print.el (ps-print-preprint):
10614         * progmodes/pascal.el (pascal-goto-defun):
10615         * progmodes/etags.el (visit-tags-table, visit-tags-table-buffer):
10616         * progmodes/compile.el (compilation-find-file):
10617         * printing.el (pr-interactive-n-up):
10618         * play/animate.el (animate-birthday-present):
10619         * net/rcompile.el (remote-compile):
10620         * man.el (man, Man-goto-section, Man-follow-manual-reference):
10621         * mail/rmailsum.el (rmail-summary-search-backward)
10622         (rmail-summary-search):
10623         * mail/rmailout.el (rmail-output-read-rmail-file-name)
10624         (rmail-output-read-file-name):
10625         * mail/rmail.el (rmail-search, rmail-search-backwards):
10626         * mail/mailabbrev.el (merge-mail-abbrevs, rebuild-mail-abbrevs):
10627         * locate.el (locate):
10628         * international/quail.el (quail-show-keyboard-layout):
10629         * international/mule.el (set-buffer-file-coding-system)
10630         (revert-buffer-with-coding-system, set-file-name-coding-system)
10631         (set-terminal-coding-system, set-keyboard-coding-system)
10632         (set-next-selection-coding-system):
10633         * international/mule-diag.el (describe-coding-system)
10634         (describe-font, describe-fontset):
10635         * international/mule-cmds.el (universal-coding-system-argument)
10636         (search-unencodable-char, describe-input-method)
10637         (set-language-environment, describe-language-environment):
10638         * international/codepage.el (codepage-setup):
10639         * international/code-pages.el (codepage-setup):
10640         * info.el (Info-search, Info-follow-reference)
10641         (Info-search-backward):
10642         * emacs-lisp/advice.el (ad-read-advised-function)
10643         (ad-read-advice-class, ad-clear-cache, ad-activate)
10644         (ad-deactivate, ad-update, ad-unadvise, ad-read-advice-name)
10645         (ad-enable-advice, ad-disable-advice, ad-remove-advice)
10646         (ad-read-regexp):
10647         * ediff-util.el (ediff-toggle-regexp-match):
10648         * ediff-ptch.el (ediff-prompt-for-patch-file):
10649         * dired-aux.el (dired-diff):
10650         * diff.el (diff):
10651         * cus-edit.el (custom-variable-prompt):
10652         * calendar/timeclock.el (timeclock-ask-for-project):
10653         * calc/calcalg3.el (calc-get-fit-variables):
10654         * calc/calc-store.el (calc-edit-variable)
10655         (calc-permanent-variable):
10656         * vc-mcvs.el (vc-mcvs-register):
10657         * shadowfile.el (shadow-define-literal-group):
10658         * woman.el (woman-file-name):
10659         * vc.el (vc-version-diff, vc-merge):
10660         * textmodes/reftex-index.el (reftex-index-complete-tag):
10661         * format.el (format-decode-buffer, format-decode-region):
10662         * emulation/viper-cmd.el (viper-read-string-with-history):
10663         * emacs-lisp/debug.el (cancel-debug-on-entry):
10664         * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
10665         * ediff.el (ediff-merge-revisions)
10666         (ediff-merge-revisions-with-ancestor, ediff-revision):
10667         * completion.el (interactive-completion-string-reader):
10668         * calc/calc-prog.el (calc-user-define-formula):
10669         Follow convention for reading with the minibuffer.
10671 2005-09-24  Steven Huwig  <steven_h@acm.org>  (tiny change)
10673         * progmodes/python.el (python-describe-symbol): Add globals() and
10674         locals() to the arguments of emacs.ehelp.
10676 2005-09-24  Magnus Henoch  <mange@freemail.hu>
10678         * textmodes/ispell.el (ispell-maybe-find-aspell-dictionaries):
10679         New function, code extracted from ispell-valid-dictionary-list.
10680         (ispell-valid-dictionary-list, ispell-accept-buffer-local-defs):
10681         Call it.
10683 2005-09-24  Eli Zaretskii  <eliz@gnu.org>
10685         * subr.el (version-regexp-alist): Extend valid syntax for version
10686         strings: allow any of the characters -,_,+ to separate the
10687         alpha/beta/rc part from the version part.  Doc fix.
10688         (version-to-list): Doc fix.  Bind case-fold-search to t, as advertised.
10690 2005-09-23  David Reitter  <david.reitter@gmail.com>
10692         * mail/mailclient.el: New file.
10694 2005-09-23  Richard M. Stallman  <rms@gnu.org>
10696         * textmodes/flyspell.el (flyspell-highlight-incorrect-region)
10697         (flyspell-incorrect-hook, flyspell-highlight-duplicate-region):
10698         Doc fixes.
10700         * progmodes/cc-mode.el (c-font-lock-init):
10701         Specify font-lock-lines-before.
10703 2005-09-23  Stefan Monnier  <monnier@iro.umontreal.ca>
10705         * smerge-mode.el (smerge-remove-props): Cause re-highlighting of the
10706         whole conflict.
10708 2005-09-23  Carsten Dominik  <dominik@science.uva.nl>
10710         * textmodes/org.el (org-mode-map, orgtbl-mode-map):
10711         Move keybindings with `C-c C-h' prefix to `C-c C-x' prefix.  Make use
10712         of `remap' feature when available.  Additional key bindings for
10713         better tty support.
10714         (org-mode-restart, org-force-self-insert): New commands.
10715         (org-time-stamp-inactive): New command.
10716         (org-remap): New function.
10717         (org-table-auto-blank-field, org-level-color-stars-only): New options.
10718         (org-enable-fixed-width-editor): Move to `org-structure'
10719         customization group.
10720         (org-self-insert-command, orgtbl-self-insert-command): Modify to
10721         blank field after field motion commands.
10723 2005-09-23  Kenichi Handa  <handa@m17n.org>
10725         * international/mule-cmds.el (set-language-environment):
10726         Don't check utf-translate-cjk-lang-env is nil or not on deciding if we
10727         have to call utf-translate-cjk-load-tables.
10729 2005-09-22  Stefan Monnier  <monnier@iro.umontreal.ca>
10731         * mouse.el (mouse-move-drag-overlay): Fix last change.
10733 2005-09-22  David Ponce  <david@dponce.com>
10735         * tree-widget.el (tree-widget-value-create): Fix previous change.
10737 2005-09-21  Dan Nicolaescu  <dann@ics.uci.edu>
10739         * term/xterm.el (terminal-init-xterm): Fix loading rxvt at run time.
10741 2005-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
10743         * mouse.el (mouse-move-drag-overlay): New function.
10744         (mouse-drag-region-1): Use it.
10745         Try to simplify a bit the state handling.  Handle clicks on links
10746         inside intangible areas.
10747         (mouse-save-then-kill): Minor simplification.
10748         (mouse-secondary-overlay): Make it always non-nil instead of
10749         recreating it each time.
10750         (mouse-start-secondary, mouse-set-secondary, mouse-drag-secondary)
10751         (mouse-kill-secondary, mouse-secondary-save-then-kill):
10752         Simplify accordingly.
10754 2005-09-21  Dan Nicolaescu  <dann@ics.uci.edu>
10756         * term/rxvt.el (rxvt-standard-colors): Fix some colors.
10758 2005-09-20  Michael Kifer  <kifer@cs.stonybrook.edu>
10760         * ediff-ptch.el (ediff-prompt-for-patch-file): More intuitive prompt.
10761         (ediff-file-name-sans-prefix): Treat nil as an empty string.
10762         (ediff-fixup-patch-map): Better heuristic for intuiting the file names
10763         to patch.
10765         * ediff-util.el: Use insert-buffer-substring.
10767         * ediff-vers.el (cvs-run-ediff-on-file-descriptor): Bug fix.
10769         * emulation/viper-cmd.el (viper-change-state): Don't move over the
10770         field boundaries in the minibuffer.
10771         (viper-set-minibuffer-style): Add viper-minibuffer-post-command-hook.
10772         (viper-minibuffer-post-command-hook): New hook.
10773         (viper-line): Don't move cursor at bolp.
10775         * emulation/viper-ex.el (ex-pwd, viper-info-on-file): Fix message.
10777         * emulation/viper-init.el: Add alias to make-variable-buffer-local to
10778         avoid compiler warnings.
10780         * emulation/viper-macs.el (ex-map): Better messages.
10782         * emulation/viper-utils.el (viper-beginning-of-field): New function.
10784         * emulation/viper.el: Replace make-variable-buffer-local with
10785         viper-make-variable-buffer-local everywhere, to avoid warnings.
10787 2005-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
10789         * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line):
10790         Delete unused var `old-selected-window'.
10791         (mouse-drag-region-1): Delete unused vars `start-frame', `end-of-range'.
10792         (mouse-drag-secondary): Delete unused var `start-frame'.
10794 2005-09-19  Emanuele Giaquinta  <emanuele.giaquinta@gmail.com>  (tiny change)
10796         * term/rxvt.el (terminal-init-rxvt): Add entry for [end].
10798 2005-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
10800         * calendar/calendar.el (mark-visible-calendar-date): Save excursion.
10801         Re-indent within 80 columns.  Use inhibit-read-only.
10803 2005-09-19  Romain Francoise  <romain@orebokech.com>
10805         * calendar/diary-lib.el (mark-diary-entries): Revert last change.
10807 2005-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
10809         * font-lock.el (font-lock-default-fontify-region): Don't add a line
10810         unconditionally, since the after-change-function already did it.
10812 2005-09-19  Miles Bader  <miles@gnu.org>
10814         * net/newsticker.el: Get rid of CVS keyword.
10816 2005-09-19  Johan Bockg\e,Ae\e(Brd  <bojohan+sf@dd.chalmers.se>
10818         * dired-aux.el (dired-handle-overwrite): Don't use `format' here.
10819         The prompt is formatted later.
10821 2005-09-19  David Ponce  <david@dponce.com>
10823         * tree-widget.el (tree-widget-value-create): Save the converted
10824         tree :node widget.
10826 2005-09-19  Juanma Barranquero  <lekktu@gmail.com>
10828         * progmodes/sh-script.el (sh-blink): Fix spurious reference to
10829         variable `message'.
10831 2005-09-18  Michael Albinus  <michael.albinus@gmx.de>
10833         * net/tramp.el (tramp-login-prompt-regexp): Expand regexp in order
10834         to cover prompts like "login as:".  Reported by Slawomir Nowaczyk
10835         <slawomir.nowaczyk.847@student.lu.se>.
10837 2005-09-18  Chong Yidong  <cyd@stupidchicken.com>
10839         * image.el (image-load-path): Use symbol `data-directory' instead
10840         of its value, for backward compatibility with packages that bind
10841         it during `find-image'.  Suggested by Katsumi Yamaoka.
10842         (image-search-load-path): Handle symbols whose values are strings.
10844 2005-09-18  Romain Francoise  <romain@orebokech.com>
10846         * calendar/diary-lib.el (mark-diary-entries): Rearrange to wrap
10847         with-current-buffer form in save-excursion.
10849 2005-09-18  D Goel  <deego@gnufans.org>
10851         * apropos.el (apropos-command): Fix `message' call: first arg
10852         should be a format spec.  In this and all other cases that appear
10853         below and elsewhere in the source code, I made a change only when
10854         two conditions were satisfied: [1] I can think of a possibility
10855         that the arguments would cause an error, for example, the code in
10856         question relies on external variables such as filenames.  [2] I
10857         was sure that the arg to `message' could not have been nil in the code.
10859         * textmodes/tildify.el (tildify-region): Ditto.
10861         * textmodes/reftex-index.el (reftex-index-change-entry)
10862         (reftex-index-phrase-selection-or-word, reftex-query-index-phrase):
10863         * textmodes/reftex-dcr.el (reftex-echo-ref, reftex-echo-cite):
10864         * textmodes/org.el (org-complete, org-deadline, org-schedule)
10865         (org-priority, org-table-sum):
10866         * textmodes/ispell.el (ispell-check-version, ispell-parse-output):
10867         * textmodes/flyspell.el (flyspell-mode-on, flyspell-notify-misspell)
10868         (flyspell-word, flyspell-display-next-corrections):
10869         * textmodes/bibtex.el (bibtex-print-help-message):
10870         * textmodes/artist.el (artist-key-set-point-poly):
10871         * term/mac-win.el (mac-services-insert-text):
10872         * progmodes/vhdl-mode.el (vhdl-warning, vhdl-print-warnings)
10873         (vhdl-hooked-abbrev, vhdl-template-insert-fun)
10874         (vhdl-port-paste-testbench, vhdl-compose-new-component)
10875         (vhdl-compose-configuration):
10876         * progmodes/sh-script.el (sh-blink, sh-show-indent)
10877         (sh-set-indent, sh-learn-line-indent):
10878         * progmodes/ps-mode.el (ps-mode-target-column):
10879         * progmodes/idlwave.el (idlwave-make-tags)
10880         (idlwave-scan-library-catalogs):
10881         * progmodes/idlw-shell.el (idlwave-shell-parse-stack-and-display):
10882         * progmodes/gud.el (gud-jdb-analyze-source):
10883         * progmodes/flymake.el (flymake-log):
10884         * progmodes/ebnf2ps.el (ebnf-generate-region):
10885         * progmodes/cmacexp.el (c-macro-expansion):
10886         * progmodes/ada-xref.el (ada-treat-cmd-string):
10887         * progmodes/ada-mode.el (ada-create-case-exception-substring)
10888         (ada-justified-indent-current, ada-batch-reformat):
10889         * play/zone.el (zone):
10890         * play/landmark.el (lm-move):
10891         * play/decipher.el (decipher-show-alphabet):
10892         * net/newsticker.el (newsticker--display-jump)
10893         (newsticker--display-scroll):
10894         * mail/rmail-spam-filter.el (rsf-add-subject-to-spam-list)
10895         (rsf-add-sender-to-spam-list, rsf-add-region-to-spam-list):
10896         * mail/feedmail.el (feedmail-dump-message-to-queue):
10897         * eshell/esh-proc.el (eshell-remove-process-entry):
10898         * emulation/ws-mode.el (ws-last-error):
10899         * emulation/viper-macs.el (ex-map-read-args, ex-unmap-read-args)
10900         (viper-record-kbd-macro):
10901         * emulation/viper-ex.el (ex-pwd, viper-info-on-file):
10902         * emacs-lisp/lisp-mnt.el (lm-report-bug):
10903         * emacs-lisp/find-func.el (find-function-noselect):
10904         * calendar/timeclock.el (timeclock-status-string)
10905         (timeclock-workday-remaining-string, timeclock-workday-elapsed-string)
10906         (timeclock-when-to-leave-string):
10907         * calendar/icalendar.el (icalendar--convert-ical-to-diary):
10908         * calc/calc-units.el (calc-enter-units-table):
10909         * calc/calc-mode.el (calc-mode-record-mode):
10910         * woman.el (woman-mini-help):
10911         * wdired.el (wdired-change-to-wdired-mode):
10912         * vc.el (vc-retrieve-snapshot):
10913         * strokes.el (strokes-read-stroke, strokes-read-complex-stroke):
10914         * startup.el (display-startup-echo-area-message):
10915         * simple.el (set-goal-column):
10916         * ses.el (ses-command-hook, ses-recalculate-cell):
10917         * server.el (server-process-filter):
10918         * printing.el (pr-interface-txt-print, pr-interface-printify)
10919         (pr-interface-ps):
10920         * pcvs.el (cvs-help):
10921         * log-edit.el (log-edit, log-edit-mode-help):
10922         * iswitchb.el (iswitchb-possible-new-buffer):
10923         * isearch.el (isearch-edit-string):
10924         * image-mode.el (image-mode, image-minor-mode):
10925         * ibuf-macs.el (define-ibuffer-filter):
10926         * hi-lock.el (hi-lock-find-patterns):
10927         * files.el (toggle-read-only):
10928         * ediff-util.el (ediff-copy-diff)
10929         (ediff-write-merge-buffer-and-maybe-kill):
10930         * echistory.el (Electric-history-undefined):
10931         * dnd.el (dnd-insert-text):
10932         * dired-aux.el (dired-query):
10933         * desktop.el (desktop-restore-file-buffer, desktop-lazy-create-buffer):
10934         * bookmark.el (bookmark-bmenu-locate):
10935         * obsolete/fast-lock.el (@top-level) <with-temp-message macro>:
10936         Fix `message' calls to ensure first arg is a format string.
10937         The change was made only when these two conditions were satisfied:
10938         [1] when there is a possibility that the arguments would cause an error
10939         for example, if the code in question relies on external variables
10940         such as filenames, and
10941         [2] if the arg to `message' could not have been nil in the code.
10943         * pcomplete.el (pcomplete--help): Fix `message' format spec.
10944         Not having a %s would be weird, though not technically wrong.
10946 2005-09-18  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
10948         * term/mac-win.el (mac-add-charset-info): Doc fix.
10950 2005-09-17  Romain Francoise  <romain@orebokech.com>
10952         * shell.el (shell-resync-dirs): Handle echoing processes more
10953         reliably.  Don't insert resync command if `comint-process-echoes'
10954         is non-nil.
10956 2005-09-17  Magnus Henoch  <mange@freemail.hu>
10958         * textmodes/ispell.el (ispell-aspell-supports-utf8): New variable.
10959         (ispell-check-version): Set ispell-aspell-supports-utf8 to t for
10960         aspell versions >= 0.60.
10961         (ispell-valid-dictionary-list): Call ispell-find-aspell-dictionaries
10962         only if ispell-aspell-supports-utf8 is non-nil.
10964 2005-09-17  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
10966         * progmodes/scheme.el (scheme-mode-variables): Use setq to assign
10967         buffer-local value to lisp-indent-function.
10969 2005-09-17  Milan Zamazal  <pdm@zamazal.org>
10971         * progmodes/glasses.el (glasses-make-readable): If
10972         glasses-separator differs from underscore, put appropriate
10973         overlays over underscore characters.
10974         (glasses-convert-to-unreadable): If glasses-separator differs from
10975         underscore, try to convert glasses-separator characters to
10976         underscores.
10978 2005-09-16  Stefan Monnier  <monnier@iro.umontreal.ca>
10980         * calendar/diary-lib.el (mark-diary-entries): Don't move point.
10981         Use with-syntax-table and dolist.
10983 2005-09-16  Carsten Dominik  <dominik@science.uva.nl>
10985         * textmodes/reftex-auc.el:
10986         * textmodes/reftex-cite.el:
10987         * textmodes/reftex-dcr.el:
10988         * textmodes/reftex-global.el:
10989         * textmodes/reftex-parse.el:
10990         * textmodes/reftex-ref.el:
10991         * textmodes/reftex-sel.el:
10992         * textmodes/reftex-toc.el:
10993         * textmodes/reftex-vars.el:
10994         * textmodes/reftex.el: Small changes to remove compiler warnings.
10996         * textmodes/reftex-index.el: Likewise.
10997         (reftex-query-index-phrase): More efficient use of markers.
10999 2005-09-15  Chong Yidong  <cyd@stupidchicken.com>
11001         * image.el (image-load-path): New variable.
11002         (image-search-load-path): New function.
11003         (find-image): Search for images in `image-load-path'.
11005 2005-09-15  Richard M. Stallman  <rms@gnu.org>
11007         * follow.el: Change Maintainer field.
11009 2005-09-15  David Ponce  <david@dponce.com>
11011         * recentf.el (recentf-save-file-modes): New option.
11012         (recentf-save-list): Use it.
11014 2005-09-15  Nick Roberts  <nickrob@snap.net.nz>
11016         * bindings.el (mode-line-eol-desc, mode-line-coding-system-map)
11017         (mode-line-mule-info, mode-line-modified): Move bindings from
11018         mouse-3 to mouse-1.
11020 2005-09-15  Chong Yidong  <cyd@stupidchicken.com>
11022         * simple.el (sendmail-user-agent-compose): Revert last change.
11024 2005-09-14  Stefan Monnier  <monnier@iro.umontreal.ca>
11026         * net/ange-ftp.el (ange-ftp-process-filter): Revert to ^#+$.
11027         Use with-current-buffer.
11028         (ange-ftp-gwp-start): Remove unused var `gw-user'.
11029         (ange-ftp-guess-hash-mark-size): Remove unused var `result'.
11030         (ange-ftp-insert-directory): Remove unused var `short'.
11031         (ange-ftp-file-name-sans-versions): Remove unused var `host-type'.
11033         * pcvs-defs.el (cvs-version): Recognize CVSNT version string.
11034         (cvs-execute-single-dir): Change default: cvs-1.9 is ancient.
11036         * calendar/cal-menu.el: Don't require easymenu, since we don't use it.
11037         (check-calendar-holidays, diary-list-entries): Autoload.
11038         Otherwise `emacs -q' followed by "mouse-2 -> diary entries" burps.
11039         (calendar-mouse-holidays, calendar-mouse-view-diary-entries): Simplify.
11041         * calendar/diary-lib.el (diary-show-all-entries): Fix last change,
11042         which mistakenly removed a call to display-buffer.
11044 2005-09-14  Juanma Barranquero  <lekktu@gmail.com>
11046         * obsolete/iso-insert.el: Move to obsolete/ from international/.
11048 2005-09-14  Thien-Thi Nguyen  <ttn@gnu.org>
11050         * progmodes/hideshow.el
11051         (hs-hide-comments-when-hiding-all): Remove autoload cookie.
11052         (hs-allow-nesting): New user var.
11053         (hs-discard-overlays): Skip "internal" overlays if nesting allowed.
11054         (hs-hide-block-at-point): When nesting allowed,
11055         if there is already an overlay in place, delete it.
11056         (hs-safety-is-job-n): Delete func; remove call sites.
11057         (hs-hide-level-recursive): Don't pre-clean if nesting allowed.
11058         (hs-overlay-at): New func.
11059         (hs-already-hidden-p, hs-show-block): Use it.
11060         (hs-hide-all): Don't pre-clean if nesting allowed.
11061         (hs-show-all): Temporarily disallow
11062         nesting around call to `hs-discard-overlays'.
11064 2005-09-14  Chong Yidong  <cyd@stupidchicken.com>
11066         * mouse.el (mouse-major-mode-menu): Make `prefix' optional.
11067         Delete unused local var.
11069 2005-09-13  Juanma Barranquero  <lekktu@gmail.com>
11071         * help-fns.el (describe-categories): "?\ " -> "?\s".
11072         (help-do-arg-highlight): Recognize also ARG-n, as in
11073         `move-to-left-margin' (ARG+n is already recognized).  Simplify.
11075         * international/codepage.el (dos-unsupported-char-glyph):
11076         * net/newsticker.el (tool-bar-map, w3-mode-map)
11077         (w3m-minor-mode-map):
11078         * progmodes/vhdl-mode.el (conf-alist, conf-entry, conf-key)
11079         (ent-alist):
11080         * textmodes/reftex-vars.el (reftex-tables-dirty): Add defvars.
11082 2005-09-13  Chong Yidong  <cyd@stupidchicken.com>
11084         * custom.el (custom-push-theme): Handle the case where a symbol is
11085         bound but face properties have not yet been assigned.
11087         * mail/sendmail.el (mail): Use new buffer if `noerase' is `new'.
11088         Fix behavior if noerase is `t' and there is no mail buffer.
11090         * simple.el (sendmail-user-agent-compose): Use a new mail buffer
11091         if `continue' is nil, rather than signal an error.
11093 2005-09-12  Richard M. Stallman  <rms@gnu.org>
11095         * font-lock.el (font-lock-keywords): Add autoload.
11097         * help-fns.el (describe-variable): Rearrange to put source link
11098         in a predictable place.
11100         * net/newsticker.el: New file.
11102 2005-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
11104         * calendar/calendar.el (calendar-for-loop): Add edebug info.
11105         (calendar-basic-setup): Use the new nil arg.
11106         (number-of-diary-entries): Move to diary-lib.el.
11108         * calendar/diary-lib.el: Use with-current-buffer, match-string.
11109         (diary-list-entries): Use with-syntax-table and dolist.
11110         Rename from list-diary-entries.
11111         Use number-of-diary-entries if `number' is nil.
11112         (diary, diary-view-entries): Use this new name and new nil arg value.
11113         (number-of-diary-entries): Move from calendar.el.
11114         (diary-unhide-everything): New function.
11115         (include-other-diary-files, fancy-diary-display)
11116         (diary-show-all-entries, make-diary-entry): Use it.
11117         (diary-mail-entries): Use buffer-string.
11118         (mark-diary-entries): Fix long standing paren typo.
11119         (diary-sexp-entry): Use count-lines.
11120         (make-diary-entry): Avoid `previous-line'.
11121         (diary-mode-map): New var.
11122         (diary-mode): Redraw cal after saving.  Setup header-line.
11123         (fancy-diary-display-mode): Use local-set-key.
11125         * startup.el (command-line): Try calling various terminal-init-foo-bar
11126         functions by stripping hyphenated suffixes from $TERM.
11128         * files.el (normal-mode): Check boundness of font-lock-keywords.
11130 2005-09-12  Richard M. Stallman  <rms@gnu.org>
11132         * progmodes/compile.el: Don't decide a file's directory
11133         until the user actually tries to go there.
11134         (compilation-next-error-function):
11135         Pass compilation-find-file the directory from the file-struct.
11136         (compilation-internal-error-properties): Separate local FILE-STRUCT
11137         from FILE.  Doc the args better.  Rename arg FMT to FMTS.
11138         (compilation-find-file): Arg DIR renamed to DIRECTORY.
11139         Expand it, and if nil, use default-directory.
11140         (compilation-get-file-structure): Don't mix specified directory
11141         with default directory.  Put specified directory into
11142         file-struct.  Don't make the file name absolute.
11144         * progmodes/compile.el (compilation-error-regexp-alist): Doc fix.
11145         (compile-command): Add autoload.
11146         (compilation-disable-input): Add autoload.
11148 2005-09-11  Stephen Gildea  <gildea@stop.mail-abuse.org>
11150         * time-stamp.el: Mention variable `time-stamp-pattern' in doc
11151         strings of the variables it can override.
11152         (time-stamp): New (as yet undocumented) time-stamp-format escapes
11153         %Q and %q, for fully-qualified domain name and unqualified host name.
11155 2005-09-11  Kim F. Storm  <storm@cua.dk>
11157         * emacs-lisp/authors.el (authors-aliases): Update list.
11158         (authors-fixed-entries): Update mldrag.el entry.
11160 2005-09-10  Alan Mackenzie  <acm@muc.de>
11162         * page.el (narrow-to-page): Exclude _entire_ multi-line delimiter
11163         from the region narrowed to.
11165 2005-09-10  Magnus Henoch  <mange@freemail.hu>
11167         * textmodes/ispell.el (ispell-check-version): Signal an error if
11168         aspell version is less than 0.60.
11170 2005-09-10  Pascal Dupuis  <Pascal.Dupuis@esat.kuleuven.be>  (tiny change)
11172         * progmodes/octave-inf.el (inferior-octave-startup):
11173         Resync current dir at the end.
11175 2005-09-10  Emilio C. Lopes  <eclig@gmx.net>
11177         * woman.el (woman-topic-at-point-default):
11178         Rename to woman-use-topic-at-point-default.
11179         (woman-topic-at-point): Rename to woman-use-topic-at-point.
11180         (woman-file-name): Reflect renames above.  Automatically use the
11181         word at point as topic if woman-use-topic-at-point is non-nil.
11182         Otherwise offer it as default but don't insert it in the
11183         minibuffer.  Also use `test-completion' instead of `assoc' as
11184         suggested by Stefan Monnier.
11186 2005-09-10  Andre Spiegel  <spiegel@gnu.org>
11188         * vc.el (vc-directory, vc-update-change-log): Throw an error on
11189         the attempt to do it over Tramp.  This is not yet supported.
11191 2005-09-10  Eli Zaretskii  <eliz@gnu.org>
11193         * menu-bar.el (menu-bar-menu-frame-live-and-visible-p)
11194         (menu-bar-non-minibuffer-window-p): New functions.
11195         ("Split Window", "Save As..."): Use them.
11196         ("Postscript Print Buffer (B+W)", "Postscript Print Buffer")
11197         ("Print Buffer", "Truncate Long Lines in this Buffer"):
11198         Use menu-bar-menu-frame-live-and-visible-p.
11199         ("Save Buffer", "Insert File", "Open Directory...")
11200         ("Open File...", "Visit New File..."):
11201         Use menu-bar-non-minibuffer-window-p.
11202         (kill-this-buffer-enabled-p, dired <menu-enable>):
11203         Use menu-bar-non-minibuffer-window-p.
11205 2005-09-09  Eli Zaretskii  <eliz@gnu.org>
11207         * cus-start.el (all): Don't complain about fringe-related
11208         built-ins if fringes are not supported.  Ditto about
11209         selection-related built-ins.  Fix the test for GTK-related built-ins.
11211         * menu-bar.el ("Split Window", "Postscript Print Buffer (B+W)")
11212         ("Postscript Print Buffer", "Print Region", "Save As...")
11213         ("Save", "Insert File...", "Open Directory...")
11214         ("Open File...", "Visit New File..."")
11215         ("Truncate Long Lines in this Buffer"): Don't look at
11216         menu-updating-frame if this display does not support multiple frames.
11218 2005-09-09  Frederik Fouvry  <fouvry@CoLi.Uni-SB.DE>
11220         * mail/sendmail.el (default-sendmail-coding-system): Doc fix.
11222 2005-09-09  Emilio Lopes  <eclig@gmx.net>
11224         * woman.el: Format- and whitespace-related changes.
11226 2005-09-09  Eli Zaretskii  <eliz@gnu.org>
11228         * woman.el: Fix my email address.
11230 2005-09-08  Richard M. Stallman  <rms@gnu.org>
11232         * progmodes/sh-script.el (sh-skeleton-pair-default-alist): New var.
11233         (sh-mode): Locally set skeleton-pair-default-alist.
11235         * progmodes/make-mode.el (makefile-add-log-defun): Trim the result.
11237         * progmodes/flymake.el: Require `compile' unconditionally.
11239         * mail/sendmail.el (send-mail-function): Add Mailclient alternative.
11241         * woman.el (woman-file-name): Provide a default, not initial input.
11243         * smerge-mode.el (smerge-resolve): Pass args to smerge-remove-props.
11245         * font-lock.el (font-lock-support-mode): Doc fix.
11247         * descr-text.el (describe-property-list): Handle non-symbol prop names.
11249 2005-09-08  Richard M. Stallman  <rms@gnu.org>
11251         * simple.el (blink-matching-open): Get rid of text props from
11252         the string shown in echo area.  Don't permanently set point.
11253         Some rearrangements.
11255 2005-09-08  Reiner Steib  <Reiner.Steib@gmx.de>
11257         * recentf.el (recentf-filename-handler): Add custom choice
11258         `abbreviate-file-name'.
11260         * msb.el (msb--very-many-menus): Fix typo.
11262         * disp-table.el (standard-display-european): Don't set
11263         enable-multibyte-characters to nil.
11265 2005-09-08  David Ponce  <david@dponce.com>
11267         * recentf.el (recentf-show-file-shortcuts-flag): New option.
11268         (recentf-expand-file-name): Doc fix.
11269         (recentf-dialog-mode-map): Define digit shortcuts.
11270         (recentf--files-with-key): New variable.
11271         (recentf-show-digit-shortcut-filter): New function.
11272         (recentf-open-files-items): New function.
11273         (recentf-open-files): Use it.
11274         (recentf-open-file-with-key): New command.
11276 2005-09-08  Chong Yidong  <cyd@stupidchicken.com>
11278         * buff-menu.el (Buffer-menu-sort-by-column): New function.
11279         Suggested by Kim F. Storm.
11280         (Buffer-menu-sort-button-map): Global keymap for sort buttons.
11281         (Buffer-menu-make-sort-button): Use global keymap.
11283 2005-09-07  Michael Albinus  <michael.albinus@gmx.de>
11285         * woman.el (top): Remap `man' command by `woman' in `woman-mode-map'.
11286         (Man-getpage-in-background-advice): Remove defadvice; it isn't
11287         necessary any longer with the remapped command.
11288         (Man-bgproc-sentinel-advice): Remove defadvice which counts
11289         formatting time only.
11291         * net/tramp.el (tramp-action-password)
11292         (tramp-multi-action-password): Compile the password prompt from
11293         `method', `user' and `host'.  Sometimes it isn't obvious which
11294         password to enter, for example with remote files offered by
11295         recentf.el, or with multiple steps.  Suggested by Robert Marshall
11296         <robert@chezmarshall.freeserve.co.uk>.
11298 2005-09-07  Stefan Monnier  <monnier@iro.umontreal.ca>
11300         * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
11301         Fix regexp for when "s///" is at the beginning of line.
11303 2005-09-07  Jay Belanger  <belanger@truman.edu>
11305         * calc/calc-poly.el (math-expand-term): Multiply out any powers
11306         when in matrix mode.
11308 2005-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
11310         * buff-menu.el (Buffer-menu-make-sort-button): Add docstrings, use
11311         non-anonymous functions.
11313 2005-09-06  Chong Yidong  <cyd@stupidchicken.com>
11315         * buff-menu.el (Buffer-menu-make-sort-button): Allow mouse-1 clicks
11316         when using a header line.  Otherwise, use mouse-1-click-follows-link.
11318         * mouse.el (mouse-drag-header-line): Do nothing if the header-line
11319         can't be moved; don't signal an error.
11321 2005-09-05  Chong Yidong  <cyd@stupidchicken.com>
11323         * cus-theme.el (custom-theme-write-faces): Save the current face
11324         spec, not the defface spec.
11326         * custom.el (custom-known-themes): Clarify meaning of "standard".
11327         (custom-push-theme): Save old values in the standard theme.
11328         (disable-theme): Correct typo.
11329         (custom-face-theme-value) Deleted unused function.
11330         (custom-theme-recalc-face): Rewritten to treat enable/disable properly.
11332 2005-09-05  Stefan Monnier  <monnier@iro.umontreal.ca>
11334         * progmodes/compile.el (compilation-goto-locus): Take into account
11335         iconified frames when determining whether the buffer is
11336         already visible.
11337         Don't reset window height if the window already existed.
11339 2005-09-04  Chong Yidong  <cyd@stupidchicken.com>
11341         * custom.el (load-theme): Rename from require-theme.
11342         Add interactive spec.
11343         (enable-theme): Rename from custom-enable-theme.
11344         Add interactive spec.
11345         (disable-theme): Rename from custom-disable-theme.
11346         Add interactive spec.
11347         (custom-make-theme-feature): Doc fix.
11348         (custom-theme-directory): Doc fix.
11349         (provide-theme): Call enable-theme.
11351 2005-09-02  Stefan Monnier  <monnier@iro.umontreal.ca>
11353         * obsolete/lazy-lock.el (lazy-lock-mode):
11354         * obsolete/fast-lock.el (fast-lock-mode): Don't try to turn on
11355         font-lock-mode if it's off.  Print a warning instead.
11357         * progmodes/compile.el (compilation-start): Ignore errors if the
11358         process died before we get to send-eof.
11360         * textmodes/tex-mode.el (tex-send-tex-command, tex-bibtex-file):
11361         Undo last change.  Enclosing the result in quotes broke things on Unix
11362         since tex-send-command passes it through shell-quote-argument.
11363         (tex-send-command): Pass `file' through convert-standard-filename
11364         when possible.
11365         (tex-uptodate-p): Handle the case where TeX hasn't put additional
11366         info in a transcript.
11368 2005-09-02  Dan Nicolaescu  <dann@ics.uci.edu>
11370         * term/xterm.el (terminal-init-xterm): Add eval-when-compile to
11371         fix compilation warning.  Reorder the key definitions to group
11372         together keys emitted by the current version of xterm.
11374         * progmodes/vhdl-mode.el (vhdl-highlight-faces)
11375         (vhdl-speedbar-entity-face, vhdl-speedbar-entity-selected-face):
11376         Reorder predicates to correct min-color usage.
11378 2005-09-01  Chong Yidong  <cyd@stupidchicken.com>
11380         * longlines.el (longlines-mode): Inhibit read-only when encoding.
11381         Kill local variables when longlines-mode is turned off.
11383 2005-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
11385         * international/mule-cmds.el (set-locale-environment): Soothe compiler.
11387         * obsolete/lazy-lock.el (lazy-lock) <defgroup>: Move from font-lock.el.
11389         * obsolete/fast-lock.el (fast-lock) <defgroup>: Move from font-lock.el.
11391         * font-lock.el (fast-lock, lazy-lock) <defgroup>: Remove.
11392         (font-lock-lines-before): Change default to being inactive.
11393         (font-lock-default-fontify-region): Obey font-lock-lines-before.
11394         (font-lock-after-change-function): Don't handle f-l-lines-before here.
11396 2005-08-31  Michael Albinus  <michael.albinus@gmx.de>
11398         * net/tramp.el (tramp-handle-make-auto-save-file-name):
11399         Deactivate temporarily advice if active (not needed for Emacs 22,
11400         but for backwards compatibility).
11401         (tramp-exists-file-name-handler): Rewrite.  First implementation
11402         was too simple.
11403         (tramp-advice-make-auto-save-file-name):
11404         Call `tramp-handle-make-auto-save-file-name' (again, just for
11405         backwards compatibility).
11407 2005-08-31  Reto Zimmermann  <reto@gnu.org>
11409         * progmodes/vhdl-mode.el
11410         (vhdl-update-sensitivity-list): Handle multi-dimensional array access.
11411         (vhdl-end-p): Fix indentation bug "else" after "-- when".
11412         (vhdl-set-default-project): New function (easier setting of default).
11413         (vhdl-port-copy): Handle extended identifiers for generics.
11414         (vhdl-compiler-alist): Better description for error message regexp.
11415         (vhdl-make): Query for target, use previous as default.
11416         (vhdl-port-copy): Fix port copy for port names starting with "signal".
11417         (vhdl-font-lock-keywords-2): Fix fontification for record
11418         el. assign.
11419         (vhdl-speedbar-make-subpack-line): Add package body link.
11420         (vhdl-generate-makefile-1): Not include itself as dependency.
11421         (vhdl-font-lock-init): Highlight c-preprocessor directives.
11422         (vhdl-*ward-syntactic-ws): Skip c-preprocessor directives.
11423         (vhdl-get-syntactic-context): Handle c-preprocessor directives.
11424         (vhdl-update-sensitivity-list): Start scan at opening parenthesis.
11425         (vhdl-fixup-whitespace-region): Fix jumping point (infinite loop).
11426         (vhdl-update-sensitivity-list-buffer): Add string argument for `error'.
11427         (vhdl-import-project): Add string argument for `error'.
11428         (vhdl-compose-configuration)
11429         (vhdl-compose-configuration-architecture): Add configuration
11430         declaration generation.
11431         (vhdl-scan-directory-contents): Scan for block/generate hierarchy.
11432         (vhdl-trailer-re): Add "record" keyword (better indentation).
11433         (vhdl-fixup-whitespace-region): "[^ \t\"-]+" instead of
11434         "[^ \t-\"]+".
11435         (vhdl-font-lock-keywords-2): Not highlight formal parameter after `|'.
11436         (vhdl-testbench-entity-file-name)
11437         (vhdl-testbench-architecture-file-name): Allow separate
11438         customization of testbench file names.
11439         (vhdl-beginning-of-block): Handle optional subprogram parameter list.
11440         (vhdl-get-visible-signals): Allow newline within alias declaration.
11441         (vhdl-update-sensitivity-list): Signal read only on certain attributes.
11442         (vhdl-fixup-whitespace-region): Fix bug with strings (double quotes).
11443         (member-ignore-case): Alias for missing function in XEmacs.
11444         (vhdl-compiler-alist): Add unit-to-file name mapping for Cadence NC.
11445         (vhdl-update-sensitivity-list): Ignore case on read signals.
11446         (vhdl-replace-string): Adjust case only for file names.
11447         (vhdl-update-sensitivity-list): Fix search for read signals.
11448         (vhdl-update-sensitivity-list): Exclude formal parameters.
11449         (vhdl-get-visible-signals): Include aliases of signals.
11450         (vhdl-get-visible-signals): Fix signal name searching.
11451         (vhdl-port-flatten, vhdl-port-reverse-direction): Better message.
11452         (vhdl-fixup-whitespace-region): Fix for character
11453         literals (e.g. `:').
11455 2005-08-31  Juanma Barranquero  <lekktu@gmail.com>
11457         * ansi-color.el (comint-last-output-start):
11458         * bs.el (font-lock-verbose):
11459         * diff-mode.el (add-log-buffer-file-name-function):
11460         * dired-x.el (vm-folder-directory):
11461         * faces.el (help-xref-stack-item):
11462         * files.el (font-lock-keywords):
11463         * find-lisp.el (dired-buffers, dired-subdir-alist):
11464         * ido.el (cua-inhibit-cua-keys):
11465         * log-view.el (cvs-minor-wrap-function):
11466         * outline.el (font-lock-warning-face):
11467         * simple.el (compilation-current-error):
11468         * speedbar.el (ange-ftp-path-format, efs-path-regexp)
11469         (font-lock-keywords, x-pointer-hand2, x-pointer-top-left-arrow):
11470         * tooltip.el (comint-prompt-regexp):
11471         * w32-fns.el (explicit-shell-file-name):
11472         * term/mac-win.el (mac-charset-info-alist)
11473         (mac-services-selection, mac-system-script-code):
11474         * term/tty-colors.el (msdos-color-values):
11475         * term/w32-win.el (xlfd-regexp-registry-subnum):
11476         * term/x-win.el (x-keysym-table, x-selection-timeout)
11477         (x-session-id, x-session-previous-id):
11478         * textmodes/ispell.el (mail-yank-prefix):
11479         * textmodes/makeinfo.el (tex-end-of-header, tex-start-of-header):
11480         * textmodes/org.el (calc-embedded-close-formula)
11481         (calc-embedded-open-formula)
11482         (font-lock-unfontify-region-function):
11483         * textmodes/reftex-global.el (isearch-next-buffer-function)
11484         (TeX-master):
11485         * textmodes/reftex.el (font-lock-keywords):
11486         * textmodes/tex-mode.el (font-lock-comment-face)
11487         (font-lock-doc-face):
11488         * textmodes/texinfo.el (outline-heading-alist):
11489         Add defvars.
11491         * textmodes/artist.el (x-pointer-crosshair): Add defvar.
11492         (artist-spray-chars, artist-mode-init, artist-replace-string)
11493         (artist-select-erase-char, artist-vap-find-endpoints-horiz)
11494         (artist-vap-find-endpoints-vert, artist-vap-find-endpoints-swne)
11495         (artist-vap-find-endpoints-nwse): "?\ " -> "?\s".
11497         * textmodes/conf-mode.el (outline-heading-end-regexp): Add defvar.
11498         (conf-align-assignments): "?\ " -> "?\s".
11500         * textmodes/reftex-index.el (TeX-master): Add defvar.
11501         (reftex-index-phrases-marker): Move up defvar.
11503         * textmodes/reftex-toc.el (zmacs-regions): Add defvar.
11504         (reftex-toc-include-labels-indicator)
11505         (reftex-toc-include-index-indicator)
11506         (reftex-toc-max-level-indicator): Move up declarations.
11508         * net/tramp.el (tramp-handle-make-auto-save-file-name): Pass list
11509         of args to `tramp-run-real-handler', even if it's empty in this case.
11511 2005-08-31  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
11513         * dired.el (dired-move-to-filename-regexp): Add date format for
11514         Mac OS X 10.3 in East Asian locales.
11516 2005-08-31  Michael Albinus  <michael.albinus@gmx.de>
11518         * files.el (make-auto-save-file-name): Add file name handler call
11519         if applicable.
11521         * net/tramp.el (tramp-file-name-handler-alist)
11522         (tramp-file-name-for-operation): Add `make-auto-save-file-name'.
11523         (tramp-handle-make-auto-save-file-name): Rename from
11524         `tramp-make-auto-save-file-name'.
11525         (tramp-exists-file-name-handler): New defun.
11526         (tramp-advice-make-auto-save-file-name): Make defadvice only when
11527         `make-auto-save-file-name' is not a magic file name operation.
11529 2005-08-30  Richard M. Stallman  <rms@gnu.org>
11531         * files.el (risky-local-variable-p):
11532         Match `-predicates' and `-commands.
11534         * cus-edit.el (custom-buffer-sort-alphabetically): Default to t.
11535         (custom-save-all): Visit the file if necessary;
11536         kill the buffer if we created it.
11537         (custom-save-delete): Don't visit file or kill buffer here.
11539 2005-08-30  Carsten Dominik  <dominik@science.uva.nl>
11541         * textmodes/org.el (org-special-keyword): New face.
11542         (org-table-copy-down, org-table-eval-formula)
11543         (org-table-recalculate, org-init-section-numbers):
11544         Use `string-to-number' instead of `string-to-int'.
11545         (org-get-location): Use `insert-buffer-substring' instead of
11546         `insert-buffer'.
11547         (org-modify-diary-entry-string): New function.
11548         (org-get-entries-from-diary): Set the hook for `add-to-diary-list'.
11549         (org-disable-agenda-to-diary): Rename from `org-disable-diary'.
11550         (org-toggle-fixed-width-section): Use QUOTE keyword if there is no
11551         active region.
11552         (org-export-as-html): Handle QUOTE keyword.
11553         (org-quote-string): New option.
11554         (org-bookmark-jump-unhide): New function, used for
11555         `bookmark-after-jump-hook'.
11556         (org-diary-default-entry): Apply only when not called through
11557         `org-agenda'.
11559 2005-08-30  Juanma Barranquero  <lekktu@gmail.com>
11561         * net/eudc.el (mode-popup-menu):
11562         * play/handwrite.el (ps-printer-name, ps-lpr-command):
11563         * progmodes/ada-mode.el (compile-auto-highlight)
11564         (skeleton-further-elements):
11565         * progmodes/autoconf.el (font-lock-syntactic-keywords):
11566         * progmodes/cmacexp.el (msdos-shells):
11567         * progmodes/compile.el (font-lock-extra-managed-props)
11568         (font-lock-keywords, font-lock-maximum-size)
11569         (font-lock-support-mode):
11570         * progmodes/grep.el (font-lock-lines-before):
11571         * progmodes/idlw-complete-structtag.el (idlwave-completion-help-info):
11572         * progmodes/mixal-mode.el (compile-command):
11573         * progmodes/perl-mode.el (font-lock-comment-face)
11574         (font-lock-doc-face, font-lock-string-face):
11575         * progmodes/prolog.el (comint-prompt-regexp):
11576         * progmodes/sh-script.el (font-lock-comment-face)
11577         (font-lock-set-defaults, font-lock-string-face):
11578         * progmodes/sql.el (font-lock-keyword-face)
11579         (font-lock-set-defaults, font-lock-string-face):
11580         * progmodes/vhdl-mode.el (compilation-file-regexp-alist)
11581         (itimer-version, lazy-lock-defer-contextually)
11582         (lazy-lock-defer-on-scrolling, lazy-lock-defer-on-the-fly):
11583         Add defvars.
11585         * progmodes/cperl-mode.el (cperl-electric-lbrace)
11586         (cperl-electric-keyword, cperl-electric-pod)
11587         (cperl-electric-backspace, cperl-forward-re)
11588         (cperl-fix-line-spacing, cperl-fill-paragraph): "?\ " -> "?\s".
11589         (vc-rcs-header, vc-sccs-header): Add defvars.
11591         * progmodes/fortran.el (fortran-indent-to-column): "?\ " -> "?\s".
11592         (font-lock-syntactic-keywords, gud-find-expr-function):
11593         Add defvars.
11595         * progmodes/gdb-ui.el (tool-bar-map): Add defvar.
11596         (gdb-frame-parameters): Declare before use.
11598         * progmodes/gud.el (gdb-active-process, gdb-define-alist)
11599         (gdb-macro-info, gdb-server-prefix, gdb-show-changed-values)
11600         (gdb-var-changed, gdb-var-list, tool-bar-map): Add defvars.
11601         (gud-expr-compound-sep, gud-expr-compound): "?\ " -> "?\s".
11603         * progmodes/idlw-help.el (browse-url-generic-args): Add defvar.
11604         (idlwave-help-with-source): Use `insert-buffer-substring', not
11605         `insert-buffer'.
11607 2005-08-29  Juri Linkov  <juri@jurta.org>
11609         * outline.el (hide-entry, hide-leaves, outline-toggle-children):
11610         Put outline-back-to-heading function call inside save-excursion.
11612 2005-08-29  Juanma Barranquero  <lekktu@gmail.com>
11614         * man.el (Man-init-defvars, Man-translate-references)
11615         (Man-support-local-filenames, Man-highlight-references):
11616         * progmodes/sql.el (sql-interactive-mode):
11617         * shell.el (shell-mode, shell-resync-dirs): Fix typos in docstrings.
11619         * emacs-lisp/checkdoc.el (compilation-error-regexp-alist)
11620         (compilation-mode-font-lock-keywords): Add defvars.
11621         (checkdoc-interactive-loop): "?\ " -> "?\s".
11623         * emacs-lisp/lisp-mode.el (font-lock-comment-face)
11624         (font-lock-doc-face, font-lock-string-face)
11625         (font-lock-keywords-case-fold-search): Add defvars.
11626         (emacs-lisp-mode-syntax-table): "?\ " -> "?\s".
11628         * obsolete/sun-fns.el (mouse-select-or-drag-move-point):
11629         Don't pass X and Y (they are ignored anyway).
11630         (mouse-set-mark, mouse-select-window, mouse-delete-other-windows)
11631         (mouse-delete-window): Make arguments optional.
11633         * obsolete/rnews.el (news-add-news-group): Don't use `end-of-line'.
11634         (caesar-translate-table, minor-modes, news-buffer-save)
11635         (news-group-name, news-minor-modes): Add defvars.
11637         * emacs-lisp/lselect.el (mouse-highlight-priority)
11638         (x-lost-selection-functions, zmacs-regions):
11639         * emacs-lisp/pp.el (font-lock-verbose):
11640         * emacs-lisp/syntax.el (font-lock-beginning-of-syntax-function):
11641         * emacs-lisp/tcover-ses.el (ses-initial-global-parameters)
11642         (ses-mode-map):
11643         * emacs-lisp/tcover-unsafep.el (safe-functions):
11644         * international/mule-cmds.el (mac-system-coding-system)
11645         (mac-system-locale):
11646         * language/ethio-util.el (rmail-current-message)
11647         (rmail-message-vector):
11648         * language/thai-util.el (thai-auto-composition-mode):
11649         * mail/metamail.el (rmail-current-message, rmail-message-vector):
11650         * mail/mspools.el (rmail-inbox-list, vm-crash-box)
11651         (vm-folder-directory, vm-init-file, vm-init-file-loaded)
11652         (vm-primary-inbox, vm-spool-files):
11653         * mail/rmail.el (deleted-head, font-lock-fontified)
11654         (mail-abbrev-syntax-table, mail-abbrevs, messages-head)
11655         (rmail-use-spam-filter, rsf-beep, rsf-sleep-after-message)
11656         (total-messages):
11657         * mail/rmail-spam-filter.el (bbdb/mail_auto_create_p)
11658         (rmail-summary-mode-map):
11659         * mail/rmailkwd.el (rmail-buffer, rmail-current-message)
11660         (rmail-last-label, rmail-last-multi-labels)
11661         (rmail-summary-vector, rmail-total-messages):
11662         * mail/rmailmsc.el (rmail-current-message, rmail-inbox-list):
11663         * mail/rmailsum.el (msgnum):
11664         * mail/uce.el (gnus-original-article-buffer, mail-reply-buffer)
11665         (rmail-current-message):
11666         * obsolete/fast-lock.el (font-lock-face-list):
11667         * obsolete/rnewspost.el (mail-reply-buffer):
11668         * obsolete/scribe.el (compile-command):
11669         * obsolete/x-menu.el (x-process-mouse-hook): Add defvars.
11671 2005-08-28  John Paul Wallington  <jpw@gnu.org>
11673         * ibuf-ext.el (ibuffer-auto-update-changed):
11674         Use `frame-or-buffer-changed-p' to check whether we need to update.
11675         (ibuffer-auto-mode): Don't advise `get-buffer-create' and
11676         `kill-buffer'.  Initialise `ibuffer-auto-buffers-changed'
11677         as a `frame-or-buffer-changed-p' state vector instead.
11679 2005-08-27  Romain Francoise  <romain@orebokech.com>
11681         * textmodes/makeinfo.el (makeinfo-compile):
11682         Use `compilation-start'.  Set `next-error-function' according to
11683         `disable-errors'.
11684         (makeinfo-next-error): New function.
11685         (makeinfo-region): Adjust to new `makeinfo-compile' prototype.
11686         (makeinfo-buffer): Likewise.
11688         * progmodes/compile.el (compilation-start): Add autoload cookie.
11690         * progmodes/antlr-mode.el: Don't autoload `compilation-start'.
11691         * textmodes/sgml-mode.el: Likewise.
11692         * progmodes/python.el: Likewise.
11694 2005-08-27  Eli Zaretskii  <eliz@gnu.org>
11696         * simple.el (blink-matching-paren-distance): Document the meaning
11697         of nil value, and allow to customize to nil.
11699         * eshell/esh-ext.el (eshell-windows-shell-file): Look for
11700         command.com, not command.exe.
11702 2005-08-26  John Wiegley  <johnw@newartisans.com>
11704         * eshell/esh-cmd.el (eshell-rewrite-named-command): Change the
11705         code around a bit so that an extraneous nil argument is not added
11706         to a command when no args are given.
11708         * eshell/esh-arg.el (eshell-parse-double-quote): If a
11709         double-quoted argument resolves to nil, return it as an empty
11710         string rather than as nil.  This made it impossible to pass "" to
11711         a shell script as a null string argument.
11713 2005-08-26  Stefan Monnier  <monnier@iro.umontreal.ca>
11715         * outline.el (outline-invent-heading): New fun.
11716         (outline-promote, outline-demote): Use it.
11717         (outline-move-subtree-down): Remove unused vars `re' and `txt'.
11718         (outline-end-of-subtree): Remove unused var `opoint'.
11720 2005-08-26  David Reitter  <david.reitter@gmail.com>
11722         * menu-bar.el (truncate-lines, write-file, print-buffer)
11723         (ps-print-buffer-faces, ps-print-buffer, split-window):
11724         Disable menu items when the frame they refer to is invisible, or when
11725         they refer to a buffer and the minibuffer is selected.
11727 2005-08-26  Pavel Kobiakov  <pk_at_work@yahoo.com>
11729         * progmodes/flymake.el (flymake-highlight-err-lines):
11730         Use save-excursion around flymake-highlight-line to preserve point.
11732 2005-08-26  Eli Zaretskii  <eliz@gnu.org>
11734         * progmodes/octave-mod.el: Change Author and Maintainer address.
11735         (octave-maintainer-address): Change Kurt's email address.
11736         * progmodes/octave-inf.el: Change Author and Maintainer address.
11737         * progmodes/octave-hlp.el: Change Author and Maintainer address.
11739 2005-08-26  Kim F. Storm  <storm@cua.dk>
11741         * subr.el (version-list-<, version-list-<=, version-list-=):
11742         Rename from integer-list-*.
11743         (version-list-not-zero): Likewise.  Fix while loop.
11744         (version=): Use version-list-= instead of string-equal.
11746 2005-08-26  Richard M. Stallman  <rms@gnu.org>
11748         * outline.el (outline-promote): Try shortening the heading.
11749         As last resort, read the heading to use.
11750         (outline-demote): As last resort, read the heading to use.
11752 2005-08-26  Romain Francoise  <romain@orebokech.com>
11754         * progmodes/compile.el (compilation-start): Doc fix.
11756         * progmodes/antlr-mode.el (antlr-default): Fix defface form.
11757         (antlr-font-lock-additional-keywords): Fix reference to
11758         `antlr-font-lock-literal-regexp' erroneously changed during the
11759         mass face rename.
11760         (antlr-run-tool): Use `compilation-start'.
11762         * textmodes/sgml-mode.el (sgml-validate): Use `compilation-start'
11763         instead of the obsolete `compile-internal'.
11765 2005-08-26  Juanma Barranquero  <lekktu@gmail.com>
11767         * calendar/cal-bahai.el (date, displayed-month, displayed-year)
11768         (number, original-date):
11769         * calendar/cal-china.el (date):
11770         * calendar/cal-coptic.el (date):
11771         * calendar/cal-french.el (date):
11772         * calendar/cal-hebrew.el (date, entry, number, original-date):
11773         * calendar/cal-islam.el (date, number, original-date):
11774         * calendar/cal-iso.el (date):
11775         * calendar/cal-julian.el (date):
11776         * calendar/cal-mayan.el (date):
11777         * calendar/cal-menu.el (date, event):
11778         * calendar/cal-persia.el (date):
11779         * calendar/lunar.el (date):
11780         * calendar/solar.el (date): Add defvars.
11782         * emerge.el:
11783         * ibuffer.el:
11784         * info-xref.el:
11785         * obsolete/bg-mouse.el:
11786         * obsolete/sun-curs.el:
11787         * obsolete/swedish.el: Move the `defvar's to the top level.
11789         * smerge-mode.el (smerge-refined-change): Add :group.
11791 2005-08-25  Stefan Monnier  <monnier@iro.umontreal.ca>
11793         * smerge-mode.el (smerge-remove-props): Make the args non-optional.
11794         (smerge-keep-n): Remove props.
11795         (smerge-keep-base, smerge-keep-other, smerge-keep-mine)
11796         (smerge-keep-current, smerge-kill-current): Don't remove props anymore
11797         now that it's done in smerge-keep-n.
11798         (smerge-refined-change): New face.
11799         (smerge-refine-chopup-region, smerge-refine-highlight-change)
11800         (smerge-refine): New funs.
11801         (smerge-basic-map): Bind smerge-refine.
11803 2005-08-25  Juri Linkov  <juri@jurta.org>
11805         * progmodes/grep.el (grep, grep-mode): Make buffer-local variables
11806         compilation-process-setup-function and compilation-disable-input
11807         in grep-mode instead of let-bindings in grep.
11809         * menu-bar.el (menu-bar-options-menu, menu-bar-options-save):
11810         Delete "Automatic File De/compression" (auto-compression-mode).
11812 2005-08-25  Juanma Barranquero  <lekktu@gmail.com>
11814         * obsolete/bg-mouse.el: Move to obsolete/ from term/.
11815         Silence warning about non-existent variable.
11817 2005-08-25  Richard M. Stallman  <rms@gnu.org>
11819         * menu-bar.el (menu-bar-describe-menu): Delete "What's New".
11820         Rename "Describe Key" to "Describe Key or Mouse Operation".
11822         * mail/mailalias.el (build-mail-aliases): Delete comments
11823         from the contents before processing them.
11825         * isearch.el (isearch-edit-string): Erase the Search prompt
11826         if user enters an empty string and there is no default.
11828         * comint.el (comint-file-name-prefix): Add autoload.
11830 2005-08-25  Joe Corneli  <jcorneli@math.utexas.edu>
11832         * subr.el (play-sound): Rearrange to avoid warning.
11834 2005-08-25  Carsten Dominik  <dominik@science.uva.nl>
11836         * calendar/diary-lib.el (diary-modify-entry-list-string-function):
11837         New hook.
11838         (add-to-diary-list): Call `diary-modify-entry-list-string-function'
11840 2005-08-24  Stefan Monnier  <monnier@iro.umontreal.ca>
11842         * emacs-lisp/easy-mmode.el (define-minor-mode): Simplify.
11844         * custom.el (custom-theme-set-variables): Sort minor modes last.
11846 2005-08-24  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
11848         * subr.el (version-separator, version-regexp-alist): New vars used by
11849         version comparison funs.
11850         (integer-list-<, integer-list-=, integer-list-<=)
11851         (integer-list-not-zero): New funs for integer list comparison.
11852         (version-to-list, version=, version<, version<=): New funs for version
11853         comparison.
11855 2005-08-24  Juanma Barranquero  <lekktu@gmail.com>
11857         * emerge.el (merge-begin, merge-end, template, A-begin, A-end)
11858         (B-begin, B-end, diff, diff-vector, valid-diff): Defvar at compile
11859         time to silence the byte-compiler.
11861         * ibuffer.el (ibuffer-compile-make-eliding-form)
11862         (ibuffer-check-formats): Use `with-no-warnings' to hide references
11863         to `ibuffer-elide-long-columns' (which is defined on ibuffer.el,
11864         so it's silly to get warnings for it).
11865         (ibuffer-auto-mode, ibuffer-cached-filter-formats)
11866         (ibuffer-compiled-filter-formats, ibuffer-filter-format-alist)
11867         (ibuffer-filter-group-kill-ring, ibuffer-filter-groups)
11868         (ibuffer-filtering-qualifiers, ibuffer-hidden-filter-groups)
11869         (ibuffer-inline-columns, ibuffer-show-empty-filter-groups)
11870         (ibuffer-tmp-hide-regexps, ibuffer-tmp-show-regexps):
11871         Defvar at compile time.
11872         (ibuffer-compiled-formats, ibuffer-cached-eliding-string)
11873         (ibuffer-cached-formats, ibuffer-cached-elide-long-columns):
11874         Declare them before use.
11876         * info-xref.el (info-xref-xfile-alist, info-xref-filename-heading)
11877         (info-xref-good, info-xref-bad): Defvar at compile time.
11879         * obsolete/mlsupport.el (filter-region, execute-monitor-command):
11880         Use `let*' instead of `let'.
11882         * obsolete/sun-curs.el (icon-edit, *mouse-window*, *mouse-x*)
11883         (*mouse-y*, menu, char): Defvar at compile time.
11884         (sc::menu): Declare it before use.
11885         (sc::pack-one-line): Use `let', not `let*'.
11887         * obsolete/swedish.el (news-inews-hook, news-group-hook-alist)
11888         (mail-send-hook): Defvar at compile time.
11890         * term/bg-mouse.el (bg-mouse-x, bg-mouse-y, bg-cursor-window):
11891         Defvar at compile time.
11893         * term/sun-mouse.el (current-global-mousemap)
11894         (current-local-mousemap): Declare them before use.
11896 2005-08-24  Carsten Dominik  <dominik@science.uva.nl>
11898         * bookmark.el (bookmark-after-jump-hook): New hook.
11899         (bookmark-jump): Run `bookmark-after-jump-hook'.
11901 2005-08-23  Juri Linkov  <juri@jurta.org>
11903         * faces.el (minibuffer-prompt): Doc fix.
11905 2005-08-23  Juanma Barranquero  <lekktu@gmail.com>
11907         * progmodes/xscheme.el: Trivial changes to silence warnings.
11908         (xscheme-previous-mode, xscheme-previous-process-state):
11909         Add defvars.
11910         (xscheme-last-input-end, xscheme-process-command-line)
11911         (xscheme-process-name, xscheme-buffer-name)
11912         (xscheme-expressions-ring-max, xscheme-expressions-ring)
11913         (xscheme-expressions-ring-yank-pointer, xscheme-running-p)
11914         (xscheme-control-g-synchronization-p)
11915         (xscheme-control-g-disabled-p, xscheme-string-receiver)
11916         (default-xscheme-runlight, xscheme-runlight)
11917         (xscheme-runlight-string, xscheme-process-filter-state)
11918         (xscheme-allow-output-p, xscheme-prompt, xscheme-mode-string):
11919         Move to beginning of file.
11920         (scheme-interaction-mode-commands-alist)
11921         (scheme-interaction-mode-map, scheme-debugger-mode-map):
11922         Declare them before use.  Note: the initialization code for the variables
11923         has not been moved because it uses functions that reference the variables.
11924         (xscheme-control-g-message-string, xscheme-process-filter-alist)
11925         (xscheme-prompt-for-expression-map): Declare them before use.
11926         (scheme-debugger-mode-commands): "?\ " -> "?\s".
11928 2005-08-23  Ed Swarthout  <ed.swarthout@gmail.com>  (tiny change)
11930         * hexl.el (hexl-print-current-point-info): Fix simple spelling error.
11932 2005-08-22  Juri Linkov  <juri@jurta.org>
11934         * faces.el (set-face-underline): Delete this duplicate function
11935         and make an obsolete alias to set-face-underline-p.
11936         (set-face-underline-p): Use docstring of set-face-underline.
11937         (describe-face): Create hyperlink to parent face.
11939         * info.el (Info-insert-dir): Use save-excursion around
11940         insert-buffer-substring.
11941         (Info-isearch-search): Use LITERAL arg of replace-regexp-in-string.
11942         (Info-escape-percent): Delete function.
11943         (Info-fontify-node): Replace Info-escape-percent by
11944         replace-regexp-in-string with REP arg set to lambda that
11945         duplicates `%' and preserves text properties.
11947         * progmodes/compile.el (compilation-disable-input): Doc fix.
11948         (define-compilation-mode): Doc fix and refill.
11949         (kill-compilation): Use `mode-name' in the error message.
11950         (compilation-find-file): Use `compilation-error' in the
11951         read-file-name's prompt.
11953 2005-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
11955         * smerge-mode.el (smerge-basic-map): Bind smerge-combine-with-next.
11956         (smerge-auto-leave): Make undo re-enable the mode.
11957         (debug-ignored-errors): Add the user-error of impossible resolution.
11958         (smerge-resolve): Move things around a bit, in preparation for later.
11959         (smerge-diff): Don't fail if the buffer has no associated file.
11960         (ediff-ancestor-buffer, ediff-quit-hook): Quieten byte-compiler.
11961         (smerge-conflict-overlay): New function.
11962         (smerge-match-conflict): Don't add text properties here.
11963         (smerge-find-conflict): Instead, add an overlay here.
11964         Also check for the case where we're inside a conflict already, so as to
11965         obviate the need for font-lock-multiline, which is unbearably slow with
11966         large conflicts and ciomplex font-lock patterns.
11967         (smerge-remove-props): Remove overlay rather than text-properties.
11968         (smerge-mode): Don't set font-lock-multiline.
11969         Remove overlays when turned off.
11971 2005-08-21  Kim F. Storm  <storm@cua.dk>
11973         * ido.el (ido-ignore-item-p): Use save-match-data.
11974         Bind case-fold-search to ido-case-fold locally.
11976 2005-08-20  Richard M. Stallman  <rms@gnu.org>
11978         * files.el (normal-mode): If font lock is on, turn it off and on.
11980         * subr.el (replace-regexp-in-string): Doc fix.
11982         * startup.el (command-line-1): Don't suppress startup screen
11983         due to existing processes.
11985         * progmodes/grep.el (grep): Bind compilation-disable-input to t.
11987         * progmodes/compile.el (compilation-disable-input): Default to nil.
11989 2005-08-20  Kevin Rodgers  <ihs_4664@yahoo.com>  (tiny change)
11991         * progmodes/compile.el (compilation-disable-input): New defcustom.
11992         (compilation-start): If compilation-disable-input is non-nil, send
11993         EOF to the compilation process.
11995 2005-08-20  Eli Zaretskii  <eliz@gnu.org>
11997         * textmodes/tex-mode.el (tex-bibtex-file, tex-send-tex-command):
11998         Run the argument of tex-shell-cd-command through
11999         convert-standard-filename, to get the correct style of slashes on
12000         Windows, and enclose the result in quotes, in case the file name
12001         includes whitespace or other special characters.
12003 2005-08-19  Andreas Schwab  <schwab@suse.de>
12005         * progmodes/gud.el (gud-kill-buffer-hook): Don't kill unrelated
12006         process.
12008 2005-08-18  Luc Teirlinck  <teirllm@auburn.edu>
12010         * cus-start.el (minibuffer-prompt-properties): Correct typo.
12012 2005-08-18  Kim F. Storm  <storm@cua.dk>
12014         * scroll-lock.el: Fix errors due to incorrect line wrapping.
12016 2005-08-18  Richard M. Stallman  <rms@gnu.org>
12018         * scroll-lock.el: New file.
12020 2005-08-18  Thien-Thi Nguyen  <ttn@gnu.org>
12022         * dired.el (dired-move-to-end-of-filename):
12023         Handle fifo as rendered by "ls -lF": Don't include trailing "|".
12025 2005-08-18  Kim F. Storm  <storm@cua.dk>
12027         * ido.el (ido-everywhere): Fix defcustom :set function to disable
12028         rather than toggle mode when custom value is nil.
12029         (ido-everywhere): Fix defun doc string.
12031 2005-08-17  Richard M. Stallman  <rms@gnu.org>
12033         * cus-start.el (minibuffer-prompt-properties): Use "Don't Enter"
12034         as tag instead of "Inviolable".
12036 2005-08-17  Kim F. Storm  <storm@cua.dk>
12038         * windmove.el (windmove-coordinates-of-position): Remove.
12039         (windmove-coordinates-of-window-position): Remove.
12040         (windmove-reference-loc): Use posn-at-point instead.
12042         * subr.el (insert-for-yank-1): Doc fix.
12044         * ido.el (ido-enter-matching-directory): Rename from
12045         ido-enter-single-matching-directory.  Change `slash' choice to
12046         `only'.  Add `first' choice.
12047         (ido-exhibit): Adapt to above changes.
12049 2005-08-16  Luc Teirlinck  <teirllm@auburn.edu>
12051         * Makefile.in: Expand comment about building loaddefs.el.
12053 2005-08-16  Nick Roberts  <nickrob@snap.net.nz>
12055         * progmodes/gdb-ui.el (toggle-gdb-use-inferior-io-buffer):
12056         Comment use of defadvice.
12058         * progmodes/gud.el (gud-jump): Rework for gdb-ui.
12060 2005-08-15  Dan Nicolaescu  <dann@ics.uci.edu>
12062         * buff-menu.el, compare-w.el, emacs-lisp/testcover.el,
12063         * play/gomoku.el, play/mpuz.el, progmodes/flymake.el,
12064         * progmodes/gdb-ui.el, progmodes/idlw-help.el,
12065         * progmodes/idlw-shell.el, progmodes/ld-script.el,
12066         * progmodes/which-func.el, ruler-mode.el, strokes.el,
12067         * textmodes/sgml-mode.el, textmodes/table.el: Do not use face-alias
12068         for backward compatibility for faces that did not appear in the
12069         previous Emacs release.
12071         * simple.el (next-error-follow-minor-mode): Fix init value and lighter.
12073 2005-08-15  Kim F. Storm  <storm@cua.dk>
12075         * emulation/cua-base.el (cua-delete-region): Return t if
12076         deleted region was non-empty.
12077         (cua-replace-region): Inhibit overwrite-mode for
12078         self-insert-command if replaced region was non-empty.
12079         (cua--explicit-region-start, cua--status-string): Make them
12080         buffer-local at top-level...
12081         (cua-mode): ...rather than when mode is enabled.
12083 2005-08-15  Thien-Thi Nguyen  <ttn@gnu.org>
12085         * progmodes/vhdl-mode.el (vhdl-emacs-21):
12086         Set t for Emacs 21, 22, and so on.
12088 2005-08-15  David Ponce  <david@dponce.com>
12090         * tree-widget.el: Update Commentary header.
12091         (tree-widget-theme): Doc fix.
12092         (tree-widget-space-width): New option.
12093         (tree-widget-image-properties): Look up in the default theme too.
12094         (tree-widget--cursors): Only for images with arrow pointer shape.
12095         (tree-widget-lookup-image): Pointer shape is hand by default.
12096         (tree-widget-icon): Rename generic icon widget from
12097         `tree-widget-control'.
12098         (tree-widget-*-icon): Rename from `tree-widget-*-control' and
12099         derive from `tree-widget-icon'.
12100         (tree-widget-handle): Improve default look and feel of the text
12101         representation.
12102         (tree-widget): Rename :*-control properties to :*-icon properties.
12103         Add :action and :help-echo properties.
12104         (tree-widget-after-toggle-functions): Move.
12105         (tree-widget-close-node, tree-widget-open-node): Remove.
12106         (tree-widget-before-create-icon-functions): New hook.
12107         (tree-widget-value-create): Update to allow customization of icons
12108         and nodes at run-time via that new hook.
12109         (tree-widget-icon-create, tree-widget-leaf-node-icon-p)
12110         (tree-widget-icon-action, tree-widget-icon-help-echo)
12111         (tree-widget-action, tree-widget-help-echo): New functions.
12113 2005-08-15  Kim F. Storm  <storm@cua.dk>
12115         * ido.el (ido-buffer-internal): Use with-no-warnings.
12116         (ido-make-merged-file-list): Use while-no-input.
12118 2005-08-15  Richard M. Stallman  <rms@gnu.org>
12120         * textmodes/flyspell.el (flyspell-mark-duplications-flag): Doc fix.
12121         (flyspell-large-region): Fix doc and custom type.
12123 2005-08-14  Richard M. Stallman  <rms@gnu.org>
12125         * files.el (interpreter-mode-alist): Doc fix.
12127         * mail/rmail.el (rmail-nonignored-headers): New variable.
12128         (rmail-clear-headers): Use it.
12129         (rmail-reply): Better handling of mail-followup-to header.
12131         * progmodes/sh-script.el (sh-font-lock-keywords-var):
12132         Rename variable from sh-font-lock-keywords.  In the `shell' entry,
12133         don't try to refer to executable-font-lock-keywords.
12134         (sh-font-lock-keywords-var-1): Rename from sh-font-lock-keywords-1.
12135         (sh-font-lock-keywords-var-2): Rename from sh-font-lock-keywords-2.
12136         (sh-font-lock-keywords): Append executable-font-lock-keywords here.
12137         (sh-mode): Set comment-start-skip, local-abbrev-table,
12138         imenu-case-fold-search.
12139         (sh-set-shell): Don't set them here.
12140         (sh-feature): Simplify.  Get rid of the eval-a-variable feature.
12141         Don't cache the results in the original alist; don't ever modify
12142         that alist.
12144         * textmodes/flyspell.el (flyspell-mode): Autoload a defvar.
12146         * textmodes/ispell.el (lookup-words): Cope with case where ARGS is
12147         empty.
12149 2005-08-15  Andreas Schwab  <schwab@suse.de>
12151         * desktop.el: Put autoload cookie at risky-local-variable declarations.
12153         * dired.el, info.el, mail/rmail.el: Revert last change.
12155 2005-08-14  Thien-Thi Nguyen  <ttn@gnu.org>
12157         * dired.el: Fix dependency bug: Wrap `desktop-buffer-mode-handlers'
12158         modification in `eval-after-load' form.
12159         * info.el: Likewise.
12160         * mail/rmail.el: Likewise.
12162 2005-08-14  Juri Linkov  <juri@jurta.org>
12164         * progmodes/compile.el (compilation-mode-font-lock-keywords):
12165         Remove highlighting of "Compilation started".  Highlight only
12166         the word "finished" in "Compilation finished".  Add highlighting
12167         of "interrupt", "killed", "terminated" and the exit code.
12168         (compilation-start): Add newline after header.  Use exactly the
12169         same time stamp format as the finishing message.
12170         (compilation-mode-map): Add ellipsis to "Search Files (grep)".
12172         * progmodes/grep.el (grep-mode-map): Add ellipsis to "Another grep".
12173         (grep-mode-font-lock-keywords): Don't highlight "Grep started".
12174         Add highlighting of "interrupt", "killed", "terminated".
12176         * delsel.el (delete-selection-pre-hook): If overwrite-mode is
12177         enabled and the current command is self-insert-command, call it
12178         explicitly with overwrite-mode bound to nil, to not allow it
12179         to delete the character after the selected region.
12181 2005-08-12  Matt Hodges  <MPHodges@member.fsf.org>
12183         * emacs-lisp/eldoc.el: Add move-beginning-of-line,
12184         move-end-of-line, end-of-line, and beginning-of-line to the list
12185         of commands after which the echo area is updated.
12187 2005-08-12  Eli Zaretskii  <eliz@gnu.org>
12189         * cus-edit.el (custom-save-all, custom-save-delete):
12190         Bind recentf-exclude to exclude custom-file.
12192 2005-08-12  Ehud Karni  <ehud@unix.mvs.co.il>
12194         * mail/rmailsum.el (rmail-summary-end-of-message): New command
12195         to go to the bottom of the mail message.  Added to
12196         `rmail-summary-mode-map' with key "/".
12197         (rmail-summary-show-message): New (internal) function for use by
12198         both `rmail-summary-beginning/end-of-message'.
12199         (rmail-summary-beginning-of-message): Change to use
12200         rmail-summary-show-message.
12202         * mail/rmail.el (rmail-end-of-message): New command to go to the
12203         end of the current message.  Added to `rmail-mode-map' with key "/".
12204         (rmail-beginning-of-message): Fix to work as documented.
12205         (rmail-mode): Change documentation.
12207         * progmodes/compile.el (compilation-start): Add the line
12208         "Compilation started" with compilation start time.
12209         (compilation-mode-font-lock-keywords): Add `started' to keywords.
12211 2005-08-11  Luc Teirlinck  <teirllm@auburn.edu>
12213         * menu-bar.el (menu-bar-options-menu): Standardize capitalization
12214         of menu items.
12216 2005-08-11  Richard M. Stallman  <rms@gnu.org>
12218         * simple.el (pop-global-mark): Reverse test of widen-automatically.
12220         * battery.el (battery-status-function): Don't use ignore-errors.
12222 2005-08-11  Lute Kamstra  <lute@gnu.org>
12224         * emacs-lisp/generic.el (generic-font-lock-defaults): Declare with
12225         define-obsolete-variable-alias.
12227 2005-08-11  Stefan Monnier  <monnier@iro.umontreal.ca>
12229         * net/ange-ftp.el: Use \\` and \\' instead of ^ and $ in regexps.
12230         (ange-ftp-send-cmd): Revert last change, and expand
12231         the comment explaining the problem.
12233 2005-08-10  Luc Teirlinck  <teirllm@auburn.edu>
12235         * ldefs-boot.el: Update.
12237         * menu-bar.el (menu-bar-showhide-menu): Rename "Date, Time and Mail"
12238         item to "Time, Load and Mail".  Change help echo text.
12240         * time.el (display-time-use-mail-icon, display-time-format)
12241         (display-time-string-forms): Shorten first line of docstrings.
12243 2005-08-10  Lars Hansen  <larsh@soem.dk>
12245         * desktop.el (desktop-buffer-mode-handlers):
12246         Make non-customizable.  Add autoload cookie.  Change initial value to
12247         nil; add elements in respective modules instead.  Fix doc string.
12248         (desktop-load-file): New function.
12249         (desktop-minor-mode-handlers): New autoloaded variable.
12250         (desktop-create-buffer): Call minor mode handlers.
12251         Use desktop-load-file to load major and minor mode modules prior to
12252         checking for a handler.
12253         (desktop-save): Don't add nil to desktop-minor-modes for minor
12254         modes with nil function in desktop-minor-mode-table.  Don't delete
12255         desktop file before rewriting it.
12256         (desktop-locals-to-save): Add autoload cookie.  Don't make
12257         automatically buffer-local.  Add variables column-number-mode,
12258         size-indication-mode, indent-tabs-mode,
12259         indicate-buffer-boundaries, indicate-empty-lines and
12260         show-trailing-whitespace.
12261         (desktop-clear): Allow desktop-clear-preserve-buffers to contain
12262         regexps.  Don't use desktop-clear-preserve-buffers-regexp.
12263         (desktop-clear-preserve-buffers-regexp): Delete.
12264         (desktop-clear-preserve-buffers): Update initial value and docstring.
12265         (desktop-save-buffer): Fix doc string.
12267         * hilit-chg.el: Add handler to desktop-minor-mode-handlers.
12268         (hilit-chg-desktop-restore): New function.
12269         (highlight-changes-mode): Add highlight-changes-mode to
12270         desktop-locals-to-save.
12272         * dired.el: Add handler to desktop-buffer-mode-handlers.
12273         (dired-restore-desktop-buffer): Remove autoload cookie.
12274         (dired-mode): Add autoload cookie.
12276         * info.el: Add handler to desktop-buffer-mode-handlers.
12277         (Info-restore-desktop-buffer): Remove autoload cookie.
12278         (Info-mode): Add autoload cookie.
12280         * mh-e/mh-e.el: Add handler to desktop-buffer-mode-handlers.
12281         (mh-restore-desktop-buffer): Remove autoload cookie.
12282         (mh-folder-mode): Add autoload cookie.
12284         * mail/rmail.el: Add handler to desktop-buffer-mode-handlers.
12285         (rmail-restore-desktop-buffer): Remove autoload cookie.
12287 2005-08-11  Masatake YAMATO  <jet@gyve.org>
12289         * hexl.el (hexl-address-region):
12290         (hexl-ascii-region, hexl-font-lock-keywords):
12291         (hexl-highlight-line-range): Use the term "region"
12292         instead of "area" for consistency with the other symbols
12293         defined in hexl.el.
12295 2005-08-09  Luc Teirlinck  <teirllm@auburn.edu>
12297         * menu-bar.el (menu-bar-options-save): Move `display-time-mode' to
12298         correct group: it is set with `menu-bar-make-mm-toggle' (pointed
12299         out by Juri Linkov).  Add `display-battery-mode'.
12301 2005-08-09  Juri Linkov  <juri@jurta.org>
12303         * progmodes/compile.el (compilation-mode-font-lock-keywords):
12304         Remove `-text' from face variable names.
12305         (compilation-error-file-name, compilation-warning-file-name)
12306         (compilation-info-file-name): Delete faces.
12307         (compilation-line-number, compilation-column-number):
12308         Remove face underlining.
12309         (compilation-message-face): Set to `underline' value by default.
12310         (compilation-error-face, compilation-warning-face)
12311         (compilation-info-face): Remove `-file-name' from face names.
12312         (compilation-error-text-face, compilation-warning-text-face)
12313         (compilation-info-text-face): Delete face variables.
12314         (compilation-text-face): Delete function.
12316         * progmodes/grep.el (grep-regexp-alist): Use `.+?' instead of `[^:\n]+'.
12317         (grep-mode-font-lock-keywords): Use `.+?' instead of `[^\n-]+'.
12318         (grep-error-face): Set to `compilation-error' instead of
12319         `compilation-error-face' (which is redefined to `grep-hit-face' in
12320         grep buffers).
12321         (grep-mode-font-lock-keywords): Remove `-text' from face variable
12322         names.  Use `grep-error-face' instead of `compilation-error-text-face'.
12324         * dired-aux.el (dired-do-query-replace-regexp):
12325         Use `query-replace-read-args'.
12327         * replace.el (query-replace-read-from, query-replace-read-to)
12328         (query-replace-read-args): Rename arg `string' to `prompt'.
12330         * menu-bar.el (menu-bar-showhide-menu): Add `showhide-battery'.
12332 2005-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>  (tiny change)
12334         * net/ange-ftp.el (ange-ftp-send-cmd): Make it work properly with
12335         uploading files.
12336         (ange-ftp-canonize-filename): Handle file names beginning with ~
12337         correctly.
12339 2005-08-09  Juanma Barranquero  <lekktu@gmail.com>
12341         * textmodes/fill.el (canonically-space-region)
12342         (fill-context-prefix, fill-french-nobreak-p)
12343         (fill-delete-newlines, fill-comment-paragraph)
12344         (justify-current-line): "?\ " -> "?\s".
12346 2005-08-09  Ben North  <ben@redfrontdoor.org>  (tiny change)
12348         * textmodes/fill.el (fill-nonuniform-paragraphs):
12349         Improve argument/docstring consistency.
12351 2005-08-09  Richard M. Stallman  <rms@gnu.org>
12353         * textmodes/ispell.el (ispell-word): More fboundp checks.
12355         * files.el (find-file-noselect): Don't call set-buffer-major-mode.
12356         (find-file-noselect-1): Call it here, only if RAWFILE.
12357         (normal-mode): Always set some major mode.
12358         (save-some-buffers-action-alist): Change some explanation strings.
12359         (file-name-non-special): In the `quote' method, use unwind-protect.
12361 2005-08-09  Magnus Henoch  <mange@freemail.hu>
12363         * textmodes/ispell.el (ispell-find-aspell-dictionaries): New command.
12364         (ispell-have-aspell-dictionaries): New variable.
12365         (ispell-aspell-data-dir, ispell-aspell-dict-dir): New variables.
12366         (ispell-get-aspell-config-value): New function.
12367         (ispell-aspell-find-dictionary): New function.
12368         (ispell-aspell-add-aliases): New function.
12369         (ispell-valid-dictionary-list): Call ispell-find-aspell-dictionaries if
12370         appropriate.  Don't look for ispell dictionaries if we use aspell.
12371         (ispell-menu-map): Don't build a submenu of dictionaries.
12373 2005-08-09  Richard M. Stallman  <rms@gnu.org>
12375         * progmodes/sql.el (sql-interactive-mode-map): Use fboundp.
12376         (sql-read-passwd): Use read-passwd.
12378         * progmodes/idlw-toolbar.el (idlwave-toolbar)
12379         (idlwave-toolbar-is-possible): Add defvars.
12381         * progmodes/idlw-shell.el (idlwave-xemacs-hack-mouse-track):
12382         Avoid warnings.
12384         * progmodes/idlw-rinfo.el (idlwave-system-variables-alist)
12385         (idlwave-system-class-info, idlwave-executive-commands-alist):
12386         Use defvar.
12388         * progmodes/cc-engine.el (c-guess-basic-syntax): Add autoload.
12390         * mail/supercite.el (sc-ask, sc-no-blank-line-or-header):
12391         Avoid warnings.
12393         * mail/rmail.el (rmail-ignored-headers): Don't hide mime-version:
12394         and content-type: headers.
12396         * eshell/eshell.el (eshell): Avoid warnings about eshell-mode.
12398         * emacs-lisp/map-ynp.el (map-y-or-n-p): Reorder the options
12399         and rename some of them to be more self-explanatory.
12401         * calendar/calendar.el (calendar-mode-map): Bind < and > usefully.
12403         * startup.el (command-line-1): Implement -scriptload.
12405         * replace.el (occur-engine): Initial *Occur* output not undoable.
12407         * menu-bar.el (menu-bar-file-menu): Rename some menu items
12408         and improve help strings.
12410         * isearch.el (isearch-repeat): When changing direction,
12411         mark search successful.
12413         * ediff-init.el: Use (featurep 'xemacs).
12415         * comint.el (send-invisible): Identify buffer, if not selected.
12417         * align.el: Delete autoload for c-guess-basic-syntax.
12419 2005-08-09  Juanma Barranquero  <lekktu@gmail.com>
12421         * textmodes/refbib.el (r2b-convert-record, r2b-convert-buffer):
12422         Improve argument/docstring consistency.  Doc fixes.
12423         (r2b-variables, r2bv-address, r2bv-annote, r2bv-author)
12424         (r2bv-booktitle, r2bv-date, r2bv-decade, r2bv-editor)
12425         (r2bv-entry-kind, r2bv-institution, r2bv-journal, r2bv-keywords)
12426         (r2bv-kn, r2bv-month, r2bv-note, r2bv-number, r2bv-ordering)
12427         (r2bv-organization, r2bv-pages, r2bv-primary-author)
12428         (r2bv-publisher, r2bv-school, r2bv-title, r2bv-title-first-word)
12429         (r2bv-tr, r2bv-type, r2bv-volume, r2bv-where, r2bv-year):
12430         Defvar at compile time.
12432 2005-08-09  Juri Linkov  <juri@jurta.org>
12434         * info.el: Replace `info' with upper-case `Info' where appropriate.
12435         (info-title-1, info-title-2, info-title-3, info-title-4)
12436         (info-menu-header): Move up face definitions.
12437         (info-menu-star): Rename from `info-menu-5'.
12438         (Info-fontify-node): Replace `info-menu-5' with `info-menu-star'.
12439         (Info-fontify-visited-nodes): Fix docstring.
12440         (Info-hide-note-references): Fix docstring.
12441         (Info-up, Info-next-reference, Info-prev-reference): Put cursor on
12442         menu items in the same way as on cross-references.
12443         (info-apropos): Fix sorting order and formatting to be like in the
12444         stand-alone Info browser.  Display error messages for 1 sec.
12445         (Info-mode-map): Move down `c' key binding.  Bind `^' to `Info-up'.
12446         (Info-mode-menu): Remove item for `Info-search-case-sensitively'
12447         from the menu bar.
12448         (Info-insert-dir): Restore point after calling
12449         `insert-buffer-substring'.
12451 2005-08-08  Richard M. Stallman  <rms@gnu.org>
12453         * emacs-lisp/lmenu.el (lucid-menubar-map, lucid-failing-menubar)
12454         (recompute-lucid-menubar): Add defvars.
12456         * mail/sendmail.el (mail-yank-original): Use with-no-warnings.
12458         * mail/reporter.el (reporter-dump-state): Use insert-buffer-substring.
12460         * net/net-utils.el (run-dig): Rename from `dig'.
12462         * play/gametree.el (gametree-mode): Use make-local-variable,
12463         not make-variable-buffer-local.
12465         * progmodes/ada-prj.el (ada-prj-display-page): Use with-no-warnings.
12467         * ansi-color.el (ansi-color-make-extent)
12468         (ansi-color-set-extent-face): Use fboundp, not functionp.
12470         * autorevert.el (auto-revert-tail-mode): Use make-local-variable,
12471         not make-variable-buffer-local.
12473         * bookmark.el (Info-current-file): Add defvar.
12474         (bookmark-jump-noselect): Use with-no-warnings.
12476         * completion.el (c-mode-map, fortran-mode-map): Add defvars.
12478         * ebuff-menu.el (Helper-return-blurb): Add defvar.
12480         * ffap.el (gnus-summary-buffer, gnus-article-buffer): Add defvars.
12482         * find-file.el (ada-procedure-start-regexp)
12483         (ada-package-start-regexp): Add defvars.
12485         * info.el (Info-insert-dir): Use insert-buffer-substring.
12487         * xml.el (xml-att-def-re): Add defvar.
12489         * icomplete.el (icomplete-exhibit): Adapt to new while-no-input
12490         calling convention.
12492         * subr.el (while-no-input): Return t if there is input.
12494 2005-08-08  Luc Teirlinck  <teirllm@auburn.edu>
12496         * cus-start.el (all): Add `overflow-newline-into-fringe'.
12498 2005-08-08  Juanma Barranquero  <lekktu@gmail.com>
12500         * cmuscheme.el (inferior-scheme-mode-hook, inferior-scheme-mode)
12501         (scheme-prev-l/c-dir/file): Fix typos in docstrings.
12503 2005-08-08  Emilio C. Lopes  <eclig@gmx.net>
12505         * cmuscheme.el (scheme-start-file): Replace reference to
12506         `user-emacs-directory' by "~/.emacs.d/".
12508 2005-08-08  Thien-Thi Nguyen  <ttn@gnu.org>
12510         * info.el (Info-dir-remove-duplicates): Avoid case folding
12511         in loop; instead, keep downcased strings for comparison.
12512         Suggested by Helmut Eller.
12514 2005-08-07  Michael Albinus  <michael.albinus@gmx.de>
12516         Sync with Tramp 2.0.50.
12518         * net/tramp.el: Remove defvar of `last-coding-system-used' in the
12519         XEmacs case; not necessary anymore.
12520         (tramp-user-regexp): Allow "@" as part of user name.
12521         (tramp-handle-set-visited-file-modtime)
12522         (tramp-handle-insert-file-contents)
12523         (tramp-handle-write-region): No special handling for
12524         `last-coding-system-used, because this is done in
12525         `tramp-accept-process-output' now.
12526         (tramp-accept-process-output): New defun.
12527         (tramp-process-one-action, tramp-process-one-multi-action)
12528         (tramp-wait-for-regexp, tramp-wait-for-output)
12529         (tramp-discard-garbage-erase-buffer): Call it.  Reported by David
12530         Howells <dhowells@redhat.com>.
12531         (clear-visited-file-modtime): Defadvice removed.  The check for
12532         unset buffer's modtime does not need to be based on
12533         `tramp-buffer-file-attributes'.  Suggested by RMS.
12534         (tramp-message): Insert "\n" if not being at beginning of line.
12535         (tramp-find-shell): Use `tramp-barf-if-no-shell-prompt' for code
12536         sequence with same logic.
12537         (tramp-completion-handle-expand-file-name): Discard call of
12538         `tramp-drop-volume-letter'.  It is not necessary, and there have
12539         been problems with (expand-file-name "~/.netrc" "/") in ange-ftp.
12540         Reported by Richard G. Bielawski <Richard.G.Bielawski@wellsfargo.com>.
12541         (tramp-do-copy-or-rename-file-out-of-band): Transfer message
12542         should always be visible.
12543         (tramp-handle-insert-directory, tramp-setup-complete)
12544         (tramp-set-process-query-on-exit-flag)
12545         (tramp-append-tramp-buffers): Pacify byte-compiler.
12546         (tramp-bug): Delete non-existing variables from list.
12547         Apply `tramp-load-report-modules' as pre-hook.
12548         Mask `tramp-password-prompt-regexp', `tramp-shell-prompt-pattern' and
12549         `shell-prompt-pattern' because of non-7bit characters.
12550         Reported by Sebastian Luque <sluque@mun.ca>.
12551         (tramp-reporter-dump-variable, tramp-load-report-modules): New defuns.
12552         (tramp-match-string-list): Remove function.
12553         (tramp-wait-for-regexp): Remove call of that function.
12554         Suggested by Kim F. Storm <storm@cua.dk>.
12555         (tramp-set-auto-save-file-modes): Use octal integer code #o600
12556         instead of octal character code ?\600.  The latter resulted in a
12557         syntax error with XEmacs.
12559         * net/tramp-smb.el: Remove defvar of `last-coding-system-used' in the
12560         XEmacs case; not necessary anymore.
12561         (tramp-smb-handle-write-region): No special handling for
12562         `last-coding-system-used, because this is done in
12563         `tramp-accept-process-output' now.
12564         (tramp-smb-wait-for-output): Call `tramp-accept-process-output'.
12566 2005-08-06  Luc Teirlinck  <teirllm@auburn.edu>
12568         * wid-edit.el (widget-choice-value-create):
12569         Unconditionally respect user choice.  Set :explicit-choice back to nil
12570         when no longer needed.
12571         (widget-choice-action): Unconditionally respect user choice.
12572         Eliminate :explicit-choice-value.
12574         * fringe.el (set-fringe-indicators-1, fringe-indicators): Delete.
12576         * menu-bar.el (menu-bar-options-save): Replace `fringe-indicators'
12577         with `indicate-empty-lines' and `indicate-buffer-boundaries'.
12578         (menu-bar-showhide-fringe-menu): Add new item "Empty line indicators"
12579         running new function `toggle-indicate-empty-lines'.
12580         Rename "Customize" item to "Customize fringe".
12581         Rename "Indicators" item to "Buffer boundaries" and change help echo.
12582         (menu-bar-showhide-fringe-ind-menu): Change several help echos.
12583         Add `menu-bar-showhide-fringe-ind-customize' as "Other (customize)".
12584         Delete "Empty lines only" item.
12585         (menu-bar-showhide-fringe-ind-customize): New function.
12586         (menu-bar-showhide-fringe-ind-mixed)
12587         (menu-bar-showhide-fringe-ind-box)
12588         (menu-bar-showhide-fringe-ind-right)
12589         (menu-bar-showhide-fringe-ind-left)
12590         (menu-bar-showhide-fringe-ind-none): Use `indicate-buffer-boundaries'
12591         instead of `fringe-indicators'.
12593 2005-08-06  Michael Kifer  <kifer@cs.stonybrook.edu>
12595         * viper.el (viper-emacs-state-mode-list): Add recentf-dialog-mode.
12596         Change the date of last update.
12598 2005-08-06  Michael Kifer  <kifer@cs.stonybrook.edu>
12600         * viper-cmd.el (viper-harness-minor-mode, viper-exec-delete)
12601         (viper-exec-yank, viper-put-back): Don't display modification msg
12602         if in the minibuffer.
12604         * viper-init.el (viper-replace-overlay-cursor-color)
12605         (viper-insert-state-cursor-color, viper-vi-state-cursor-color):
12606         Make variables frame local.
12608         * viper-util.el (viper-append-filter-alist): Use append instead of
12609         nconc.
12611         * viper.el (viper-vi-state-mode-list)
12612         (viper-emacs-state-mode-list): Move help-mode and
12613         completion-list-mode from the first list to the second.
12614         (viper-mode): Docstring.
12615         (viper-go-away, viper-non-hook-settings): Don't localize
12616         minor-mode-alist in newer Emacsen.  Add advice to
12617         set-cursor-color.  Don't bind "\C-c\\".
12619 2005-08-06  Emilio C. Lopes  <eclig@gmx.net>
12621         * cmuscheme.el (scheme-trace-command, scheme-untrace-command)
12622         (scheme-macro-expand-command): New user options.
12623         (scheme-trace-procedure, scheme-expand-current-form): New commands.
12624         (scheme-form-at-point, scheme-start-file)
12625         (scheme-interactively-start-process): New functions.
12626         (scheme-get-process): New function, extracted from `scheme-proc'.
12627         (run-scheme): Call `scheme-start-file' to get start file, and pass
12628         it to `make-comint'.
12629         (switch-to-scheme, scheme-proc):
12630         Call `scheme-interactively-start-process' if no Scheme buffer/process
12631         is available.
12633 2005-08-06  Juri Linkov  <juri@jurta.org>
12635         * progmodes/compile.el (compilation-mode-font-lock-keywords):
12636         Use `compilation-text-face', `compilation-info-text-face' and
12637         `compilation-error-text-face' instead of `font-lock-keyword-face'.
12638         (compilation-error): New face.
12639         (compilation-error-file-name): Inherit from
12640         `compilation-error' instead of `font-lock-warning-face'.
12641         (compilation-warning-file-name): Inherit from
12642         `compilation-warning' instead of `font-lock-warning-face'.
12643         (compilation-info, compilation-error-file-name)
12644         (compilation-warning-file-name, compilation-info-file-name)
12645         (compilation-line-number, compilation-column-number): Doc fix.
12646         (compilation-error-text-face, compilation-warning-text-face)
12647         (compilation-info-text-face): New face variables.
12648         (compilation-line-face, compilation-column-face)
12649         (compilation-enter-directory-face)
12650         (compilation-leave-directory-face): Doc fix.
12651         (compilation-text-face): New function.
12653         * progmodes/grep.el (grep-regexp-alist): Set 5th arg `TYPE' to 0
12654         instead of 1 to display binary file names as info file links.
12655         (grep-error-face): Use `compilation-error-face' instead of
12656         `font-lock-keyword-face'.
12657         (grep-mode-font-lock-keywords): Use `compilation-info-text-face'
12658         and `compilation-warning-text-face' instead of
12659         `font-lock-keyword-face'.  Use `compilation-error-text-face'
12660         instead of `grep-error-face'.
12662 2005-08-05  Kenichi Handa  <handa@m17n.org>
12664         * international/code-pages.el: Add autoload cookies for all coding
12665         systems.
12667 2005-08-04  Luc Teirlinck  <teirllm@auburn.edu>
12669         * cus-start.el (all): Put undo.c where it alphabetically belongs.
12671 2005-08-04  Juri Linkov  <juri@jurta.org>
12673         * progmodes/compile.el (compilation-mode-map):
12674         * progmodes/grep.el (grep-mode-map):
12675         Bind TAB to `compilation-next-error' and [backtab] to
12676         `compilation-previous-error'.
12678         * progmodes/grep.el (grep-regexp-alist): Replace complex regexp
12679         matching line numbers, column numbers and their ranges with regexp
12680         matching only line numbers.
12681         (grep-context-face): New face variable.
12682         (grep-mode-font-lock-keywords): Use it.
12684         * faces.el (read-face-name): Delete duplicate faces.
12686 2005-08-02  Juanma Barranquero  <lekktu@gmail.com>
12688         * thumbs.el (thumbs-find-image): Don't make variables
12689         automatically buffer local.
12690         (thumbs-current-tmp-filename, thumbs-current-image-filename)
12691         (thumbs-image-num): Make automatically buffer local.
12692         (thumbs-show-thumbs-list): Use `make-local-variable', not
12693         `make-variable-buffer-local'.
12694         (thumbs-insert-image): Make `thumbs-current-image-size' buffer-local.
12696         * play/doctor.el (doctor-type-symbol): "?\ " -> "?\s".
12697         (**mad**, *debug*, *print-space*, *print-upcase*, abuselst)
12698         (abusewords, account, afraidof, arerelated, areyou, bak, beclst)
12699         (bother, bye, canyou, chatlst, continue, deathlst, describe)
12700         (drnk, drugs, eliza-flag, elizalst, famlst, feared, fears)
12701         (feelings-about, foullst, found, hello, history, howareyoulst)
12702         (howdyflag, huhlst, ibelieve, improve, inter, isee, isrelated)
12703         (lincount, longhuhlst, lover, machlst, mathlst, maybe, moods)
12704         (neglst, obj, object, owner, please, problems, qlist)
12705         (random-adjective, relation, remlst, repetitive-shortness)
12706         (replist, rms-flag, schoollst, sent, sexlst, shortbeclst)
12707         (shortlst, something, sportslst, stallmanlst, states, subj)
12708         (suicide-flag, sure, things, thlst, toklst, typos, verb, want)
12709         (whatwhen, whereoutp, whysay, whywant, zippy-flag, zippylst):
12710         Defvar at compile time.
12712         * progmodes/ada-mode.el (ada-mode): Use `make-local-variable',
12713         not `make-variable-buffer-local'.
12715 2005-08-02  Kim F. Storm  <storm@cua.dk>
12717         * emulation/cua-rect.el (cua--highlight-rectangle): Only show
12718         rectangle overlay in selected window.
12720 2005-08-01  Luc Teirlinck  <teirllm@auburn.edu>
12722         * cus-start.el (all): Put `indicate-empty-lines' in fringe group
12723         instead of display group.  Make `indicate-buffer-boundaries'
12724         customizable through Custom.
12726 2005-08-01  Juanma Barranquero  <lekktu@gmail.com>
12728         * progmodes/gdb-ui.el (gdb-frame-address, gdb-var-changed)
12729         (gdb-output-sink, gdba, gdb-cpp-define-alist-program)
12730         (gdb-set-gud-minor-mode, gdb-exited, gdb-setup-windows)
12731         (gdb-put-string): Fix typos in docstrings.
12733 2005-08-01  Nick Roberts  <nickrob@snap.net.nz>
12735         Update copyright notices of files in progmodes directory for
12736         release of Emacs 22.1.
12738         * progmodes/gdb-ui.el (gdb-enable-debug-log): Add autoload cookie.
12740         * progmodes/gud.el (gud-tooltip-mode): Add autoload cookie.
12741         Don't barf if the GUD buffer has been killed.
12743 2005-08-01  Kim F. Storm  <storm@cua.dk>
12745         * textmodes/table.el (table-yank-handler): Change defcustom to defvar.
12747 2005-07-29  Stefan Monnier  <monnier@iro.umontreal.ca>
12749         * simple.el (next-error-follow-minor-mode):
12750         make-variable-buffer-local -> make-local-variable.
12752         * emacs-lisp/cl-extra.el: Require CL also when compiling.
12754         * emacs-lisp/bytecomp.el (byte-compile-make-variable-buffer-local)
12755         (byte-compile-form-make-variable-buffer-local): New functions to warn
12756         about misuses of make-variable-buffer-local where make-local-variable
12757         was meant.
12759 2005-07-29  Juanma Barranquero  <lekktu@gmail.com>
12761         * bs.el (bs-attributes-list): Doc fix.
12762         (bs): Update url-link.
12764         * desktop.el (desktop-save-buffer): Fix typos in docstring.
12765         (desktop-load-default): Simplify.
12767         * ibuffer.el (ibuffer-columnize-and-insert-list)
12768         (ibuffer-mouse-toggle-mark, ibuffer-count-marked-lines)
12769         (ibuffer-unmark-all, ibuffer-toggle-marks)
12770         (ibuffer-unmark-forward, ibuffer-unmark-backward)
12771         (ibuffer-compile-make-format-form, ibuffer-format-column)
12772         (ibuffer-current-buffers-with-marks)
12773         (ibuffer-update-title-and-summary): "?\ " -> "?\s".
12774         (ibuffer): Doc fix.
12775         (ibuffer-mode): Fix typo in docstring.
12776         (ibuffer-hooks, ibuffer-mode-hooks): Make obsolete and declare
12777         with `define-obsolete-variable-alias'.
12778         (ibuffer-elide-long-columns): Mark as obsolete.  Doc fix.
12780 2005-07-29  Kenichi Handa  <handa@m17n.org>
12782         * international/mule-cmds.el (select-message-coding-system):
12783         Be sure to use LF for end-of-line.  If no coding system is decided,
12784         return iso-8859-1-unix.
12786 2005-07-28  Stefan Monnier  <monnier@iro.umontreal.ca>
12788         * net/ange-ftp.el (ange-ftp-gateway-fatal-msgs)
12789         (ange-ftp-pending-error-line): New vars.
12790         (ange-ftp-process-handle-line, ange-ftp-process-filter): Use them
12791         to handle the non-fatal no-route-to-host messages.
12792         (internal-ange-ftp-mode): Make the no-match regexp more efficient.
12794 2005-07-28  Juanma Barranquero  <lekktu@gmail.com>
12796         * isearch.el (isearch-mode-map, isearch-other-meta-char)
12797         (isearch-quote-char, isearch-printing-char)
12798         (isearch-text-char-description): "?\ " -> "?\s".
12799         (isearch-lazy-highlight-cleanup)
12800         (isearch-lazy-highlight-initial-delay)
12801         (isearch-lazy-highlight-interval)
12802         (isearch-lazy-highlight-max-at-a-time)
12803         (isearch-lazy-highlight-face, isearch-lazy-highlight-cleanup):
12804         Declare with define-obsolete-*-alias macros.
12805         (isearch-forward): Fix typo in docstring.
12806         (search-invisible, search-ring-yank-pointer)
12807         (regexp-search-ring-yank-pointer): Doc fixes.
12809         * recentf.el (recentf-menu-append-commands-p): Declare with
12810         `define-obsolete-variable-alias'.
12811         (recentf-max-saved-items, recentf-menu-filter)
12812         (recentf-arrange-by-rule-subfilter): Doc fixes.
12813         (recentf-menu-append-commands-flag)
12814         (recentf-initialize-file-name-history, recentf-expand-file-name)
12815         (recentf-clear-data): Fix typos in docstrings.
12817 2005-07-28  Nick Roberts  <nickrob@snap.net.nz>
12819         * progmodes/gdb-ui.el: Smarten comments.
12820         (gdb-info-breakpoints-custom): Use nowarn when finding file.
12822 2005-07-27  Dan Nicolaescu  <dann@ics.uci.edu>
12824         * term/apollo.el (terminal-init-apollo): New function containing
12825         all former top level forms in the file.
12826         * term/bobcat.el (terminal-init-bobcat):
12827         * term/cygwin.el (terminal-init-cygwin):
12828         * term/iris-ansi.el (terminal-init-iris-ansi):
12829         * term/linux.el (terminal-init-linux):
12830         * term/news.el (terminal-init-news):
12831         * term/rxvt.el (terminal-init-rxvt):
12832         * term/sun.el (terminal-init-sun):
12833         * term/tvi970.el (terminal-init-tvi970):
12834         * term/vt100.el (terminal-init-vt100):
12835         * term/vt102.el (terminal-init-vt102):
12836         * term/vt125.el (terminal-init-vt125):
12837         * term/vt200.el (terminal-init-vt200):
12838         * term/vt201.el (terminal-init-vt201):
12839         * term/vt220.el (terminal-init-vt220):
12840         * term/vt240.el (terminal-init-vt240):
12841         * term/vt300.el (terminal-init-vt300):
12842         * term/vt320.el (terminal-init-vt320):
12843         * term/vt400.el (terminal-init-vt400):
12844         * term/vt420.el (terminal-init-vt420):
12845         * term/wyse50.el (terminal-init-wyse50):
12846         * term/xterm.el (terminal-init-xterm): Likewise.
12848         * term/README: Describe the terminal-init-* functionality.
12850         * startup.el (command-line): After loading the terminal initialization
12851         file call the corresponding terminal initialization function.
12853 2005-07-27  Kenichi Handa  <handa@m17n.org>
12855         * ps-bdf.el (bdf-read-font-info): Ignore glyphs whose ENCODING is
12856         negative.
12858         * ps-mule.el (ps-mule-bitmap-prologue): Fix arguments to setcharwidth.
12859         (ps-mule-composition-prologue): Fix for the case that
12860         RelativeCompose is false.
12862 2005-07-26  Stefan Monnier  <monnier@iro.umontreal.ca>
12864         * smerge-mode.el (smerge-ediff): Use insert-buffer-substring.
12866         * descr-text.el (describe-char): Handle the case where the list of
12867         chars is displayed in a separate frame.
12868         Be a bit more discriminating when looking for the char.
12870 2005-07-26  Juanma Barranquero  <lekktu@gmail.com>
12872         * bookmark.el (bookmark-automatically-show-annotations)
12873         (bookmark-read-annotation-text-func): Doc fixes.
12874         (bookmark-save): Improve argument/docstring consistency.
12875         (bookmark-get-bookmark, bookmark-get-bookmark-record)
12876         (bookmark-alist-from-buffer)
12877         (bookmark-upgrade-file-format-from-0)
12878         (bookmark-grok-file-format-version)
12879         (bookmark-maybe-upgrade-file-format, bookmark-kill-line)
12880         (bookmark-read-annotation-mode)
12881         (bookmark-insert-current-bookmark, bookmark-jump)
12882         (bookmark-exit-hook): Fix typos in docstrings.
12883         (bookmark-exit-hooks): Define as obsolete alias.
12884         (bookmark-exit-hook-internal): Run `bookmark-exit-hook',
12885         not `bookmark-exit-hooks'.  Fix docstring.
12886         (bookmark-bmenu-select): "?\ " -> "?\s".
12888 2005-07-25  Ari Roponen  <arjuropo@cc.jyu.fi>  (tiny change)
12890         * startup.el (command-line): Fix typo.
12892 2005-07-24  Richard M. Stallman  <rms@gnu.org>
12894         * tooltip.el (tooltip-mode): Test emacs-basic-display,
12895         not emacs-quick-startup.
12897 2005-07-24  Juanma Barranquero  <lekktu@gmail.com>
12899         * emacs-lisp/re-builder.el (reb-with-current-window): Delete.
12900         (reb-next-match, reb-show-subexp): Use `with-selected-window'
12901         instead of `reb-with-current-window'.
12902         (reb-prev-match): Likewise.  Also, don't move left if the search
12903         was unsuccessful.
12904         (reb-initialize-buffer): New function.
12905         (re-builder, reb-change-syntax): Use it.
12907         * man.el (Man-goto-page): Make second argument NOERROR optional.
12909 2005-07-23  Richard M. Stallman  <rms@gnu.org>
12911         * man.el (Man-bgproc-sentinel): Check here for failure to find
12912         any man page in the output, and report the error here.
12913         (Man-arguments): Make it permanent local.
12914         (Man-goto-page): New arg NOERROR.  Never kill the current buffer.
12915         (Man-mode): Pass t for NOERROR.
12917         * progmodes/grep.el (grep-error-face): Use font-lock-keyword-face.
12918         (grep-mode-font-lock-keywords):
12919         Don't use compilation-...-face for messages that are not file names.
12921         * progmodes/compile.el (compilation-mode-font-lock-keywords):
12922         Don't use compilation-...-face for messages that are not file names.
12924 2005-07-22  Juri Linkov  <juri@jurta.org>
12926         * startup.el (normal-splash-screen): Update menu name.
12928         * tempo.el (tempo-insert-template): Fix 2005-07-16 change.
12930 2005-07-22  Dan Nicolaescu  <dann@ics.uci.edu>
12932         * term/xterm.el: Load term/rxvt if the terminal is actually an
12933         rxvt terminal.
12934         (xterm-rxvt-set-background-mode): Remove, not used anymore.
12936         * term/rxvt.el (function-key-map): Use substitute-key-definition
12937         to bind {C,S,C-S}-{f1-f10}.  Add a few missing key bindings.
12939         * term/cygwin.el: New file.
12941 2005-07-22  Kim F. Storm  <storm@cua.dk>
12943         * image-file.el (insert-image-file, image-file-yank-handler):
12944         Fix last change to maintain a (unique) yank-handler on yanked images.
12946 2005-07-22  Eduardo Mu\e,Aq\e(Boz  <emufer@terra.es>  (tiny change)
12948         * dired.el (dired-move-to-filename-regexp): Recognize the B suffix
12949         of the file size (as in "177B" for 177 bytes).  This happens with
12950         "ls -lh" on FreeBSD.
12952 2005-07-22  Juanma Barranquero  <lekktu@gmail.com>
12954         * hilit-chg.el (highlight-changes-global-initial-state)
12955         (highlight-compare-buffers, hilit-chg-turn-on-maybe)
12956         (hilit-chg-fixup, highlight-changes-mode):
12957         Fix typos in docstrings.
12958         (highlight-changes-global-modes, highlight-changes-rotate-faces):
12959         Doc fixes.
12961 2005-07-21  Luc Teirlinck  <teirllm@auburn.edu>
12963         * emacs-lisp/easy-mmode.el (define-minor-mode): Never call the
12964         mode function using `eval-after-load'.
12966 2005-07-21  Kim F. Storm  <storm@cua.dk>
12968         * mail/emacsbug.el (report-emacs-bug): Request that backtraces are
12969         included when reporting an emacs crash, and tell about the DEBUG file.
12971         * image-file.el (insert-image-file): Add yank-handler.
12972         (image-file-yank-handler): Yank handler to make unique copies of
12973         images when they are yanked into a buffer next to each other.
12975 2005-07-21  Juanma Barranquero  <lekktu@gmail.com>
12977         * comint.el (comint-use-prompt-regexp, comint-send-input)
12978         (comint-source-default, comint-extract-string)
12979         (comint-get-source, comint-word, comint-completion)
12980         (comint-source, comint-prompt-read-only, comint-update-fence):
12981         Fix typos in docstrings.
12982         (comint-use-prompt-regexp-instead-of-fields, comint-kill-output):
12983         Declare with define-obsolete-*-alias macros.
12984         (comint-previous-matching-input-from-input)
12985         (comint-next-matching-input-from-input)
12986         (comint-previous-matching-input, comint-next-matching-input)
12987         (comint-forward-matching-input):
12988         Improve argument/docstring consistency.
12990         * desktop.el (desktop-clear-preserve-buffers-regexp):
12991         Also preserve the *server* buffer.
12993         * simple.el (clone-indirect-buffer): Doc fix.
12994         (fixup-whitespace, just-one-space)
12995         (backward-delete-char-untabify, lambda): "?\ " -> "?\s".
12996         (next-error, next-error-highlight)
12997         (next-error-highlight-no-select, next-error-last-buffer)
12998         (next-error-buffer-p, next-error-find-buffer, next-error)
12999         (previous-error, next-error-no-select, previous-error-no-select)
13000         (open-line, split-line, minibuffer-prompt-width, kill-new)
13001         (binary-overwrite-mode): Fix typos in docstrings.
13002         (set-fill-column): Fix typo in message.
13004         * skeleton.el (skeleton-proxy-new): Doc fix.
13006         * strokes.el (strokes-load-hook): Doc fix.
13007         (strokes-grid-resolution, strokes-get-grid-position)
13008         (strokes-renormalize-to-grid, strokes-read-stroke)
13009         (strokes-read-complex-stroke, strokes-file, strokes-last-stroke)
13010         (strokes-global-map): Fix typos in docstrings.
13011         (strokes-help): Doc fix.  Fix help message and pass it through
13012         `substitute-command-keys'.
13014         * tempo.el (tempo-insert-prompt, tempo-interactive)
13015         (tempo-show-completion-buffer, tempo-tags, tempo-match-finder)
13016         (tempo-insert-string-functions, tempo-local-tags)
13017         (tempo-define-template, tempo-insert-template)
13018         (tempo-insert-prompt-compat, tempo-is-user-element)
13019         (tempo-insert-mark, tempo-find-match-string, tempo-complete-tag):
13020         Fix typos in docstrings.
13022         * vcursor.el (vcursor-other-window, vcursor-bind-keys)
13023         (vcursor-key-bindings, vcursor-use-vcursor-map)
13024         (vcursor-find-window, vcursor-scroll-down)
13025         (vcursor-disable, vcursor-beginning-of-buffer)
13026         (vcursor-end-of-buffer): Fix typos in docstrings.
13027         (vcursor-relative-move, vcursor-get-char-count):
13028         Improve argument/docstring consistency.
13030         * version.el: "?\ " -> "?\s".
13032         * wid-edit.el (widget-default-create, widget-after-change)
13033         (widget-default-format-handler, widget-checklist-add-item)
13034         (widget-radio-add-item, widget-choose, widget-specify-secret)
13035         (widget-field-value-create, widget-field-value-get)
13036         (widget-editable-list-format-handler)
13037         (widget-editable-list-entry-create, widget-group-value-create)
13038         (widget-documentation-link-add)
13039         (widget-documentation-string-value-create): "?\ " -> "?\s".
13040         (widget-convert-text): Doc fix.
13041         (widget-narrow-to-field, widget-field-find)
13042         (widget-url-link-action, widget-emacs-library-link-action)
13043         (widget-color-notify): Fix typos in docstrings.
13045         * w32-fns.el (w32-shell-name): Use `bound-and-true-p'.
13046         (x-select-text, set-w32-system-coding-system)
13047         (w32-add-charset-info): Fix typos in docstrings.
13049         * emulation/cua-base.el (cua-mode, cua-enable-register-prefix)
13050         (cua-enable-cua-keys, cua-use-hyper-key)
13051         (cua-virtual-rectangle-edges): Fix typos in docstrings.
13052         (cua--M/H-key, cua--init-keymaps): "?\ " -> "?\s".
13054         * net/tramp.el (tramp-handle-load): Fix typo in error message.
13056         * emacs-lisp/re-builder.el (regexp-builder): Declare with
13057         `defalias' instead of faking it.
13059         * eshell/em-ls.el (eshell-ls-decorated-name): Doc fix.
13060         (eshell-ls-missing, eshell-ls-dired-initial-args)
13061         (eshell-ls-use-in-dired): Fix typos in docstrings.
13063 2005-07-20  Kim F. Storm  <storm@cua.dk>
13065         * emulation/cua-base.el (cua-mode): Improve doc string.
13067 2005-07-20  Juanma Barranquero  <lekktu@gmail.com>
13069         * abbrev.el (expand-region-abbrevs): Doc fix.
13070         (inverse-add-mode-abbrev, inverse-add-global-abbrev):
13071         Improve argument/docstring consistency.
13073         * arc-mode.el (archive-get-descr, archive-alternate-display):
13074         Doc fixes.
13075         (archive-l-e): Improve argument/docstring consistency.
13076         (archive-tmpdir, archive-unixdate, archive-unixtime)
13077         (archive-chmod-entry): Fix typos in docstrings.
13078         (archive-unflag, archive-unflag-backwards)
13079         (archive-unmark-all-files): "?\ " -> "?\s".
13081         * buff-menu.el (Buffer-menu-unmark): Doc fix.
13082         (Buffer-menu-not-modified, Buffer-menu-execute)
13083         (Buffer-menu-toggle-read-only, Buffer-menu-buffer+size)
13084         (list-buffers-noselect, Buffer-menu-select): "?\ " -> "?\s".
13086         * composite.el (compose-string, encode-composition-rule)
13087         (compose-last-chars): Fix typos in docstrings.
13089         * desktop.el (desktop-enable, desktop-basefilename):
13090         Declare with `define-obsolete-variable-alias'.
13091         (desktop-internal-v2s): Don't quote keywords.
13092         (desktop-clear): "?\ " -> "?\s".
13094         * dired.el (dired-align-file, dired-flag-backup-files)
13095         (dired-change-marks, dired-unmark-all-files): "?\ " -> "?\s".
13096         (dired-listing-switches, dired-ls-F-marks-symlinks)
13097         (dired-dwim-target, dired-load-hook, dired-mode-hook)
13098         (dired-directory, dired-faces, dired, dired-revert)
13099         (dired-mode, dired-summary, dired-view-file)
13100         (dired-copy-filename-as-kill, dired-delete-file)
13101         (dired-no-confirm, dired-unmark-all-marks)
13102         (dired-sort-by-date-regexp, dired-sort-by-name-regexp)
13103         (dired-sort-inhibit, dired-sort-other): Fix typos in docstrings.
13104         (dired-undo, dired-get-file-for-visit, dired-sort-toggle-or-edit):
13105         Fix typos in message strings.
13107         * dired-x.el (virtual-dired): Declare with `defalias'.
13108         (dired-mark-unmarked-files, dired-local-variables-file)
13109         (dired-omit-here-always): Doc fix.
13110         (dired-omit-mode, dired-find-subdir)
13111         (dired-enable-local-variables, dired-clean-up-buffers-too)
13112         (dired-extra-startup, dired-mark-extension, dired-jump)
13113         (dired-jump-other-window, dired-omit-localp, dired-virtual-mode)
13114         (dired-smart-shell-command, dired-guess-shell-alist-user)
13115         (dired-man, dired-initial-position, dired-x-hands-off-my-keys)
13116         (dired-x-bind-find-file, dired-x-submit-report):
13117         Fix typos in docstrings.
13118         (dired-mark-unmarked-files): "?\ " -> "?\s".
13120         * dirtrack.el (dirtrack-list): Fix typos in docstring.
13122         * faces.el (describe-face): "?\ " -> "?\s".
13123         (read-all-face-attributes, read-face-font, modify-face)
13124         (face-attr-construct, italic): Fix typos in docstrings.
13125         (frame-update-face-colors): Declare with
13126         `define-obsolete-function-alias'.
13128         * files.el (find-file-noselect, recode-file-name): Doc fixes.
13129         (insert-directory, kill-some-buffers): "?\ " -> "?\s".
13130         (magic-mode-alist, buffer-file-numbers-unique)
13131         (write-file-functions, get-free-disk-space):
13132         Fix typos in docstrings.
13133         (find-file-not-found-hooks, find-file-hooks, write-file-hooks)
13134         (write-contents-hooks, write-file-hooks):
13135         Declare with `define-obsolete-variable-alias'.
13137         * forms-d2.el (arch-rj): Fix typo in docstrings.
13138         (arch-tocol): Likewise.  "?\ " -> "?\s".
13140         * frame.el (set-frame-font, cursor-in-non-selected-windows):
13141         Fix typo in docstring.
13142         (set-screen-width, set-screen-height): Delete redundant info in
13143         doctrings.
13144         (new-frame, screen-height, screen-width): Declare with
13145         `define-obsolete-function-alias'.
13146         (delete-frame-hook, blink-cursor): Declare with
13147         `define-obsolete-variable-alias'.
13149         * paths.el (prune-directory-list): Fix typos in docstring.
13151         * pcvs-util.el (cvs-flags-query, cvs-strings->string)
13152         (cvs-prefix-get): Fix typos in docstrings.
13154         * ps-print.el (ps-extend-face-list, ps-extend-face)
13155         (ps-print-background-image): Fix typos in docstrings.
13156         (ps-default-fg, ps-default-bg): Doc fixes.
13158         * s-region.el (s-region-bind): Doc fix.
13159         (s-region-move-p1, s-region-move-p2): Fix typos in docstrings.
13161         * textmodes/org.el (org-table-formula-substitute-names)
13162         (org-table-get-vertical-vector): Doc fixes.
13163         (org-table-recalculate): Remove unused argument to `message'.
13165 2005-07-19  Carsten Dominik  <dominik@science.uva.nl>
13167         * textmodes/org.el (org-table-column-names)
13168         (org-table-column-name-regexp)
13169         (org-table-named-field-locations): New variables.
13170         (org-archive-subtree): Protect `this-command' when calling
13171         `org-copy-subtree' and `org-cut-subtree', to avoid appending to
13172         the kill buffer.
13173         (org-complete): Remove fixed-formula completion.
13174         (org-edit-formulas-map): New variable.
13175         (org-table-edit-formulas): New command.
13176         (org-finish-edit-formulas, org-abort-edit-formulas)
13177         (org-show-variable, org-table-get-vertical-vector): New functions.
13178         (org-table-maybe-eval-formula): Handle `:=' fields.
13179         (org-table-get-stored-formulas, org-table-store-formulas)
13180         (org-table-get-formula, org-table-modify-formulas)
13181         (org-table-replace-in-formulas): Handle named field formulas.
13182         (org-table-get-specials): Store locations of named fields.
13184 2005-07-19  Juri Linkov  <juri@jurta.org>
13186         * progmodes/grep.el (grep-regexp-alist)
13187         (grep-mode-font-lock-keywords, grep-process-setup):
13188         Use default GNU grep match color "01;31m" instead of "01;41m".
13189         (grep-regexp-alist, grep-mode-font-lock-keywords):
13190         Use `\\[[0-9]*m' instead of `\\[00m'.
13191         (grep-regexp-alist): Move `\\(?:\033\\[K\\)?' from sgr_end to
13192         sgr_start where its handling is more important.  Use the real
13193         length of sgr_start instead of constant 8.
13194         (grep-mode-font-lock-keywords): Don't delete `\\(?:\033\\[K\\)?'
13195         specially.  Delete all remaining escape sequences.
13196         (grep-process-setup): Set "GREP_COLORS" for GNU grep 2.5.1-cvs.
13197         (grep-regexp-alist): Make hyperlink only for binary file name
13198         instead of the whole line.
13199         (grep-mode-map): Bind `backtab' to `compilation-previous-file'.
13200         (grep-mode): Add autoload.
13202         * emacs-lisp/find-func.el (find-function-regexp):
13203         Add `define-compilation-mode'.
13205 2005-07-19  Juri Linkov  <juri@jurta.org>
13207         * compare-w.el (compare-ignore-whitespace, compare-windows-sync)
13208         (compare-windows-sync-string-size, compare-windows-recenter)
13209         (compare-windows-highlight, compare-windows): Add version 22.1.
13210         (compare-windows) <defface>: Inherit from lazy-highlight instead
13211         of duplicating its default value.
13213         * cus-edit.el (custom-mode-map): Bind `C-c C-c' to `Custom-set'.
13214         (Custom-mode-menu): Use `info' instead of `Info-goto-node'.
13216         * descr-text.el (describe-char): Create link buttons for `charset'
13217         and `code point'.  Add the current input method name with a link
13218         button to `to input' field.  Print face names of display table
13219         characters in `The display table entry is displayed by' section
13220         instead of printing face-id in the `display' field.
13221         Guess hardcoded faces and create a link button for them.
13222         Skip empty fields when calculating max-width.
13223         Treat `widget-create' specially while inserting strings from the
13224         collected field list.
13225         (describe-char-after): Made obsolete in version 22.1, not 21.5.
13227         * diff-mode.el (diff-file-header): Change foreground color from
13228         yellow to green on light backgrounds.
13229         (diff-context): Inherit from `shadow' only for color/grayscale
13230         with more than 88 colors.
13231         (diff-indicator-removed, diff-indicator-added)
13232         (diff-indicator-changed): New faces.
13233         (diff-font-lock-keywords): Use new faces.  Regroup rules.
13234         Add "^---$" for `normal' diff format.  Fontify `#' lines with
13235         font-lock-comment-delimiter-face and font-lock-comment-face.
13236         Add `#' to ^[^...] in the rule for `diff-context-face'.
13238         * faces.el (mode-line-highlight): Replace RoyalBlue4 with
13239         a button-like box.  Inherit from `highlight' on low colors.
13240         (shadow): Use shades of gray only for color/grayscale with
13241         more than 88 colors.  Use green for light backgrounds with
13242         8 colors, and yellow for dark backgrounds with 8 colors.
13244         * font-lock.el (font-lock-regexp-grouping-backslash):
13245         Don't inherit from escape-glyph (use bold for all cases).
13247         * info.el (info-xref-visited): Use light foreground color `violet'
13248         for dark backgrounds instead of dark color `magenta3'.
13249         (info-title-1): Use `yellow' color for dark backgrounds.
13251         * isearch.el (isearch): Use not-too-dark magenta3 instead of
13252         too-light magenta2.
13254         * replace.el (match): Use slightly more light RoyalBlue3 instead
13255         of dark RoyalBlue4.
13257         * wid-edit.el (widget-inactive): Inherit from `shadow'.
13259 2005-07-19  Juanma Barranquero  <lekktu@gmail.com>
13261         * novice.el (disabled-command-hook): Declare it with
13262         `define-obsolete-variable-alias'.
13264         * desktop.el (desktop-enable, desktop-buffer-modes-to-save)
13265         (desktop-buffer-misc-functions, desktop-buffer-handlers)
13266         (desktop-load-default): Add release to obsolescence info.
13267         (desktop-globals-to-clear, desktop-buffer-mode-handlers)
13268         (desktop-append-buffer-args, desktop-read):
13269         Fix typos in docstrings.
13270         (desktop-kill): Fix typo in message.
13271         (desktop-save): Doc fix.
13273 2005-07-19  Michael Kifer  <kifer@cs.stonybrook.edu>
13275         * viper-cmd.el (viper-escape-to-state): Bug fix.
13276         (viper-envelop-ESC-key): Change the definition of fast
13277         keysequence so it'll work with keyboard macros.
13279         * ediff.el (ediff-patch-buffer): Change the docstring.
13281 2005-07-19  Kenichi Handa  <handa@m17n.org>
13283         * international/mule-cmds.el (select-safe-coding-system): Try to
13284         use an auto-coding (if any) before anything else.  If the found
13285         auto-coding is invalid, show a warning message.
13287         * international/mule.el (find-auto-coding): New function created
13288         by modifying the body of set-auto-coding.
13289         (set-auto-coding): Use find-auto-coding to find a coding.
13291 2005-07-18  Richard M. Stallman  <rms@gnu.org>
13293         * allout.el (allout-isearch-expose): Use isearch-mode-end-hook-quit,
13294         not isearch-mode-end-hook-error.
13295         (allout-before-change-protect): Fix error message.
13297 2005-07-18  Juri Linkov  <juri@jurta.org>
13299         * allout.el (allout-mode):
13300         * calculator.el (calculator-copy):
13301         * custom.el (custom-known-themes):
13302         * dired.el (dired-desktop-buffer-misc-data)
13303         (dired-restore-desktop-buffer):
13304         * dired-x.el (dired-omit-marker-char):
13305         * files.el (basic-save-buffer):
13306         * font-core.el (font-lock-mode):
13307         * calendar/calendar.el (calendar-goto-hebrew-date)
13308         (calendar-goto-coptic-date, calendar-goto-ethiopic-date)
13309         (calendar-goto-persian-date):
13310         * language/ethio-util.el (ethio-sera-to-fidel-region):
13311         * textmodes/picture.el (picture-mode):
13312         Delete duplicate duplicate words.
13314 2005-07-18  Juri Linkov  <juri@jurta.org>
13316         * isearch.el (isearch-mode-map): Remove key bindings for regexp
13317         chars * ? } |.
13318         (isearch-fallback): Don't call `isearch-process-search-char'.
13319         (isearch-*-char, isearch-}-char, isearch-|-char): Remove functions.
13320         (isearch-process-search-char): Call `isearch-fallback' for regexp
13321         chars * ? } |.
13322         (isearch-return-char): Make obsolete with `make-obsolete' instead
13323         of simply documenting it as obsolete in the docstring.
13324         (isearch-fallback): Refill docstring.
13326         * international/isearch-x.el
13327         (isearch-process-search-multibyte-characters): Remove unneeded
13328         `concat'.  Add intermediate values to `junk-hist' instead of
13329         `minibuffer-history'.  Test the length of `str'.
13331 2005-07-18  Juanma Barranquero  <lekktu@gmail.com>
13333         * allout.el (allout-resolve-xref): Fix typos in error strings.
13334         (allout-before-change-protect): Remove unneeded `concat'.
13336         * array.el (array-mode, array-reconfigure-rows)
13337         (untabify-backward): Fix typos in docstrings.
13338         (array-reconfigure-rows): Use `insert-buffer-substring', not
13339         `insert-buffer'.
13341         * calendar/icalendar.el (icalendar--get-unfolded-buffer):
13342         * progmodes/ada-mode.el (ada-make-body):
13343         Use `insert-buffer-substring' and `goto-char', not `insert-buffer'.
13345         * dired.el (dired-log):
13346         * tar-mode.el (tar-subfile-save-buffer):
13347         * play/zone.el (zone-pgm-stress-destress):
13348         Use `insert-buffer-substring', not `insert-buffer'.
13350 2005-07-17  Simon Josefsson  <jas@extundo.com>
13352         * mail/smtpmail.el (smtpmail-auth-supported): Prefer PLAIN over LOGIN.
13354 2005-07-16  Jose E. Marchesi  <jemarch@gnu.org>
13356         * lisp/mail/smtpmail.el (smtpmail-auth-supported):
13357         Add plain auth method.
13358         (smtpmail-try-auth-methods): Add AUTH PLAIN dialog.
13360 2005-07-17  Kim F. Storm  <storm@cua.dk>
13362         * ido.el (dired-other-window): Add ido property.
13364 2005-07-16  Juanma Barranquero  <lekktu@gmail.com>
13366         * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
13367         Fix typo in docstring.
13368         (byte-compile-interactive-only-functions): Add `insert-buffer' and
13369         `insert-file-literally'.
13371         * emacs-lisp/edebug.el (def-edebug-form-spec): Add obsolescence
13372         info and delete redundant message.  Doc fix.
13373         (edebug-install-custom-print-funcs, edebug-reset-print-funcs)
13374         (edebug-uninstall-custom-print-funcs): Define as obsolete aliases.
13376 2005-07-16  Richard M. Stallman  <rms@gnu.org>
13378         * emacs-lisp/bytecomp.el (byte-compile-and-recursion): New function.
13379         (byte-compile-and): Use byte-compile-and-recursion.
13380         (byte-compile-or-recursion): New function.
13381         (byte-compile-or): Use that.
13382         (byte-compile-if): Guard the else-clause too.
13383         (byte-compile-maybe-guarded): Handle (not (featurep 'emacs)).
13385         * isearch.el (isearch-mode-end-hook-quit): New variable.
13386         (isearch-done): Bind it.
13387         (isearch-mode-end-hook): Doc fix.
13389         * allout.el (allout-isearch-did-quit): Variable deleted.
13390         (allout-real-isearch-abort): Function name no longer used.
13391         (allout-mode): Do allout-enwrap-isearch whenever feature is wanted.
13392         (allout-isearch-rectification): isearch-mode always exists.
13393         Don't set allout-isearch-did-quit.
13394         (allout-isearch-expose): Check isearch-mode-end-hook-error, not
13395         allout-isearch-did-quit.
13396         (allout-enwrap-isearch): Just add the hook.
13397         (allout-isearch-abort): Function deleted.
13398         (allout-pre-command-business): Avoid warning.
13400         * progmodes/pascal.el (pascal-outline-map): Use fboundp, not boundp.
13401         Correctly avoid warnings.
13402         (pascal-outline): Likewise.
13404         * progmodes/f90.el (f90-abbrev-start): Avoid warning.
13406         * progmodes/asm-mode.el (asm-comment): Use with-no-warnings.
13408         * play/tetris.el (tetris-mode): Avoid warning.
13410         * play/snake.el (snake-mode): Avoid warning.
13412         * play/gamegrid.el (gamegrid-shared-game-dir): Add defvar.
13413         (gamegrid-set-display-table): Avoid warning.
13414         (gamegrid-set-timer): Likewise.
13415         (gamegrid-make-mono-tty-face): Use set-face-inverse-video-p.
13416         (gamegrid-add-score-with-update-game-score-1): Take FILE
13417         as argument.
13418         (gamegrid-add-score-with-update-game-score): Pass that argument.
13419         Rename have-shared-game-dir to gamegrid-shared-game-dir.
13421         * net/eudc-hotlist.el (eudc-hotlist-mode): Avoid warnings.
13423         * net/eudc-bob.el (eudc-jump-to-event): Avoid warning.
13424         (eudc-bob-display-jpeg, eudc-bob-can-display-inline-images): Likewise.
13426         * mail/uce.el (uce-reply-to-uce): Replace beginning-of-buffer
13427         and insert-file.
13429         * mail/supercite.el (sc-no-blank-line-or-header): Avoid warning.
13430         (sc-ask): Avoid warnings.
13432         * eshell/em-hist.el (eshell-rebind-keys-alist): Add defvar.
13433         (eshell-hist-initialize): Use that var the natural way.
13435         * emulation/viper-init.el (viper-activate-input-method): Avoid warning.
13437         * emacs-lisp/re-builder.el (reb-cook-regexp):
13438         Avoid warning calling lre-compile-string.
13439         (reb-color-display-p): Avoid warning.
13441         * calculator.el (calculator-last-input): Guard uses
13442         of event-key and key-press-event-p.
13443         (event-key, key-press-event-p): Delete definitions.
13445         * emacs-lisp/find-gc.el (find-gc-unsafe-list)
13446         (find-gc-source-directory, find-gc-subrs-callers)
13447         (find-gc-noreturn-list, find-gc-source-files)
13448         (find-gc-subrs-called): Vars renamed and defvar'd.
13450         * emacs-lisp/checkdoc.el (checkdoc-make-overlay)
13451         (checkdoc-overlay-put, checkdoc-delete-overlay)
13452         (checkdoc-overlay-start, checkdoc-overlay-end)
13453         (checkdoc-mode-line-update, checkdoc-char=):
13454         Define such that compiler knows they are defined.
13455         (checkdoc-call-eval-buffer): Delete.  Use eval-buffer directly.
13456         (checkdoc-read-event): Delete.  Use read-event directly.
13458         * whitespace.el (whitespace-make-overlay)
13459         (whitespace-overlay-put, whitespace-delete-overlay)
13460         (whitespace-overlay-start, whitespace-overlay-end):
13461         Define such that compiler knows they are defined.
13462         (whitespace): Move conditional inside.
13464         * tempo.el (tempo-insert-template): Suppress warning.
13466         * ediff-diff.el (longlines-mode): Add defvar.
13468 2005-07-16  Gary Howell  <g1howell-list@yahoo.com>  (tiny change)
13470         * server.el: Bind "C-x #" in a way that works even if C-x is
13471         redefined to a command key, not a prefix key.
13473 2005-07-16  Johan Bockgard  <bojohan@users.sourceforge.net>  (tiny change)
13475         * emacs-lisp/cl-macs.el (cl-make-type-test): Defer evaluation of
13476         cl-make-type-test till execution time.
13478 2005-07-16  Markus Rost  <rost@math.uni-bielefeld.de>
13480         * dired-x.el (dired-do-relsymlink-regexp): Add missing optional
13481         arg ARG and use it.
13483 2005-07-16  Johan Bockgard  <bojohan@users.sourceforge.net>  (tiny change)
13485         * emacs-lisp/cl-macs.el (cl-make-type-test): Add `atom' type.
13487 2005-07-15  Luc Teirlinck  <teirllm@auburn.edu>
13489         * emacs-lisp/easy-mmode.el (define-minor-mode): Avoid constructing
13490         a defcustom with two :set or :type keywords.
13492 2005-07-15  Richard M. Stallman  <rms@gnu.org>
13494         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
13495         Don't give ^M comment-end syntax.
13497 2005-07-16  Nick Roberts  <nickrob@snap.net.nz>
13499         * progmodes/gdb-ui.el (gdb-var-update, gdb-var-update-handler):
13500         Don't consider gdbmi (gdb-mi.el has its own update functions).
13501         (gdb-var-delete): Make it work for gdbmi as well.
13502         (gdb-speedbar-expand-node): Move var-update here for gdbmi.
13504         * progmodes/gud.el (etags, sdb): Only require etags when needed.
13505         (gud-speedbar-menu-items): Correct logic for enabling items.
13507 2005-07-15  Kim F. Storm  <storm@cua.dk>
13509         * ido.el: Fix commentary.
13510         (ido-define-mode-map): Move ido-next-work-file to C-M-o.
13511         Use with-no-warnings around ffap-guesser.
13512         (ido-file-internal, ido-read-file-name, ido-read-directory-name):
13513         Let bind minibuffer-completing-file-name to t.
13515 2005-07-15  Juanma Barranquero  <lekktu@gmail.com>
13517         * startup.el (site-run-file, keyboard-type): Doc fixes.
13518         (command-line): Check for "--basic-display" argument; also for
13519         "--quick", not "--bare-bones" (which was renamed).
13520         (fancy-splash-text): Add missing item "Getting New Versions".
13521         (normal-splash-screen): Fix typos and improve consistency with
13522         `fancy-splash-text'.  Update copyright year.
13524         * hexl.el (hexl-mode-map): Recognize also `ehelp-command' as a
13525         valid binding for `help-char'.
13527         * emacs-lisp/derived.el (derived-mode-hook-name): Doc fix.
13529 2005-07-14  Dan Nicolaescu  <dann@ics.uci.edu>
13531         * term.el (term-mode): Disable cua-mode for term buffers.
13533 2005-07-14  Juanma Barranquero  <lekktu@gmail.com>
13535         * add-log.el (add-log-mailing-address, change-log-merge):
13536         Doc fixes.
13537         (change-log-get-method-definition): Fix typo in docstring.
13539 2005-07-14  Kim F. Storm  <storm@cua.dk>
13541         * emulation/cua-base.el:
13542         (cua--pre-command-handler-1, cua--pre-command-handler)
13543         (cua--post-command-handler-1, cua--post-command-handler):
13544         Split in two.  Check (buffer local) value of cua-mode.
13545         (cua-selection-mode): New command.
13547 2005-07-13  Luc Teirlinck  <teirllm@auburn.edu>
13549         * custom.el (custom-initialize-safe-set)
13550         (custom-initialize-safe-default): Doc fixes.
13552         * frame.el (blink-cursor-mode): Use `custom-initialize-safe-default'
13553         and simplify :init-value again.
13555         * tooltip.el (tooltip-mode): Use `custom-initialize-safe-default'
13556         and simplify :init-value again.  Delete autoload.
13558         * startup.el (command-line): Use `custom-reevaluate-setting' again
13559         for tooltip-mode.
13561         * emacs-lisp/easy-mmode.el (define-minor-mode): Avoid constructing
13562         a defcustom with two :initialize keywords.
13564 2005-07-13  Juanma Barranquero  <lekktu@gmail.com>
13566         * allout.el (my-mark-marker, allout-isearch-prior-pos)
13567         (allout-unprotected, allout-undo-aggregation, allout-snug-back)
13568         (allout-post-command-business, allout-flag-region)
13569         (isearch-reenable-font-lock, allout-yank)
13570         (allout-insert-latex-header, allout-insert-latex-trailer)
13571         (allout-latex-verbatim-quote-curr-line, allout-latexify-exposed)
13572         (allout-latex-verb-quote): Fix typos in docstrings.
13573         (allout-enwrap-isearch, regexp-sans-escapes): Doc fixes.
13574         (allout-unprotected, allout-prefix-data):
13575         Improve argument/docstring consistency.
13576         (allout-chart-subtree): Fix argument spec.
13577         (allout-open-topic): Rename `use_sib_bullet' argument to
13578         `use-sib-bullet'.  Doc fix.
13580         * whitespace.el (whitespace-check-buffer-leading)
13581         (whitespace-check-buffer-trailing)
13582         (whitespace-check-buffer-indent)
13583         (whitespace-check-buffer-spacetab)
13584         (whitespace-check-buffer-ateol, whitespace-highlighted-space)
13585         (whitespace-check-leading-whitespace)
13586         (whitespace-check-trailing-whitespace)
13587         (whitespace-check-spacetab-whitespace)
13588         (whitespace-check-indent-whitespace)
13589         (whitespace-check-ateol-whitespace, whitespace-abort-on-error)
13590         (whitespace-modes): Fix typos in docstrings.
13591         (defgroup, defcustom): Doc fixes.
13593         * winner.el (winner-mode, winner-boring-buffers)
13594         (winner-pending-undo-ring): Doc fixes.
13595         (winner-ring): Remove unneeded `progn'.
13596         (winner-equal): `defsubst' it.
13597         (winner-redo): Fix message.
13599 2005-07-13  Kim F. Storm  <storm@cua.dk>
13601         * simple.el (line-move-1): Always use vertical-motion to
13602         do the last (or only) line move to ensure some movement.
13603         Undo 2005-06-23 change--don't check for overlays.
13605 2005-07-13  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
13607         * term/mac-win.el (ccl-encode-mac-roman-font)
13608         (ccl-encode-mac-centraleurroman-font)
13609         (ccl-encode-mac-cyrillic-font, ccl-encode-mac-symbol-font):
13610         (ccl-encode-mac-dingbats-font): Remove check for ASCII.
13611         Change charset-id boundary of dimension to ?\xef.
13612         (mac-char-fontspec-list): New constant.
13613         (fontset-add-mac-fonts): Use it.  Accept non-string `base-family'
13614         argument.  Nil uses itself as family in font-spec.  Previous
13615         behavior for nil is now provided by non-nil non-string argument.
13616         All callers changed.  Add font-specs for Mac fonts to
13617         "fontset-default" unless iso8859-1 fonts are installed.
13619 2005-07-13  Stefan Monnier  <monnier@iro.umontreal.ca>
13621         * progmodes/sh-script.el (sh-get-indent-info): Only indent
13622         a continuation line if the \ is preceded by SPC or TAB.
13623         (sh-get-indent-info): Simplify.
13624         (sh-mark-init, sh-learn-buffer-indent, sh-add-completer):
13625         Use with-current-buffer.
13627         * font-lock.el (font-lock-fontify-keywords-region): Avoid inf-loops
13628         when the matched text is empty.
13630 2005-07-12  Luc Teirlinck  <teirllm@auburn.edu>
13632         * startup.el (command-line): Revert to previous handling of
13633         tooltip-mode.  Explain in comment why the complexity is needed.
13635         * tooltip.el (tooltip-mode): Revert to previous implementation of
13636         its defcustom.
13638         * frame.el (blink-cursor-mode): Revert to previous implementation
13639         of its defcustom.  Update comment.
13641 2005-07-12  Lars Hansen  <larsh@soem.dk>
13643         * desktop.el: Update e-mail address.
13645 2005-07-12  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
13647         * term/mac-win.el (mac-services-mail-selection)
13648         (mac-services-mail-to): New functions.
13649         (mac-application-menu-map): Bind them.
13651 2005-07-12  wulei  <milton@wulei.net>  (tiny change)
13653         * progmodes/gdb-ui.el: Add note about buffering with Windows.
13655 2005-07-11  Luc Teirlinck  <teirllm@auburn.edu>
13657         * custom.el (custom-reevaluate-setting): Doc fix.
13659 2005-07-11  Jay Belanger  <belanger@truman.edu>
13661         * calc/calc.el (calc-embedded-announce-formula-alist)
13662         (calc-embedded-open-close-plain-alist)
13663         (calc-embedded-open-close-mode-alist): Add checks for additional
13664         major modes (due to Robert J. Chassell <bob@rattlesnake.com>).
13666 2005-07-11  Juanma Barranquero  <lekktu@gmail.com>
13668         * custom.el (custom-enable-theme): Don't add theme to
13669         `custom-enabled-themes' with `push' because there is no
13670         setf-method for `delq'.
13672 2005-07-11  Richard M. Stallman  <rms@gnu.org>
13674         * custom.el (custom-declare-variable): Doc fix.
13676         * dired-aux.el (dired-compare-directories): Remove "." and ".."
13677         from the alists.
13679         * emacs-lisp/edebug.el (edebug-slow-after, edebug-slow-before):
13680         Do nothing if edebug-active.
13682         * emacs-lisp/edebug.el (edebug-enter): Don't with-timeout-suspend here.
13683         (edebug-display): Do it here instead.
13685 2005-07-10  Richard M. Stallman  <rms@gnu.org>
13687         * cus-face.el (custom-theme-set-faces): Make it work.
13688         (custom-reset-faces): Doc fix.
13689         (custom-theme-reset-internal-face, custom-theme-face-value):
13690         Functions deleted.
13692         * custom.el (custom-push-theme): Maintain list of the settings
13693         of a given theme in its theme-settings property.
13694         Maintain position of old settings in the theme-value
13695         or theme-face property.
13696         (custom-enabled-themes): New variable.
13697         (custom-theme-enabled-p): New function.
13698         (provide-theme): Update custom-enabled-themes.
13699         Disable and reenable the `user' theme.
13700         (require-theme): Doc fix.
13701         (custom-do-theme-reset, custom-remove-theme): Functions deleted.
13702         (custom-theme-value, custom-theme-variable-value): Likewise.
13703         (custom-theme-reset-internal): Likewise.
13704         (custom-theme-load-themes): Fix bugs and use custom-disable-theme.
13705         (custom-enable-theme, custom-disable-theme): New functions.
13706         (custom-variable-theme-value, custom-face-theme-value): Likewise.
13707         (custom-theme-recalc-variable, custom-theme-recalc-face): Likewise.
13708         (custom-theme-reset-variables): Simplify.
13709         (deftheme, custom-declare-theme, custom-make-theme-feature):
13710         Definitions moved.
13712 2005-07-10  Chong Yidong  <cyd@stupidchicken.com>
13714         * longlines.el (longlines-show-region)
13715         (longlines-unshow-hard-newlines): Recognize hard newlines by
13716         non-nil hard property, instead of t.
13718 2005-07-10  Michael Kifer  <kifer@cs.stonybrook.edu>
13720         * viper-cmd.el (viper--key-maps): New variable.
13721         (viper-normalize-minor-mode-map-alist): Use viper--key-maps and
13722         emulation-mode-map-alists.
13723         (viper-envelop-ESC-key): Use viper-subseq.
13724         (viper-search-forward/backward/next): Disable debug-on-error.
13726         * viper-keym.el (viper-toggle-key, viper-quoted-insert-key)
13727         (viper-ESC-key): New defcustoms.
13729         * viper-macs.el (ex-map-read-args): Use viper-subseq.
13731         * viper-util.el (viper-key-to-emacs-key): Use viper-subseq.
13732         (viper-subseq): Copy of subseq from cl.el.
13734         * viper.el (viper-go-away, viper-set-hooks): Use
13735         emulation-mode-map-alists, advise self-insert-command, add-minor-mode.
13737         * viper-mous.el (viper-current-frame-saved): Use defvar.
13739         * viper-init.el: Get rid of -face in face names.
13741         * ediff-diff.el (ediff-extract-diffs, ediff-extract-diffs3):
13742         Make it work with longlines mode
13744         * ediff-mult.el (ediff-meta-mode-hook): New variable.
13746         * ediff-ptch.el (ediff-file-name-sans-prefix): Quote regexp.
13748         * ediff-init.el: Get rid of -face in face names.
13750 2005-07-10  Richard M. Stallman  <rms@gnu.org>
13752         * emacs-lisp/edebug.el (edebug-enter): Call with-timeout-suspend
13753         and with-timeout-unsuspend.
13755         * emacs-lisp/debug.el (debug): Call with-timeout-suspend
13756         and with-timeout-unsuspend.
13758         * emacs-lisp/timer.el (with-timeout-timers): New variable.
13759         (with-timeout): Bind that variable to record timers.
13760         (with-timeout-suspend, with-timeout-unsuspend): New functions.
13762         * emacs-lisp/debug.el (debug-help-follow): New function.
13763         (debugger-mode-map): Use that instead of help-follow.
13764         (debugger-setup-buffer): Use eval-buffer-list
13765         to handle eval-buffer frames.
13767 2005-07-10  N. Raghavendra  <raghu@mri.ernet.in>  (tiny change)
13769         * timezone.el (timezone-parse-date): Change first regexp
13770         so it will not mistakenly match dates with no time zone.
13772 2005-07-10  Jeff Dwork  <jeff.dwork@amd.com>  (tiny change)
13774         * facemenu.el (facemenu-read-color): Do case-insensitive matching.
13776 2005-07-10  Luc Teirlinck  <teirllm@auburn.edu>
13778         * custom.el (custom-initialize-safe-set)
13779         (custom-initialize-safe-default): New functions.
13781         * frame.el (blink-cursor-mode): Use `custom-initialize-safe-default'
13782         and simplify :init-value.
13784         * tooltip.el (tooltip-mode): Use `custom-initialize-safe-default'
13785         and simplify :init-value.  Delete obsolete comment.
13787         * startup.el (command-line): Use `custom-reevaluate-setting' to
13788         handle `tooltip-mode'.  Delete obsolete comment.
13790         * files.el (set-visited-file-name): Avoid calling
13791         `file-name-nondirectory' with a nil argument.
13793 2005-07-09  Richard M. Stallman  <rms@gnu.org>
13795         * emacs-lisp/debug.el (debugger-setup-buffer): When eval-buffer
13796         was called with nil for the buffer, handle the read position right.
13797         Handle read position for eval-region, too.
13799 2005-07-09  Juri Linkov  <juri@jurta.org>
13801         * fringe.el (fringe-mode): Add period in docstring.
13802         (fringe-query-style): Build prompt depending on `all-frames' arg.
13804         * dired.el (dired-marker-char): Avoid quotations for `do' and `mark'
13805         to not create links to unrelated functions in the Help buffer.
13807         * progmodes/compile.el (compilation-mode-hook, compilation-mode):
13808         Doc fix.
13810         * simple.el (next-error-hook): New variable.
13811         (next-error): Use it.  Doc fix.
13813         * textmodes/ispell.el (ispell-command-loop): Add current
13814         dictionary name and program name to mode-line-format.
13815         (ispell-region, ispell-process-line): Add current dictionary name
13816         and program name to messages.
13818 2005-07-08  Jay Belanger  <belanger@truman.edu>
13820         * calc/calc.el (calc-embedded-announce-formula-alist)
13821         (calc-embedded-open-close-formula-alist)
13822         (calc-embedded-open-close-word-alist)
13823         (calc-embedded-open-close-plain-alist)
13824         (calc-embedded-open-close-new-formula-alist)
13825         (calc-embedded-open-close-mode-alist)
13826         (calc-embedded-new-buffer-hook, calc-embedded-new-formula-hook)
13827         (calc-embedded-mode-hook): New variables.
13829         * calc/calc-embed.el (calc-embedded-firsttime)
13830         (calc-embedded-firsttime-buf, calc-embedded-firsttime-formula):
13831         New variables.
13832         (calc-do-embedded): Use calc-embedded-firsttime,
13833         calc-embedded-firsttime-buf and calc-embedded-firsttime-formula to
13834         determine whether or not to run hooks.
13835         (calc-embedded-make-info) Set calc-embedded-firsttime-buf and
13836         calc-embedded-firsttime-formula appropriately.
13837         Set calc-embedded delimiter variables according to mode.
13839 2005-07-08  Richard M. Stallman  <rms@gnu.org>
13841         * emacs-lisp/checkdoc.el (checkdoc-proper-noun-list):
13842         Check for "emacs", etc., as entire symbol, not just as word.
13843         (checkdoc-file-comments-engine): Use regexp-quote on FN.
13845         * files.el (set-visited-file-name): Report the error
13846         for "empty filename" earlier.
13847         (kill-some-buffers): Ignore buffers already dead.
13849         * fringe.el (fringe-mode): Doc fix.
13851         * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
13852         Check for (featurep 'xemacs) and turn off warnings in what it guards.
13853         Use unwind-protect to ensure byte-compile-unresolved-functions
13854         is updated.
13856         * whitespace.el (whitespace-buffer-leading-cleanup):
13857         Simplify w/ skip-chars-forward.
13858         (whitespace-buffer-trailing-cleanup): Simplify w/ skip-chars-backward.
13860         * mail/rmail.el (rmail-only-expunge): Fix paren error.
13861         Unconditionally try to leave point at the same old place.
13863 2005-07-08  Ralf Angeli  <angeli@iwi.uni-sb.de>  (tiny change)
13865         * comint.el (comint-postoutput-scroll-to-bottom)
13866         (comint-show-maximum-output): Take scroll-margin into consideration.
13868 2005-07-08  Kim F. Storm  <storm@cua.dk>
13870         * ido.el (ido-use-filename-at-point): New choice `guess'.
13871         (ido-file-internal): Try ffap-guesser if selected.
13873         * ido.el (ido-before-fallback-functions): New hook.
13874         (ido-buffer-internal, ido-file-internal, ido-read-buffer)
13875         (ido-read-file-name): Run it.
13877 2005-07-07  Stefan Monnier  <monnier@iro.umontreal.ca>
13879         * progmodes/hideif.el (hide-ifdef-use-define-alist): Pass a list of
13880         strings rather than a list of symbols to the completion function.
13882 2005-07-07  Jay Belanger  <belanger@truman.edu>
13884         * calc/calc-units.el (math-apply-units): Change the places in
13885         which units are simplified.
13887 2005-07-07  Luc Teirlinck  <teirllm@auburn.edu>
13889         * cus-edit.el (customize-option, customize-option-other-window):
13890         Make them handle aliases.
13892         * custom.el (custom-variable-p): Make it recursively follow
13893         aliases.  Mention that in the docstring.
13895 2005-07-07  Richard M. Stallman  <rms@gnu.org>
13897         * cus-start.el (exec-path): Use `directory' instead of `file'.
13898         Fix tag for nil.
13900 2005-07-07  Juanma Barranquero  <lekktu@gmail.com>
13902         * replace.el (occur-rename-buffer): Use `generate-new-buffer' also
13903         when called non-interactively.  Doc fix.
13905 2005-07-07  Lute Kamstra  <lute@gnu.org>
13907         * elide-head.el (elide-head-headers-to-hide): Recognize the FSF's
13908         new address as well.
13910 2005-07-07  Kenichi Handa  <handa@m17n.org>
13912         * international/mule.el (make-coding-system):
13913         Describe `ascii-incompatible' property in the docstring.
13914         (set-file-name-coding-system): Signal an error if coding-system is
13915         ascii-incompatible.
13916         (set-keyboard-coding-system): Likewise.
13918         * international/mule-cmds.el (set-default-coding-systems):
13919         Don't set default-file-name-coding-system and
13920         default-keyboard-coding-system if coding-system is ASCII-incompatible.
13922         * international/utf-16.el: Declare that all UTF-16-based coding
13923         systems are ASCII-incompatible.
13925 2005-07-07  Nick Roberts  <nickrob@snap.net.nz>
13927         * progmodes/gud.el: Require font-lock for displaying errors.
13928         Used by gdb-ui.el.
13930 2005-07-07  Juanma Barranquero  <lekktu@gmail.com>
13932         * hi-lock.el (hi-lock-find-patterns): Protect also against invalid
13933         values for the pattern lists which are `read'able but not
13934         `append'able (like symbols).
13936 2005-07-06  Richard M. Stallman  <rms@gnu.org>
13938         * progmodes/flymake.el (flymake-float-time): Instead of
13939         with-no-warnings, test for xemacs.
13940         (flymake-replace-regexp-in-string): Test fboundp of replace-in-string
13941         to avoid warning.
13943 2005-07-06  Juanma Barranquero  <lekktu@gmail.com>
13945         * w32-vars.el (w32-fixed-font-alist): Fix typo in `defcustom' tag.
13947 2005-07-05  Lute Kamstra  <lute@gnu.org>
13949         * battery.el: Add support for Darwin (with much debugging help
13950         from Samuel Lauber <sam124@operamail.com>).
13951         (battery-status-function, battery-echo-area-format)
13952         (battery-mode-line-format): Add support for pmset on Darwin.
13953         (battery-load-low, battery-load-critical): New user options.
13954         (battery-pmset): New function.
13956 2005-07-05  Lute Kamstra  <lute@gnu.org>
13958         Update FSF's address in GPL notices.
13960         * textmodes/page-ext.el: Update FSF's address.
13962 2005-07-04  Stefan Monnier  <monnier@iro.umontreal.ca>
13964         * emacs-lisp/lisp-mode.el (lisp-mode-variables): Prevent adaptive
13965         filling from using prefix when filling a single-line docstring.
13967         * progmodes/flymake.el: Remove useless eval-when-compile.
13969         * arc-mode.el (archive-lzh-ogm): Reorder save excursion/restriction.
13971 2005-07-04  Richard M. Stallman  <rms@gnu.org>
13973         * textmodes/org.el (org-file-apps-defaults-gnu):
13974         Rename from org-file-apps-defaults-linux.
13975         (org-default-apps): Don't test system-type for `linux'.
13976         (org-file-apps): Doc fix.
13978 2005-07-04  David Ponce  <david@dponce.com>
13980         * tree-widget.el: Improve header Commentary section.
13981         (tree-widget) [defgroup]
13982         (tree-widget-image-enable, tree-widget-themes-directory)
13983         (tree-widget-theme, tree-widget-image-properties-emacs)
13984         (tree-widget-image-properties-xemacs, tree-widget-create-image)
13985         (tree-widget-image-formats, tree-widget-control)
13986         (tree-widget-empty-control, tree-widget-leaf-control
13987         (tree-widget-guide, tree-widget-end-guide, tree-widget-no-guide)
13988         (tree-widget-handle, tree-widget-no-handle, tree-widget-p)
13989         (tree-widget-keep, tree-widget-after-toggle-functions)
13990         (tree-widget-open-node, tree-widget-close-node): Doc fix.
13991         (tree-widget-open-control, tree-widget-close-control): Fix doc and
13992         :help-echo message.
13993         (tree-widget-set-theme): Doc fix.  Use `string-equal'.
13994         (tree-widget-image-properties): Doc fix.  Clearer implementation.
13995         (tree-widget--cursors): New constant.
13996         (tree-widget-lookup-image): New function split from
13997         `tree-widget-find-image'.  Clearer implementation.
13998         (tree-widget-find-image): Use it.
13999         (tree-widget-button-keymap): Use `set-keymap-parent'.
14000         (tree-widget) [define-widget]: Use `widget-children-value-delete'.
14001         Define the sub-widgets here.
14002         (tree-widget-node): Check that :node is not a tree-widget.
14003         (tree-widget-get-super, tree-widget-open-control)
14004         (tree-widget-close-control, tree-widget-empty-control)
14005         (tree-widget-leaf-control, tree-widget-guide)
14006         (tree-widget-end-guide, tree-widget-no-guide, tree-widget-handle)
14007         (tree-widget-no-handle, tree-widget-value-delete)
14008         (tree-widget-map): Remove.
14009         (tree-widget-children-value-save): Doc fix.  Simplified.
14010         (tree-widget-value-create): Update according to previous changes.
14012 2005-07-04  Carsten Dominik  <dominik@science.uva.nl>
14014         * textmodes/org.el: Leading space replaced by TABS.
14015         (org-recalc-marks, org-table-rotate-recalc-marks)
14016         (org-table-get-specials): Treat "^" and "_" marks.
14017         (org-table-justify-field-maybe): Optional argument NEW.
14018         (org-table-eval-formula): Parsing of the format simplified.
14019         New modes C,I.  Honor the %= parameter in the current table.
14020         Avoid unnecessary re-align by using the NEW argument to
14021         `org-table-justify-field-maybe'.
14022         (org-calc-default-modes): Default for date-format mimicks org-mode.
14023         (org-agenda, org-timeline): Quote argument in org-agenda-redo-command.
14025 2005-07-03  Luc Teirlinck  <teirllm@auburn.edu>
14027         * cus-face.el (custom-theme-set-faces): Make it handle face
14028         aliases whose alias declarations are pre- or autoloaded.
14030 2005-07-04  Juri Linkov  <juri@jurta.org>
14032         * faces.el (read-face-name): Put the code for getting a face name
14033         from the buffer before adding the faces from the `face' property.
14034         Use `completing-read-multiple' instead of `completing-read'.
14035         Require `crm'.  Add default value and post-process the returned
14036         list of faces.
14038         * emacs-lisp/crm.el (crm-find-current-element)
14039         (crm-minibuffer-complete-and-exit): Handle minibuffer prompt.
14041         * emacs-lisp/lisp-mode.el (eval-defun-1):
14042         * emacs-lisp/edebug.el (edebug-eval-defun):
14043         Remove unnecessary quotes.
14045 2005-07-04  Juanma Barranquero  <lekktu@gmail.com>
14047         * progmodes/prolog.el (prolog-eof-string): Doc fixes.
14048         (prolog-indent-level): Fix typo in docstring.
14050         * info.el (Info-history, Info-history-forward)
14051         (Info-history-list, Info-speedbar-fetch-file-nodes): Doc fixes.
14053         * add-log.el (add-change-log-entry):
14054         * comint.el (comint-dynamic-list-input-ring)
14055         (comint-dynamic-list-completions):
14056         * dabbrev.el (dabbrev-expand):
14057         * delim-col.el (delimit-columns-rectangle-line):
14058         * diff-mode.el (diff-context->unified, diff-reverse-direction)
14059         (diff-unified->context):
14060         * ediff-init.el (ediff-abbrev-jobname):
14061         * ediff-mult.el (ediff-replace-session-status-in-meta-buffer)
14062         (ediff-replace-session-activity-marker-in-meta-buffer):
14063         * info.el (Info-summary):
14064         * lpr.el (printify-region):
14065         * printing.el (pr-create-interface):
14066         * ps-print.el (ps-print-quote):
14067         * ses.el (ses-column-widths, ses-print-cell)
14068         (ses-adjust-print-width, ses-center):
14069         * shell.el (shell-file-name-quote-list):
14070         * strokes.el (strokes-read-stroke, strokes-read-complex-stroke)
14071         (strokes-fill-current-buffer-with-whitespace)
14072         (strokes-xpm-for-stroke, strokes-list-strokes)
14073         (strokes-xpm-char-bit-p, strokes-xpm-for-compressed-string):
14074         * term.el (term-dynamic-list-input-ring)
14075         (term-dynamic-list-completions):
14076         * calc/calc.el (math-format-stack-value):
14077         * emacs-lisp/edebug.el (edebug-display-freq-count):
14078         * progmodes/delphi.el (delphi-indent-line, delphi-fill-comment)
14079         (delphi-new-comment-line):
14080         * progmodes/ebnf2ps.el (ebnf-eps-filename, ebnf-trim-right):
14081         * progmodes/executable.el (executable-set-magic):
14082         * progmodes/python.el (inferior-python-mode):
14083         * progmodes/scheme.el (scheme-mode-syntax-table):
14084         * progmodes/sh-script.el (sh-maybe-here-document):
14085         * progmodes/sql.el (sql-copy-column):
14086         * progmodes/tcl.el (tcl-comment-indent, tcl-quote):
14087         * textmodes/bibtex.el (bibtex-mode):
14088         * textmodes/sgml-mode.el (html-imenu-index, sgml-attributes)
14089         (sgml-auto-attributes):
14090         * textmodes/table.el (table-insert, table-shorten-cell)
14091         (table--generate-source-scan-lines, table-delete-row)
14092         (*table--cell-delete-char, table--spacify-frame)
14093         (table--horizontally-shift-above-and-below)
14094         (table--cell-insert-char, table--cell-blank-str)
14095         (table--fill-region-strictly):
14096         * textmodes/tex-mode.el (tex-insert-quote, latex-find-indent):
14097         * textmodes/texinfo.el (texinfo-insert-quote): "?\ " -> "?\s".
14099         * add-log.el (change-log):
14100         * apropos.el (apropos):
14101         * comint.el (comint-completion, comint-source):
14102         * dabbrev.el (dabbrev):
14103         * delim-col.el (columns):
14104         * diff-mode.el (diff-mode):
14105         * ediff.el (ediff):
14106         * ediff-diff.el (ediff-diff):
14107         * ediff-init.el (ediff-highlighting, ediff-merge, ediff-hook):
14108         * ediff-mult.el (ediff-mult):
14109         * ediff-ptch.el (ediff-ptch):
14110         * ediff-wind.el (ediff-window):
14111         * facemenu.el (facemenu):
14112         * indent.el (indent):
14113         * info.el (info):
14114         * jka-cmpr-hook.el (compression, jka-compr):
14115         * lpr.el (lpr):
14116         * outline.el (outlines):
14117         * pcmpl-cvs.el (pcmpl-cvs):
14118         * pcmpl-rpm.el (pcmpl-rpm):
14119         * printing.el (printing):
14120         * ps-print.el (postscript, ps-print, ps-print-horizontal)
14121         (ps-print-vertical, ps-print-headers, ps-print-font)
14122         (ps-print-color, ps-print-face, ps-print-n-up, ps-print-zebra)
14123         (ps-print-background, ps-print-printer, ps-print-page)
14124         (ps-print-miscellany):
14125         * ses.el (ses):
14126         * shell.el (shell, shell-directories, shell-faces):
14127         * startup.el (initialization):
14128         * strokes.el (strokes):
14129         * term.el (term):
14130         * uniquify.el (uniquify):
14131         * w32-vars.el (w32):
14132         * calc/calc.el (calc):
14133         * emacs-lisp/bytecomp.el (bytecomp):
14134         * emacs-lisp/cl-indent.el (lisp-indent):
14135         * emacs-lisp/edebug.el (edebug):
14136         * emacs-lisp/elp.el (elp):
14137         * emacs-lisp/testcover.el (testcover):
14138         * emacs-lisp/trace.el (trace):
14139         * emulation/viper-ex.el (viper-ex):
14140         * emulation/viper-mous.el (viper-mouse):
14141         * mail/mailalias.el (mailalias):
14142         * mail/supercite.el (supercite, supercite-frames)
14143         (supercite-attr, supercite-cite, supercite-hooks):
14144         * net/rcompile.el (remote-compile):
14145         * net/rlogin.el (rlogin):
14146         * obsolete/ooutline.el (outlines):
14147         * progmodes/delphi.el (delphi):
14148         * progmodes/ebnf2ps.el (postscript, ebnf2ps, ebnf-special)
14149         (ebnf-except, ebnf-repeat, ebnf-terminal, ebnf-non-terminal)
14150         (ebnf-production, ebnf-shape, ebnf-displacement, ebnf-syntactic)
14151         (ebnf-optimization):
14152         * progmodes/etags.el (etags):
14153         * progmodes/executable.el (executable):
14154         * progmodes/idlwave.el (idlwave):
14155         * progmodes/pascal.el (pascal):
14156         * progmodes/prolog.el (prolog):
14157         * progmodes/python.el (python):
14158         * progmodes/scheme.el (scheme):
14159         * progmodes/sh-script.el (sh, sh-script):
14160         * progmodes/sql.el (SQL):
14161         * progmodes/tcl.el (tcl):
14162         * textmodes/bibtex.el (bibtex, bibtex-autokey):
14163         * textmodes/enriched.el (enriched):
14164         * textmodes/makeinfo.el (makeinfo):
14165         * textmodes/sgml-mode.el (sgml):
14166         * textmodes/table.el (table-hooks):
14167         * textmodes/tex-mode.el (tex-file, tex-run, tex-view):
14168         * textmodes/texinfo.el (texinfo):
14169         * textmodes/two-column.el (two-column):
14170         Finish `defgroup' description with period.
14172         * emacs-lisp/cl-indent.el (lisp-indent-maximum-backtracking):
14173         * eshell/esh-var.el (eshell-var):
14174         * progmodes/vhdl-mode.el (vhdl-testbench):
14175         * textmodes/org.el (org): Fix typos in docstrings.
14177         * emacs-lisp/timer.el (with-timeout): Improve argument/docstring
14178         consistency.
14180         * progmodes/flymake.el (flymake-find-file): Remove.
14181         (flymake-float-time): Use `with-no-warnings'.
14182         (flymake-check-start-time, flymake-check-was-interrupted)
14183         (flymake-err-info, flymake-is-running, flymake-last-change-time)
14184         (flymake-new-err-info): `defvar' at compile time.
14186 2005-07-03  Juanma Barranquero  <lekktu@gmail.com>
14188         * replace.el (occur-hook): Doc fix.
14189         (occur-1): Don't call `occur-hook' if there are no matches.
14191 2005-07-03  Richard M. Stallman  <rms@gnu.org>
14193         * emulation/tpu-edt.el (tpu-original-global-map): Don't copy
14194         global-map, save the same map.
14195         (global-map): Don't alter it at top level.
14196         (tpu-edt-on): Save global map in tpu-original-global-map, then copy.
14197         Then alter it here instead.
14198         (tpu-edt-off): Set global-map to the saved one.
14200         * emulation/tpu-edt.el (tpu-emacs19-p): Var deleted.
14201         All references simplified.
14202         (tpu-lucid-emacs-p): Rename from tpu-lucid-emacs19-p.  Uses changed.
14203         (zmacs-regions): Add defvar.
14204         (repeat-complex-command-map): Everything about that deleted.
14206         * textmodes/artist.el (artist-key-is-drawing)
14207         (artist-key-endpoint1, artist-key-poly-point-list)
14208         (artist-key-shape, artist-key-draw-how, artist-popup-menu-table)
14209         (artist-key-compl-table, artist-rb-save-data)
14210         (artist-arrow-point-1, artist-arrow-point-2): Move defvars up.
14211         Don't put them in eval-when-compile.
14212         (artist-set-arrow-points-for-poly): Use `last', not `artist-last'.
14214         * progmodes/ebrowse.el (ebrowse-revert-tree-buffer-from-file):
14215         Use with-no-warnings.
14217         * net/browse-url.el (dos-windows-version): Add defvar.
14219         * mail/supercite.el (filladapt-prefix-table): Add defvar.
14221         * mail/rmailsum.el (rmail-summary-redo): Add defvar.
14222         (rmail-summary-mode-map, rmail-summary-overlay): Defvars moved up.
14223         (rmail-new-summary-line-count): Rename from new-summary-line-count.
14224         Add defvar.
14225         (rmail-summary-beginning-of-message): Use with-no-warnings.
14226         (rmail-summary-first-message, rmail-summary-last-message): Likewise.
14228         * emulation/vip.el (vip-replace-string, ex-map, ex-read):
14229         Use with-no-warnings.
14231         * emulation/vi.el (vi-mark-region): Use c-mark-function.
14232         (c-mark-function): Add point-moving-unit property.
14233         (vi-goto-line): Use with-no-warnings.
14235         * emulation/edt.el (edt-last-copied-word): Add defvar.
14236         (zmacs-region-stays): Likewise.
14237         (edt-mark-section-wisely): Use c-mark-function for C.
14238         Use makr-defun for Fortran.
14239         (time-string): defvar deleted.
14240         (edt-display-the-time): Don't set time-string.
14242         * emacs-lisp/macroexp.el (macroexp-accumulate): Rename arg to var+list.
14244         * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn):
14245         Don't warn when name is not constant
14246         or for defining the group `emacs'.
14248         * tooltip.el (gud-tooltip-mode): Add defvar.
14250         * startup.el (default-frame-background-mode): Add defvar.
14252         * smerge-mode.el (smerge-mode): Add duplicate defvar near top.
14254         * info.el (tool-bar-map): Add defvar.
14256         * dired.el (dnd-protocol-alist): Add defvar.
14258         * dired-aux.el (dired-query): Display question with answer, when
14259         the user answers.
14261         * custom.el (custom-add-option): Doc fix.
14263         * bookmark.el (Info-current-node, Info-suffix-list): Add defvars.
14265 2005-07-03  Eli Zaretskii  <eliz@gnu.org>
14267         * font-lock.el (font-lock-regexp-grouping-construct): Fix the
14268         bogus name from the last change.
14270 2005-07-02  Luc Teirlinck  <teirllm@auburn.edu>
14272         * custom.el (custom-declare-variable): Fix typos in comment.
14273         (custom-known-themes): Doc fix.
14274         (custom-theme-directory): New defcustom.
14275         (require-theme): Make it check `custom-theme-directory'.
14277         * cus-theme.el (custom-new-theme-mode): New function.
14278         (custom-theme-name, custom-theme-variables, custom-theme-faces)
14279         (custom-theme-description): Add compiler defvars.
14280         (customize-create-theme): Add doc to the "*New Custom Theme*"
14281         buffer.  Use `custom-new-theme-mode'.
14282         (custom-theme-write): Put the created buffer in emacs-lisp-mode
14283         and save it to the `custom-theme-directory'.  Make this the
14284         default directory of the buffer.
14286 2005-07-02  David Hunter  <hunterd_42@comcast.net>  (tiny change)
14288         * progmodes/flymake.el (flymake-mode, flymake-mode-off):
14289         Fix unbalanced parentheses.
14291 2005-07-02  Stefan Monnier  <monnier@iro.umontreal.ca>
14293         * progmodes/flymake.el (flymake-mode-on, flymake-mode-off): Move body
14294         into flymake-mode and delegate to flymake-mode.
14296         * find-file.el (ff-which-function-are-we-in): Clean up.
14298 2005-07-02  Juanma Barranquero  <lekktu@gmail.com>
14300         * replace.el (occur-rename-buffer): Fix docstring.
14302         * emulation/edt.el (*EDT-keys*, edt-default-global-map)
14303         (edt-last-copied-word, edt-learn-macro-count)
14304         (edt-orig-page-delimiter, edt-orig-transient-mark-mode)
14305         (edt-rect-start-point, edt-user-global-map, rect-start-point)
14306         (time-string, zmacs-region-stays):
14307         * emulation/edt-mapper.el (edt-save-function-key-map)
14308         (EDT-key-name): `defvar' to silence the byte-compiler.
14310 2005-07-02  Martin Rudalics  <rudalics@gmx.at>  (tiny change)
14312         * font-lock.el (font-lock-regexp-grouping-backslash): Rename from
14313         font-lock-regexp-backslash.  Doc fix.
14314         (font-lock-regexp-backslash-grouping-construct): Rename from
14315         font-lock-regexp-backslash-construct.  Doc fix.
14316         (lisp-font-lock-keywords-2): Fix highlighting of Elisp regexp
14317         grouping constructs.
14319 2005-07-02  Eli Zaretskii  <eliz@gnu.org>
14321         * makefile.w32-in (bootstrap): Remove the $(EMACS) binary after
14322         updating all the prerequisites.
14324 2005-07-01  Juanma Barranquero  <lekktu@gmail.com>
14326         * textmodes/org.el (org-agenda-start-on-weekday)
14327         (org-calendar-to-agenda-key, org-agenda-sorting-strategy)
14328         (org-agenda-use-time-grid, org-archive-location)
14329         (org-allow-space-in-links, org-usenet-links-prefer-google)
14330         (org-enable-table-editor, org-export-default-language)
14331         (org-export-html-show-new-buffer, org-fill-paragraph)
14332         (org-cycle, org-goto-ret, org-goto-left, org-goto-right)
14333         (org-goto-quit, org-occur, org-eval-in-calendar)
14334         (org-agenda-cleanup-fancy-diary, org-agenda-no-heading-message)
14335         (org-agenda-diary-entry, org-remember-help)
14336         (org-table-convert-region, org-at-table-p)
14337         (org-table-move-row-down, org-table-move-row-up)
14338         (org-table-copy-region, org-table-toggle-vline-visibility)
14339         (org-table-get-stored-formulas, org-table-get-specials)
14340         (org-recalc-commands, org-table-eval-formula)
14341         (org-table-formula-substitute-names, orgtbl-make-binding)
14342         (org-format-org-table-html, org-format-table-table-html)
14343         (org-format-table-table-html-using-table-generate-source)
14344         (org-customize): Fix typos in docstrings.
14345         (org-level-2, org-at-timestamp-p, org-agenda-day-view)
14346         (org-agenda-toggle-diary, org-agenda-toggle-time-grid)
14347         (org-back-to-heading): Doc fixes.
14348         (org-agenda-toggle-time-grid, org-cmp-category, org-cmp-time)
14349         (org-agenda-change-all-lines, org-get-header):
14350         Improve argument/docstring consistency.
14351         (orgtbl-error): Fix error message.
14353         * progmodes/flymake.el (flymake-find-possible-master-files)
14354         (flymake-master-file-compare, flymake-get-line-err-count)
14355         (flymake-highlight-line, flymake-gui-warnings-enabled):
14356         Fix typos in docstrings.
14357         (flymake-parse-line, flymake-get-project-include-dirs-function)
14358         (flymake-get-prev-err-line-no, flymake-goto-prev-error):
14359         Doc fixes.
14360         (flymake-get-project-include-dirs-function)
14361         (flymake-make-err-menu-data):
14362         Improve argument/docstring consistency.
14364 2005-07-01  Lute Kamstra  <lute@gnu.org>
14366         * battery.el (battery-linux-proc-apm): Fix typo in docstring.
14367         Catch errors with ignore-errors.  Use temporary buffer.
14368         (battery-linux-proc-acpi): Fix typo in docstring.  Document `%r'.
14370         * facemenu.el (facemenu-unlisted-faces): Delete foreground and
14371         background color faces.
14372         (facemenu-set-foreground, facemenu-set-background):
14373         Use facemenu-set-face-from-menu.
14374         (facemenu-set-face-from-menu): Treat face names that start with
14375         "fg:" or "bg:" as special.
14376         (facemenu-add-new-color): Don't create faces.  Simplify.
14378 2005-06-30  Richard M. Stallman  <rms@gnu.org>
14380         * emacs-lisp/crm.el (crm-do-completion): Handle minibuffer prompt.
14381         (crm-find-current-element): Likewise.
14383 2005-06-30  Johan Bockg\e,Ae\e(Brd  <bojohan@users.sourceforge.net>
14385         * help-fns.el (help-do-arg-highlight): Regexp-quote argument names.
14387 2005-06-30  Stefan Monnier  <monnier@iro.umontreal.ca>
14389         * arc-mode.el (archive-extract): Make it work as a mouse binding.
14390         (archive-mouse-extract): Make it an obsolete alias.
14391         (archive-mode-map): Don't use archive-mouse-extract any more.
14392         (archive-mode, archive-extract): write-contents-hooks ->
14393         write-contents-functions.
14394         (archive-arc-rename-entry, archive-lzh-rename-entry): Remove unused
14395         first arg.
14396         (archive-rename-entry): Update the call.
14397         (archive-zip-summarize): Remove unused var `method'.
14398         (archive-lzh-summarize): Remove unused var `creator'.
14400         * emacs-lisp/debug.el (debug): Quieten Drew Adams by killing the
14401         dedicated frame upon exit.
14403         * arc-mode.el: Bind inhibit-read-only rather than buffer-read-only.
14404         (archive-zip-extract, archive-zip-expunge)
14405         (archive-zip-update, archive-zip-update-case): Use executable-find.
14406         (archive-resummarize, archive-flag-deleted, archive-unmark-all-files):
14407         Use restore-buffer-modified-p.
14408         (archive-extract, archive-add-new-member, archive-write-file-member):
14409         Use with-current-buffer.
14410         (archive-lzh-ogm, archive-zip-chmod-entry): Use dolist.
14412 2005-06-30  Andreas Schwab  <schwab@suse.de>
14414         * progmodes/gud.el (gud-filter): Remove unneeded progn.
14416 2005-06-30  Glenn Morris  <gmorris@ast.cam.ac.uk>
14418         * progmodes/sh-script.el (sh-get-kw): `&' also separates words.
14420 2005-06-30  Juri Linkov  <juri@jurta.org>
14422         * faces.el (vertical-border): Inherit from mode-line-inactive
14423         only on tty.
14425 2005-06-30  Juanma Barranquero  <lekktu@gmail.com>
14427         * help-fns.el (help-do-arg-highlight): Highlight also -ARG (for
14428         example, -NLINES in the `occur' docstring).
14430         * replace.el (occur-1): When no matches are found, do not set the
14431         `buffer-read-only' and modified flags for the occur buffer,
14432         because it is deleted.
14434         * emulation/cua-base.el (cua-check-pending-input)
14435         (cua-repeat-replace-region, cua-mode, cua-debug)
14436         (cua-auto-tabify-rectangles, cua-inhibit-cua-keys):
14437         Fix typos in docstrings.
14439         * emulation/cua-gmrk.el (cua-toggle-global-mark)
14440         (cua-cut-region-to-global-mark)
14441         (cua--cut-rectangle-to-global-mark):
14442         Remove period from end of messages.
14444         * emulation/cua-rect.el (cua-do-rectangle-padding):
14445         Remove period from end of messages.
14446         (cua--rectangle-seq-format): Fix typo in docstring.
14447         (cua-sequence-rectangle, cua-fill-char-rectangle):
14448         Improve argument/docstring consistency.
14450 2005-06-29  Juri Linkov  <juri@jurta.org>
14452         * faces.el (default-frame-background-mode): New internal variable.
14453         (frame-set-background-mode): Use it.
14455         * startup.el (normal-top-level): Set default-frame-background-mode
14456         instead of frame-background-mode.  Before setting it, test for its
14457         nil value.  Remove tests for frame-background-mode and frame
14458         parameter `reverse'.  Add test for "unspecified-fg".
14460         * term/xterm.el (xterm-rxvt-set-background-mode):
14461         * term/rxvt.el (rxvt-set-background-mode):
14462         Set default-frame-background-mode instead of frame-background-mode.
14464 2005-06-29  Juanma Barranquero  <lekktu@gmail.com>
14466         * simple.el (set-variable): Warn about obsolete user variables.
14468         * imenu.el (imenu--completion-buffer):
14469         * mouse.el (mouse-buffer-menu-alist):
14470         * msb.el (msb-invisible-buffer-p):
14471         * calendar/diary-lib.el (diary-header-line-format):
14472         * emacs-lisp/pp.el (pp-buffer):
14473         * progmodes/cperl-mode.el (cperl-do-auto-fill):
14474         * textmodes/picture.el (picture-replace-match):
14475         Change space constants followed by a sexp to "?\s ".
14477         * play/decipher.el (decipher-loop-with-breaks):
14478         * textmodes/texinfo.el (texinfo-insert-@item): Change space
14479         constants "protected" from end of line by a comment to "?\s".
14481 2005-06-29  Stefan Monnier  <monnier@iro.umontreal.ca>
14483         * font-lock.el (save-buffer-state): Use `declare'.
14485         * progmodes/cperl-mode.el (cperl-find-pods-heres): Don't gratuitously
14486         reset the syntax-table to cperl-mode-syntax-table.
14487         (cperl-mode): Make _ into word-syntax during font-locking so "print" in
14488         "foo_print_bar" is not matched as a reserved keyword.
14490 2005-06-29  Carsten Dominik  <dominik@science.uva.nl>
14492         * textmodes/org.el (orgtbl-setup): New function, for delayed
14493         setup for the orgtbl commands.
14494         (org-calc-default-modes): New option.
14495         (orgtbl-make-binding): Use `defun' to get better help display.
14496         (org-diary): Call `org-compile-prefix-format'.
14497         (org-table-formula-substitute-names): New function.
14498         (org-agenda-day-view, org-agenda-week-view): New commands.
14499         (org-agenda-toggle-week-view): Command removed.
14500         (org-tbl-menu): Split off from org-org-menu.
14501         (org-mode): Move removal of outline-mode menus to here.
14502         (org-table-formula-debug): New option.
14503         (org-table-insert-row): Keep first field if just "#" or "*".
14504         (org-mode): Paragraph regexps fixed.
14505         (org-table-recalculate-regexp): New constant.
14506         (org-table-justify-field-maybe): Avoid replace if not necessary.
14507         (org-copy-special, org-cut-special): Use `call-interactively'.
14508         (org-table-copy-region): Take region from `interactive' call.
14509         (org-trim): Return string even if no match.
14510         (org-formula): New face.
14511         (org-set-font-lock-defaults): No longer highlight "FIXME".
14512         But highlight formula-related fields in table.
14513         (org-table-p): Use regexp, not fontification.
14514         (org-table-align): Handle white space at end of line.
14515         (org-table-formula-evaluate-inline): New option.
14516         (org-mode): Auto-wrapping in comment lines turned off.
14517         (org-table-copy-down): Evaluate only in copied field, not in
14518         destination.
14519         (org-table-current-formula): Variable removed.
14520         (org-table-store-formulas, org-table-get-stored-formulas)
14521         (org-table-modify-formulas, org-table-replace-in-formulas)
14522         (org-table-maybe-eval-formula): New functions.
14523         (org-table-get-formula): Modify to use stored formulas.
14524         (org-table-insert-column, org-table-delete-column)
14525         (org-table-move-column): Call `org-table-modify-formulas'.
14526         (org-complete): Add completion for keyword formulas.
14527         (orgtbl-mode): Pull orgtbl-mode-map to start of
14528         minor-mode-map-alist.
14530 2005-06-29  Stefan Monnier  <monnier@iro.umontreal.ca>
14532         * progmodes/python.el (python-check): Require `compile' before
14533         modifying its variables.
14535         * newcomment.el (comment-indent-default): Don't get fooled by an early
14536         end of buffer.
14538 2005-06-28  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
14540         * ps-print.el (ps-print-version): Fix version number.
14542 2005-06-28  Luc Teirlinck  <teirllm@auburn.edu>
14544         * textmodes/ispell.el (ispell-word): Remove stray parenthesis.
14546 2005-06-28  Richard M. Stallman  <rms@gnu.org>
14548         * textmodes/flyspell.el (flyspell-use-local-map): Variable deleted.
14549         (flyspell-local-mouse-map): Declaration deleted.
14550         (flyspell-mouse-map): Bind only mouse-2.
14551         (flyspell-mode-map): Don't test flyspell-use-local-map.
14552         (flyspell-overlay-keymap-property-name): Var deleted.
14553         (flyspell-mode-on): Don't make local bindings for
14554         flyspell-mouse-map and flyspell-mode-map.
14555         (make-flyspell-overlay): Unconditionally put on `keymap' text prop.
14557         * textmodes/ispell.el (ispell-word): Do not ignore short words.
14559         * progmodes/compile.el (compilation-next-error-function):
14560         Don't switch buffers; operate on the current buffer.
14562         * progmodes/compile.el (compilation-error-file-name)
14563         (compilation-warning-file-name, compilation-info-file-name)
14564         (compilation-line-number, compilation-column-number): New faces.
14565         (compilation-error-face, compilation-warning-face)
14566         (compilation-info-face, compilation-line-face)
14567         (compilation-column-face): Use them.
14569         * facemenu.el (facemenu-add-face): Warn when font-lock is active.
14571         * comint.el (comint-password-prompt-regexp): Accept ", try again".
14573         * bindings.el (global-map): Bind insertchar and its variants.
14575 2005-06-27  Richard M. Stallman  <rms@gnu.org>
14577         * textmodes/artist.el (artist-text-overwrite)
14578         (artist-figlet-get-extra-args, artist-text-see-thru): Use read-string.
14580 2005-06-27  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
14582         * ps-print.el: It was not working the page selection for printing.
14583         Reported by Sebastian Tennant <sebyte@smolny.plus.com>.
14584         (ps-print-version): New version 6.6.7.
14585         (ps-end-sheet): New fun.
14586         (ps-header-sheet, ps-end-job): Call it.
14588 2005-06-27  Luc Teirlinck  <teirllm@auburn.edu>
14590         * subr.el (add-to-list, add-to-ordered-list): Doc fixes.
14592 2005-06-27  Lute Kamstra  <lute@gnu.org>
14594         * facemenu.el (facemenu-unlisted-faces): Add foreground and
14595         background color faces.
14596         (facemenu-get-face): Delete function.
14597         (facemenu-set-face-from-menu): Don't call facemenu-get-face.
14598         (facemenu-add-new-color): Make second argument mandatory.
14599         Create the appropriate face and return it.  Simplify.
14600         (facemenu-set-foreground, facemenu-set-background): Don't check if
14601         color is defined.  Use return value of facemenu-add-new-color.
14603 2005-06-26  Nick Roberts  <nickrob@snap.net.nz>
14605         * progmodes/gud.el (gud-filter): Add missing argument to
14606         with-selected-window.
14608 2005-06-26  Stefan Monnier  <monnier@iro.umontreal.ca>
14610         * emacs-lisp/easy-mmode.el (define-minor-mode): Don't automatically add
14611         a :require to the defcustom.
14613         * emacs-lisp/autoload.el (make-autoload): Add the :setter for
14614         defcustoms corresponding to minor modes.
14616 2005-06-26  David Ponce  <david@dponce.com>
14618         * recentf.el: Require tree-widget instead of wid-edit.
14619         (recentf-filename-handler): Fix widget :type.
14620         (recentf-cancel-dialog, recentf-open-more-files)
14621         (recentf-open-files-action): Doc fix.
14622         (recentf-dialog-goto-first): New function.
14623         (recentf-dialog-mode-map): Set parent keymap first.
14624         (recentf-dialog-mode): Define with define-derived-mode.
14625         Don't display continuation lines in dialogs.
14626         (recentf-edit-list): Rename from recentf-edit-selected-items.
14627         (recentf-edit-list-select): Rename from recentf-edit-list-action.
14628         Simplify.
14629         (recentf-edit-list-validate): New function.
14630         (recentf-edit-list): Update accordingly.
14631         (recentf-open-files-item-shift): Remove.
14632         (recentf-open-files-item): Convert menu elements into tree and
14633         link widgets.  Don't create the widgets.
14634         (recentf-open-files): Update accordingly.
14635         (recentf-save-list): Untabify.
14637 2005-06-25  Luc Teirlinck  <teirllm@auburn.edu>
14639         * replace.el (keep-lines-read-args): Add INTERACTIVE arg.
14640         (keep-lines): Add INTERACTIVE arg.  Never delete lines only
14641         partially contained in the active region.  Do not take active
14642         region into account when called from Lisp, unless INTERACTIVE arg
14643         is non-nil.  Use `forward-line' instead of `beginning-of-line' to
14644         avoid trouble with fields.  Make marker point nowhere when no
14645         longer used.  Always return nil.  Doc fix.
14646         (flush-lines): Add INTERACTIVE arg.  Do not take active region
14647         into account when called from Lisp, unless INTERACTIVE arg is
14648         non-nil.  Use `forward-line' instead of `beginning-of-line' to
14649         avoid trouble with fields.  Make marker point nowhere when no
14650         longer used.  Always return nil.  Doc fix.
14651         (how-many): Add INTERACTIVE arg.  Make RSTART and REND args
14652         interchangeable.  Do not take active region into account when
14653         called from Lisp, unless INTERACTIVE arg is non-nil.  Do not print
14654         message in echo area when called from Lisp, unless INTERACTIVE arg
14655         is non-nil.  Avoid saying "1 occurrences".  Do not use markers.
14656         Return the number of matches.  Doc fix.
14657         (occur): Doc fix.
14658         (perform-replace): Make comment follow double space convention for
14659         the sake of `outline-minor-mode'.
14661         * faces.el (facep): Doc fix.
14663 2005-06-25  Richard M. Stallman  <rms@gnu.org>
14665         * facemenu.el (facemenu-enable-faces-p): New function.
14666         (facemenu-background-menu, facemenu-foreground-menu)
14667         (facemenu-face-menu): Add menu-enable property.
14669         * jka-compr.el (jka-compr-insert-file-contents):
14670         Special handling if cannot find the uncompression program.
14672         * cus-face.el (custom-face-attributes): Add autoload.
14674         * emacs-lisp/lisp-mode.el (lisp-mode-variables):
14675         Bind comment-indent-function locally.
14677         * window.el (save-selected-window): Use save-current-buffer.
14679         * subr.el (with-selected-window): Use save-current-buffer.
14681         * progmodes/gud.el (gud-filter): Simplify using with-selected-window
14682         and with-current-buffer.
14684 2005-06-24  Richard M. Stallman  <rms@gnu.org>
14686         * simple.el (line-move-1): Fix previous change.
14688 2005-06-24  Juanma Barranquero  <lekktu@gmail.com>
14690         * replace.el (occur-1): Set `buffer-read-only' and the
14691         buffer-modified flag before running `occur-hook' to protect
14692         against unintentional buffer switches that can lead to data loss.
14694 2005-06-24  Nick Roberts  <nickrob@snap.net.nz>
14696         * progmodes/gud.el (gud-tooltip-print-command): Indent properly.
14697         (gud-gdb-marker-filter): Use font-lock-warning-face for any
14698         initial error.
14700         * progmodes/gdb-ui.el (gdb-send): Remove warning face from errors
14701         after fresh input.
14702         (gdb-var-create-handler): Put name of expression in quotes.
14704 2005-06-23  Luc Teirlinck  <teirllm@auburn.edu>
14706         * emacs-lisp/ring.el (ring-elements): Make it return a list of the
14707         elements of RING in order, and without bogus nil elements.
14709 2005-06-23  Richard M. Stallman  <rms@gnu.org>
14711         * simple.el (set-variable): Args renamed; doc fix.
14712         (line-move-1): When there are overlays around, use vertical-motion.
14714         * faces.el (escape-glyph): Use brown against light background.
14715         (nobreak-space): Rename from no-break-space.
14716         Fix previous change.
14718         * dired-aux.el (dired-do-copy): Fix arg prompt.
14720         * mail/sendmail.el (mail-setup-with-from): Fix custom type.
14722 2005-06-23  Glenn Morris  <gmorris@ast.cam.ac.uk>
14724         * mail/emacsbug.el (report-emacs-bug): Use "X server distributor"
14725         rather than "Distributor".
14727 2005-06-23  Lute Kamstra  <lute@gnu.org>
14729         * emacs-lisp/debug.el (debugger-special-form-p): New defun.
14730         (debug-on-entry): Use it.  New interactive declaration that uses
14731         function-called-at-point.
14733 2005-06-23  Kim F. Storm  <storm@cua.dk>
14735         * subr.el (save-match-data): Add comment about using evaporate arg
14736         to set-match-data.
14738 2005-06-22  Glenn Morris  <gmorris@ast.cam.ac.uk>
14740         * cus-edit.el (customize-face)
14741         (customize-face-other-window): Handle face aliases.
14743         * faces.el (face-documentation, set-face-attribute)
14744         (face-spec-set): Handle face aliases.
14746 2005-06-22  Juanma Barranquero  <lekktu@gmail.com>
14748         * help-mode.el (help-make-xrefs): If a symbol representing a face
14749         name is not followed by the word "face", it could still be a
14750         function or variable name, so don't bypass other checks.
14752 2005-06-22  Juri Linkov  <juri@jurta.org>
14754         * ps-print.el (ps-face-foreground-name, ps-face-background-name):
14755         Replace aliased functions with calls where second arg `inherit' is t.
14757 2005-06-22  Nick Roberts  <nickrob@snap.net.nz>
14759         * progmodes/gdb-ui.el (gdb-error): New variable.
14760         (gdb-error): New function.
14761         (gdb-annotation-rules): Act on error-begin and error annotations.
14762         (gdb-concat-output): Use font-lock-warning-face for errors.
14764 2005-06-22  Miles Bader  <miles@gnu.org>
14766         * bindings.el (propertized-buffer-identification): Use renamed
14767         `Buffer-menu-buffer' face.
14769         * faces.el (vertical-border): Rename from `vertical-divider'.
14770         (escape-glyph): Change dark-background color back to `cyan'.
14772 2005-06-21  Juri Linkov  <juri@jurta.org>
14774         * faces.el (face-user-default-spec): Try getting `customized-face'
14775         prior to `saved-face'.
14776         (frame-background-mode): Refill docstring.
14778         * emacs-lisp/lisp-mode.el (eval-defun-1):
14779         * emacs-lisp/edebug.el (edebug-eval-defun):
14780         Set `saved-face' temporarily to nil before calling form.
14781         Set `customized-face' to the new spec after that.
14783 2005-06-21  Juanma Barranquero  <lekktu@gmail.com>
14785         * subr.el (1value, lambda, key-substitution-in-progress):
14786         Doc fixes.
14788         * autoinsert.el (auto-insert-alist):
14789         * ses.el (ses-call-printer):
14790         * subr.el (noreturn):
14791         * emacs-lisp/lisp.el (check-parens):
14792         * emacs-lisp/byte-opt.el (byte-optimize-pure-func):
14793         * net/browse-url.el (browse-url-mosaic):
14794         * progmodes/cc-defs.el (c-safe-scan-lists):
14795         * progmodes/ebnf-abn.el (ebnf-abn-lex):
14796         * progmodes/ebnf-bnf.el (ebnf-bnf-lex):
14797         * progmodes/ebnf-dtd.el (ebnf-dtd-lex):
14798         * progmodes/ebnf-ebx.el (ebnf-ebx-lex):
14799         * progmodes/ebnf-iso.el (ebnf-iso-lex):
14800         * progmodes/ebnf-yac.el (ebnf-yac-lex): Fix spellings.
14802 2005-06-21  Reiner Steib  <Reiner.Steib@gmx.de>
14804         * pcvs-defs.el (cvs-menu): Add cvs-mode-mark and cvs-mode-unmark.
14806 2005-06-21  Glenn Morris  <gmorris@ast.cam.ac.uk>
14808         * calendar/appt.el (appt-make-list): Activate the package, if
14809         not already active (for backwards compatibility).
14811 2005-06-20  Kim F. Storm  <storm@cua.dk>
14813         * subr.el (add-to-ordered-list): Test membership with eq.  Simplify.
14815 2005-06-20  Miles Bader  <miles@gnu.org>
14817         * faces.el (vertical-divider): New face.
14819 2005-06-20  Juanma Barranquero  <lekktu@gmail.com>
14821         * simple.el (kill-whole-line): Doc fix.
14822         (next-error-buffer-p, next-error-find-buffer)
14823         (clone-indirect-buffer): Fix typos in docstrings.
14824         (comment-line-break-function): Doc fix: don't say variable
14825         is automatically buffer-local (it isn't).
14827 2005-06-19  Michael Albinus  <michael.albinus@gmx.de>
14829         * net/tramp-ftp.el (top):
14830         * net/tramp-smb.el (top):
14831         * net/tramp-util.el (top):
14832         * net/tramp-uu.el (top):
14833         * net/tramp-vc.el (top):
14834         * net/tramp.el (top): Revert copyright years back to original
14835         ones.  Tramp has a life outside GNU Emacs.
14837 2005-06-19  Nick Roberts  <nickrob@snap.net.nz>
14839         * tooltip.el (tooltip-use-echo-area): Don't make it obsolete.
14841 2005-06-18  Juri Linkov  <juri@jurta.org>
14843         * progmodes/grep.el (grep-regexp-alist): Use backreference at the
14844         end of first regexp to limit the match to the position between
14845         line number and source line with same separator character as used
14846         between file name and line number.  In the second regexp limit
14847         mouse-face area to file name and line number by adding new group
14848         for them and referring it in HYPERLINK arg.
14849         (grep-regexp-alist, grep-mode-font-lock-keywords): Use shy group.
14850         (grep-mode): Set font-lock-lines-before to 0 to not refontify the
14851         previous line where grep markers may be already removed.
14853 2005-06-18  Peter Kleiweg  <p.c.j.kleiweg@rug.nl>
14855         * progmodes/ps-mode.el: Update version and maintainer's email address.
14857 2005-06-18  Steve Youngs  <steve@xemacs.org>
14859         * net/browse-url.el (browse-url-browser-function)
14860         (browse-url-default-browser): Add firefox.
14861         (browse-url-firefox-program, browse-url-firefox-arguments)
14862         (browse-url-firefox-startup-arguments)
14863         (browse-url-firefox-new-window-is-tab): New defcustoms.
14864         (browse-url-firefox, browse-url-firefox-sentinel): New functions.
14866 2005-06-17  Richard M. Stallman  <rms@gnu.org>
14868         * startup.el (command-line): Warn if specified user name has
14869         no home directory.
14871         * term.el (term-get-old-input, term-input-filter, term-input-sender)
14872         (term-mode-hook, term-exec-hook, term-escape-char): Doc fixes.
14874         * longlines.el (longlines-mode, longlines-show-hard-newlines):
14875         Doc fixes.
14877         * faces.el (underline): Try bold if terminal doesn't support underline.
14879         * mail/sendmail.el (mail-setup-with-from): New variable.
14880         (mail-insert-from-field): New function.
14881         (sendmail-send-it): Call it.
14882         (mail-setup): Optionally call it here.
14884         * term/linux.el: Call tty-no-underline.
14886 2005-06-17  Luc Teirlinck  <teirllm@auburn.edu>
14888         * emacs-lisp/edebug.el (edebug-goto-here): Doc fix.
14890 2005-06-17  Miles Bader  <miles@gnu.org>
14892         * ediff-init.el (ediff-current-diff-A, ediff-current-diff-B)
14893         (ediff-current-diff-C, ediff-current-diff-Ancestor)
14894         (ediff-fine-diff-A, ediff-fine-diff-B, ediff-fine-diff-C)
14895         (ediff-fine-diff-Ancestor, ediff-even-diff-A, ediff-even-diff-B)
14896         (ediff-even-diff-C, ediff-even-diff-Ancestor, ediff-odd-diff-A)
14897         (ediff-odd-diff-B, ediff-odd-diff-C, ediff-odd-diff-Ancestor):
14898         Remove "-face" suffix from face names.
14899         (ediff-current-diff-face-A, ediff-current-diff-face-B)
14900         (ediff-current-diff-face-C, ediff-current-diff-face-Ancestor)
14901         (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
14902         (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
14903         (ediff-even-diff-face-A, ediff-even-diff-face-B)
14904         (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
14905         (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
14906         (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
14907         New backward-compatibility aliases for renamed faces.
14908         (ediff-current-diff-face-A, ediff-current-diff-face-B)
14909         (ediff-current-diff-face-C, ediff-current-diff-face-Ancestor)
14910         (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
14911         (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
14912         (ediff-even-diff-face-A, ediff-even-diff-face-B)
14913         (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
14914         (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
14915         (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
14916         Use renamed ediff faces.
14918         * eshell/esh-test.el (eshell-test-ok, eshell-test-failed):
14919         Remove "-face" suffix from face names.
14920         (eshell-test-ok-face, eshell-test-failed-face):
14921         New backward-compatibility aliases for renamed faces.
14922         (eshell-run-test): Use renamed eshell-test faces.
14924         * eshell/em-prompt.el (eshell-prompt): Remove "-face" suffix from
14925         face name.
14926         (eshell-prompt-face): New backward-compatibility alias for renamed
14927         face.
14928         (eshell-emit-prompt): Use renamed eshell-prompt face.
14930         * eshell/em-ls.el (eshell-ls-directory, eshell-ls-symlink)
14931         (eshell-ls-executable, eshell-ls-readonly, eshell-ls-unreadable)
14932         (eshell-ls-special, eshell-ls-missing, eshell-ls-archive)
14933         (eshell-ls-backup, eshell-ls-product, eshell-ls-clutter):
14934         Remove "-face" suffix from face names.
14935         (eshell-ls-directory-face, eshell-ls-symlink-face)
14936         (eshell-ls-executable-face, eshell-ls-readonly-face)
14937         (eshell-ls-unreadable-face, eshell-ls-special-face)
14938         (eshell-ls-missing-face, eshell-ls-archive-face)
14939         (eshell-ls-backup-face, eshell-ls-product-face)
14940         (eshell-ls-clutter-face):
14941         New backward-compatibility aliases for renamed faces.
14942         (eshell-ls-decorated-name): Use renamed eshell-ls faces.
14944         * progmodes/cc-fonts.el (c-nonbreakable-space-face):
14945         Remove "-face" suffix from face name.
14946         (c-cpp-matchers): Use the variable `c-nonbreakable-space-face'
14947         instead of literal face.
14949 2005-06-17  Juanma Barranquero  <lekktu@gmail.com>
14951         * emacs-lisp/warnings.el (display-warning, lwarn)
14952         (warning-minimum-log-level): Doc fixes.
14953         (warning-minimum-level, warning-minimum-log-level):
14954         Add :debug to :type choices.
14956         * progmodes/ada-mode.el (ada-format-paramlist)
14957         (ada-get-indent-case, ada-check-matching-start)
14958         (ada-check-defun-name, ada-goto-matching-decl-start)
14959         (ada-goto-matching-start, ada-goto-matching-end, ada-tab)
14960         (ada-untab, ada-move-to-start, ada-fill-comment-paragraph)
14961         (ada-make-subprogram-body): Follow error conventions.
14962         (ada-case-exception-file, ada-indent-comment-as-code)
14963         (ada-indent-handle-comment-special, ada-indent-renames)
14964         (ada-indent-return, ada-search-directories-internal)
14965         (ada-tab-policy, ada-case-exception-substring)
14966         (ada-other-file-alist, ada-matching-start-re)
14967         (ada-matching-decl-start-re, ada-contextual-menu-last-point)
14968         (ada-imenu-generic-expression, ada-compile-goto-error)
14969         (ada-in-comment-p, ada-in-string-p, ada-in-string-or-comment-p)
14970         (ada-popup-menu, ada-add-extensions, ada-mode)
14971         (ada-region-selected, ada-create-case-exception)
14972         (ada-create-case-exception-substring, ada-after-keyword-p)
14973         (ada-activate-keys-for-case, ada-adjust-case-region)
14974         (ada-adjust-case-buffer, ada-format-paramlist)
14975         (ada-scan-paramlist, ada-insert-paramlist)
14976         (ada-indent-newline-indent)
14977         (ada-indent-newline-indent-conditional)
14978         (ada-justified-indent-current, ada-goto-previous-word)
14979         (ada-indent-current, ada-get-indent-open-paren)
14980         (ada-get-indent-paramlist, ada-get-indent-end)
14981         (ada-get-indent-case, ada-get-indent-when, ada-get-indent-if)
14982         (ada-get-indent-block-start, ada-get-indent-subprog)
14983         (ada-get-indent-noindent, ada-get-indent-label)
14984         (ada-get-indent-loop, ada-get-indent-type, ada-goto-stmt-start)
14985         (ada-search-prev-end-stmt, ada-goto-next-non-ws)
14986         (ada-goto-stmt-end, ada-goto-next-word)
14987         (ada-check-matching-start, ada-check-defun-name)
14988         (ada-goto-matching-decl-start, ada-goto-matching-start)
14989         (ada-goto-matching-end, ada-search-ignore-string-comment)
14990         (ada-in-decl-p, ada-looking-at-semi-or)
14991         (ada-looking-at-semi-private, ada-in-paramlist-p)
14992         (ada-in-open-paren-p, ada-tab, ada-indent-current-function)
14993         (ada-untab-hard, ada-move-to-start, ada-move-to-end)
14994         (ada-next-procedure, ada-previous-procedure, ada-next-package)
14995         (ada-previous-package, ada-create-menu)
14996         (ada-fill-comment-paragraph-justify)
14997         (ada-fill-comment-paragraph-postfix, ada-fill-comment-paragraph)
14998         (ada-other-file-name, ada-last-which-function-line)
14999         (ada-last-which-function-subprog, ada-which-function)
15000         (ada-get-body-name, ada-outline-level, ada-narrow-to-defun)
15001         (ada-gen-treat-proc, ada-check-emacs-version)
15002         (ada-continuation-indent, ada-align-region-separate):
15003         Fix typos in docstrings.
15004         (ada-adjust-case, ada-adjust-case-interactive): Doc fixes.
15006 2005-06-16  Lute Kamstra  <lute@gnu.org>
15008         * simple.el (fundamental-mode): Run after-change-major-mode-hook
15009         conditionally.
15011 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
15013         * comint.el (comint-replace-by-expanded-filename)
15014         (comint-prompt-regexp, comint-delimiter-argument-list)
15015         (comint-preinput-scroll-to-bottom):
15016         * info.el (Info-hide-cookies-node):
15017         * ls-lisp.el (ls-lisp-classify):
15018         * find-file.el (ff-search-directories, ff-special-constructs)
15019         (ff-find-other-file):
15020         * font-lock.el (font-lock-keywords):
15021         * shell.el (shell-prompt-pattern)
15022         (shell-dynamic-complete-functions, shell-mode)
15023         (shell-delimiter-argument-list):
15024         * term.el (term-replace-by-expanded-filename)
15025         (term-prompt-regexp, term-delimiter-argument-list):
15026         * woman.el (woman-ignore, woman0-if):
15027         * emacs-lisp/derived.el (derived-mode-init-mode-variables):
15028         * emacs-lisp/elint.el (elint-init-env):
15029         * emacs-lisp/regexp-opt.el (regexp-opt-depth):
15030         * eshell/esh-mode.el (eshell-preinput-scroll-to-bottom):
15031         * language/ethio-util.el (ethio-tilde-escape)
15032         (ethio-use-three-dot-question):
15033         * net/zone-mode.el (zone-mode-load-time-setup):
15034         * progmodes/cc-align.el (c-lineup-argcont):
15035         * progmodes/cc-awk.el (c-awk-beginning-of-defun):
15036         * progmodes/cperl-mode.el (cperl-set-style-back):
15037         * progmodes/inf-lisp.el (inferior-lisp-prompt):
15038         * progmodes/vhdl-mode.el (vhdl-beginning-of-libunit):
15039         Fix spellings in docstrings.
15041         * textmodes/sgml-mode.el (sgml-calculate-indent, html-tag-help):
15042         * progmodes/modula2.el (m2-for): Fix spellings.
15044         * menu-bar.el (menu-bar-games-menu): Fix typo in menu help string.
15046         * simple.el (undo-more): Don't use `format' on `error' arguments.
15047         Improve argument/docstring consistency.
15048         (pending-undo-list): Doc fix.
15050         * smerge-mode.el (smerge-ensure-match):
15051         * emulation/vip.el (vip-ex):
15052         * net/zone-mode.el (zone-mode-update-serial):
15053         * progmodes/idlwave.el (idlwave-complete):
15054         * progmodes/vhdl-mode.el (vhdl-visit-file)
15055         (vhdl-compose-wire-components):
15056         Don't use `format' on `error' arguments.
15058         * tooltip.el (tooltip-start-delayed-tip, tooltip-timeout)
15059         (tooltip-use-echo-area, tooltip-process-prompt-regexp)
15060         (tooltip-help-tips): Fix typos in docstrings.
15062 2005-06-16  David Ponce  <david@dponce.com>
15064         * tree-widget.el (tree-widget-value-create): Simplify last change.
15066 2005-06-15  Matt Hodges  <MPHodges@member.fsf.org>
15068         * ido.el (ido-incomplete-regexp): New variable.
15069         (ido-set-matches-1): Handle invalid-regexp error and set
15070         ido-incomplete-regexp.
15071         (ido-incomplete-regexp): New face.
15072         (ido-completions): Use it.
15073         (ido-complete, ido-exit-minibuffer, ido-completions):
15074         Handle incomplete regexps.
15075         (ido-completions): Add check for complete match when entering a regexp.
15077 2005-06-15  Stefan Monnier  <monnier@iro.umontreal.ca>
15079         * subr.el (add-to-ordered-list): Use a weak hash-table to avoid leaks.
15081 2005-06-15  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
15083         * textmodes/bibtex.el (bibtex-Preamble): Enclose BibTeX preamble
15084         by field delimiters.
15086 2005-06-15  David Ponce  <david@dponce.com>
15088         * tree-widget.el: eval-and-compile inlined functions so they will
15089         be available at run-time too.
15090         (tree-widget-super-format-handler)
15091         (tree-widget-format-handler): Remove.
15092         (tree-widget-value-create): Handle the :indent property.
15094 2005-06-15  Miles Bader  <miles@gnu.org>
15096         * progmodes/which-func.el (which-func): Only inherit
15097         `font-lock-function-name-face' when that makes sense against the
15098         default mode-line face, otherwise set the face color explicitly.
15100         * progmodes/cperl-mode.el (cperl-init-faces): Use literal cperl
15101         faces instead of (non-existent) variables.
15103 2005-06-14  Stefan Monnier  <monnier@iro.umontreal.ca>
15105         * iswitchb.el (iswitchb-to-end): Replace mapcar with dolist.
15106         (iswitchb-get-matched-buffers): Likewise.  Simplify.
15108 2005-06-14  Miles Bader  <miles@gnu.org>
15110         * progmodes/ld-script.el (ld-script-location-counter):
15111         Remove "-face" suffix from face name.
15112         (ld-script-location-counter-face):
15113         New backward-compatibility alias for renamed face.
15114         (ld-script-location-counter-face): Use renamed face.
15116         * progmodes/cperl-mode.el (cperl-nonoverridable, cperl-array)
15117         (cperl-hash): Remove "-face" suffix from face names.
15118         (cperl-nonoverridable-face, cperl-array-face, cperl-hash-face):
15119         New backward-compatibility aliases for renamed faces.
15120         (cperl-find-pods-heres, cperl-init-faces, cperl-ps-print-init)
15121         (cperl-ps-print-face-properties): Use renamed cperl-mode faces.
15123         * progmodes/which-func.el (which-func): Remove "-face" suffix from face
15124         name.
15125         (which-func-face): New backward-compatibility alias for renamed face.
15126         (which-func-format): Use renamed which-func face.
15128         * progmodes/vhdl-mode.el (vhdl-prompt, vhdl-attribute, vhdl-enumvalue)
15129         (vhdl-function, vhdl-directive, vhdl-reserved-word)
15130         (vhdl-translate-off): Remove "-face" suffix and "font-lock-" from face
15131         names.
15132         (vhdl-speedbar-entity, vhdl-speedbar-architecture)
15133         (vhdl-speedbar-configuration, vhdl-speedbar-package)
15134         (vhdl-speedbar-library, vhdl-speedbar-instantiation)
15135         (vhdl-speedbar-subprogram, vhdl-speedbar-entity-selected)
15136         (vhdl-speedbar-architecture-selected)
15137         (vhdl-speedbar-configuration-selected)
15138         (vhdl-speedbar-package-selected)
15139         (vhdl-speedbar-instantiation-selected): Remove "-face" suffix from face
15140         names.
15141         (vhdl-font-lock-keywords-2, vhdl-font-lock-keywords-5):
15142         Use renamed faces.
15143         (vhdl-prompt-face, vhdl-attribute-face, vhdl-enumvalue-face)
15144         (vhdl-function-face, vhdl-directive-face, vhdl-reserved-words-face)
15145         (vhdl-translate-off-face): Variables renamed to remove "font-lock-".
15146         Use renamed faces.
15147         (syntax-alist): Don't use "font-lock-" or "-face" in generated face
15148         names.
15149         (vhdl-font-lock-init, vhdl-ps-print-settings): Use renamed faces.
15150         (vhdl-speedbar-insert-hierarchy, vhdl-speedbar-expand-entity)
15151         (vhdl-speedbar-expand-package, vhdl-speedbar-update-current-unit)
15152         (vhdl-speedbar-make-inst-line, vhdl-speedbar-make-pack-line)
15153         (vhdl-speedbar-make-subpack-line, vhdl-speedbar-make-subprogram-line)
15154         (vhdl-speedbar-item-info, vhdl-speedbar-check-unit): Use renamed faces.
15156         * progmodes/sh-script.el (sh-heredoc): Remove "-face" suffix from
15157         face name.
15158         (sh-heredoc-face): New backward-compatibility alias for renamed face.
15159         (sh-heredoc-face): Use renamed sh-heredoc face.
15161         * progmodes/idlw-help.el (idlwave-help-link):
15162         Remove "-face" suffix from face name.
15163         (idlwave-help-link-face):
15164         New backward-compatibility alias for renamed face.
15165         (idlwave-highlight-linked-completions): Use renamed idlwave-help faces.
15167         * progmodes/idlw-shell.el (idlwave-shell-bp-face)
15168         (idlwave-shell-disabled-bp): Remove "-face" suffix from face names.
15169         (idlwave-shell-bp-face, idlwave-shell-disabled-bp):
15170         New backward-compatibility aliases for renamed faces.
15171         (idlwave-shell-disabled-breakpoint-face)
15172         (idlwave-shell-breakpoint-face): Use renamed idlwave-shell faces.
15174         * progmodes/flymake.el (flymake-errline, flymake-warnline):
15175         Remove "-face" suffix from face names.
15176         (flymake-errline-face, flymake-warnline-face):
15177         New backward-compatibility aliases for renamed faces.
15178         (flymake-highlight-line): Use renamed flymake faces.
15180         * progmodes/ebrowse.el (ebrowse-tree-mark, ebrowse-root-class)
15181         (ebrowse-file-name, ebrowse-default, ebrowse-member-attribute)
15182         (ebrowse-member-class, ebrowse-progress):
15183         Remove "-face" suffix from face names.
15184         (ebrowse-tree-mark-face, ebrowse-root-class-face)
15185         (ebrowse-file-name-face, ebrowse-default-face)
15186         (ebrowse-member-attribute-face, ebrowse-member-class-face)
15187         (ebrowse-progress-face):
15188         New backward-compatibility aliases for renamed faces.
15189         (ebrowse-show-progress, ebrowse-show-file-name-at-point)
15190         (ebrowse-set-mark-props, ebrowse-draw-tree-fn)
15191         (ebrowse-draw-member-buffer-class-line, ebrowse-draw-member-long-fn)
15192         (ebrowse-draw-member-short-fn): Use renamed ebrowse faces.
15194         * progmodes/antlr-mode.el (antlr-default, antlr-keyword,
15195         antlr-syntax)
15196         (antlr-ruledef, antlr-tokendef, antlr-ruleref, antlr-tokenref)
15197         (antlr-literal): Remove "-face" suffix and "font-lock-" from face
15198         names.
15199         (antlr-font-lock-default-face, antlr-font-lock-keyword-face)
15200         (antlr-font-lock-syntax-face, antlr-font-lock-ruledef-face)
15201         (antlr-font-lock-tokendef-face, antlr-font-lock-ruleref-face)
15202         (antlr-font-lock-tokenref-face, antlr-font-lock-literal-face): New
15203         backward-compatibility aliases for renamed faces.
15204         (antlr-default-face, antlr-keyword-face, antlr-syntax-face)
15205         (antlr-ruledef-face, antlr-tokendef-face, antlr-ruleref-face)
15206         (antlr-tokenref-face, antlr-literal-face): Variables renamed to
15207         remove "font-lock-".  Use renamed antlr-mode faces.
15208         (antlr-font-lock-additional-keywords): Use renamed faces.  Replace
15209         literal face-names with face variable references.
15211         * buff-menu.el (Buffer-menu-buffer): Remove "-face" suffix from
15212         face name.
15213         (Buffer-menu-buffer-face): New backward-compatibility alias for
15214         renamed face.
15215         (list-buffers-noselect): Use renamed Buffer-menu-buffer face.
15217 2005-06-15  Daniel Pfeiffer  <occitan@esperanto.org>
15219         * progmodes/make-mode.el (makefile-space, makefile-makepp-perl):
15220         Eliminate "-face" suffix.
15221         (makefile-targets): Inherit from font-lock-function-name-face and
15222         eliminate "-face" suffix.
15223         (makefile-shell): Remove attributes and eliminate "-face" suffix.
15224         (makefile-*-font-lock-keywords): Append makefile-targets in rule
15225         actions, instead of prepending, to make it less visible.
15226         (makefile-previous-dependency, makefile-match-dependency):
15227         Don't match a target on a continuation line.
15229         * files.el (auto-mode-alist): Put Makefile in gmake mode.
15231 2005-06-15  Nick Roberts  <nickrob@snap.net.nz>
15233         * progmodes/gdb-ui.el (menu): Re-order menu items.
15234         (gdb-tooltip-print): Respect tooltip-use-echo-area.
15236         * progmodes/gud.el (tooltip-use-echo-area): Remove alias.
15237         Define in tooltip.el.
15238         (gud-tooltip-process-output): Respect tooltip-use-echo-area.
15239         (gud-tooltip-tips): Respect tooltip-use-echo-area and
15240         gud-tooltip-echo-area.
15242         * tooltip.el (tooltip-use-echo-area): Restore from gud.el for
15243         backward compatibility and make obsolete.
15244         (tooltip-help-tips): Use tooltip-use-echo-area.
15245         (tooltip-show-help-function): Rename to...
15246         (tooltip-show-help): ...this, because it is a function.
15247         (tooltip-mode, tooltip-help-message): Call tooltip-show-help.
15249 2005-06-14  Luc Teirlinck  <teirllm@auburn.edu>
15251         * emacs-lisp/edebug.el (edebug-all-defs, edebug-initial-mode)
15252         (edebug-print-length, edebug-print-level, edebug-print-circle)
15253         (edebug-modify-breakpoint, edebug-eval-last-sexp)
15254         (edebug-eval-print-last-sexp): Doc fixes.
15256 2005-06-14  Kim F. Storm  <storm@cua.dk>
15258         * ido.el (ido-mode): Make a new keymap every time we enable ido,
15259         as the coverage buffer/file/both may change.
15261 2005-06-14  Lute Kamstra  <lute@gnu.org>
15263         * net/ange-ftp.el (internal-ange-ftp-mode): Use delay-mode-hooks
15264         and run-mode-hooks.  Simplify.
15266         * mail/rmailedit.el (rmail-edit-mode):
15267         * progmodes/octave-inf.el (inferior-octave-mode):
15268         * progmodes/sql.el (sql-interactive-mode): Use delay-mode-hooks.
15270         * recentf.el (recentf-dialog-mode): Use kill-all-local-variables
15271         and run-mode-hooks.
15272         (recentf-edit-list, recentf-open-files): Don't call
15273         kill-all-local-variables directly.
15275         * emacs-lisp/debug.el (debug-on-entry): Fix docstring.
15277 2005-06-14  Juanma Barranquero  <lekktu@gmail.com>
15279         * emacs-lisp/byte-run.el (make-obsolete)
15280         (define-obsolete-function-alias): Rename arguments FUNCTION and
15281         NEW to OBSOLETE-NAME and CURRENT-NAME respectively.
15282         (make-obsolete-variable, define-obsolete-variable-alias):
15283         Rename arguments VARIABLE and NEW to OBSOLETE-NAME and CURRENT-NAME
15284         respectively.
15286         * isearchb.el (isearchb-activate):
15287         * pcvs.el (cvs-mode):
15288         * ses.el (ses-load):
15289         * vc-arch.el (vc-arch-checkin, vc-arch-diff):
15290         * net/tramp.el (tramp-find-file-exists-command)
15291         (tramp-find-shell):
15292         * progmodes/ada-mode.el (ada-create-case-exception)
15293         (ada-create-case-exception-substring, ada-make-subprogram-body):
15294         * progmodes/idlw-shell.el (idlwave-shell-move-to-bp):
15295         * progmodes/idlwave.el (idlwave-complete-class-structure-tag-help):
15296         * progmodes/vhdl-mode.el (vhdl-speedbar-place-component):
15297         * textmodes/org.el (org-promote, org-evaluate-time-range)
15298         (org-agenda-next-date-line, org-agenda-previous-date-line)
15299         (org-agenda-error, org-open-at-point, org-table-move-row)
15300         (org-format-table-table-html-using-table-generate-source)
15301         (org-shiftcursor-error, org-ctrl-c-ctrl-c):
15302         * textmodes/reftex.el (reftex-access-scan-info):
15303         * textmodes/reftex-toc.el (reftex-toc-dframe-p)
15304         (reftex-toc-promote-prepare): Follow error conventions.
15306         * diff-mode.el (diff-mode): Fix typo in docstring.
15308         * forms.el (forms--intuit-from-file): Fix reference to
15309         `forms-number-of-fields' in error message.
15310         (forms-print): Fix quoting in error message.
15312         * forms.el (forms-mode):
15313         * emulation/vi.el (vi-goto-insert-state):
15314         * progmodes/flymake.el (flymake-new-err-info)
15315         (flymake-start-syntax-check-for-current-buffer)
15316         (flymake-simple-cleanup):
15317         * eshell/esh-var.el (eshell/export):
15318         * progmodes/gud.el (xdb):
15319         * textmodes/flyspell.el (flyspell-incorrect-hook)
15320         (flyspell-maybe-correct-transposition)
15321         (flyspell-maybe-correct-doubling): Fix quoting in docstring.
15323 2005-06-13  Luc Teirlinck  <teirllm@auburn.edu>
15325         * emacs-lisp/debug.el (cancel-debug-on-entry): Mention default in
15326         minibuffer prompt.
15328 2005-06-13  Kim F. Storm  <storm@cua.dk>
15330         * subr.el (add-to-ordered-list): New defun.
15332         * emulation/cua-base.el (cua-mode): Use add-to-ordered-list to
15333         add cua--keymap-alist to emulation-mode-map-alists.
15335 2005-06-13  Stefan Monnier  <monnier@iro.umontreal.ca>
15337         * subr.el (complete-in-turn): New macro.
15338         (dynamic-completion-table, lazy-completion-table): Add debug info.
15340         * faces.el (read-face-name): Use complete-in-turn complete non-aliases
15341         in preference to face aliases.
15343         * textmodes/fill.el (fill-match-adaptive-prefix): New function.
15344         (fill-context-prefix): Use it to avoid guessing absurdly long prefixes.
15345         Remove unused vars `start' and `firstline'.
15346         (fill-nobreak-p): Fix line-move-invisible -> line-move-invisible-p.
15347         (justify-current-line, fill-individual-paragraphs): Remove unused vars.
15349 2005-06-13  Eli Zaretskii  <eliz@gnu.org>
15351         * cus-start.el (all): Don't complain about missing GTK-related
15352         variables, unless either `gtk' is boundp or this isn't a
15353         `windows-nt' build.
15355 2005-06-13  Lute Kamstra  <lute@gnu.org>
15357         * abbrev.el (edit-abbrevs-mode): Use kill-all-local-variables and
15358         run-mode-hooks.
15360         * ediff-mult.el (ediff-meta-mode):
15361         * ediff-util.el (ediff-mode): Use run-mode-hooks.
15363         * ledit.el (ledit-mode): Use delay-mode-hooks.
15365         * woman.el (woman-mode-line-format): Delete constant.
15366         (woman-mode-map): Initialize it properly.
15367         (woman-mode): Set mode-class property to special.
15368         Use delay-mode-hooks and run-mode-hooks.  Use the right keymap.
15369         Set major-mode and mode-name.  Don't set mode-line-format directly.
15370         (Man-getpage-in-background): Don't reference woman-mode-line-format.
15372         * emacs-lisp/debug.el (cancel-debug-on-entry): Make the empty
15373         string argument obsolete.
15375 2005-06-13  Carsten Dominik  <dominik@science.uva.nl>
15377         * textmodes/org.el (org-CUA-compatible): New option.
15378         (org-disputed-keys): New variable.
15379         (org-key): New function.
15380         (orgtbl-make-binding): Add docstring to the created function.
15381         (org-mode): Set paragraph start/separate regexps.
15382         (orgtbl-mode): Don't start `orgtbl-mode' in `org-mode' buffers.
15383         (org-archive-location, org-archive-mark-done)
15384         (org-archive-stamp-time): New options.
15385         (org-archive-subtree): New command.
15386         (org-fill-paragraph): New function.
15387         (org-mode): Set `fill-paragraph-function' to `org-fill-paragraph'.
15388         (org-fake-empty-table-line): Function removed.
15389         (org-format-org-table-html): Do not create empty table lines at
15390         separator lines.  Improved table header treatment.
15391         (org-link-format): New option.
15392         (org-make-link): New function.
15393         (org-insert-link, org-store-link): Use org-make-link.
15394         (org-open-file): Quote file name for shell command, to allow
15395         spaces in file names.
15396         (org-link-regexp): Fix bug with mailto link.
15397         (org-link-maybe-angles-regexp, org-protected-link-regexp):
15398         New constants.
15399         (org-export-as-html): Deal with the optional angles around a link.
15400         Better treatment of file: links.
15401         (org-open-at-point): Replace @{ and @} with < and >.
15402         (org-run-mode-hooks): Function removed.
15403         (org-agenda-mode): No longer use `org-run-mode-hooks'.
15405 2005-06-13  Nick Roberts  <nickrob@snap.net.nz>
15407         * progmodes/gdb-ui.el (gdb-registers-mode): Let gdbmi use
15408         MI command -data-list-register-values.
15409         (gdb-post-prompt): Indent properly.
15411 2005-06-13  Juanma Barranquero  <lekktu@gmail.com>
15413         * hilit-chg.el (highlight-changes-colors): Rename from
15414         `highlight-changes-colours'.
15415         (highlight-changes-colours): Keep as obsolete alias.
15416         (highlight-changes-face-list): Doc fix.
15417         (hilit-chg-make-list): Use `highlight-changes-colors'.
15419 2005-06-12  Mark A. Hershberger  <mah@everybody.org>
15421         * progmodes/cperl-mode.el (cperl-mode): Remove stray paren in
15422         defun-prompt-regexp.
15424 2005-06-12  Eli Zaretskii  <eliz@gnu.org>
15426         * loadup.el: Don't say we are dumping under 2 names on windows-nt
15427         and cygwin.
15429         * makefile.w32-in (bootstrap-clean-CMD, bootstrap-clean-SH):
15430         Don't use an old loaddefs.el, as in Makefile.in.
15432 2005-06-12  Lute Kamstra  <lute@gnu.org>
15434         * Makefile.in (bootstrap-prepare): Don't use an old loaddefs.el.
15436         * man.el (Man-mode-map): Initialize it properly.
15437         (Man-mode): Set mode-class property to special.
15439         * calendar/calendar.el (calendar-mode): Use run-mode-hooks.
15441 2005-06-11  Luc Teirlinck  <teirllm@auburn.edu>
15443         * menu-bar.el (menu-bar-make-toggle): Remove stray backslash.
15444         A newline is needed in the docstring there.
15446         * emacs-lisp/debug.el (debug-on-entry, cancel-debug-on-entry):
15447         Doc fixes.
15449 2005-06-11  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
15451         * printing.el: Doc fix.  The menubar is no more changed when printing
15452         is loaded, it only changes when pr-menu-bind or pr-update-menus is
15453         called.  Now, the menubar changing will work in Emacs 20, 21 and 22.
15454         (pr-version): New version number (6.8.4).
15455         (pr-menu-bind): New command.
15456         (pr-update-menus): Docstring and code fix.
15457         (pr-menu-print-item): Now is a global var in Emacs and XEmacs.
15458         Docstring fix.
15459         (pr-txt-printer-alist, pr-ps-printer-alist, pr-gv-command)
15460         (pr-gs-command, pr-gs-switches, pr-ps-utility-alist): Docstring fix.
15462 2005-06-11  Thien-Thi Nguyen  <ttn@gnu.org>
15464         * emacs-lisp/ewoc.el: Doc fixes for public funcs:
15465         "Returns" to "return", document useful return values, etc.
15467 2005-06-11  Alan Mackenzie  <acm@muc.de>
15469         * fill.el (fill-context-prefix): Try `adaptive-fill-function'
15470         BEFORE `adaptive-fill-regexp' when determining a fill prefix.
15471         (adaptive-file-function): Minor amendment to doc-string.
15473 2005-06-11  Frederik Fouvry  <fouvry@CoLi.Uni-SB.DE>
15475         * thumbs.el (thumbs-per-line, thumbs-thumbsdir-max-size)
15476         (thumbs-relief, thumbs-margin, thumbs-image-resizing-step):
15477         Fix :type--it is `integer', not `string'.
15479         * faces.el (modeline-highlight): Rename from (the erroneous)
15480         `modeline-higilight'.
15482 2005-06-11  Lute Kamstra  <lute@gnu.org>
15484         * emacs-lisp/edebug.el (edebug-eval-mode-map): Don't copy
15485         lisp-interaction-mode-map but make it the parent.
15486         (edebug-eval-mode): Use define-derived-mode.
15488 2005-06-11  Andreas Schwab  <schwab@suse.de>
15490         * bindings.el: Add binding of `ESC functionkey' for every
15491         `M-functionkey'.
15492         * hexl.el (hexl-mode-map): Likewise.
15494 2005-06-10  Michael Hotchin  <michael@hotchin.net>  (tiny change)
15496         * progmodes/compile.el (compilation-error-regexp-alist-alist)
15497         [msft]: update regexp for newer msft compilers.
15499 2005-06-10  Mark A. Hershberger  <mah@everybody.org>
15501         * xml.el (start-chars, xml-parse-dtd): Add the ability to skip
15502         ATTLIST portions of included DTDs.
15503         (xml-parse-dtd): Eliminate use of inefficient match-data.
15505 2005-06-10  Miles Bader  <miles@gnu.org>
15507         * play/mpuz.el (mpuz-unsolved, mpuz-solved, mpuz-trivial)
15508         (mpuz-text): Remove "-face" suffix from face names.
15509         (mpuz-unsolved-face, mpuz-solved-face, mpuz-trivial-face)
15510         (mpuz-text-face): New backward-compatibility aliases for renamed faces.
15511         (mpuz-create-buffer, mpuz-paint-digit): Use renamed mpuz faces.
15513         * play/gomoku.el (gomoku-O, gomoku-X):
15514         Remove "-face" suffix from face names.
15515         (gomoku-font-lock-O-face, gomoku-font-lock-X-face):
15516         New backward-compatibility aliases for renamed faces.
15517         (gomoku-font-lock-keywords): Use renamed gomoku faces.
15519 2005-06-10  Juanma Barranquero  <lekktu@gmail.com>
15521         * thumbs.el: Fixes for changes of 2005-06-09.
15522         (thumbs-thumbsdir): Force `thumbs-thumbsdir' to be interpretable
15523         as a directory.
15524         (thumbs-thumbname): Remove directory separator from format string;
15525         `thumbs-thumbsdir' now returns a valid directory name.
15526         (thumbs-temp-dir): New defsubst.
15527         (thumbs-temp-file, thumbs-resize-image, thumbs-modify-image):
15528         Use it.
15530         * cus-edit.el (minibuffer):
15531         * files.el (make-backup-file-name-function):
15532         * filesets.el (filesets-external-viewers):
15533         * hilit-chg.el (highlight-changes-colours)
15534         (highlight-changes-face-list, highlight-changes-rotate-faces):
15535         * ielm.el (ielm-dynamic-return, inferior-emacs-lisp-mode):
15536         * kmacro.el (kmacro-call-macro):
15537         * log-edit.el (log-edit-changelog-full-paragraphs):
15538         * mouse.el (mouse-1-click-follows-link):
15539         * skeleton.el (skeleton-autowrap):
15540         * subr.el (insert-for-yank-1):
15541         * tempo.el (tempo-insert-region):
15542         * terminal.el (terminal-emulator):
15543         * time.el (display-time-mail-face):
15544         * vc.el (vc-annotate):
15545         * vcursor.el (vcursor-copy-line):
15546         * woman.el (woman-bold-headings, woman-ignore)
15547         (woman-default-faces, woman-monochrome-faces):
15548         * calendar/todo-mode.el (todo-insert-threshold):
15549         * emulation/pc-select.el (pc-select-selection-keys-only)
15550         (pc-selection-mode):
15551         * emulation/vip.el (vip-find-char-forward):
15552         * emulation/viper-cmd.el (viper-find-char-forward):
15553         * international/mule-cmds.el
15554         (select-safe-coding-system-accept-default-p)
15555         (input-method-exit-on-invalid-key):
15556         * international/mule-diag.el (describe-coding-system):
15557         * international/ucs-tables.el (unify-8859-on-encoding-mode):
15558         * net/browse-url.el (browse-url-xterm-program):
15559         * obsolete/lazy-lock.el (lazy-lock-mode):
15560         * progmodes/cperl-mode.el (cperl-info-on-command-no-prompt)
15561         (cperl-mode):
15562         * progmodes/cpp.el (cpp-face-light-name-list)
15563         (cpp-face-dark-name-list):
15564         * progmodes/delphi.el (delphi-newline-always-indents):
15565         Fix spellings in docstrings.
15567         * ido.el (ido-mode, ido-file-extensions-order)
15568         (ido-default-file-method, ido-default-buffer-method)
15569         (ido-max-prospects, ido-slow-ftp-hosts, ido-setup-hook)
15570         (ido-decorations, ido-read-file-name-as-directory-commands)
15571         (ido-read-file-name-non-ido, ido-work-directory-list)
15572         (ido-ignore-item-temp-list, ido-current-directory)
15573         (ido-magic-forward-char, ido-enter-find-file)
15574         (ido-enter-switch-buffer, ido-visit-buffer, ido-switch-buffer)
15575         (ido-find-file, ido-read-buffer): Fix typos in docstrings.
15577 2005-06-10  Lute Kamstra  <lute@gnu.org>
15579         * play/dunnet.el (dun-mode): Use define-derived-mode.
15580         (dungeon-mode-map): Rename to dun-mode-map.  Keep old name as an
15581         obsolete alias.
15583         * play/doctor.el (doctor-mode-map): Remove defvar.
15584         (doctor-mode): Use define-derived-mode.
15586         * mail/mspools.el (mspools-mode):
15587         * net/eudc-hotlist.el (eudc-hotlist-mode):
15588         * play/blackbox.el (blackbox-mode): Use run-mode-hooks.
15590 2005-06-10  Miles Bader  <miles@gnu.org>
15592         * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
15593         Remove "-face" suffix from face names.
15594         (flyspell-incorrect-face, flyspell-duplicate-face):
15595         New backward-compatibility aliases for renamed faces.
15596         (flyspell-mode-on, make-flyspell-overlay)
15597         (flyspell-highlight-incorrect-region)
15598         (flyspell-highlight-duplicate-region)
15599         (flyspell-display-next-corrections)
15600         (flyspell-auto-correct-previous-word): Use renamed flyspell faces.
15602         * textmodes/texinfo.el (texinfo-heading): Remove "-face" suffix
15603         from face name.
15604         (texinfo-heading-face): New backward-compatibility alias for
15605         renamed face.
15606         (texinfo-heading-face): Use renamed texinfo-heading face.
15608         * textmodes/tex-mode.el (tex-math, tex-verbatim): Remove "-face"
15609         suffix from face names.
15610         (tex-math-face, tex-verbatim-face):
15611         New backward-compatibility aliases for renamed faces.
15612         (tex-math-face, tex-verbatim-face): Use renamed tex-mode faces.
15613         (tex-insert-quote): Use `tex-verbatim-face' variable instead of
15614         literal face name.
15616         * textmodes/table.el (table-cell): Remove "-face" suffix from face
15617         name.
15618         (table-cell-face): New backward-compatibility alias for renamed face.
15619         (table--put-cell-face-property, table--update-cell-face):
15620         Use renamed table-cell face.
15622         * textmodes/sgml-mode.el (sgml-namespace): Remove "-face" suffix
15623         from face name.
15624         (sgml-namespace-face): New backward-compatibility alias for
15625         renamed face.
15626         (sgml-namespace-face): Use renamed sgml-namespace face.
15628         * textmodes/org.el (org-level-1, org-level-2, org-level-3)
15629         (org-level-4, org-level-5, org-level-6, org-level-7)
15630         (org-level-8, org-warning, org-headline-done)
15631         (org-deadline-announce, org-scheduled-today)
15632         (org-scheduled-previously, org-link, org-done, org-table)
15633         (org-time-grid): Remove "-face" suffix from face names.
15634         (org-level-1-face, org-level-2-face, org-level-3-face)
15635         (org-level-4-face, org-level-5-face, org-level-6-face)
15636         (org-level-7-face, org-level-8-face, org-warning-face)
15637         (org-headline-done-face, org-deadline-announce-face)
15638         (org-scheduled-today-face, org-scheduled-previously-face)
15639         (org-link-face, org-done-face, org-table-face)
15640         (org-time-grid-face):
15641         New backward-compatibility aliases for renamed faces.
15642         (org-level-faces, org-set-font-lock-defaults, org-timeline)
15643         (org-agenda, org-agenda-get-todos, org-agenda-get-deadlines)
15644         (org-agenda-get-timestamps, org-agenda-get-scheduled)
15645         (org-agenda-add-time-grid-maybe, org-table-p): Use renamed org faces.
15647         * emulation/viper-init.el (viper-search, viper-replace-overlay)
15648         (viper-minibuffer-emacs, viper-minibuffer-insert)
15649         (viper-minibuffer-vi): Remove "-face" suffix from face names.
15650         (viper-search-face, viper-replace-overlay-face)
15651         (viper-minibuffer-emacs-face, viper-minibuffer-insert-face)
15652         (viper-minibuffer-vi-face):
15653         New backward-compatibility aliases for renamed faces.
15654         (viper-search-face, viper-replace-overlay-face)
15655         (viper-minibuffer-emacs-face, viper-minibuffer-insert-face)
15656         (viper-minibuffer-vi-face): Use renamed viper faces.
15658         * emacs-lisp/testcover.el (testcover-nohits, testcover-1value):
15659         Remove "-face" suffix from face names.
15660         (testcover-nohits-face, testcover-1value-face):
15661         New backward-compatibility aliases for renamed faces.
15662         (testcover-mark): Use renamed testcover faces.
15664         * calendar/diary-lib.el (diary-button): Remove "-face" suffix from
15665         face name.
15666         (diary-button-face): New backward-compatibility alias for renamed face.
15667         (diary-entry): Use renamed diary-button face.
15669         * calendar/calendar.el (diary, calendar-today, holiday)
15670         (mark-visible-calendar-date): Remove "-face" suffix from face names.
15671         (diary-face, calendar-today-face, holiday-face):
15672         New backward-compatibility aliases for renamed faces.
15673         (eval-after-load "facemenu", diary-entry-marker)
15674         (calendar-today-marker, calendar-holiday-marker, diary-face):
15675         Use renamed calendar faces.
15677         * compare-w.el (compare-windows): Remove "-face" suffix from face name.
15678         (compare-windows-face): New backward-compatibility alias for
15679         renamed face.
15680         (compare-windows-highlight): Use renamed compare-windows face.
15682         * strokes.el (strokes-char): Remove "-face" suffix from face name.
15683         (strokes-char-face): New backward-compatibility alias for renamed face.
15684         (strokes-encode-buffer): Use renamed strokes-char face.
15686         * pcvs-info.el (cvs-header, cvs-filename, cvs-unknown)
15687         (cvs-handled, cvs-need-action, cvs-marked, cvs-msg):
15688         Remove "-face" suffix from face names.
15689         (cvs-header-face, cvs-filename-face, cvs-unknown-face)
15690         (cvs-handled-face, cvs-need-action-face, cvs-marked-face)
15691         (cvs-msg-face): New backward-compatibility aliases for renamed faces.
15692         (cvs-fi-up-to-date-face, cvs-fi-unknown-face, cvs-fileinfo-pp):
15693         Use renamed pcvs faces.
15694         * pcvs.el (cvs-mode-find-file): Use renamed pcvs faces.
15695         * pcvs-defs.el (cvs-mode-map): Likewise.
15696         * cvs-status.el (cvs-status-font-lock-keywords): Likewise.
15698         * info.el (info-title-1, info-title-2, info-title-3)
15699         (info-title-4): Remove "-face" suffix from and downcase face names.
15700         (Info-title-1-face, Info-title-2-face, Info-title-3-face)
15701         (Info-title-4-face):
15702         New backward-compatibility aliases for renamed faces.
15703         (Info-fontify-node): Use renamed info faces.
15705         * hilit-chg.el (highlight-changes, highlight-changes-delete):
15706         Remove "-face" suffix from face names.
15707         (highlight-changes-face, highlight-changes-delete-face):
15708         New backward-compatibility aliases for renamed faces.
15709         (hilit-chg-cust-fix-changes-face-list, hilit-chg-make-ov)
15710         (hilit-chg-make-list): Use renamed highlight-changes faces.
15712         * generic-x.el (show-tabs-tab, show-tabs-space):
15713         Remove "-face" suffix from face names.
15714         (show-tabs-tab-face, show-tabs-space-face):
15715         New backward-compatibility aliases for renamed faces.
15716         (show-tabs-generic-mode-font-lock-defaults-1)
15717         (show-tabs-generic-mode-font-lock-defaults-2):
15718         Use renamed show-tabs faces.
15720         * smerge-mode.el (smerge-mine, smerge-other, smerge-base)
15721         (smerge-markers): Remove "-face" suffix from face names.
15722         (smerge-mine-face, smerge-other-face, smerge-base-face)
15723         (smerge-markers-face):
15724         New backward-compatibility aliases for renamed faces.
15725         (smerge-mine-face, smerge-other-face, smerge-base-face)
15726         (smerge-markers-face): Use renamed smerge faces.
15728         * log-view.el (log-view-file, log-view-message): Remove "-face"
15729         suffix from face names.
15730         (log-view-file-face, log-view-message-face):
15731         New backward-compatibility aliases for renamed faces.
15732         (log-view-file-face, log-view-message-face): Use renamed log-view
15733         faces.
15735         * paren.el (show-paren-match, show-paren-mismatch):
15736         Remove "-face" suffix from face names.
15737         (show-paren-match-face, show-paren-mismatch-face):
15738         New backward-compatibility aliases for renamed faces.
15739         (show-paren-function): Use renamed show-paren faces.
15741         * ruler-mode.el (ruler-mode-default, ruler-mode-pad)
15742         (ruler-mode-margins, ruler-mode-fringes)
15743         (ruler-mode-column-number, ruler-mode-fill-column)
15744         (ruler-mode-comment-column, ruler-mode-goal-column)
15745         (ruler-mode-tab-stop, ruler-mode-current-column): Remove "-face"
15746         suffix from face names.
15747         (ruler-mode-default-face, ruler-mode-pad-face)
15748         (ruler-mode-margins-face, ruler-mode-fringes-face)
15749         (ruler-mode-column-number-face, ruler-mode-fill-column-face)
15750         (ruler-mode-comment-column-face, ruler-mode-goal-column-face)
15751         (ruler-mode-tab-stop-face, ruler-mode-current-column-face):
15752         New backward-compatibility aliases for renamed faces.
15753         (ruler-mode-pad, ruler-mode-margins, ruler-mode-fringes)
15754         (ruler-mode-column-number, ruler-mode-fill-column)
15755         (ruler-mode-comment-column, ruler-mode-goal-column)
15756         (ruler-mode-tab-stop, ruler-mode-current-column)
15757         (ruler-mode-mouse-grab-any-column, ruler-mode-ruler): Use renamed
15758         faces.
15760         * whitespace.el (whitespace-highlight): Remove "-face" suffix from
15761         face name.
15762         (whitespace-highlight-the-space): Use renamed face.
15763         (whitespace-highlight-face): New backward-compatibility alias for
15764         renamed face.
15766         * woman.el (woman-italic, woman-bold, woman-unknown)
15767         (woman-addition, woman-symbol-face):
15768         Remove "-face" suffix from face names.
15769         (woman-italic-face, woman-bold-face, woman-unknown-face)
15770         (woman-addition-face):
15771         New backward-compatibility aliases for renamed faces.
15772         (woman-default-faces, woman-monochrome-faces, woman-man-buffer)
15773         (woman-decode-region, woman-replace-match)
15774         (woman-display-extended-fonts, woman-special-characters)
15775         (woman-font-alist, woman-change-fonts, woman2-TH, woman2-SH):
15776         Use renamed woman faces.
15778         * longlines.el (longlines-visible-face): Face removed.
15780         * diff-mode.el (diff-header, diff-file-header, diff-index)
15781         (diff-hunk-header, diff-removed, diff-added, diff-changed)
15782         (diff-function, diff-context, diff-nonexistent): Remove "-face"
15783         suffix from face names.
15784         (diff-header-face, diff-file-header-face, diff-index-face)
15785         (diff-hunk-header-face, diff-removed-face, diff-added-face)
15786         (diff-changed-face, diff-function-face, diff-context-face)
15787         (diff-nonexistent-face): New backward-compatibility aliases for
15788         renamed faces.
15789         (diff-header-face, diff-file-header-face)
15790         (diff-index, diff-index-face, diff-hunk-header)
15791         (diff-hunk-header-face, diff-removed, diff-removed-face)
15792         (diff-added, diff-added-face, diff-changed-face, diff-function)
15793         (diff-function-face, diff-context-face, diff-nonexistent)
15794         (diff-nonexistent-face): Use renamed diff-mode faces.
15796         * progmodes/compile.el (compilation-warning-face)
15797         (compilation-info-face): Remove "-face" suffix from face names.
15798         (compilation-warning-face, compilation-info-face):
15799         New backward-compatibility aliases for renamed faces.
15800         (compilation-warning-face, compilation-info-face):
15801         Use renamed compilation faces.
15803         * add-log.el (change-log-date, change-log-name)
15804         (change-log-email, change-log-file, change-log-list)
15805         (change-log-conditionals, change-log-function)
15806         (change-log-acknowledgement): Remove "-face" suffix from face names.
15807         (change-log-date-face, change-log-name-face)
15808         (change-log-email-face, change-log-file-face)
15809         (change-log-list-face, change-log-conditionals-face)
15810         (change-log-function-face, change-log-acknowledgement-face):
15811         New backward-compatibility aliases for renamed faces.
15812         (change-log-font-lock-keywords): Use renamed change-log faces.
15814         * cus-edit.el (custom-invalid, custom-rogue, custom-modified)
15815         (custom-set, custom-changed, custom-saved, custom-button)
15816         (custom-button-pressed, custom-documentation, custom-state)
15817         (custom-comment, custom-comment-tag, custom-variable-tag)
15818         (custom-variable-button, custom-face-tag, custom-group-tag-1)
15819         (custom-group-tag): Remove "-face" suffix from face names.
15820         (custom-magic-alist, custom-magic-value-create)
15821         (custom-group-sample-face-get, custom-mode): Use renamed custom faces.
15822         (custom-invalid-face, custom-rogue-face, custom-modified-face)
15823         (custom-set-face, custom-changed-face, custom-saved-face)
15824         (custom-button-face, custom-button-pressed-face)
15825         (custom-documentation-face, custom-state-face)
15826         (custom-comment-face, custom-comment-tag-face)
15827         (custom-variable-tag-face, custom-variable-button-face)
15828         (custom-face-tag-face, custom-group-tag-face-1)
15829         (custom-group-tag-face):
15830         New backward-compatibility aliases for renamed faces.
15832         * wid-edit.el (widget-documentation, widget-button)
15833         (widget-field, widget-single-line-field, widget-inactive)
15834         (widget-button-pressed): "-face" suffix removed from face names.
15835         (widget-documentation-face, widget-button-face)
15836         (widget-field-face, widget-single-line-field-face)
15837         (widget-inactive-face, widget-button-pressed-face):
15838         New backward-compatibility aliases for renamed faces.
15839         (widget-documentation-face, widget-button-face)
15840         (widget-button-pressed-face, widget-specify-field)
15841         (widget-specify-inactive): Use renamed widget faces.
15843 2005-06-10  Kenichi Handa  <handa@m17n.org>
15845         * term/x-win.el (x-clipboard-yank): Remove condition-case
15846         wrapping.
15848 2005-06-11  Kenichi Handa  <handa@m17n.org>
15850         * add-log.el (change-log-font-lock-keywords): Make the regexp for
15851         date lines stricter.
15853 2005-06-10  Zhang Wei  <id.brep@gmail.com>
15855         * term/x-win.el (x-clipboard-yank): Use x-selection-value instead
15856         of x-get-selection.
15858 2005-06-10  Juanma Barranquero  <lekktu@gmail.com>
15860         * comint.el (comint-mode, comint-snapshot-last-prompt):
15861         * frame.el (frame-current-scroll-bars):
15862         * term.el (term-mode, term-check-proc, term-input-sender)
15863         (term-simple-send, term-extract-string, term-word)
15864         (term-match-partial-filename):
15865         * window.el (window-current-scroll-bars):
15866         * emulation/cua-base.el (cua-normal-cursor-color)
15867         (cua-read-only-cursor-color, cua-overwrite-cursor-color)
15868         (cua-global-mark-cursor-color):
15869         * mail/undigest.el (rmail-forward-separator-regex):
15870         Fix typos in docstrings.
15872         * comint.el (comint-check-proc, make-comint-in-buffer)
15873         (comint-source-default): Doc fixes.
15875         * term.el (term-send-string): Improve argument/docstring consistency.
15877 2005-06-09  Luc Teirlinck  <teirllm@auburn.edu>
15879         * comint.el (comint-send-input): Bind `inhibit-read-only' around
15880         call to `delete-region'.
15881         (comint-mode-hook): Do not enable Font Lock by default.
15883 2005-06-09  Lute Kamstra  <lute@gnu.org>
15885         * textmodes/ispell.el (ispell-menu-map-needed): flyspell-mode
15886         could be void.
15888 2005-06-09  Stefan Monnier  <monnier@iro.umontreal.ca>
15890         * emacs-lisp/debug.el (debugger-will-be-back): New var.
15891         (debug): Use it.
15892         (debugger-step-through, debugger-continue, debugger-jump)
15893         (debugger-return-value): Set it when needed.
15894         (debugger-make-xrefs, debugger-frame, debugger-frame-clear):
15895         Use inhibit-read-only.
15897 2005-06-09  Juanma Barranquero  <lekktu@gmail.com>
15899         * window.el (shrink-window-if-larger-than-buffer)
15900         (window-size-fixed): Fix typo in docstring.
15902         * thumbs.el: Don't set `auto-image-file-mode'.  Do not create the
15903         thumbnails directory on loading.
15904         (thumbs-conversion-program): Use `eq' to check the system type,
15905         not `equal'.
15906         (thumbs-temp-dir): Initialize to `temporary-file-directory',
15907         not "/tmp".  Fix docstring.
15908         (thumbs-thumbsdir): New function to return the thumbnails
15909         directory, creating it if needed.
15910         (thumbs-cleanup-thumbsdir, thumbs-thumbname): Use it.
15911         (thumbs-temp-file): Delete variable and make it into a function.
15912         (thumbs-resize-image, thumbs-modify-image): Use it.
15913         (thumbs-kill-buffer): Simplify.
15914         (thumbs-gensym): Defalias or duplicate CL `gensym'.
15915         (thumbs-resize-image, thumbs-resize-interactive): Fix typos in
15916         docstrings.
15918 2005-06-09  Kim F. Storm  <storm@cua.dk>
15920         * subr.el (save-match-data): Add RESEAT arg `evaporate' to
15921         set-match-data to free markers in match-data.
15923         * replace.el (replace-match-data): Pass RESEAT arg `t' to
15924         match-data to unchain markers in match-data.
15926 2005-06-08  Stefan Monnier  <monnier@iro.umontreal.ca>
15928         * emacs-lisp/debug.el (debug): Don't iconify if we know we'll re-enter
15929         the debugger immediately anyway.  Undo the 2005-06-06 change, rendered
15930         unnecessary now.
15932 2005-06-08  Richard M. Stallman  <rms@gnu.org>
15934         * emacs-lisp/easy-mmode.el (define-minor-mode): If BODY is empty,
15935         give the variable a doc string that doesn't say don't set it directly.
15937         * textmodes/ispell.el (ispell-check-version):
15938         Use match-string-no-properties.
15939         (ispell-region, ispell-buffer-local-parsing, ispell-buffer-local-dict)
15940         (ispell-buffer-local-words): Likewise.
15942         * progmodes/make-mode.el (makefile-shell-face): Make this a no-op
15943         except on terminals with enough colors to really display it.
15944         (makefile-dependency-regex): Delete spurious `bb'.
15946         * faces.el (escape-glyph): Use blue once again in last case.
15947         (no-break-space): Redefine so that it isn't invisible on a tty.
15949 2005-06-08  Kim F. Storm  <storm@cua.dk>
15951         * ido.el (ido-read-file-name): Fallback to read-file-name on C-f
15952         also when reading directory name.
15954 2005-06-08  Lute Kamstra  <lute@gnu.org>
15956         * textmodes/flyspell.el (flyspell-mode): Use define-minor-mode.
15957         (flyspell-mode-line-string): Remove autoload cookie.
15958         (flyspell-mode): Remove defvar.
15960 2005-06-07  Lute Kamstra  <lute@gnu.org>
15962         * textmodes/org.el (org-run-mode-hooks): New function.
15963         (org-agenda-mode): Use it.
15965 2005-06-07  David McCabe  <davemccabe@gmail.com>  (tiny change)
15967         * emacs-lisp/lisp-mode.el (defstruct): Set `doc-string-elt' property.
15969 2005-06-06  Stefan Monnier  <monnier@iro.umontreal.ca>
15971         * international/iso-cvt.el (iso-sgml2iso-trans-tab): Add NBSP.
15973 2005-06-06  Luc Teirlinck  <teirllm@auburn.edu>
15975         * font-lock.el (font-lock-add-keywords): Doc fix.
15977 2005-06-06  Stefan Monnier  <monnier@iro.umontreal.ca>
15979         * textmodes/tex-mode.el (tex-guess-mode): Add RequirePackage.
15980         (tex-compile-default): In the absence of any history, use the order in
15981         tex-compile-alist to choose the preferred command.
15982         (tex-compile-commands): Reorder a bit.
15984         * textmodes/flyspell.el (flyspell-auto-correct-binding)
15985         (flyspell-incorrect-face, flyspell-duplicate-face):
15986         Use (X)Emacs-agnostic code.
15987         (flyspell-mode-map): Don't overwrite at each load.  Remove code
15988         redundant with the subsequent add-minor-mode.  Merge Emacs and
15989         XEmacs code.
15990         (flyspell-word): Minor simplification.
15991         (flyspell-math-tex-command-p): Quieten the byte-compiler.
15992         (flyspell-external-point-words): Remove unused vars `size' and `start'.
15993         (flyspell-do-correct): Rename from flyspell-xemacs-correct.
15994         Merge the corresponding Emacs code.
15995         (flyspell-correct-word, flyspell-xemacs-popup):
15996         Use flyspell-do-correct.
15998         * emacs-lisp/debug.el (debug): Don't bury the buffer unless it's in
15999         a dedicated window.
16001         * international/latexenc.el (latexenc-find-file-coding-system):
16002         Undo part of last patch, to turn off a compiler warning.
16004 2005-06-06  Juri Linkov  <juri@jurta.org>
16006         * tmm.el (tmm-inactive, tmm-remove-inactive-mouse-face):
16007         Rename `tmm-inactive-face' to `tmm-inactive'.
16009 2005-06-06  Matt Hodges  <MPHodges@member.fsf.org>
16011         * iswitchb.el: Rename faces.
16013 2005-06-06  Kim F. Storm  <storm@cua.dk>
16015         * emulation/cua-base.el (cua-rectangle, cua-rectangle-noselect)
16016         (cua-global-mark): Remove -face suffix from face names.
16018         * emulation/cua-gmrk.el (cua--init-global-mark):
16019         Remove cua-global-mark face setup.
16021 2005-06-06  Richard M. Stallman  <rms@gnu.org>
16023         * progmodes/make-mode.el (makefile-dependency-regex): Handle whitespace
16024         just like other allowed characters.
16025         (makefile-match-dependency): Exclude leading and training whitespace
16026         from the range of regexp subexp 1.
16027         (makefile-macroassign-regex): Don't try to match the body,
16028         just the name of the macro being defined.
16030         * info.el (Info-read-node-name-2): New function.
16031         (Info-read-node-name-1): Use that.
16032         Add a completion-base-size-function property.
16034         * simple.el (completion-setup-function): Look for
16035         completion-base-size-function property of minibuffer-completion-table.
16037         * files.el (locate-file-completion): Doc fix.
16039         * printing.el: Don't call pr-update-menus; user must do that.
16041         * emacs-lisp/debug.el (debugger-window): New variable.
16042         (debug): Use debugger-window if it is set and still alive.
16043         Record debugger-window for next entry.
16045         * mail/supercite.el (sc-mail-glom-frame): Mark as risky.
16047 2005-06-06  Matthias F\e,Av\e(Brste  <slashdevslashnull@gmx.net>
16049         * files.el (hack-local-variables-confirm): New arg FLAG-TO-CHECK.
16050         (hack-one-local-variable, hack-local-variables)
16051         (hack-local-variables-prop-line): Pass that arg.
16053 2005-06-06  Kim F. Storm  <storm@cua.dk>
16055         * ido.el (ido-first-match, ido-only-match, ido-subdir)
16056         (ido-indicator): Remove -face suffix from face names.
16058 2005-06-06  Juri Linkov  <juri@jurta.org>
16060         * font-lock.el (font-lock-regexp-backslash)
16061         (font-lock-regexp-backslash-construct): New faces.
16062         (lisp-font-lock-keywords-2): Use new faces.  Match `?:' only
16063         after `('.  Add `while-no-input' to control structures.
16065         * faces.el (no-break-space, shadow): New faces.
16066         (escape-glyph): Use less loud colors pink2 and red4.
16068         * diff-mode.el (diff-context-face)
16069         * dired.el (dired-ignored)
16070         * rfn-eshadow.el (file-name-shadow)
16071         * tmm.el (tmm-inactive-face): Inherit from `shadow' face.
16073         * info.el (Info-title-1-face): Use green instead of yellow because
16074         bold yellow is not readable on light backgrounds.
16076         * progmodes/compile.el (compilation-start): Move `erase-buffer' up
16077         before selecting the desired mode to not spend time fontifying
16078         old contents.
16080 2005-06-06  Juanma Barranquero  <lekktu@gmail.com>
16082         * thumbs.el (thumbs-thumbsdir-max-size, thumbs-image-resizing-step)
16083         (thumbs-thumbsdir-auto-clean): Fix typos in docstrings.
16085         * ps-print.el (ps-default-fg, ps-default-bg):
16086         Fix typos in docstrings.
16088         * isearchb.el (isearchb): Don't pass a spurious second argument to
16089         `iswitchb-completions'.
16091 2005-06-05  Nick Roberts  <nickrob@snap.net.nz>
16093         * progmodes/gdb-ui.el (gdb-info-locals-handler): Use window point
16094         to preserve point.
16095         (gdb-find-file-hook): Add doc string.
16097         * progmodes/gud.el (gdb, gud-menu-map): Add command to evaluate
16098         C dereferenced pointer expression.
16099         (gud-tool-bar-map): Put it on the tool bar.  Re-order icons.
16101         * toolbar/gud-pstar.xpm, toolbar/gud-pstar.pbm: New files.
16103         * toolbar/gud-break.xpm, toolbar/gud-cont.xpm, toolbar/gud-down.xpm
16104         * toolbar/gud-finish.xpm, toolbar/gud-ni.xpm, toolbar/gud-n.xpm
16105         * toolbar/gud-print.xpm, toolbar/gud-remove.xpm, toolbar/gud-run.xpm
16106         * toolbar/gud-si.xpm, toolbar/gud-s.xpm, toolbar/gud-until.xpm
16107         * toolbar/gud-up.xpm, toolbar/gud-watch.xpm:
16108         Make background transparent.
16110 2005-06-04  Luc Teirlinck  <teirllm@auburn.edu>
16112         * font-lock.el (font-lock-add-keywords): Doc fix.  Comment change.
16113         (font-lock-remove-keywords): Doc fix.
16114         (font-lock-mode-major-mode): Compiler defvar.
16115         (font-lock-set-defaults): Use `font-lock-mode-major-mode'.
16117         * font-core.el (font-lock-mode-major-mode): Compiler defvar.
16118         (font-lock-mode): Update `font-lock-mode-major-mode'.
16119         (font-lock-set-defaults): Compiler defvar.
16120         (font-lock-default-function): Take `font-lock-mode-major-mode'
16121         into account.
16123         * emacs-lisp/easy-mmode.el (define-global-minor-mode): Make it
16124         keep track of which major mode it enabled the minor mode for.
16125         Use find-file-hook again.  Update docstring.
16127         * simple.el (eval-expression-print-level)
16128         (eval-expression-print-length, eval-expression-debug-on-error):
16129         Doc fixes.
16131 2005-06-04  Matt Hodges  <MPHodges@member.fsf.org>
16133         * iswitchb.el (iswitchb-single-match-face)
16134         (iswitchb-current-match-face, iswitchb-virtual-matches-face)
16135         (iswitchb-invalid-regexp-face): New faces.
16136         (iswitchb-completions): Use them.
16137         (iswitchb-use-faces): Rename from iswitchb-use-fonts, which is
16138         now marked as an obsolete alias.
16139         (iswitchb-read-buffer): Remove check for bound font variables.
16140         (iswitchb-invalid-regexp): New free variable.
16141         (iswitchb-get-matched-buffers): Catch invalid-regexp errors and
16142         set iswitchb-invalid-regexp.
16143         (iswitchb, iswitchb-complete, iswitchb-completions): Deal with
16144         invalid regexps.
16145         (iswitchb-completions): Add check for complete match when entering
16146         a regexp.
16147         (iswitchb-completions): Remove require-match argument.
16148         (iswitchb-exhibit): Fix caller.
16149         (iswitchb-common-match-inserted): New variable.
16150         (iswitchb-complete, iswitchb-completion-help): Use it.
16152 2005-06-04  David Reitter  <david.reitter@gmail.com>  (tiny change)
16154         * url-http.el (url-http-chunked-encoding-after-change-function):
16155         Use `url-http-debug' instead of `message'.
16157 2005-06-04  Thierry Emery  <thierry.emery@free.fr>  (tiny change)
16159         * url-http.el (url-http-parse-headers): Pass redirected URL as a
16160         callback argument.
16162 2005-06-04  Kim F. Storm  <storm@cua.dk>
16164         * simple.el (line-move): Only call sit-for when moving backwards.
16166         * ido.el (ido-make-merged-file-list-1): New defun split from
16167         ido-make-merged-file-list.
16168         (ido-make-merged-file-list): Bind throw-on-input around call to
16169         ido-make-merged-file-list-1.  Return input-pending-p if
16170         interrupted by more input available.
16171         (ido-read-internal): Handle input-pending-p return value from
16172         ido-make-merged-file-list.
16174 2005-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
16176         * textmodes/flyspell.el (flyspell-check-word-p): Simplify silly
16177         compatibility code.
16179         * international/latexenc.el (latexenc-find-file-coding-system):
16180         Don't inherit the EOL part of the coding-system from the
16181         tex-main buffer.  Fit within 80 columns.
16183 2005-06-03  Matt Hodges  <MPHodges@member.fsf.org>
16185         * tmm.el (tmm-inactive-face): New face.
16186         (tmm-remove-inactive-mouse-face): New function.
16187         (tmm-prompt, tmm-add-one-shortcut)
16188         (tmm-add-prompt, tmm-get-keymap): Make active menu items visible
16189         but not selectable.
16191 2005-06-03  Juanma Barranquero  <lekktu@gmail.com>
16193         * faces.el (face-equal): Improve argument/docstring consistency.
16195 2005-06-03  Daniel Pfeiffer  <occitan@esperanto.org>
16197         * progmodes/make-mode.el (makefile-targets-face)
16198         (makefile-shell-face, makefile-makepp-perl-face): Add :version.
16199         (makefile-bsdmake-dependency-regex)
16200         (makefile-makepp-rule-action-regex)
16201         (makefile-bsdmake-rule-action-regex): New constants.
16202         (makefile-makepp-mode, makefile-bsdmake-mode): Use them.
16204         * progmodes/compile.el (compilation-error-regexp-alist-alist):
16205         Allow (...) within `...' for makepp messages.
16207 2005-06-03  Michael Kifer  <kifer@cs.stonybrook.edu>
16209         * ediff-diff.el (ediff-same-contents): Eliminate CL-type functions.
16211         * ediff-mult.el (ediff-intersect-directories): Make sure that ".." and
16212         "." files are deleted from all file lists before comparison.
16214         * viper-keym.el (viper-toggle-key, viper-quoted-insert-key)
16215         (viper-ESC-key): Made them customizable.
16217         * viper.el (viper-non-hook-settings): Fix the names of defadvices.
16219 2005-06-01  Luc Teirlinck  <teirllm@auburn.edu>
16221         * autorevert.el (auto-revert-buffers): Use save-match-data.
16223 2005-06-01  Stefan Monnier  <monnier@iro.umontreal.ca>
16225         * emacs-lisp/easymenu.el (easy-menu-return-item): Quick fix to find
16226         menu items with a nil command binding.
16228 2005-06-01  Juanma Barranquero  <lekktu@gmail.com>
16230         * emacs-lisp/cl-macs.el (defsetf):
16231         Improve argument/docstring consistency.
16233         * faces.el (list-faces-display): Improve the formatting by
16234         computing the maximum length required for any face-name (reworked
16235         patch of 1999-01-11, accidentally deleted on 1999-07-21).
16236         (internal-find-face): Remove redundant info in docstring.
16238 2005-06-01  Nick Roberts  <nickrob@snap.net.nz>
16240         * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-1)
16241         (gdb-info-breakpoints-custom, gdb-delete-breakpoint)
16242         (gdb-goto-breakpoint, gdb-source-info, gdb-get-location)
16243         (gdb-assembler-custom): Improve regexps.
16244         (def-gdb-auto-update-handler): Use window point to preserve point.
16246 2005-05-31  Stefan Monnier  <monnier@iro.umontreal.ca>
16248         * thumbs.el (thumbs-mode): Fix misuse of make-variable-buffer-local.
16250 2005-05-31  Jay Belanger  <belanger@truman.edu>
16252         * calc/calc-embed.el (calc-embedded-word): Change argument passed
16253         to calc-embedded.
16254         (calc-embedded-make-info): Have plain prefix argument select
16255         entire line.
16257 2005-05-31  Juanma Barranquero  <lekktu@gmail.com>
16259         * faces.el (list-faces-display): Signal error if passed a regexp
16260         that matches no face name.
16262         * simple.el (filter-buffer-substring): Fix typo in docstring.
16264 2005-05-31  Richard M. Stallman  <rms@gnu.org>
16266         * progmodes/vhdl-mode.el (vhdl-fill-region): Test ARG, not INTERACTIVE.
16267         (vhdl-emacs-21): Doc fix.
16268         (vhdl-mode): Unconditionally set comment-padding.
16269         (vhdl-fixup-whitespace-region): Insert spaces only where
16270         there are none.
16271         (vhdl-statistics-buffer): Make the Emacs 21 behavior universal.
16273 2005-05-30  John Wiegley  <johnw@newartisans.com>
16275         * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el
16276         * eshell/em-unix.el, eshell/esh-ext.el, eshell/esh-io.el
16277         * eshell/esh-util.el, eshell/esh-var.el: Change all uses of
16278         `directory-sep-char' to ?/, and all uses of `string-to-int' to
16279         `string-to-number'.
16281 2005-05-30  Jay Belanger  <belanger@truman.edu>
16283         * calc/calc.el (calc-bug-address): Fix docstring.
16284         (calc-window-hook, calc-trail-window-hook): New variables.
16285         (calc-trail-display): Restore use of calc-trail-window-hook.
16286         (calc): Restore use of calc-window-hook.
16288 2005-05-31  Masatake YAMATO  <jet@gyve.org>
16290         * emacs-lisp/find-func.el (find-function-noselect): Handle subroutines.
16292         * help-fns.el (help-C-file-name): Add autoload mark for
16293         `find-function-noselect'.
16295 2005-05-30  Stefan Monnier  <monnier@iro.umontreal.ca>
16297         * textmodes/tex-mode.el (tex-compile-commands, tex-compile)
16298         (tex-start-tex): Undo all but the last part of the 2005-05-28 change.
16300 2005-05-30  Glenn Morris  <gmorris@ast.cam.ac.uk>
16302         * calendar/diary-lib.el (mark-included-diary-files): Only kill
16303         included diary buffer if it was not already being visited.
16304         Reported by Stephen Berman <Stephen.Berman@gmx.net>.
16306         * calendar/icalendar.el (top-level): Do not require appt.
16308         * mail/supercite.el (sc-select-attribution): Only use a list
16309         element from sc-attrib-selection-list if it returns a string.
16310         Reported by Davide G. M. Salvetti <salve@debian.org>.
16312 2005-05-30  Juanma Barranquero  <lekktu@gmail.com>
16314         * thumbs.el (thumbs-thumbname): The resulting thumbname now
16315         includes a hash value to improve its uniqueness, and has a ".jpg"
16316         extension.  Also, it is now a valid filename on all systems.
16317         (thumbs-make-thumb): Use `let', not `let*'.
16318         (thumbs-show-thumbs-list): Check for JPEG availability.
16320 2005-05-30  Richard M. Stallman  <rms@gnu.org>
16322         * filesets.el (filesets-menu-ensure-use-cached):
16323         Prevent warning when emacs-version>= is undefined.
16325         * printing.el (pr-interactive-n-up): Use string-to-number.
16327         * emulation/tpu-mapper.el: Use eval-buffer, not eval-current-buffer.
16329         * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn):
16330         Warn only when name to be defined is quoted.
16332 2005-05-30  Nick Roberts  <nickrob@snap.net.nz>
16334         * progmodes/gdb-ui.el (gdb-toggle-breakpoint):
16335         Make regexp more robust.
16336         (gdb-display-assembler-buffer, gdb-frame-assembler-buffer):
16337         Force regeneration of disassembly.
16339 2005-05-29  Jay Belanger  <belanger@truman.edu>
16341         * calc/calc.el (calc-user-invocation): Check if
16342         calc-invocation-macro is non-nil.
16344 2005-05-29  Juri Linkov  <juri@jurta.org>
16346         * add-log.el (change-log-font-lock-keywords):
16347         Add `+' to e-mail regexp to accept mail address with keywords.
16349         * man.el (Man-name-regexp): Add `:' to accept qualified names.
16351 2005-05-29  Luc Teirlinck  <teirllm@auburn.edu>
16353         * progmodes/inf-lisp.el (inferior-lisp-mode): Use delay-mode-hooks.
16355         * ielm.el (inferior-emacs-lisp-mode): Ditto.
16357 2005-05-29  Richard M. Stallman  <rms@gnu.org>
16359         * textmodes/flyspell.el (flyspell-auto-correct-previous-word):
16360         Undo the change that moves to end of the current word.
16362 2005-05-29  Nick Roberts  <nickrob@snap.net.nz>
16364         * progmodes/gdb-ui.el (gdb-memory-set-repeat-count):
16365         Throw error when count <= 0 to ensure input is a number.
16366         (gdb-read-memory-custom): Pick up address from buffer.
16367         (gdb-memory-mode): Allow user to increment and decrement
16368         memory address from header line.
16370 2005-05-29  Richard M. Stallman  <rms@gnu.org>
16372         * flyspell.el (flyspell-version): Function deleted.
16373         (flyspell-auto-correct-previous-hook): Doc fix.
16375         * jit-lock.el (jit-lock-function, jit-lock-after-change):
16376         Do nothing if memory is full.
16378         * font-lock.el (font-lock-fontify-syntactically-region):
16379         Pass t for GREEDY to looking-back.
16381         * saveplace.el (save-place-alist-to-file): Write the file
16382         using write-region.
16384         * subr.el (looking-back): New argument GREEDY.
16386         * progmodes/compile.el (compilation-start): Set the mode
16387         before inserting the initial text.
16389         * progmodes/which-func.el (which-func-update-1): Turn the mode
16390         off in case of error by setting which-func-mode.
16392 2005-05-29  Peter Heslin  <p.j.heslin@durham.ac.uk>  (tiny change)
16394         * flyspell.el (flyspell-auto-correct-previous-word):
16395         Narrow down to what's on the screen, and recenter overlays
16396         at the end of the next word.
16398 2005-05-29  Manuel Serrano  <Manuel.Serrano@sophia.inria.fr>
16400         * flyspell.el (flyspell-emacs, flyspell-use-local-map): Vars moved up.
16401         (flyspell-default-delayed-commands): Add backward-delete-char-untabify.
16402         (flyspell-abbrev-p): Default to nil.
16403         (flyspell-use-global-abbrev-table-p): Doc fix.
16404         (flyspell-large-region): Allow nil as value.
16405         (flyspell-use-meta-tab, flyspell-auto-correct-binding): New variables.
16407         (mail-mode-flyspell-verify): More robust handling
16408         of `mail-header-separator'.  More efficient signature detection.
16409         Allow for regexp metacharacters in message-header-separator.
16410         Adding `To' not to be checked in mail-mode-flyspell-verify.
16412         (flyspell-prog-mode): Run flyspell-prog-mode-hook.
16413         (flyspell-mouse-map): Bind M-TAB only if flyspell-use-meta-tab.
16414         Bind flyspell-auto-correct-binding.
16415         Bind C-. and C-, .
16416         (flyspell-mode-map): Likewise.
16417         (flyspell-mode): Doc fix.
16418         (flyspell-accept-buffer-local-defs): Preserve current buffer.
16419         (flyspell-mode-on): Bind flyspell-mouse-map and flyspell-mode-map.
16420         (flyspell-word-cache-result): New var, always local.
16421         (flyspell-check-pre-word-p): Doc fix.
16422         (flyspell-check-changed-word-p): Handle spc like newline.
16423         (flyspell-post-command-hook): Set flyspell-word-cache-result.
16424         (flyspell-word-search-backward, flyspell-word-search-forward):
16425         New functions.
16426         (flyspell-word): Return t if nothing to check.
16427         When parsing TeX code, check for after } or \.
16428         Use flyspell-word-search-backward to find previous word.
16429         Return nil if duplicated word.
16430         For word already checked, return same value as last time.
16431         Set flyspell-word-cache-result after checking.
16432         Don't clobber the return value.
16433         (flyspell-get-word): Major rewrite.
16434         (flyspell-external-point-words): New locals pword, pcount.
16435         Fix size used in progress message.
16436         Find the proper corresponding word in flyspell-large-region-buffer.
16437         (flyspell-region): Check for flyspell-large-region = nil.
16438         (flyspell-highlight-incorrect-region): Clean up overlays in region.
16439         (flyspell-auto-correct-word): Check that WORD is a cons.
16440         (flyspell-correct-word): Likewise.
16442 2005-05-29  Daniel Pfeiffer  <occitan@esperanto.org>
16444         * progmodes/make-mode.el (makefile-rule-action-regex)
16445         (makefile-macroassign-regex, makefile-makepp-mode)
16446         (makefile-bsdmake-mode): Continuation lines may be empty.
16447         Reported by Joshua Varner.
16448         (makefile-makepp-font-lock-keywords): Add $(stem).
16450 2005-05-28  Karl Berry  <karl@gnu.org>
16452         * textmodes/tex-mode.el: Now that tex-send-command calls
16453         shell-quote-argument (2005-03-31 change), remove all calls to
16454         shell-quote-argument; they all end up invoking tex-send-command.
16455         The double quoting loses on filenames with non-safe characters,
16456         such as "@".  Reported by Frederik Fouvry.
16458 2005-05-29  Nick Roberts  <nickrob@snap.net.nz>
16460         * progmodes/gdb-ui.el (gdb-assembler-custom): Be more careful
16461         about preserving point.
16463 2005-05-27  Jay Belanger  <belanger@truman.edu>
16465         * calc/calc-misc.el (calc-info-goto-node): Use info instead of
16466         Info-goto-node.
16468         * calc/calc-embed.el (calc-embed-arg): New variable.
16469         (calc-do-embedded-activate, calc-embedded-activate-formula)
16470         (calc-embedded-edit, calc-do-embedded-activate): Replace undeclared
16471         variable by new variable.
16472         (calc-embedded-make-info): Replace undeclared variable by new
16473         variable.  When selecting region with positive prefix
16474         argument, use end of previous line instead of beginning of line.
16476         * calc/calc-aent.el (calc-arg-values): Declare it.
16478         * calc/calc-ext.el (calc-help-map, calc-alg-map, calc-alg-esc-map):
16479         Declare them.
16481         * calc/calc-stuff.el (math-decls-cache-tag): Declare it.
16483         * calc/calc.el (calc-alg-map): Declare it.
16485         * calc/calcalg2.el (math-decls-cache, math-decls-all): Declare them.
16487 2005-05-28  Nick Roberts  <nickrob@snap.net.nz>
16489         * progmodes/gdb-ui.el (gdb-all-registers): New variable.
16490         (gdb-registers-buffer, toggle-gdb-all-registers):
16491         Toggle display of floating point registers.
16492         (gdb-registers-mode-map): Bind SPC to toggle-gdb-all-registers.
16494         * progmodes/gud.el (gud-goto-info): Use info.  Don't use require.
16495         (toggle-gud-tooltip-dereference):
16496         Rename from gud-toggle-tooltip-dereference.
16498 2005-05-27  Stefan Monnier  <monnier@iro.umontreal.ca>
16500         * info.el (Info-goto-node): Revert autoload addition (2004-06-12).
16502 2005-05-27  Jay Belanger  <belanger@truman.edu>
16504         * calc/calc-prog.el (calc-kbd-report): Remove.
16505         (calc-kbd-query): Rewrite.
16507 2005-05-27  Juanma Barranquero  <lekktu@gmail.com>
16509         * image.el (image-library-alist): Move to image.c.
16510         (image-type-available-p): Doc fix.
16512 2005-05-27  Lute Kamstra  <lute@gnu.org>
16514         * calc/calc.el (calc):
16515         * outline.el (outline-1, outline-2, outline-3, outline-4)
16516         (outline-5, outline-6, outline-7, outline-8):
16517         * textmodes/dns-mode.el (dns-mode):
16518         * textmodes/sgml-mode.el (sgml-namespace-face):
16519         * textmodes/tex-mode.el (superscript, subscript, tex-math-face)
16520         (tex-verbatim-face, tex-use-reftex):
16521         * textmodes/texinfo.el (texinfo-heading-face):
16522         Specify customization group.
16524         * longlines.el: Don't require easy-mmode.
16525         (longlines-visible-face): Specify customization group.
16527 2005-05-27  Kenichi Handa  <handa@m17n.org>
16529         * language/cyrillic.el: Add cyrillic-iso8859-5 characters in the
16530         encoding table of windows-1251.
16532         * international/ucs-tables.el (ucs-set-table-for-input):
16533         If translation-table-for-input of a coding system is a symbol, get
16534         its translation-table property.
16536         * international/code-pages.el: Don't register a coding system into
16537         non-iso-charset-alist more than once.
16538         (cp-make-coding-system): Likewise.
16540 2005-05-26  John Wiegley  <johnw@newartisans.com>
16542         * eshell/esh-cmd.el (eshell-eval-command): If the return value of
16543         `eshell-resume-eval' is wrapped in a list, it indicates that the
16544         command was run asynchronously.  In that case, unwrap the value
16545         before checking the delimiter value.
16547         * eshell/em-cmpl.el (eshell-complete-parse-arguments): If the
16548         character before a space at the end of a line is \, assume the space
16549         is part of the last argument rather than a final argument separator.
16551         * eshell/esh-io.el (eshell-get-target): If `eshell-buffer-shorthand'
16552         is in use, and the target is `t' or `nil' (which are the most common
16553         values), don't assume that the symbol target is a buffer.
16555 2005-05-26  Luc Teirlinck  <teirllm@auburn.edu>
16557         * calendar/calendar.el (calendar-mode-line-format):
16558         Use mode-line-highlight as mouse-face.
16560         * time.el (display-time-string-forms, display-time-update):
16561         Use mode-line-highlight as mouse-face.
16563 2005-05-26  Jay Belanger  <belanger@truman.edu>
16565         * calc/calc.el (calc-language-alist): Remove extra defvar.
16567 2005-05-26  Lute Kamstra  <lute@gnu.org>
16569         * arc-mode.el (archive-mode):
16570         * bookmark.el (bookmark-read-annotation-mode)
16571         (bookmark-edit-annotation-mode, bookmark-bmenu-mode):
16572         * bs.el (bs-mode):
16573         * calc/calc-yank.el (calc-edit-mode):
16574         * calc/calc.el (calc-mode, calc-trail-mode):
16575         * calculator.el (calculator-mode):
16576         * chistory.el (command-history-mode):
16577         * comint.el:
16578         * cus-edit.el (custom-mode):
16579         * descr-text.el (describe-text-mode):
16580         * ebuff-menu.el (Electric-buffer-menu-mode):
16581         * ediff-util.el (ediff-mode):
16582         * emacs-lisp/re-builder.el (reb-mode):
16583         * emulation/vi.el (vi-mode-setup):
16584         * emulation/ws-mode.el (wordstar-mode):
16585         * eshell/esh-mode.el (eshell-mode):
16586         * forms.el (forms-mode):
16587         * help-mode.el (help-mode):
16588         * hexl.el (hexl-mode):
16589         * ibuffer.el (ibuffer-mode):
16590         * ielm.el (inferior-emacs-lisp-mode):
16591         * info.el (Info-mode, Info-edit-mode):
16592         * international/swedish.el:
16593         * ledit.el (ledit-from-lisp-mode):
16594         * locate.el (locate-mode):
16595         * mail/rmail.el (rmail-mode):
16596         * mail/rmailedit.el (rmail-edit-mode):
16597         * mail/rmailsum.el (rmail-summary-mode):
16598         * mail/supercite.el (sc-electric-mode):
16599         * net/eudc.el (eudc-mode):
16600         * net/quickurl.el (quickurl-list-mode):
16601         * net/snmp-mode.el (snmp-mode, snmpv2-mode):
16602         * obsolete/ooutline.el (outline-mode):
16603         * obsolete/options.el (Edit-options-mode):
16604         * obsolete/rnews.el (news-mode):
16605         * obsolete/rnewspost.el (news-reply-mode):
16606         * play/5x5.el (5x5-mode):
16607         * play/decipher.el (decipher-mode, decipher-stats-mode):
16608         * play/gomoku.el (gomoku-mode):
16609         * play/snake.el (snake-mode):
16610         * play/solitaire.el (solitaire-mode):
16611         * play/tetris.el (tetris-mode):
16612         * progmodes/ada-mode.el (ada-mode):
16613         * progmodes/antlr-mode.el (antlr-mode):
16614         * progmodes/autoconf.el (autoconf-mode):
16615         * progmodes/dcl-mode.el (dcl-mode):
16616         * progmodes/delphi.el (delphi-mode):
16617         * progmodes/ebrowse.el (ebrowse-tree-mode)
16618         (ebrowse-electric-list-mode, ebrowse-member-mode)
16619         (ebrowse-electric-position-mode):
16620         * progmodes/f90.el (f90-mode):
16621         * progmodes/fortran.el (fortran-mode):
16622         * progmodes/icon.el (icon-mode):
16623         * progmodes/idlw-help.el (idlwave-help-mode):
16624         * progmodes/idlw-shell.el (idlwave-shell-mode):
16625         * progmodes/idlwave.el (idlwave-mode):
16626         * progmodes/inf-lisp.el (inferior-lisp-mode):
16627         * progmodes/m4-mode.el (m4-mode):
16628         * progmodes/meta-mode.el (metafont-mode, metapost-mode):
16629         * progmodes/modula2.el (modula-2-mode):
16630         * progmodes/octave-inf.el (inferior-octave-mode):
16631         * progmodes/octave-mod.el (octave-mode):
16632         * progmodes/pascal.el (pascal-mode):
16633         * progmodes/sh-script.el (sh-mode):
16634         * progmodes/sql.el (sql-mode, sql-interactive-mode):
16635         * progmodes/vhdl-mode.el (vhdl-mode):
16636         * progmodes/xscheme.el (scheme-interaction-mode):
16637         * replace.el (occur-mode):
16638         * ses.el (ses-mode):
16639         * simple.el (completion-list-mode):
16640         * skeleton.el:
16641         * speedbar.el (speedbar-mode):
16642         * term.el (term-mode):
16643         * terminal.el (terminal-edit-mode):
16644         * textmodes/reftex-index.el (reftex-index-mode)
16645         (reftex-index-phrases-mode):
16646         * textmodes/reftex-sel.el (reftex-select-label-mode)
16647         (reftex-select-bib-mode):
16648         * textmodes/reftex-toc.el (reftex-toc-mode):
16649         * wdired.el (wdired-change-to-wdired-mode):
16650         * wid-browse.el (widget-browse-mode):
16651         Use run-mode-hooks.
16653         * array.el (array-mode):
16654         * calendar/todo-mode.el (todo-mode):
16655         * man.el (Man-mode):
16656         * play/landmark.el (lm-mode):
16657         * play/mpuz.el (mpuz-mode):
16658         Use kill-all-local-variables and run-mode-hooks.
16660         * subr.el (delay-mode-hooks): Specify indentation.
16662 2005-05-26  Mark A. Hershberger  <mah@everybody.org>
16664         * xml.el (xml-substitute-special): Don't die for undefined xml
16665         entities.
16667 2005-05-26  Jay Belanger  <belanger@truman.edu>
16669         * calc/calc-prog.el (calc-user-define-edit): Don't find substring
16670         of nil.
16672 2005-05-27  Nick Roberts  <nickrob@snap.net.nz>
16674         * progmodes/gdb-ui.el (gdb-frame-address):
16675         Rename from gdb-current-address.
16676         (gdb-previous-frame-address): Rename from gdb-previous-address.
16677         (gdb-selected-frame): Rename from gdb-current-frame.
16678         (gdb-get-selected-frame): Rename from gdb-get-current-frame.
16679         (gdb-frame-number): Rename from gdb-current-stack-level.
16680         (gdb-ann3): Match new mode-name for disassembly buffer.
16681         Extend initialization of variables.
16682         (gdb-post-prompt): Update disassembly from gdb-frame-handler.
16683         (gdb-memory-mode): Use mouse-face in header line.
16684         (gdb-assembler-buffer-name): Call it disassembly and give frame
16685         in mode line.
16686         (gdb-source-spec-regexp, gdb-assembler-custom)
16687         (gdb-invalidate-assembler, gdb-frame-handler):
16688         Make robust to leading zeroes in address format.
16690 2005-05-26  Carsten Dominik  <dominik@science.uva.nl>
16692         * textmodes/org.el (org-mode): Use `define-derived-mode' to
16693         define `org-mode'.
16694         (org-agenda-mode): Use `run-mode-hooks' instead of `run-hooks'.
16696 2005-05-26  Stefan Monnier  <monnier@iro.umontreal.ca>
16698         * log-edit.el (log-edit-changelog-entries): Distinguish between
16699         filenames like xfns.c and fns.c.
16701 2005-05-25  Luc Teirlinck  <teirllm@auburn.edu>
16703         * buff-menu.el (Buffer-menu-revert-function): Improve handling of
16704         point after reverting.
16705         (Buffer-menu-make-sort-button): Handle the case where
16706         `Buffer-menu-use-header-line' is nil.
16708 2005-05-25  Thien-Thi Nguyen  <ttn@gnu.org>
16710         * vms-patch.el (vms-magic-right-square-brace, vms-magic-colon):
16711         New funcs.  In minibuffer-local-completion-map bind `]', `/'
16712         and `:' to them.
16714 2005-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
16716         * startup.el (normal-top-level): Allow modification of load-path while
16717         we're iterating over it.
16719 2005-05-25  Juanma Barranquero  <lekktu@gmail.com>
16721         * thumbs.el (thumbs-thumbsdir-max-size, thumbs-temp-file)
16722         (thumbs-cleanup-thumbsdir, thumbs-call-convert)
16723         (thumbs-resize-interactive, thumbs-insert-image)
16724         (thumbs-insert-thumb, thumbs-dired-show-marked)
16725         (thumbs-find-image-at-point, thumbs-delete-images)
16726         (thumbs-rename-images, thumbs-next-image, thumbs-dired-setroot)
16727         (thumbs-increment-image-size, thumbs-decrement-image-size):
16728         Fix typos in docstrings.
16730 2005-05-24  Andre Spiegel  <spiegel@gnu.org>
16732         * progmodes/cperl-mode.el (cperl-vc-header-alist): Obsolete.
16733         (cperl-vc-rcs-header, cperl-vc-sccs-header): New user options.
16734         (cperl-mode): Use them.
16736 2005-05-24  Juanma Barranquero  <lekktu@gmail.com>
16738         * window.el (quit-window, shrink-window-if-larger-than-buffer):
16739         Doc fixes.
16741 2005-05-24  Nick Roberts  <nickrob@snap.net.nz>
16743         * progmodes/gdb-ui.el (gdb-inferior-io-mode-map):
16744         Bind C-d to gdb-inferior-io-eof.
16746         * dired.el (dired-dnd-popup-notice): Use message-box.
16748 2005-05-23  Masatake YAMATO  <jet@gyve.org>
16750         * bindings.el (mode-line-major-mode-keymap):
16751         Bind [mode-line down-mouse-1] to `mouse-major-mode-menu'.
16753         * faces.el (mode-line-highlight): New face.
16755         * ruler-mode.el (ruler-mode-ruler): Use mode-line-highlight
16756         as mouse-face.
16758         * bindings.el (top-level, help-echo, mode-line-modified)
16759         (mode-line-mule-info, mode-line-eol-desc): Use mode-line-highlight
16760         as mouse-face.
16762 2005-05-23  Juanma Barranquero  <lekktu@gmail.com>
16764         * progmodes/cc-engine.el (c-guess-basic-syntax):
16765         Remove spurious call to `zerop'.
16767         * emacs-lisp/cl.el (acons, pairlis): Add docstring.
16769 2005-05-23  Martin Stjernholm  <bug-cc-mode@gnu.org>
16771         CC Mode update to 5.30.10:
16773         * cc-fonts.el (c-font-lock-declarators): Fix bug where the point
16774         could go past the limit in decoration level 2, thereby causing
16775         errors during interactive fontification.
16777         * cc-mode.el (c-make-inherited-keymap): Fix cc-bytecomp bug when
16778         the file is evaluated interactively.
16780         * cc-engine.el (c-guess-basic-syntax): Handle operator
16781         declarations somewhat better in C++.
16783         * cc-styles.el, cc-mode.el (c-run-mode-hooks): New helper macro to
16784         make use of `run-mode-hooks' which has been added in Emacs 21.1.
16785         (c-mode, c++-mode, objc-mode, java-mode, idl-mode, pike-mode)
16786         (awk-mode): Use it.
16787         (make-local-hook): Suppress warning about obsoleteness.
16789         * cc-engine.el, cc-align.el, cc-cmds.el
16790         (c-append-backslashes-forward, c-delete-backslashes-forward)
16791         (c-find-decl-spots, c-semi&comma-no-newlines-before-nonblanks):
16792         Compensate for return value from `forward-line' when it has moved
16793         but not to a different line due to eob.
16795         * cc-engine.el (c-guess-basic-syntax): Fix anchoring in
16796         `objc-method-intro' and `objc-method-args-cont'.
16798 2005-05-23  Alan Mackenzie  <bug-cc-mode@gnu.org>
16800         CC Mode update to 5.30.10:
16802         * cc-mode.el, cc-engine.el, cc-align.el: Change the FSF's address
16803         in the copyright statement.  Incidentally, change "along with GNU
16804         Emacs" to "along with this program" where it occurs.
16806         * cc-mode.el: Add a fourth parameter `t' to the awk-mode autoload,
16807         so that it is interactive, hence can be found by M-x awk-mode
16808         whilst cc-mode is yet to be loaded.  Reported by Glenn Morris
16809         <gmorris+emacs@ast.cam.ac.uk>.
16811         * cc-awk.el: Add character classes (e.g. "[:alpha:]") into AWK
16812         Mode's regexps.
16814 2005-05-23  Kevin Ryde  <user42@zip.com.au>
16816         * cc-align.el (c-lineup-argcont): Ignore conses for {} pairs from
16817         c-parse-state, to avoid a lisp error (on bad code).
16819 2005-05-23  Lute Kamstra  <lute@gnu.org>
16821         * subr.el (font-lock-defaults): Remove defvar as it's already
16822         defined in font-core.el.
16824         * font-lock.el (font-lock-beginning-of-syntax-function): Fix docstring.
16826 2005-05-23  Nick Roberts  <nickrob@snap.net.nz>
16828         * progmodes/gdb-ui.el (gdb-info-locals-handler): Make regexps
16829         more general and work when GDB variable "print pretty" is on,
16830         as with Emacs, for example.
16832 2005-05-22  Luc Teirlinck  <teirllm@auburn.edu>
16834         * font-core.el: Update comment.
16836         * emacs-lisp/easy-mmode.el (define-global-minor-mode):
16837         Use `after-change-major-mode-hook' instead of `find-file-hook'.
16839         * buff-menu.el (Buffer-menu-mode): Use `run-mode-hooks'.
16841 2005-05-22  Eli Zaretskii  <eliz@gnu.org>
16843         * simple.el (yank, yank-pop): Mention `yank-excluded-properties'
16844         and `yank-handler' in the doc strings.
16846 2005-05-22  Stefan Monnier  <monnier@iro.umontreal.ca>
16848         * emacs-lisp/cl.el (eql): Remove.  It's a builtin already.
16850 2005-05-22  Richard M. Stallman  <rms@gnu.org>
16852         * help.el (describe-key): Move print-help-return-message call
16853         out of conditional.
16855         * progmodes/etags.el (list-tags): Use with-no-warnings.
16857         * mail/smtpmail.el (smtpmail-open-stream): Use with-no-warnings.
16858         (smtpmail-send-queued-mail): Avoid beginning-of-buffer.
16859         (starttls-extra-args, starttls-extra-arguments): Add defvars.
16861         * mail/mailalias.el (mail-get-names): Avoid beginning-of-buffer.
16863         * language/viet-util.el (viet-viscii-nonascii-translation-table):
16864         Add defvar.
16866         * emulation/viper-ex.el (viper-ex-work-buf, viper-ex-print-buf):
16867         Use defvar, not defconst.
16869         * hexl.el (hexl-follow-line): Use with-no-warnings.
16871         * emulation/tpu-extras.el: Use write-file-functions instead of
16872         write-file-hooks.
16874         * dired.el (dired-font-lock-keywords): Fontify files with junk
16875         extensions even if marked by -F.
16877 2005-05-22  Juanma Barranquero  <lekktu@gmail.com>
16879         * emacs-lisp/cl.el (pushnew, cl-macroexpand, floatp-safe, plusp)
16880         (minusp, oddp, evenp, mapcar*, list*, copy-list, adjoin, subst):
16881         * emacs-lisp/cl-extra.el (coerce, map, maplist, cl-mapc, mapl)
16882         (mapcan, mapcon, some, every, notany, notevery, signum, isqrt)
16883         (concatenate, list-length, get*, getf, cl-remprop):
16884         * emacs-lisp/cl-macs.el (function*, case, ecase, typecase)
16885         (etypecase, progv, lexical-let, lexical-let*)
16886         (multiple-value-bind, multiple-value-setq, shiftf):
16887         Improve argument/docstring consistency.
16889         * subr.el (focus-frame, unfocus-frame): Revert deletion on 2005-05-01.
16891 2005-05-22  Andre Spiegel  <spiegel@gnu.org>
16893         * vc-cvs.el (vc-cvs-checkout-model): Handle the case where FILE
16894         doesn't exist.
16896         * vc.el (vc-trunk-p): Add autoload cookie.  The function is used in
16897         vc-rcs.el when vc-mistrust-permissions is t, which is not the default.
16899 2005-05-22  Nick Roberts  <nickrob@snap.net.nz>
16901         * emacs-lisp/bytecomp.el: Remove make-obsolete-variable for
16902         already deleted variables: auto-fill-hook, blink-paren-hook,
16903         lisp-indent-hook, inhibit-local-variables, unread-command-event,
16904         suspend-hooks, comment-indent-hook, meta-flag,
16905         before-change-function, after-change-function,
16906         font-lock-doc-string-face.
16908 2005-05-21  Luc Teirlinck  <teirllm@auburn.edu>
16910         * emacs-lisp/derived.el (define-derived-mode): Doc fix.
16912 2005-05-21  Eli Zaretskii  <eliz@gnu.org>
16914         * mail/rmail.el (rmail-reply): Filter the list in reply-to through
16915         rmail-dont-reply-to.
16917 2005-05-21  Frederik Fouvry  <fouvry@CoLi.Uni-SB.DE>
16919         * mail/sendmail.el (mail-send): Use [[:space:]] instead of a
16920         literal blank when splitting new-header-values.
16922 2005-05-21  Matt Hodges  <MPHodges@member.fsf.org>
16924         * calendar/cal-menu.el (cal-menu-update): Add separator as a
16925         string so that tmm doesn't create a completion entry for it.
16927         * textmodes/table.el (table-disable-menu): Ditto.
16929 2005-05-21  Richard M. Stallman  <rms@gnu.org>
16931         * progmodes/idlwave.el (idlwave-doc-header): Use insert-file-contents.
16933         * progmodes/flymake.el (flymake-makehash): Use with-no-warnings.
16935         * net/rcompile.el (remote-compile): Use compilation-start.
16937         * tmm.el (tmm-shortcut): Avoid using beginning-of-buffer.
16939 2005-05-21  Daniel Pfeiffer  <occitan@esperanto.org>
16941         * files.el (auto-mode-alist): Check GNUmakefile before makefile.
16942         Default to makefile-bsdmake-mode on BSD systems.
16944         * imenu.el (imenu-generic-expression, imenu--generic-function'):
16945         REGEXP may also be a search function now.  The part of doc-string
16946         for describing the structure was 95% identical to that of
16947         `imenu--generic-function'.  Unify it there.
16949         * progmodes/make-mode.el (makefile-imenu-generic-expression):
16950         Use function to find dependencies, because regexp alone is so complex,
16951         it easily goes into an endless loop.
16952         (makefile-makepp-mode): Also add submenu for Perl functions
16953         defined in the makefile.
16954         (makefile-bsdmake-mode): Special imenu-generic-expression no
16955         longer needed, due to function call.
16956         (makefile-match-dependency): Take BOUND into account when checking
16957         if we're through.
16959 2005-05-20  Jay Belanger  <belanger@truman.edu>
16961         * calc/calc-units.el (calc-invalidate-units-table):
16962         Use inhibit-read-only.
16963         (math-build-units-table-buffer): Use view-mode.
16965 2005-05-20  David Kastrup  <dak@gnu.org>
16967         * emacs-lisp/easymenu.el (easy-menu-add): Correct docstring since
16968         easy-menu-add is not a nop on Emacs; and clarify when to call it.
16970 2005-05-20  Lute Kamstra  <lute@gnu.org>
16972         * diff-mode.el (diff-header-face, diff-file-header-face)
16973         (diff-index-face, diff-hunk-header-face, diff-removed-face)
16974         (diff-added-face, diff-changed-face, diff-function-face)
16975         (diff-context-face, diff-nonexistent-face): Put them in the
16976         diff-mode customization group.
16978 2005-05-20  Stefan Monnier  <monnier@iro.umontreal.ca>
16980         * progmodes/vhdl-mode.el (vhdl-font-lock-match-item): Simplify regexp.
16982         * progmodes/sh-script.el (sh-mode, sh-get-word): Minor regexp fixes.
16984         * font-lock.el (lisp-font-lock-keywords-2): Don't error.
16985         Minor regexp-optimization.
16987 2005-05-20  Carsten Dominik  <dominik@science.uva.nl>
16989         * textmodes/org.el (org-agenda-toggle-time-grid): New command.
16990         (org-agenda-use-time-grid, org-agenda-time-grid): New options.
16991         (org-agenda-add-time-grid-maybe): New function.
16992         (org-agenda): Call `org-agenda-add-time-grid-maybe'.
16993         (org-table-create): `dotimes' instead of `mapcar'.
16994         (org-xor): Simplify implementation.
16995         (org-agenda): `inhibit-redisplay' turned on.
16996         (org-agenda-change-all-lines): Use `org-format-agenda-item' to get
16997         a consistent line after a state change.
16998         (org-agenda-remove-times-when-in-prefix): New option.
16999         (org-prefix-has-time): New variable.
17000         (org-parse-time-string): Optional argument NODEFAULT.
17001         (org-format-agenda-item): Parse items for time-of-day
17002         specifications and move these into the prefix if possible.
17003         (org-agenda-priority): Get current heading, not previous heading
17004         during agenda remote editing.
17006 2005-05-20  Juanma Barranquero  <lekktu@gmail.com>
17008         * emacs-lisp/cl-seq.el (reduce, fill, replace, remove*)
17009         (remove-if, remove-if-not, delete*, delete-if, delete-if-not)
17010         (remove-duplicates, delete-duplicates, substitute)
17011         (substitute-if, substitute-if-not, nsubstitute, nsubstitute-if)
17012         (nsubstitute-if-not, find, find-if, find-if-not, position)
17013         (position-if, position-if-not, count, count-if, count-if-not)
17014         (mismatch, search, sort*, stable-sort, merge, member*)
17015         (member-if, member-if-not, assoc*, assoc-if, assoc-if-not)
17016         (rassoc*, rassoc-if, rassoc-if-not, union, nunion)
17017         (intersection, nintersection, set-difference, nset-difference)
17018         (set-exclusive-or, nset-exclusive-or, subsetp, subst-if)
17019         (subst-if-not, nsubst, nsubst-if, nsubst-if-not, sublis)
17020         (nsublis, tree-equal): Improve argument/docstring consistency.
17022         * subr.el (send-string, send-region): Remove obsolescence declaration.
17023         (window-dot, set-window-dot, read-input, show-buffer)
17024         (eval-current-buffer, string-to-int):
17025         Add release number to obsolescence declarations.
17027 2005-05-19  Kim F. Storm  <storm@cua.dk>
17029         * ido.el (ido-magic-forward-char): Enter ido-find-file at end of input.
17030         (ido-magic-backward-char): Enter ido-switch-buffer at start of input.
17032 2005-05-20  Matt Hodges  <MPHodges@member.fsf.org>
17034         * faces.el (list-faces-display): Make back button respect optional
17035         regexp arg.
17037 2005-05-19  Juanma Barranquero  <lekktu@gmail.com>
17039         * calculator.el (calculator-radix-grouping-mode)
17040         (calculator-radix-grouping-digits, calculator-displayer)
17041         (calculator-radix-grouping-separator, calculator-copy-displayer):
17042         * dabbrev.el (dabbrev-search-these-buffers-only):
17043         * diff-mode.el (diff-jump-to-old-file, diff-update-on-the-fly)
17044         (diff-advance-after-apply-hunk, diff-mode-hook)
17045         (diff-minor-mode-prefix):
17046         * imenu.el (imenu-use-popup-menu):
17047         * jit-lock.el (jit-lock-context-time):
17048         * newcomment.el (comment-fill-column, comment-column)
17049         (comment-style, comment-padding, comment-multi-line)
17050         (comment-empty-lines, comment-auto-fill-only-comments):
17051         * reveal.el (reveal-around-mark):
17052         * uniquify.el (uniquify-buffer-name-style)
17053         (uniquify-after-kill-buffer-p)
17054         (uniquify-ask-about-buffer-names-p, uniquify-ignore-buffers-re)
17055         (uniquify-min-dir-content, uniquify-separator)
17056         (uniquify-trailing-separator-p, uniquify-strip-common-suffix):
17057         * w32-vars.el (w32-fixed-font-alist):
17058         * emacs-lisp/testcover.el (testcover-potentially-1value-functions):
17059         * obsolete/rsz-mini.el (resize-minibuffer-frame-max-height):
17060         * progmodes/antlr-mode.el (antlr-font-lock-maximum-decoration):
17061         * progmodes/perl-mode.el (perl-indent-level)
17062         (perl-continued-statement-offset, perl-continued-brace-offset)
17063         (perl-brace-offset, perl-brace-imaginary-offset)
17064         (perl-label-offset, perl-indent-continued-arguments)
17065         (perl-tab-always-indent, perl-tab-to-comment, perl-nochange):
17066         * progmodes/tcl.el (tcl-indent-level)
17067         (tcl-continued-indent-level, tcl-auto-newline)
17068         (tcl-tab-always-indent, tcl-electric-hash-style)
17069         (tcl-help-directory-list, tcl-use-smart-word-finder)
17070         (tcl-application, tcl-command-switches, tcl-prompt-regexp)
17071         (inferior-tcl-source-command):
17072         * textmodes/fill.el (enable-kinsoku):
17073         * textmodes/reftex-vars.el (reftex-index-phrases-wrap-long-lines):
17074         * textmodes/table.el (table-yank-handler):
17075         Specify missing group (and type, if simple) in defcustom.
17077 2005-05-19  Luc Teirlinck  <teirllm@auburn.edu>
17079         * progmodes/compile.el (compilation-finish-function): Fix defvar.
17081 2005-05-19  Richard M. Stallman  <rms@gnu.org>
17083         * progmodes/make-mode.el (makefile-mode): Use run-mode-hooks.
17085         * subr.el (event-basic-type): Don't get an error.
17086         (left-fringe-p): Function deleted.
17088         * buff-menu.el (Buffer-menu-buffer-face): In group Buffer-menu.
17089         (list-buffers-noselect): Set `font-lock-face' property, not `face'.
17091         * dired-aux.el (dired-copy-file-recursive): Handle symlinks
17092         in recursive copy.
17094         * frame.el (show-trailing-whitespace): In group `whitespace-faces'.
17096         * emacs-lisp/byte-run.el (eval-when-compile): Doc fix.
17098         * emacs-lisp/bytecomp.el
17099         (byte-compile-file-form-custom-declare-variable):
17100         Call byte-compile-nogroup-warn if appropriate.
17102         * progmodes/compile.el (compilation-finish-function): Mark obsolete.
17103         (compilation-set-window): Don't call left-fringe-p; do it directly.
17105 2005-05-19  Jay Belanger  <belanger@truman.edu>
17107         * calc/calc-graph.el (calc-graph-format-data): Make sure
17108         var-PlotRejects is bound before trying to check its value.
17110 2005-05-19  Carsten Dominik  <dominik@science.uva.nl>
17112         * textmodes/reftex.el (reftex-isearch-minor-mode): Move the
17113         definition of this variable from reftex-global.el to reftex.el,
17114         because it is needed in the menu.
17116 2005-05-19  Lute Kamstra  <lute@gnu.org>
17118         * emacs-lisp/copyright.el (copyright-fix-years): Make sure all
17119         years are fixed.  Don't insert a space after a dash.
17121 2005-05-19  Kim F. Storm  <storm@cua.dk>
17123         * emulation/crisp.el (crisp-home, crisp-end): Put CUA property.
17125 2005-05-19  Daniel Pfeiffer  <occitan@esperanto.org>
17127         * font-lock.el (lisp-font-lock-keywords-2): Do \\) only in
17128         strings, because (eq ... ?\\) is fairly frequent.
17130         * progmodes/make-mode.el (makefile-add-this-line-targets):
17131         Simplify and integrate into `makefile-pickup-targets'.
17132         (makefile-add-this-line-macro): Simplify and integrate into
17133         `makefile-pickup-macros.
17134         (makefile-pickup-filenames-as-targets): Simplify.
17135         (makefile-previous-dependency, makefile-match-dependency):
17136         Don't stumble over `::'.
17138 2005-05-19  Nick Roberts  <nickrob@snap.net.nz>
17140         * subr.el (post-command-idle-hook, post-command-idle-delay):
17141         Remove obsoletion of post-command-idle-hook and
17142         post-command-idle-delay.
17144         * faces.el (list-faces-display): Provide button when describe-face
17145         is called to take user back to the list of faces.
17147         * help-fns.el (describe-variable): Remove hyperlinks in a
17148         variable's value as these are quite frequently inappropriate.
17150         * follow.el (follow-submit-feedback, follow-mode):
17151         Remove references to post-command-idle-hook.
17153 2005-05-18  Daniel Pfeiffer  <occitan@esperanto.org>
17155         * progmodes/make-mode.el (makefile-previous-dependency)
17156         (makefile-match-dependency): Check for := (and in bsd mode also
17157         !=) to give a better result, even when font-lock is not on.
17159 2005-05-18  Jay Belanger  <belanger@truman.edu>
17161         * calc/calc-help.el (calc-s-prefix-help):
17162         Add `calc-copy-special-constant' to help string.
17164 2005-05-18  Luc Teirlinck  <teirllm@auburn.edu>
17166         * emacs-lisp/eldoc.el (eldoc-mode): Doc fix.
17168 2005-05-18  Jay Belanger  <belanger@truman.edu>
17170         * calc/calc-poly.el (math-factor-poly-coefs): Make sure the terms
17171         in linear factors are in proper order.
17173 2005-05-18  Carsten Dominik  <dominik@science.uva.nl>
17175         * textmodes/reftex-vars.el (reftex-cite-format-builtin):
17176         Support for jurabib.
17178         * textmodes/reftex.el (featurep): Define aliases for overlay
17179         commands, for XEmacs compatibility, and use these aliases in
17180         overlay initializations.
17181         (reftex-highlight): Use `reftex-move-overlay'.
17182         (reftex-unhighlight): Use `reftex-delete-overlay'.
17183         (reftex-uniq): Function removed.  Use `reftex-uniquify' instead.
17184         (reftex-access-search-path): Use `reftex-uniquify' instead of
17185         `reftex-uniq'
17187         * textmodes/reftex-sel.el (reftex-select-unmark): Overlay
17188         `before-string' property modification enables for Emacs as well.
17189         (reftex-select-item): Use `reftex-delete-overlay'.
17190         (reftex-select-mark): Use `reftex-make-overlay' and
17191         `reftex-overlay-put'.
17192         (reftex-select-unmark): Use `reftex-delete-overlay' and
17193         `reftex-overlay-put'.
17195 2005-05-18  Lute Kamstra  <lute@gnu.org>
17197         * emacs-lisp/lisp.el (check-parens): Fix docstring.
17199 2005-05-18  Juanma Barranquero  <lekktu@gmail.com>
17201         * add-log.el (add-change-log-entry):
17202         * array.el (array-make-template, array-reconfigure-rows)
17203         (array-init-max-row, array-init-max-column)
17204         (array-init-columns-per-line, array-init-field-width):
17205         * replace.el (replace-match-maybe-edit, perform-replace):
17206         * textmodes/spell.el (spell-region):
17207         Replace `read-input' by `read-string'.
17209         * forms.el (forms-mode):
17210         * finder.el (finder-compile-keywords):
17211         * shadowfile.el (shadow-read-files):
17212         Replace `eval-current-buffer' by `eval-buffer'.
17214         * terminal.el (te-pass-through):
17215         * net/ange-ftp.el (ange-ftp-process-filter, ange-ftp-gwp-filter)
17216         (ange-ftp-raw-send-cmd):
17217         * net/telnet.el (telnet-interrupt-subjob, telnet-c-z)
17218         (send-process-next-char, telnet-initial-filter, telnet):
17219         Replace `send-string' by `process-send-string'.
17221         * progmodes/prolog.el (inferior-prolog-mode): Doc fix.
17222         (prolog-consult-region): Replace `send-string' by
17223         `process-send-string'; replace `send-region' by `process-send-region'.
17225         * progmodes/delphi.el (delphi-log-msg):
17226         Replace `set-window-dot' by `set-window-point'.
17228         * subr.el (window-dot, set-window-dot, read-input, send-string)
17229         (send-region, show-buffer, eval-current-buffer):
17230         Make really obsolete, as the comment says.
17232 2005-05-17  Kim F. Storm  <storm@cua.dk>
17234         * emulation/cua-base.el (cua-use-hyper-key): Doc fix.
17235         (cua--init-keymaps): Bind C-return instead of S-return to set
17236         rectangle mark.
17238         * emulation/cua-rect.el (cua--init-rectangles): Bind C-return
17239         instead of S-return to toggle/clear rectangle mark.
17241 2005-05-17  Daniel Pfeiffer  <occitan@esperanto.org>
17243         * progmodes/make-mode.el (makefile-dependency-skip): New variable.
17244         (makefile-macroassign-regex, makefile-make-font-lock-keywords):
17245         Also fontify plain strings assigned to variables, mostly so that a
17246         colon has a face and is thus not taken as a dependency separator.
17247         (makefile-previous-dependency): Inline the new matcher, because it
17248         is too complex to work in both directions.
17249         (makefile-match-dependency): Eliminate `backward' arg (see above).
17250         Completely reimplemented so as to not sometimes go into an endless
17251         loop.  It should also be more efficient, because first it only
17252         searches for `:', instead of applying the very complex regexp.
17253         (makefile-mode): Cancel `font-lock-support-mode', because blocks
17254         to be fontified in one piece can be too long for JIT.
17255         Makefiles are never *that* big.
17257 2005-05-17  Reiner Steib  <Reiner.Steib@gmx.de>
17259         * dired.el (dired-mode): Simplify.
17261 2005-05-17  Lute Kamstra  <lute@gnu.org>
17263         * emacs-lisp/easy-mmode.el (define-minor-mode): Don't generate a
17264         defcustom for the mode hook variable.
17266         * emacs-lisp/authors.el (authors): Do parse the ChangeLogs of the
17267         Emacs Lisp Reference Manual.
17269 2005-05-17  Juanma Barranquero  <lekktu@gmail.com>
17271         * emacs-lisp/cl.el (eql, floatp-safe, plusp, minusp, oddp)
17272         (evenp, list*):
17273         * emacs-lisp/cl-macs.el (macrolet, symbol-macrolet):
17274         * emacs-lisp/cl-seq.el (subsetp, tree-equal): Doc fixes.
17276         * net/tramp-smb.el (tramp-smb-open-connection):
17277         Pass `tramp-chunksize' as fifth (required) argument.
17279 2005-05-16  Daniel Pfeiffer  <occitan@esperanto.org>
17281         * font-lock.el (lisp-font-lock-keywords-1):
17282         Set `font-lock-negation-char-face' for [^...] char group.
17283         (lisp-font-lock-keywords-2): Highlight regexp's \\( \\| \\).
17285         * progmodes/make-mode.el (makefile-dependency-regex): Turn it into
17286         a var, and refine it to mask one more level of nested vars.
17287         (makefile-rule-action-regex): Turn it into a var, and refine it so
17288         it recognizes backslashed continuation lines as belonging to the
17289         same command.
17290         (makefile-macroassign-regex): Refine it so it recognizes
17291         backslashed continuation lines as belonging to the same command.
17292         (makefile-var-use-regex): Don't look at the next char, because it
17293         might be the same one to be skipped by the initial [^$], leading
17294         to an overlooked variable use.
17295         (makefile-make-font-lock-keywords): Remove two parameters, which
17296         are now variables that some of the modes set locally.
17297         Handle dependency and rule action matching through functions, because
17298         regexps alone match too often.  Dependency matching now comes
17299         last, so it can check, whether a colon already matched something else.
17300         (makefile-mode): Inform that font-lock improves makefile parsing
17301         capabilities.
17302         (makefile-match-dependency, makefile-match-action): New functions.
17304 2005-05-16  Juanma Barranquero  <lekktu@gmail.com>
17306         * emacs-lisp/cl-extra.el (equalp): Doc fix.
17308         * align.el (align-regexp):
17309         * ansi-color.el (ansi-color-get-face):
17310         * array.el (array-reconfigure-rows, array-init-max-row)
17311         (array-init-max-column, array-init-columns-per-line)
17312         (array-init-field-width):
17313         * dired-aux.el (dired-trample-file-versions):
17314         * dired-x.el (dired-mark-sexp):
17315         * ediff-diff.el (ediff-extract-diffs, ediff-get-diff3-group):
17316         * edmacro.el (edmacro-finish-edit, edmacro-parse-keys):
17317         * emerge.el (emerge-extract-diffs, emerge-get-diff3-group):
17318         * faces.el (face-read-integer):
17319         * files.el (backup-extract-version, insert-directory):
17320         * hexl.el (hexl-insert-decimal-char):
17321         * server.el (server-process-filter):
17322         * shell.el (shell-extract-num):
17323         * startup.el (command-line-1):
17324         * term.el (term-command-hook):
17325         * time-stamp.el (time-stamp, time-stamp-string-preprocess)
17326         (time-stamp-do-number):
17327         * time.el (display-time-update):
17328         * timezone.el (timezone-parse-date, timezone-zone-to-minute)
17329         (timezone-fix-time):
17330         * vms-patch.el (vms-suspend-resume-hook):
17331         * calendar/appt.el (appt-convert-time):
17332         * calendar/cal-bahai.el (mark-bahai-diary-entries):
17333         * calendar/cal-hebrew.el (mark-hebrew-diary-entries):
17334         * calendar/cal-islam.el (mark-islamic-diary-entries):
17335         * calendar/calendar.el (calendar-cursor-to-date)
17336         (calendar-star-date):
17337         * calendar/diary-lib.el (diary-attrtype-convert)
17338         (mark-diary-entries, diary-entry-time):
17339         * calendar/solar.el (solar-get-number):
17340         * emacs-lisp/lisp-mnt.el (lm-last-modified-date):
17341         * emacs-lisp/re-builder.el (reb-display-subexp):
17342         * emulation/edt.el (edt-set-scroll-margins):
17343         * emulation/tpu-extras.el (tpu-set-scroll-margins):
17344         * emulation/vip.el (vip-get-ex-token, vip-get-ex-buffer)
17345         (vip-get-ex-count):
17346         * emulation/viper-ex.el (viper-get-ex-token)
17347         (viper-get-ex-buffer, viper-get-ex-count, ex-next):
17348         * international/fontset.el (fontset-plain-name):
17349         * mail/feedmail.el (feedmail-look-at-queue-directory):
17350         * mail/mailalias.el (mail-get-names):
17351         * mail/rmail.el (rmail-convert-to-babyl-format):
17352         * mail/rmailsum.el (rmail-make-basic-summary-line)
17353         (rmail-summary-next-same-subject, rmail-summary-rmail-update)
17354         (rmail-summary-goto-msg):
17355         * mail/smtpmail.el (smtpmail-read-response):
17356         * net/ange-ftp.el (ange-ftp-guess-hash-mark-size)
17357         (ange-ftp-vms-add-file-entry):
17358         * play/gametree.el (gametree-looking-at-ply)
17359         (gametree-current-branch-score):
17360         * progmodes/ada-xref.el (ada-prj-find-prj-file)
17361         (ada-xref-find-in-modified-ali, ada-find-in-src-path):
17362         * progmodes/cperl-mode.el (condition-case):
17363         * progmodes/ebrowse.el (ebrowse-set-tree-indentation)
17364         (ebrowse-set-member-buffer-column-width)
17365         (ebrowse-select-1st-to-9nth):
17366         * progmodes/etags.el (etags-snarf-tag):
17367         * progmodes/flymake.el (flymake-parse-line):
17368         * progmodes/idlw-shell.el (idlwave-shell-parse-line)
17369         (idlwave-shell-filter-bp, idlwave-shell-goto-next-error)
17370         (idlwave-shell-menu-def):
17371         * progmodes/ps-mode.el (ps-run-goto-error):
17372         * progmodes/vhdl-mode.el (vhdl-read-offset, vhdl-load-cache)
17373         (vhdl-speedbar-contract-level):
17374         * term/mac-win.el (x-handle-numeric-switch):
17375         * term/sun-mouse.el (sun-get-frame-data):
17376         * term/w32-win.el (x-handle-numeric-switch):
17377         * term/x-win.el (x-handle-numeric-switch):
17378         * textmodes/ispell.el (ispell-parse-output):
17379         * textmodes/nroff-mode.el (nroff-outline-level):
17380         * textmodes/reftex-cite.el (reftex-bib-sort-year)
17381         (reftex-bib-sort-year-reverse, reftex-format-citation):
17382         * textmodes/reftex-parse.el (reftex-init-section-numbers)
17383         (reftex-section-number):
17384         * textmodes/texinfmt.el (texinfo-paragraphindent):
17385         Replace `string-to-int' by `string-to-number'.
17387         * international/latexenc.el: Add page marker to force the "Local
17388         Variables:" string out of the last page.
17390 2005-05-16  Nick Roberts  <nickrob@snap.net.nz>
17392         * progmodes/gud.el (gud-tooltip-mode): Add gud prefix to
17393         tooltip-change-major-mode.
17394         (gud-tooltip-print-command): Remove case where gud-minor-mode
17395         is gdb ("--fullname").
17396         (gud-tooltip-tips): Turn GUD tooltips off for this case and
17397         explain to user.
17399 2005-05-16  Jay Belanger  <belanger@truman.edu>
17401         * calc/calc-store.el (calc-copy-special-constant): New function.
17403         * calc/calc-ext.el (calc-init-extensions): Add binding for
17404         `calc-copy-special-constant'.
17406         * calc/calc-prog.el (calc-edit-format-macro-buffer): Add a case
17407         for the `calc-copy-special-constant' command.
17409 2005-05-16  Nick Roberts  <nickrob@snap.net.nz>
17411         * subr.el (left-fringe-p): New function.
17413         * progmodes/compile.el (compilation-setup): Set local value of
17414         overlay-arrow-string to "" always.
17415         (compilation-set-window): Left fringe then don't scroll.
17416         No left fringe then no arrow and scroll message to top.
17417         (compilation-context-lines): Adjust doc string accordingly.
17419 2005-05-16  Kim F. Storm  <storm@cua.dk>
17421         * ido.el (ido-magic-forward-char, ido-magic-backward-char)
17422         (ido-magic-delete-char): New commands for C-f, C-b, C-d.
17423         (ido-wide-find-dir-or-delete-dir): New command for M-d.
17424         (ido-define-mode-map): Bind them.  Add C-x prefix to fallback commands.
17425         (ido-read-file-name): Handle commands with ido property value
17426         equal to find-file as reading a file name, to allow C-d to enter dired.
17427         (ibuffer-find-file): Add ido property with value find-file.
17429 2005-05-15  Kim F. Storm  <storm@cua.dk>
17431         * subr.el (open-network-stream-nowait): Remove.
17432         (open-network-stream-server): Remove.
17434 2005-05-15  Richard M. Stallman  <rms@gnu.org>
17436         * faces.el (describe-face): Output a definition link button.
17438         * help-mode.el (help-face-def): New button type.
17440         * emacs-lisp/copyright.el (copyright-fix-years):
17441         Match properly if the first year is 2-digit.
17442         Don't mess up the whitespace after the years by filling.
17444         * dired-aux.el (dired-mark-confirm):
17445         Pass t to dired-get-marked-files for DISTINGUISH-ONE-MARKED.
17447         * dired.el (dired-map-over-marks): New arg DISTINGUISH-ONE-MARKED.
17448         (dired-get-marked-files): New arg DISTINGUISH-ONE-MARKED.
17449         (dired-mark-pop-up): Handle FILES = (t FILE) specially.
17451         * emacs-lisp/lisp-mode.el (lisp-mode-variables):
17452         Set font-lock-comment-start-skip.
17454         * font-lock.el (font-lock-comment-start-skip): New variable.
17455         (font-lock-comment-end-skip): New variable.
17456         (font-lock-fontify-syntactically-region): Use them if non-nil.
17458 2005-05-15  Jay Belanger  <belanger@truman.edu>
17460         * calc/calc-store.el (calc-store-value): Return a string rather
17461         than display it as a message.
17462         Use calc-var-name for variable name.
17463         (calc-store-into): Add the result of calc-store-value to message.
17464         (calc-copy-variable): Add a message.
17465         (calc-store-exchange): Improve error messages.
17466         (calc-store-binary, calc-store-map): Don't reset the values of
17467         special constants.
17469 2005-05-14  Luc Teirlinck  <teirllm@auburn.edu>
17471         * emacs-lisp/derived.el (define-derived-mode): Add link to Elisp
17472         manual to docstring.
17474         * files.el (hack-local-variables-confirm): Add STRING argument.
17475         Make the function handle non file visiting buffers correctly.
17476         (hack-local-variables-prop-line, hack-local-variables)
17477         (hack-one-local-variable): Use STRING arg of
17478         `hack-local-variables-confirm'.
17480 2005-05-14  Michael Albinus  <michael.albinus@gmx.de>
17482         Sync with Tramp 2.0.49.
17484         * net/tramp.el (tramp-handle-dired-call-process)
17485         (tramp-handle-insert-directory):`insert-buffer' cannot be used
17486         because the contents of the Tramp buffer is changed before
17487         insertion (`expand-file' and alike).
17488         (tramp-handle-insert-directory): If `localname' has an empty
17489         nondirectory name, it must not be quoted.
17490         (tramp-pre-connection): Add parameter CHUNKSIZE.  Make local
17491         variable `tramp-chunksize'.  Change callees.
17492         (tramp-open-connection-setup-interactive-shell): Check remote host
17493         for buggy `send-process-string' implementation.
17494         Set `tramp-chunksize' if found.  Reported by Michael Kifer
17495         <kifer@cs.sunysb.edu> (and a lot of other people all the years).
17496         (tramp-handle-shell-command): `insert-buffer' cannot be used
17497         because the contents of the Tramp buffer is changed before
17498         insertion (`expand-file' and alike).  Reported by Fr\e,Ai\e(Bd\e,Ai\e(Bric Bothamy
17499         <frederic.bothamy@free.fr>.
17500         (tramp-set-auto-save): Actions should be done for Tramp file name
17501         handler only.  Ange-FTP has its own auto-save mechanism.
17502         Reported by Richard G. Bielawski <Richard.G.Bielawski@wellsfargo.com>.
17503         (tramp-set-auto-save-file-modes): Set file modes of
17504         `buffer-auto-save-file-name' to ?\600 as fallback solution.
17505         Reported by Ferenc Wagner <wferi@tba.elte.hu>.
17506         (tramp-bug): Remove obsolete variable.
17507         (tramp-append-tramp-buffers): Rewrite partly.  More suitable check
17508         for presence of `mml-mode'.  Make it running for older Emacsen as well.
17510 2005-05-14  John Paul Wallington  <jpw@pobox.com>
17512         * ibuf-ext.el (define-ibuffer-filter filename):
17513         If `dired-directory' is a list, use its car.
17515 2005-05-14  Daniel Brockman  <daniel@brockman.se>  (tiny change)
17517         * ibuffer.el (define-ibuffer-column filename):
17518         If `dired-directory' is a list, use its car.
17520 2005-05-14  Richard M. Stallman  <rms@gnu.org>
17522         * subr.el (symbol-file): Doc fix.
17524         * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn): New function.
17525         (byte-compile-form): Call byte-compile-nogroup-warn.
17526         (byte-compile-warning-types): Doc fix.
17528         * eshell/esh-mode.el (eshell-find-tag): Use with-no-warnings.
17530         * progmodes/cc-engine.el (c-literal-faces):
17531         Add font-lock-comment-delimiter-face.
17533         * net/net-utils.el (dig): Use with-no-warnings.
17535         * mail/supercite.el (sc-cite-frame-alist, sc-uncite-frame-alist)
17536         (sc-recite-frame-alist, sc-default-cite-frame)
17537         (sc-default-uncite-frame, sc-default-recite-frame)
17538         (sc-attrib-selection-list, sc-rewrite-header-list):
17539         Mark as risky-local-variable.
17541         * international/ogonek.el (ogonek-jak, ogonek-how):
17542         Don't use beginning-of-buffer.
17544         * emacs-lisp/eldoc.el (eldoc-documentation-function): Add autoload.
17546         * calendar/solar.el (solar-data-list): Move definition up.
17548         * dnd.el (dnd-protocol-alist): Add autoload.
17550         * progmodes/sh-script.el: Many doc usage fixes.
17551         (sh-indent-after-do): Change default to match common styles.
17553 2005-05-13  Luc Teirlinck  <teirllm@auburn.edu>
17555         * files.el (interpreter-mode-alist)
17556         (auto-mode-interpreter-regexp): Doc fixes.
17558 2005-05-13  Matt Hodges  <MPHodges@member.fsf.org>
17560         * tmm.el (tmm-get-keymap): Include only active menus and menu items.
17562         * emacs-lisp/easymenu.el (easy-menu-define): Doc fixes.
17564 2005-05-13  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
17566         * dired.el (dired-mode): make-variable-buffer-local =>
17567         make-local-variable.
17569 2005-05-13  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
17571         * term/mac-win.el (mac-select-convert-to-string): Try coding
17572         systems in mac-script-code-coding-systems if specified one cannot
17573         encode string for `com.apple.traditional-mac-plain-text'.
17575 2005-05-13  Daniel Pfeiffer  <occitan@esperanto.org>
17577         * progmodes/make-mode.el (makefile-targets-face)
17578         (makefile-shell-face, makefile-makepp-perl-face): New faces.
17579         (makefile-dependency-regex): Fix it to not make the colon in
17580         $(var:a=b) special.
17581         (makefile-rule-action-regex): New regexp for highlighting embedded
17582         Shell strings.
17583         (makefile-macroassign-regex): Handle != for highlighting as
17584         embedded Shell strings.
17585         (makefile-var-use-regex): New const.
17586         (makefile-statements, makefile-automake-statements)
17587         (makefile-gmake-statements, makefile-makepp-statements)
17588         (makefile-bsdmake-statements): New consts.
17589         (makefile-make-font-lock-keywords): New function.
17590         (makefile-automake-font-lock-keywords)
17591         (makefile-gmake-font-lock-keywords)
17592         (makefile-makepp-font-lock-keywords)
17593         (makefile-bsdmake-font-lock-keywords): New consts.
17594         (makefile-mode-map): Add switchers between the various submodes.
17595         (makefile-mode): Document the availability of the variants.
17596         (makefile-automake-mode, makefile-gmake-mode)
17597         (makefile-makepp-mode, makefile-bsdmake-mode): New derived modes.
17599         * files.el (auto-mode-alist, interpreter-mode-alist): Set up the
17600         new variants of makefile-mode.
17602 2005-05-12  Stefan Monnier  <monnier@iro.umontreal.ca>
17604         * font-lock.el (font-lock-comment-delimiter-face): Fix up
17605         the inheritance.
17607 2005-05-12  Luc Teirlinck  <teirllm@auburn.edu>
17609         * progmodes/inf-lisp.el (inferior-lisp-mode-hook)
17610         (inferior-lisp-load-hook): Convert defcustoms back to defvars.
17612         * files.el (normal-mode): Extend the scope of the
17613         `enable-local-variables' binding to include the `set-auto-mode' call.
17614         (magic-mode-alist): Doc fix.
17616 2005-05-12  Stefan Monnier  <monnier@iro.umontreal.ca>
17618         * font-lock.el (font-lock-comment-delimiter-face): Inherit from
17619         font-lock-comment-face rather than copying its setting.
17621 2005-05-12  Andreas Schwab  <schwab@suse.de>
17623         * eshell/esh-mode.el (eshell-send-input): Doc fix.
17625 2005-05-12  Lute Kamstra  <lute@gnu.org>
17627         * emacs-lisp/generic.el (define-generic-mode): Don't generate a
17628         defcustom for the mode hook variable.  Delete the last argument.
17629         * generic-x.el: Fix callers of define-generic-mode.
17630         (generic-x-modes): Delete group.
17631         (show-tabs-tab-face, show-tabs-space-face): Put them in the
17632         generic-x customization group.
17634 2005-05-12  Kim F. Storm  <storm@cua.dk>
17636         * font-lock.el (font-lock-negation-char-face): Default to "off".
17638         * progmodes/cc-fonts.el (c-basic-matchers-before): Don't apply
17639         font-lock-negation-char-face to ! in !=.
17641 2005-05-12  Masatake YAMATO  <jet@gyve.org>
17643         * add-log.el (find-change-log): Fix typos in the docstring
17644         of function.
17646 2005-05-11  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
17648         * international/latexenc.el (latexenc-find-file-coding-system):
17649         Avoid `re-search-forward' when looking for input encoding because
17650         of speed and safety.  Better regular expressions for recognizing
17651         input encoding.  Limit a search for TeX-master/tex-main-file to
17652         the local variable section.
17654 2005-05-11  Dan Nicolaescu  <dann@ics.uci.edu>
17656         * progmodes/sh-script.el (sh-mode-default-syntax-table): Set the
17657         syntax of $ to "'" (quote).
17659 2005-05-11  Reiner Steib  <Reiner.Steib@gmx.de>
17661         * dnd.el (dnd-protocol-alist): Improve custom type.
17663         * dired.el (dired-dnd-protocol-alist): New variable.
17664         (dired-mode): Use `dired-dnd-protocol-alist'.  Move call of
17665         `dired-mode-hook' to the end.
17667 2005-05-11  Stefan Monnier  <monnier@iro.umontreal.ca>
17669         * font-lock.el (font-lock-fontify-syntactically-region): Don't use
17670         comment-end if comment-start-skip is not set.
17671         Obey the font-lock-comment-delimiter-face variables.
17673 2005-05-11  Stefan Monnier  <monnier@iro.umontreal.ca>
17675         * files.el (executable-find): Move from executable.el.  Use
17676         locate-file.
17677         * progmodes/executable.el (executable-find): Move to files.el.
17679         * font-lock.el (font-lock-fontify-keywords-region): Use a marker
17680         when trying to ensure forward progress.
17682 2005-05-11  Chong Yidong  <cyd@stupidchicken.com>
17684         * mouse-sel.el (mouse-sel-follow-link-p): New function.
17685         (mouse-select, mouse-select-internal, mouse-extend-internal):
17686         Use it to implement mouse-1-click-follows-link functionality.
17688 2005-05-11  Richard M. Stallman  <rms@gnu.org>
17690         * font-lock.el (font-lock-fontify-syntactically-region):
17691         Use font-lock-comment-delimiter-face for comment delimiters.
17693 2005-05-10  Jay Belanger  <belanger@truman.edu>
17695         * calc/calc-help.el (calc-m-prefix-help): Add mention of
17696         preserving embedded modes.
17698 2005-05-10  Richard M. Stallman  <rms@gnu.org>
17700         * progmodes/sh-script.el (sh-indent-for-do): Default to 0.
17702         * progmodes/ada-mode.el (ada-adjust-case-skeleton):
17703         Move from ada-stmt.el.
17704         (ada-mode): Add ada-adjust-case-skeleton to skeleton-end-hook.
17706         * progmodes/ada-stmt.el (ada-adjust-case-skeleton):
17707         Move to ada-mode.el.
17708         (ada-stmt-mode-hook): Delete; do the work in ada-mode.
17710         * cus-edit.el (custom-file): Call file-chase-links.
17712         * files.el (read-directory-name): Fix previous change.
17713         (hack-local-variables-confirm): New function.
17714         (hack-local-variables-prop-line, hack-local-variables)
17715         (hack-one-local-variable): Use it.
17717 2005-05-10  Lute Kamstra  <lute@gnu.org>
17719         * font-lock.el (font-lock-keywords-alist)
17720         (font-lock-removed-keywords-alist): Clarify docstrings.
17722 2005-05-10  Nick Roberts  <nickrob@snap.net.nz>
17724         * progmodes/gdb-ui.el (gdb-macro-info): New variable.
17725         (gdb-source-info): Check for preprocessor info.
17726         (gdb-tooltip-print-1): New function.  Don't print tooltip if it is
17727         a macro for a function.
17728         (gdb-info-breakpoints-custom): Try to find file again if not already
17729         found (user might have used GDB dir command).
17730         (gdb-get-location): Update gdb-location-alist correctly for change
17731         to gdb-info-breakpoints-custom.
17733         * progmodes/gud.el (gud-tooltip-mode): Require tooltip to be safe.
17734         (gud-tooltip-print-command): Add gdbmi case.
17735         (gud-tooltip-tips): Call gdb-tooltip-print-1 first if there is
17736         preprocessor info.
17738 2005-05-09  Reiner Steib  <Reiner.Steib@gmx.de>
17740         * startup.el (fancy-splash-insert): Fix typo in doc string.
17742 2005-05-09  Juanma Barranquero  <lekktu@gmail.com>
17744         * obsolete/float.el (string-to-float):
17745         * obsolete/hilit19.el (hilit-add-pattern):
17746         * obsolete/rnews.el (news-parse-range, news-select-message)
17747         (news-get-pruned-list-of-files): Replace `string-to-int' by
17748         `string-to-number'.
17750         * obsolete/uncompress.el: Set `find-file-not-found-functions', not
17751         `find-file-not-found-hooks'; use `add-hook'.
17752         (uncompress-while-visiting): Set `write-file-functions', not
17753         `write-file-hooks'; use `add-hook'.
17755 2005-05-09  Kim F. Storm  <storm@cua.dk>
17757         * emulation/cua-base.el (cua-copy-region, cua-cut-region)
17758         (cua-paste): Handle clipboard action.
17759         (cua--init-keymaps): Remap clipboard-kill-region and
17760         clipboard-kill-ring-save.
17762 2005-05-08  Eli Zaretskii  <eliz@gnu.org>
17764         * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
17765         Improve commentary.
17767         * simple.el (next-error-overlay-arrow-position): Revert the change
17768         made on 2005-04-30.
17770 2005-05-07  Jay Belanger  <belanger@truman.edu>
17772         * calc/calcsel2.el (calc-commute-left, calc-commute-right)
17773         (calc-sel-unpack, calc-sel-isolate): Rename variable `reselect' to
17774         `calc-sel-reselect'.
17776         * calc/calc-mode.el (calc-save-modes): Reset the modes list if
17777         Calc is in embedded mode.
17779 2005-05-07  Eli Zaretskii  <eliz@gnu.org>
17781         * progmodes/compile.el (compilation-setup):
17782         Set overlay-arrow-string to an empty string on text terminals.
17784         * textmodes/ispell.el (ispell-program-name): Try looking for
17785         "aspell" along exec-path, and if found, use it as the default
17786         speller program.
17788 2005-05-07  Jirka Kosek  <jirka@kosek.cz>  (tiny change)
17790         * international/mule.el (sgml-xml-auto-coding-function):
17791         Recognize encoding='FOO' in single quotes as well as in double quotes.
17793 2005-05-07  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
17795         * emacs-lisp/cl-macs.el (cl-transform-lambda): Recognize `declare'
17796         as well as `interactive', so that defmacro* would recognize
17797         `declare' forms.
17799 2005-05-07  Eli Zaretskii  <eliz@gnu.org>
17801         * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
17802         Explain more about the LIGHTER arg's usage in the doc string.
17803         Add commentary to clarify what the code does.  Fix the regexp that
17804         strips whitespace from LIGHTER.  Quote LIGHTER before using it,
17805         since it could have characters special to regular expressions.
17807 2005-05-07  Matt Hodges  <MPHodges@member.fsf.org>  (tiny change)
17809         * replace.el (occur-1): Bind inhibit-read-only so that
17810         erase-buffer doesn't barf on read-only text properties (likewise
17811         for add-text-properties in occur-engine).  Mark buffer as unmodified.
17812         (occur-engine): Don't set buffer-read-only here.
17814 2005-05-06  Stefan Monnier  <monnier@iro.umontreal.ca>
17816         * pcvs.el (cvs-mode-commit, cvs-mode-edit-log): Don't fiddle with
17817         list-buffers-directory.  This caused the *cvs-commit* buffer to be
17818         sometimes mistakenly reused as a *cvs* buffer.
17820 2005-05-07  Nick Roberts  <nickrob@snap.net.nz>
17822         * tooltip.el: Move code for GUD tooltips into gud.el.
17823         (require): CL no longer needed to compile case.
17824         (tooltip-mode): Do not toggle functions for GUD tooltips.
17825         (tooltip-gud-tips-p): Remove.  Replace with minor mode
17826         gud-tooltip-mode in gud.el.
17827         (tooltip-gud-modes, tooltip-gud-display, tooltip-gud-echo-area)
17828         (tooltip-gud-toggle-dereference): Rename in gud.el by replacing
17829         tooltip-gud prefix with gud-tooltip and obsolete.
17830         (tooltip-change-major-mode, tooltip-activate-mouse-motions-if-enabled)
17831         (tooltip-mouse-motions-active, tooltip-activate-mouse-motions)
17832         (tooltip-mouse-motion): Mouse movement functions/variable.
17833         Rename in gud.el by adding gud prefix.
17834         (tooltip-gud-original-filter, tooltip-gud-dereference)
17835         (tooltip-gud-event, tooltip-toggle-gud-tips)
17836         (tooltip-gud-process-output, tooltip-gud-print-command)
17837         (tooltip-gud-tips): GUD tooltip functions/variables.  Rename in
17838         gud.el by replacing tooltip-gud prefix with gud-tooltip.
17839         (gdb-tooltip-print): Move to gdb-ui.el.
17841         * progmodes/gud.el: Move code for GUD tooltips from tooltip.el.
17842         (require): CL needed to compile case.
17843         (gud-tooltip-mode): Use to toggle GUD tooltips instead of
17844         tooltip-gud-tips-p.  Make it a minor-mode.
17845         (gud-find-file): Only prepare GUD tooltips if gud-tooltip-mode is t.
17846         (gud-menu-map): GUD tooltips use gud-tooltip-mode now.
17847         (gud-tooltip-modes, gud-tooltip-display, gud-tooltip-echo-area)
17848         (gud-tooltip-change-major-mode)
17849         (gud-tooltip-activate-mouse-motions-if-enabled)
17850         (gud-tooltip-mouse-motions-active, gud-tooltip-activate-mouse-motions)
17851         (gud-tooltip-mouse-motion, gud-tooltip-toggle-dereference)
17852         (gud-tooltip-original-filter, gud-tooltip-dereference)
17853         (gud-tooltip-event, tooltip-toggle-gud-tips)
17854         (gud-tooltip-process-output, gud-tooltip-print-command)
17855         (gud-tooltip-tips): Move from tooltip.el.
17857         * progmodes/gdb-ui.el (gdb-tooltip-print): Move from tooltip.el.
17858         (gdb-cpp-define-alist-flags): Doc fix.
17859         (gdb-set-gud-minor-mode-1): Only prepare GUD tooltips if
17860         gud-tooltip-mode is t.
17862 2005-05-06  Stefan Monnier  <monnier@iro.umontreal.ca>
17864         * net/goto-addr.el (goto-address-fontify): Make sure the overlays
17865         evaporate if their text is deleted.
17866         (goto-address-at-point): Make it work as a mouse binding as well.
17867         (goto-address-at-mouse): Obsolete it.  Update users.
17869 2005-05-06  Glenn Morris  <gmorris@ast.cam.ac.uk>
17871         * calendar/appt.el (top-level): No longer activate on load.
17873 2005-05-06  Juanma Barranquero  <lekktu@gmail.com>
17875         * calendar/cal-bahai.el (mark-bahai-diary-entries):
17876         * net/webjump.el (webjump):
17877         * progmodes/idlw-help.el (idlwave-do-context-help1)
17878         (idlwave-highlight-linked-completions):
17879         * textmodes/po.el (po-find-file-coding-system-guts):
17880         Replace `assoc-ignore-case' by `assoc-string'.
17882 2005-05-06  Eli Zaretskii  <eliz@gnu.org>
17884         * files.el (locate-file): Doc fix.
17886         * progmodes/gdb-ui.el (gdb-cpp-define-alist-program): Doc fix.
17887         Remove the redundant test for ms-dos.
17889         * progmodes/cmacexp.el (c-macro-preprocessor): Use locate-file to
17890         look for the preprocessor with exec-suffixes.  If not found in
17891         standard places, look in exec-path.  Remove most of the tests that
17892         used system-type.
17894         * loadup.el: Load jka-cmpr-hook instead of jka-comp-hook.
17896         * jka-compr.el (jka-compr-uninstall): Add autoload cookie.
17898         * jka-cmpr-hook.el: Renamed from jka-comp-hook.el, to avoid
17899         file-name clash with jka-compr.el on 8+3 filesystems.
17901 2005-05-06  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
17903         * term/mac-win.el: Don't define or bind scroll bar functions if
17904         x-toolkit-scroll-bars is t.
17905         (x-select-text, x-get-selection-value): Clear
17906         x-last-selected-text-clipboard if x-select-enable-clipboard is
17907         nil.
17908         (PRIMARY): Put mac-scrap-name property.
17909         (mac-select-convert-to-file-url): New function.
17910         (public.file-url): New selection target type.  Add to
17911         selection-converter-alist.
17912         (x-get-selection, x-selection-value): Handle it.
17913         (x-cut-buffer-or-selection-value): New alias.
17915 2005-05-05  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
17917         * textmodes/bibtex.el (bibtex-summary): Use current BibTeX
17918         entry to avoid calling bibtex-find-entry with arg global
17919         being t.  Remove arg key.
17920         (bibtex-summary-function, bibtex-complete-crossref-cleanup)
17921         (bibtex-copy-summary-as-kill): Change accordingly.
17923 2005-05-05  Stefan Monnier  <monnier@iro.umontreal.ca>
17925         * textmodes/org.el (org-get-entries-from-diary): Remove unused vars.
17926         (org-agenda-date-later): Use with-current-buffer.
17928 2005-05-05  Luc Teirlinck  <teirllm@auburn.edu>
17930         * emacs-lisp/byte-run.el (define-obsolete-function-alias)
17931         (define-obsolete-variable-alias): Doc Fixes.
17933 2005-05-06  Kim F. Storm  <storm@cua.dk>
17935         * simple.el (line-move-1): Fix 2005-04-26 change.  Must still use
17936         vertical-motion when selective-display is active.
17938         * ido.el (ido-setup-hook): New hook.
17939         (ido-define-mode-map-hook): Remove hook; use ido-setup-hook instead.
17940         (ido-input-stack): New var.
17941         (ido-define-mode-map): Bind M-b to ido-push-dir.  Move old
17942         ido-next-work-file binding to M-O.
17943         Bind M-f to ido-wide-find-file-or-pop-dir.
17944         (ido-define-mode-map): Don't run ido-define-mode-map-hook.
17945         (ido-read-internal): Run ido-setup-hook.
17946         Catch quit in read-file-name and read-string to cancel edit.
17947         Handle new push, pop, and pop-all exit codes (for M-b/M-f).
17948         Automatically pop-all when completing a directory name (RET).
17949         (ido-file-internal): Add with-no-warnings around ffap and dired code.
17950         (ido-exit-minibuffer): Use exit-minibuffer instead of throw.
17951         (ido-wide-find-file, ido-wide-find-dir): Catch quit to cancel find.
17952         (ido-push-dir, ido-pop-dir, ido-wide-find-file-or-pop-dir):
17953         New functions for M-b/M-f to move among the directory components.
17954         (ido-make-merged-file-list): Catch quit to cancel merge.
17955         (ido-make-dir-list): Delete "." when ido-input-stack is non-empty.
17956         (ido-completion-help): No warnings for ido-completion-buffer-full.
17958 2005-05-05  Daniel Pfeiffer  <occitan@esperanto.org>
17960         * font-lock.el (font-lock-negation-char-face): New face and variable.
17961         * progmodes/cc-fonts.el (c-cpp-matchers): Use it.
17962         * progmodes/sh-script.el (sh-font-lock-keywords): Use it.
17963         * progmodes/cperl-mode.el (cperl-init-faces): Use it.
17964         * progmodes/make-mode.el (makefile-font-lock-keywords): Use it.
17966 2005-05-05  Juanma Barranquero  <lekktu@gmail.com>
17968         * emacs-lisp/byte-run.el (define-obsolete-function-alias):
17969         Fix typo in docstring.
17971         * progmodes/ebrowse.el (ebrowse-install-1-to-9-keys)
17972         (ebrowse-print-statistics-line)
17973         (ebrowse-electric-position-mode-hook): Fix typo in docstring.
17975         * term/w32-win.el (image-library-alist): Add additional name for
17976         Xpm library.
17978 2005-05-05  Nick Roberts  <nickrob@snap.net.nz>
17980         * progmodes/cmacexp.el (c-macro-preprocessor): Update for BSD and
17981         use gcc instead of cpp.
17983         * progmodes/gdb-ui.el (gdb-cpp-define-alist-flags): New variable.
17984         (gdb-create-define-alist): Use it.
17985         (gdb-cpp-define-alist-program): Update for MS-DOS.
17987 2005-05-04  Nick Roberts  <nickrob@snap.net.nz>
17989         * progmodes/cmacexp.el (c-macro-preprocessor): Update for Mac OS X.
17991 2005-05-04  Richard M. Stallman  <rms@gnu.org>
17993         * help.el (describe-key): No error when UNTRANSLATED is nil.
17995         * simple.el (line-move-1): Fix previous change to signal errors
17996         appropriately.
17998 2005-05-03  Ulf Jasper  <ulf.jasper@web.de>
18000         * calendar/icalendar.el (icalendar-version): Now at 0.12.
18001         (icalendar-duration-correction): Remove.
18002         (icalendar--get-event-properties): Split result at commas.
18003         (icalendar--decode-isoduration): New optional argument
18004         DURATION-CORRECTION.
18005         (icalendar--convert-ordinary-to-ical, icalendar--convert-sexp-to-ical)
18006         (icalendar--convert-yearly-to-ical, icalendar--convert-weekly-to-ical)
18007         (icalendar--convert-block-to-ical, icalendar--convert-float-to-ical)
18008         (icalendar--convert-date-to-ical, icalendar--convert-cyclic-to-ical)
18009         (icalendar--convert-anniversary-to-ical): New functions, extracted
18010         from icalendar-export-region, with bug fixes.
18011         (icalendar-export-region): Use the above functions.
18012         (icalendar-import-buffer): Check before saving diary file.
18013         (icalendar--convert-recurring-to-diary)
18014         (icalendar--convert-non-recurring-all-day-to-diary)
18015         (icalendar--convert-non-recurring-not-all-day-to-diary): New functions,
18016         extracted from icalendar--convert-ical-to-diary, with bug fixes.
18017         (icalendar--convert-ical-to-diary): Use the above functions.
18019 2005-05-03  Nick Roberts  <nickrob@snap.net.nz>
18021         * progmodes/cc-mode.el (cc-define-alist, cc-create-define-alist):
18022         Remove these recent additions.
18023         (c-mode): Restore to before 2005-04-28.
18025         * progmodes/cc-vars.el (cc-define-list-program): Remove this
18026         recent addition.
18028         * progmodes/gdb-ui.el (gdb-cpp-define-alist-program)
18029         (gdb-define-alist): New variables.
18030         (gdb-create-define-alist): New function.
18031         (gdb-set-gud-minor-mode-1): Handle gdb-define-alist.
18032         (gdb-source, gdb-memory-set-repeat-count): Replace string-to-int
18033         with string-to-number.
18034         (gdb-reset): Kill gdb-define-alist.  Move assignments outside loop.
18036         * progmodes/gud.el: Replace string-to-int with string-to-number.
18037         (gud-find-file): Handle gdb-define-alist.
18039         * tooltip.el (tooltip-gud-tips): Use gdb-define-alist.
18041 2005-05-02  Jay Belanger  <belanger@truman.edu>
18043         * calc/calc-aent.el (math-read-token):
18044         * calc/calc-bin.el (calc-word-size):
18045         * calc/calc-ext.el (calc-read-number-fancy):
18046         * calc/calc-forms.el (calc-time, calc-date-notation, math-this-year)
18047         (math-parse-date, math-parse-standard-date, calcFunc-tzone):
18048         * calc/calc-frac.el (calc-over-notation):
18049         * calc/calc-graph.el (calc-graph-plot, calc-graph-set-styles)
18050         (calc-graph-num-points, calc-graph-init):
18051         * calc/calc-prog.el (calc-read-parse-table-part)
18052         (calc-edit-macro-repeats):
18053         * calc/calc-yank.el (calc-do-grab-rectangle):
18054         * calc/calc.el (calcDigit-key, math-read-number, math-read-bignum):
18055         Replace `string-to-int' by `string-to-number'.
18057 2005-05-02  Kim F. Storm  <storm@cua.dk>
18059         * kmacro.el: Use executing-kbd-macro-index variable.
18061 2005-05-02  Thien-Thi Nguyen  <ttn@gnu.org>
18063         * net/rlogin.el (rlogin-parse-words): Delete func.
18064         (rlogin): Use split-string, not rlogin-parse-words.
18065         Also, if there are option-like elements in the parsed args,
18066         take the host to be the first arg immediately following them.
18067         Suggested by Michael Mauger.
18069 2005-05-01  Luc Teirlinck  <teirllm@auburn.edu>
18071         * subr.el (executing-macro): Use `define-obsolete-variable-alias'.
18073 2005-05-02  Nick Roberts  <nickrob@snap.net.nz>
18075         * progmodes/cc-mode.el (cc-create-define-alist): Use a shell.
18076         (cc-mode-cpp-program): Rename to cc-define-list-program and
18077         move to cc-vars.el.
18079         * progmodes/cc-vars.el (cc-define-list-program):
18080         Change to "gcc -E -dM -".  Make customizable.
18082 2005-05-02  Kim F. Storm  <storm@cua.dk>
18084         * emulation/cua-base.el: Fix check for CUA-mode if no init file.
18086 2005-05-02  Nick Roberts  <nickrob@snap.net.nz>
18088         * progmodes/cc-mode.el (cc-mode-cpp-program): Change to "gcc -E".
18090         * international/mule-util.el (truncate-string): Remove alias and
18091         obsolete declaration.
18093         * international/mule-cmds.el (update-iso-coding-systems):
18094         Remove alias and obsolete declaration.
18096         * international/mule.el (coding-system-parent): Remove alias and
18097         obsolete declaration.
18099         * subr.el (define-function, sref): Remove aliases and obsolete
18100         declarations.
18101         (chars-in-region): Remove obsolete declaration.
18103 2005-05-01  Richard M. Stallman  <rms@gnu.org>
18105         * info.el (Info-mode): Set widen-automatically to nil, locally.
18107         * simple.el (widen-automatically): New variable.
18108         (pop-global-mark): Obey widen-automatically.
18110 2005-05-01  Dan Nicolaescu  <dann@ics.uci.edu>
18112         * term/xterm.el (function-key-map): Call substitute-key-definition
18113         before the keymap size is increased by a lot of define-key calls.
18115 2005-05-01  Richard M. Stallman  <rms@gnu.org>
18117         * subr.el (add-to-invisibility-spec, remove-from-invisibility-spec):
18118         Rename ARG to ELEMENT.  Doc fix.
18120 2005-05-01  Nick Roberts  <nickrob@snap.net.nz>
18122         * allout.el (allout-exposure): Remove macro and obsolete declaration.
18123         Remove references to allout-exposure/change to allout-new-exposure.
18125         * emacs-lisp/bytecomp.el (dot, dot-min, dot-max): Don't create
18126         bytecode symbols.
18128         * subr.el (dot, dot-marker, dot-min, dot-max, buffer-flush-undo)
18129         (compiled-function-p, focus-frame, unfocus-frame):
18130         Remove aliases and obsolete declarations.
18131         Back out inadvertent changes from previous commit.
18133 2005-05-01  Luc Teirlinck  <teirllm@auburn.edu>
18135         * files.el (require-final-newline): Make Custom tags consistent
18136         with mode-require-final-newline.
18137         (mode-require-final-newline): Doc fix.
18139 2005-05-01  Stefan Monnier  <monnier@iro.umontreal.ca>
18141         * international/latexenc.el (latexenc-find-file-coding-system):
18142         Fix regular expressions.
18144 2005-05-01  David Kastrup  <dak@gnu.org>
18146         * international/latexenc.el (latexenc-find-file-coding-system):
18147         Fix regular expressions.
18149 2005-05-01  Nick Roberts  <nickrob@snap.net.nz>
18151         * subr.el (string-to-int): Make obsolete.
18153 2005-04-30  Richard M. Stallman  <rms@gnu.org>
18155         * simple.el (next-error-overlay-arrow-position): Turn off, for ttys.
18157         * loadup.el: load jka-comp-hook.
18159         * jka-compr.el: Many functions and vars moved to jka-comp-hook.el.
18160         (jka-compr-handler): Add autoload.  `put' calls moved
18161         to jka-comp-hook.el.
18162         (compression, jka-compr): defgroups moved to jka-comp-hook.el.
18163         (jka-compr-inhibit): Autoload.
18165         * jka-comp-hook.el: New file.
18166         Enable the mode by default.
18168         * files.el (backup-buffer-copy): Use copy-file instead
18169         of write-region, and put back the 'excl.
18171 2005-04-30  Chong Yidong  <cyd@stupidchicken.com>
18173         * progmodes/flymake.el (flymake-split-string)
18174         (flymake-split-string, flymake-log, flymake-pid-to-names)
18175         (flymake-reg-names, flymake-get-source-buffer-name)
18176         (flymake-unreg-names, flymake-add-line-err-info)
18177         (flymake-add-err-info): Clarify docstrings.
18178         (flymake-popup-menu, flymake-make-emacs-menu)
18179         (flymake-make-xemacs-menu): Add docstrings.
18180         (flymake-get-buffer-*, flymake-set-buffer-*): Functions deleted.
18181         Set variables directly throughout.
18183 2005-04-30  Nick Roberts  <nickrob@snap.net.nz>
18185         * progmodes/cc-mode.el (cc-create-define-alist): Check that file
18186         exists.  Initialize cc-define-alist.
18187         (c-mode): Add cc-create-define-alist locally to after-save-hook.
18188         If there is no file (Macroexpansion) don't create an alist.
18190 2005-04-29  Sam Steingold  <sds@gnu.org>
18192         * progmodes/cc-mode.el (cc-mode-cpp-program): New user variable.
18193         (cc-create-define-alist): Use it instead of the hard-coded string.
18195 2005-04-29  Stefan Monnier  <monnier@iro.umontreal.ca>
18197         * international/mule-conf.el (file-coding-system-alist): Fix regexp
18198         for latexenc.
18200 2005-04-29  Lute Kamstra  <lute@gnu.org>
18202         * emacs-lisp/generic.el: Improve commentary section.
18203         (define-generic-mode): Improve docstring.
18205 2005-04-29  Carsten Dominik  <dominik@science.uva.nl>
18207         * textmodes/org.el (many places): Change to quiet the byte compiler.
18208         (org-prefix-format-compiled): New variable.
18209         (org-compile-prefix-format): New function.
18210         (org-timeline, org-agenda, org-diary): Call org-compile-prefix-format.
18211         (org-agenda-prefix-format, org-timeline-prefix-format): New options.
18212         (org-agenda-get-scheduled): Check if file is opened in `org-mode'.
18213         (org-get-entries-from-diary): Use `org-get-time-of-day' for
18214         consistency with entries from `org-mode' files.
18215         (org-get-time-of-day): Fix bug with partial matches early in a line.
18216         (org-non-link-chars): New constant.
18217         (org-link-regexp): Respect `org-non-link-chars'.
18218         (org-agenda-day-view): Remove command.
18219         (org-agenda-toggle-week-view): Rename from `org-agenda-week-view'.
18220         (org-follow-bbdb-link, org-store-link): Search also company field.
18221         (org-highlight-overlay): New variable.
18222         (org-highlight, org-unhighlight): New functions.
18223         (org-agenda-mode): Add pre-command-hook to remove highlight.
18224         (org-evaluate-time-range): Behavior depends upon whether time stamp
18225         contains a time or not.
18226         (org-show-subtree, org-show-entry): New functions.
18227         (org-agenda-cleanup-fancy-diary): Remove empty lines.
18229 2005-04-28  Luc Teirlinck  <teirllm@auburn.edu>
18231         * comint.el (comint-output-filter-functions): Add autoload cookie.
18233 2005-04-28  Kim F. Storm  <storm@cua.dk>
18235         * ido.el (ido-everywhere): Fix last change.
18237 2005-04-28  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
18239         * international/latexenc.el: New file.
18240         * international/mule-conf.el (file-coding-system-alist): For .tex,
18241         .ltx, .dtx and .drv extensions, use `latexenc-find-file-coding-system'.
18243 2005-04-28  Lute Kamstra  <lute@gnu.org>
18245         * font-lock.el (font-lock-add-keywords)
18246         (font-lock-remove-keywords): Clarify docstring.
18247         (font-lock-keywords-alist, font-lock-removed-keywords-alist):
18248         Don't start docstrings with a `*'.
18249         (font-lock-update-removed-keyword-alist): Give it a docstring.
18251         * generic-x.el: Update commentary section.
18252         Only require font-lock when compiling.
18253         Define all modes conditionally.
18254         Place all generic modes in the generic-x-modes customization group.
18255         (generic-x-modes): New customization group.
18256         (generic-default-modes, generic-mswindows-modes)
18257         (generic-unix-modes, generic-other-modes): New constants.
18258         (generic-define-mswindows-modes, generic-define-unix-modes):
18259         Update docstrings.  Make them obsolete.
18260         (generic-extras-enable-list): New default value.  Update docstring.
18261         Improve :type.  Change :set function.
18262         (bat-generic-mode-syntax-table, rul-generic-mode-syntax-table):
18263         Fix docstring.
18265         * emacs-lisp/generic.el (generic-mode-internal):
18266         Simplify font-lock-defaults.
18267         (define-generic-mode): Fix docstring.
18269 2005-04-28  Stefan Monnier  <monnier@iro.umontreal.ca>
18271         * progmodes/grep.el (grep-mode-font-lock-keywords): Use the
18272         font-lock-face property to highlight matches.
18274 2005-04-28  Nick Roberts  <nickrob@snap.net.nz>
18276         * progmodes/cc-mode.el (cc-create-define-alist): New function.
18277         (cc-define-alist): New variable.
18278         (c-mode): Make it local and initialize it.
18280         * progmodes/gdb-ui.el (gdb-active-process): New variable.
18281         (gdb-exited): New function.
18282         (gdb-annotation-rules): Use it.
18283         (gdb-starting): Set gdb-active-process to t.
18284         (gdb-stopping): Amend doc string.
18285         (gdb-reset): Set gdb-active-process to nil.
18287         * tooltip.el (tooltip-gud-tips): Show the associated #define
18288         directives when a C program under GDB is not executing.
18290 2005-04-27  Stefan Monnier  <monnier@iro.umontreal.ca>
18292         * progmodes/cperl-mode.el (cperl-mode): Don't precompile the
18293         font-lock-fontify-syntactic-keywords.
18295         * font-lock.el (font-lock-default-fontify-region): Don't force
18296         parse-sexp-lookup-properties to nil.
18298 2005-04-27  Alexander Klimov  <alserkli@inbox.ru>  (tiny change)
18300         * man.el (man-mode-syntax-table): Set up `:' to have
18301         word-constituent syntax.
18303 2005-04-27  Lute Kamstra  <lute@gnu.org>
18305         * novice.el (disable-command): Don't add spurious newlines to the
18306         init file.  Reported by Dan Jacobson <jidanni@jidanni.org>.
18308 2005-04-26  Jay Belanger  <belanger@truman.edu>
18310         * calc/calc-yank.el (calc-edit-finish): Make sure there is more
18311         than one window before deleting window.
18313 2005-04-26  Luc Teirlinck  <teirllm@auburn.edu>
18315         * shell.el (shell-prompt-pattern): Doc fix.
18316         (shell-mode): Set paragraph-separate buffer locally to "\\'".
18318         * comint.el (comint-prompt-regexp, comint-get-old-input)
18319         (comint-use-prompt-regexp)
18320         (comint-use-prompt-regexp-instead-of-fields)
18321         (comint-replace-by-expanded-history, comint-send-input)
18322         (comint-output-filter, comint-get-old-input-default)
18323         (comint-line-beginning-position, comint-bol, comint-show-output)
18324         (comint-backward-matching-input, comint-forward-matching-input)
18325         (comint-next-prompt, comint-previous-prompt):
18326         Rename `comint-use-prompt-regexp-instead-of-fields' to
18327         `comint-use-prompt-regexp'.  Keep old name as alias and declare
18328         obsolete.
18329         (comint-use-prompt-regexp): Shorten first line of doc string.
18331         * ielm.el (inferior-emacs-lisp-mode): Adapt to above name change.
18332         Set paragraph-separate buffer locally to "\\'".
18334         * hippie-exp.el (try-expand-line, try-expand-line-all-buffers):
18335         Adapt to above name change.
18337         * net/net-utils.el (nslookup-prompt-regexp, ftp-prompt-regexp)
18338         (smbclient-prompt-regexp): Ditto.
18340         * progmodes/inf-lisp.el (inferior-lisp-prompt): Ditto.
18342 2005-04-27  Nick Roberts  <nickrob@snap.net.nz>
18344         * progmodes/gdb-ui.el (gdb-location-alist): Rename from
18345         gdb-location-list.
18346         Break lines that are over 80 characters wide.
18348 2005-04-26  Stefan Monnier  <monnier@iro.umontreal.ca>
18350         * pcvs-info.el (cvs-fileinfo->full-path, cvs-display-full-path):
18351         New fun and var, to preserve compatibility.
18353         * pcvs.el, pcvs-info.el: Rename "full-path" -> "full-name".
18355 2005-04-26  Dominique de Waleffe  <ddw@missioncriticalit.com>  (tiny change)
18357         * pcvs-info.el (cvs-fileinfo->backup-file): Don't pass the full file
18358         name to file-newer-than-file-p.
18360 2005-04-26  Richard M. Stallman  <rms@gnu.org>
18362         * simple.el (line-move-1): Avoid using vertical-motion in easy cases.
18364         * progmodes/python.el (python-mode):
18365         Use new name eldoc-documentation-function.
18367         * hexl.el (hexl-mode): Use new name eldoc-documentation-function.
18369         * emacs-lisp/eldoc.el (eldoc-mode): Doc fix.
18370         (eldoc-documentation-function):
18371         Rename from eldoc-print-current-symbol-info-function.  Calls changed.
18373 2005-04-26  Nick Roberts  <nickrob@snap.net.nz>
18375         * emacs-lisp/byte-run.el (define-obsolete-function-alias): New macro.
18377 2005-04-25  Dan Nicolaescu  <dann@ics.uci.edu>
18379         * term/xterm.el (function-key-map): Fix strings for
18380         {C,S,A,C-S}-f[1-4].  Use substitute-key-definition to bind
18381         {C,S,A,C-S}-{f1-f12}.
18383 2005-04-26  Kenichi Handa  <handa@m17n.org>
18385         * international/mule-cmds.el (select-safe-coding-system):
18386         Fix previous change.
18388 2005-04-26  Lute Kamstra  <lute@gnu.org>
18390         * emacs-lisp/easy-mmode.el (define-minor-mode): Fix docstring.
18392         * font-lock.el (font-lock-fontify-region-function): Fix docstring.
18393         (font-lock-comment-delimiter-face): Ditto.
18395         * calc/calc.el (calc-trail-mode): Don't set font-lock-defaults.
18397 2005-04-25  Jay Belanger  <belanger@truman.edu>
18399         * calc/calc-help.el (calc-view-news): Let-bind inhibit-read-only
18400         to t while inserting information; use help-mode.
18402 2005-04-25  Dan Nicolaescu  <dann@ics.uci.edu>
18404         * term.el (ansi-term-color-vector): Use the xterm colors.
18405         (term-raw-map): Don't add mappings for \eO and \e[.  Map deletechar.
18407 2005-04-25  Lute Kamstra  <lute@gnu.org>
18409         * font-core.el (font-lock-defaults): Fix docstring.
18411         * font-lock.el (font-lock-syntactic-face-function): Fix docstring.
18413 2005-04-25  Kenichi Handa  <handa@m17n.org>
18415         * international/mule-cmds.el (select-safe-coding-system):
18416         Don't check consistency with coding: spec, etc if raw-text or
18417         no-conversion was found to be safe.
18419 2005-04-24  Richard M. Stallman  <rms@gnu.org>
18421         * mail/sendmail.el (mail-font-lock-keywords): Match any number of
18422         citation markers at start of each line.
18424         * mail/rmail.el (rmail-font-lock-keywords): Match any number of
18425         citation markers at start of each line.
18427         * font-lock.el (font-lock-comment-delimiter-face): Doc fix.
18429         * files.el (mode-require-final-newline): Fix previous change.
18430         (require-final-newline): Fix type label.
18432 2005-04-24  Glenn Morris  <gmorris@ast.cam.ac.uk>
18434         * progmodes/f90.el (f90-calculate-indent): Fix treatment of first
18435         statement in buffer (broken by 2004-11-24 change).
18437 2005-04-24  Kim F. Storm  <storm@cua.dk>
18439         * ido.el (ido-everywhere): Save and restore old read-buffer-function
18440         and read-file-name-function values.  Don't overwrite existing
18441         non-nil values if ido-mode is enabled without ido-everywhere.
18443 2005-04-24  Luc Teirlinck  <teirllm@auburn.edu>
18445         * files.el (mode-require-final-newline): Minor doc fix.
18447 2005-04-24  Eli Zaretskii  <eliz@gnu.org>
18449         * subr.el (syntax-after): Doc fix.
18450         (syntax-class): If argument is nil, return nil.  Mask off upper 16
18451         bits, not 8 bits.
18453         * files.el (mode-require-final-newline): Doc fix.
18454         (backup-buffer-copy): Fix last change.
18456 2005-04-24  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
18458         * term/mac-win.el: Require select.  Set selection-coding-system to
18459         mac-system-coding-system.  Call menu-bar-enable-clipboard.
18460         (x-last-selected-text-clipboard, x-last-selected-text-primary)
18461         (x-select-enable-clipboard): New variables.
18462         (x-select-text, x-get-selection, x-selection-value)
18463         (x-get-selection-value, mac-select-convert-to-string)
18464         (mac-services-open-file, mac-services-open-selection)
18465         (mac-services-insert-text): New functions.
18466         (CLIPBOARD, FIND): Put mac-scrap-name property.
18467         (com.apple.traditional-mac-plain-text, public.utf16-plain-text)
18468         (public.tiff): Put mac-ostype property.
18469         (selection-converter-alist): Add entries for them.
18470         (mac-application-menu-map): New keymap.
18471         (interprogram-cut-function, interprogram-paste-function): Set to
18472         x-select-text and x-get-selection-value, respectively.
18473         (split-window-keep-point): Set to t.
18475 2005-04-23  Richard M. Stallman  <rms@gnu.org>
18477         * files.el (read-directory-name): Always pass non-nil
18478         DEFAULT-FILENAME arg to read-file-name.
18479         (backup-buffer-copy, basic-save-buffer-2): Take care against
18480         writing thru an unexpected existing symlink.
18481         (revert-buffer): In indirect buffer, revert the base buffer.
18482         (magic-mode-alist): Doc fix.
18483         (buffer-stale-function): Doc fix.
18484         (minibuffer-with-setup-hook): Avoid warning.
18485         (mode-require-final-newline): Doc and custom fix.
18487         * follow.el (follow-end-of-buffer): Use with-no-warnings.
18489         * font-lock.el (font-lock-comment-face): On terminals with few colors,
18490         use the default appearance.
18491         (font-lock-comment-delimiter-face): New face, new variable.
18493         * imenu.el (imenu--generic-function): The official position of a
18494         definition is the start of the line that BEG is in.
18496         * midnight.el (midnight-timer): Move defvar up.
18498         * mouse.el (mouse-drag-region-1): Delete some debugging code.
18500         * saveplace.el (save-place-to-alist): Use with-no-warnings.
18502         * startup.el (command-line): Use with-no-warnings.
18504         * window.el (window-size-fixed): New defvar.
18506         * emacs-lisp/easymenu.el (easy-menu-do-define): Use defalias, not fset.
18508         * mail/rmail.el (rmail-font-lock-keywords):
18509         Use font-lock-comment-delimiter-face.
18511         * mail/sendmail.el (mail-font-lock-keywords):
18512         Use font-lock-comment-delimiter-face.
18514         * progmodes/compile.el (next-error-highlight-timer): New defvar.
18516 2005-04-23  SAITO Takuya  <tabmore@rivo.mediatti.net>  (tiny change)
18518         * progmodes/compile.el (compilation-mode-font-lock-keywords):
18519         Specify t for LAXMATCH when matching directories.
18520         Save match data around compilation-compat-error-properties form.
18522 2005-04-23  David Kastrup  <dak@gnu.org>
18524         * textmodes/tex-mode.el (TeX-mode, plain-TeX-mode, LaTeX-mode):
18525         Mention that the autoloaded aliases should be kept for AUCTeX.
18527 2005-04-23  Andreas Schwab  <schwab@suse.de>
18529         * isearch.el (isearch-forward): Doc fix.
18531 2005-04-23  Eli Zaretskii  <eliz@gnu.org>
18533         * jit-lock.el (jit-lock-stealth-time): Change default value to 16.
18534         (jit-lock-stealth-nice): Change default value to 0.5.
18536 2005-04-23  Eric Hanchrow  <offby1@blarg.net>  (tiny change)
18538         * abbrev.el (write-abbrev-file): Write table entries in
18539         alphabetical order by table name.
18541 2005-04-22  Kim F. Storm  <storm@cua.dk>
18543         * ido.el (ido-read-internal): Fix `list' completion.
18545 2005-04-22  Kenichi Handa  <handa@m17n.org>
18547         * recentf.el (recentf-save-file-coding-system): New variable.
18548         (recentf-save-list): Encode the file by
18549         recentf-save-file-coding-system and add coding: tag.
18551 2005-04-22  Nick Roberts  <nickrob@snap.net.nz>
18553         * emacs-lisp/byte-run.el (define-obsolete-variable-alias): New macro.
18555 2005-04-21  Lute Kamstra  <lute@gnu.org>
18557         * loadhist.el (unload-feature): Don't remove a function from hooks
18558         if it is about to be restored to an autoload .  Remove functions
18559         that will become unbound from auto-mode-alist.  Simplify the code.
18561         * subr.el (assq-delete-all): New implementation that is linear,
18562         not quadratic.  Suggested by David Kastrup <dak@gnu.org>.
18563         (rassq-delete-all): New function.
18565         * menu-bar.el (menu-bar-options-save, menu-bar-showhide-menu):
18566         Add size-indication-mode.
18568 2005-04-21  Kenichi Handa  <handa@m17n.org>
18570         * international/mule-cmds.el: Add autoload for widget-value in
18571         eval-when-compile.
18573 2005-04-21  Nick Roberts  <nickrob@snap.net.nz>
18575         * menu-bar.el (menu-bar-options-save, menu-bar-showhide-menu):
18576         Add tooltip-mode.
18578         * bindings.el (mode-line-mode-menu): Remove tooltip-mode.
18580 2005-04-20  Luc Teirlinck  <teirllm@auburn.edu>
18582         * progmodes/inf-lisp.el (inferior-lisp): New defgroup.
18583         (inferior-lisp-filter-regexp, inferior-lisp-program)
18584         (inferior-lisp-load-command, inferior-lisp-prompt)
18585         (inferior-lisp-mode-hook, lisp-source-modes)
18586         (inferior-lisp-load-hook): defvar->defcustom.
18587         (inferior-lisp-program, inferior-lisp-prompt)
18588         (inferior-lisp-load-hook): Doc fixes.
18589         (inferior-lisp-install-letter-bindings): Small change in
18590         introductory comment.
18592 2005-04-20  Dan Nicolaescu  <dann@ics.uci.edu>
18594         * vc.el (vc-annotate-color-map): Change some colors so that text
18595         using them as foreground is readable on both white and black
18596         backgrounds.
18598 2005-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
18600         * international/mule-conf.el (translation-table-for-input):
18601         Remove redundant declaration.
18603 2005-04-20  Nick Roberts  <nickrob@snap.net.nz>
18605         * progmodes/gud.el (gud-menu-map): Add tooltip-toggle-gud-tips.
18607         * tooltip.el (tooltip-gud-tips-p): Expand documentation.
18608         (tooltip-toggle-gud-tips): New function.
18610 2005-04-20  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
18612         * term/mac-win.el (mac-symbol-encoder): Fix mappings of left and
18613         right angle brackets.
18615 2005-04-20  Nick Roberts  <nickrob@snap.net.nz>
18617         * tooltip.el (tooltip-use-echo-area): Replace as alias and deprecate.
18619 2005-04-19  Stefan Monnier  <monnier@iro.umontreal.ca>
18621         * progmodes/flymake.el (flymake-get-absolute-file-name-basedir):
18622         Remove.  Update callers to use expand-file-name instead.
18624         * subr.el (syntax-class): New function.
18626         * simple.el (blink-matching-open): Use it.
18628         * paren.el (show-paren-function): Use it to recognize parens that are
18629         also used in 2-char comment markers.
18631 2005-04-19  Lute Kamstra  <lute@gnu.org>
18633         * loadhist.el (unload-feature): Update for new format of
18634         load-history.  Simplify the code.
18636 2005-04-19  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
18638         * term/mac-win.el: Add coding: tag and set it to iso-2022-7bit.
18639         (mac-add-charset-info): New function.  Initialize variable
18640         mac-charset-info-alist using it.
18641         (mac-centraleurroman, mac-cyrillic): Do not use UCS in table data
18642         for translation.
18643         (mac-symbol-encoder, mac-dingbats-encoder): New translation table.
18644         (mac-font-encoder-list): Add entries for mac-symbol and mac-dingbats.
18645         (ccl-encode-mac-symbol-font, ccl-encode-mac-dingbats-font):
18646         New CCL programs.
18648 2005-04-19  Kim F. Storm  <storm@cua.dk>
18650         * simple.el (next-buffer, prev-buffer, next-error)
18651         (scroll-other-window, keyboard-quit, keyboard-escape-quit)
18652         (clone-indirect-buffer-other-window): Move bindings to bindings.el.
18654         * bindings.el (next-buffer, prev-buffer, next-error)
18655         (scroll-other-window, keyboard-quit, keyboard-escape-quit)
18656         (clone-indirect-buffer-other-window): Move bindings from simple.el.
18657         (next-buffer, prev-buffer): Add C-x C-right and C-x C-left bindings.
18658         (next-error, previous-error): Add M-g M-n/n and M-g M-p/p bindings.
18660 2005-04-18  Stefan Monnier  <monnier@iro.umontreal.ca>
18662         * isearch.el (isearch-edit-string): Make the search-ring available for
18663         minibuffer history commands.
18664         (minibuffer-local-isearch-map): Remove bindings for M-p and M-n,
18665         the default history commands now work just as well.
18666         (isearch-ring-retreat-edit, isearch-ring-advance-edit): Remove.
18668 2005-04-18  Kim F. Storm  <storm@cua.dk>
18670         * emulation/cua-base.el (cua--pre-command-handler): Add more
18671         elaborate check for shift modifier on non-window systems.
18673 2005-04-18  Lars Hansen  <larsh@math.ku.dk>
18675         * desktop.el: Make "--no-desktop" turn off `desktop-save-mode'.
18677 2005-04-18  Kim F. Storm  <storm@cua.dk>
18679         * tooltip.el (tooltip-show): Change second arg to USE-ECHO-AREA
18680         and make it optional.  Don't test tooltip-gud-echo-area here.
18681         (tooltip-gud-process-output, gdb-tooltip-print):
18682         Pass tooltip-gud-echo-area to tooltip-show.
18683         (tooltip-help-tips): Remove second optional arg to tooltip-show.
18685 2005-04-18  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
18687         * tooltip.el (tooltip-mode): `emacs-quick-startup' and
18688         `display-graphic-p' may not be bound yet.
18690 2005-04-17  Luc Teirlinck  <teirllm@auburn.edu>
18692         * startup.el (command-line): No longer enable Xterm Mouse mode by
18693         default in terminals compatible with xterm.
18695         * xt-mouse.el (xterm-mouse-mode): Set init value back to nil.
18697 2005-04-18  Nick Roberts  <nickrob@snap.net.nz>
18699         * tooltip.el (tooltip-gud-echo-area): Rename from
18700         tooltip-use-echo-area.
18701         (tooltip-show, tooltip-gud-process-output, gdb-tooltip-print)
18702         (tooltip-help-tips): Allow GUD tooltips to be displayed in echo
18703         area independently of where help tooltips are displayed.
18705 2005-04-17  David Kastrup  <dak@gnu.org>
18707         * cus-theme.el (custom-theme-write-variables): Quote variables
18708         where necessary.
18710 2005-04-17  Richard M. Stallman  <rms@gnu.org>
18712         * simple.el (yank-excluded-properties): Add follow-link to value.
18714         * jka-compr.el (jka-compr-compression-info-list): Fix custom type.
18716         * startup.el (fancy-splash-max-time): Just 30 seconds.
18717         (fancy-splash-delay): Just 7.
18718         (fancy-splash-screens): No time limit other than fancy-splash-max-time.
18720         * loadhist.el (unload-feature): Update for new format of load-history.
18721         Simplify the code.
18723         * mail/rmail.el (rmail-ignored-headers): Ignore more headers
18724         (rmail-font-lock-keywords): Don't fontify the text of a citation.
18726         * mail/sendmail.el (mail-font-lock-keywords):
18727         Don't fontify subject text.
18728         Don't fontify the text of a citation.
18730 2005-04-17  Mark H. Weaver  <mhw@netris.org>  (tiny change)
18732         * comint.el (comint-output-filter): Run comint-output-filter-functions
18733         with point where the user had it.
18735 2005-04-16  Stefan Monnier  <monnier@iro.umontreal.ca>
18737         * international/ucs-tables.el (ucs-set-table-for-input):
18738         Disable when using unify-on-decoding.
18740 2005-04-16  Dan Nicolaescu  <dann@ics.uci.edu>
18742         * emulation/cua-base.el (cua-global-mark-face): Add special case
18743         for displays supporting a high number of colors.
18745 2005-04-16  Matt Hodges  <MPHodges@member.fsf.org>  (tiny change)
18747         * repeat.el (repeat): Invoke pre-command-hook and post-command-hook.
18749 2005-04-16  Chong Yidong  <cyd@stupidchicken.com>
18751         * filesets.el (filesets-add-buffer): If user supplies a name of a
18752         non-existing fileset, create a new fileset.
18754 2005-04-16  Carsten Dominik  <dominik@science.uva.nl>
18756         * textmodes/org.el (org-up-heading-all): Fix bug with
18757         `outline-up-heading-all'.
18759 2005-04-16  Andreas Schwab  <schwab@suse.de>
18761         * files.el (auto-mode-alist): Handle /etc/sysconfig/*,
18762         /etc/permissions.d/* and /etc/aliases.d/*.
18764 2005-04-16  Kenichi Handa  <handa@m17n.org>
18766         * international/code-pages.el (cp-make-coding-system):
18767         Set `translation-table-for-input' property value to the symbol
18768         ucs-mule-to-mule-unicode, not to that value.
18769         (pt154): Escape guillemet by `\'.
18771 2005-04-15  Luc Teirlinck  <teirllm@auburn.edu>
18773         * loadup.el: Load tooltip if x-show-tip is fboundp.
18775         * startup.el (command-line): Add comment.
18777         * tooltip.el (tooltip-mode): Specify correct standard value for
18778         Custom in init-value.
18780 2005-04-15  Nick Roberts  <nickrob@snap.net.nz>
18782         * progmodes/gud.el (gud-goto-info): Use existing Info buffer, if
18783         possible.
18785 2005-04-15  Carsten Dominik  <dominik@science.uva.nl>
18787         * textmodes/org.el (org-agenda-date-prompt): Rename from
18788         `org-agenda-date-today'.
18789         (org-evaluate-time-range): Insert at point instead of directly
18790         after time range.
18791         (org-first-headline-recenter, org-subtree-end-visible-p)
18792         (org-optimize-window-after-visibility-change): New functions
18793         (org-agenda-post-command-hook): Don't allow point at end of line,
18794         to make sure it always hits the text properties.
18795         (org-agenda-next-date-line, org-agenda-previous-date-line):
18796         New commands.
18797         (org-set-regexps-and-options): Category may contain white space.
18798         (org-agenda-get-deadlines, org-agenda-get-scheduled):
18799         Improve marker positions.
18800         (org-agenda-new-marker): Argument POS made optional.
18801         (org-agenda-get-timestamps): Deadlines which are done are listed
18802         in org-done-face now.
18803         (org-agenda-get-todos, org-agenda-get-timestamps)
18804         (org-agenda-get-deadlines, org-agenda-get-scheduled):
18805         Set `undone-face' and `done-face' properties.
18806         (org-last-todo-state-is-todo): New variable.
18807         (org-todo): Set `org-last-todo-state-is-todo'.
18808         (org-agenda-todo): Change face according to
18809         `org-last-todo-state-is-todo'.  And change other lines referring to
18810         the same entry.
18811         (org-calendar-goto-agenda): New command.
18812         (org-calendar-to-agenda-key): New option.
18813         (org-startup-folded): New allowed value `content'.
18814         (org-set-regexps-and-options): Accept new value `content' for
18815         `org-startup-folded'.
18816         (org-get-current-options): Handle new value `content' for
18817         `org-startup-folded'.
18818         (org-insert-todo-heading): New command.
18819         (org-mode): Insert first line "*-* mode: org-mode -*-" when called
18820         interactively in empty file and option
18821         `org-insert-mode-line-in-empty-file' has been set.
18822         (org-agenda-todo, org-agenda-priority): Modify to use
18823         `org-agenda-change-all-lines'.
18824         (org-warning-face): Change color on dark background
18826 2005-04-14  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
18828         * international/mule-cmds.el (set-locale-environment): On Mac OS,
18829         use preferences AppleLocale and AppleLanguages, and variable
18830         mac-system-locale for default locale.  On Mac OS Classic, use
18831         mac-system-coding-system for default coding systems.
18833         * term/mac-win.el: Don't set file-name-coding-system.
18834         Decode variables system-name, emacs-build-system, user-login-name, and
18835         user-full-name by mac-system-coding-system on Mac OS Classic.
18836         (mac-system-coding-system): New variable.
18838 2005-04-13  Luc Teirlinck  <teirllm@auburn.edu>
18840         * startup.el (command-line): Handle `xterm-mouse-mode' before
18841         reading init file.
18843         * xt-mouse.el (xterm-mouse-mode): Adapt to above change.
18845 2005-04-13  Glenn Morris  <gmorris@ast.cam.ac.uk>
18847         * progmodes/sh-script.el (sh-here-document-word): Make it a
18848         defcustom.  Doc fix.
18849         (sh-add): Bash uses $(( )) for arithmetic.
18850         (sh-while-getopts) <sh>: Set OPTIND back to 1 at end.
18851         (sh-maybe-here-document): Remove quotes and leading whitespace
18852         from heredoc word when closing.  Indent heredoc with tabs if word
18853         starts with "-".
18855 2005-04-13  Richard M. Stallman  <rms@gnu.org>
18857         * simple.el (undo): Fix previous change.
18859         * custom.el (defface): Doc fix.
18861 2005-04-13  Lute Kamstra  <lute@gnu.org>
18863         * Makefile.in (DONTCOMPILE): Remove list.
18864         (compile, compile-always): Don't use DONTCOMPILE.
18865         (update-authors): Load the library in which batch-update-authors
18866         is defined.
18867         * makefile.w32-in (DONTCOMPILE): Remove list.
18868         (compile, compile-always): Fix comments.
18869         (update-authors): Load the library in which batch-update-authors
18870         is defined.
18872         * generic-x.el (generic-mode-ini-file-find-file-hook):
18873         Rename to ini-generic-mode-find-file-hook.
18874         Keep generic-mode-ini-file-find-file-hook as an alias.
18875         (ini-generic-mode-find-file-hook): Rename from
18876         generic-mode-ini-file-find-file-hook.  Fix docstring.
18877         (ini-generic-mode): Docstring change.
18878         (bat-generic-mode-run-as-comint): Silence the byte compiler.
18880         * help.el (describe-key-briefly): UNTRANSLATED can be nil when
18881         called from lisp.
18883         * generic.el: Move to the emacs-lisp subdir.
18885 2005-04-12  Dan Nicolaescu  <dann@ics.uci.edu>
18887         * term/xterm.el (function-key-map): Add mappings for A-, C-, S-
18888         and C-S- function and cursor motion keys.
18890 2005-04-12  Luc Teirlinck  <teirllm@auburn.edu>
18892         * startup.el (command-line): Enable Xterm Mouse mode by default.
18893         * xt-mouse.el (xterm-mouse-mode): Provide correct standard value
18894         for Custom.  No longer show "Mouse" in mode line when enabled.
18895         Doc fix.
18897 2005-04-12  Kim F. Storm  <storm@cua.dk>
18899         * emulation/cua-base.el (cua-rectangle-face)
18900         (cua-rectangle-noselect-face): Define face attributes here.
18902         * emulation/cua-rect.el (cua--init-rectangles): Remove face setup.
18904 2005-04-12  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
18906         * startup.el (command-line): Turn off blinking cursor if
18907         cursorBlink in resources is off or false.
18909 2005-04-12  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
18911         * term/mac-win.el (dnd): Require dnd.
18912         (mac-drag-n-drop): Call dnd-handle-one-url.
18913         (kTextEncodingMacRoman, kTextEncodingISOLatin1)
18914         (kTextEncodingISOLatin2): Remove constants.
18915         (mac-script-code-coding-systems): New constant.
18916         (mac-handle-language-change): New function.
18917         (special-event-map): Bind it to `language-change' event.
18918         (mac-centraleurroman, mac-cyrillic): New coding systems.
18919         (mac-font-encoder-list, ccl-encode-mac-centraleurroman-font)
18920         (ccl-encode-mac-cyrillic-font): Rename mac-centraleurroman-encoder
18921         and mac-cyrillic-encoder to encode-mac-centraleurroman and
18922         encode-mac-cyrillic, respectively.
18924 2005-04-12  Nick Roberts  <nickrob@snap.net.nz>
18926         * progmodes/gud.el, progmodes/gdb-ui.el (gdb-assembler-mode):
18927         Don't set overlay-arrow-string to "=>" as this is done
18928         globally in C now.
18930 2005-04-12  Lute Kamstra  <lute@gnu.org>
18932         * generic-x.el (rc-generic-mode, rul-generic-mode):
18933         Fix auto-mode-alist entries.
18934         (etc-fstab-generic-mode): Tweak fontification.
18936         * generic.el (generic-make-keywords-list): Fix docstring.
18937         (generic-mode-internal): Simplify generic-font-lock-keywords.
18939 2005-04-11  Rajesh Vaidheeswarran  <rv@gnu.org>
18941         * whitespace.el (whitespace-buffer-leading)
18942         (whitespace-buffer-trailing): Revert the incorrect test inversion.
18943         However, fix the highlight area for the leading and
18944         trailing whitespaces to show space.
18946 2005-04-11  Rajesh Vaidheeswarran  <rv@gnu.org>
18948         * whitespace.el (whitespace-version): Bump to 3.5
18950         (whitespace-buffer-leading, whitespace-buffer-trailing):
18951         Invert sense of the test to highlight the whitespace.
18953 2005-04-12  Nick Roberts  <nickrob@snap.net.nz>
18955         * progmodes/gud.el (gud-display-line): GUD uses its own
18956         overlay arrow now so don't set overlay-arrow-string.
18957         (gud-pdb-command-name): Revert back to "pdb" (2004-04-26).
18959 2005-04-11  Dan Nicolaescu  <dann@ics.uci.edu>
18961         * term.el (term-ansi-current-bold, term-ansi-current-underline)
18962         (term-ansi-current-reverse, term-ansi-current-invisible)
18963         (term-ansi-face-already-done): Change to boolean.
18964         (term-reset-terminal, term-handle-colors-array): Handle the above
18965         vars accordingly.
18966         (term-buffer-vertical-motion): Rename from buffer-vertical-motion.
18967         (term-emulate-terminal): Use the new name.
18969         * faces.el (secondary-selection): Use yellow1, not yellow.
18970         (trailing-whitespace): Use red1, not red.
18972 2005-04-11  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
18974         * dired.el (dired-mode): Use dnd-* instead of x-dnd-*
18975         (dired-dnd-handle-local-file): Call dnd-get-local-file-name.
18976         (dired-dnd-handle-file): Call dnd-get-local-file-uri
18978         * cus-edit.el (dnd): New group.
18980         * term/w32-win.el (dnd): Require dnd
18981         (w32-drag-n-drop): Call dnd-handle-one-url.
18983         * x-dnd.el: Require dnd.
18984         (x-dnd-handle-uri-list, x-dnd-handle-file-name):
18985         Call dnd-handle-one-url.
18986         (x-dnd-types-alist, x-dnd-insert-utf8-text)
18987         (x-dnd-insert-utf16-text, x-dnd-insert-ctext): Change x-dnd-insert-text
18988         to dnd-insert-text.
18989         (x-dnd-protocol-alist, x-dnd-open-file-other-window)
18990         (x-dnd-handle-one-url, x-dnd-get-local-file-uri)
18991         (x-dnd-get-local-file-name, x-dnd-open-local-file)
18992         (x-dnd-open-file, x-dnd-insert-text): Move to dnd.el (without x-).
18994         * dnd.el (dnd-protocol-alist): New file with generic DND functions.
18996 2005-04-11  JUAN-LEON Lahoz Garcia  <juanleon1@gmail.com>
18998         * wdired.el: Doc fixes.
18999         (wdired-confirm-overwrite): Rename from wdired-is-ok-overwrite.
19000         (wdired-use-dired-vertical-movement): Rename from
19001         wdired-always-move-to-filename-beginning.
19002         (wdired-mode-map): Use `ignore' instead of `wdired-newline'.
19003         (wdired-change-to-wdired-mode): Change mode name.
19004         (wdired-newline): Delete.
19006 2005-04-11  Richard M. Stallman  <rms@gnu.org>
19008         * whitespace.el (whitespace-highlight-the-space):
19009         Don't call whitespace-unhighlight-the-space here.
19011         * simple.el (undo): Record t in undo-equiv-table
19012         for the redo record made by an undo-in-region.
19014 2005-04-12  Nick Roberts  <nickrob@snap.net.nz>
19016         * progmodes/gdb-ui.el (gdb-display-inferior-io-buffer)
19017         (gdb-frame-inferior-io-buffer): New Functions to control
19018         display of separate IO buffer.
19019         (menu): Add them to menu-bar.
19020         (gdb-display-buffer): Check for buffer another frame.
19021         Protect GUD buffer.
19022         (gdb-setup-windows): Create IO buffer if not already there.
19023         (gdb-memory-mode): Remove purecopy noops.
19025 2005-04-11  Glenn Morris  <gmorris@ast.cam.ac.uk>
19027         * progmodes/f90.el (f90-electric-insert): Add optional prefix arg,
19028         and pass to self-insert-command.
19030 2005-04-11  Lute Kamstra  <lute@gnu.org>
19032         * generic.el: Commentary section cleanup.
19033         (generic): Delete.
19034         (generic-use-find-file-hook, generic-lines-to-scan)
19035         (generic-find-file-regexp, generic-ignore-files-regexp)
19036         (default-generic-mode, generic-mode-find-file-hook)
19037         (generic-mode-ini-file-find-file-hook): Move to generic-x.el.
19038         * generic-x.el (generic-x): Docstring fix.  Put it in the data group.
19039         (generic-use-find-file-hook, generic-lines-to-scan)
19040         (generic-find-file-regexp, generic-ignore-files-regexp)
19041         (default-generic-mode, generic-mode-find-file-hook)
19042         (generic-mode-ini-file-find-file-hook): Move from generic.el.
19044 2005-04-10  Karl Fogel  <kfogel@red-bean.com>
19046         * bookmark.el (bookmark-write-file): Catch errors writing file.
19047         This is the same change as saveplace.el at 2005-04-10T23:32:00Z!rms@gnu.org.
19049 2005-04-10  Richard M. Stallman  <rms@gnu.org>
19051         * startup.el (fancy-splash-tail): Update copyright year.
19052         (command-line): Split part of -Q into -D.
19053         (emacs-basic-display): New defvar.
19054         (fancy-splash-text): Correct name of menu item.
19056         * saveplace.el (save-place-alist-to-file): Catch errors writing file.
19058         * info.el (Info-fontify-node): Handle fontification of multiple * Menu
19059         lines in one node.
19061         * comint.el (comint-send-input): New arg ARTIFICIAL.
19062         Callers in this file changed.
19064         * abbrev.el (define-abbrevs): Read system abbrevs properly.
19066         * emacs-lisp/map-ynp.el (map-y-or-n-p): Clarify RET/q in help message.
19068 2005-04-10  Chong Yidong  <cyd@stupidchicken.com>
19070         * url/url-ldap.el (url-ldap): Add docstring.  Fix call to
19071         `ldap-search-internal'.
19073 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
19075         * files.el (set-auto-mode-1): Use line-end-position.
19077         * international/latin-1.el:
19078         * international/latin-2.el:
19079         * international/latin-3.el:
19080         * international/latin-4.el:
19081         * international/latin-5.el:
19082         * international/latin-8.el:
19083         * international/latin-9.el: Give punctuation syntax to NBSP.
19085         * textmodes/bibtex.el (bibtex-autokey-titleword-ignore)
19086         (bibtex-reference-key, bibtex-autokey-demangle-name, bibtex-mode):
19087         Use char-classes to accept non-ascii letters, accepted in some recent
19088         bibtex implementations.
19090 2005-04-10  Luc Teirlinck  <teirllm@auburn.edu>
19092         * custom.el (custom-set-minor-mode): Any non-nil value for the
19093         variable should enable the mode when set through Custom.
19095 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
19097         * progmodes/vhdl-mode.el (vhdl-mode-map-init): Don't override default
19098         TAB binding so tab-always-indent is obeyed.
19099         (vhdl-minibuffer-local-map): Move initialization into declaration.
19100         (vhdl-mode-abbrev-table-init): Mark the abbrevs as `system'.
19101         (vhdl-run-when-idle, vhdl-create-mode-menu, vhdl-character-to-event)
19102         (vhdl-hooked-abbrev): Avoid test for XEmacs.
19103         (vhdl-current-line): Use line-beginning-position.
19104         (vhdl-doc-variable, vhdl-doc-mode): Call help-setup-xref before
19105         with-output-to-temp-buffer, so the current position can be recorded.
19107 2005-04-10  Masatake YAMATO  <jet@gyve.org>
19109         * progmodes/compile.el (compilation-error-regexp-alist-alist):
19110         Add regexp for gcov.
19112 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
19114         * calendar/time-date.el (time-to-seconds, seconds-to-time)
19115         (days-to-time, time-subtract, time-add): Don't use the #xhhhh
19116         syntax which Emacs 20 doesn't support.
19118 2005-04-09  Richard M. Stallman  <rms@gnu.org>
19120         * help.el (describe-key-briefly, describe-key):
19121         Replace strings as event types with "(any string)".
19123 2005-04-09  Stefan Monnier  <monnier@iro.umontreal.ca>
19125         * arc-mode.el (archive-mode-map): Move initialization into
19126         the declaration.  Override *all* bindings of `undo'.
19127         (archive-lemacs): Remove, use (featurep 'xemacs) instead.
19129 2005-04-09  Jay Belanger  <belanger@truman.edu>
19131         * calc/calc-units.el (math-standard-units): Redefine Watt hour as W*hr.
19133 2005-04-09  Dan Nicolaescu  <dann@ics.uci.edu>
19135         * term/xterm.el (xterm-rgb-convert-to-16bit): Simplify.
19136         (xterm-register-default-colors): Update color values computation
19137         to match xterm-200.
19139 2005-04-09  Kenichi Handa  <handa@m17n.org>
19141         * international/code-pages.el (iso-latin-7): Fix the map.
19143 2005-04-08  Luc Teirlinck  <teirllm@auburn.edu>
19145         * emacs-lisp/lisp.el (defun-prompt-regexp)
19146         (parens-require-spaces, buffer-end, end-of-defun)
19147         (insert-parentheses): Doc fixes.
19149 2005-04-08  Kim F. Storm  <storm@cua.dk>
19151         * comint.el (comint-highlight-prompt): Fix face spec.
19152         * hi-lock.el (hi-green): Likewise.
19154 2005-04-08  Dan Nicolaescu  <dann@ics.uci.edu>
19156         * cus-edit.el (custom-modified-face):
19157         * comint.el (comint-highlight-input): Fix previous changes.
19158         * term.el (term-handle-ansi-escape): Add a comment.
19160 2005-04-08  Stefan Monnier  <monnier@iro.umontreal.ca>
19162         * whitespace.el (whitespace-highlight-the-space): Put the same overlay
19163         in the buffer and in whitespace-highlighted-space.
19164         (whitespace-unhighlight-the-space): Simplify.
19165         (whitespace-buffer): Simplify.
19167 2005-04-08  Dan Nicolaescu  <dann@ics.uci.edu>
19169         * textmodes/table.el (table-cell-face): Add special case for
19170         displays supporting a high number of colors.
19171         * progmodes/vhdl-mode.el (vhdl-font-lock-prompt-face)
19172         (vhdl-font-lock-reserved-words-face)
19173         (vhdl-speedbar-architecture-face)
19174         (vhdl-speedbar-instantiation-face)
19175         (vhdl-speedbar-architecture-selected-face)
19176         (vhdl-speedbar-instantiation-selected-face): Likewise.
19177         * progmodes/sh-script.el (sh-heredoc-face): Likewise.
19178         * progmodes/idlw-help.el (idlwave-help-link-face): Likewise.
19179         * progmodes/ebrowse.el (ebrowse-tree-mark-face)
19180         (ebrowse-root-class-face, ebrowse-member-attribute-face)
19181         (ebrowse-progress-face): Likewise.
19182         * progmodes/compile.el (compilation-info-face): Likewise.
19183         * progmodes/cc-fonts.el (c-invalid-face): Likewise.
19184         * emacs-lisp/re-builder.el (reb-match-3): Likewise.
19185         * calendar/calendar.el (diary-face): Likewise.
19186         * woman.el (woman-italic-face, woman-bold-face)
19187         (woman-unknown-face): Likewise.
19188         * wid-edit.el (widget-button-pressed-face): Likewise.
19189         * whitespace.el (whitespace-highlight-face): Likewise.
19190         * smerge-mode.el (smerge-mine-face, smerge-base-face): Likewise.
19191         * pcvs-info.el (cvs-marked-face): Likewise.
19192         * info.el (info-xref): Likewise.
19193         * ido.el (ido-subdir-face, ido-indicator-face): Likewise.
19194         * hilit-chg.el (highlight-changes-face)
19195         (highlight-changes-delete-face): Likewise.
19196         * hi-lock.el (hi-yellow, hi-green, hi-blue-b, hi-green-b)
19197         (hi-red-b): Likewise.
19198         * generic-x.el (show-tabs-tab-face, show-tabs-space-face): Likewise.
19199         * font-lock.el (font-lock-keyword-face)
19200         (font-lock-function-name-face, font-lock-warning-face): Likewise.
19201         * cus-edit.el (custom-invalid-face, custom-modified-face)
19202         (custom-set-face, custom-changed-face, custom-variable-tag-face)
19203         (custom-group-tag-face-1, custom-group-tag-face): Likewise.
19204         * comint.el (comint-highlight-prompt): Likewise.
19206 2005-04-08  Lute Kamstra  <lute@gnu.org>
19208         * font-lock.el (font-lock-keywords): Docstring fixes.
19210 2005-04-08  Kenichi Handa  <handa@m17n.org>
19212         * ps-mule.el (ps-mule-show-warning): If the number of unprintable
19213         chars are more than a limit, print " and more..." at the tail.
19215 2005-04-08  Kim F. Storm  <storm@cua.dk>
19217         * emacs-lisp/authors.el (authors-aliases): Update list.
19218         (authors-ignored-files): New list.
19219         (authors-fixed-entries): Fix typo.
19220         (authors-renamed-files-alist): Update list.
19221         (authors-add): Check authors-ignored-files.
19223 2005-04-08  Carsten Dominik  <dominik@science.uva.nl>
19225         * calendar/diary-lib.el (add-to-diary-list): MARKER argument made
19226         optional, to ensure backward compatibility.
19228 2005-04-08  Stephen Eglen  <stephen@gnu.org>
19230         * textmodes/flyspell.el (flyspell-large-region): Doc fix.
19232 2005-04-08  Kim F. Storm  <storm@cua.dk>
19234         * buff-menu.el (Buffer-menu-mode-map): Map follow-link to mouse-face.
19236         * mouse.el (mouse-on-link-p): Doc fix.
19238 2005-04-07  Luc Teirlinck  <teirllm@auburn.edu>
19240         * ielm.el (ielm-prompt-read-only): Doc fix.
19242         * comint.el (comint-prompt-read-only): Doc fix.
19244 2005-04-07  Benjamin Rutt  <brutt@bloomington.in.us>
19246         * ffap.el (ffap-pass-wildcards-to-dired): New user option to
19247         ensure dired always handles wildcards passed to ffap.
19248         (find-file-at-point): Use it.
19249         (ffap-dired-wildcards): Doc fix.
19251 2005-04-07  Juri Linkov  <juri@jurta.org>
19253         * simple.el (next-error-overlay-arrow-position): New defvar.
19254         Put "=>" on its property `overlay-arrow-string'.  Add it to
19255         `overlay-arrow-variable-list'.
19257         * progmodes/compile.el (compilation-setup):
19258         Set `next-error-overlay-arrow-position' to nil.  Also set it to
19259         nil in the local hook `kill-buffer-hook'.  Make local variable
19260         `overlay-arrow-string' and set it to "=>".
19261         (compilation-goto-locus): Set BOL position to
19262         `next-error-overlay-arrow-position' instead of
19263         `overlay-arrow-position'.
19265         * info.el (Info-mode): Add `Info-kill-buffer' to `kill-buffer-hook'
19266         locally instead of adding it to the global hook.
19267         (Info-kill-buffer): Move up.
19269 2005-04-06  Dan Nicolaescu  <dann@ics.uci.edu>
19271         * term/xterm.el (xterm-standard-colors): Update color values from
19272         xterm-200.
19274 2005-04-06  Stefan Monnier  <monnier@iro.umontreal.ca>
19276         * textmodes/tex-mode.el (tex-font-lock-keywords-2): Add \bfseries.
19278         * fast-lock.el:
19279         * lazy-lock.el: Move them to the obsolete subdir.
19281 2005-04-06  JUAN-LEON Lahoz Garcia  <juanleon1@gmail.com>
19283         * wdired.el (wdired-advise-functions, wdired-add-skip-in-replace)
19284         (wdired-add-replace-advice): Remove.
19285         (wdired-change-to-wdired-mode): Use query-replace-skip-read-only.
19287 2005-04-06  Kim F. Storm  <storm@cua.dk>
19289         * startup.el (command-line): Add --bare-bones alias for -Q.
19291 2005-04-06  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
19293         * term/mac-win.el: Use create-fontset-from-mac-roman-font to
19294         create the startup fontset if a font specification ends with
19295         `mac-roman'.
19297 2005-04-06  Lute Kamstra  <lute@gnu.org>
19299         * add-log.el (change-log-font-lock-keywords): Complete 2005-04-03
19300         change.
19302         * emacs-lisp/copyright.el (copyright-update-year): Replace the
19303         right subexpression.  Suggested by Jay Bingham <jay.bingham@hp.com>.
19305 2005-04-05  Lute Kamstra  <lute@gnu.org>
19307         * generic.el (generic-mode-internal): Fix 2005-03-31 change.
19308         (define-generic-mode): Ditto.  Fix debug declaration.
19310         * generic-x.el (show-tabs-tab-face, show-tabs-space-face):
19311         Put them in the generic-x group.
19313         * calendar/timeclock.el (timeclock): Doc fix.
19315         * generic.el (define-generic-mode): Don't use custom-current-group.
19316         Document default :group value.
19317         * emacs-lisp/easy-mmode.el (define-minor-mode): Ditto.
19318         (define-global-minor-mode): Don't use custom-current-group.
19320 2005-04-05  Glenn Morris  <gmorris@ast.cam.ac.uk>
19322         * startup.el (command-line-1): Display startup-echo-area-message
19323         when fancy splash screen is in use.
19325         * progmodes/sh-script.el (sh-builtins) <bash>: Add `caller'.
19326         (sh-escaped-newline): New face.
19327         (sh-font-lock-keywords) <shell>: Improve regexp for escaped
19328         newline, and use sh-escaped-newline face.
19330         * progmodes/tcl.el (tcl-escaped-newline): New face.
19331         (tcl-builtin-list): New variable.
19332         (tcl-set-font-lock-keywords): Add builtins, variables, and escaped
19333         newlines.  Fix keywords subexpression number.
19335 2005-04-05  Carsten Dominik  <dominik@science.uva.nl>
19337         * textmodes/org.el (org-diary-default-entry): Fix call to
19338         `add-to-diary-entry'.
19340 2005-04-05  Kim F. Storm  <storm@cua.dk>
19342         * ediff-init.el: Use (featurep 'xemacs).
19344 2005-04-05  David Ponce  <david@dponce.com>
19346         * cus-edit.el (face): Derive from symbol widget.  Display sample
19347         of the current face on the fly.
19348         (widget-face-sample-face-get, widget-face-notify): New functions.
19349         (widget-face-value-create): Remove.
19351         * wid-edit.el (widget-field-end): Temporarily remove field
19352         narrowing before to call `get-char-property'.
19354 2005-04-04  Jay Belanger  <belanger@truman.edu>
19356         * calc/calc-aent.el (math-read-replacement-list): Add subscripts.
19357         (math-read-subscripts): New variable.
19358         (math-read-preprocess-string): Process subscripts.
19360 2005-04-04  Luc Teirlinck  <teirllm@auburn.edu>
19362         * comint.el (comint-prompt-read-only): Doc fix.
19364         * dired.el (dired-copy-filename-as-kill): Make `-' arg behave like
19365         `-1'.  Doc fix.
19367 2005-04-04  Carsten Dominik  <dominik@science.uva.nl>
19369         * textmodes/org.el (org-insert-mode-line-in-empty-file):
19370         Change default value to nil.
19372 2005-04-04  Lute Kamstra  <lute@gnu.org>
19374         * autorevert.el (auto-revert-mode): Specify :group.
19375         * battery.el (display-battery-mode): Specify :group.
19376         * diff-mode.el (diff-minor-mode): Specify :group.
19377         * font-core.el (font-lock-mode): Specify :group.
19378         * hl-line.el (hl-line-mode): Specify :group.
19379         * iimage.el (iimage): New customization group.
19380         (iimage-mode): Specify :group.
19381         * longlines.el (longlines-mode): Specify :group.
19382         * master.el: Don't require easy-mmode.
19383         (master): New customization group.
19384         (master-mode): Specify :group.
19385         * msb.el (msb-mode): Specify :group.
19386         * reveal.el (reveal-mode): Specify :group.
19387         * simple.el (next-error-follow-minor-mode): Specify :group.
19388         * smerge-mode.el (smerge-mode): Specify :group.
19389         * emacs-lisp/eldoc.el (eldoc-mode): Specify :group.
19390         * emulation/cua-base.el (cua-mode): Specify :group.
19391         * international/encoded-kb.el (encoded-kbd-mode): Specify :group.
19392         * language/thai-util.el (thai-auto-composition-mode)
19393         (thai-word-mode): Specify :group.
19394         * mail/supercite.el (sc-minor-mode): Specify :group.
19395         * progmodes/cwarn.el (cwarn-mode): Specify :group.
19396         * progmodes/flymake.el (flymake-mode): Specify :group.
19397         * progmodes/glasses.el (glasses-mode): Specify :group.
19398         * progmodes/hideif.el (hide-ifdef-mode): Specify :group.
19399         * textmodes/enriched.el (enriched-mode): Specify :group.
19400         * textmodes/refill.el (refill-mode): Specify :group.
19402         * add-log.el (change-log-font-lock-keywords): Names in
19403         parenthesized lists can contain spaces.
19405 2005-04-04  Thien-Thi Nguyen  <ttn@gnu.org>
19407         * startup.el (fancy-splash-text): Shorten default text of
19408         "Emacs Tutorial" line.  Also, if the current language env
19409         indicates an available tutorial file other than TUTORIAL,
19410         extract its title and append it to the line in parentheses.
19411         (fancy-splash-insert): If arg is a thunk, funcall it.
19413 2005-04-04  Jay Belanger  <belanger@truman.edu>
19415         * calc.el (calc-language-alist): Add tags to customization type.
19417 2005-04-03  Luc Teirlinck  <teirllm@auburn.edu>
19419         * xt-mouse.el (xterm-mouse-mode): Add explicit Custom group, mouse.
19420         Doc fix.
19422 2005-04-03  Marcelo Toledo  <marcelo@gnu.org>
19424         * add-log.el (change-log-font-lock-keywords): The manual
19425         describing a Change Log entry, says: (...) "Aside from these
19426         header lines, every line in the change log starts with a space or
19427         a tab.".  The font-lock was not highlighting lines started with
19428         spaces, added support for it.
19430 2005-04-03  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
19432         * textmodes/bibtex.el (bibtex-url): Use format to generate the url.
19433         (bibtex-generate-url-list): Update docstring accordingly.  Put the
19434         complex example in the docstring.
19435         (bibtex-font-lock-url): Use pop.
19437 2005-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
19439         * progmodes/tcl.el (tcl-set-font-lock-keywords): Use new \_< ops.
19441         * pcvs.el (cvs-checkout): Prompt for cvsroot as well.
19443 2005-04-03  Glenn Morris  <gmorris@ast.cam.ac.uk>
19445         * filesets.el (filesets-set-default): Doc fix.
19447 2005-04-03  Lute Kamstra  <lute@gnu.org>
19449         * generic.el (define-generic-mode): Add argument to specify
19450         keywords for defcustom.
19451         (default-generic-mode): Specify :group.
19453         * generic-x.el: Specify :group for all generic modes.
19455         * desktop.el (desktop-no-desktop-file-hook)
19456         (desktop-after-read-hook): Doc fix.
19458 2005-04-02  Luc Teirlinck  <teirllm@auburn.edu>
19460         * simple.el (visible-mode): Use explicit :group keyword.
19461         This changes the group of `visible-mode-hook' from paren-blinking
19462         to editing-basics.
19464 2005-04-02  Sergey Poznyakoff  <gray@Mirddin.farlep.net>  (tiny change)
19466         * mail/rmail.el (rmail-parse-url): Bugfix.  Parse traditional
19467         mailbox specifications as well as URLs.
19468         (rmail-insert-inbox-text): Remove unused conditional branches.
19470 2005-04-01  Jay Belanger  <belanger@truman.edu>
19472         * calc/calc-graph.el (calc-gnuplot-name, calc-gnuplot-plot-command)
19473         (calc-gnuplot-print-command): Move definitions to calc.el.
19475         * calc/calc-embed.el (calc-embedded-announce-formula)
19476         (calc-embedded-open-formula, calc-embedded-close-formula)
19477         (calc-embedded-open-word, calc-embedded-close-word)
19478         (calc-embedded-open-plain, calc-embedded-close-plain)
19479         (calc-embedded-open-new-formula, calc-embedded-close-new-formula)
19480         (calc-embedded-open-mode, calc-embedded-close-mode):
19481         Move definitions to calc.el.
19483         * calc/calc.el (calc-settings-file, calc-language-alist):
19484         Make customizable.
19485         (calc-embedded-announce-formula, calc-embedded-open-formula)
19486         (calc-embedded-close-formula, calc-embedded-open-word)
19487         (calc-embedded-close-word, calc-embedded-open-plain)
19488         (calc-embedded-close-plain, calc-embedded-open-new-formula)
19489         (calc-embedded-close-new-formula, calc-embedded-open-mode)
19490         (calc-embedded-close-mode, calc-gnuplot-name)
19491         (calc-gnuplot-plot-command, calc-gnuplot-print-command): Move here
19492         from other files and make customizable.
19494 2005-04-01  Stefan Monnier  <monnier@iro.umontreal.ca>
19496         * pcvs.el (cvs-temp-buffer, cvs-mode-kill-process, cvs-buffer-check):
19497         Use buffer-live-p.
19498         (cvs-mode-run): Don't call cvs-update-header here.
19499         (cvs-run-process): Call cvs-update-header.
19500         Use process properties for cvs-postprocess and cvs-buffer so that
19501         the sentinel can behave better if the temp buffer is killed.
19502         Use a pipe rather than a tty, to better handle unexpected prompts.
19503         (cvs-sentinel): Rewrite.  Call cvs-update-header.
19505 2005-04-01  Andre Spiegel  <spiegel@gnu.org>
19507         * vc-hooks.el (vc-workfile-unchanged-p): Disable mtime check when
19508         we go via Tramp or Ange-FTP.  Suggested by Kai Grossjohann.
19510 2005-03-31  Stefan Monnier  <monnier@iro.umontreal.ca>
19512         * generic.el (define-generic-mode): Add indentation rule.
19514 2005-03-31  Luc Teirlinck  <teirllm@auburn.edu>
19516         * files.el (mode-require-final-newline): Make Custom correctly
19517         report a nil value and allow to set it to nil via Custom.
19518         Doc fix.
19520 2005-04-01  Kenichi Handa  <handa@m17n.org>
19522         * international/characters.el: Enable the correct case setting for
19523         dotless-i and dotted-I.
19525 2005-04-01  Kim F. Storm  <storm@cua.dk>
19527         * ido.el (ido-file-internal): Fall back to non-ido command if
19528         initial directory is on slow ftp (or tramp) host.
19530 2005-03-31  Richard M. Stallman  <rms@gnu.org>
19532         * emacs-lisp/autoload.el (make-autoload):
19533         Handle define-global-minor-mode.
19535         * emacs-lisp/easy-mmode.el (define-global-minor-mode):
19536         Rename from easy-mmode-define-global-mode.
19537         (easy-mmode-define-global-mode): Alias for define-global-minor-mode.
19539         * progmodes/scheme.el (scheme-mode-syntax-table):
19540         Update syntax of | and # for two-character comment syntax.
19542 2005-03-31  Lute Kamstra  <lute@gnu.org>
19544         * emacs-lisp/easy-mmode.el (easy-mmode-define-global-mode)
19545         (define-minor-mode): Call custom-current-group at load-time.
19547         * generic.el (define-generic-mode): Add debug declaration.
19548         Add defcustom for the mode hook.
19549         (generic-mode-internal): Use run-mode-hooks.
19551 2005-03-31  Kim F. Storm  <storm@cua.dk>
19553         * mouse.el (mouse-1-click-follows-link): Increase to 450 ms.
19554         (mouse-fixup-help-message): New defun called by show_help_echo
19555         to fixup mouse-2 prefix in help messages when applicable.
19557         * tooltip.el (tooltip-show-help-function): Don't fixup message here.
19559 2005-03-31  Kenichi Handa  <handa@m17n.org>
19561         * language/thai-word.el (thai-find-word-ends): Pay attention to
19562         the case that we reach the end of buffer.
19564         * textmodes/fill.el (fill-text-properties-at): New function.
19565         (fill-newline): Use fill-text-properties-at instead of
19566         text-properties-at.
19568 2005-03-31  Olive Lin  <olive.lin@versateladsl.be>  (tiny change)
19570         * textmodes/tex-mode.el (tex-start-tex) Use shell-quote-argument,
19571         not comint-quote-filename.
19573 2005-03-31  Thien-Thi Nguyen  <ttn@gnu.org>
19575         * help-fns.el (help-with-tutorial): Revert last change.
19577 2005-03-31  Kim F. Storm  <storm@cua.dk>
19579         * emulation/cua-base.el (cua-scroll-down): Add CUA property.
19581 2005-03-30  Paul Eggert  <eggert@cs.ucla.edu>
19583         * calendar/cal-china.el: Update reference to "Calendrical
19584         Calculations" book; there's a new edition.
19585         * calendar/cal-coptic.el: Likewise.
19586         * calendar/cal-french.el: Likewise.
19587         * calendar/cal-hebrew.el: Likewise.
19588         * calendar/cal-islam.el: Likewise.
19589         * calendar/cal-iso.el: Likewise.
19590         * calendar/cal-julian.el: Likewise.
19591         * calendar/cal-mayan.el: Likewise.
19592         * calendar/cal-persia.el: Likewise.
19593         * calendar/calendar.el: Likewise.
19594         * calendar/holidays.el: Likewise.
19595         * calendar/lunar.el: Likewise.
19596         * calendar/solar.el: Likewise.
19598         * calendar/calendar.el (calendar-day-abbrev-array): Remove trailing
19599         white space from doc string.
19601 2005-03-30  Jay Belanger  <belanger@truman.edu>
19603         * calc/calc-help.el (calc-full-help): Remove email address.
19605 2005-03-30  Thien-Thi Nguyen  <ttn@gnu.org>
19607         * help-fns.el (help-with-tutorial): Delete title line.
19609 2005-03-30  Glenn Morris  <gmorris@ast.cam.ac.uk>
19611         * calendar/cal-x.el (calendar-one-frame-setup)
19612         (calendar-only-one-frame-setup, calendar-two-frame-setup): Use t
19613         rather than `symbol' for set-window-dedicated-p.
19615         * calendar/appt.el (appt-buffer-name): Make it a constant.
19616         (appt-add): Doc fix.
19618         * filesets.el (filesets-menu-path, filesets-menu-before)
19619         (filesets-menu-in-menu): Doc fix.  Now valid in GNU Emacs.
19620         (filesets-menu-cache-file): Use directory ~/.emacs.d.
19621         (filesets-add-submenu): Delete and use add-submenu instead.
19623 2005-03-30  Carsten Dominik  <dominik@science.uva.nl>
19625         * org.el (org-agenda-phases-of-moon, org-agenda-sunrise-sunset)
19626         (org-agenda-convert-date, org-agenda-goto-calendar): New commands.
19627         (org-diary-default-entry): New function.
19628         (org-get-entries-from-diary): Better parsing of diary entries.
19629         (org-agenda-check-no-diary): New function.
19630         ("diary-lib"): Advice to function `add-to-diary-list', to allow
19631         linking to diary entries.
19632         (org-agenda-execute-calendar-command): New function.
19633         (org-agenda): Improve visible section in window.
19634         Use `org-fit-agenda-window'.
19635         (org-fit-agenda-window): New option.
19636         (org-move-subtree-down): Better handling of empty lines
19637         at end of subtree.
19638         (org-cycle): Numeric prefix is interpreted now as show-subtree N
19639         levels up.
19640         (org-fontify-done-headline): New option.
19641         (org-headline-done-face): New face.
19642         (org-set-font-lock-defaults): Use `org-headline-done-face'.
19643         (org-table-copy-down): Rename from `org-table-copy-from-above'.
19644         When current field is non-empty, it is copied to next row.
19645         (org-table-copy-from-above): Fix bug which made it
19646         impossible to copy fields containing only a single non-white character.
19648 2005-03-30  Kim F. Storm  <storm@cua.dk>
19650         * kmacro.el (kmacro-end-macro): Isearch may store this command
19651         into the macro -- so ignore it when executing keyboard macro.
19653 2005-03-30  Nick Roberts  <nickrob@snap.net.nz>
19655         * tooltip.el (tooltip-gud-display): Use gud-overlay-arrow-position.
19657 2005-03-29  Kenichi Handa  <handa@m17n.org>
19659         * language/thai.el ("Thai"): Set setup-function and exit-function
19660         for Thai language environment.
19662         * language/thai-util.el: Require thai-word.
19663         (thai-word-mode-map): New variable.
19664         (thai-word-mode): New minor mode.
19665         (setup-thai-language-environment-internal): New function.
19666         (exit-thai-language-environment-internal): New function.
19668         * language/thai-word.el (thai-word-table): Declare it by defvar,
19669         use dolist to initialize it.
19670         (thai-kill-word, thai-backward-kill-word, thai-transpose-words)
19671         (thai-fill-find-break-point): New functions.
19673 2005-03-29  Richard M. Stallman  <rms@gnu.org>
19675         * simple.el (idle-update-delay): Move definition up.
19676         (set-mark): Doc fix.
19678 2005-03-29  Chong Yidong  <cyd@stupidchicken.com>
19680         * longlines.el: New file.
19682         * simple.el (buffer-substring-filters): New variable.
19683         (filter-buffer-substring): New function.
19684         (kill-region, copy-region-as-kill): Use it.
19686         * register.el (copy-to-register, append-to-register)
19687         (prepend-to-register): Use filter-buffer-substring.
19689 2005-03-30  Nick Roberts  <nickrob@snap.net.nz>
19691         * progmodes/gud.el (gdb): (Re)-initialize gud-filter-pending-text.
19692         (gud-filter-pending-text): Move in front of gdb.
19693         (gud-overlay-arrow-position): New variable.
19694         (gud-sentinel, gud-display-line): Use it in place of
19695         overlay-arrow-position.
19697 2005-03-29  Glenn Morris  <gmorris@ast.cam.ac.uk>
19699         * progmodes/fortran.el (fortran-if-indent): Doc fix.
19700         (fortran-font-lock-keywords-2): Add "where", "elsewhere".
19701         (fortran-font-lock-keywords-4): New variable.
19702         (fortran-blocks-re, fortran-end-block-re)
19703         (fortran-start-block-re): New constants, for hideshow.
19704         (hs-special-modes-alist): Add a Fortran entry.
19705         (fortran-mode-map): Bind fortran-end-of-block,
19706         fortran-beginning-of-block to \M-\C-n, \M-\C-p.
19707         (fortran-mode): Doc fix.  Add fortran-font-lock-keywords-4.
19708         (fortran-looking-at-if-then, fortran-end-of-block)
19709         (fortran-beginning-of-block): New functions, for hideshow.
19711         * progmodes/f90.el (f90-end-block-re, f90-start-block-re):
19712         Doc fix.  Tweak regexp.
19713         (f90-beginning-of-block): Push mark first.
19715 2005-03-29  Jay Belanger  <belanger@truman.edu>
19717         * calc/calc.el: Update copyright date.
19718         (calc-version): Increase to 2.1.
19719         (calc-version-date): Remove.
19721         * calc/calc-help.el: Update copyright date.
19722         (calc-full-help): Remove reference to calc-version-date.
19723         Update copyright date.
19725 2005-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
19727         * vc.el (vc-do-command): Use a pipe for async processes, so password
19728         prompts don't show up at places where the user can't reply.
19730 2005-03-29  Olive Lin  <olive.lin@versateladsl.be>  (tiny change)
19732         * textmodes/tex-mode.el (tex-send-command): shell-quote-argument
19733         on the file name we pass to the inferior shell.
19735 2005-03-29  Stephan Stahl  <stahl@eos.franken.de>  (tiny change)
19737         * progmodes/which-func.el (which-function): Be robust in the face of an
19738         imenu--make-index-alist failure.
19740 2005-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
19742         * reveal.el (reveal-mode-map): Don't override C-a and C-e.
19744         * progmodes/python.el (python-preoutput-filter): Fix last change.
19746 2005-03-29  Lute Kamstra  <lute@gnu.org>
19748         * emacs-lisp/debug.el (debug-on-entry): Handle autoloaded
19749         functions and compiled macros.
19750         (debug-convert-byte-code): Handle macros too.
19751         (debug-on-entry-1): Don't signal an error when trying to clear a
19752         function that is not set to debug on entry.
19754 2005-03-29  Jay Belanger  <belanger@truman.edu>
19756         * calc/calc-lang.el: Add functions to math-function-table
19757         properties of tex and math.
19759 2005-03-29  Kenichi Handa  <handa@m17n.org>
19761         * ps-mule.el (ps-mule-plot-string): Translate characters by
19762         ps-print-translation-table.
19763         (ps-mule-begin-job): Call find-charset-region/string with
19764         ps-print-translation-table.
19765         (ps-mule-printable-p): Return t if CHARSET is ascii or latin-iso8859-1.
19767         * ps-print.el (ps-print-translation-table): New variable.
19768         (ps-plot-region): Translate characters by ps-print-translation-table.
19770 2005-03-29  Juri Linkov  <juri@jurta.org>
19772         * simple.el (next-error-highlight-timer): New variable.
19774         * progmodes/compile.el (compilation-goto-locus):
19775         Use `next-error-highlight-timer' instead of `sit-for'.
19777 2005-03-28  Stefan Monnier  <monnier@iro.umontreal.ca>
19779         * mail/supercite.el (sc-mail-field): Use assoc-string.
19780         (sc-get-address): Simplify regexps.
19782         * files.el (minibuffer-with-setup-hook): New macro.
19783         (find-file-read-args): Use it to avoid let-binding
19784         minibuffer-with-setup-hook (which breaks turning on/off
19785         file-name-shadow-mode while in the prompt).
19787         * complete.el (PC-read-include-file-name-internal):
19788         Use test-completion.
19790 2005-03-28  Luc Teirlinck  <teirllm@auburn.edu>
19792         * font-lock.el: Bind `font-lock-fontify-block' to M-o M-o.
19794 2005-03-28  Stefan Monnier  <monnier@iro.umontreal.ca>
19796         * window.el (window-buffer-height): Use count-screen-lines.
19798         * progmodes/python.el (python-preoutput-leftover): New var.
19799         (python-preoutput-filter): Use it.
19800         (python-send-receive): Loop until all the result has been received.
19802 2005-03-28  Juri Linkov  <juri@jurta.org>
19804         * dired.el (dired-mode-map): Add ellipsis to "Compare directories".
19806         * menu-bar.el (menu-bar-file-menu): Remove ellipsis from
19807         "Recover Crashed Session".
19808         (menu-bar-search-menu): Add ellipsis to "Search tagged files".
19809         (menu-bar-replace-menu): Add ellipsis to "Replace in tagged files".
19810         (menu-bar-goto-menu): Add ellipsis to "Set Tags File Name".
19811         (menu-bar-goto-menu): Add ellipsis to "Tags Apropos".
19812         (menu-bar-options-menu): Add ellipsis to "Set Font/Fontset".
19813         (menu-bar-manuals-menu): Add ellipsis to "Find Command in Manual".
19814         (menu-bar-manuals-menu): Add ellipsis to "Find Key in Manual".
19815         (menu-bar-help-menu): Remove ellipsis from "Find Emacs Packages".
19817         * ediff-hook.el (menu-bar-ediff-misc-menu, ediff-misc-menu):
19818         Remove ellipsis from "Ediff Manual", "Customize Ediff", "List
19819         Ediff Sessions", "Toggle use of separate control buffer frame",
19820         "Use separate frame for Ediff control buffer".
19822         * bookmark.el (menu-bar-bookmark-map): Add ellipsis to "Jump to
19823         Bookmark", "Set Bookmark", "Insert Contents", "Insert Location",
19824         "Rename Bookmark", "Delete Bookmark".
19826         * info.el (Info-mode-menu): Remove ellipsis from "Index".
19827         Add ellipsis to "Lookup a String", "Lookup a string in all indices".
19828         Add `:active Info-index-alternatives' to "Next Matching Item".
19830         * wdired.el (wdired-change-to-wdired-mode):
19831         Mention `wdired-abort-changes' key in the initial message.
19833         * international/mule.el (auto-coding-alist): Associate non-ascii
19834         image filename extensions with `no-conversion'.
19836 2005-03-27  Stefan Monnier  <monnier@iro.umontreal.ca>
19838         * international/iso-acc.el:
19839         * obsolete/iso-acc.el: Move iso-acc to the obsolete subdir.
19841 2005-03-26  Luc Teirlinck  <teirllm@auburn.edu>
19843         * textmodes/sgml-mode.el (html-mode): Doc update.
19845         * autorevert.el (auto-revert-check-vc-info): Minor doc fix.
19847 2005-03-26  Dan Nicolaescu  <dann@ics.uci.edu>
19849         * term.el (term-move-columns): Fix face after extending a line.
19850         (term-insert-spaces): Likewise.
19851         (term-reset-terminal): Fix off by one error.
19853 2005-03-26  Eli Zaretskii  <eliz@gnu.org>
19855         * international/mule.el (auto-coding-alist): Add .xpi files.
19857         * files.el (auto-mode-alist): Add .xpi files.
19859 2005-03-26  Jure Cuhalev  <gandalf@owca.info>  (tiny change)
19861         * textmodes/ispell.el (ispell-dictionary-alist-6): Add slovenian.
19863 2005-03-26  Eli Zaretskii  <eliz@gnu.org>
19865         * term/bobcat.el: Don't use keyswap.el, since it is now obsolete.
19867 2005-03-26  Glenn Morris  <gmorris@ast.cam.ac.uk>
19869         * calendar/cal-menu.el (top level): Delete local C-down-mouse-3
19870         binding.  Suggested by Stephan Stahl <stahl@eos.franken.de>.
19872         * calendar/cal-move.el (calendar-beginning-of-year): Move the
19873         cursor to Jan 1 when needed.
19874         (calendar-end-of-year): Fix -/+ typo.
19875         Reported by Chong Yidong <cyd@stupidchicken.com>.
19877 2005-03-26  Stefan Monnier  <monnier@iro.umontreal.ca>
19879         * progmodes/flymake.el (flymake-mode): Add autoload cookie.
19881         * emacs-lisp/debug.el (debugger-record-expression): Add a missing
19882         format to `message'.  Inspired by Deepak Goel <deego@gnufans.org>.
19884 2005-03-25  Richard M. Stallman  <rms@gnu.org>
19886         * filesets.el (filesets-init): Add autoload.
19888         * mail/mailalias.el (mail-directory): Doc fix.
19890 2005-03-25  Frederik Fouvry  <fouvry@CoLi.Uni-SB.DE>
19892         * mail/mailalias.el (mail-directory-process): Do nothing if
19893         mail-directory-process is an atom.
19894         (mail-get-names): Ignore mail-directory-names if it is an atom.
19895         (mail-directory-process defvar): Doc fix.
19896         (mail-names): Doc fix.
19898 2005-03-25  Johan Bockg\e,Ae\e(Brd  <bojohan+mail@dd.chalmers.se>  (tiny change)
19900         * textmodes/flyspell.el (mail-mode-flyspell-verify): Fix regexp syntax.
19902 2005-03-26  Kenichi Handa  <handa@m17n.org>
19904         * international/mule-util.el (detect-coding-with-priority):
19905         Call update-coding-systems-internal before detect-coding-region.
19907 2005-03-26  Nick Roberts  <nickrob@snap.net.nz>
19909         * progmodes/gdb-ui.el (gdb-breakpoints-mode-map)
19910         (gdb-frames-mode-map): Add follow-link property.
19912 2005-03-25  Jay Belanger  <belanger@truman.edu>
19914         * calc/calcalg2.el (calc-solve-for): Use "Variable(s)" to prompt
19915         for variables.
19917 2005-03-25  Juri Linkov  <juri@jurta.org>
19919         * image-mode.el: Optimize image filename extension regexps in
19920         autoload cookies.  Associate .x[bp]m with `image-mode-maybe'
19921         in `auto-mode-alist'.
19922         (image-mode): Add `image-toggle-display-text' to local hook
19923         `change-major-mode-hook'.  Display the image as an image by
19924         default.  Set `cursor-type' and `truncate-lines' if the image
19925         is already displayed.  Take into account the current mode (image
19926         or text) in message.
19927         (image-minor-mode): New minor mode.
19928         (image-mode-maybe, image-toggle-display-text): New functions.
19929         (image-toggle-display): Use called-interactively-p.
19930         Let-bind `inhibit-read-only' to t.
19932         * image-mode.el (image-minor-mode): Set `cursor-type' and
19933         `truncate-lines' if the image is already displayed.  Add turning
19934         image-minor-mode off to `change-major-mode-hook'.  Add message.
19935         Call `image-toggle-display-text' after turning image-minor-mode off.
19937 2005-03-25  Stefan Monnier  <monnier@iro.umontreal.ca>
19939         * international/mule-cmds.el (set-locale-environment): For Mac OS X's
19940         Terminal.app, use utf-8.
19941         (set-display-table-and-terminal-coding-system): Add coding-system arg.
19942         (set-locale-environment): Use it.
19944         * term/xterm.el: Undo last change, better done in mule-cmds.el.
19946         * emacs-lisp/rx.el (rx-constituents): Add symbol-start and symbol-end.
19948         * progmodes/python.el (python-close-block-statement-p)
19949         (python-outdent-p, python-current-defun): Use symbol-end.
19951 2005-03-25  Karl Chen  <quarl@cs.berkeley.edu>  (tiny change)
19953         * files.el (save-some-buffers): Doc fix.
19955 2005-03-25  Werner Lemberg  <wl@gnu.org>
19957         * complete.el, thumbs.el: Replace `legal' with `valid'.
19958         * calendar/calendar.el: Replace `legal' with `valid'.
19959         * emacs-lisp/advice.el: Replace `legal' with `valid'.
19960         * mail/supercite.el: Replace `legal' with `valid'.
19961         * progmodes/cperl-mode.el, progmodes/idlw-shell.el
19962         * progmodes/idlwave.el, progmodes/vhdl-mode.el:
19963         Replace `legal' with `valid'.
19964         * textmodes/reftex-vars.el, textmodes/reftex.el:
19965         Replace `legal' with `valid'.
19967 2005-03-25  Werner Lemberg  <wl@gnu.org>
19969         * calc/calc-forms.el, calc/calc-sel.el
19970         * midnight.el, vc-cvs.el
19971         * emacs-lisp/cl-macs.el
19972         * emulation/vip.el
19973         * eshell/esh-io.el, eshell/esh-var.el
19974         * mail/supercite.el
19975         * progmodes/ebnf-abn.el, progmodes/ebnf-bnf.el
19976         * progmodes/ebnf-ebx.el, progmodes/ebnf-dtd.el, progmodes/ebnf-iso.el
19977         * progmodes/ebnf-yac.el, progmodes/ebnf2ps.el, progmodes/idlwave.el
19978         * progmodes/sh-script.el, progmodes/xscheme.el
19979         * textmodes/refbib.el, textmodes/refer.el, textmodes/reftex-cite.el
19980         * textmodes/reftex-index.el, textmodes/reftex-parse.el
19981         * textmodes/reftex-ref.el, textmodes/reftex-vars.el
19982         * textmodes/reftex.el, textmodes/org.el:
19983         Replace `illegal' with `invalid'.
19985 2005-03-24  Stefan Monnier  <monnier@iro.umontreal.ca>
19987         * progmodes/flymake.el (flymake-get-file-name-mode-and-masks)
19988         (flymake-find-buildfile, flymake-find-possible-master-files)
19989         (flymake-check-include, flymake-parse-line): Replace loops over the
19990         length of lists, by loops over lists, to remove silly O(n\e,A2\e(B) behavior.
19992         * progmodes/flymake.el (flymake-ensure-ends-with-slash): Remove.
19993         Substitute file-name-as-directory in the rest of the file.
19994         (flymake-get-common-file-prefix): Rewrite, using compare-strings.
19995         (flymake-replace-region): Remove unused arg `buffer'.
19996         (flymake-check-patch-master-file-buffer): Update calls to it.
19997         (flymake-add-err-info): Remove unused var `count'.
19998         (flymake-mode): Use define-minor-mode.
20000         * progmodes/flymake.el: Use with-current-buffer.
20001         (flymake-float-time, flymake-get-temp-dir, flymake-line-end-position)
20002         flymake-replace-regexp-in-string, flymake-line-beginning-position)
20003         (flymake-popup-menu, flymake-current-row, flymake-selected-frame):
20004         Avoid testing for `xemacs'.
20005         (flymake-nop): Move.
20006         (flymake-region-has-flymake-overlays): Return the computed value.
20007         (flymake-reformat-err-line-patterns-from-compile-el): Use dolist.
20008         Remove unused var `endline'.
20009         (flymake-get-line-count): Remove unused function.
20010         (flymake-display-err-menu-for-current-line): Unused var move-mouse-pos.
20012         * emulation/vi.el:
20013         * generic.el:
20014         * hilit-chg.el (global-highlight-changes):
20015         * hi-lock.el (hi-lock-mode):
20016         * follow.el: find-file-hooks -> find-file-hook.
20018         * comint.el (comint-insert-input): Obey mouse-yank-at-point.
20020 2005-03-24  Juri Linkov  <juri@jurta.org>
20022         * dired.el (dired-mode-map): Add menu item "Compare directories"
20023         for dired-compare-directories.
20025         * dired-aux.el (dired-compare-directories): Add autoload cookie.
20026         Doc fix.  Replace `read-file-name' with `read-directory-name'.
20028 2005-03-24  Stefan Monnier  <monnier@iro.umontreal.ca>
20030         * term/xterm.el: If running in Terminal.app set coding-system to utf-8.
20032 2005-03-24  Jay Belanger  <belanger@truman.edu>
20034         * calc/calc-embed.el (calc-embedded-mode-change): Save all
20035         relevant mode settings in calc-embedded-original-modes when modes
20036         are permanently changed.
20038 2005-03-24  Stefan Monnier  <monnier@iro.umontreal.ca>
20040         * autoinsert.el: find-file-hooks -> find-file-hook.
20042 2005-03-24  Lute Kamstra  <lute@gnu.org>
20044         * generic.el (generic-font-lock-defaults): Make it obsolete.
20045         (generic-font-lock-keywords): New variable to replace
20046         generic-font-lock-defaults.
20047         (generic-mode-set-font-lock): Delete it.
20048         (generic-mode-internal): Don't call generic-mode-set-font-lock.
20049         (generic-bracket-support): Add docstring.
20051         * generic-x.el: Rename generic-font-lock-defaults to
20052         generic-font-lock-keywords throughout.
20053         (mailagent-rules-setup-function): Delete it.
20054         (mailagent-rules-generic-mode): Use anonymous function instead.
20055         (show-tabs-generic-mode-font-lock-defaults-1)
20056         (show-tabs-generic-mode-font-lock-defaults-2): Make them constants.
20057         Quote faces.
20058         (show-tabs-tab-face, show-tabs-space-face): Specify background,
20059         not foreground.
20061         * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
20062         Recognize define-generic-mode.
20064 2005-03-23  Stefan Monnier  <monnier@iro.umontreal.ca>
20066         * icomplete.el (icomplete-simple-completing-p): Don't turn on icomplete
20067         if there's no completion table.
20069 2005-03-23  Miles Bader  <miles@gnu.org>
20071         * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
20072         Remove tty-specific variants, as they're no longer needed.
20074 2005-03-23  Lute Kamstra  <lute@gnu.org>
20076         * generic-x.el: Code cleanup: make args constant whenever possible.
20077         (installshield-statement-keyword-list)
20078         (installshield-system-functions-list)
20079         (installshield-system-variables-list, installshield-types-list)
20080         (installshield-funarg-constants-list): Make them constants.
20082         * generic.el (generic-make-keywords-list): Add autoload cookie.
20084         * calendar/time-date.el: Add comment on time value formats.
20085         Don't require parse-time.
20086         (with-decoded-time-value): New macro.
20087         (encode-time-value): New function.
20088         (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
20089         (days-to-time): Return a valid time value when arg is huge.
20090         (time-since): Use time-subtract.
20091         (time-to-number-of-days): Use time-to-seconds.
20093 2005-03-23  David Ponce  <david@dponce.com>
20095         * recentf.el (recentf-keep): New option.
20096         (recentf-menu-action): Default to `find-file'.
20097         (recentf-keep-non-readable-files-flag)
20098         (recentf-keep-non-readable-files-p)
20099         (recentf-file-readable-p, recentf-find-file)
20100         (recentf-cleanup-remote): Remove.
20101         (recentf-include-p): More robust.
20102         (recentf-keep-p): New function.
20103         (recentf-remove-if-non-kept): Rename from
20104         `recentf-remove-if-non-readable'.  Use `recentf-keep-p'.
20105         All callers updated.
20106         (recentf-menu-items-for-commands): Fix help string.
20107         (recentf-track-closed-file): Update.  Doc fix.
20108         (recentf-cleanup): Update.  Count removed files.  Doc fix.
20110 2005-03-23  Kim F. Storm  <storm@cua.dk>
20112         * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
20113         Don't inherit from fringe face (now happens automatically).
20115 2005-03-22  Kim F. Storm  <storm@cua.dk>
20117         * tooltip.el (tooltip-show-help-function): Ignore negative mouse
20118         position values.
20120 2005-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
20122         * menu-bar.el (showhide-date-time): Remove.
20123         (menu-bar-showhide-menu): Use menu-bar-make-mm-toggle.
20124         (menu-bar-make-mm-toggle): Simplify.
20126 2005-03-22  JUAN-LEON Lahoz Garcia  <juanleon1@gmail.com>
20128         * progmodes/perl-mode.el (perl-font-lock-keywords-2):
20129         Accept qualified variable and function names.
20131 2005-03-22  Thien-Thi Nguyen  <ttn@gnu.org>
20133         * bindings.el (completion-ignored-extensions):
20134         Remove ".lis" for `vax-vms'.
20136 2005-03-22  Andreas Schwab  <schwab@suse.de>
20138         * generic-x.el: Revert last change.
20139         * ldefs-boot.el: Update.
20141 2005-03-22  Jay Belanger  <belanger@truman.edu>
20143         * calc/calc-embed.el (calc-embedded-original-modes): New variable.
20144         (calc-embedded-save-original-modes)
20145         (calc-embedded-restore-original-modes): New functions.
20146         (calc-do-embedded): Save original modes when entering embedded mode
20147         and restore when leaving embedded mode.
20148         (calc-embedded-modes-change): Change the value of
20149         calc-embedded-original-modes to reflect permanent changes.
20151 2005-03-22  Lute Kamstra  <lute@gnu.org>
20153         * generic-x.el: Require generic again.
20155 2005-03-22  Miles Bader  <miles@gnu.org>
20157         * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
20158         Tweak details to look good on both ttys and bitmap displays, light
20159         or dark background, etc.
20161 2005-03-21  Kim F. Storm  <storm@cua.dk>
20163         * tooltip.el (tooltip-show-help-function): Check car and cdr of
20164         mouse position.
20166 2005-03-21  Stefan Monnier  <monnier@iro.umontreal.ca>
20168         * icomplete.el: Don't forcibly turn on the mode upon load.
20169         (icomplete-mode): Use define-minor-mode.
20170         (icomplete-eoinput): Default to nil.
20171         (icomplete-minibuffer-setup): Remove autoload.
20172         (icomplete-tidy): Simplify.
20173         (icomplete-exhibit): Use buffer-undo-list to determine if we're still
20174         in the initial state or if the user has modified the field.
20175         Fix handling of icomplete-max-delay-chars.
20176         Remove code that handles the oddball case where
20177         minibuffer-completion-table is an integer.
20178         Wrap icomplete-completions in while-no-input in case building
20179         completions takes more time than expected.
20180         (icomplete-completions): Simplify.
20182 2005-03-21  Richard M. Stallman  <rms@gnu.org>
20184         * jka-compr.el (jka-compr-really-do-compress):
20185         Make variable buffer-local.
20187         * image-mode.el: Handle .xpm files too.
20188         (image-toggle-display): Preserve modification flag.
20190         * help.el (where-is): Don't mention aliases with no key bindings.
20192 2005-03-21  Lute Kamstra  <lute@gnu.org>
20194         * generic.el: Fix commentary section.  Don't require cl for
20195         compilation.
20196         (generic-mode-list): Add autoload cookie.
20197         (generic-use-find-file-hook, generic-lines-to-scan)
20198         (generic-find-file-regexp, generic-ignore-files-regexp)
20199         (generic-mode, generic-mode-find-file-hook)
20200         (generic-mode-ini-file-find-file-hook): Fix docstrings.
20201         (define-generic-mode): Make it a defmacro.  Fix docstring.
20202         (generic-mode-internal): Code cleanup.  Add autoload cookie.
20203         (generic-mode-set-comments): Code cleanup.
20204         * generic-x.el: Don't prevent compilation.  Don't require generic.
20205         Follow coding conventions.  Minor code cleanup.
20206         (etc-fstab-generic-mode): Add some keywords.
20207         * font-lock.el (lisp-font-lock-keywords-1): Font lock a call to
20208         define-generic-mode like a function declaration.
20210 2005-03-21  Jay Belanger  <belanger@truman.edu>
20212         * calc/calc-embed.el (calc-do-embedded): Put data on stack before
20213         changing modes.
20215 2005-03-21  Sam Steingold  <sds@gnu.org>
20217         * add-log.el (add-log-current-defun): Support more C DEFUN forms.
20219 2005-03-21  Thien-Thi Nguyen  <ttn@gnu.org>
20221         * progmodes/dcl-mode.el (dcl-font-lock-keywords):
20222         Add underscore to "f$ lexicals" regexp.
20224 2005-03-20  Juri Linkov  <juri@jurta.org>
20226         * subr.el (progress-reporter-do-update): When `min-value' is equal
20227         to `max-value', set `percentage' to 0 and prevent division by zero.
20229 2005-03-20  Michael Albinus  <michael.albinus@gmx.de>
20231         Sync with Tramp 2.0.48.
20233         * net/tramp.el (all): Change all addresses to .gnu.org.
20234         (tramp-append-tramp-buffers): New defun.
20235         (tramp-bug): Apply `tramp-append-tramp-buffers' as post-hook.
20236         Catch `dont-send' signal.
20237         (tramp-set-auto-save-file-modes): Set always permissions, because
20238         there might be an old auto-saved file belonging to another
20239         original file.  This could be a security threat.  Reported by
20240         Kjetil Kjernsmo <kjetil@kjernsmo.net>.
20241         Check for Emacs 21.3.50 removed.
20243         * net/tramp-smb.el (all): Remove debug construct for
20244         `with-parsed-tramp-file-name'.
20245         (tramp-smb-prompt): Prompt can contain spaces inside directory names.
20246         (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file):
20247         No error message if DIRECTORY or FILENAME doesn't exist.
20248         (tramp-smb-open-connection): Check existence of
20249         `tramp-smb-program'.
20251 2005-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
20253         * progmodes/perl-mode.el (perl-font-lock-syntactic-face-function):
20254         Properly handle the case where the `m' or `s' command's argument is not
20255         yet terminated.
20256         (perl-indent-new-calculate): New function.
20257         (perl-indent-line): Use it.
20259 2005-03-20  Miles Bader  <miles@gnu.org>
20261         * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Use breakpoint faces
20262         in text-mode too.  Change to new face names.
20263         (breakpoint-enabled): Rename from `breakpoint-enabled-bitmap-face'.
20264         Add `:weight bold' attribute.
20265         (breakpoint-disabled): Rename from `breakpoint-disabled-bitmap-face'.
20267 2005-03-19  Juri Linkov  <juri@jurta.org>
20269         * files.el (auto-mode-alist): Add comment.  Optimize jar/ear/war.
20271         * international/mule.el (auto-coding-alist): Sync with
20272         `auto-mode-alist' by adding upper case archive file extensions
20273         and adding ear/war to jar extension.
20275 2005-03-19  David Casperson  <casper@unbc.ca>  (tiny change)
20277         * textmodes/tex-mode.el (tex-view): If tex-shell process is not
20278         running, restart it.
20280 2005-03-19  Yoichi NAKAYAMA  <yoichi@geiin.org>  (tiny changes)
20282         * finder.el (finder-current-item): Throw an error on an empty line.
20284         * man.el (Man-follow-manual-reference): If current-word returns
20285         nil, use "".
20287 2005-03-19  Matt Hodges  <MPHodges@member.fsf.org>
20289         * simple.el (goto-line): Doc fix.
20291 2005-03-19  Aaron Hawley  <Aaron.Hawley@uvm.edu>  (tiny change)
20293         * files.el (save-buffer): Doc fix.
20295 2005-03-19  Michael R. Mauger  <mmaug@yahoo.com>
20297         * recentf.el (recentf-cleanup-remote): New variable.
20298         (recentf-cleanup): Use it to conditionally check availability of
20299         remote files.
20301 2005-03-19  Joe Edmonds  <joe-bugs-debian-org@elem.com>  (tiny change)
20303         * emacs-lisp/lisp-mode.el (lisp-mode-variables): Recognize `@' in
20304         function names.
20306 2005-03-19  Eli Zaretskii  <eliz@gnu.org>
20308         * language/thai-word.el: New file.
20310 2005-03-19  JUAN-LEON Lahoz Garcia  <juanleon1@gmail.com>
20312         * files.el (backup-buffer): If the file's directory is not
20313         writable, use copy instead of move to backup the file.
20315 2005-03-19  Eli Zaretskii  <eliz@gnu.org>
20317         * obsolete/keyswap.el: Moved to obsolete/ from term/.
20319 2005-03-19  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
20321         * ps-print.el (ps-generate-string-list, ps-generate-header-line):
20322         Use functionp instead of symbolp and fboundp.  Reported by Drkm
20323         <darkman_spam@yahoo.fr>.
20324         (ps-print-version): New version 6.6.6.
20326 2005-03-18  Tak Ota  <Takaaki.Ota@am.sony.com>
20328         * textmodes/table.el (table--line-column-position): New idiom.
20329         (table--row-column-insertion-point-p): New function to test
20330         validity of row and column insertion operation at a location.
20331         (table-global-menu, table-cell-menu): Use above functions for
20332         deterministic test operation.
20333         (table--editable-cell-p): Behave in deterministic fashion.
20335 2005-03-18  Juri Linkov  <juri@jurta.org>
20337         * isearch.el (isearch-lazy-highlight-new-loop):
20338         Make arguments beg and end optional.
20339         (isearch-update): Remove optional arguments nil from
20340         isearch-lazy-highlight-new-loop.
20341         (isearch-lazy-highlight-search): Let-bind case-fold-search to
20342         isearch-lazy-highlight-case-fold-search instead of
20343         isearch-case-fold-search, and let-bind isearch-regexp to
20344         isearch-lazy-highlight-regexp.
20345         Use isearch-lazy-highlight-last-string instead of isearch-string.
20347         * replace.el (perform-replace): Remove bindings of global
20348         variables isearch-string, isearch-regexp, isearch-case-fold-search.
20349         Add three new arguments to `replace-highlight'.
20350         (replace-highlight): Add arguments string, regexp, case-fold.
20351         Let-bind isearch-string, isearch-regexp, isearch-case-fold-search
20352         to allow isearch-lazy-highlight-new-loop to use these values
20353         to set corresponding isearch-lazy-highlight-* internal
20354         variables whose values lazy highlighting will use regardless of
20355         changes to global variables isearch-string, isearch-regexp,
20356         isearch-case-fold-search during lazy highlighting loop.
20357         (replace-dehighlight): Rename `isearch-lazy-highlight-cleanup'
20358         to `lazy-highlight-cleanup'.
20360         * textmodes/ispell.el (ispell-lazy-highlight): New defcustom.
20361         (ispell-highlight-face): Set default face to `isearch' when
20362         lazy highlighting is enabled.
20363         (ispell-highlight-spelling-error-overlay): Set `ispell-overlay'
20364         priority to 1.  Add lazy highlighting.
20365         (ispell-highlight-spelling-error-xemacs): Remove obsolete arg
20366         from `isearch-dehighlight'.
20368 2005-03-18  David Ponce  <david@dponce.com>
20370         * files.el (hack-local-variables): Do a case-insensitive search
20371         for End.
20373 2005-03-18  Juri Linkov  <juri@jurta.org>
20375         * isearch.el (lazy-highlight-cleanup) <command>: Rename from
20376         `isearch-lazy-highlight-cleanup', add alias to old name and
20377         declare obsolete.  Add release numbers to other obsolete vars.
20378         (isearch-done, isearch-lazy-highlight-new-loop):
20379         Rename `isearch-lazy-highlight-cleanup' to `lazy-highlight-cleanup'.
20380         (lazy-highlight-cleanup) <variable>: Doc fix.
20381         (isearch-lazy-highlight-update): Rename obsolete
20382         `isearch-lazy-highlight-face' to `lazy-highlight-face'.
20384 2005-03-18  Kenichi Handa  <handa@m17n.org>
20386         * language/thai-util.el: Fix categorization of Thai characters in
20387         thai-category-table.
20388         (thai-composition-pattern): Adjust it for the above change.
20389         (thai-self-insert-command, thai-compose-syllable): New functions.
20390         (thai-compose-region): Use thai-compose-syllable.
20391         (thai-compose-string): Likewise.
20392         (thai-composition-function): Likewise.
20393         (thai-auto-composition): New function.
20394         (thai-auto-composition-mode): New minor mode.
20396         * language/thai.el: Fix patterns to be registered in
20397         composition-function-table.
20399         * international/quail.el (quail-input-method): Locally bind
20400         inhibit-modification-hooks to t.
20402 2005-03-17  Richard M. Stallman  <rms@gnu.org>
20404         * progmodes/perl-mode.el (perl-mode-hook): Defvar it.
20405         (perl-mode): Use run-mode-hooks.
20407         * mail/rmail.el (rmail-movemail-program, rmail-pop-password)
20408         (rmail-pop-password-required, rmail-remote-password): Doc fixes.
20409         (rmail-preserve-inbox, rmail-probe, rmail-autodetect): Doc fix.
20411         * mail/sendmail.el (sendmail-send-it): Reenable the code
20412         to compute resend-to-address and use it.
20414         * tar-mode.el (tar-mode): Turn off undo unconditionally.
20416         * image-mode.el: New file.
20418         * image.el (insert-sliced-image): Add autoload cookie.
20420         * font-lock.el (font-lock-lines-before): New user option.
20421         (font-lock-after-change-function): Obey it.
20423         * bindings.el (esc-map): Make M-g a prefix.
20424         Bind M-g g and M-g M-g to goto-line.
20426         * faces.el (face-id): Doc fix.
20428 2005-03-17  Frederik Fouvry  <fouvry@CoLi.Uni-SB.DE>
20430         * mail/rmail.el (rmail-unknown-mail-followup-to): New function.
20431         (rmail-show-message): Use rmail-unknown-mail-followup-to.
20432         (rmail-reply): Recognize Mail-Followup-To and Mail-Reply-To headers.
20434         * mail/sendmail.el (mail-yank-ignored-headers)
20435         (mail-font-lock-keywords, mail-mode-fill-paragraph):
20436         Add Mail-Followup-To and Mail-Reply-To headers.
20437         (mail-citation-hook): Add autoload cookie.
20438         (mail-mode): Doc fix.
20439         (mail-mode-map): Bind mail-mail-followup-to and mail-mail-reply-to.
20440         (mail-send): Compute Mail-Followup-To and Mail-Reply-To headers.
20441         (mail-mode-fill-paragraph): Handle those headers.
20442         (mail-mailing-lists): New variable.
20443         (mail-mail-reply-to, mail-mail-followup-to): New functions.
20445 2005-03-17  Juri Linkov  <juri@jurta.org>
20447         * isearch.el (isearch-fallback): Check for `(car previous)'
20448         before calling `isearch-other-end-state'.
20450 2005-03-17  Kim F. Storm  <storm@cua.dk>
20452         * simple.el (move-beginning-of-line): Move to beginning of buffer
20453         line, as well as beginning of screen line.
20455 2005-03-16  Glenn Morris  <gmorris@ast.cam.ac.uk>
20457         * calendar/diary-lib.el (mark-diary-entries): Use new optional
20458         argument REDRAW rather than calendar-redrawing variable.
20459         * calendar/calendar.el (calendar-redrawing): Delete.
20460         (redraw-calendar): Do not bind calendar-redrawing.
20462 2005-03-16  Matt Hodges  <MPHodges@member.fsf.org>
20464         * calendar/diary-lib.el (diary-redraw-calendar): Preserve point in
20465         diary-file buffer.
20467 2005-03-16  Stefan Monnier  <monnier@iro.umontreal.ca>
20469         * help.el (describe-mode): Allow a :minor-mode-function property to
20470         specify a different minor mode toggle function than the variable.
20471         * simple.el (auto-fill-function):
20472         * subr.el (add-minor-mode): Use it.
20474 2005-03-16  Kenichi Handa  <handa@m17n.org>
20476         * language/ethio-util.el (sera-being-called-by-w3): New variable.
20477         (ethio-sera-to-fidel-ethio): Check also sera-being-called-by-w3.
20478         (ethio-fidel-to-sera-buffer): Likewise.
20480 2005-03-16  Juri Linkov  <juri@jurta.org>
20482         * emacs-lisp/find-func.el (find-function-regexp):
20483         Add defun-emitting macro `menu-bar-make-toggle'.
20485         * isearch.el: Put `isearch-scroll' property to
20486         `split-window-horizontally'.
20488         * info.el: Update error messages for `debug-ignored-errors'.
20489         (Info-isearch-search): Doc fix.
20490         (Info-find-node): Move up code to go into info buffer before
20491         recording the node to the history.
20492         (Info-fontify-node): Fontify titles only if the next line
20493         has two or more `*', `=', `-', `.'.
20494         Display "go to this node" for empty (match-string 3).
20496 2005-03-16  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
20498         * term/mac-win.el: Add mouse pointer shape constants.
20500 2005-03-15  Kim F. Storm  <storm@cua.dk>
20502         * simple.el (move-beginning-of-line): Use vertical-motion.
20504 2005-03-15  Juri Linkov  <juri@jurta.org>
20506         * isearch.el (isearch-error): New variable.
20507         (isearch-invalid-regexp, isearch-within-brackets): Remove.
20508         (isearch-error-state): Rename from `isearch-invalid-regexp-state'.
20509         (isearch-within-brackets-state): Remove.
20510         (isearch-case-fold-search-state, isearch-pop-fun-state):
20511         Decrease frame index.
20512         (isearch-mode, isearch-top-state, isearch-push-state)
20513         (isearch-edit-string, isearch-abort, isearch-search-and-update)
20514         (isearch-fallback, isearch-message-prefix, isearch-message-suffix)
20515         (isearch-search, isearch-lazy-highlight-new-loop):
20516         Replace `isearch-invalid-regexp' with `isearch-error'.
20517         Remove `isearch-within-brackets'.
20518         (isearch-search): Add `search-failed' handler to `condition-case'.
20519         (isearch-lazy-highlight-search): Add `condition-case' to catch
20520         errors and allow `isearch-lazy-highlight-update' to try
20521         highlighting from the beginning of the window.
20522         (isearch-repeat): Move up code to set isearch-wrapped to t
20523         before calling isearch-wrap-function.
20525         * info.el (Info-isearch-initial-node): New internal variable.
20526         (Info-search): Signal an error in isearch mode when search leaves
20527         the initial node.  Signal an error when `bound' is non-nil and
20528         nothing was found in the current subfile.
20529         (Info-isearch-search): Remove `condition-case'.
20530         (Info-isearch-wrap): Don't wrap when search failed during leaving
20531         the initial node.  If `Info-isearch-search' is nil, wrap around
20532         the current node.
20533         (Info-isearch-start): New fun.
20534         (Info-mode): Add buffer-local hook `Info-isearch-start' to
20535         `isearch-mode-hook'.
20537 2005-03-15  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
20539         * simple.el (normal-erase-is-backspace): Set default to t if
20540         running on Mac.
20542         * term/mac-win.el (function-key-map): Sync with x-win.el.
20544 2005-03-15  Kenichi Handa  <handa@m17n.org>
20546         * international/mule-cmds.el (locale-language-names): Modify the
20547         format of elements and add more entries.
20548         (locale-preferred-coding-systems): Add more entries.
20549         (set-locale-environment): Adjust for the change of
20550         locale-language-names.
20552 2005-03-14  Stefan Monnier  <monnier@iro.umontreal.ca>
20554         * pcvs.el (smerge-ediff): Remove bogus autoload.
20556 2005-03-14  Lute Kamstra  <lute@gnu.org>
20558         * emacs-lisp/debug.el (debugger-make-xrefs): Docstring fix.
20559         Ignore a `*' at the beginning of a line.
20561         * subr.el (macro-declaration-function): Move to emacs-lisp/byte-run.el.
20562         * emacs-lisp/byte-run.el (macro-declaration-function): Move from
20563         subr.el.
20564         (dont-compile, eval-when-compile, eval-and-compile): Use declare
20565         to specify indentation.
20567         * generic.el (define-generic-mode): Let generic-mode-list be a
20568         list of strings; test membership with equal.
20570 2005-03-14  Kim F. Storm  <storm@cua.dk>
20572         * simple.el (next-line, previous-line): Add optional try-vscroll
20573         arg to recognize interactive use.  Pass it on to line-move.
20574         (line-move): Don't perform auto-window-vscroll when defining or
20575         executing keyboard macro to ensure consistent behavior.
20577 2005-03-13  Stefan Monnier  <monnier@iro.umontreal.ca>
20579         * pcvs-util.el (cvs-string->strings): Strip trailing whitespace.
20581 2005-03-13  Lute Kamstra  <lute@gnu.org>
20583         * emacs-lisp/debug.el (debug): Set debug-on-exit before calling
20584         debugger-setup-buffer so that backtrace marks the frames set to
20585         debug-on-exit and we don't have to do it manually.  Set an extra
20586         debug-on-exit for macro's.
20587         (debugger-setup-buffer): Don't mark the top frame manually.
20589 2005-03-12  Lute Kamstra  <lute@gnu.org>
20591         * emacs-lisp/byte-run.el: Replace lisp-indent-hook with
20592         lisp-indent-function throughout.
20593         (with-no-warnings): Set lisp-indent-function property.
20595 2005-03-12  Thien-Thi Nguyen  <ttn@gnu.org>
20597         * progmodes/dcl-mode.el (dcl-mode-syntax-table):
20598         Add entry for backslash.
20600 2005-03-12  Juri Linkov  <juri@jurta.org>
20602         * info.el (Info-search): Four fixes for backward search.
20604 2005-03-11  Jay Belanger  <belanger@truman.edu>
20606         * calc/calc.el (calc-language-alist): New variable.
20607         * calc/calc-embed.el (calc-embedded-language-alist): Remove.
20608         (calc-embedded-find-modes): Use calc-language-alist instead of
20609         calc-embedded-language-alist.
20611 2005-03-11  Glenn Morris  <gmorris@ast.cam.ac.uk>
20613         * calendar/calendar.el (calendar-redrawing): New internal
20614         variable.
20615         (redraw-calendar): Remove bogus save-excursion from previous
20616         change.  Bind calendar-redrawing to t for mark-diary-entries.
20617         * calendar/diary-lib.el (mark-diary-entries): No need to redraw
20618         calendar if that is why we were called.
20620 2005-03-11  Kenichi Handa  <handa@m17n.org>
20622         * international/mule.el (make-coding-system): Set property
20623         coding-system-define-form to nil.
20624         (define-coding-system-alias): Likewise.
20626 2005-03-11  Kenichi Handa  <handa@m17n.org>
20628         These changes are suggested by Dave Love <fx@gnu.org>.
20630         * textmodes/fill.el: Change encoding to iso-2022-7bit and add
20631         coding: tag.
20632         (adaptive-fill-regexp): Add more bullets.
20633         (fill-french-nobreak-p): Add Latin-1 and Latin-9 guillemets in
20634         regexps.
20636 2005-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
20638         * help.el (describe-mode): Properly handle non-trivial lighters.
20639         Don't ignore minor modes that are not listed in minor-mode-list.
20641         * tooltip.el (tooltip-mode): Don't complain that you can't turn the
20642         feature ON when the user requests to turn it OFF.
20644 2005-03-10  Lute Kamstra  <lute@gnu.org>
20646         * emacs-lisp/debug.el (debug-entry-code): Delete it.
20647         (implement-debug-on-entry): New function to replace debug-entry-code.
20648         (debug-on-entry-1): Use implement-debug-on-entry.  Delete the
20649         second argument as the 2005-03-07 change makes it obsolete.
20650         (debug-on-entry, cancel-debug-on-entry): Update call to
20651         debug-on-entry-1.
20652         (debug, debugger-setup-buffer): Comment update.
20653         (debugger-frame-number): Update to work with implement-debug-on-entry.
20655 2005-03-10  Jay Belanger  <belanger@truman.edu>
20657         * calc/calc-embed.el (math-ms-args): Declare it.
20658         (calc-embedded-eval-expr, calc-embedded-eval-get-var): Use variable
20659         math-ms-args.
20660         (calc-embedded-subst): Use math-multi-subst-rec to substitute
20661         variables.
20663 2005-03-10  Nick Roberts  <nickrob@snap.net.nz>
20665         * progmodes/gdb-ui.el (gdb-var-create-handler, gdb-get-location):
20666         Use message-box.
20668         * tooltip.el (tooltip-mode): Use define-minor-mode and simplify.
20669         (tooltip-activate-mouse-motions-if-enabled): Use dolist.
20670         (tooltip-gud-tips): Simplify.
20671         (tooltip-gud-tips-p): Remove superfluous :set.
20672         (tooltip-gud-modes): Add fortran-mode.
20673         (gdb-tooltip-print): Remove newline for tooltip-use-echo-area.
20675         * bindings.el (mode-line-mode-menu): Add tooltip-mode to mode-line.
20677 2005-03-09  Kim F. Storm  <storm@cua.dk>
20679         * play/animate.el (animate-place-char): Use forward-line instead
20680         of next-line to improve performance.
20682 2005-03-09  Simon Josefsson  <jas@extundo.com>
20684         * net/browse-url.el (browse-url-default-browser): Doc fix.
20686 2005-03-09  Miles Bader  <miles@gnu.org>
20688         * emacs-lisp/bytecomp.el (byte-compile-variable-ref)
20689         (byte-compile-obsolete): Change " since VER" to " (as of Emacs VER)".
20691 2005-03-09  Kenichi Handa  <handa@m17n.org>
20693         * international/latin-1.el: Set case and syntax for 255 only if
20694         set-case-syntax-set-multibyte is nil.
20696         * textmodes/ispell.el (ispell-insert-word): New function.
20697         (ispell-word): Use ispell-insert-word to insert a new word.
20698         (ispell-process-line): Likewise.
20699         (ispell-complete-word): Likewise.
20701 2005-03-09  Glenn Morris  <gmorris@ast.cam.ac.uk>
20703         * calendar/calendar.el (redraw-calendar): Preserve point.
20704         Reported by Matt Hodges <MPHodges@member.fsf.org>.
20705         (calendar-week-start-day): Move after definition of
20706         redraw-calendar.  Delete buffer test, since redraw-calendar has
20707         that now.
20709         * calendar/diary-lib.el (mark-diary-entries): Only call
20710         redraw-calendar in the first of any recursive calls.
20711         Reported by Alan Shutko <ats@acm.org>.
20713 2005-03-08  Juri Linkov  <juri@jurta.org>
20715         * textmodes/sgml-mode.el (sgml-tag, html-tag-alist)
20716         (html-horizontal-rule, html-line, html-image, html-checkboxes)
20717         (html-radio-buttons): Add a space before the trailing `/>' where
20718         sgml-xml-mode is non-nil.
20719         (sgml-delete-tag): Check if the tag ends with `/>' to not delete
20720         the subsequent tag of the empty XML tag.
20721         (html-href-anchor): Don't set initial input to "http:".
20722         (html-image): Ask for the image URL and set point inside alt="".
20723         (html-name-anchor): Duplicate the name in the `id' attribute when
20724         sgml-xml-mode is non-nil.
20725         (html-paragraph): Remove \n before <p>.
20726         (html-checkboxes, html-radio-buttons): Insert `checked="checked"'
20727         instead of `checked' when sgml-xml-mode is non-nil.
20729         * facemenu.el (list-colors-print): Print #RRGGBB in default face.
20730         Remove 1 space before #RRGGBB to not truncate it on terminal
20731         windows w/o fringes.  Remove 1 space between bg and fg examples
20732         to get more space.
20733         (list-colors-duplicates): Replace `and' with `if' for `boundp' to
20734         avoid byte-compile warnings.
20736         * image-file.el (image-file-handler): Put `safe-magic' property to
20737         `image-file-handler'.
20739         * info.el (Info-isearch-search): Emulate word search in
20740         isearching through multiple Info nodes with Info-search.
20741         (Info-isearch-wrap): Allow isearch-word.
20743 2005-03-08  Lute Kamstra  <lute@gnu.org>
20745         * emacs-lisp/debug.el (debugger-step-through): Make sure that
20746         stepping into the debugger's code is not possible.
20747         (debugger-jumping-flag): Docstring update.
20749 2005-03-08  Jay Belanger  <belanger@truman.edu>
20751         * calc/calc-embed.el (calc-do-embedded): Reset mode line when
20752         embedded mode begins.
20753         (calc-embedded-language-alist): New variable.
20754         (calc-embedded-find-modes): Use calc-embedded-language-alist to
20755         set default language mode.
20757 2005-03-08  Kenichi Handa  <handa@m17n.org>
20759         * international/ccl.el (define-ccl-program): Fix docstring about
20760         extra 256 bytes assured for the output buffer.
20762         * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
20763         Fix BUFFER_MAGNIFICATION to 2.
20764         (ccl-encode-mule-utf-16be-with-signature): Likewise.
20766 2005-03-07  Karl Chen  <quarl@cs.berkeley.edu>
20768         * align.el (align-rules-list): Added an alignment rule for CSS
20769         declarations (applies to css-mode and html-mode buffers).
20771 2005-03-07  Stefan Monnier  <monnier@iro.umontreal.ca>
20773         * emacs-lisp/debug.el (debug-on-entry-1): Fix handling of macros.
20775 2005-03-07  Kim F. Storm  <storm@cua.dk>
20777         * simple.el (move-beginning-of-line): New command.
20779         * bindings.el (global-map): Bind C-a to move-beginning-of-line.
20781         * reveal.el (reveal-mode-map): Bind C-a to beginning-of-line.
20783         * emulation/cua-base.el: Put CUA move property on move-end-of-line
20784         and move-beginning-of-line.
20786         * apropos.el (apropos-print): Omit command from M-x ... RET.
20788 2005-03-07  Nick Roberts  <nickrob@snap.net.nz>
20790         * progmodes/gdb-ui.el (gdb-var-create-handler): Handle just MI case.
20791         (gdb-send, gdb-send-item): Log items sent from gdb-send too.
20793 2005-03-06  Richard M. Stallman  <rms@gnu.org>
20795         * bindings.el (esc-map): Bind M-g to goto-line.
20797         * facemenu.el (global-map): Bind M-o, not M-g.
20799 2005-03-06  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
20801         * menu-bar.el (menu-bar-file-menu): Add the same :enable to
20802         "Open Directory" as for "Open File".
20804 2005-03-06  Chong Yidong  <cyd@stupidchicken.com>
20806         * simple.el (activate-mark-hook, deactivate-mark-hook): Add defvars.
20807         (push-mark-command): Run activate-mark-hook.
20809 2005-03-06  Richard M. Stallman  <rms@gnu.org>
20811         * help-mode.el (help-mode-finish): Don't alter the element
20812         in view-return-to-alist if there already is one.
20814         * jit-lock.el (jit-lock-stealth-fontify): When calling sit-for,
20815         make sure the current buffer is the expected one.
20817         * novice.el (disabled-command-function): Output in *Disabled Command*.
20818         Explicitly ignore non-keyboard events, and explicitly handle C-g.
20820         * textmodes/flyspell.el (flyspell-large-region):
20821         Pass args differently for aspell.
20823         * files.el (mode-require-final-newline): Doc fix.
20825 2005-03-03  Stephan Stahl  <stahl@eos.franken.de>  (tiny change)
20827         * progmodes/which-func.el (which-function):
20828         Specify NOERROR when calling imenu--make-index-alist.
20830 2005-03-05  Stefan Monnier  <monnier@iro.umontreal.ca>
20832         * simple.el (normal-erase-is-backspace): Define default value.
20834         * custom.el (custom-theme-set-variables): Remove unused var
20835         `immediate'.
20836         (custom-reevaluate-setting): Simple function to handle variables
20837         that are defined before their default value can really be
20838         computed.
20840         * startup.el (command-line): Use it for temporary-file-directory,
20841         small-emporary-file-directory, auto-save-file-name-transforms,
20842         blink-cursor-mode, and normal-erase-is-backspace.
20844         * font-lock.el (font-lock-fontify-keywords-region): Ensure forward
20845         progress, even with buggy anchored keywords.
20847 2005-03-05  Luc Teirlinck  <teirllm@auburn.edu>
20849         * simple.el (goto-line): Remove unbalanced final parenthesis.
20851 2005-03-05  Richard M. Stallman  <rms@gnu.org>
20853         * simple.el (goto-line): Use a number at point as the default.
20854         With C-u as arg, switch buffers.
20856 2005-03-05  Juri Linkov  <juri@jurta.org>
20858         * frame.el (blink-cursor-mode): Replace `emacs-quick-startup'
20859         with `no-blinking-cursor'.
20861         * startup.el (no-blinking-cursor): New defvar.
20862         (command-line): Add `--no-blinking-cursor' to longopts.
20863         Set `no-blinking-cursor' to t for command line arguments
20864         -Q, -nbc, --no-blinking-cursor.  Replace `emacs-quick-startup'
20865         with `no-blinking-cursor' in the condition for calling
20866         `blink-cursor-mode'.
20868 2005-03-04  Luc Teirlinck  <teirllm@auburn.edu>
20870         * menu-bar.el (menu-bar-make-mm-toggle): Doc fix.
20871         (menu-bar-options-save): Add blink-cursor-mode.
20872         (menu-bar-options-menu): Add blink-cursor-mode.
20874 2005-03-04  Ulf Jasper  <ulf.jasper@web.de>
20876         * calendar/icalendar.el (icalendar-version): Increase to 0.11.
20877         (icalendar-export-file, icalendar-export-region)
20878         (icalendar-import-file, icalendar-import-buffer): Add autoload cookies.
20879         (icalendar--convert-ical-to-diary): Fix problem with DURATION.
20881 2005-03-04  Lute Kamstra  <lute@gnu.org>
20883         * emacs-lisp/debug.el (debugger-step-after-exit): Make it a defvar.
20884         (debug-function-list): Ditto.
20886 2005-03-04  Robert J. Chassell  <bob@rattlesnake.com>
20888         * textmodes/texinfmt.el (texinfo-append-refill):
20889         Redefine the types of line to which @refill
20890         is not appended by replacing a search for `@refill\\|@bye' with
20891         `@refill\\|^[ \t]*@'.  The intent is to solve both the `@end
20892         itemize@refill' bug and the unfilled long lines bug.
20893         (texinfmt-version): Update number and date.
20895 2005-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
20897         * international/code-pages.el (windows-1250, windows-125[2-8])
20898         (iso-8859-10, -13, -16, georgian-ps): Add autoload cookies.
20900 2005-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
20902         * frame.el (blink-cursor-mode): `emacs-quick-startup' may not be
20903         bound yet.
20905 2005-03-02  Romain Francoise  <romain@orebokech.com>
20907         * ibuf-ext.el (ibuffer-filter-disable): Move back to the current
20908         buffer after removing limits.
20909         (ibuffer-pop-filter): Ditto.
20910         Update copyright.
20912 2005-03-02  Miles Bader  <miles@gnu.org>
20914         * button.el (make-text-button): If the user doesn't specify a
20915         type, use the default.  Rewrite to use `add-text-properties' and
20916         plist functions.
20918 2005-03-01  Lute Kamstra  <lute@gnu.org>
20920         * emacs-lisp/debug.el (inhibit-debug-on-entry): Add docstring.
20921         (debugger-jumping-flag): New var.
20922         (debug-entry-code): Use it.
20923         (debugger-jump): Use debugger-jumping-flag and add
20924         debugger-reenable to post-command-hook.
20925         (debugger-reenable): Use debugger-jumping-flag and remove itself
20926         from post-command-hook.
20927         (debug, debug-on-entry, cancel-debug-on-entry): Remove call to
20928         debugger-reenable.
20930 2005-03-01  Robert J. Chassell  <bob@rattlesnake.com>
20932         * textmodes/texinfmt.el (texinfo-no-refill-regexp): Comment out
20933         inclusion of "itemize\\|", which may be unnecessary, is certainly
20934         inelegant, and stops refilling in itemize lists when formatting
20935         Japanese Texinfo files to Info.
20936         Update copyright to 2005.
20938 2005-03-01  Nick Roberts  <nickrob@snap.net.nz>
20940         * progmodes/gdb-ui.el (gdb-get-location): Use a warning instead
20941         of an error if GDB can't find the source file.
20943 2005-03-01  Glenn Morris  <gmorris@ast.cam.ac.uk>
20945         * calendar/calendar.el (redraw-calendar): Work from any buffer,
20946         not just the calendar.
20948         * calendar/diary-lib.el (mark-diary-entries): Remove any old marks
20949         first.
20950         (diary-redraw-calendar): New function.
20951         (make-diary-entry): Add diary-redraw-calendar to local
20952         write-contents-functions.  Turn off selective display before
20953         inserting in diary.
20955 2005-03-01  Kim F. Storm  <storm@cua.dk>
20957         * emacs-lisp/copyright.el (copyright-fix-years): New command.
20959 2005-03-01  Lute Kamstra  <lute@gnu.org>
20961         * emacs-lisp/debug.el (debug-on-entry-1): Reimplement to make sure
20962         that debug-entry-code can be safely removed from a function while
20963         this code is being evaluated.  Revert the 2005-02-27 change as the
20964         new implementation no longer requires it.  Make sure that a
20965         function body containing just a string is not mistaken for a docstring.
20966         (debug): Skip one more frame in case of debug on entry.
20967         (debugger-setup-buffer): Delete one more frame line in case of
20968         debug on entry.
20969         (debugger-frame-number): Update to use the new text introduced by
20970         the 1999-11-03 change.  Skip one more frame in case of debug on entry.
20972 2005-02-28  Kim F. Storm  <storm@cua.dk>
20974         * double.el (double-translate-key): Call force-window-update after
20975         read-event to avoid crash in redisplay.
20977 2005-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
20979         * emacs-lisp/debug.el (inhibit-debug-on-entry): New var.
20980         (debug): Use it.  Move the inhibit-trace earlier.
20981         (debug-entry-code): New const.
20982         (debug-on-entry-1): Use it.
20984 2005-02-28  Chong Yidong  <cyd@stupidchicken.com>
20986         * international/utf-16.el (ccl-encode-mule-utf-16le):
20987         Fix BUFFER_MAGNIFICATION to 2.
20988         (ccl-encode-mule-utf-16be): Likewise.
20990 2005-02-28  Kenichi Handa  <handa@m17n.org>
20992         * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
20993         Fix BUFFER_MAGNIFICATION to 4.
20994         (ccl-encode-mule-utf-16be-with-signature): Likewise.
20996 2005-02-28  Nick Roberts  <nickrob@snap.net.nz>
20998         * speedbar.el (speedbar-update-flag): Doc fix.
20999         (speedbar-show-info-under-mouse): Give set-mouse-position the right
21000         argument.
21002 2005-02-27  Stefan Monnier  <monnier@iro.umontreal.ca>
21004         * reveal.el (reveal-post-command): Don't try to reveal overlays which
21005         have a non-nil `invisible' property but are actually visible.
21007         * progmodes/perl-mode.el (perl-imenu-generic-expression): Add entries
21008         for perldoc sections.
21009         (perl-outline-regexp, perl-outline-level): New var and function.
21010         (perl-mode): Use them.
21012 2005-02-27  Glenn Morris  <gmorris@ast.cam.ac.uk>
21014         * calendar/diary-lib.el (diary-remind): Discard any mark portion
21015         from diary-entry.  Reported by Andrew Kemp <ajwk@pell.uklinux.net>.
21017 2005-02-27  Luc Teirlinck  <teirllm@auburn.edu>
21019         * cus-edit.el: Comment change.
21020         (custom-buffer-create-internal): Slightly reword text at top of
21021         Custom buffers.  Mention there that saving an option edits the
21022         init file.  Add link to Emacs manual node on `custom-file'.
21023         (custom-magic-alist): Rewrite individual State messages to use
21024         capitalized keywords.  Doc fix.
21026 2005-02-27  Matt Hodges  <MPHodges@member.fsf.org>
21028         * calendar/calendar.el (calendar-buffer): Move above
21029         calendar-week-start-day.
21030         (calendar-week-start-day): Doc fix.  Add :set function.
21031         (calendar-minimum-window-height): New variable.
21032         (generate-calendar-window): Only resize window if selected-window
21033         is displaying the calendar buffer.  Use new variable
21034         calendar-minimum-window-height.
21035         (generate-calendar): Reword error message.
21036         (calendar-mode-map): Bind DEL to scroll-other-window-down.
21038 2005-02-27  Andreas Schwab  <schwab@suse.de>
21040         * vc.el (vc-do-command): Don't run command asynchronously when
21041         operating in a remote directory.
21043         * net/tramp.el (tramp-file-name-for-operation): Fix misapplied
21044         change from sync with Tramp 2.0.47.
21046 2005-02-27  Richard M. Stallman  <rms@gnu.org>
21048         * textmodes/ispell.el (ispell-change-dictionary): Doc fix.
21050         * textmodes/flyspell.el (flyspell-mode-on):
21051         Call ispell-change-dictionary only if necessary.
21053         * emacs-lisp/re-builder.el (regexp-builder): New function.
21055         * register.el (describe-register-1): Explicitly handle
21056         yank-excluded-properties = t.
21058         * cus-edit.el (custom-buffer-create-internal): Improve progress msgs.
21059         (custom-magic-alist): Change the status descriptions again.
21060         (face widget-type): Total rewrite based on `restricted-sexp'
21061         to eliminate the confusing double hiding levels.
21063         * emacs-lisp/debug.el (debug-on-entry-1):
21064         If function body is empty, add nil as body form.
21066 2005-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
21068         * emacs-lisp/trace.el (inhibit-trace): New var.
21069         (trace-make-advice): Use it.
21071         * emacs-lisp/debug.el (debug): Put back the inhibit-trace.
21073 2005-02-26  Kim F. Storm  <storm@cua.dk>
21075         * mouse.el (mouse-1-click-in-non-selected-windows): New defcustom.
21076         (mouse-on-link-p, mouse-drag-region-1): Use it.
21078 2005-02-25  Lute Kamstra  <lute@gnu.org>
21080         * replace.el (query-replace-read-from): Fix 2005-02-19 change.
21082 2005-02-24  Luc Teirlinck  <teirllm@auburn.edu>
21084         * frame.el (blink-cursor-mode): Add :group keyword.
21086 2005-02-24  Ulf Jasper  <ulf.jasper@web.de>
21088         * calendar/icalendar.el (icalendar--decode-isodatetime):
21089         New optional argument DAY-SHIFT.
21090         (icalendar-export-region): Fix coding-system-for-write.
21091         (icalendar--convert-ical-to-diary): Shift end-day of all-day
21092         events by one.
21094 2005-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
21096         * textmodes/tex-mode.el (tex-font-lock-keywords-3): #n is atomic.
21098 2005-02-24  Kim F. Storm  <storm@cua.dk>
21100         * international/iso-acc.el (iso-accents-compose): Fix crash
21101         during redisplay.  Call force-window-update after read-event
21102         and delete-region to signal that window is not accurate.
21104 2005-02-23  Stefan Monnier  <monnier@iro.umontreal.ca>
21106         * emacs-lisp/debug.el (debug): Hide the buffer if it's not killed.
21107         Remove unused and inexistent var `inhibit-trace'.
21108         (debugger-mode): Use run-mode-hooks.
21109         (debugger-list-functions): Add buttons; setup xref stack.
21111 2005-02-23  Richard M. Stallman  <rms@gnu.org>
21113         * calendar/appt.el (appt-time-msg-list): 3rd elt of each
21114         appointment says it was explicitly made.
21115         (appt-add): Set the 3rd element.
21116         (appt-make-list): Preserve explicit appointments.
21118         * subr.el (find-tag-default): Catch errors in forward-sexp.
21120 2005-02-23  Juri Linkov  <juri@jurta.org>
21122         * info.el (Info-isearch-search): New defcustom.
21123         (Info-isearch-search): Call the default isearch function
21124         when Info-isearch-search is nil.
21125         (Info-isearch-wrap): Use variable Info-isearch-search.
21127 2005-02-22  Luc Teirlinck  <teirllm@auburn.edu>
21129         * cus-edit.el: Comment change.
21131 2005-02-22  Kim F. Storm  <storm@cua.dk>
21133         * progmodes/hideif.el (hide-ifdef-use-define-alist):
21134         Use completing-read.  Suggested by Juan-Leon Lahoz Garcia.
21136 2005-02-22  Simon Josefsson  <jas@extundo.com>
21138         * net/browse-url.el (browse-url-netscape-new-window-is-tab):
21139         New variable.
21140         (browse-url-netscape): Use it.  Suggested by "Johann 'Myrkraverk'
21141         Oskarsson" <myrkraverk@users.sourceforget.net>.
21143 2005-02-22  Kim F. Storm  <storm@cua.dk>
21145         * mouse.el (mouse-on-link-p): If arg POS is a mouse event,
21146         check that window of that event is the selected window.
21147         (mouse-drag-region-1): Compare mouse event window to selected
21148         window before setting point.
21150         * tooltip.el (tooltip-show-help-function): Pass event to
21151         mouse-on-link-p so it can check selected window.
21153 2005-02-22  Kenichi Handa  <handa@m17n.org>
21155         * ps-mule.el (ps-mule-header-string-charsets): Delete it.
21156         (ps-mule-show-warning): New function.
21157         (ps-mule-begin-job): Use ps-mule-show-warning if unprintable
21158         characters are found.
21160         * ps-print.el (ps-header-footer-string): Return a list of header
21161         and footer strings.
21163 2005-02-21  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
21165         * pcvs.el (cvs-retrieve-revision): Fix thinko.
21167 2005-02-21  Stefan Monnier  <monnier@iro.umontreal.ca>
21169         * frame.el (blink-cursor-mode): Use define-minor-mode.
21171         * term/mac-win.el (function-key-map): Use char-names more consistently.
21172         (file-name-coding-system): Only set it for MacOS-9.  The other case is
21173         already handled in mule-cmds.el (where it also works when mac-win.el
21174         is not used).
21176 2005-02-21  Kenichi Handa  <handa@m17n.org>
21178         * international/mule.el (ctext-pre-write-conversion): Always use
21179         " *code-converting-work*" buffer for work.
21181         * textmodes/ispell.el (ispell-dictionary-alist): Fix docstring.
21183 2005-02-20  Thien-Thi Nguyen  <ttn@gnu.org>
21185         * progmodes/scheme.el (scheme-font-lock-keywords-2): Handle named-let.
21187 2005-02-20  Jonathan Yavner  <jyavner@member.fsf.org>
21189         * ses.el (undo-more): Restore defadvice, but only the part that
21190         allows changes outside the restricted area of the buffer.
21192 2005-02-20  Kim F. Storm  <storm@cua.dk>
21194         * simple.el (line-move): Add fourth optional arg try-vscroll which
21195         must be set to perform auto-window-vscroll.
21196         When moving backwards and doing auto-window-vscroll, automatically
21197         vscroll to the last part of lines which are taller than the window.
21198         (next-line, previous-line): Set try-vscroll arg on line-move.
21200 2005-02-19  Dan Nicolaescu  <dann@ics.uci.edu>
21202         * replace.el (query-replace, query-replace-regexp)
21203         (replace-string, replace-regexp): When operating on region, make
21204         the minibuffer prompt say so.
21206         * isearch.el (isearch-forward): Document isearch-query-replace and
21207         isearch-query-replace-regexp keybindings.
21209 2005-02-19  Jay Belanger  <belanger@truman.edu>
21211         * calc/calc-aent.el (math-read-token): Add local variable.
21213         * calc/calc-prog.el (calc-user-define-edit): Add local variable.
21214         (calc-edit-top): Move declaration to earlier in file.
21215         (calc-edit-macro-repeats): Add local variables.
21217         * calc/calcalg2.el: Add differentiation rule for calcFunc-coth.
21218         Adjust differentiation rules for calcFunc-tan, calcFunc-cot,
21219         calcFunc-tanh.
21220         Adjust integration rule for calcFunc-tan.
21222 2005-02-19  Michael Kifer  <kifer@cs.stonybrook.edu>
21224         * viper-cmd.el (viper-prefix-commands): Make into a defconst.
21225         (viper-exec-buffer-search): Use regexp-quote to quote buffer string.
21226         (viper-minibuffer-setup-sentinel): Make some variables buffer-local.
21227         (viper-skip-separators): Bug fix.
21228         (viper-set-searchstyle-toggling-macros): Allow to unset macros in a
21229         particular major mode.
21230         (viper-del-backward-char-in-replace): Don't put deleted char on the
21231         kill ring.
21233         * viper-ex.el (viper-color-display-p): New function.
21234         (viper-has-face-support-p): Use viper-color-display-p.
21236         * viper-keym.el (viper-gnus-modifier-map): New keymap.
21238         * viper-macs.el (viper-unrecord-kbd-macro): Bug fix.
21240         * viper-util.el (viper-glob-unix-files): Fix shell status check.
21241         (viper-file-remote-p): Make equivalent to file-remote-p.
21243         * viper.el (viper-major-mode-modifier-list):
21244         Use viper-gnus-modifier-map.
21246 2005-02-19  David Kastrup  <dak@gnu.org>
21248         * subr.el (subregexp-context-p): Fix garbled doc string by adding
21249         quoting.
21251 2005-02-19  Jay Belanger  <belanger@truman.edu>
21253         * calc/calc-math.el (calc-arctan, calc-tanh, calc-arctanh):
21254         Remove extra definitions.
21255         (calc-coth): New function.
21256         (calcFunc-cot): Fix `let'.
21258 2005-02-19  Eli Zaretskii  <eliz@gnu.org>
21260         * faces.el (escape-glyph, minibuffer-prompt): Add commentary for
21261         the reasons we use "type pc" in these faces.
21263         * button.el (button): Ditto.
21265 2005-02-19  Michael Mauger  <mmaug@yahoo.com>
21267         * replace.el (query-replace-read-from): Set the value of
21268         query-replace-from-history-variable to handle the case of an empty
21269         string entered to accept the suggested default.
21271         * net/tramp.el (tramp-file-name-for-operation):
21272         Use dired-call-process instead of dired-call-process-command.
21274 2005-02-19  Jay Belanger  <belanger@truman.edu>
21276         * calc/calc-arith.el (math-trig-inverses, math-div-trig)
21277         (math-div-non-trig): New variables.
21278         (math-combine-prod-trig, math-div-new-trig, math-div-new-non-trig)
21279         (math-div-isolate-trig, math-div-isolate-trig-term): New functions.
21280         (math-combine-prod, math-div-symb-fancy): Add simplifications for
21281         trig expressions.
21283 2005-02-19  Nick Roberts  <nickrob@snap.net.nz>
21285         * progmodes/gdb-ui.el (gdb-var-update-handler)
21286         (gdb-speedbar-timer-fn): Ensure speedbar updates with new values
21287         for watch expressions,
21288         (gdb-var-create-handler): Don't set speedbar-update-flag.
21289         (gdb-post-prompt): Simplify test for speedbar.
21291 2005-02-19  Michael Kifer  <kifer@cs.stonybrook.edu>
21293         * ediff.el (ediff-set-diff-overlays-in-one-buffer)
21294         (ediff-set-fine-overlays-in-one-buffer, ediff-goto-word): Make sure
21295         we use the syntax table of the correct buffer.
21296         (ediff-same-file-contents, ediff-same-contents): Enhancements thanks to
21297         Felix Gatzemeier.
21299         * ediff-init.el (ediff-hide-face): Check for definedness of functions.
21300         (ediff-file-remote-p): Make synonymous with file-remote-p.
21301         In all deffaces ediff-*-face-*, use min-colors.
21303         * ediff-mult.el (ediff-meta-mark-equal-files): Make use of
21304         ediff-recurse-to-subdirectories.
21305         (ediff-mark-if-equal): Check that the arguments are strings, use
21306         ediff-same-contents (after to Felix Gatzemeier).
21308         * ediff.el (ediff-merge-on-startup): Don't set buffer-modified-p to
21309         nil.
21311 2005-02-18  Stefan Monnier  <monnier@iro.umontreal.ca>
21313         * log-view.el (log-view-message-re): Fix up Subversion regexp.
21315 2005-02-18  David Kastrup  <dak@gnu.org>
21317         * progmodes/meta-mode.el (meta-mark-active): Fix condition to just
21318         use `mark-active' when defined.
21320 2005-02-18  Kenichi Handa  <handa@m17n.org>
21322         * ps-print.el (ps-font-info-database): New entry
21323         ZapfChancery-MediumItalic with correct font name.  Fix font name
21324         of the entry Zapf-Chancery-MediumItalic.
21326 2005-02-16  Luc Teirlinck  <teirllm@auburn.edu>
21328         * autorevert.el (auto-revert-stop-on-user-input): Further doc fix.
21330 2005-02-16  Kim F. Storm  <storm@cua.dk>
21332         * ido.el (ido-fallback-command): Pass user input to fallback command.
21334 2005-02-16  Nick Roberts  <nickrob@snap.net.nz>
21336         * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers)
21337         (gdb-find-file-hook): Add server prefix.
21339 2005-02-16  Richard M. Stallman  <rms@gnu.org>
21341         * replace.el (perform-replace): Pass new args to replace-highlight.
21342         (replace-highlight): Take region args,
21343         and pass them to isearch-lazy-highlight-new-loop.
21345         * novice.el (disabled-command-hook): Autoload the defalias
21346         and the make-obsolete-variable call.
21348         * menu-bar.el (menu-bar-select-frame): FRAME defaults to selected.
21350         * isearch.el (isearch-lazy-highlight-start-limit)
21351         (isearch-lazy-highlight-end-limit): New variables limit
21352         the region for highlighting.
21353         (isearch-lazy-highlight-new-loop): New args BEG and END.
21354         (isearch-lazy-highlight-search): Use the new vars.
21355         (isearch-lazy-highlight-update): Likewise.
21357         * dired.el (dired-build-subdir-alist): Bind buffer-undo-list to t.
21359         * cus-start.el (all): Use default-boundp.
21361 2005-02-15  David Casperson  <casper@unbc.ca>  (tiny change)
21363         * menu-bar.el (menu-bar-select-frame): Handle current frame.
21365 2005-02-15  Luc Teirlinck  <teirllm@auburn.edu>
21367         * autorevert.el (auto-revert-stop-on-user-input)
21368         (auto-revert-verbose): Doc fixes.
21370 2005-02-15  Benjamin Riefenstahl  <Benjamin.Riefenstahl@epost.de>
21372         * international/mule-cmds.el (set-locale-environment): Remove call
21373         to set-selection-coding-system on Windows.
21375 2005-02-15  Jay Belanger  <belanger@truman.edu>
21377         * calc/calc-alg.el: Add simplification rules for calcFunc-sec,
21378         calcFunc-csc, calcFunc-cot, calcFunc-sech, calcFunc-csch, and
21379         calcFunc-coth.
21380         (math-simplify-sqrt): Add simplifications.
21382         * calc/calc-arith.el (math-real-if-arg-functions): Add functions
21383         to list.
21385         * calc/calc-ext.el: Add functions to autoloads.
21387         * calc/calc-math.el (calc-sec, calc-csc, calc-cot, calc-sech)
21388         (calc-csch, calc-coth, calcFunc-sec, calcFunc-csc, calcFunc-cot)
21389         (calcFunc-sech, calcFunc-csch, calcFunc-coth, math-sec-raw)
21390         (math-csc-raw, math-cot-raw): New functions.
21392         * calc/calc-rules.el (calc-DistribRules, calc-NegateRules): Add rules.
21394         * calc/calc-undo.el (calc-handle-undo): Remove prefix from
21395         the variable name in a message.
21397         * calc/calc-units.el: Add simplification rules for calcFunc-sec,
21398         calcFunc-csc, calcFunc-cot.
21400         * calc/calcalg2.el: Add derivative and integration rules for
21401         calcFunc-sec, calcFunc-csc, calcFunc-cot, calcFunc-sech,
21402         calcFunc-csch, calcFunc-coth.
21403         (math-do-integral-methods): Add to checks for when to use
21404         substitutions.
21406         * calc/calccomp.el (math-eqn-special-funcs): Add functions to list.
21408 2005-02-15  Lute Kamstra  <lute@gnu.org>
21410         * emacs-lisp/lisp-mode.el (lisp-mode-variables):
21411         Add ;;;###autoload to `outline-regexp'.  Suggested by Stefan Monnier
21412         <monnier@iro.umontreal.ca>
21413         (lisp-outline-level): Improve efficiency.  Suggested by David
21414         Kastrup <dak@gnu.org>.
21416 2005-02-15  Nick Roberts  <nickrob@snap.net.nz>
21418         * progmodes/gdb-ui.el (gdb-find-file-unhook): New variable.
21419         (gdb-set-gud-minor-mode, gdb-set-gud-minor-mode-1)
21420         (gdb-set-gud-minor-mode-existing-buffers): New functions.
21421         (gdb-find-file-hook): New hook.  Add it to find-file-hook.
21422         (gdb-info-breakpoints-custom, gdb-source-info): Simplify.
21424 2005-02-14  Luc Teirlinck  <teirllm@auburn.edu>
21426         * cus-start.el (all): Comment change.
21428 2005-02-14  Lute Kamstra  <lute@gnu.org>
21430         * cus-start.el (all): Check if symbol is void.
21432 2005-02-14  Carsten Dominik  <dominik@science.uva.nl>
21434         * textmodes/reftex-cite.el (reftex-do-citation): Cleanup single
21435         optional argument to \cite.
21437 2005-02-14  Richard M. Stallman  <rms@gnu.org>
21439         * cus-edit.el (custom-buffer-create-internal): Update help message.
21440         (custom-magic-alist): Update help messages.
21442         * cus-start.el (all): Allow a var to specify a standard value.
21444 2005-02-12  Luc Teirlinck  <teirllm@auburn.edu>
21446         * custom.el (custom-theme-set-variables): Handle variable aliases.
21448         * frame.el (blink-cursor-timer): Doc fix.
21449         (blink-cursor): Make it an alias for `blink-cursor-mode' and
21450         declare obsolete.
21451         (blink-cursor-mode): Define with defcustom and use correct
21452         standard expression in that defcustom.
21453         * startup.el (command-line): Adapt to above changes in frame.el.
21455 2005-02-11  Lute Kamstra  <lute@gnu.org>
21457         * apropos.el (apropos-score-doc): Prevent division by zero.
21459 2005-02-11  Ulf Jasper  <ulf.jasper@web.de>
21461         * calendar/icalendar.el (icalendar--get-event-property): Doc fix.
21462         (icalendar--get-event-property-attributes)
21463         (icalendar--get-event-properties)
21464         (icalendar--datetime-to-diary-date): New functions.
21465         (icalendar--split-value): Doc fix.
21466         (icalendar--datetime-to-noneuropean-date)
21467         (icalendar--datetime-to-european-date): New optional argument
21468         SEPARATOR.  Return result as a string instead of a list.
21469         (icalendar--get-weekday-number): Check if ABBREVWEEKDAY is nil.
21470         (icalendar--convert-string-for-export): Rename arg S to STRING.
21471         (icalendar-export-region): Doc fix.  Change name of error buffer.
21472         Save output buffer.
21473         (icalendar-import-file): Add blank at end of prompt.
21474         (icalendar-import-buffer): Doc fix.  Do not switch to error
21475         buffer.  Indicate status in return value.
21476         (icalendar--convert-ical-to-diary): Doc fix.  Change name of error
21477         buffer.  Save output buffer.  Handle exception from recurrence
21478         rules (EXDATE, EXRULE).  Handle start- and end-date of recurring
21479         events.  Fix problems with weekly all-day events.
21481 2005-02-10  Richard M. Stallman  <rms@gnu.org>
21483         * simple.el (eval-expression-print-format):
21484         Avoid warning about edebug-active.
21486         * help.el (help-for-help-internal): Rename from help-for-help.
21487         (help-for-help): Define with defalias.
21489         * font-core.el (font-lock-default-function): Use with-no-warnings.
21491         * cus-edit.el (custom-buffer-create-internal): Improve help-echo.
21493         * custom.el (defface): Doc fix.
21495 2005-02-10  Nick Roberts  <nickrob@snap.net.nz>
21497         * progmodes/gdb-ui.el (gdb-ann3): Re-instate GDB command "set
21498         width 0" to prevent word wrapping problems.
21500 2005-02-09  Kim F. Storm  <storm@cua.dk>
21502         * ido.el (ido-file-extensions-order): New defcustom.
21503         (ido-file-extension-lessp, ido-file-extension-aux)
21504         (ido-file-extension-order): New advanced file ordering.
21505         (ido-file-lessp): New simple file ordering.
21506         (ido-sort-list): Remove.
21507         (ido-make-file-list): Use ido-file-lessp or ido-file-extension-lessp.
21508         (ido-make-dir-list, ido-completion-help): Use ido-file-lessp.
21510 2005-02-08  Dan Nicolaescu  <dann@ics.uci.edu>
21512         * progmodes/grep.el (grep-regexp-alist): Match an optional ^[[K
21513         that some versions of grep produce.
21514         (grep-mode-font-lock-keywords): Likewise.
21516 2005-02-09  Nick Roberts  <nickrob@snap.net.nz>
21518         * progmodes/gdb-ui.el (gdb-location-list): New variable.
21519         (gdb-cdir): Delete.
21520         (gdb-info-breakpoints-custom, gdb-goto-breakpoint)
21521         (gdb-source-info): Treat case when source file is in another
21522         directory properly.
21523         (gdb-get-location): New function.
21525 2005-02-07  Jay Belanger  <belanger@truman.edu>
21527         * calc/calc-prog.el (calc-write-parse-table-part)
21528         (calc-fix-token-name): Fix a check for language type.
21530         * calc/calccomp.el (math-compose-expr): Fix a check for language type.
21532 2005-02-07  Andre Spiegel  <spiegel@gnu.org>
21534         * vc-hooks.el (vc-make-version-backup): Ignore file-errors such
21535         as directory not writable.
21537 2005-02-07  Kim F. Storm  <storm@cua.dk>
21539         * emulation/cua-base.el (cua-max-undo, cua-undo): Remove.
21540         (cua--standard-movement-commands): Remove list.
21541         Instead, set CUA property value to move for movement commands.
21542         (cua-movement-commands): Remove.  Users must set CUA prop instead.
21543         (cua--pre-command-handler): Check CUA property.
21544         (cua--init-keymaps): Don't remap undo commands.
21545         (cua-mode): Don't call cua--rectangle-on-off.
21547         * emulation/cua-rect.el (cua--undo-list, cua--tidy-undo-counter)
21548         (cua--rect-undo, cua--tidy-undo-lists, cua--rectangle-on-off): Remove.
21549         (cua--rect-undo-set-point): New var.
21550         (cua--rectangle-undo-boundary): Setup undo apply entry.
21551         (cua--rect-undo-handler): New function for rectangle undo.
21552         (cua--rect-start-position, cua--rect-end-position): Add.
21553         (cua--rectangle-post-command): Call cua--rectangle-set-corners
21554         for restored rectangle.  Set point if cua--rect-undo-set-point.
21556 2005-02-06  Jay Belanger  <belanger@truman.edu>
21558         * calc/calc-lang.el (calc-tex-language): Display more information
21559         in messages.
21561         * calc/calccomp.el (math-compose-expr): Allow multiline matrices
21562         in TeX mode.
21564 2005-02-06  Richard M. Stallman  <rms@gnu.org>
21566         * emacs-lisp/lisp.el (buffer-end): Doc fix.
21568 2005-02-05  Arne_J\e,Ax\e(Brgensen  <arne@arnested.dk>  (tiny change)
21570         * net/ldap.el (ldap-search-internal): Support attributes with
21571         optional descriptions separated by a semi-colon, as in
21572         "userCertificate;binary".
21574 2005-02-05  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
21576         * x-dnd.el (x-dnd-handle-xdnd): Handle the case where the flags
21577         isn't a cons (i.e. the version is 0).
21579 2005-02-05  Eli Zaretskii  <eliz@gnu.org>
21581         * help.el (help-for-help): Doc fix.
21583 2005-02-05  Nick Roberts  <nickrob@snap.net.nz>
21585         * progmodes/gdb-ui.el: Update copyright.  Put GDB-Frames before
21586         GDB-Windows on the menu-bar as this works better.
21588 2005-02-04  Jay Belanger  <belanger@truman.edu>
21590         * calc/calc-embed.el (calc-embedded-update): Don't put in
21591         unnecessary newlines.  Adjust the end of formula marker.
21593         * calc/calc-lang.el (math-latex-parse-frac): Don't use arguments.
21594         (math-latex-parse-two-args): New function.
21596 2005-02-03  Lute Kamstra  <lute@gnu.org>
21598         * help-fns.el (help-with-tutorial): Make sure that users cannot
21599         remove the entire text of the tutorial by means of `undo'.
21601 2005-02-03  Stefan Monnier  <monnier@iro.umontreal.ca>
21603         * textmodes/ispell.el (ispell-internal-change-dictionary): Fix problem
21604         in recent changes, where the ispell process was repeatedly
21605         killed & restarted.
21607         * international/mule-cmds.el (set-locale-environment): Set file-name
21608         coding system to utf-8 on Darwin systems.
21609         (set-default-coding-systems): Don't set default-file-name-coding-system
21610         on Darwin systems.
21612 2005-02-03  Richard M. Stallman  <rms@gnu.org>
21614         * hi-lock.el (hi-lock-mode): Turning on Hi-Lock turns on Font-Lock.
21616 2005-02-03  Matt Hodges  <MPHodges@member.fsf.org>
21618         * faces.el (list-faces-display): Add optional argument.
21620 2005-02-02  Stefan Monnier  <monnier@iro.umontreal.ca>
21622         * font-core.el (font-lock-default-function): Handle the rare case where
21623         only font-lock-keywords is set.
21625 2005-02-02  Kenichi Handa  <handa@m17n.org>
21627         * international/characters.el: Cancel previous change for
21628         I-WITH-DOT-ABOVE and DOTLESS-i.
21630         * international/latin-5.el: Cancel previous change.
21632 2005-02-02  Nick Roberts  <nickrob@snap.net.nz>
21634         * progmodes/gud.el: Correction to syntax in gud-menu-map.
21636 2005-02-02  Kenichi Handa  <handa@m17n.org>
21638         * international/latin-5.el (tbl): Setup cases of I-WITH-DOT-ABOVE,
21639         DOTLESS-i.
21641         * international/characters.el: Setup cases of GREEK-FINAL-SIGMA,
21642         Y-WITH-DIAERESIS, I-WITH-DOT-ABOVE, DOTLESS-i.
21644         * case-table.el (get-upcase-table): New function.
21645         (copy-case-table): Copy upcaes table too if non-nil.
21646         (set-case-syntax-delims): Maintain upcase table too.
21647         (set-case-syntax-pair): Likewise.
21648         (set-upcase-syntax, set-downcase-syntax): New functions.
21649         (set-case-syntax): Maintain upcase table too.
21651 2005-02-02  Nick Roberts  <nickrob@snap.net.nz>
21653         * progmodes/gdb-ui.el (gdb-goto-info): Delete.
21655         * progmodes/gud.el (gud-goto-info): New function.
21656         (gud-tool-bar-map): Use correct icon.
21658 2005-02-01  Thien-Thi Nguyen  <ttn@gnu.org>
21660         * emacs-lisp/lisp-mode.el (lisp-indent-function): Fix bug:
21661         When delegating, order args in the funcall correctly.
21663 2005-02-01  Thien-Thi Nguyen  <ttn@gnu.org>
21665         * emacs-lisp/lisp-mode.el (lisp-indent-function): Doc fix.
21667 2005-02-01  Carsten Dominik  <dominik@science.uva.nl>
21669         * textmodes/reftex.el (reftex-access-scan-info): Error out in a
21670         buffer not visiting a file.
21672 2005-01-31  Jay Belanger  <belanger@truman.edu>
21674         * calc/calc-embed.el (calc-embedded-find-bounds): Set the formula
21675         bound on the line with the formula.
21677 2005-01-31  Kim F. Storm  <storm@cua.dk>
21679         * ses.el (ses-create-cell-variable-range)
21680         (ses-destroy-cell-variable-range, ses-reset-header-string)
21681         (ses-set-with-undo, ses-unset-with-undo, ses-aset-with-undo)
21682         (ses-insert-row): Fix format of apply undo entries.
21684 2005-01-31  Jay Belanger  <belanger@truman.edu>
21686         * calc/calc-aent.el (math-read-token): Separate the TeX and LaTeX
21687         parts.
21689         * calc/calc-embed.el (calc-embedded-open-formula)
21690         (calc-embedded-close-formula): Ignore matrix environments.
21692         * calc/calc-ext.el (math-read-big-expr): Make LaTeX the default
21693         TeX mode.
21695         * calc/calc-lang.el (math-function-table, math-oper-table)
21696         (math-variable-table): Adjust the LaTeX portions.
21698         * calc/calc.el (math-tex-ignore-words): Remove LaTeX portion.
21699         (math-latex-ignore-words): New constant.
21701 2005-01-31  Richard M. Stallman  <rms@gnu.org>
21703         * textmodes/ispell.el (ispell-local-dictionary-overridden): New var.
21704         (ispell-local-dictionary): Doc fix.
21705         (ispell-dictionary-alist): Don't include ispell-local-dictionary-alist.
21706         Don't reinitialize at run time.  Don't defcustom.
21707         All uses changed to append ispell-local-dictionary-alist,
21708         or check it first.
21709         (ispell-current-dictionary): New variable for dictionary in use.
21710         (ispell-dictionary): Now used only for global default.
21711         (ispell-start-process): Set ispell-current-dictionary,
21712         not ispell-dictionary.
21713         (ispell-change-dictionary): Use this only for setting
21714         user preferences.
21715         (ispell-internal-change-dictionary): New function
21716         to change the current dictionary in use.
21717         (ispell-region, ispell-process-line, ispell-buffer-local-dict):
21718         Use ispell-current-dictionary.
21719         Handle ispell-local-dictionary-overridden.
21720         (ispell-buffer-local-dict): Call ispell-internal-change-dictionary.
21722 2005-01-31  Jay Belanger  <belanger@truman.edu>
21724         * calc/calc-aent.el (math-read-token): Add support for LaTeX.
21726         * calc/calc-ext.el: Add calc-latex-language to autoloads.
21727         (calc-mode-map): Add calc-latex-language.
21729         * calc/calc-lang.el (calc-latex-language, math-latex-parse-frac)
21730         (math-latex-print-frac): New functions.
21731         (math-oper-table, math-function-table, math-variable-table)
21732         (math-complex-format, math-input-filter): Add latex properties.
21733         (calc-set-language): Set math-expr-special-function-mapping.
21735         * calc/calc-prog.el (calc-edit-user-syntax, calc-fix-token-name)
21736         (calc-write-parse-table-part): Add LaTeX support.
21738         * calc/calc.el (calc-language): Adjust docstring.
21739         (calc-set-mode-line): Add LaTeX support.
21740         (math-expr-special-function-mapping): New variable.
21741         (math-tex-ignore-words): Add to list.
21743         * calc/calccomp.el (math-compose-expr, math-compose-rows):
21744         Add LaTeX support.
21745         (math-compose-expr): Add support for special functions.
21747         * calc/calc-help.el (calc-d-prefix-help): Add LaTeX.
21749 2005-01-31  Nick Roberts  <nickrob@snap.net.nz>
21751         * progmodes/gdb-ui.el (gdb-memory-address)
21752         (gdb-memory-repeat-count, gdb-memory-format, gdb-memory-unit)
21753         (gdb-memory-mode-map, gdb-memory-format-keymap)
21754         (gdb-memory-format-menu, gdb-memory-unit-keymap)
21755         (gdb-memory-unit-menu): New variables for a buffer
21756         that lets the user examine program memory.
21757         (gdb-memory-set-address, gdb-memory-set-repeat-count)
21758         (gdb-memory-format-binary, gdb-memory-format-octal)
21759         (gdb-memory-format-unsigned, gdb-memory-format-signed)
21760         (gdb-memory-format-hexadecimal, gdb-memory-format-menu)
21761         (gdb-memory-format-menu-1, gdb-memory-unit-giant)
21762         (gdb-memory-unit-word, gdb-memory-unit-halfword)
21763         (gdb-memory-unit-byte, gdb-memory-unit-menu)
21764         (gdb-memory-unit-menu-1, gdb-make-header-line-mouse-map)
21765         (gdb-memory-mode, gdb-memory-buffer-name)
21766         (gdb-display-memory-buffer, gdb-frame-memory-buffer):
21767         New functions for above buffer.
21769 2005-01-30  Richard M. Stallman  <rms@gnu.org>
21771         * cus-edit.el (custom-bury-buffer): Function deleted.
21772         (custom-buffer-done-function): Option deleted.
21773         (custom-buffer-done-kill): New replacement option.
21774         (Custom-buffer-done): Call quit-window.
21775         (custom-buffer-create-internal): Update for above changes.
21777 2005-01-29  Luc Teirlinck  <teirllm@auburn.edu>
21779         * simple.el (undo-ask-before-discard): New var.
21780         (undo-outer-limit-truncate): Implement it.
21781         (undo-extra-outer-limit): Doc update.
21783 2005-01-29  Richard M. Stallman  <rms@gnu.org>
21785         * ses.el (undo-more): Delete defadvice.
21786         (ses-begin-change): Doc fix.
21788         * dired.el (dired-mode-map): Remap `undo' and `advertised-undo'
21789         instead of rebinding C-x u and C-_.
21791         * files.el (normal-backup-enable-predicate): Return nil for files
21792         in /tmp, regardless of temporary-file-directory.
21794         * man.el (Man-getpage-in-background): Disable undo in Man buffer.
21796         * rect.el (delete-rectangle-line, delete-extract-rectangle-line)
21797         (open-rectangle, delete-whitespace-rectangle-line)
21798         (clear-rectangle-line): If FILL, pass t instead of FILL
21799         for move-to-column's 2nd arg.
21801         * simple.el (undo): Fix the test for continuing a series of undos.
21802         (undo-more): Set pending-undo-list to t when we reach end.
21803         (pending-undo-list): Move up defvar.
21805         * wid-edit.el (widget-button-click):
21806         Shorten the range of the track-mouse binding.
21808         * comint.el (comint-insert-input): Undo previous changes;
21809         use last-input-event in interactive spec.
21811 2005-01-29  Eli Zaretskii  <eliz@gnu.org>
21813         * progmodes/compile.el (compilation-start): Bind buffer-read-only
21814         to nil before invoking call-process.  Reset buffer's modified flag
21815         after fontifying it in the no-async branch.
21817         * wid-edit.el (widget-specify-button): If mouse pointer shape
21818         cannot be changed, use mouse face instead.
21820 2005-01-29  Nick Roberts  <nickrob@snap.net.nz>
21822         * progmodes/gdb-ui.el (gdb-info-breakpoints-custom)
21823         (gdb-goto-breakpoint): Make breakpoint handling work on template
21824         functions in C++.  Reported by Martin Reed <mjreed@essex.ac.uk>
21825         (gdb-assembler-custom): Update to recognize breakpoint information
21826         added on 2005-01-19.
21828 2005-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
21830         * progmodes/scheme.el (scheme-mode-variables): Set comment-add.
21831         (dsssl-mode): Use define-derived-mode.
21832         (scheme-mode-initialize): Remove.
21833         (scheme-mode): Use run-mode-hooks.
21835         * cus-edit.el (customize-group-other-window)
21836         (custom-buffer-create-other-window): Don't override special-display-*.
21837         (custom-mode-map): Make it dense.
21839         * emacs-lisp/lisp-mode.el (eval-defun-1): Make sure `defvar' always
21840         sets the default value.
21842 2005-01-28  Eli Zaretskii  <eliz@gnu.org>
21844         * descr-text.el: Add more keywords.
21846 2005-01-27  Stefan Monnier  <monnier@iro.umontreal.ca>
21848         * speedbar.el: Avoid unnecessary use of locate-library.
21850         * international/mule-cmds.el (standard-display-european-internal):
21851         Don't fiddle with latin-1 non-break space any more since it's now
21852         special cased in the C code.
21853         Don't "do&undo" setting for 160 (especially, don't undo incorrectly).
21855 2005-01-26  Luc Teirlinck  <teirllm@auburn.edu>
21857         * cus-start.el (all): Add `undo-outer-limit'.
21859 2005-01-25  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
21861         * textmodes/bibtex.el (bibtex-format-entry):
21862         Use `bibtex-empty-field-re' only on the text of fields, not on entire
21863         field lines.
21864         (bibtex-autofill-entry): Use `bibtex-empty-field-re' on a string,
21865         not on part of a buffer.
21867 2005-01-25  Lute Kamstra  <lute@gnu.org>
21869         * textmodes/bibtex.el (bibtex-empty-field-re): Don't match
21870         nonempty field text strings like "{letters\\macro{}more letters}".
21871         Clarify docstring.
21872         (bibtex-sort-entry-class, bibtex-autokey-titleword-ignore)
21873         (bibtex-entry-offset, bibtex-parse-association)
21874         (bibtex-parse-field-name): Fix typos in docstrings.
21875         (bibtex-field-list, bibtex-find-crossref): Fix typos in error messages.
21877 2005-01-24  Carsten Dominik  <dominik@science.uva.nl>
21879         * textmodes/reftex-global.el (reftex-isearch-push-state-function)
21880         (reftex-isearch-pop-state-function, reftex-isearch-isearch-search)
21881         (reftex-isearch-switch-to-next-file, reftex-isearch-turn-off)
21882         (reftex-isearch-turn-on, reftex-isearch-minor-mode): New functions.
21884         * textmodes/reftex.el (reftex-mode-menu): Add entry for reftex
21885         isearch minor mode.
21887 2005-01-24  Luc Teirlinck  <teirllm@auburn.edu>
21889         * help-at-pt.el (help-at-pt-display-when-idle): Add autoload cookie.
21891 2005-01-24  Lute Kamstra  <lute@gnu.org>
21893         * textmodes/ispell.el (ispell-dictionary-alist-4): Rewrite the
21894         CASECHARS and NOT-CASECHARS regular expressions of the
21895         "nederlands" and "nederlands8" dictionaries to prevent a "Range
21896         striding over charsets" error.
21898 2005-01-24  Jay Belanger  <belanger@truman.edu>
21900         * calc/calc-store.el (calc-declare-variable): Use calc-var-name to
21901         display variable name.
21903 2005-01-24  Kenichi Handa  <handa@m17n.org>
21905         * international/encoded-kb.el (encoded-kbd-iso2022-single-shift):
21906         Fix setting of the element of encoded-kbd-iso2022-invocations.
21908 2005-01-24  Nick Roberts  <nickrob@snap.net.nz>
21910         * progmodes/gdb-ui.el (gdb-goto-breakpoint, gdb-frames-select)
21911         (gdb-threads-select): Change to also accept mouse events.
21912         (gdb-mouse-goto-breakpoint, gdb-frames-mouse-select)
21913         (gdb-threads-mouse-select): Delete.
21915 2005-01-23  Luc Teirlinck  <teirllm@auburn.edu>
21917         * files.el (insert-directory): Take care of empty directory,
21918         listed without -a switch.
21920 2005-01-23  Stefan Monnier  <monnier@iro.umontreal.ca>
21922         * textmodes/refill.el (refill-post-command-function):
21923         Add `indent-new-comment-line' and `reindent-then-newline-and-indent'
21924         to the list of functions that we should be careful not to undo.
21925         (refill-late-fill-paragraph-function): Remove.
21926         (refill-saved-state): New var.
21927         (refill-mode): Use it to save fill-paragraph-function.
21928         Save also the value of auto-fill-function.
21930         * term/w32-win.el: Simplify code.
21932 2005-01-23  Kim F. Storm  <storm@cua.dk>
21934         * simple.el (line-move): Adapt to new return value from
21935         pos-visible-in-window-p.
21937         * simple.el (line-move): Fix last change.  Check partial
21938         visibility at point rather than at window-start.
21940 2005-01-22  Jason Rumney  <jasonr@gnu.org>
21942         * term/w32-win.el (xw-defined-colors): Remove debug-message.
21944 2005-01-22  David Kastrup  <dak@gnu.org>
21946         * progmodes/grep.el: Add alias `find-grep' for `grep-find'.
21948 2005-01-22  Eli Zaretskii  <eliz@gnu.org>
21950         * type-break.el (type-break-mode): Add a test for
21951         type-break-file-name being non-nil.
21953 2005-01-22  Toby Allsopp  <Toby.Allsopp@navman.com>  (tiny change)
21955         * net/eudc.el (top level): Call (message "") via progn, so that
21956         eudc-options-file is loaded.
21958 2005-01-22  Kim F. Storm  <storm@cua.dk>
21960         * simple.el (line-move-1): Rename from line-move.
21961         (line-move): New function that adjusts vscroll for partially
21962         visible rows, and calls line-move-1 otherwise.
21964 2005-01-21  Ren\e,Ai\e(B Kyllingstad  <listmailxemacs@kyllingstad.com>
21966         * pcomplete.el: Define pcomplete-read-event instead of read-event,
21967         since it's not a complete read-event implementation
21969 2005-01-20  Jay Belanger  <belanger@truman.edu>
21971         * calc/calc-ext.el (calc-fancy-prefix-other-key): Set prefix arg
21972         for called function.
21974 2005-01-20  Steven Tamm  <steventamm@mac.com>
21976         * term/mac-win.el (process-connection-type): Remove.
21977         Controlled now by s/darwin.h:PTY_ITERATION.
21979 2005-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
21981         * window.el (handle-select-window): Don't switch window when we're
21982         in the minibuffer.
21984 2005-01-10  Paul Pogonyshev  <pogonyshev@gmx.net>
21986         * subr.el (dotimes-with-progress-reporter): New macro.
21988         * ses.el (ses-dotimes-msg): Remove macro.
21989         Use `dotimes-with-progress-reporter' instead.
21991 2005-01-19  Steven Tamm  <steventamm@mac.com>
21993         * term/mac-win.el (process-connection-type): Use new
21994         operating-system-release variable to use ptys on Darwin 7 (OS X
21995         10.3) when using carbon build.
21997 2005-01-19  Jay Belanger  <belanger@truman.edu>
21999         * calc/calc-ext.el (calc-fancy-prefix-other-key): Don't clear
22000         flags if the last command was a tab or M-tab.
22002         * calc/calc-prog.el (calc-user-define-edit): Put original formula
22003         in formula editing buffer.
22005 2005-01-19  Nick Roberts  <nickrob@snap.net.nz>
22007         * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Add help-echo for
22008         breakpoint image symbol in margin.
22010 2005-01-19  Jay Belanger  <belanger@truman.edu>
22012         * calc/calc-prog.el (calc-execute-kbd-macro):
22013         Ignore calc-keep-arg-flag.
22015 2005-01-19  Kenichi Handa  <handa@m17n.org>
22017         * textmodes/ispell.el (ispell-looking-at): New function.
22018         (ispell-process-line): Use ispell-looking-at to compare the ispell
22019         output and the buffer contents.
22021 2005-01-18  Jay Belanger  <belanger@truman.edu>
22023         * calc/calc.el (calc-display-raw): Fix docstring.
22025 2005-01-18  Stefan Monnier  <monnier@iro.umontreal.ca>
22027         * simple.el (blink-matching-open): Strip extra info from syntax.
22029         * progmodes/sh-script.el (sh-here-doc-open-re): Don't allow | or other
22030         funny chars in the end-of-here-doc marker.
22032 2005-01-19  Nick Roberts  <nickrob@snap.net.nz>
22034         * progmodes/gdb-ui.el (gdb-put-string): Copy/create strings so
22035         that enable/disabled state of breakpoints is shown correctly in
22036         fringe and on ttys.
22037         (gdb-put-breakpoint-icon, gdb-info-breakpoints-custom):
22038         Add breakpoint information as text properties.
22039         (gdb-mouse-toggle-breakpoint):
22040         Rename to gdb-mouse-set-clear-breakpoint.
22041         (gdb-mouse-toggle-breakpoint): New function.  Enable/disable
22042         breakpoints in the margin.
22043         (gdb-remove-strings): Simplify.
22045 2005-01-17  Jay Belanger  <belanger@truman.edu>
22047         * calc/calc-yank.el (calc-edit-mode): Inhibit read-only when
22048         erasing buffer.
22050 2005-01-17  Richard M. Stallman  <rms@gnu.org>
22052         * progmodes/grep.el (grep-find): Copy from `grep' the condition
22053         for calling grep-compute-defaults.
22055         * play/decipher.el (decipher-mode): Don't call decipher-read-alphabet
22056         if buffer is empty.
22058         * emacs-lisp/lisp.el (backward-kill-sexp, kill-sexp): Doc fixes.
22060 2005-01-17  Stefan Monnier  <monnier@iro.umontreal.ca>
22062         * hilit-chg.el (highlight-changes-mode): Don't autoload.
22064         * bindings.el (mode-line-mode-menu): Use bound-and-true-p for all the
22065         non-preloaded variables.
22067 2005-01-17  Steven Tamm  <steventamm@mac.com>
22069         * textmodes/tex-mode.el (tex-start-shell): Adding -i to the
22070         tex-shell cause to force interactivity when using pipes.
22072 2005-01-17  Kim F. Storm  <storm@cua.dk>
22074         * simple.el (just-one-space): Make arg optional.
22076 2005-01-17  Nick Roberts  <nickrob@snap.net.nz>
22078         * xt-mouse.el (xterm-mouse-event): Set new optional fourth arg in
22079         posn-at-x-y to t to access left-margin.
22081 2005-01-16  Michael Albinus  <michael.albinus@gmx.de>
22083         Sync with Tramp 2.0.47.
22085         * net/tramp.el (tramp-operation-not-permitted-regexp) New defcustom,
22086         catching keep-date problems in cp/scp operations.
22087         (tramp-handle-copy-file): Don't call `set-file-modes'
22088         unconditionally.  Specialized functions should know better what is
22089         necessary.  This improves performance a little bit, and the
22090         functions could catch errors with `cp -p' and `scp -p'.
22091         (tramp-do-copy-or-rename-file-via-buffer)
22092         (tramp-do-copy-or-rename-file-out-of-band): Call `set-file-modes'
22093         when appropriate.
22094         (tramp-do-copy-or-rename-file-directly): Mask `cp -p' error.
22095         Call `set-file-modes' when appropriate.
22096         (tramp-action-out-of-band): Mask `scp -p' error.  Reported by Isak
22097         Johnsson <isak@hypergene.com>
22098         (tramp-get-buffer, tramp-get-debug-buffer): Discard the undo list
22099         of both Tramp buffer and debug buffer.  Reported by Joakim Verona
22100         <joakim@verona.se>
22101         (tramp-file-name-for-operation): Mark `shell-command' as magic for
22102         Emacs only.
22104         * net/tramp-util.el (tramp-minor-mode): New minor mode.  Add it to
22105         `find-file-hooks' and `dired-mode-hook'.
22106         (tramp-minor-mode-map): Respective map.  Add remapping for
22107         `compile' and `recompile'.
22108         (tramp-remap-command, tramp-recompile): New defuns.
22109         (tramp-compile): Enable `tramp-minor-mode' and `compilation-mode'
22110         in buffer "*Compilation*".  Call the commands asynchronously.
22112         * net/tramp-vc.el (tramp-vc-do-command, tramp-vc-do-command-new)
22113         (tramp-vc-simple-command): Call `tramp-handle-shell-command' but
22114         `shell-command', because it isn't magic in XEmacs.  Reported by
22115         Adrian Aichner <adrian@xemacs.org>.
22117         * net/tramp-smb.el (tramp-smb-file-name-handler-alist): Add entry for
22118         `substitute-in-file-name.
22119         (tramp-smb-handle-substitute-in-file-name): New defun.
22120         (tramp-smb-advice-PC-do-completion): Delete advice.
22122 2005-01-16  Kai Grossjohann  <kgrossjo@eu.uu.net>
22124         * net/tramp.el (tramp-wait-for-output): Fix typo in echo processing.
22125         Fix error in deleting region.
22127 2005-01-15  Richard M. Stallman  <rms@gnu.org>
22129         * emacs-lisp/lisp-mnt.el (lm-with-file): Use Lisp mode in temp buffer.
22130         In non-temp buffer, switch syntax table temporarily.
22132         * emacs-lisp/lisp-mode.el (indent-pp-sexp): Doc fix.
22134         * replace.el (occur-accumulate-lines, occur-engine): Avoid warnings.
22136         * tar-mode.el (tar-extract): Bind buffer-undo-list to t.
22138         * imenu.el (imenu--split-menu): Copy menulist before sorting.
22139         (imenu--generic-function): Use START, not BEG, as pos of definition.
22141         * simple.el (just-one-space): Argument specifies number of spaces.
22143         * simple.el (eval-expression-print-format): Avoid warning
22144         about edebug-active.
22146 2005-01-15  James R. Van Zandt  <jrvz@comcast.net>  (Tiny change)
22148         * progmodes/sh-script.el: Code copied from make-mode.el
22149         with small changes,
22150         (sh-mode-map): Bind C-c C-\.
22151         (sh-backslash-column, sh-backslash-align): New variables.
22152         (sh-backslash-region, sh-append-backslash): New functions.
22154 2005-01-15  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
22156         * mail/rmail.el: Updated to work with movemail from GNU Mailutils
22157         (rmail-pop-password, rmail-pop-password-required): Move to
22158         rmail-obsolete group.
22159         (rmail-set-pop-password): Rename to rmail-set-remote-password.
22160         All callers updated.
22161         (rmail-get-pop-password): Rename to rmail-get-remote-password.
22162         Take an argument specifying whether it is POP or IMAP mailbox we
22163         are using.  All callers updated.
22164         (rmail-pop-password-error): Rename to
22165         rmail-remote-password-error.  Added mailutils-specific error message.
22166         (rmail-movemail-search-path)
22167         (rmail-movemail-variant-in-use): New variables.
22168         (rmail-remote-password, rmail-remote-password-required):
22169         New customization variables.
22170         (rmail-probe, rmail-autodetect, rmail-movemail-variant-p): New funs.
22171         (rmail-parse-url): New function.
22172         (rmail-get-new-mail, rmail-insert-inbox-text): Update for use
22173         with GNU mailutils movemail.
22175 2005-01-15  Kevin Ryde  <user42@zip.com.au>
22177         * info-look.el (c-mode/symbol): Add ^` to prefix, and change
22178         suffix to space, $ or '$, to correctly position point when going
22179         to @table style constants like DBL_MAX.
22181 2005-01-15  Jorgen Schaefer  <forcer@forcix.cx>  (tiny change)
22183         * type-break.el (type-break-mode, type-break-file-time)
22184         (type-break-file-keystroke-count, type-break-choose-file):
22185         Don't store data in or load data from the file if type-break-file-name
22186         is nil.
22187         (type-break-file-name): Doc update as per the above.
22189 2005-01-15  Stephen Eglen  <S.J.Eglen@damtp.cam.ac.uk>  (tiny change)
22191         * woman.el (woman-dired-define-key-maybe): If KEY is undefined,
22192         lookup-key might return nil; handle that.
22194 2005-01-15  Alan Mackenzie  <acm@muc.de>
22196         * ebrowse.el (ebrowse-class-in-tree): Return the tail of the tree
22197         rather than the element found, thus enabling the tree to be setcar'd.
22199 2005-01-14  Carsten Dominik  <dominik@science.uva.nl>
22201         * textmodes/org.el (org-show-following-heading): New option.
22202         (org-show-hierarchy-above): Use `org-show-following-heading'.
22203         (org-cycle): Documentation fix.
22205         * textmodes/org.el (orgtbl-optimized): New option
22206         (orgtbl-mode): New command, a minor mode.
22207         (orgtbl-mode-map): New variable.
22208         (turn-on-orgtbl, orgtbl-mode, orgtbl-make-binding)
22209         (orgtbl-error, orgtbl-self-insert-command)
22210         (orgtbl-delete-backward-char, orgtbl-delete-char): New functions.
22212         * textmodes/org.el (org-mode): `org-table-may-need-update' is now
22213         a local variable in each org-mode buffer.
22215         * textmodes/org.el (org-set-regexps-and-options): Rename from
22216         `org-set-regexps'.  Added checking for STARTUP keyword.
22217         (org-get-current-options): Add STARTUP options.
22218         (org-table-insert-row): Make mode intelligent about when
22219         realignment is needed.
22220         (org-self-insert-command, org-delete-backward-char, org-delete-char):
22221         New commands.
22222         (org-enable-table-editor): New default value `optimized'.
22223         (org-table-blank-field): Support blanking regions if active.
22225 2005-01-14  Carsten Dominik  <dominik@science.uva.nl>
22227         * textmodes/reftex-cite.el (reftex-bib-sort-year): Catch the case
22228         if the year is not given.
22230         * textmodes/reftex-ref.el (reftex-replace-prefix-escapes):
22231         Add new escapes %m and %M, fixed bug with %F by adding
22232         save-match-data.
22233         (reftex-reference): Remove ?. from list of spaces.
22234         (reftex-label-info): Add automatic label prefix recognition.
22236         * textmodes/reftex-index.el (reftex-index-next-phrase):
22237         Add slave parameter to call of `reftex-index-this-phrase'.
22238         (reftex-index-this-phrase): New optional argument.
22239         (reftex-index-region-phrases): Add slave parameter to call of
22240         `reftex-index-this-phrase'.
22241         (reftex-display-index): New argument redo.
22242         (reftex-index-rescan): Add `redo' to arguments of
22243         `reftex-display-index'.
22244         (reftex-index-Rescan, reftex-index-revert)
22245         (reftex-index-switch-index-tag): Add `redo' to arguments of
22246         `reftex-display-index'.
22247         (reftex-index-make-phrase-regexp): Fix bug with case-sensitive
22248         indexing.  Fix bug with matching is there is a quote before or
22249         after the word.
22251         * textmodes/reftex-cite.el (reftex-all-used-citation-keys):
22252         Fix bug when collecting citation keys in lines with comments.
22253         (reftex-citation): Prefix argument no longer rescans the document,
22254         but forces prompting for optional arguments of cite macros.
22255         (reftex-do-citation): Prompting for optional arguments implemented.
22257         * textmodes/reftex-vars.el (reftex-cite-format-builtin):
22258         Add optional arguments to most cite commands.
22259         (reftex-cite-cleanup-optional-args): New option
22260         (reftex-cite-prompt-optional-args): New option.
22261         (reftex-trust-label-prefix): New option.
22263         * textmodes/reftex-toc.el (reftex-toc-find-section):
22264         Add push-mark before changing the position in the buffer.
22266         * textmodes/reftex.el (reftex-prefix-to-typekey-alist): New variable.
22267         (reftex-compile-variables): Compute reftex-prefix-to-typekey-alist.
22269 2005-01-14  Nick Roberts  <nickrob@snap.net.nz>
22271         * xt-mouse.el (xterm-mouse-event): Compute window co-ordinates
22272         more carefully.
22274 2005-01-13  Stefan Monnier  <monnier@iro.umontreal.ca>
22276         * textmodes/sgml-mode.el (sgml-fill-nobreak): New fun.
22277         (sgml-mode): Use it.
22278         (sgml-get-context): Better keep track of implicitly closed tags.
22280 2005-01-13  Kenichi Handa  <handa@m17n.org>
22282         * textmodes/ispell.el: These changes are to fix misalignment error
22283         caused by equivalent characters of different Emacs charsets.
22284         (ispell-unified-chars-table): New variable.
22285         (ispell-get-decoded-string): New function.
22286         (ispell-get-casechars, ispell-get-not-casechars)
22287         (ispell-get-otherchars): Call ispell-get-decoded-string.
22289 2005-01-12  Johan Bockg\e,Ae\e(Brd  <bojohan@users.sourceforge.net>
22291         * custom.el (custom-declare-variable): Just put symbol instead
22292         of (defvar . symbol) in `current-load-list'.
22294 2005-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
22296         * emacs-lisp/elint.el: Fixed typo in Commentary section.
22298 2005-01-12  Jay Belanger  <belanger@truman.edu>
22300         * calc/calc-help.el (calc-describe-key): Use temporary info buffer
22301         to create a Calc summary.
22303 2005-01-12  Kim F. Storm  <storm@cua.dk>
22305         * mouse.el (mouse-on-link-p): Change functionality and doc
22306         string to comply with latest description in lisp ref.
22308 2005-01-12  Nick Roberts  <nickrob@snap.net.nz>
22310         * xt-mouse.el (xterm-mouse-translate, xterm-mouse-event):
22311         Enable mouse clicks on mode-line, header-line and margin.
22312         (event-type): Give mouse event symbols an `event-kind' property
22313         with value `mouse-click'.
22315 2005-01-12  Juri Linkov  <juri@jurta.org>
22317         * facemenu.el (list-colors-display): Add new arg buffer-name.
22318         Use it.  Fix docstring.  Replace code for identifying duplicate
22319         colors by the name with call to `list-colors-duplicates' which
22320         identifies duplicate colors by the value unless the color
22321         is one of special Windows colors.  Set truncate-lines to t.
22322         Print sorted duplicate color names on each line.  Indent to 22
22323         \(the longest color name in rgb.txt) instead of 20.  Optimize.
22324         (list-colors-duplicates): New function.
22325         (facemenu-color-name-equal): Delete function.
22327         * facemenu.el (list-colors-print): New function created from code
22328         in list-colors-display.  Print #RRGGBB at the window right edge.
22329         (list-colors-display): When temp-buffer-show-function is not
22330         defined, call list-colors-print from temp-buffer-show-hook
22331         to get the right value of window-width in list-colors-print
22332         after the buffer is displayed.
22334         * simple.el (pop-mark): Move deactivate-mark out of conditional
22335         part to deactivate the active mark regardless of the state of the
22336         mark ring.
22338         * desktop.el (desktop-save): Add `mode: emacs-lisp' to the local
22339         variables line in desktop files.
22341 2005-01-12  Juri Linkov  <juri@jurta.org>
22343         * isearch.el (search-highlight, isearch, isearch-lazy-highlight):
22344         Bring together isearch highlight related options.
22345         (lazy-highlight): Replace group `replace' by `matching'.
22346         (lazy-highlight-cleanup, lazy-highlight-initial-delay)
22347         (lazy-highlight-interval, lazy-highlight-max-at-a-time)
22348         (lazy-highlight): Add aliases to old names isearch-lazy-highlight-...
22349         and declare them obsolete.
22350         (lazy-highlight-face): Rename from isearch-lazy-highlight-face.
22351         (isearch-faces): Remove defgroup.
22352         (isearch-overlay, isearch-highlight, isearch-dehighlight):
22353         Move isearch highlighting code closer to lazy highlighting code.
22355         * replace.el (query-replace-lazy-highlight): Add lazy-highlight group.
22356         (query-replace-highlight, query-replace-lazy-highlight)
22357         (query-replace): Move definitions to the beginning of the file.
22359 2005-01-11  Juri Linkov  <juri@jurta.org>
22361         * toolbar/back_arrow.xpm, toolbar/back_arrow.pbm
22362         * toolbar/lc-back_arrow.xpm, toolbar/lc-fwd_arrow.xpm
22363         * toolbar/fwd_arrow.xpm, toolbar/fwd_arrow.pbm: New icons.
22365         * info.el (Info-history-forward): New variable.
22366         (Info-select-node): Reset Info-history-forward to nil.
22367         (Info-last): Turn into defalias.
22368         (Info-history-back): Rename from Info-last.
22369         Add current node to Info-history-forward.
22370         (Info-history-forward): New fun.
22371         (Info-mode-map): Replace Info-last by Info-history-back.
22372         Bind Info-history-forward to "r".
22373         (Info-mode-menu): Replace Info-last by Info-history-back.
22374         Fix menu item text.  Add menu item for Info-history-forward.
22375         (info-tool-bar-map): Replace Info-last by Info-history-back.
22376         Replace its icon "undo" by "back_arrow".  Add icon "fwd_arrow"
22377         for Info-history-forward.
22378         (Info-mode): Replace Info-last by Info-history-back in docstring.
22379         Add local variable Info-history-forward.
22380         (Info-goto-emacs-command-node): Replace Info-last by Info-history-back.
22382 2005-01-11  Stefan Monnier  <monnier@iro.umontreal.ca>
22384         * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line)
22385         (mouse-drag-region, mouse-drag-region-1, mouse-drag-secondary):
22386         Ignore select-window events rather than fiddle with
22387         mouse-autoselect-window.
22389 2005-01-11  Matthew Mundell  <matt@mundell.ukfsn.org>
22391         * type-break.el (type-break-mode): Fix previous change.
22393 2005-01-10  Jay Belanger  <belanger@truman.edu>
22395         * calc/calc-ext.el (calc-reset): Reset when inside embedded
22396         calculator; only reset when point is inside a calculator.
22397         Don't adjust the window height if the window takes up the whole height
22398         of the frame.
22400 2005-01-10  Thien-Thi Nguyen  <ttn@gnu.org>
22402         * ebuff-menu.el (Electric-buffer-menu-mode):
22403         Preserve value of buffer-local var header-line-format.
22405 2005-01-09  Jay Belanger  <belanger@truman.edu>
22407         * calc/calc.el (calc-mode-var-list-restore-saved-values):
22408         Make sure settings file exists before accessing it.
22410         * calc/calc-embed.el (calc-embedded-subst):
22411         Replace math-multi-subst-rec, which is only supposed to be called
22412         by math-multi-subst, by math-multi-subst.
22414 2005-01-09  Andre Spiegel  <spiegel@gnu.org>
22416         * vc.el (vc-allow-async-revert): New user option.
22417         (vc-disable-async-diff): New internal variable.
22418         (vc-revert-buffer): Use them to disable asynchronous diff.
22420         * vc-cvs.el, vc-arch.el, vc-svn.el, vc-mcvs.el (vc-cvs-diff)
22421         (vc-arch-diff, vc-svn-diff, vc-mcvs-diff): Don't diff
22422         asynchronously if vc-disable-async-diff is t.
22424 2005-01-09  Jay Belanger  <belanger@truman.edu>
22426         * calc/calc.el (defcalcmodevar): New macro.
22427         (calc-mode-var-list-restore-default-values)
22428         (calc-mode-var-list-restore-saved-values): New functions.
22429         (calc-mode-var-list): Use defcalcmodevar to define it.
22430         (calc-always-load-extensions, calc-line-numbering)
22431         (calc-line-breaking, calc-display-just, calc-display-origin)
22432         (calc-number-radix, calc-leading-zeros, calc-group-digits)
22433         (calc-group-char, calc-point-char, calc-frac-format)
22434         (calc-prefer-frac, calc-hms-format, calc-date-format)
22435         (calc-float-format, calc-full-float-format, calc-complex-format)
22436         (calc-complex-mode, calc-infinite-mode, calc-display-strings)
22437         (calc-matrix-just, calc-break-vectors, calc-full-vectors)
22438         (calc-full-trail-vectors, calc-vector-commas, calc-vector-brackets)
22439         (calc-matrix-brackets, calc-language, calc-language-option)
22440         (calc-left-label, calc-right-label, calc-word-size)
22441         (calc-previous-modulo, calc-simplify-mode, calc-auto-recompute)
22442         (calc-display-raw, calc-internal-prec, calc-angle-mode)
22443         (calc-algebraic-mode, calc-incomplete-algebraic-mode)
22444         (calc-symbolic-mode, calc-matrix-mode, calc-shift-prefix)
22445         (calc-window-height, calc-display-trail, calc-show-selections)
22446         (calc-use-selections, calc-assoc-selections)
22447         (calc-display-working-message, calc-auto-why, calc-timing)
22448         (calc-mode-save-mode, calc-standard-date-formats, calc-autorange-units)
22449         (calc-was-keypad-mode, calc-full-mode, calc-user-parse-tables)
22450         (calc-gnuplot-default-device, calc-gnuplot-default-output)
22451         (calc-gnuplot-print-device, calc-gnuplot-print-output)
22452         (calc-gnuplot-geometry, calc-graph-default-resolution)
22453         (calc-graph-default-resolution-3d, calc-invocation-macro)
22454         (calc-show-banner): Use defcalcmodevar to declare them and set
22455         their default values.
22457         * calc/calc-ext.el (calc-reset): Restore saved values of variables
22458         instead of default values (but restore default values if there is
22459         an argument of 0).
22461 2005-01-09  David Kastrup  <dak@gnu.org>
22463         * desktop.el (desktop-restore-eager): Fix typo in type.
22465 2005-01-08  Richard M. Stallman  <rms@gnu.org>
22467         * cus-edit.el (customize): Delete :link.
22469 2005-01-08  Jay Belanger  <belanger@truman.edu>
22471         * calc/calc.el (calc-mode): Remove the extension from the
22472         `calc-settings-file' file name when loading it.
22474 2005-01-08  Kim F. Storm  <storm@cua.dk>
22476         * info.el (Info-mode-map, Info-next-link-keymap)
22477         (Info-prev-link-keymap, Info-up-link-keymap):
22478         Map follow-link to mouse-face.
22479         (Info-fontify-node): Add "mouse-2: " prefix to tooltip.
22481 2005-01-08  Jay Belanger  <belanger@truman.edu>
22483         * calc/calc.el (calc-settings-file): Change default value.
22484         Suggested by cgw in a comment in calc-mode.el.
22486         * calc/calc-mode.el (calc-settings-file-name):
22487         Compare calc-settings-file to user-init-file instead of ~/.emacs.
22488         Replace ~/.emacs in a prompt by calc-settings-file.
22490 2005-01-07  Lars Hansen  <larsh@math.ku.dk>
22492         * desktop.el (desktop-restore-eager, desktop-lazy-verbose)
22493         (desktop-lazy-idle-delay): New customizable variables.
22494         (desktop-buffer-args-list): New variable.
22495         (desktop-append-buffer-args): New function.
22496         (desktop-save): Call desktop-append-buffer-args for some buffers.
22497         (desktop-lazy-create-buffer): New function.
22498         (desktop-idle-create-buffers): New function.
22499         (desktop-read): Add message about buffers to restore lazily.
22500         (desktop-lazy-abort): New command.
22501         (desktop-clear): Call desktop-lazy-abort.
22502         (desktop-lazy-complete): New command.
22504 2005-01-06  Richard M. Stallman  <rms@gnu.org>
22506         * emacs-lisp/find-func.el (find-face-definition):
22507         Rename from find-face.
22509 2005-01-06  Kim F. Storm  <storm@cua.dk>
22511         * simple.el (completion-list-mode-map): Map follow-link to mouse-face.
22513         * man.el (Man-xref-man-page, Man-xref-header-file)
22514         (Man-xref-normal-file): Add follow-link property.
22516 2005-01-06  Jay Belanger  <belanger@truman.edu>
22518         * calc/calc-units.el: Make sure the proper macro definitions are
22519         available when compiling.
22521 2005-01-06  Juri Linkov  <juri@jurta.org>
22523         * isearch.el (isearch-lazy-highlight-update):
22524         Rename `isearch-lazy-highlight-interval' to `lazy-highlight-interval'.
22526 2005-01-06  Miles Bader  <miles@gnu.org>
22528         * isearch.el (lazy-highlight): Rename from `lazy-highlight-face'.
22529         (isearch-lazy-highlight-face): Use new name.
22531 2005-01-05  Stefan Monnier  <monnier@iro.umontreal.ca>
22533         * uniquify.el (uniquify-rationalize-file-buffer-names):
22534         Re-add an interactive spec.
22535         (uniquify-rationalize-file-buffer-names): Fix corner case when renaming
22536         to the same name.
22538         * isearch.el (isearch-dehighlight): Remove unused arg `totally'.
22539         (isearch-update, isearch-done): Adjust calls accordingly.
22541 2005-01-05  Richard M. Stallman  <rms@gnu.org>
22543         * custom.el (custom-set-variables, custom-theme-set-variables):
22544         Clarify documentation.
22546         * emacs-lisp/find-func.el (find-variable)
22547         (find-variable-other-window, find-variable-other-frame):
22548         Fix the TYPE args to find-function-read and find-function-do-it.
22549         (find-function): Doc fix.
22550         (find-function-at-point): Replace function-at-point alias.
22552 2005-01-04  Richard M. Stallman  <rms@gnu.org>
22554         * cus-face.el (custom-declare-face):
22555         Record defface in current-load-list.
22557         * help-fns.el (variable-at-point): New arg ANY-SYMBOL.
22559         * emacs-lisp/find-func.el: Doc fixes.
22560         (find-face-regexp): New variable.
22561         (find-function-regexp-alist): New variable.
22562         (find-function-C-source): Third arg is now TYPE.
22563         (find-function-search-for-symbol): Handle general TYPE.
22564         (find-function-read, find-function-do-it): Handle general TYPE.
22565         (find-definition-noselect, find-face): New functions.
22566         (function-at-point): Alias deleted.
22568 2005-01-04  Stefan Monnier  <monnier@iro.umontreal.ca>
22570         * battery.el (display-battery-mode): Rename from display-battery.
22571         Handle the case where it gets turned off.
22573 2005-01-04  Richard M. Stallman  <rms@gnu.org>
22575         * cus-edit.el (customize): Make :link point to user doc.
22577         * man.el (Man-fontify-manpage): Turn off undo generation.
22579         * add-log.el (change-log-font-lock-keywords): Don't match just "From".
22581 2005-01-04  Andreas Schwab  <schwab@suse.de>
22583         * files.el (insert-directory): Only look for error lines in
22584         inserted text.  Don't move too far after processing --dired markers.
22586 2005-01-04  Richard M. Stallman  <rms@gnu.org>
22588         * mail/mailabbrev.el (sendmail-pre-abbrev-expand-hook):
22589         Don't expand if the character is @, period, dash, etc.
22590         (define-mail-abbrev): Quote names that contain problem characters.
22592 2005-01-04  Thien-Thi Nguyen  <ttn@gnu.org>
22594         * progmodes/hideshow.el: No longer require `cl'; `dolist' is standard.
22596 2005-01-03  Richard M. Stallman  <rms@gnu.org>
22598         * replace.el (replace-dehighlight): Use lazy-highlight-cleanup.
22599         (query-replace-highlight, query-replace-lazy-highlight)
22600         (query-replace): Definitions moved up.  Doc fix.
22602 2005-01-03  Richard M. Stallman  <rms@gnu.org>
22604         * isearch.el (lazy-highlight): Group renamed from isearch-lazy-...
22605         (lazy-highlight-cleanup, lazy-highlight-initial-delay)
22606         (lazy-highlight-interval, lazy-highlight-max-at-a-time)
22607         (lazy-highlight-face): Rename from isearch-lazy-...
22608         Change all references to them.
22610 2005-01-03  Luc Teirlinck  <teirllm@auburn.edu>
22612         * cus-edit.el (custom-file): Doc fix for defcustom.
22613         (custom-file): The function no longer sets the variable
22614         `custom-file' to its return value.
22616         * startup.el (command-line): No longer load `custom-file'.
22618 2005-01-03  Stefan Monnier  <monnier@iro.umontreal.ca>
22620         * emacs-lisp/find-func.el (find-variable-regexp): Avoid defface.
22622         * progmodes/perl-mode.el (perl-nochange, perl-calculate-indent):
22623         Don't confuse module-prefixed identifiers for labels.
22624         Reported by Juan-Leon Lahoz Garcia <juanleon1@gmail.com>.
22626 2005-01-02  Richard M. Stallman  <rms@gnu.org>
22628         * files.el (basic-save-buffer-1): Fix previous change.
22630         * loadhist.el (file-loadhist-lookup): New function.
22631         (file-provides, file-requires): Use it.
22633         * electric.el (Electric-pop-up-window): Use fit-window-to-buffer
22634         instead of calculating the right size.
22636 2005-01-02  Karl Chen  <quarl@cs.berkeley.edu>  (tiny change)
22638         * vc-svn.el (vc-svn-diff): Stay local if possible.
22640 2005-01-02  Stefan Monnier  <monnier@iro.umontreal.ca>
22642         * vc-arch.el (vc-arch-workfile-version): Handle the empty-branch case.
22644         * files.el (hack-local-variables): Fix last change.
22646 2005-01-02  Jay Belanger  <belanger@truman.edu>
22648         * calc/calc-yank.el (calc-edit-top): New variable.
22649         (calc-edit-mode): Set calc-edit-top to be the beginning of the edited
22650         object.  Change header properties.
22651         (calc-edit-finish, calc-edit-finish-stack-object)
22652         (calc-edit-show-buffer): Use calc-edit-top to find the beginning of the
22653         edited object.
22654         * calc/calc-sel.el (calc-finish-selection-edit): Use calc-edit-top
22655         for the beginning of the edited object.
22656         * calc/calc-embed.el (calc-embedded-finish-edit): Use calc-edit-top
22657         for the beginning of the edited object.
22658         * calc/calc-prog.el (calc-edit-macro-finish-edit)
22659         (calc-finish-formula-edit, calc-macro-repeats)
22660         (calc-edit-macro-adjust-buffer, calc-edit-format-macro-buffer)
22661         (calc-edit-macro-pre-finish-edit): Use calc-edit-top for the
22662         beginning of the edited object.
22663         (calc-user-define-edit): Change the header for editing macros.
22664         Remove unnecessary variable.
22666 2005-01-01  Jay Belanger  <belanger@truman.edu>
22668         * calc/calc-yank.el (calc-edit-mode): Change default header.
22669         (calc-edit-finish, calc-show-edit-buffer): Adjust to handle new header.
22670         * calc/calc-store.el (calc-edit-variable): Change title to match new
22671         header.
22672         * calc/calc-prog.el (calc-edit-user-syntax): Change title in edit
22673         mode to match new header.
22674         (calc-user-define-edit): Change titles to include names of commands.
22675         (calc-finish-formula-edit): Adjust to handle new header.
22676         (calc-finish-macro-edit): Remove.
22677         (calc-edit-macro-repeats, calc-edit-macro-adjust-buffer)
22678         (calc-edit-macro-command, calc-edit-macro-command-type)
22679         (calc-edit-macro-combine-alg-ent, calc-edit-macro-combine-ext-command)
22680         (calc-edit-macro-combine-var-name, calc-edit-macro-combine-digits)
22681         (calc-edit-format-macro-buffer, calc-edit-macro-pre-finish-edit)
22682         (calc-edit-macro-finish-edit): New functions.
22683         (calc-user-define-edit): Use new functions to edit named calc macros.
22685 2005-01-01  Stefan  <monnier@iro.umontreal.ca>
22687         * files.el (hack-local-variables): Cleanup prefix/suffix matching.
22689         * ses.el (copy-region-as-kill): Deactivate mark.
22691 2005-01-01  Richard M. Stallman  <rms@gnu.org>
22693         * replace.el (occur-1): If the output buffer is also an input,
22694         don't kill it, rename it.
22696         * faces.el (set-face-background, set-face-foreground): Doc fix.
22698         * cus-face.el (custom-face-attributes): Fix :help-echo strings
22699         for :foreground and :background.
22701         * dired.el (dired-view-command-alist): Variable deleted.
22702         (dired-view-file, dired-mouse-find-file-other-window):
22703         Delete the code to use it.
22705 2005-01-01  Kim F. Storm  <storm@cua.dk>
22707         * image.el (insert-sliced-image): Use t for line-height property.
22709 See ChangeLog.11 for earlier changes.
22711 ;; Local Variables:
22712 ;; coding: iso-2022-7bit
22713 ;; End:
22715     Copyright (C) 2005, 2006 Free Software Foundation, Inc.
22716   Copying and distribution of this file, with or without modification,
22717   are permitted provided the copyright notice and this notice are preserved.
22719 ;;; arch-tag: e39939be-dab3-400e-86f5-0e2701a883c1