(python-mode): Fix typo.
[emacs.git] / lisp / ChangeLog
blob22690ba26949f9c062e9287d7f9c6ce9829f1347
1 2006-04-18  Dan Nicolaescu  <dann@ics.uci.edu>
3         * progmodes/python.el (python-mode): Fix typo.
5 2006-04-18  J.D. Smith  <jdsmith@as.arizona.edu>
7         * comint.el (comint-previous-input): Don't clobber input line
8         when moving off either end of the input history ring.
9         (comint-delete-input): New function, used by
10         `comint-previous-input' and others.
11         (comint-previous-matching-input): Use
12         `coming-delete-input'. Save the partial input if leaving the
13         edit line.  Goto point-max before deleting input to avoid
14         partial input fragments hanging around.
15         (comint-restore-input): New function, used by
16         `comint-previous-input', and bound to "C-c C-j".
18 2006-04-18  Luc Teirlinck  <teirllm@auburn.edu>
20         * imenu.el (imenu--index-alist): Balance parentheses.
22 2006-04-18  Dan Nicolaescu  <dann@ics.uci.edu>
24         * progmodes/python.el (python-mode): Add support for
25         hs-minor-mode.
27 2006-04-19  Reiner Steib  <Reiner.Steib@gmx.de>
29         * abbrev.el (read-abbrev-file): Use abbrev-file-name if optional
30         file is nil.
32 2006-04-18  Richard Stallman  <rms@gnu.org>
34         * tooltip.el (tooltip-mode, tooltip-use-echo-area): Doc fixes.
36         * imenu.el (imenu-create-index-function, imenu--index-alist)
37         (imenu--last-menubar-index-alist, imenu--make-index-alist)
38         (imenu-default-create-index-function, imenu--generic-function):
39         Doc fixes.
41         * image-mode.el (image-toggle-display): Handle tar and arc subfiles.
43         * help-mode.el (help-mode): Set view-exit-action to delete window.
45         * env.el (setenv): Get rid of arg UNSET.  Interactive unsetting
46         now works by passing nil as arg.
48         * apropos.el (apropos-print): Don't do where-is on self-insert-command.
50         * abbrev.el (edit-abbrevs-redefine): Temporarily widen.
51         (read-abbrev-file): Provide default when reading filename.
53         * files.el (enable-local-variables): Allow :all as value.
54         (hack-local-variables): Implement that value.
55         (safe-local-variable-values, safe-local-eval-forms)
56         (enable-local-variables): Mark as risky.
57         (find-file-visit-truename, kept-old-versions): Mark safe.
59         * time-stamp.el (time-stamp-format, time-stamp-line-limit)
60         (time-stamp-start, time-stamp-end, time-stamp-inserts-lines)
61         (time-stamp-count, time-stamp-pattern): Add safe-local-variable prop.
63 2006-04-18  Stefan Monnier  <monnier@iro.umontreal.ca>
65         * progmodes/tcl.el (tcl-send-string, tcl-send-region):
66         Use forward-line so as to get to BOL even in the presence of fields.
67         (tcl-eval-region): Strip surrounding space to avoid multiple prompts
68         in return.
69         (inferior-tcl): Tell tclsh to work in interactive mode.
71         * complete.el (partial-completion-mode):
72         Use 'choose-completion-string-functions to make sure that
73         choose-completion fills the minibuffer properly.
75         * complete.el (PC-old-read-file-name-internal): Remove.
76         (PC-read-include-file-name-internal): Remove.  Turn it into an advice
77         of read-file-name-internal.
78         (partial-completion-mode): Enable/disable this advice.
80 2006-04-18  Juanma Barranquero  <lekktu@gmail.com>
82         * net/tramp.el (tramp-completion-file-name-handler): Revert change
83         of 2006-04-17.
85 2006-04-18  Carsten Dominik  <dominik@science.uva.nl>
87         * textmodes/org.el (org-insert-heading): Insert heading before
88         current if at beginning of line.
89         (org-todo, org-date): New faces.
90         (org-table-align): Make sure tooltip window contains full text.
91         (org-no-properties): New defsubst.
92         (org-set-font-lock-defaults): Use new faces.
94 2006-04-18  Nick Roberts  <nickrob@snap.net.nz>
96         * progmodes/gud.el (gud-speedbar-item-info): Display frame address
97         for root variables.
99         * progmodes/gdb-ui.el (gdb-pc-address): Rename from gdb-frame-address.
100         (gdb-frame-address): Re-use to identify frame for watch expression.
101         (gdb-var-list, gdb-var-create-handler): Add frame address for root
102         variables.
103         (gdb-init-1, gdb-source, gdb-post-prompt, )
104         (gdb-assembler-custom, gdb-invalidate-assembler): Use gdb-pc-address.
105         (gdb-frame-handler): Get gdb-frame-address.
107 2006-04-17  Michael Albinus  <michael.albinus@gmx.de>
109         Sync with Tramp 2.0.53.
111         * net/tramp.el (tramp-completion-mode): ?\t has event-modifier
112         'control.  Reported by Matthias F\e,bv\e(Brste <slashdevslashnull@gmx.net>.
113         (tramp-completion-file-name-handler): Add autoload cookie for
114         adding to `file-name-handler-alist'.
116         * net/tramp-smb.el (tramp-smb-wait-for-output): Wait always for
117         the prompt.  If it returns earlier (when detecting an error
118         message), the rest of the output will merge accidently with the
119         output of the next command.  Reported by M Jared Finder
120         <jared@hpalace.com>.
122         * net/tramp-vc.el (vc-user-login-name): Wrap defadvice with a test
123         for `process-file', in order to let it work for older Emacsen too.
125 2006-04-17  Ralf Angeli  <angeli@iwi.uni-sb.de>
127         * textmodes/tex-mode.el (tex-font-lock-match-suscript): New function.
128         (tex-font-lock-keywords-3): Use it.
130 2006-04-16  Stefan Monnier  <monnier@iro.umontreal.ca>
132         * newcomment.el (comment-add): New function.
133         (comment-region-default, comment-dwim): Use it.
135 2006-04-15  Michael Olson  <mwolson@gnu.org>
137         * emacs-lisp/tq.el: Improve comments.
138         (tq-queue-head-question): New accessor function.
139         (tq-queue-head-regexp, tq-queue-head-closure, tq-queue-head-fn):
140         Update for modified queue structure.
141         (tq-queue-add): Accept `question' argument.
142         (tq-queue-pop): If a question is pending, send it.
143         (tq-enqueue): Accept new optional argument `delay-question'.
144         If this is non-nil, and at least one other question is pending a
145         response, queue the question rather than sending it immediately.
147 2006-04-15  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
149         * calendar/appt.el (appt-add): Check whether an appointment is
150         already present in appt-time-msg-list.  Simplify code.
152 2006-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
154         * progmodes/cc-langs.el (c-mode-menu):
155         Don't presume c-subword-mode is bound.
157 2006-04-13  Bill Wohler  <wohler@newt.com>
159         * cus-edit.el (customize-package-emacs-version-alist): Update docstring.
160         (customize-package-emacs-version): Use cdr instead of cadr now
161         that alists use dotted pairs.
163         * custom.el (defcustom): Fix docstring for :package-version.
165 2006-04-13  Michael Albinus  <michael.albinus@gmx.de>
167         * net/tramp.el (tramp-display-shell-command-buffer): New defvar.
168         (tramp-handle-shell-command): Display output buffer only when
169         `tramp-display-shell-command-buffer' is true.
170         (tramp-handle-process-file): Set `tramp-display-shell-command-buffer'.
172 2006-04-13  Carsten Dominik  <dominik@science.uva.nl>
174         * textmodes/org.el (org-set-autofill-regexps): Set only the local
175         values of `adaptive-fill-regexp' and `adaptive-fill-function'.
177 2006-04-13  Romain Francoise  <romain@orebokech.com>
179         * pcvs-parse.el (cvs-parse-table): Use `with-temp-buffer' to avoid
180         leaving temporary .cvsignore buffers behind.
182 2006-04-13  Carsten Dominik  <dominik@science.uva.nl>
184         * textmodes/org.el: (org-set-regexps-and-options)
185         (org-get-current-options): Better names for the startup folding
186         options.
188 2006-04-13  Thien-Thi Nguyen  <ttn@gnu.org>
190         * vc.el (vc-annotate): Arrange for point to end up at the same
191         line number as in the original, but only when using a new buffer.
193 2006-04-12  Davis Herring  <herring@lanl.gov>  (tiny change)
195         * files.el (hack-one-local-variable-eval-safep):
196         Recognize `edebug-form-spec' for `put', but only if it passes
197         `edebug-basic-spec'.  Generalize `put' handling.
199         * emacs-lisp/edebug.el (edebug-basic-spec): New function for
200         vetting file-local form specs.
202         * allout.el (allout-layout): Autoload its `safe-local-variable'
203         property.
205 2006-04-13  Carsten Dominik  <dominik@science.uva.nl>
207         * textmodes/org.el: (org-ctrl-c-ctrl-c): Improve documentation string.
208         (org-agenda-mouse-1-follows-link)
209         (org-mouse-1-follows-link): New options.
210         (org-format-agenda-item): Fix bug if TAGS is nil.
211         (org-agenda-get-scheduled): Quote `priority' symbol in plist.
213 2006-04-13  Nick Roberts  <nickrob@snap.net.nz>
215         * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers):
216         GDB 6.1+ gives full filename for "info sources" so use
217         file-name-nondirectory.
219 2006-04-12  Romain Francoise  <romain@orebokech.com>
221         * subr.el (read-passwd): Bind `message-log-max' to nil.
223 2006-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
225         * progmodes/perl-mode.el (perl-indent-new-calculate):
226         Recompute parse-start after jumping backward by a whole sexp.
228 2006-04-11  Stefan Monnier  <monnier@iro.umontreal.ca>
230         * vc.el (vc-ensure-vc-buffer): Only change current-buffer, not the
231         window configuration.
232         (vc-annotate-display-select): Select the buffer so that current-buffer
233         (and selected-window) is the output buffer at the end of vc-annotate.
235 2006-04-11  J.D. Smith  <jdsmith@as.arizona.edu>
237         * vc.el (vc-annotate-color-map): Add custom TTY color map for
238         8-color terminals, to use all of the colors in a sensible order.
239         256-color terminals work well with the standard map.
240         (vc-annotate-lines): Only strip the first color character if it
241         is "#", to allow for terminal-style named colors.
242         (vc-annotate-warp-version): Pass buf to `goto-line' to ensure
243         the correct buffer is scrolled.
245 2006-04-11  Richard Stallman  <rms@gnu.org>
247         * emacs-lisp/bytecomp.el (byte-compile-file):
248         Bind enable-local-variables to :safe, and make normal-mode obey it.
250         * files.el (enable-local-variables): Allow value :safe.
251         (normal-mode): Doc fix.
252         (hack-local-variables): Implement enable-local-variables = :safe.
253         (hack-local-variables-confirm): Don't prevent quitting.
255 2006-04-11  Stefan Monnier  <monnier@iro.umontreal.ca>
257         * loadhist.el (unload-feature): A bit of sanity check of
258         load-history entries.  Cancel timer-vars before unbinding them.
260         * hexl.el (hexl-isearch-search-function): Fix regexp-building code to
261         quote special chars, and make the trick work on the hex part of the
262         buffer as well.
263         (hexl-mode, hexl-save-buffer, hexl-mode-exit)
264         (hexl-maybe-dehexlify-buffer): Use restore-buffer-modified-p.
266         * startup.el (normal-splash-screen): Fix last change so we don't wait
267         2 minutes if we don't show the splash screen.
269 2006-04-11  Carsten Dominik  <dominik@science.uva.nl>
271         * textmodes/org.el (org-export-plain-list-max-depth)
272         (org-table-spaces-around-separators)
273         (org-radio-targets, org-activate-camels)
274         (org-table-spaces-around-invisible-separators): Options removed.
275         (org-time-stamp-rounding-minutes, org-remember-templates)
276         (org-ellipsis, org-activate-links, org-descriptive-links):
277         New options.
278         (org-remember-apply-template, org-current-time)
279         (org-finish-edit-table-field)
280         (org-link-unescape, org-link-escape)
281         (org-string-width, org-table-clean-line, org-html-do-expand)
282         (org-edit-agenda-file-list, org-store-new-agenda-file-list)
283         (org-read-agenda-file-list): New functions.
284         (org-table-edit-field)
285         (org-table-create-or-convert-from-region): New commands
286         (org-table-toggle-vline-visibility): Command removed.
287         (org-table-convert-region): Made a command.
288         (orgtbl-deleta-backward-char,orgtbl-delete-char): Remove commands.
289         Replace with the normal org- functions.
290         (org-self-insert-command): Don't trigger realign unnecessarily
291         when blanking a field that is not full.
292         (org-mode): `Set buffer-invisibility-spec' for links.
293         (org-activate-links2): Hide link part and only show descriptive
294         part of the link.
295         (org-insert-link): Modify for new linking system.
296         (org-store-link): Store description separately, for use by
297         `org-insert-link'.
298         (org-table-align): Use `org-string-width'.
299         (defgroup): Completely new group structure for custom variables.
300         (org-agenda-files): Option: Single file name allowed.  Function:
301         Optional argument unrestrited means ignore any restricitons.
302         (org-install-agenda-files-menu): Find a buffer in Org-mode before
303         trying to modify the menu.  Use generalized access to
304         `org-agenda-files.'
305         (org-agenda-list, org-todo-list, org-cycle-agenda-files)
306         (org-agenda-file-to-front, org-remove-file, org-diary)
307         (org-tags-view, org-export-icalendar-all-agenda-files)
308         (org-export-icalendar-combine-agenda-files): Use generalized
309         access to `org-agenda-files'.
310         (org-remember-handler): Correctly preserve heading if present.
311         (org-table-insert-row, org-table-insert-hline): Deal with
312         invisible characters.
314 2006-04-10  J.D. Smith  <jdsmith@as.arizona.edu>
316         * vc.el (vc-annotate-display-mode): Made default 'fullscale.
317         (vc-annotate-color-map): New 18 element constant
318         value/saturation, rotating hue colormap, from red->blue.
319         (vc-annotate-mode-menu): "Default" -> "By Color Map Range".
320         (vc-annotate-display-select): Switch to annotate-mode elsewhere.
321         (vc-annotate): To avoid killing the required local variables,
322         set them before the end of `with-output-to-temp-buffer', and
323         after first switching to annotate-mode.
324         (vc-annotate-warp-version): Add buffer argument in goto-line to
325         ensure annotation, not source, is scrolled.
327 2006-04-10  Bill Wohler  <wohler@newt.com>
329         * custom.el (defcustom, custom-handle-keyword):
330         Add :package-version keyword.
331         (custom-add-package-version): New function.  Sets value of new
332         property 'custom-package-version from :package-version keyword.
333         (defcustom): Create Common Keywords section in docstring.
334         (defface, defgroup): Replace definitions of a select few keywords
335         with a reference to the Common Keywords in defcustom.
336         (defcustom, defface, defgroup): Replace reference to Customization
337         chapter in manual with hyperlink.
339         * cus-edit.el (customize-package-emacs-version-alist):
340         New variable.
341         (customize-changed-options): Add check for custom-package-version.
342         (customize-package-emacs-version): New function to look up Emacs
343         version corresponding to the given package version.
345         * emacs-lisp/find-func.el (find-function-regexp): Allow dashes in
346         defun name, in similar fashion to find-variable-regexp.
348 2006-04-10  Eli Zaretskii  <eliz@gnu.org>
350         * international/mule-cmds.el (set-locale-environment): Fix last
351         change for when the locale's preferences don't specify any encoding.
353 2006-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
355         * emacs-lisp/find-func.el (find-function-search-for-symbol): Fix regexp
356         so the defined var/fun doesn't need to be quoted.
358 2006-04-10  Richard Stallman  <rms@gnu.org>
360         * finder.el (finder-mode-map): Add n and p bindings.
362 2006-04-10  Nick Roberts  <nickrob@snap.net.nz>
364         * progmodes/gdb-ui.el (gdb-init-1): Re-initialise gdb-main-file to nil.
365         (gdb-get-version): Make it work for pre "interpreter mi" (GDB 5.3?).
366         (gdb-setup-windows): Put something in source window if we can't find
367         the source file.
368         (gdb-frame-handler): Make it work again with just assembly.
369         (gdb-data-list-register-values-handler): Make it work when there is
370         no stack.
372 2006-04-09  Richard Stallman  <rms@gnu.org>
374         * mail/rmail.el (rmail-mime-charset-pattern): Ignore format and delsp
375         specs while looking for charset.
377         * textmodes/picture.el (picture-mode-exit): Run picture-mode-exit-hook.
379         * play/landmark.el (lm-font-lock-face-O, lm-font-lock-face-X):
380         Make them faces.
381         (lm-font-lock-keywords): Update appropriately.
383 2006-04-10  Kim F. Storm  <storm@cua.dk>
385         * simple.el (filter-buffer-substring): Add NOPROPS arg, so
386         it can also replace buffer-substring-no-properties.
388         * emulation/cua-base.el (cua-delete-region, cua-paste)
389         (cua-repeat-replace-region): Use filter-buffer-substring.
391         * emulation/cua-gmrk.el (cua-copy-region-to-global-mark)
392         (cua-cut-region-to-global-mark): Likewise.
394         * emulation/cua-rect.el (cua--extract-rectangle)
395         (cua-incr-rectangle, cua--rectangle-aux-replace): Likewise.
397 2006-04-09  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
399         * textmodes/bibtex.el (bibtex-entry-update): New optional arg
400         entry-type.  Add field delimiters to numerical fields if they are
401         not present.
403 2006-04-09  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
405         * textmodes/bibtex.el (bibtex-find-text-internal): Add new element
406         string-const to return value.
407         (bibtex-remove-delimiters): Use it.
409 2006-04-08  Stefan Monnier  <monnier@iro.umontreal.ca>
411         * emacs-lisp/bytecomp.el (byte-compile-form): Don't call
412         cl-byte-compile-compiler-macro unless it exists.
414 2006-04-08  Eli Zaretskii  <eliz@gnu.org>
416         * files.el (hack-local-variables-confirm) <offer-save>:
417         Clarify message text.  Suggested by Ralf Angeli.
419 2006-04-08  Michael Cadilhac  <michael.cadilhac@lrde.org>  (tiny change)
421         * rect.el (kill-rectangle): Don't barf if `kill-read-only-ok' is set.
422         (delete-extract-rectangle-line): Use `filter-buffer-substring'
423         instead of `buffer-substring' and `delete-region'.  (Most of the
424         code actually copied from `kill-region'.)
426 2006-04-08  Ryan Yeske  <rcyeske@gmail.com>
428         * rcirc.el (rcirc-default-server): Rename from rcirc-server.
429         (rcirc-default-port): Rename from rcirc-port.
430         (rcirc-default-nick): Rename from rcirc-nick.
431         (rcirc-default-user-name): Rename from rcirc-user-name.
432         (rcirc-default-user-full-name): Rename from rcirc-user-full-name.
433         (rcirc-low-priority-flag): New variable.
434         (rcirc-decode-coding-system): New defcustom.
435         (rcirc-encode-coding-system): New defcustom.
436         (rcirc-coding-system-alist): New defcustom.
437         (rcirc-multiline-major-mode): New defcustom.
438         (rcirc-nick): New internal variable.
439         (rcirc-process): Remove variable.
440         (rcirc-server-buffer): New variable.
441         (rcirc): Update to use rcirc-default-* variables above.
442         (rcirc-connect): Do not add window-configuration-hook-here.
443         (rcirc-server): New internal variable.
444         (rcirc-connect): Do not send keepalive pings if
445         rcirc-keepalive-seconds is nil.
446         (with-rcirc-server-buffer): New macro.
447         (rcirc-send-string): Encode with rcirc-encode-coding-system.
448         (rcirc-server-name): Rename from rcirc-server.
449         (rcirc-buffer-process): New function.
450         (rcirc-buffer-nick): New function.
451         (rcirc-buffer-target): Remove function.
452         (set-rcirc-decode-coding-system, set-rcirc-encode-coding-system):
453         New commands.
454         (rcirc-mode-map): Change binding of C-c C-l to
455         rcirc-toggle-low-priority.
456         (rcirc-mode): Initialize coding system based on
457         rcirc-coding-system-alist.  New change-major-mode-hook to part the
458         channel on a mode change.  Make kill-buffer-hook buffer-local.
459         (rcirc-change-major-mode-hook): New function.
460         (rcirc-clean-up-buffer): Rename from rcirc-kill-buffer-hook-1.
461         (rcirc-last-post-time): New variable.
462         (rcirc-process-message): Store the last time user posted a message
463         to this target.
464         (rcirc-multiline-minor-mode): New mode.
465         (rcirc-multiline-minor-mode-map): New mode map.
466         (rcirc-edit-multiline): Put multiline-edit buffer in
467         rcirc-multiline-major-mode along with rcirc-multiline-minor-mode.
468         (rcirc-print): Ignore any line starting with an ignored nick.
469         (rcirc-print): Decode using rcirc-decode-coding-system.
470         (rcirc-track-minor-mode): Update global-mode-string when disabling
471         this mode.
472         (minor-mode-alist): Add LowPri indicator.
473         (rcirc-toggle-low-priority): New function.
474         (rcirc-last-non-irc-buffer): Prefix arg now no means switch to
475         next lowpriority buffer with activity.
476         (rcirc-record-activity): Sort buffers in rcirc-activity by the
477         last time the user posted a message in to the target.
478         (rcirc-update-activity-string): New formatting for low priority
479         buffers.
480         (rcirc-split-activity): New function.
481         (rcirc-handler-PART, rcirc-handler-KICK)
482         (rcirc-handler-PART-or-KICK): Kick responses are printed properly.
483         (rcirc-nick-away-alist): New variable.
484         (rcirc-handler-301): New handler.  Away messages are printed once
485         per change.
487 2006-04-08  Eli Zaretskii  <eliz@gnu.org>
489         * info.el (Info-follow-nearest-node): Doc fix.
491         * international/mule-cmds.el (set-locale-environment): Make sure
492         the coding-system preferred by the locale's language has the same
493         EOL conversion type as the original buffer-file-coding-system.
494         (locale-language-names): Add a few MS Windows language codes.
496 2006-04-07  Richard Stallman  <rms@gnu.org>
498         * simple.el (eval-expression): Doc fix.
500         * emacs-lisp/lisp-mode.el (eval-print-last-sexp, eval-last-sexp)
501         (eval-defun): Doc fixes.
503 2006-04-07  Reiner Steib  <Reiner.Steib@gmx.de>
505         * pgg-gpg.el: Revert to revision 1.8 to allow the use of gpg-agent.
507 2006-04-07  Nick Roberts  <nickrob@snap.net.nz>
509         * progmodes/gdb-ui.el (gdb-init-2): Set current filename using
510         GDB list command without argument for greater generality.
512 2006-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
514         * subr.el (string-or-null-p): New function.
516         * textmodes/paragraphs.el (sentence-end): Use string-or-null-p.
518         * textmodes/ispell.el (ispell-local-dictionary): Use string-or-null-p.
520         * files.el: Update comment about safe-local-variable declarations.
522 2006-04-06  J.D. Smith  <jdsmith@as.arizona.edu>
524         * progmodes/idlwave.el: Updated to IDLWAVE version 6.0.
525         See idlwave.org.
527         * progmodes/idlw-shell.el: Updated to IDLWAVE version 6.0.
528         See idlwave.org.  Includes code to obsolete idlw-rinfo.el.
530         * progmodes/idlw-help.el: Updated to IDLWAVE version 6.0.
531         See idlwave.org.
533         * progmodes/idlw-complete-structtag.el: Updated to IDLWAVE
534         version 6.0 (minimal changes).  See idlwave.org.
536         * progmodes/idlw-toolbar.el: Updated to IDLWAVE version
537         6.0 (minimal changes).  See idlwave.org.
539         * progmodes/idlw-rinfo.el: File obsoleted and removed.
541 2006-04-06  Romain Francoise  <romain@orebokech.com>
543         * pgg-gpg.el: Sync back with Gnus 5.10, reverting changes that add
544         symmetric encryption features and a new asynchronous interface to
545         GnuPG.  This new version is version 1.4, plus whitespace changes.
547 2006-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
549         * files.el: Move some `safe-local-variable' declarations to the
550         respective files.
552         * textmodes/ispell.el (ispell-check-comments)
553         (ispell-local-dictionary): Mark as safe.
555         * abbrev.el (abbrev-mode): Mark as safe.
557         * add-log.el (change-log-default-name): Mark as safe.
559         * textmodes/reftex-vars.el (reftex-vref-is-default)
560         (reftex-fref-is-default, reftex-level-indent)
561         (reftex-guess-label-type): Mark as safe.
563         * textmodes/fill.el (colon-double-space): Mark as safe.
565         * textmodes/paragraphs.el (paragraph-start, paragraph-separate)
566         (sentence-end-double-space, sentence-end-without-period)
567         (sentence-end-without-space, sentence-end, sentence-end-base)
568         (page-delimiter, paragraph-ignore-fill-prefix): Mark as safe.
570 2006-04-06  Kim F. Storm  <storm@cua.dk>
572         * ido.el (ido-mode): Remove ido-ignore-unc-host-regexps from
573         the :set-after list.
574         (ido-downcase-unc-hosts): New user option.  Default on.
575         (ido-ignore-unc-host-regexps): Don't reset ido-unc-hosts-cache
576         when it is set, as regexps are now applied on the fly.
577         (ido-unc-hosts): Keep all known hosts in ido-unc-hosts-cache.
578         Make C-a DTRT--filter hosts through ido-ignore-unc-host-regexps
579         on the fly, but only when ido-process-ignore-lists is set.
580         Do case insensitive filtering if ido-downcase-unc-hosts is set.
581         Only downcase names if ido-downcase-unc-hosts is set.
583 2006-04-06  Juanma Barranquero  <lekktu@gmail.com>
585         * ido.el (ido-unc-hosts-cache): Fix typo in docstring.
587         * woman.el (WoMan-xref-man-page): Fix call to `substring'.
589 2006-04-05  Kim F. Storm  <storm@cua.dk>
591         * ido.el (ido-mode): Set after ido-unc-hosts and
592         ido-ignore-unc-host-regexps.
593         (ido-save-history): Save ido-unc-hosts-cache.
594         (ido-load-history): Load ido-unc-hosts-cache.
595         (ido-reread-directory): Refresh unc hosts cache in // dir.
597         * startup.el (fancy-splash-screens): Set emulation-mode-map-alists
598         to nil while displaying slash screen.
600 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
602         * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region):
603         Wait for BEGIN_SIGNING too, new in GnuPG 1.4.3.
605 2006-04-05  Kenichi Handa  <handa@m17n.org>
607         * international/characters.el: Setup cases of Latin, Greek, and
608         Cyrillic characters in CJK charsets.
610 2006-03-29  Daiki Ueno  <ueno@unixuser.org>
612         * pgg-gpg.el (pgg-gpg-start-process): Don't bind
613         default-enable-multibyte-characters.  This reverts the change from
614         revision 6.17 which is no longer necessary because the passphrase
615         is sent separately now.  GnuPG messages are unreadable under
616         multibyte locales with default-enable-multibyte-characters set to nil.
618 2006-04-04  Andreas Schwab  <schwab@suse.de>
620         * files.el: Mark `left-margin', `byte-compile-dynamic-docstrings'
621         and `byte-compile-warnings' as `safe-local-variable'.
623 2006-04-04  Dan Nicolaescu  <dann@ics.uci.edu>
625         * man.el (Man-mode-map): Restore the \r binding.
626         (Man-abstract-xref-man-page): If Man-target-string is a function,
627         call it.
628         (Man-highlight-references): Use Man-default-man-entry to get the
629         target. Deal with xrefs too.
630         (Man-highlight-references0): Don't call the target function.
632         * woman.el (WoMan-xref-man-page): Strip the section number, woman
633         cannot deal with it.
635 2006-04-04  Daiki Ueno  <ueno@unixuser.org>
637         * pgg-gpg.el: Clean up process buffers every time gpg processes
638         complete.
640 2006-04-04  Kenichi Handa  <handa@m17n.org>
642         * sort.el (sort-build-lists): Don't bind inhibit-field-text-motion
643         here.
644         (sort-lines, sort-numeric-fields, sort-fields, sort-columns):
645         Temporarily bind inhibit-field-text-motion to t.
647 2006-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
649         * startup.el (normal-splash-screen): Only set mode-line-format in the
650         splash buffer, so as not to interfere when debugging the code.
651         Ignore errors when switching buffer.
653 2006-04-03  Romain Francoise  <romain@orebokech.com>
655         * dired.el (dired-dnd-protocol-alist): Fix typo.
657 2006-04-03  Reiner Steib  <Reiner.Steib@gmx.de>
659         * savehist.el (savehist): Add :version.
660         (savehist-ignored-variables): New variable.
661         (savehist-minibuffer-hook): Don't save variables listed in
662         `savehist-ignored-variables'.
664         * dired.el (dired-dnd-protocol-alist): Mention that change does
665         only apply to new buffers in doc string.
667 2006-04-03  Lennart Borgman  <lennart.borgman.073@student.lu.se>  (tiny change)
669         * recentf.el (recentf-open-files-item): Include newline in button
670         field, so opening a file will work, when the point is at the end
671         of the file name.  Allow, for example, to [i]search a file by
672         extension and just push RET to open it.
674 2006-04-03  Daiki Ueno  <ueno@unixuser.org>
676         * pgg-gpg.el (pgg-gpg-process-filter)
677         (pgg-gpg-wait-for-completion): Check if buffer is alive.
679         * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
680         lines, temporary fix.
682 2006-04-02  Dan Nicolaescu  <dann@ics.uci.edu>
684         * ibuf-macs.el (define-ibuffer-column): Document the new parameter.
686 2006-04-02  Richard Stallman  <rms@gnu.org>
688         * progmodes/compile.el (compilation-message-face): Make it defcustom.
690 2006-04-02  Dan Nicolaescu  <dann@ics.uci.edu>
692         * ibuf-macs.el (define-ibuffer-column): Add a new key:
693         header-mouse-map.
695         * ibuffer.el (ibuffer-name-header-map, ibuffer-size-header-map)
696         (ibuffer-mode-header-map): New keymaps.
697         (ibuffer-update-title-and-summary): Enable mouse face highlighting
698         and keybindings for column headers.
699         (name,size,mode) <define-ibuffer-column>: Add a header-mouse-map
700         property.
702 2006-04-02  Drew Adams  <drew.adams@oracle.com>  (tiny change)
704         * speedbar.el (speedbar-after-create-hook): Doc fix.
706 2006-04-02  Michael Ernst  <mernst@alum.mit.edu>
708         * shell.el (shell-directory-tracker)
709         (shell-dynamic-complete-command): Doc fixes.
711 2006-04-01  Matt Hodges  <MPHodges@member.fsf.org>
713         * pcomplete.el (pcomplete-show-completions): Recognize TAB on text
714         terminals.
716 2006-04-01  Kim F. Storm  <storm@cua.dk>
718         * ido.el (ido-unc-hosts-cache): New defvar.
719         (ido-unc-hosts): If value of defcustom is a function, call it to
720         get list of UNC hosts.  Add function-item choices to specify
721         ido-unc-hosts-net-view or user function.
722         (ido-ignore-unc-host-regexps): New defcustom.
723         (ido-unc-hosts-net-view, ido-unc-hosts): New functions.
724         (ido-is-unc-root, ido-is-unc-host, ido-file-name-all-completions)
725         (ido-exhibit): Call ido-unc-hosts to get list of UNC hosts.
727 2006-03-13  Stefan Monnier  <monnier@iro.umontreal.ca>
729         * pcvs-util.el (cvs-insert-strings): Fix bug with strings longer than
730         wwidth.
732 2006-03-31  Juanma Barranquero  <lekktu@gmail.com>
734         * ido.el (ido-cache-unc-host-shares-time, ido-report-no-match)
735         (ido-max-work-file-list, ido-switch-buffer)
736         (ido-read-file-name-as-directory-commands):
737         Fix typos in docstrings.
739 2006-03-30  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
741         * term/mac-win.el (mac-system-coding-system): Define and use after
742         Mac-specific coding systems are ready.
744 2006-03-27  Romain Francoise  <romain@orebokech.com>
746         * net/rcirc.el (rcirc-connect): Add autoload cookie.
748         * ldefs-boot.el: Update.
750 2006-03-27  Daiki Ueno  <ueno@unixuser.org>
752         * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
753         passphrases when it is not needed.
754         (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
755         passphrase stuff from gpg, should only be necessary when you use
756         gpg with a smartcard.
758 2006-03-27  Nick Roberts  <nickrob@snap.net.nz>
760         * comint.el (comint-dynamic-list-completions): Allow user to
761         select *Completions* buffer.
763 2006-03-27  Carsten Dominik  <dominik@science.uva.nl>
765         * textmodes/org.el (org-get-level-face): Fix bug with level counting.
767 2006-03-26  Andreas Schwab  <schwab@suse.de>
769         * progmodes/gud.el (gdb): Only complain about multiple debugging
770         when the gdb process is still running.
772 2006-03-25  Eli Zaretskii  <eliz@gnu.org>
774         * mail/rmail.el (tool-bar-map): Defvar it.
775         (rmail-tool-bar-map): Tool-bar buttons for Rmail.
776         (rmail-perm-variables): Make rmail-tool-bar-map a local variable.
778 2006-03-25  Sven Joachim  <svenjoac@gmx.de>  (tiny change)
780         * help.el (print-help-return-message): Suggest to use
781         display-buffer instead of switch-to-buffer-other-window to restore
782         the previous window without selecting it.
784 2006-03-25  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
786         * frame.el (select-frame-by-name): Call x-focus-frame also when
787         window-system is mac.
789         * term/mac-win.el: Adjust Courier font specifications in
790         x-fixed-font-alist.
791         (mac-select-convert-to-string): Use utf-16be-mac or utf-16le-mac
792         when directly encoding to UTF-16 in native byte order, no BOM.
794 2006-03-25  Kim F. Storm  <storm@cua.dk>
796         * emulation/cua-base.el (cua-rectangle-mark-key): New defcustom.
797         (cua--init-keymaps): Use it instead of fixed C-return.
798         (cua-mode): Set after it.
800         * emulation/cua-rect.el (cua--init-rectangles):
801         Use cua-rectangle-mark-key instead of fixed C-return.
803 2006-03-25  Nick Roberts  <nickrob@snap.net.nz>
805         * progmodes/gdb-ui.el (gdba): Revert 2006-03-10 change for case of
806         "run" in .gdbinit.
807         (gdb-var-create-regexp): Remove "^done" prefix for gdb-mi.el.
809 2006-03-24  Romain Francoise  <romain@orebokech.com>
811         * files.el (ctl-x-5-map): Really bind C-x 5 C-o to
812         `display-buffer-other-frame'.
814 2006-03-24  Kim F. Storm  <storm@cua.dk>
816         * apropos.el (apropos-synonyms): Add selection => region.
818 2006-03-24  Nick Roberts  <nickrob@snap.net.nz>
820         * progmodes/gdb-ui.el (gdb-var-create-regexp)
821         (gdb-var-list-children-regexp, gdb-var-update-regexp)
822         (gdb-var-list-children-regexp-1, gdb-var-update-regexp-1)
823         (gdb-data-list-register-values-regexp)
824         (gdb-stack-list-locals-regexp, gdb-stack-list-locals-handler):
825         Future proof against new fields being added to MI output.
826         (gdb-send): Don't treat backslashes for program input as
827         continuations.
828         (gdb-assembler-handler): Don't use window-start for this handler.
829         (gdb-frame-handler): Don't change to hollow arrow if overlay
830         arrow doesn't move to new frame.
832 2006-03-24  Nick Roberts  <nickrob@snap.net.nz>
834         * progmodes/gdb-ui.el (gdb-continuation): Declare earlier to
835         prevent compiler warnings.
836         (gdb-stopped): Check for gud-last-last-frame (case: signal).
837         (breakpoint-disabled): Make lighter for contrast with overlay arrow.
838         (gdb-assembler-custom): Use hollow-right-triangle for assembler
839         buffer too.
841 2006-03-23  Reiner Steib  <reinersteib+gmane@imap.cc>
843         * pgg-gpg.el (pgg-gpg-update-agent): Check for
844         make-network-process, so we can use the same code in Gnus v5-10
845         too and have this file fully synchronized with that release.
847 2006-03-23  Romain Francoise  <romain@orebokech.com>
849         * ibuf-ext.el (ibuffer-read-filter-group-name):
850         Use `ibuffer-generate-filter-groups' to make completion list match
851         the filter groups that are really displayed in the Ibuffer buffer.
852         (ibuffer-generate-filter-groups): Add new args noempty, nodefault.
854 2006-03-23  Kenichi Handa  <handa@m17n.org>
856         * international/mule-cmds.el (sort-coding-systems): Describe that
857         the argument is modified in docstring.
859 2006-03-22  Sascha Wilde  <wilde@sha-bang.de>
861         * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
862         (pgg-gpg-update-agent): New function.
863         (pgg-gpg-use-agent-p): New function.
864         (pgg-gpg-process-region, pgg-gpg-encrypt-region)
865         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
866         (pgg-gpg-sign-region): Use it.
868 2006-03-21  Chong Yidong  <cyd@stupidchicken.com>
870         * cus-edit.el (custom-face-set): Call custom-push-theme before
871         face-spec set so that `changed' theme is correctly saved.
872         (custom-face-reset-standard): Reset to recalculated face rather
873         than defface spec.
875         * custom.el (custom-push-theme): Only save `changed' theme if the
876         current face does not match the defface specs.
878 2006-03-21  Simon Josefsson  <jas@extundo.com>
880         * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
881         <wilde@sha-bang.de>.
882         (pgg-gpg-use-agent): New variable.
883         (pgg-gpg-process-region): Use it.
884         (pgg-gpg-encrypt-region): Likewise.
885         (pgg-gpg-encrypt-symmetric-region): Likewise.
886         (pgg-gpg-decrypt-region): Likewise.
887         (pgg-gpg-sign-region): Likewise.
888         (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
890 2006-03-21  Carsten Dominik  <dominik@science.uva.nl>
892         * textmodes/org.el (org-open-at-point): Fix bug in wiki-style
893         bracket links.
895 2006-03-21  Kim F. Storm  <storm@cua.dk>
897         * progmodes/gdb-ui.el (gdb-reset): Set buffer local value of
898         fringe-indicator-alist instead of modifying global value.
899         (gdb-frame-handler): Likewise.
901 2006-03-21  Nick Roberts  <nickrob@snap.net.nz>
903         * diff-mode.el (diff-function): Make it inherit from diff-header
904         instead of diff-context.
906         * progmodes/gdb-ui.el (hollow-right-triangle): Define as fringe
907         bitmap.
908         (gdb-info-stack-custom): Rename from gdb-info-frames-custom and
909         change names in macro above for consistency.
910         (gdb-frame-handler): Use hollow-right-triangle for all selected
911         frames which except the innermost (where execution has stopped).
912         (gdb-reset): Reset buffer-local values of overlay-arrow.
914 2006-03-20  Richard Stallman  <rms@gnu.org>
916         * simple.el (set-mark-command): Doc fix.
918         * files.el (display-buffer-other-frame): New command.
919         (ctl-x-4-map): Bind C-x 5 C-o to it.
921 2006-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
923         * jit-lock.el (jit-lock-function): Check for the actual defer-timer
924         rather than just defer-time, in case defer-time has been changed but
925         the timer isn't running yet.
926         (jit-lock-deferred-fontify): Correspondingly let-bind defer-timer.
928 2006-03-19  Luc Teirlinck  <teirllm@auburn.edu>
930         * help-mode.el (help-follow-symbol): New function.
931         Essentially identical to the old `help-follow', but do not let
932         `push-button' do the work when on an xref.
933         (help-mode-map): Bind `help-follow-symbol' to "C-c C-c".
935 2006-03-19  Richard Stallman  <rms@gnu.org>
937         * help-mode.el (help-xref-symbol-regexp): Make no xref for symbol
938         preceded by the word `program'.
939         (help-follow-mouse, help-follow): Throw error if not on xref.
940         Delete no longer used args.
942 2006-03-20  Nick Roberts  <nickrob@snap.net.nz>
944         * progmodes/gdb-ui.el (gdb-stopped): Even when there is no source
945         annotation ensure gud-overlay-arrow-position is redisplayed.
947 2006-03-19  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
949         * textmodes/bibtex.el (bibtex-include-OPTkey)
950         (bibtex-entry-field-alist, bibtex-generate-url-list): Mark as risky.
951         (bibtex-autokey-name-case-convert)
952         (bibtex-autokey-titleword-case-convert): Make these the aliases
953         for the following two variables.
954         (bibtex-autokey-name-case-convert-function)
955         (bibtex-autokey-titleword-case-convert-function): Make these the
956         real names.
957         (bibtex-font-lock-keywords): Make bibtex-font-lock-url and
958         bibtex-font-lock-crossref sublists.
959         (bibtex-mode): Revert 2005-12-30 change (which made
960         completion-ignore-case buffer-local).
961         (bibtex-url): Simplify.
963 2006-03-19  Kim F. Storm  <storm@cua.dk>
965         * emulation/cua-rect.el (cua--highlight-rectangle): Set overlay
966         cursor property value to 2 (to align with C level change).
968 2006-03-19  Bill Wohler  <wohler@newt.com>
970         * image.el (image-load-path-for-library): Shorten first line in
971         docstring.
973 2006-03-18  Richard Stallman  <rms@gnu.org>
975         * mail/rmail.el (rmail-reply-regexp): Undo previous change.
977 2006-03-18  Ben North  <ben@redfrontdoor.org>  (tiny change)
979         * isearch.el (isearch-other-meta-char): Handle user bindings for
980         shifted control characters.
982 2006-03-18  Agustin Martin  <agustin.martin@hispalinux.es>
984         * textmodes/ispell.el (ispell-skip-region-alist): Add "_+" to the
985         part that matches email addresses, file names, etc.
987 2006-03-18  Eli Zaretskii  <eliz@gnu.org>
989         * term/w32-win.el (mouse-set-font):
990         Mention w32-list-proportional-fonts in the doc string.
992 2006-03-18  Kim F. Storm  <storm@cua.dk>
994         * ido.el (ido-cache-ftp-work-directory-time): Doc fix.
995         (ido-unc-hosts): New user option to explicitly define list of know
996         UNC-style hosts for completion.
997         (ido-cache-unc-host-shares-time): New user option.
998         (ido-is-unc-root, ido-is-unc-host, ido-cache-unc-valid):
999         New helper functions for UNC file-name support.
1000         (ido-may-cache-directory): Check for UNC host.  Simplify.
1001         (ido-wash-history): Clean out old UNC hosts.
1002         (ido-nonreadable-directory-p): UNC hosts are always readable.
1003         (ido-directory-too-big-p): UNC hosts are never too big.
1004         (ido-set-current-directory): Handle UNC root path.
1005         (ido-file-name-all-completions): Complete UNC host names from
1006         ido-unc-hosts list.  Cache UNC host shares.
1007         (ido-make-file-list-1): Don't filter UNC root.
1008         (ido-exhibit): Check for // in root directory, and switch to UNC
1009         mode by setting ido-current-directory to //.
1011 2006-03-17  Luc Teirlinck  <teirllm@auburn.edu>
1013         * cus-edit.el (customize-changed-options): Mention explicit
1014         version number as default in prompt.
1016 2006-03-17  Bill Wohler  <wohler@newt.com>
1018         * image.el (image-load-path-for-library): Minor docstring fix.
1020 2006-03-17  Carsten Dominik  <dominik@science.uva.nl>
1022         * textmodes/org.el (org-read-date): Include subgroup 5 into
1023         replacement text.
1024         (org-popup-calendar-for-date-prompt): Fix customization type.
1026 2006-03-17  Nick Roberts  <nickrob@snap.net.nz>
1028         * progmodes/gdb-ui.el (gud-watch): Provide completion.
1029         (gdb-continuation): New variable.
1030         (gdb-send): Deal with continuation lines.
1032         * progmodes/gud.el (gud-gdb-complete-command)
1033         (gud-gdb-run-command-fetch-lines): Adapt for use with watch
1034         expressions.
1035         (gud-tooltip-mode): Use buffer-local value.
1037 2006-03-16  Kim F. Storm  <storm@cua.dk>
1039         * ido.el (ido-edit-input): Use selected match, if any.
1041 2006-03-16  Bill Wohler  <wohler@newt.com>
1043         * image.el (image-load-path-for-library): Prefer user's images in
1044         image-load-path.
1046 2006-03-16  Martin Rudalics  <rudalics@gmx.at>
1048         * mouse.el (mouse-drag-vertical-line): Use window-inside-edges
1049         when checking for attempt to drag leftmost or rightmost scrollbar.
1051 2006-03-16  Nick Roberts  <nickrob@snap.net.nz>
1053         * progmodes/gdb-ui.el (gdb-inferior-status): New variable.
1054         (gdb-force-mode-line-update): New function.
1055         (gdb-resync, gdb-starting, gdb-signal, gdb-exited, gdb-stopped)
1056         (gdb-exited): Use them.
1057         (gdb-signal): New function.
1058         (gdb-annotation-rules): Provide a rule for it.
1060 2006-03-16  Kenichi Handa  <handa@m17n.org>
1062         * international/mule.el (auto-coding-regexp-alist): Add entries
1063         for Unicode BOM.
1065         * sort.el (sort-build-lists): Temporarily bind
1066         inhibit-field-text-motion to t.
1068 2006-03-15  Luc Teirlinck  <teirllm@auburn.edu>
1070         * locate.el (locate-command, locate-make-command-line)
1071         (locate-fcodes-file, locate-update-command)
1072         (locate-prompt-for-command, locate, locate-with-filter)
1073         (locate-get-file-positions): Doc fixes.
1074         (locate-buffer-name, locate-header-face): Remove leading `*' in
1075         defcustom.
1076         (locate-filter-output): Use `keep-lines' instead of its alias
1077         `delete-non-matching-lines'.
1078         (locate-get-filename, locate-get-dirname): Add introductory comment.
1079         (locate-find-directory-other-window): Give appropriate error
1080         message if used outside main listing.
1082 2006-03-15  Stefan Monnier  <monnier@iro.umontreal.ca>
1084         * font-lock.el (font-lock-lines-before): Delete variable, subsumed by
1085         the new extend-region feature.
1086         (font-lock-after-change-function): Update correspondingly.
1087         * jit-lock.el (jit-lock-after-change): Update correspondingly.
1088         * progmodes/grep.el (font-lock-lines-before): Don't disable.
1090 2006-03-15  Bill Wohler  <wohler@newt.com>
1092         * image.el (image-load-path-for-library): Fix example by not
1093         recommending that one binds image-load-path.  Just defvar it to
1094         placate compiler and only use it if previously defined.
1096 2006-03-15  Carsten Dominik  <dominik@science.uva.nl>
1098         * textmodes/org.el (org-insert-centered): Use `string-width' to
1099         make underlining work for wide characters.
1100         (org-goto-map, org-agenda-mode-map, org-mode-map): Explicitly bind
1101         TAB to `org-cycle', to make sure that no binding in
1102         `outline-mode-map' can supercede it.
1104 2006-03-14  Ken Manheimer  <ken.manheimer@gmail.com>
1106         * allout.el: Increment version to 2.2.1 in file commentary.
1108         (allout-version): Increment to 2.2.1.
1110         (allout-default-layout): New customization variable, used when the
1111         file lacks a specific allout-layout.  Uses allout-layout-type for
1112         recursively nested definition.
1114         (allout-layout-type): Widget defining allout layouts, necessary for
1115         self-recursive definition.
1117         (allout-mode): Incorporate allout-default-layout as fallback for
1118         allout-layout.
1120         (allout-layout): Mark as 'safe-local-variable', and refer mention
1121         fallback to `allout-default-layout' in absence of a specified value.
1122         (allout-passphrase-verifier-string)
1123         (allout-passphrase-hint-string): Mark as 'safe-local-variable'.
1125         (allout-file-passphrase-verifier-string): Obsolete variable, removed.
1127         (allout-get-encryption-passphrase-verifier): Use correct name of
1128         passphrase verifier in docstring.
1130 2006-03-15  Nick Roberts  <nickrob@snap.net.nz>
1132         * progmodes/gdb-ui.el (gdb-var-list): Change order of first two
1133         elements.
1134         (gdb-find-watch-expression): Make it work for arrays too.
1135         Follow change to gdb-var-list.
1136         (gud-watch): Allow the user to enter variable name with a prexix
1137         arg.  Create keybindings.
1138         (gdb-var-create-handler, gdb-var-evaluate-expression-handler)
1139         (gdb-var-list-children-handler, gdb-var-update-handler)
1140         (gdb-var-delete, gdb-edit-value, gdb-speedbar-expand-node)
1141         (gdb-var-list-children-handler-1, gdb-var-update-handler-1):
1142         Follow change to gdb-var-list.
1143         (gdb-starting): Don't show the overlay arrows when program is running.
1145         * progmodes/gud.el (gud-speedbar-buttons): Follow change to
1146         gdb-var-list.
1148 2006-03-14  Bill Wohler  <wohler@newt.com>
1150         * image.el (image-load-path-for-library): Pass value of path
1151         rather than symbol.  Always return list of directories.
1152         Guarantee that image directory comes first.
1154 2006-03-14  Alan Mackenzie  <acm@muc.de>
1156         * font-core.el (font-lock-extend-region\(-function\)?.):
1157         New function/variable.
1159         * font-lock.el (font-lock-after-change-function):
1160         Call font-lock-extend-region.  Obey font-lock-lines-before.
1161         (font-lock-default-fontify-region): Remove reference to
1162         font-lock-lines-before.
1164         * jit-lock.el (jit-lock-after-change):
1165         Call font-lock-extend-region.  Obey font-lock-lines-before.
1167 2006-03-14  David Ponce  <david@dponce.com>
1169         * tree-widget.el (tree-widget-themes-load-path)
1170         (tree-widget-themes-directory, tree-widget-theme): Doc fix.
1172 2006-03-13  Ryan Yeske  <rcyeske@gmail.com>
1174         * net/rcirc.el (rcirc) <defgroup>: Add link to manual.
1175         (rcirc-print): Mark the start of text at the end of the prompt.
1176         (rcirc-track-minor-mode): Add autoload cookie.
1177         (rcirc-update-activity-string): Add space to front of mode-line
1178         indicator.
1180 2006-03-13  Miles Bader  <miles@gnu.org>
1182         * net/rcirc.el (rcirc-nick-abbrevs): Remove variable.
1183         (rcirc-abbrev-nick): Remove function.
1184         (rcirc-format-response-string): Don't call `rcirc-abbrev-nick'.
1186 2006-03-13  David Ponce  <david@dponce.com>
1188         * tree-widget.el: Handle themes across all occurrences of the main
1189         themes sub-directory found in tree-widget-themes-load-path.
1190         (tree-widget-themes-directory, tree-widget-theme): Doc fix.
1191         (tree-widget--locate-sub-directory): Return all occurrences.
1192         (tree-widget-themes-path): New function.
1193         Replace tree-widget-themes-directory, and return a list of directories.
1194         (tree-widget-set-parent-theme)
1195         (tree-widget-lookup-image): Use it.
1197 2006-03-13  Carsten Dominik  <dominik@science.uva.nl>
1199         * textmodes/org.el (org-link-search): Avoid self-matching of
1200         links, allow target text to be distributed over several lines.
1201         (org-search-not-link): New function.
1202         (org-set-regexps-and-options, org-get-current-options):
1203         New startup options.
1204         (org-export-as-html): Take odd-level setting from local variable.
1205         (org-fontify-emphasized-text): New option.
1206         (org-set-font-lock-defaults): Include emphasized text.
1207         (org-follow-mhe-link): Allow folder-only links, fix folder name.
1208         (org-font-lock): Customize group renamed from `org-faces'.
1210 2006-03-13  John Paul Wallington  <jpw@pobox.com>
1212         * ibuf-ext.el (ibuffer-never-show-predicates): Add `require'
1213         keyword; require `ibuf-ext' feature.  Thanks to Zhang Wei.
1215 2006-03-12  Luc Teirlinck  <teirllm@auburn.edu>
1217         * cus-start.el (all): Delete :version keyword for members of the
1218         fringe group, since the entire group is new in 22.1.
1220 2006-03-13  Nick Roberts  <nickrob@snap.net.nz>
1222         * progmodes/gdb-ui.el (gdb-stack-list-locals-handler): Add local
1223         map if value is hexadecimal (an address).
1224         (gud-watch): Only search roots for existing watch expressions.
1225         (gdb-speedbar-refresh): Bind speedbar-shown-directories to nil to
1226         prevent caching problems with speedbar-update-directory-contents.
1228 2006-03-12  Juri Linkov  <juri@jurta.org>
1230         * battery.el (battery-linux-proc-acpi): Check `capacity' for non-nil
1231         before comparing with `low' and `warn'.
1233         * info.el (Info-dir-remove-duplicates): Move point to the
1234         beginning of the current line after deleting the entries from
1235         redundant heading.  Use marker for `limit' and compare it with
1236         point before calling `re-search-forward'.
1238 2006-03-11  Luc Teirlinck  <teirllm@auburn.edu>
1240         * simple.el (yank): Fix typo in docstring.
1242 2006-03-11  Ryan Yeske  <rcyeske@gmail.com>
1244         * mail/rmailsum.el (rmail-summary-next-msg): Skip deleted
1245         messages, where "D" is the 6th character.
1247 2006-03-11  Eli Zaretskii  <eliz@gnu.org>
1249         * simple.el (yank): Fix last change.
1251 2006-03-11  David Ponce  <david@dponce.com>
1253         * ispell.el (ispell-find-aspell-dictionaries): Add aliases before
1254         merging elements from the standard ispell-dictionary-alist.
1255         (ispell-aspell-add-aliases): Add aliases to the passed dictionary
1256         alist, and return the new alist.
1258 2006-03-11  Richard Stallman  <rms@gnu.org>
1260         * mail/rmail.el (rmail-ignored-headers): Discard DomainKey-Signature.
1262         * eshell/eshell.el (eshell-prefer-to-shell): Variable deleted;
1263         the way it is implemented is too unclean.
1265         * simple.el (kill-region, yank): Doc fix.
1267         * battery.el (battery-echo-area-format): Doc fix.
1268         (battery-mode-line-format): Likewise.
1269         (battery-linux-proc-apm, battery-linux-proc-acpi): Likewise.
1270         (battery-linux-proc-acpi): Ignore batteries that say "charged".
1272 2006-03-11  Kurt Hornik  <Kurt.Hornik@wu-wien.ac.at>
1274         * progmodes/octave-mod.el (octave-indent-for-comment):
1275         Behave according to do string.
1277 2006-03-11  Agustin Martin  <agustin.martin@hispalinux.es>
1279         * textmodes/ispell.el (ispell-menu-map-needed) [ispell-message]:
1280         Be visible only if major mode is Mail Mode.
1282         * textmodes/flyspell.el (flyspell-external-point-words)
1283         (flyspell-process-localwords): Fix last changes.
1285 2006-03-11  Eli Zaretskii  <eliz@gnu.org>
1287         * calendar/holidays.el (list-holidays): Doc fix.
1289         * international/mule.el (auto-coding-alist): Add .odt
1290         (OpenOffice's open document) files.
1292         * files.el (auto-mode-alist): Add .odt (OpenOffice's open
1293         document) files.  Mention in the doc string the need to sync with
1294         auto-coding-alist.
1296 2006-03-10  Chong Yidong  <cyd@stupidchicken.com>
1298         * files.el (hack-local-variables-confirm): Don't prompt for ! if
1299         enable-local-variables is set to always query, or there is no
1300         savable variable.
1302 2006-03-10  Bill Wohler  <wohler@newt.com>
1304         * image.el (image-load-path-for-library): Merge at least three
1305         functions from Gnus and MH-E into this one function that can now
1306         be shared.
1308 2006-03-11  Nick Roberts  <nickrob@snap.net.nz>
1310         * progmodes/gdb-ui.el (gdb-remove-text-properties): Rename from
1311         gdb-remove-mouse-face and remove help-echo too.
1312         (gdb-enqueue-input): Correct conditional clause.
1314 2006-03-10  Glenn Morris  <rgm@gnu.org>
1316         * calendar/calendar.el (calendar-holidays): Doc fix.
1317         * calendar/holidays.el (list-holidays): Doc fix.
1319 2006-03-10  Nick Roberts  <nickrob@snap.net.nz>
1321         * progmodes/gdb-ui.el (gdba): Don't call gdb-init-1 explicitly as
1322         it gets called in gdb-prompt anyway.
1323         (gdb-use-separate-io-buffer): Only restore window arrangement for
1324         gdb-many-windows.
1325         (gdb-enqueue-input): Make it harder to send GDB input when program
1326         is running.
1327         (gdb-buffer-list): New variable.
1328         (gdb-remove-mouse-face): New function.
1329         (gdb-starting): Use it when GDB input won't get sent.
1331 2006-03-08  Juanma Barranquero  <lekktu@gmail.com>
1333         * help.el (view-lossage): Remove trailing whitespace before
1334         inserting "\n".
1336 2006-03-07  Chong Yidong  <cyd@stupidchicken.com>
1338         * files.el (hack-local-variables-confirm):
1339         Set coding-system-for-read to nil before writing to .emacs.
1341         * arc-mode.el (archive-extract): Check if an existing buffer name
1342         comes from a different archive.
1344         * help.el (describe-key-briefly): If KEY is a down event, read and
1345         discard the up event.
1347 2006-03-07  Nick Roberts  <nickrob@snap.net.nz>
1349         * progmodes/gud.el (gud-speedbar-buttons): Allow pointers to
1350         be edited and use font-lock-warning-face for any changes.
1352         * progmodes/gdb-ui.el (gdb-edit-value-handler): New function.
1353         (gdb-edit-value): Use it to report any errors.
1355 2006-03-07  Juanma Barranquero  <lekktu@gmail.com>
1357         * help.el (describe-key): Remove leftover test code.
1359 2006-03-07  Carsten Dominik  <dominik@science.uva.nl>
1361         * textmodes/org.el: Move defvars out of eval-when-compile.
1362         Use buffer-file-name variable.
1363         (org-agenda-file-to-end, org-agenda-file-to-front): Remove unused
1364         arg `file'.
1365         (org-level-faces): Remove startup dependency.
1366         (org-cycle, org-map-tree, org-scan-tags)
1367         (org-remember-handler): Don't call `outline-level' directly.
1368         (org-mhe-search-all-folders): New option.
1369         (org-mhe-get-message-folder-from-index)
1370         (org-mhe-get-message-folder): Fix indexing search.
1371         (org-format-agenda-item): Handle nil TAGS argument.
1372         (org-cleaned-string-for-export, org-activate-target-links)
1373         (org-make-target-link-regexp): Deal with empty radio target list.
1374         (org-tag): New face.
1375         (org-get-level-face): New function.
1376         (org-set-font-lock-defaults): Simplify setup for headlines.
1377         (org-complete): Pass common substring to `display-completion-list'.
1379 2006-03-06  David Ponce  <david@dponce.com>
1381         * tree-widget.el: Update Commentary header.
1382         (tree-widget-theme-name): Ignore parent themes.
1383         (tree-widget-set-parent-theme): New function.
1384         (tree-widget-set-theme): Use it.
1385         (tree-widget-set-image-properties): Move definition.  Does nothing
1386         if image properties have already been set.
1387         (tree-widget-image-properties): Move definition.  Receive an image
1388         name.  Set the :pointer property.
1389         (tree-widget-lookup-image): Doc fix.  Search in parent themes.
1390         Don't set the :pointer image property.
1391         (tree-widget-convert-widget): New function.  Handle :dynargs
1392         compatibility here.
1393         (tree-widget): Use it to :convert-widget.  Add the :expander-p
1394         predicate to control when the :expander function is entered.
1395         Thanks to Ken Manheimer <ken.manheimer@gmail.com> for the idea.
1396         (tree-widget-value-create): Handle :expander-p.  widget-apply
1397         :expander.
1398         (tree-widget-expander-p): New function.  Default value of the
1399         :expander-p property.
1401 2006-03-06  Chong Yidong  <cyd@stupidchicken.com>
1403         * help.el (describe-key): Properly handle the return value of
1404         read-key-sequence when grabbing an up-event.  Cleanup mouse-1
1405         remaps.  Handle string and vector `follow-link' values.
1407 2006-03-06  Stefan Monnier  <monnier@iro.umontreal.ca>
1409         * complete.el (PC-expand-many-files): Try be more careful when parsing
1410         the shell's output.
1412 2006-03-05  Stefan Monnier  <monnier@iro.umontreal.ca>
1414         * outline.el (hide-sublevels): Provide better interactive default.
1416 2006-03-06  Kenichi Handa  <handa@m17n.org>
1418         * international/fontset.el (create-fontset-from-fontset-spec):
1419         Fix regexp for paring FONTSET-SPEC (allow spaces after `:').
1421 2006-03-05  Luc Teirlinck  <teirllm@auburn.edu>
1423         * progmodes/gud.el (gud-jdb-marker-filter): Quote `[' with two
1424         backslashes instead of one in regexp.
1425         (gud-tooltip-dereference): Add missing optional argument.
1427 2006-03-04  John Paul Wallington  <jpw@pobox.com>
1429         * wdired.el (toplevel): Require `cl' at compile-time.
1431 2006-03-04  Andreas Schwab  <schwab@suse.de>
1433         * server.el (server-process-filter): Handle errors during
1434         evaluation of the argument.
1436 2006-03-03  John Paul Wallington  <jpw@pobox.com>
1438         * t-mouse.el (t-mouse-drag-start, t-mouse-swap-alt-keys): Doc fix;
1439         escape parentheses at beginning of line.
1440         (t-mouse-tty, t-mouse-make-event): Doc fix; use imperative.
1441         (t-mouse-mode): Remove period from end of error message.
1443 2006-03-03  Agustin Martin  <agustin.martin@hispalinux.es>
1445         * textmodes/flyspell.el (flyspell-process-localwords):
1446         Be case-sensitive.
1448 2006-03-03  Martin Rudalics  <rudalics@gmx.at>
1450         * cus-edit.el (custom-quote): Remove function, since it has been
1451         moved to custom.el.
1453         * font-lock.el (lisp-font-lock-keywords-2)
1454         * emacs-lisp/rx.el (rx-check-any, rx-check-not)
1455         * generic-x.el (reg-generic-mode): Quote "]"s in regexps when
1456         they have no special meaning.
1458         * midnight.el (clean-buffer-list): Handle case where base-buffer of
1459         indirect buffer gets killed before indirect buffer.  Use dolist.
1461 2006-03-03  Ken Manheimer  <ken.manheimer@gmail.com>
1463         * emacs-lisp/edebug.el (edebug-display): Use `edebug-sit-for-seconds'
1464         value instead of a literal constant (1) on more pauses.
1466 2006-03-03  Slawomir Nowaczyk  <slawomir.nowaczyk.847@student.lu.se>  (tiny change)
1468         * textmodes/flyspell.el (flyspell-external-point-words):
1469         Be case-sensitive.
1471 2006-03-03  Ryan Yeske  <rcyeske@gmail.com>
1473         * net/rcirc.el (rcirc-url-regexp): Match entire url when it starts
1474         with "www".
1476 2006-03-03  Ken Manheimer  <ken.manheimer@gmail.com>
1478         * allout.el: Restablish intermediate missing comment header to
1479         preserve outline structure.
1480         (allout-beginning-of-current-entry): Skip invisible text.
1481         (allout-open-topic): Fix opening a topic at end-of-buffer.
1482         (allout-minor-mode): Move nearer to allout-mode function.
1484 2006-03-02  Carsten Dominik  <dominik@science.uva.nl>
1486         * textmodes/org.el (org-paste-subtree): Remove (debug) form.
1488 2006-03-02  Nick Roberts  <nickrob@snap.net.nz>
1490         * dframe.el (dframe-frame-mode): Don't burp when menu-bar-lines
1491         is nil.
1493         * progmodes/gud.el (gud-speedbar-menu-items):
1494         Use buffer-local-value and add missing :visible keyword.
1496         * progmodes/gdb-ui.el (gdb-speedbar-refresh): Quieten speedbar-refresh.
1498 2006-03-01  Carsten Dominik  <dominik@science.uva.nl>
1500         * textmodes/reftex-index.el (reftex-index-map): `follow-mouse'
1501         must be `follow-link'.
1503         * textmodes/reftex-toc.el (reftex-toc-map): Likewise.
1505         * textmodes/org.el (org-export-as-html): Fix bugs in HTML
1506         formatting: No nested anchors.
1507         (org-all-targets): Fix bug with XEmacs compatibility.
1508         (org-read-date): Add (require 'parse-time).
1509         (org-set-tags): Fix bug with extra inserted space.
1510         (org-export-html-style): Define a style class for targets.
1511         (org-agenda-keymap, org-mouse-map): Add a binding for `follow-link'.
1512         (org-hide-leading-stars): New option.
1513         (org-hide): New face.
1514         (org-set-font-lock-defaults): Allow to hide leading stars.
1515         (org-get-legal-level, org-tr-level): New functions.
1516         (org-odd-levels-only): New option.
1517         (org-level-faces, org-paste-subtree, org-convert-to-odd-levels)
1518         (org-demote, org-promote): Deal with double-star levels.
1519         (org-convert-to-odd-levels): New command.
1521 2006-03-01  Nick Roberts  <nickrob@snap.net.nz>
1523         * speedbar.el (speedbar-update-localized-contents): Try to
1524         preserve window-start.
1525         (speedbar-update-directory-contents): Try to preserve window-start
1526         and window-point.
1527         (speedbar-update-special-contents): Don't move back to start of window.
1529         * progmodes/gdb-ui.el (gdb-speedbar-refresh): Rename from
1530         gdb-speedbar-timer-fn.  Use speedbar-refresh instead of
1531         speedbar-timer-fn.
1532         (gdb-var-update-handler, gdb-var-update-handler-1): Use it.
1533         (gdb-speedbar-expand-node): Use speedbar-delete-subblock
1534         instead of gdb-speedbar-timer-fn.
1536 2006-02-28  Jay Belanger  <belanger@truman.edu>
1538         * calc/calccomp.el (math-compose-tex-matrix): Add a latex option.
1539         (math-compose-expr): Use latex option when calling
1540         `math-compose-tex-matrix' for latex mode.
1542 2006-02-28  Nick Roberts  <nickrob@snap.net.nz>
1544         * speedbar.el: Re-instate comments about developing for speedbar
1545         [this is what info and gdb-ui use even if better methods exist now].
1547         * t-mouse.el: New file.
1548         (t-mouse-tty): Use with-temp-buffer.  Add more terminal types.
1549         (t-mouse-lispy-buffer-posn-from-coords): Remove.
1550         (t-mouse-make-event-element): Use posn-at-x-y instead.
1551         (t-mouse-make-event): Deal with Fedora Core 3.
1552         (t-mouse-make-event): Don't sink the `stupid text mode menubar'.
1553         (t-mouse-mouse-position-function): New function.  Use it instead
1554         of advising mouse-position.
1555         (t-mouse-mode): New minor mode.
1556         (t-mouse-stop, t-mouse-run): Remove.  Use t-mouse-mode instead.
1558 2006-02-27  Glenn Morris  <rgm@gnu.org>
1560         * calendar/calendar.el (calendar-holidays): Doc fix.
1562 2006-02-27  Nick Roberts  <nickrob@snap.net.nz>
1564         * progmodes/gdb-ui.el (gdb-source-window): New variable.
1565         Re-introduce the concept of a source window.
1566         (gdb-get-buffer-create): Rename from gdb-get-create-buffer for
1567         consistency with get-buffer-create.
1568         (def-gdb-auto-update-handler, gdb-info-locals-handler)
1569         (gdb-data-list-register-values-handler)
1570         (gdb-stack-list-locals-handler): Try to preserve window-start as
1571         well as window-point.
1572         (gdb-display-source-buffer): New function (old concept).
1573         (gdb-goto-breakpoint): Use it.
1575         * progmodes/gud.el (gud-display-line): Use gdb-display-source-buffer
1576         for gdb-ui/gdb-mi (old concept).
1578 2006-02-27  Carsten Dominik  <dominik@science.uva.nl>
1580         * textmodes/reftex-index.el (reftex-index-map): Add `follow-mouse'
1581         binding.
1583         * textmodes/reftex-toc.el (reftex-toc-map): Add `follow-mouse' binding.
1585         * textmodes/reftex-sel.el (reftex-select-label-map)
1586         (reftex-select-bib-map): Add `follow-mouse' binding.
1588 2006-02-26  Luc Teirlinck  <teirllm@auburn.edu>
1590         * jka-cmpr-hook.el (jka-compr-compression-info-list)
1591         (jka-compr-mode-alist-additions, jka-compr-load-suffixes):
1592         Give :set functions to provide automatic updating.
1593         Update docstring.  Give compiler defvars early in the file
1594         and move the defcustoms to a later spot where all called functions
1595         are defined.
1596         (jka-compr-file-name-handler-entry): Doc fix.
1597         (jka-compr-compression-info-list--internal)
1598         (jka-compr-mode-alist-additions--internal)
1599         (jka-compr-load-suffixes--internal): New variables.
1600         (jka-compr-install): Set the three above variables.
1601         Update `load-file-rep-suffixes' instead of `load-suffixes'.
1602         (jka-compr-update, jka-compr-set): New functions.
1603         (auto-compression-mode): Doc fix.
1605         * jka-compr.el (jka-compr-uninstall): Replace `mapcar' with `mapc'.
1606         Update `load-file-rep-suffixes' instead of `load-suffixes'.
1607         Use jka-compr-compression-info-list--internal,
1608         jka-compr-mode-alist-additions--internal and
1609         jka-compr-load-suffixes--internal.
1611         * files.el (load-library):
1612         * loadhist.el (file-loadhist-lookup):
1613         * startup.el (command-line):
1614         * subr.el (locate-library):
1615         * emacs-lisp/autoload.el (update-directory-autoloads):
1616         * emacs-lisp/find-func.el (find-library-suffixes):
1617         Use `get-load-suffixes' instead of `load-suffixes'.
1619         * subr.el (locate-library):
1620         * emacs-lisp/find-func.el (find-library-name):
1621         Use `load-file-rep-suffixes' instead of '("").
1623 2006-02-26  Kim F. Storm  <storm@cua.dk>
1625         * ido.el (ido-save-history, ido-load-history): Simplify.
1626         Don't use find-file-noselect to avoid interference from other modes.
1628 2006-02-25  Thien-Thi Nguyen  <ttn@gnu.org>
1630         * progmodes/sh-script.el (sh-mode): Fix bug: Arrange
1631         to use the default shell if filename is not available.
1632         Reported by Giorgos Keramidas.
1634 2006-02-25  John Williams  <jrw@pobox.com>  (tiny change)
1636         * progmodes/etags.el (tags-completion-table): Do completion from
1637         all the tables in the current list, as documented in the manual.
1639 2006-02-24  Alan Mackenzie  <bug-cc-mode@gnu.org>
1641         * CC Mode Update to 5.31.3.
1643 2006-02-24  Alan Mackenzie  <bug-cc-mode@gnu.org>
1645         * progmodes/cc-mode.el (c-postprocess-file-styles):
1646         Bind inhibit-read-only to t, around the call to
1647         c-remove-any-local-eval-or-mode-variables, so that it works on a
1648         RO file.
1650 2006-02-24  Alan Mackenzie  <bug-cc-mode@gnu.org>
1652         * progmodes/cc-awk.el: Correct a typo.
1654 2006-02-24  Alan Mackenzie  <bug-cc-mode@gnu.org>
1656         * progmodes/cc-cmds.el, cc-mode.el: Rename c-hungry-backspace to
1657         c-hungry-delete-backwards, at the request of RMS.  Leave the old
1658         name as an alias.
1660 2006-02-24  Alan Mackenzie  <bug-cc-mode@gnu.org>
1662         * progmodes/cc-mode.el: Correct a typo.
1664 2006-02-24  Alan Mackenzie  <bug-cc-mode@gnu.org>
1666         * progmodes/cc-defs.el: Update the version number to 5.31.3.
1668 2006-02-24  Alan Mackenzie  <bug-cc-mode@gnu.org>
1670         * progmodes/cc-cmds.el (c-electric-brace): Fix clean-up
1671         brace-else-brace (error due to mbeg, mend being undefined).
1673 2006-02-24  Alan Mackenzie  <bug-cc-mode@gnu.org>
1675         * progmodes/cc-mode.el: File Local variables: Solve the problem
1676         where both `mode' and c-file-offsets are specified: `mode' will
1677         overwrite c-f-o's settings:
1678         (c-remove-any-local-eval-or-mode-variables): New function.
1679         (c-postprocess-file-styles): Call the above new function, within
1680         c-tentative-buffer-change, to splat `mode' and `eval' before the
1681         second hack-local-variables.
1683 2006-02-24  Alan Mackenzie  <bug-cc-mode@gnu.org>
1685         * progmodes/cc-mode.el:
1686         [Supersedes patch to cc-engine.el 2005-12-16T20:07:49Z!monnier@iro.umontreal.ca]
1687         (c-after-change): Protect the match data with save-match-data.
1688         It was getting corrupted by c-after-change-check-<>-operators.
1690         * cc-defs.el: [Supersedes patch V1.38]:
1691         (top level): Check for a buggy font-lock-compile-keywords ONLY in
1692         XEmacs.  GNU Emacs 22 now has a check which would throw an error here.
1694         * progmodes/cc-awk.el (c-awk-after-change): Protect the match data
1695         with save-match-data.  It was being corrupted when Font Lock was
1696         not enabled.
1698 2006-02-24  Alan Mackenzie  <bug-cc-mode@gnu.org>
1700         * progmodes/cc-langs.el (c-mode-menu): Add menu items for Electric
1701         Mode and Subword Mode.
1703         * progmodes/cc-engine.el (c-beginning-of-statment-1): Distinguish
1704         real labels ("case 1:" or "foo:") from non-labels ("public:").
1705         (c-forward-objc-directive): Replace c-forward-token-2 with crude
1706         coding; c-f-t-2 doesn't move over a token at EOB.
1708         * progmodes/cc-defs.el (c-version): Update version number to 5.31.2.
1710         * progmodes/cc-cmds.el, cc-mode.el, cc-engine.el
1711         (c-update-modeline): Concatenate the minor mode indicators
1712         directly onto mode-name, removing c-submode-indicators.
1713         Sometimes, c-s-i got separated from the mode name on the mode line.
1715         * progmodes/cc-cmds.el (c-electric-brace, c-electric-semi&comma)
1716         (c-electric-colon): Correct doc-strings: "/ln" -> "/la".
1718 2006-02-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
1720         * progmodes/cc-langs.el (c-make-init-lang-vars-fun): Improve the
1721         error message when there's an evaluation error to show whether
1722         it's loaded from source or not.
1723         (c-filter-ops): Make it available at runtime too to work when
1724         `c-make-init-lang-vars-fun' needs to evaluate from source.
1726 2006-02-24  Juanma Barranquero  <lekktu@gmail.com>
1728         * help.el (help): Revert last part of 2006-02-23 change (deletion
1729         of the `provide' call).
1731 2006-02-23  Juri Linkov  <juri@jurta.org>
1733         * compare-w.el (compare-windows-highlight): Add new value
1734         `persistent' and change :type from `boolean' to `choice'.
1735         (compare-windows-overlays1, compare-windows-overlays2):
1736         New internal variables.
1737         (compare-windows-highlight): If compare-windows-highlight is
1738         `persistent', add current overlays to compare-windows-overlays[12]
1739         instead of adding compare-windows-dehighlight to pre-command-hook.
1740         (compare-windows-dehighlight): Delete all overlays from
1741         compare-windows-overlays[12].
1743         * info.el (Info-search): Don't bind search-spaces-regexp to
1744         Info-search-whitespace-regexp in non-regexp isearch mode.
1746 2006-02-23  Stefan Monnier  <monnier@iro.umontreal.ca>
1748         * help.el (describe-mode): Pass `mode-name' to format-mode-line.
1750 2006-02-23  Juanma Barranquero  <lekktu@gmail.com>
1752         * textmodes/org.el (org-xemacs-p)
1753         (org-export-html-show-new-buffer, org-table-may-need-update)
1754         (org-insert-item, org-mhe-get-message-real-folder)
1755         (org-mhe-get-message-folder-from-index)
1756         (org-mhe-get-message-folder, org-mhe-get-message-num)
1757         (org-mhe-get-header, org-make-org-heading-search-string)
1758         (org-make-org-heading-camel, org-table-sort-lines)
1759         (org-format-org-table-html, org-format-table-table-html):
1760         Fix typos in docstrings.
1762 2006-02-23  Carsten Dominik  <dominik@science.uva.nl>
1764         * textmodes/org.el (org-cleaned-string-for-export)
1765         (org-solidify-link-text): New function.
1766         (org-add-hook): Use `add-local-hook' instead of `make-local-hook' for
1767         XEmacs, just to silence the compiler.
1768         (org-export-as-ascii, org-export-as-html-and-open):
1769         Use `org-cleaned-string-for-export' and create internal links.
1770         (org-follow-mhe-link): Require mh-e, use folder.
1772 2006-02-23  Nick Roberts  <nickrob@snap.net.nz>
1774         * progmodes/gud.el (gud-speedbar-buttons): Use shadow face properly.
1776         * progmodes/gdb-ui.el (gdb-debug-ring-max): Rename from
1777         gdb-debug-log-length.
1778         (gdb-debug-ring): Rename from gdb-debug-log-ring.  Don't make
1779         it a real ring but...
1780         (gud-gdba-marker-filter): ...make it work like mark-ring.
1781         (gdb-enable-debug): Rename from gdb-enable-debug-log.
1782         (gdb-mouse-jump): New function.  Add bindings.
1784 2006-02-23  Nick Roberts  <nickrob@snap.net.nz>
1786         * progmodes/gdb-ui.el (gdb-signalled): New variable and function.
1787         (gdb-debug-log-ring): Rename from gdb-debug-log and make a ring.
1788         (gdb-send, gdb-send-item, gud-gdba-marker-filter): Use it.
1789         (gdb-debug-log-length): Customize it's length.
1790         (gud-watch, gdb-var-create-handler): Display function::var format
1791         but don't use to create variable object.
1792         (gdb-var-create-handler): Use message-box in place of message.
1793         (gdb-stopped): Call gdb-exited if signalled.
1795 2006-02-22  Carsten Dominik  <dominik@science.uva.nl>
1797         * textmodes/reftex.el (reftex-locate-file): Remove duplicate function.
1799         * textmodes/reftex-vars.el (reftex-try-all-extensions): New option.
1801         * textmodes/reftex.el (reftex-locate-file): Search all extensions
1802         if `reftex-try-all-extensions' is set.
1804         * textmodes/reftex-dcr.el (reftex-view-crossref): New argument to
1805         fail silently when there is no valid argument at point.
1806         (reftex-view-crossref-when-idle): Call `reftex-view-crossref' with
1807         `fail-silently' argument.  From a patch by David Reiter.
1809         * textmodes/org.el (org-mark-ring-push, org-mark-ring-goto):
1810         New commands.
1811         (org-mark-ring): New variable.
1812         (org-mark-ring-length): New option.
1813         (org-open-at-point, org-goto, org-open-file): Push old position
1814         onto the mark ring.
1815         (org-add-hook): New function.
1816         (org-export-table-remove-special-lines): New option.
1817         (org-skip-comments, org-format-org-table-html): Respect new
1818         option `org-export-table-remove-special-lines'.
1819         (org-open-file): Allow special command configuration for
1820         directory link.
1821         (org-file-apps): Fix bugs in customize type, added setting
1822         for directories.
1823         (org-activate-tags, org-format-agenda-item, org-complete)
1824         (org-get-tags-at, org-scan-tags, org-make-tags-matcher)
1825         (org-get-tags, org-get-buffer-tags, org-open-at-point)
1826         (org-link-search, org-make-org-heading-search-string)
1827         (org-make-org-heading-camel): Allow @ and 0-9 as tags characters.
1828         (org-radio-targets, org-file-link-context-use-camel-case)
1829         (org-activate-camels): New options.
1830         (org-update-radio-target-regexp, org-all-targets)
1831         (org-make-target-link-regexp, org-activate-target-links):
1832         New functions.
1833         (org-make-org-heading-search-string): New function.
1834         (org-store-link, org-insert-link): Use new option
1835         `org-file-link-context-use-camel-case'.
1836         (org-activate-camels): Use new option `org-activate-camels'.
1837         (org-link-regexp): Add mhe prefix.
1838         (org-open-at-point, org-store-link): Support for mhe links.
1839         (org-mhe-get-message-real-folder, org-mhe-get-message-folder)
1840         (org-mhe-get-message-folder-from-index, org-mhe-get-message-num)
1841         (org-mhe-get-header, org-follow-mhe-link): New functions.
1842         (org-remove-angle-brackets, org-add-angle-brackets):
1843         New functions.
1844         (org-bracket-link-regexp): New constant.
1845         (org-read-date): Fix bug that was rejecting all typed dates.
1846         (org-link-search): Make hierarchy above visible after a match.
1847         (org-follow-bbdb-link): Inhibit electric mode for BBDB.
1848         (org-store-link): Fix bug with link creation when cursor is in
1849         an empty line.
1850         (org-open-at-point): Fix bug with matching a link.
1851         Fixed buggy argument sequence in call to `org-view-tags'.
1852         (org-compile-prefix-format): Set `org-prefix-has-tag'.
1853         (org-prefix-has-tag): New variable.
1854         (org-format-agenda-item): Remove tags from headline
1855         if appropriate.
1856         (org-agenda-remove-tags-when-in-prefix): New option.
1858 2006-02-21  Michael Kifer  <kifer@cs.stonybrook.edu>
1860         * ediff-diff.el (ediff-setup-diff-regions, ediff-setup-diff-regions3):
1861         Fix the regular expressions.
1863 2006-02-21  Richard M. Stallman  <rms@gnu.org>
1865         * progmodes/sh-script.el (sh-mode): Set shell type based on file name
1866         if there's no other specific basis.
1868         * emacs-lisp/unsafep.el (unsafep): Don't treat &rest or &optional
1869         as variables at all.
1870         (unsafep-variable): Rename arg; doc fix.
1872         * abbrevlist.el (list-one-abbrev-table): Add autoload.
1874         * calendar/appt.el (diary-selective-display): Add defvar.
1876         * sort.el (sort-columns): Use Posix arg syntax for `sort'.
1878         * isearch.el (search-whitespace-regexp): Fix custom type.
1880         * help.el (describe-key-briefly): Compute interactive args
1881         in same was as before previous change.
1883         * files.el (enable-local-variables): Doc fix.
1885 2006-02-21  Kim F. Storm  <storm@cua.dk>
1887         * fringe.el: Cleanup as file is now pre-loaded.
1888         (fringe-bitmaps): Initialize unconditionally.
1889         (fringe-mode, set-fringe-style): Remove autoload cookies.
1891 2006-02-21  Giorgos Keramidas  <keramida@ceid.upatras.gr>  (tiny change)
1893         * fringe.el (fringe-bitmaps): Rename `horisontal-bar' to
1894         `horizontal-bar'.
1895         (fringe-cursor-alist): Use `horizontal-bar'.
1897 2006-02-20  Kim F. Storm  <storm@cua.dk>
1899         * fringe.el (fringe-bitmaps): Update to new bitmap names.
1900         (fringe-indicator-alist, fringe-cursor-alist): Initialize.
1902         * loadup.el: Load "fringe" on window systems.
1904 2006-02-20  Nick Roberts  <nickrob@snap.net.nz>
1906         * progmodes/gud.el (gud-speedbar-buttons): Use shadow face for all
1907         out of scope components.
1909         * progmodes/gdb-ui.el (gdb-speedbar-auto-raise): Don't enable by
1910         default.
1912 2006-02-20  Chong Yidong  <cyd@stupidchicken.com>
1914         * custom.el (customize-mark-to-save, customize-mark-as-set):
1915         Load the symbol first.
1917 2006-02-20  Juanma Barranquero  <lekktu@gmail.com>
1919         * buff-menu.el (list-buffers-noselect): Turn also "\n" into a
1920         strech spec so it doesn't display as "^J" on the header line
1921         when `Buffer-menu-use-header-line' is t.
1923 2006-02-20  Nick Roberts  <nickrob@snap.net.nz>
1925         * speedbar.el (speedbar-make-button): Keep text properties
1926         of string arguments if desired.
1928         * progmodes/gud.el (gud-speedbar-buttons): Fontify watch
1929         expessions.
1931         * progmodes/gdb-ui.el (gdb-speedbar-expand-node): Force update
1932         of speedbar.
1934 2006-02-19  Ryan Yeske  <rcyeske@gmail.com>
1936         * ffap.el (ffap-read-file-or-url): Bind `completion-ignore-case'
1937         to value of `read-file-name-completion-ignore-case'.
1939 2006-02-19  Chong Yidong  <cyd@stupidchicken.com>
1941         * custom.el (customize-mark-as-set): Push to `user' theme.
1943         * cus-edit.el (custom-save-variables): Allow unthemed values.
1944         (customize-set-variable): Push setting to `user' theme.
1946 2006-02-19  Nick Roberts  <nickrob@snap.net.nz>
1948         * progmodes/gud.el: Don't require font-lock as it's now
1949         automatically loaded.
1950         (gud-speedbar-buttons): Replace gdb-var-changed with
1951         gdb-force-update.
1953         * progmodes/gdb-ui.el (gdb-force-update): Rename from
1954         gdb-var-changed.
1955         (gdb-post-prompt): Use it.
1956         (gdb-var-create-handler, gdb-var-evaluate-expression-handler)
1957         (gdb-var-update-handler, gdb-var-delete)
1958         (gdb-speedbar-expand-node, gdb-var-list-children-handler-1)
1959         (gdb-var-update-handler-1): Don't set gdb-var-changed, just set
1960         gdb-force-update in gdb-post-prompt.
1961         (gdb-reset): Clear watch expressions from speedbar when quitting.
1963 2006-02-19  Michael Kifer  <kifer@cs.stonybrook.edu>
1965         * viper-cmd.el (viper-insert-state-post-command-sentinel)
1966         (viper-change-state-to-vi, viper-change-state-to-emacs):
1967         Make aware of cursor coloring in the Emacs state.
1968         (viper-special-read-and-insert-char): Use read-char-exclusive.
1969         (viper-minibuffer-trim-tail): Workaround for fields in minibuffer.
1971         * viper-init.el (viper-emacs-state-cursor-color): New variable.
1973         * viper-util.el (viper-save-cursor-color)
1974         (viper-get-saved-cursor-color-in-replace-mode)
1975         (viper-get-saved-cursor-color-in-insert-mode)
1976         (viper-restore-cursor-color): Make aware of the cursor color in Emacs
1977         state.
1978         (viper-get-saved-cursor-color-in-emacs-mode): New function.
1980         * ediff-diff.el (ediff-ignore-case, ediff-ignore-case-option)
1981         (ediff-ignore-case-option3, ediff-actual-diff-options)
1982         (ediff-actual-diff3-options): New variables to control case sensitivity.
1983         (ediff-make-diff2-buffer, ediff-setup-fine-diff-regions)
1984         (ediff-setup-diff-regions3): Make aware of case-sensitivity.
1985         (ediff-toggle-ignore-case): New function.
1986         (ediff-extract-diffs, ediff-extract-diffs3): Preserve point in buffers.
1988         * ediff-help.el (ediff-long-help-message-narrow2)
1989         (ediff-long-help-message-compare2, ediff-long-help-message-compare3)
1990         (ediff-long-help-message-word-mode): Add ignore-case command.
1991         (ediff-help-for-quick-help): Add ignore-case command.
1993         * ediff-merg.el: Move provide to the end.
1995         * ediff-ptch.el: Move provide to the end.
1997         * ediff-wind.el: Move provide to the end.
1999         * ediff-mult.el: Move provide to the end.
2000         (ediff-set-meta-overlay): Enable follow-link.
2002         * ediff.el: Move provide to the end.
2003         Break recursive load cycle in eval-when-compile.
2004         (ediff-patch-buffer): Better heuristics.
2006         * ediff-util.el: Move provide to the end.
2007         Break recursive load cycle in eval-when-compile.
2008         (ediff-setup-keymap): Add binding for #c.  Replace some defsubsts with
2009         defuns.
2010         (ediff-submit-report): Pass the values of ediff-diff3-program,
2011         ediff-diff3-options.
2013 2006-02-19  Juanma Barranquero  <lekktu@gmail.com>
2015         * help-fns.el (help-do-arg-highlight): Recognize also ARG- followed by
2016         the opening bracket of the following bracketing pairs: {}, [], (), <>,
2017         `' (for example, in the docstring of `windmove-default-keybindings').
2019 2006-02-19  Nick Roberts  <nickrob@snap.net.nz>
2021         * progmodes/gud.el (gud-speedbar-buttons): Update properly for
2022         shadow face.  Don't provide binding to edit variable when it is
2023         out of scope.
2025         * progmodes/gdb-ui.el (gdb-var-evaluate-expression-handler)
2026         (gdb-var-update-handler): Detect out of scope variables with pre
2027         GDB 6.4 too.
2028         (gdb-post-prompt): Revert change from 2006-02-17 (force update).
2029         Reset status of variable objects to nil in update handlers.
2030         (gdb-var-update-handler-1): Detect when a variable object comes
2031         in scope.  setcar on var changes gdb-var-list directly.
2033 2006-02-17  Juri Linkov  <juri@jurta.org>
2035         * ffap.el (ffap) <defface>: Add explicit face declaration.
2036         (ffap-highlight): Use face `ffap' directly instead of checking
2037         for its existence.
2039         * icomplete.el (icomplete-get-keys): Use `t' for the second arg
2040         `visible-ok' of `other-buffer' to find the right original buffer.
2042         * info.el (Info-search): Skip `Local Variables' node.
2044 2006-02-17  Juri Linkov  <juri@jurta.org>
2046         * info.el (Info-find-file): Check for symbols `apropos', `history',
2047         `toc' in the input filename, and return these symbols as is.
2048         (Info-find-node-2): Set Info-current-file to symbols `apropos',
2049         `history', `toc' instead of strings.
2050         (Info-set-mode-line): For non-string Info-current-file use the
2051         symbol's name inside **.
2052         (Info-isearch-push-state): Add quote before Info-current-file and
2053         Info-current-node.
2054         (Info-isearch-pop-state): Use `equal' instead of `string='.
2055         (Info-extract-pointer, Info-following-node-name): Use
2056         `match-string-no-properties' instead of `match-string'.
2057         (Info-up): Check `old-file' for `stringp'.
2058         (Info-history): Use `equal' instead of `string-equal'.
2059         Check `file' for `stringp'.
2060         (Info-history): Use symbol `history' instead of string as first arg
2061         of `Info-find-node'.
2062         (Info-toc): Check `Info-current-file' for `stringp'.  Use symbol
2063         `toc' instead of string.
2064         (Info-extract-menu-node-name): Use `buffer-substring-no-properties'
2065         instead of `buffer-substring', and `match-string-no-properties'
2066         instead of `match-string'.
2067         (Info-index-nodes): Check for symbols `apropos', `history', `toc'
2068         instead of strings.
2069         (info-apropos): Use `Info-find-node' instead of `Info-goto-node'.
2070         Use symbol `apropos' instead of string.
2071         (Info-copy-current-node-name): Check `Info-current-file' for
2072         `stringp' and construct a command with `Info-find-node' from it.
2073         (Info-fontify-node): Use `match-string-no-properties' instead of
2074         `match-string' and check file names for `stringp'.
2075         (Info-desktop-buffer-misc-data): Check for symbols `apropos',
2076         `history', `toc' instead of strings.
2078 2006-02-17  Chong Yidong  <cyd@stupidchicken.com>
2080         * files.el: Rearrange functions and variables in the file local
2081         variables section.
2083 2006-02-17  Reiner Steib  <Reiner.Steib@gmx.de>
2085         * files.el: Add truncate-lines, ispell-check-comments and
2086         ispell-local-dictionary as safe local variables.
2088 2006-02-18  Nick Roberts  <nickrob@snap.net.nz>
2090         * progmodes/gud.el (gud-speedbar-buttons): Use shadow face for
2091         out of scope variables.
2092         (gud-speedbar-buttons): Use unless.
2094         * progmodes/gdb-ui.el (gdb-var-list): Update doc string.
2095         (gdb-init-1, gdb-var-changed): Set gdb-var-changed to t initially.
2096         (gdb-show-changed-values): Also use for out of scope variables.
2097         (gdb-var-update-handler-1): Note if variable goes out of scope.
2099 2006-02-17  Ryan Yeske  <rcyeske@gmail.com>
2101         * net/rcirc.el (rcirc-connect): Make all arguments optional, and
2102         default to global variable values for unsupplied args.
2103         (rcirc-get-buffer-create): Fix bug with setting the target.
2104         (rcirc-any-buffer): Rename from rcirc-get-any-buffer, and include
2105         test for rcirc-always-use-server-buffer-flag here.
2106         (rcirc-response-formats): Add %N, which is a facified nick.  %n
2107         uses the default face.  Change the ACTION format string.  If the
2108         "nick" is the server, don't print anything for that field.
2109         Comment fixes.
2110         (rcirc-target-buffer): Don't test
2111         rcirc-always-use-server-buffer-flag here.
2112         (rcirc-print): Squeeze extra spaces out of the text before message.
2113         (rcirc-put-nick-channel): Strip potential "@" char from nick
2114         before adding them to nick table.
2115         (rcirc-url-regexp): Improve to match address like "foo.com".
2117 2006-02-17  Eli Zaretskii  <eliz@gnu.org>
2119         * allout.el (allout-hidden-p): Move this defsubst before
2120         allout-overlay-interior-modification-handler, where it is first
2121         used.
2123 2006-02-17  Ken Manheimer  <ken.manheimer@gmail.com>
2125         * allout.el: Use allout invisible-text overlays instead of
2126         selective display for concealed text.  Also, lots of general
2127         cleanup, and improved compatibility code.
2129         (allout-version) Incremented, corrected, revised, and refined
2130         module commentary.
2132         (provide 'allout): Moved to the bottom, added a require of overlay.
2134         (allout-encrypt-unencrypted-on-saves): Defaults to t instead of
2135         `except-current'.
2136         (allout-write-file-hook-handler): Minimize delay.
2137         (count-trailing-whitespace-region): New function so
2138         auto-encryption of current topic can resituate cursor exactly.
2139         PGP/GPG encryption trims trailing whitespace from lines, which
2140         must be accounted for across encryption then decryption.
2142         (allout-command-prefix): Now defaults to "\C-c<space>" rather than
2143         just plain "\C-c", to avoid intruding on user's keybinding space.
2145         (allout-toggle-current-subtree-encryption): Pass along fetch-pass
2146         parameter, so user request to provide a new password is done.
2148         (allout-outside-normal-auto-fill-function, allout-auto-fill):
2149         Refined mechanism for auto-filling behavior while in allout mode.
2151         (allout-mode): Explicitly specify the mode map in the docstring.
2152         Clarify provision for various write-file hook var names.
2153         Adjusted for invisible-text overlays instead of selective-display.
2155         (allout-depth): Really return 0 if not within any topic.  This
2156         rectifies `allout-beginning-of-level' and sequence numbering
2157         errors that occur when cutting and pasting numbered topics.
2158         Changed from a in-line subst to a regular function, as well.
2160         (allout-pre-next-prefix): Renamed from allout-pre-next-preface.
2162         (allout-end-of-subtree, allout-end-of-subtree)
2163         (allout-end-of-entry, allout-end-of-current-heading)
2164         (allout-next-visible-heading, allout-open-topic, allout-show-entry)
2165         (allout-show-children, allout-show-to-offshoot)
2166         (allout-hide-current-entry, allout-show-current-entry): Rectified
2167         handling of trailing blank lines between items.
2169         (allout-line-boundary-regexp, set-allout-regexp, allout-depth)
2170         (allout-current-depth, allout-unprotected, allout-hidden-p)
2171         (allout-on-current-heading-p, allout-listify-exposed)
2172         (allout-chart-subtree, allout-goto-prefix)
2173         (allout-back-to-current-heading, allout-get-body-text)
2174         (allout-snug-back, allout-flag-current-subtree, allout-show-all)
2175         (allout-hide-region-body, allout-toggle-subtree-encryption)
2176         (allout-encrypt-string, allout-encrypted-key-info)
2177         (allout-next-topic-pending-encryption, allout-encrypt-decrypted)
2178         (allout-file-vars-section-data): Adjusted for use with
2179         invisible-text overlays instead of selective-display.
2181         (allout-kill-line, allout-kill-topic, allout-yank-processing):
2182         Reworked for use with invisible text overlays.
2184         (allout-current-topic-collapsed-p): New function.
2186         (allout-hide-current-subtree): Use allout-current-topic-collapsed-p
2187         to know when to close the containing topic.
2189         (allout-pre-command-business, allout-post-command-business):
2190         Simplify undo-batching and dynamic isearch exposure.
2192         (allout-set-overlay-category): New for invisible-text overlays.
2193         Sets properties of allout-overlay-category, used by
2194         allout-flag-region to set invisible-text overlay properties.
2195         (allout-get-invisibility-overlay): Get the first qualifying
2196         invisibility overlay, so we can find the extent of it.
2197         (allout-back-to-visible-text): Get to just before the beginnining
2198         of the current invisibility overlay, if any.
2200         (allout-overlay-insert-in-front-handler)
2201         (allout-overlay-interior-modification-handler)
2202         (allout-before-change-handler, allout-isearch-end-handler): New
2203         functions to handle extraordinary actions affecting concealed
2204         text.
2206         (allout-flag-region): Use overlays instead of selective-display
2207         for invisible text - by inheritence from the properties of
2208         allout-overlay-category in mainline Emacs, and applied
2209         property-by-property in XEmacs, some recent versions of which
2210         don't inherit the properties from the category.  Provisions to
2211         respond to concealed-text edits simplified drastically.
2213         (allout-isearch-rectification, allout-isearch-was-font-lock)
2214         (allout-isearch-expose, allout-enwrap-isearch)
2215         (allout-isearch-abort, allout-pre-was-isearching)
2216         (allout-isearch-prior-pos, allout-isearch-did-quit)
2217         (allout-isearch-dynamic-expose)
2218         (allout-hide-current-entry-completely): Functions deleted.
2220         (allout-undo-aggregation): Explicit undo aggregation no longer
2221         necessary due to transition away from selective-display.
2223         (set-allout-regexp, allout-up-current-level)
2224         (allout-next-visible-heading, allout-forward-current-level)
2225         (allout-open-topic, allout-reindent-body, allout-rebullet-topic)
2226         (allout-kill-line, allout-yank-processing, allout-show-children)
2227         (allout-expose-topic, allout-old-expose-topic)
2228         (allout-listify-exposed, allout-insert-latex-header)
2229         (allout-toggle-subtree-encryption, allout-encrypt-string)
2230         (remove-from-invisibility-spec, allout-hide-current-subtree):
2231         Ditched unused variables.
2233 2006-02-17  Agustin Martin  <agustin.martin@hispalinux.es>
2235         * textmodes/ispell.el (ispell-change-dictionary): Call
2236         ispell-buffer-local-dict instead of
2237         ispell-accept-buffer-local-defs.
2238         (ispell-local-dictionary-alist): Accept as valid any coding-system
2239         supported by Emacs.
2240         (ispell-dictionary-alist-3): Esperanto dictionary's coding system
2241         changed to iso-8859-3.
2243 2006-02-17  Nick Roberts  <nickrob@snap.net.nz>
2245         * speedbar.el (speedbar-frame-width): Make an inline function
2246         instead of a macro.  Use frame-width.
2247         (speedbar-try-completion, speedbar-update-contents)
2248         (speedbar-timer-fn): Use consp.
2249         (speedbar-update-localized-contents): Try to preserve point.
2251         * progmodes/gdb-ui.el (gdba, gdb-var-list): Improve doc strings.
2252         (menu): Re-order menu items.
2253         (gdb-var-update-regexp, gdb-var-update-regexp-1): Match "in_scope"
2254         field.
2255         (gdb-var-update-handler-1): Use it for GDB 6.4+.
2256         (gdb-post-prompt): Speed things by not forcing update.
2258 2006-02-16  Chong Yidong  <cyd@stupidchicken.com>
2260         * wid-edit.el (widget-button-click): For mouse-1, cancel button
2261         press and perform default action if we get a mouse movement event.
2263 2006-02-16  Juanma Barranquero  <lekktu@gmail.com>
2265         * calendar/icalendar.el (icalendar--get-event-property)
2266         (icalendar--get-event-property-attributes): Fix typos in
2267         docstrings.
2269         * progmodes/flymake.el (flymake-fix-file-name): Fix typo in
2270         docstring.
2272 2006-02-15  Juanma Barranquero  <lekktu@gmail.com>
2274         * bs.el (bs-mode): Use `buffer-disable-undo'.
2275         (bs--get-file-name): Simplify.
2276         (bs-show-in-buffer): Mark the buffer as not modified.
2278 2006-02-14  Chong Yidong  <cyd@stupidchicken.com>
2280         * wid-edit.el (widget-keymap): Bind down-mouse-1 to
2281         widget-button-click.
2283         * cus-edit.el (custom-mode-map): Remove mouse-1 binding.
2284         (custom-mode): Update docstring.
2286         * cus-theme.el (custom-new-theme-mode-map): Remove mouse-1
2287         binding.
2289         * files.el (hack-local-variables-confirm): Allow scrolling if the
2290         file variable list is too long.  Kill temp buffer after use.
2292 2006-02-15  Nick Roberts  <nickrob@snap.net.nz>
2294         * progmodes/gud.el (gdb): Improve doc string.
2295         (gdb-script-font-lock-keywords): Expand allowed character set.
2297         * progmodes/gdb-ui.el (gdb-use-separate-io-buffer)
2298         (gdb-display-separate-io-buffer, gdb-frame-separate-io-buffer)
2299         (gdb-separate-io-interrupt, gdb-separate-io-quit)
2300         (gdb-separate-io-stop, gdb-separate-io-eof):
2301         Rename from gdb-inferior-* to gdb-separate-*.
2302         (gdb-set-gud-minor-mode-existing-buffers-1): Improve doc string.
2304 2006-02-14  Jay Belanger  <belanger@truman.edu>
2306         * calc/calc-arith.el (math-check-known-scalarp): Make sure
2307         expression is a symbol before checking that it is bound.
2309         * calc/calcalg2.el (math-integrate-by-parts): Do a more careful
2310         test to see if equation can be solved.
2312 2006-02-14  Chong Yidong  <cyd@stupidchicken.com>
2314         * wid-edit.el (widget-button-click): Use :pressed-face property
2315         for overlay face, if it exists.
2317         * cus-edit.el (custom-manual, custom-add-see-also)
2318         (custom-add-parent-links, custom-group-link): Add :pressed-face
2319         property to links.
2321         * files.el (hack-local-variables): Remove ignored variables before
2322         checking if any variables need setting.
2324 2006-02-14  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
2326         * cus-start.el (all): Add x-gtk-whole-detached-tool-bar.
2328 2006-02-14  Juanma Barranquero  <lekktu@gmail.com>
2330         * help.el (where-is): Fix message for remapped commands.
2332         * mwheel.el (mouse-wheel-click-event, mouse-wheel-mode):
2333         Fix typos in docstrings.
2335 2006-02-13  Chong Yidong  <cyd@stupidchicken.com>
2337         * files.el (safe-local-variable-values): New option.
2338         (hack-local-variables-prop-line): Return a list of variable-value
2339         pairs if MODE-ONLY is non-nil.
2340         (hack-local-variables): Construct list of variable-value pairs,
2341         and apply or reject them in one go.  Ask for confirmation if
2342         variables are not known safe.
2343         (hack-local-variables-confirm): Complete rewrite.  Support
2344         `safe-local-variable-values'.
2345         (enable-local-variables): Update docstring to reflect new
2346         behavior.
2347         (ignored-local-variables): Ignore ignored-local-variables and
2348         safe-local-variable-values.
2349         (safe-local-variable-p): New function.
2350         (risky-local-variable-p): `safe-local-variable' property check
2351         moved to safe-local-variable-p.
2352         (hack-one-local-variable): Checks moved to hack-local-variables.
2354         (byte-compile-dynamic, c-basic-offset, c-file-style)
2355         (c-indent-level, comment-column, fill-column, fill-prefix)
2356         (indent-tabs-mode, kept-new-versions, no-byte-compile)
2357         (no-update-autoloads, outline-regexp, page-delimiter)
2358         (paragraph-start, paragraph-separate, sentence-end)
2359         (sentence-end-double-space tab-width, version-control):
2360         Add `safe-local-variable' property.
2362         * find-lisp.el: Delete nonexistent `autocompile' file variable.
2364         * icomplete.el, play/landmark.el: Change nonexistent
2365         `outline-layout' file variable to `allout-layout'.
2367 2006-02-14  Nick Roberts  <nickrob@snap.net.nz>
2369         * progmodes/gdb-ui.el (gud-watch, gdb-invalidate-registers-1)
2370         (gdb-get-changed-registers): Test value of gud-minor-mode relative
2371         to gud-comint-buffer.
2372         (gdb-speedbar-expand-node, gdb-locals-mode): Use functions in
2373         gdb-ui.el for gdb-mi.el.
2374         (gdb-post-prompt, gdb-get-changed-registers): Move test for
2375         registers buffer to gdb-get-changed-registers.
2376         (gdb-breakpoint-regexp): New regexp.  Allow toggling and
2377         deletion of catchpoints (throw and catch).
2378         (gdb-toggle-breakpoint, gdb-delete-breakpoint)
2379         (gdb-goto-breakpoint): Use it for both gdb-ui and gdb-mi.
2380         (gdb-find-file-hook, gdb-set-gud-minor-mode-existing-buffers-1)
2381         (gdb-var-list-children-1, gdb-info-breakpoints-custom)
2382         (gdb-var-update-1, gdb-invalidate-locals-1): Use also for gdb-mi.
2384 2006-02-13  Jay Belanger  <belanger@truman.edu>
2386         * calc/calc-arith.el (math-check-known-matrixp): Make sure
2387         expression is a symbol before checking that it is bound.
2389 2006-02-13  Richard M. Stallman  <rms@gnu.org>
2391         * mouse.el (mouse-drag-mode-line-1): Use mouse-drag-move-window-bottom
2392         for the minibuffer too, but not if resize-mini-windows will interfere.
2394         * help.el (describe-key-briefly, describe-key): Do all arg-reading
2395         inside `interactive' spec.
2396         (describe-key-briefly-internal, describe-key-internal):
2397         Functions merged back into their callers.
2399 2006-02-13  Martin Rudalics  <rudalics@gmx.at>  (tiny change)
2401         * info.el (info-xref-visited): Inherit from info-xref too.
2402         (Info-set-mode-line): Replace occurrences of `%' by `%%'
2403         when propertizing Info-current-file and Info-current-node.
2405 2006-02-13  Juri Linkov  <juri@jurta.org>
2407         * tumme.el (tumme-thumbnail-storage): Fix docstring.
2408         (tumme-thumb-name): Fix per-directory format.
2410 2006-02-13  Juanma Barranquero  <lekktu@gmail.com>
2412         * subr.el (substitute-key-definition): Doc fix (hide internal arg).
2414 2006-02-12  Miles Bader  <miles@gnu.org>
2416         * net/rcirc.el (rcirc-format-response-string): Fix small bugs.
2418 2006-02-13  Mathias Dahl  <mathias.dahl@gmail.com>
2420         * tumme.el: Remove history section.  If someone needs the it, it
2421         can always be found in CVS.
2423 2006-02-12  Mathias Dahl  <mathias.dahl@gmail.com>
2425         * tumme.el (tumme-thumbnail-storage): Update docstring.  Add info
2426         about the Thumbnail Managing Standard option.
2428 2006-02-12  Richard M. Stallman  <rms@gnu.org>
2430         * subr.el (substitute-key-definition): Doc fix.
2432         * simple.el (blink-matching-paren-dont-ignore-comments): Doc fix.
2434         * files.el (magic-mode-alist): Don't use `\\s ' in regexps.
2436         * info.el (Info-mode): Doc fix.
2438         * progmodes/ebrowse.el (ebrowse-global-prefix-key): Change to C-c C-m.
2440 2006-02-12  Michael Albinus  <michael.albinus@gmx.de>
2442         * net/tramp.el (tramp-remote-path): Add "/usr/xpg4/bin" on top,
2443         because on Solaris a POSIX compatible "id" is needed.  Reported by
2444         Magnus Henoch <mange@freemail.hu>.
2446 2006-02-12  Juri Linkov  <juri@jurta.org>
2448         * tumme.el: Remove todo item about Thumbnail Managing Standard.
2449         (tumme) <defgroup>: Change :group to `multimedia'.
2450         (tumme-thumbnail-storage): Add choice `standard' for Thumbnail
2451         Managing Standard.
2452         (tumme-cmd-create-thumbnail-options): Use %w and %h instead of %s.
2453         Fix dostring.
2454         (tumme-cmd-create-temp-image-options): Use %w and %h instead of %x
2455         and %y.  Fix docstring.
2456         (tumme-cmd-pngnq-program, tumme-cmd-pngcrush-program)
2457         (tumme-cmd-create-standard-thumbnail-command): New user options.
2458         (tumme-thumb-size): Set default to 128 if tumme-thumbnail-storage
2459         is `standard'.  Fix docstring.
2460         (tumme-thumb-width, tumme-thumb-height): New user options.
2461         (tumme-external-viewer): Try to find various viewers.
2462         (tumme-get-thumbnail-image): Use `create-image' instead of
2463         constructing the `image' structure.
2464         (tumme-insert-thumbnail): Use `png' if tumme-thumbnail-storage is
2465         `standard'.
2466         (tumme-thumb-name): Add file name generation for standard storage.
2467         Simplify code for other storages.
2468         (tumme-thumb-name): Use width %w and height %h instead of size %s.
2469         Add modification time %m and thumbnail-nq8 %q.
2470         Use `tumme-cmd-create-standard-thumbnail-command' if
2471         tumme-thumbnail-storage is `standard'.
2472         (tumme-dired-insert-marked-thumbs): New autoload command.
2473         (tumme-dired-after-readin-hook): New function.
2474         (tumme-line-up-dynamic): Use `tumme-thumb-width' instead of
2475         `tumme-thumb-size'.
2476         (tumme-display-image): Replace size-x %x and size-y %y with
2477         width %w and height %h.
2479         * dired.el (dired-mode-map): Bind `\C-t\C-t' to
2480         `tumme-dired-insert-marked-thumbs'.
2482 2006-02-12  Mathias Dahl  <mathias.dahl@gmail.com>
2484         * tumme.el (tumme-write-tag): Fix small bug (file name did not
2485         include path).
2486         (tumme-mark-tagged-files): Fix bug in regexp used to find rows
2487         matching tag.
2489 2006-02-12  Miles Bader  <miles@gnu.org>
2491         * net/rcirc.el (rcirc-nick-abbrevs, rcirc-response-formats):
2492         New variables.
2493         (rcirc-abbrev-nick): New function.
2494         (rcirc-format-response-string): Rewrite to use the formats in
2495         `rcirc-response-formats' and expand escape sequences therein.
2496         A text-property `rcirc-text' is added over the actual response
2497         text to make easy to find inside the returned string.
2498         (rcirc-print): When filling, just look for the `rcirc-text'
2499         text-property to find the appropriate fill prefix, instead of
2500         using hardwired patterns.
2502 2006-02-11  Mathias Dahl  <brakjoller@hotmail.com>
2504         * tumme.el: Enhance some docstrings.  Add todo item about Thumbnail
2505         Managing Standard.
2507 2006-02-11  Kim F. Storm  <storm@cua.dk>
2509         * ido.el (ido-buffer-internal): Set mark for ido-insert-buffer.
2510         Don't use insert-buffer; do insert-buffer-substring directly.
2511         (ido-file-internal): Set mark for ido-insert-file.  Use insert-file-1.
2513 2006-02-11  Martin Rudalics  <rudalics@gmx.at>
2515         * files.el (revert-buffer, recover-file): Replace buffer-read-only
2516         with inhibit-read-only.  Suggested by Stefan Monnier.
2517         (revert-buffer): Let insert-file-contents discard
2518         buffer-undo-list.  Simplify code.
2519         (find-file, find-file-existing, revert-buffer): Doc-string fixes.
2521 2006-02-11  Eli Zaretskii  <eliz@gnu.org>
2523         * menu-bar.el (menu-bar-select-yank): Add a doc string.
2525         * help.el (describe-key-briefly): Now a wrapper for
2526         describe-key-briefly-internal.  Bind enable-disabled-menus-and-buttons
2527         to t.  Populate yank-menu if empty.
2528         (describe-key-briefly-internal): Renamed from describe-key-briefly.
2529         (describe-key): Now a wrapper for describe-key-internal.  Bind
2530         enable-disabled-menus-and-buttons to t.  Populate yank-menu if empty.
2531         (describe-key-internal): Renamed from describe-key.
2533 2006-02-11  Milan Zamazal  <pdm@zamazal.org>
2535         * progmodes/glasses.el (glasses-separator): Doc fix.
2536         (glasses-original-separator): New defcustom.
2537         (glasses-make-readable, glasses-convert-to-unreadable): Use it.
2539 2006-02-11  Martin Rudalics  <rudalics@gmx.at>
2541         * mwheel.el (mouse-wheel-up-event): Doc fix.
2543 2006-02-11  Mathias Dahl  <brakjoller@hotmail.com>
2545         * tumme.el (tumme-dir): Change default value to "~/.emacs.d/tumme/".
2546         (tumme-dir): New function.  Copied from thumbs.el.
2548 2006-02-10  Juanma Barranquero  <lekktu@gmail.com>
2550         * desktop.el (desktop-outvar): Fix typo.
2551         (desktop-save-buffer-p): Doc fix.
2553         * subr.el (substitute-key-definition): Fix typo.
2555 2006-02-10  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
2557         * frame.el (select-frame-set-input-focus): Call x-focus-frame also
2558         when window-system is mac.
2560         * term/mac-win.el (fontset-standard): Rename from "fontset-mac".
2562 2006-02-10  Kim F. Storm  <storm@cua.dk>
2564         * subr.el (substitute-key-definition-key): Pass t for NOERROR to
2565         indirect-function instead of using condition-case.
2567 2006-02-10  Mathias Dahl  <mathias.dahl@gmail.com>
2569         * tumme.el (tumme-copy-with-exif-file-name): Try to make docstring
2570         less `colloquial'...
2572 2006-02-09  Mathias Dahl  <mathias.dahl@gmail.com>
2574         * tumme.el: Add a couple of todo items.
2576 2006-02-09  Lars Hansen  <larsh@soem.dk>
2578         * hilit-chg.el: Add highlight-changes-mode to desktop-locals-to-save.
2579         (highlight-changes-mode): Don't change desktop-locals-to-save.
2581 2006-02-09  Chong Yidong  <cyd@stupidchicken.com>
2583         * image-mode.el (image-toggle-display): Clear image cache if using
2584         filename.
2586 2006-02-09  Masatake YAMATO  <jet@gyve.org>
2588         * dired-x.el (dired-guess-shell-alist-default): Add .man as
2589         a `dired-man' target.
2591         * progmodes/autoconf.el (autoconf-font-lock-keywords): Check start
2592         boundary of symbols.
2594 2006-02-08  Peter Doornbosch  <peter.doornbosch@luminis.nl>  (tiny change)
2596         * vc-svn.el (vc-svn-print-log): Show recent commits as well.
2598 2006-02-09  Juanma Barranquero  <lekktu@gmail.com>
2600         * hilit-chg.el (hilit-chg-update-all-buffers): Use `mapc' instead of
2601         `mapcar'; return nil.
2603 2006-02-08  Chong Yidong  <cyd@stupidchicken.com>
2605         * mouse.el (mouse-drag-track): Don't change window if we rebind to
2606         some other event.
2608 2006-02-08  Ryan Yeske  <rcyeske@gmail.com>
2610         * net/rcirc.el (rcirc-startup-channels-alist):
2611         Add irc.freenode.net and #emacs as defaults.
2612         (rcirc-ignore-all-activity-flag): Remove variable.
2613         (rcirc-authinfo): New variable.
2614         (rcirc-authinfo-filename): Remove variable.
2615         (rcirc-always-use-server-buffer-flag): New flag.
2616         (rcirc): M-x rcirc will automatically connect without prompting.
2617         C-u M-x rcirc will prompt.  Use rcirc-connect to create a
2618         connection in lisp.
2619         (rcirc-process-server-response-1): Remove everything but the nick
2620         portion of the sender so it doesn't need to be done everywhere
2621         else.  Update related code.
2622         (global-map): Remove global keybindings.
2623         (rcirc-get-buffer-create): Make sure rcirc-topic is set.
2624         (rcirc-send-input): Split into several functions.
2625         (rcirc-process-input-line, rcirc-process-message)
2626         (rcirc-process-command): New functions.
2627         (rcirc-target-buffer): New function to determine where to route
2628         messages.
2629         (rcirc-user-nick): Save match data.
2630         (rcirc-toggle-ignore-buffer-activity)
2631         (rcirc-update-activity-string): Remove global ignore functionality,
2632         which can be done now by toggling rcirc-track-minor-mode.
2633         (rcirc-track-minor-mode-map): New keymap.
2634         (rcirc-track-minor-mode): New minor-mode.
2635         (ignore): Make the ignore output nicer.  Always print it when
2636         adding or removing nicks.
2637         (rcirc-url-regexp): Improve.
2638         (rcirc-mangle-text): Remove properties before using text in the
2639         modeline.
2640         (rcirc-authenticate): Authentication data comes from
2641         rcirc-authinfo, not the file pointed to by rcirc-authinfo-file.
2642         (rcirc-server-prefix): Inherit from rcirc-server.
2644 2006-02-08  Mathias Megyei  <Mathias.Megyei@micronas.com>  (tiny change)
2646         * Makefile.in (compile): Append "|| true" to the end of the `find'
2647         command, like compile-always does.
2649 2006-02-08  Sam Steingold  <sds@gnu.org>
2651         * net/tramp.el (tramp-maybe-open-connection): Do not wait for
2652         output from a dead connection.
2654 2006-02-07  Mathias Dahl  <brakjoller@hotmail.com>
2656         * dired.el (dired-mode-map): Add more bindings for tumme.
2658 2006-02-07  Stefan Monnier  <monnier@iro.umontreal.ca>
2660         * wdired.el (wdired-mode-map): Use remap.
2661         (wdired-get-filename): Massage.
2662         (wdired-perm-mode-map): Don't copy bindings from wdired-mode-map.
2663         (wdired-preprocess-perms, wdired-set-bit, wdired-toggle-bit): Use the
2664         `keymap' property rather than `local-map'.
2666 2006-02-07  Mathias Dahl  <brakjoller@hotmail.com>
2668         * tumme.el (tumme-get-thumbnail-image): New utility function.
2669         Suggested by from Chong Yidong.
2670         (tumme-dired-with-window-configuration): Rename from
2671         `tumme-dired'.  Add code to save window configuration.
2672         (tumme-restore-window-configuration): New command to restore the
2673         window configuration that `tumme-dired-with-window-configuration'
2674         saves before it changes the window configuration.
2675         (tumme-show-all-from-dir): New command to display thumbnails for
2676         all files in a directory entered by the user, like M-x thumbs.
2677         (tumme-display-thumbs): Call `pop-to-buffer' after all thumbnails
2678         have been created.
2679         (tumme-display-thumbnail-original-image): Call `display-buffer'.
2680         (obsolete-tumme-display-thumbnail-original-image-and-buffer):
2681         Remove obsolete test function.
2683 2006-02-07  Juanma Barranquero  <lekktu@gmail.com>
2685         * vc.el (small-temporary-file-directory): Remove defvar; there's
2686         a defcustom for it in files.el.
2688         * tumme.el (tumme-get-thumbnail-image): Add missing arg to `error'.
2689         Fix typo in message.
2690         (tumme-gallery-generate): Fix typo in `error' message.
2691         (tumme-display-window-height-correction)
2692         (tumme-display-window-width-correction, tumme-line-up-dynamic)
2693         (tumme-line-up-interactive): Dox fixes.
2694         (tumme-cmd-rotate-original-options, tumme-display-properties-format)
2695         (tumme-restore-window-configuration, tumme-format-properties-string)
2696         (tumme-create-thumbs, tumme-display-previous-thumbnail-original):
2697         Fix typos in docstrings.
2699 2006-02-07  Chris Moore  <christopher.ian.moore@gmail.com>  (tiny change)
2701         * wdired.el (wdired-get-filename): Fix bug: Don't re-normalize OLD.
2703 2006-02-07  Nick Roberts  <nickrob@snap.net.nz>
2705         * progmodes/gud.el (gud-tooltip-mode): Remove autoload cookie.
2706         User should use hook if desired.
2708         * progmodes/gdb-ui.el (gdb-post-prompt): Regenerate breakpoints
2709         buffer if necessary.
2710         (gdb-delete-frame-or-window): New function.
2711         (gdb-breakpoints-mode-map): Bind "q" to it.
2713 2006-02-06  Stefan Monnier  <monnier@iro.umontreal.ca>
2715         * textmodes/nroff-mode.el: Clean up name space.
2716         (nroff-mode-syntax-table): Remove spurious `1' in the syntax of \n.
2717         (nroff-mode): Obey the global setting of nroff-electric-mode.
2718         (nroff-electric-mode): Use define-minor-mode and derived-mode-p.
2720         * calendar/calendar.el (calendar-increment-month): Typo in last change.
2722 2006-02-06  Thien-Thi Nguyen  <ttn@gnu.org>
2724         * vc-svn.el (vc-svn-previous-version, vc-svn-next-version): New funcs.
2726 2006-02-06  Lars Hansen  <larsh@soem.dk>
2728         * generic-x.el (etc-fstab-generic-mode): Add file system types
2729         cifs and usbdevfs.  Allow special chars in file names.
2731 2006-02-05  Jay Belanger  <belanger@truman.edu>
2733         Update copyright notices of the files in lisp/calc.
2735 2006-02-05  Romain Francoise  <romain@orebokech.com>
2737         Update copyright notices of all files in the lisp/play directory.
2739 2006-02-04  Luc Teirlinck  <teirllm@auburn.edu>
2741         * ldefs-boot.el: Regenerate.
2743         * emacs-lisp/find-func.el (find-definition-noselect): Minor doc fix.
2745 2006-02-05  Kim F. Storm  <storm@cua.dk>
2747         * files.el (magic-mode-regexp-match-limit): New defvar.
2748         (set-auto-mode): Use it to limit magic-mode-alist matching.
2750 2006-02-04  Kevin Rodgers  <ihs_4664@yahoo.com>
2752         * simple.el (display-message-or-buffer): Compare the number of
2753         characters to the frame width when determining whether a 1-line
2754         message string will fit in the echo area.  Count screen lines
2755         instead of buffer lines when determining whether a multi-line
2756         message will fit in the echo area/minibuffer window.
2758 2006-02-04  Eli Zaretskii  <eliz@gnu.org>
2760         * info.el (Info-index, Info-mode): Improve the description of the
2761         `i' command.
2763         * ldefs-boot.el: Regenerate.
2765 2006-02-03  Werner Lemberg  <wl@gnu.org>
2767         * textmodes/nroff-mode.el (nroff-font-lock-keywords): Don't be
2768         greedy to find the closing bracket in \*[...] and similar
2769         expressions.  This is a first rough fix -- many additional
2770         refinements are necessary to make nroff mode really usable with groff.
2772 2006-02-03  Jens Petersen  <petersen@redhat.com>  (tiny change)
2774         * international/mule-cmds.el (set-locale-environment):
2775         Add "/usr/share/X11/locale/locale.alias" to search list for xorg-x11
2776         libX11.
2778 2006-02-03  Joe Wells  <jbw@macs.hw.ac.uk>  (tiny change)
2780         * arc-mode.el (archive-maybe-copy): Fix the way directories in the
2781         archive are created in archive-tmpdir.
2783 2006-02-02  John Paul Wallington  <jpw@pobox.com>
2785         * ibuffer.el (ibuffer-compressed-file-name-regexp): New defcustom.
2786         (ibuffer-fontification-alist): Use it.
2787         (ibuffer-mode-map): Bind `ibuffer-mark-compressed-file-buffers'
2788         to "* z" and the Ibuffer Mark menu.
2790         * ibuf-ext.el (ibuffer-mark-compressed-file-buffers): New command.
2792 2006-02-02  Stefan Monnier  <monnier@iro.umontreal.ca>
2794         * textmodes/table.el (*table--cell-describe-mode)
2795         (*table--cell-describe-bindings): Undo last change since
2796         print-help-return-message is not obsoleted by anything at all.
2798 2006-02-02  Luc Teirlinck  <teirllm@auburn.edu>
2800         * emulation/cua-base.el (cua-mode): Doc fix.
2802 2006-02-02  Juanma Barranquero  <lekktu@gmail.com>
2804         * dframe.el (dframe-handle-make-frame-visible)
2805         (dframe-handle-iconify-frame, dframe-get-focus)
2806         (dframe-select-attached-frame, dframe-power-click)
2807         (dframe-frame-mode): Fix typos in docstrings.
2809         * ezimage.el (ezimage-mail, ezimage-object-out-of-date)
2810         (ezimage-insert-image-button-maybe, ezimage-insert-over-text):
2811         Fix typos in docstrings.
2813         * hi-lock.el (hi-lock-mode, hi-lock-line-face-buffer)
2814         (hi-lock-face-buffer, hi-lock-font-lock-hook)
2815         (hi-lock-archaic-interface-message-used)
2816         (hi-lock-file-patterns-range): Fix typos in docstrings.
2818         * savehist.el (savehist-loaded, savehist-load, savehist-install)
2819         (savehist-autosave, savehist-trim-history): Fix typos in docstrings.
2821         * mail/mailclient.el (mailclient-place-body-on-clipboard-flag):
2822         Fix typo in docstring.
2824         * net/newsticker.el (newsticker--decode-iso8601-date)
2825         (newsticker--set-customvar, newsticker--buffer-insert-item)
2826         (newsticker--do-run-auto-mark-filter)
2827         (newsticker--parse-generic-feed): Doc fixes.
2828         (newsticker--retrieval-timer-list, newsticker-url-list)
2829         (newsticker-hide-immortal-items-in-echo-area)
2830         (newsticker-hide-obsolete-items-in-echo-area)
2831         (newsticker-new-item-face, newsticker--enclosure)
2832         (newsticker-buffer-update, newsticker-w3m-show-inline-images)
2833         (newsticker--parse-atom-0.3, newsticker--parse-rss-1.0)
2834         (newsticker--parse-generic-feed, newsticker--cache-contains)
2835         (newsticker--stat-num-items, newsticker-download-enclosures):
2836         Fix typos in docstrings.
2838         * net/rcirc.el (rcirc-debug): Doc fix.
2839         (rcirc-fill-column, rcirc-receive-message-hooks)
2840         (rcirc-browse-url-map, rcirc-read-only-flag, rcirc-prompt)
2841         (rcirc-mode, rcirc-generate-new-buffer-name)
2842         (rcirc-startup-channels, rcirc-ignore-update-automatic)
2843         (rcirc-cmd-ignore, rcirc-browse-url, rcirc-url-regexp):
2844         Fix typos in docstrings.
2845         (rcirc-print): "?\ " -> "?\s".
2846         (rcirc-cmd-join): Improve argument/docstring consistency.
2848 2006-02-01  Mark A. Hershberger  <mah@everybody.org>
2850         * xml.el (xml-parse-region): Move save-excursion and set-buffer up
2851         before narrow-to-region.
2853 2006-02-01  Richard M. Stallman  <rms@gnu.org>
2855         * simple.el (move-beginning-of-line): Scan properly for invis change.
2857         * replace.el (multi-occur-in-matching-buffers): Fix prev change.
2859 2006-02-01  Michael Albinus  <michael.albinus@gmx.de>
2861         * net/tramp.el (tramp-convert-file-attributes): Set file's gid
2862         change bit only when id-format is 'integer.  Reported by Matt
2863         Hodges <M.P.Hodges@rl.ac.uk>.
2865 2006-02-01  Juanma Barranquero  <lekktu@gmail.com>
2867         * hilit-chg.el (highlight-changes-initial-state)
2868         (highlight-changes-global-initial-state): Doc fixes.
2869         (highlight-changes-global-modes, global-highlight-changes):
2870         Fix typos in docstrings.
2872 2006-02-01  Kim F. Storm  <storm@cua.dk>
2874         * emulation/cua-base.el (cua-mode): Mention that CUA enables
2875         transient-mark-mode in doc string.
2877 2006-01-31  Richard M. Stallman  <rms@gnu.org>
2879         * replace.el (multi-occur): Doc fix.
2880         (multi-occur-in-matching-buffers): Rename from
2881         multi-occur-by-filename-regexp.  Prefix arg says match
2882         buffer names instead of file names.
2884 2006-01-31  Juanma Barranquero  <lekktu@gmail.com>
2886         * bs.el: Allow non-default values of `bs-header-lines-length'.
2887         (bs--running-in-xemacs): Remove (not needed anymore).
2888         (bs--set-window-height): Simplify by using `fit-window-to-buffer'
2889         instead of `shrink-window', thus avoiding having to compute the
2890         height of the window.
2891         (bs--up): Wrap around even when there's no header.
2892         (bs--down): Use `forward-line' instead of `next-line'.
2894 2006-01-30  Chong Yidong  <cyd@stupidchicken.com>
2896         * image-mode.el (image-toggle-display): Use file name if possible,
2897         instead of unnecessarily allocating a (possibly huge) lisp string.
2899 2006-01-30  John Paul Wallington  <jpw@pobox.com>
2901         * subr.el (toplevel): Define `cl-assertion-failed' condition here
2902         because the `assert' macro signals it at runtime.
2904         * emacs-lisp/cl.el (toplevel): Remove definition of
2905         `cl-assertion-failed' condition.
2907 2006-01-30  Nick Roberts  <nickrob@snap.net.nz>
2909         * thumbs.el (thumbs-marked-list): Make buffer-local and
2910         permanent-local.
2911         (thumbs-insert-thumb): Make help-echo non-sticky.
2912         (thumbs-file-alist): Use eolp as check for (non)-image.
2914 2006-01-30  Juanma Barranquero  <lekktu@gmail.com>
2916         * ediff-mult.el (ediff-meta-buffer-keymap-setup-hook)
2917         (ediff-before-session-group-setup-hooks)
2918         (ediff-default-filtering-regexp, ediff-meta-mark-equal-files):
2919         Fix typos in docstrings.
2921         * window.el (bw-dir, bw-eqdir, balance-windows)
2922         (split-window-keep-point): Fix typos in docstrings.
2924         * textmodes/org.el (org-allow-space-in-links, org-closed-string)
2925         (org-quote-string, org-calendar-to-agenda-key)
2926         (org-agenda-sorting-strategy, org-agenda-use-time-grid)
2927         (org-show-following-heading, org-tags-column)
2928         (org-use-tag-inheritance, org, org-allow-space-in-links)
2929         (org-usenet-links-prefer-google, org-file-apps-defaults-gnu)
2930         (org-enable-table-editor, org-calc-default-modes)
2931         (org-table-allow-automatic-line-recalculation)
2932         (org-export-html-style, org-export-with-fixed-width)
2933         (org-export-with-sub-superscripts, org-special-keyword)
2934         (org-formula, org-time-grid, org-table-may-need-update)
2935         (org-mode, org-goto-ret, org-goto-left, org-goto-right)
2936         (org-goto-quit, org-get-indentation, org-end-of-item)
2937         (org-move-item-down, org-move-item-up)
2938         (org-renumber-ordered-list, org-todo, org-log-done, org-occur)
2939         (org-remove-occur-highlights, org-read-date, org-goto-calendar)
2940         (org-agenda, org-agenda-day-view, org-agenda-previous-date-line)
2941         (org-agenda-log-mode, org-agenda-toggle-diary)
2942         (org-agenda-toggle-time-grid, org-agenda-cleanup-fancy-diary)
2943         (org-agenda-file-to-end, org-agenda-no-heading-message)
2944         (org-agenda-get-closed, org-format-agenda-item)
2945         (org-cmp-priority, org-cmp-category, org-cmp-time)
2946         (org-agenda-change-all-lines, org-agenda-diary-entry)
2947         (org-scan-tags, org-after-todo-state-change-hook, org-tags-view)
2948         (org-link-search, org-camel-to-words, org-open-file)
2949         (org-remember-handler, org-table-convert-region)
2950         (org-table-move-row-down, org-table-move-row-up)
2951         (org-table-copy-region, org-table-wrap-region)
2952         (org-table-toggle-vline-visibility)
2953         (org-table-get-vertical-vector, org-table-modify-formulas)
2954         (org-table-get-specials, org-recalc-commands)
2955         (org-table-rotate-recalc-marks, org-table-eval-formula)
2956         (orgtbl-make-binding, org-in-invisibility-spec-p, org-cycle)
2957         (org-level-color-stars-only, org-insert-heading):
2958         Fix typos in docstrings.
2959         (last-arg): Add defvar.
2961         * makefile.w32-in (WINS): Add erc.
2962         (MH_E_SRC): Update (copied from lisp/Makefile.in).
2964 2006-01-29  Bill Wohler  <wohler@newt.com>
2966         * Makefile.in (MH_E_SRC): Add mh-compat.el, mh-folder.el,
2967         mh-letter.el, mh-limit.el, mh-scan.el, mh-show.el, mh-thread.el,
2968         mh-tool-bar.el, mh-xface.el.  Remove mh-customize.el, mh-init.el.
2969         (mh-autoloads): Don't use comments on otherwise empty lines.
2971 2006-01-29  Edward O'Connor  <ted@oconnor.cx>
2973         * emulation/viper.el (viper-major-mode-modifier-list): Add
2974         insert-state and vi-state entries for erc-mode.
2975         (viper-go-away, viper-set-hooks): Add and remove
2976         viper-comint-mode-hook from erc-mode-hook as appropriate.
2978         * emulation/viper.el (viper-insert-state-mode-list): Add erc-mode.
2980 2006-01-29  Juanma Barranquero  <lekktu@gmail.com>
2982         * bs.el (bs--format-aux): Implement `middle' alignment as
2983         described in the docstring for `bs-attributes-list'.
2984         (bs--get-name): Simplify.  Don't pad the buffer name.
2986 2006-01-27  Agustin Martin  <agustin.martin@hispalinux.es>
2988         * textmodes/ispell.el (ispell-find-aspell-dictionaries): If no
2989         English aspell dictionary is installed, use the first entry of
2990         ispell-dictionary-alist-1.
2992 2006-01-27  Kevin Rodgers  <ihs_4664@yahoo.com>
2994         * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
2995         Doc fix.
2997 2006-01-27  Michael Albinus  <michael.albinus@gmx.de>
2999         * net/tramp-vc.el (vc-user-login-name): Wrap defadvice with a test
3000         for `process-file', in order to let it work for older Emacsen too.
3002 2006-01-27  Eli Zaretskii  <eliz@gnu.org>
3004         * international/latexenc.el: Add a suitable `coding:' tag.
3005         (latexenc-find-file-coding-system): Undo last change.
3007 2006-01-27  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
3009         * international/latexenc.el (latexenc-find-file-coding-system):
3010         Make sure latexenc-main-file is a regular file and is readable.
3012 2006-01-27  Andre Spiegel  <spiegel@gnu.org>
3014         * vc-rcs.el (vc-rcs-fetch-master-state, vc-rcs-consult-headers):
3015         Pass FILE to vc-user-login-name.
3017         * vc-sccs.el (vc-sccs-state): Pass FILE to vc-user-login-name.
3019 2006-01-27  Nick Roberts  <nickrob@snap.net.nz>
3021         * thumbs.el (thumbs-do-thumbs-insertion): Suppress message when
3022         there are no more images to display.
3023         (thumbs-mark, thumbs-unmark): Revert change so that they move to
3024         the next image.
3026 2006-01-26  Richard M. Stallman  <rms@gnu.org>
3028         * cus-edit.el (custom-mode): Doc: Use advertised-widget-backward.
3030         * wid-edit.el (advertised-widget-backward): New alias.
3031         (widget-keymap): Use advertised-widget-backward for S-TAB.
3033         * tumme.el: Correct the keywords.
3034         (tumme-dir-max-size): Use defvar.
3035         (tumme-setup-dired-keybindings, tumme-dired): Add autoload cookie.
3037         * simple.el (move-beginning-of-line): Take account of fields.
3038         (clone-indirect-buffer-other-window): Take args like
3039         clone-indirect-buffer, and work like it.
3041         * help-fns.el (describe-function): Don't pass `nil' as default.
3043         * files.el (risky-local-variable-p): Follow var aliases.
3045         * subr.el (lazy-completion-table): Doc fix.
3047         * mail/rmailsum.el (rmail-make-summary-line-1): Don't set
3048         global binding of `line'.
3050 2006-01-25  Andre Spiegel  <spiegel@gnu.org>
3052         * vc-hooks.el (vc-user-login-name): Rewritten to handle access via
3053         Tramp.
3055         * vc.el (vc-default-dired-state-info): Pass FILE to
3056         vc-user-login-name.
3057         (vc-default-update-changelog): Don't use vc-user-login-name, we
3058         don't need it here.
3060         * net/tramp-vc.el (vc-user-login-name): Comment out defadvice, it is
3061         no longer necessary.
3063 2006-01-25  Kenichi Handa  <handa@m17n.org>
3065         * international/mule.el (decode-char): Avoid the overhead of
3066         calling utf-lookup-subst-table-for-decode if
3067         utf-translate-cjk-mode is nil.
3068         (encode-char): Avoid the overhead of calling
3069         utf-lookup-subst-table-for-encode if utf-translate-cjk-mode is
3070         nil.
3072 2006-01-22  Kenichi Handa  <handa@m17n.org>
3074         * international/mule.el (make-subsidiary-coding-system): Reset
3075         `coding-system-define-form' property of subsidiaries to nil.
3076         Avoid duplicated entry in coding-system-alist.
3077         (make-coding-system): Avoid duplicated entry in
3078         coding-system-alist.
3079         (define-coding-system-alias): Likewise.
3081 2006-01-24  Luc Teirlinck  <teirllm@auburn.edu>
3083         * completion.el: Minor fixes in introductory comment.
3084         (completion-def-wrapper): Fix alist.
3086 2006-01-25  Nick Roberts  <nickrob@snap.net.nz>
3088         * thumbs.el (thumbs-new-image-size): New function.
3089         (thumbs-increment-image-size-element)
3090         (thumbs-decrement-image-size-element, thumbs-increment-image-size)
3091         (thumbs-decrement-image-size): Delete.
3092         (thumbs-resize-image-1): Rename from thumbs-resize-image.  Keep old
3093         temp files and use to resize.
3094         (thumbs-resize-image): Rename from thumbs-resize-image-interactive.
3095         Use increment argument to enlarge/shrink.  Preserve point.
3096         (thumbs-shrink-image): Rename from thumbs-resize-image-size-down.
3097         (thumbs-enlarge-image): Rename from thumbs-resize-image-size-up
3098         (thumbs-show-thumbs-list): Set thumbs-buffer to current-buffer.
3099         (thumbs-mark, thumbs-unmark): Preserve point.
3100         (thumbs-modify-image): Keep old temp files and use to modify.
3101         Cleanup old temp files at load time.  Preserve point.
3102         (thumbs-view-image-mode-map): Use new command names.
3104 2006-01-24  Stefan Monnier  <monnier@iro.umontreal.ca>
3106         * log-view.el (log-view-minor-wrap): First rev is the one at point.
3108         * calendar/cal-menu.el: Avoid macros from calendar.el so as to break
3109         the nastiest part of the cyclic dependency.
3110         (cal-menu-update): Use dotimes and calendar-increment-month.
3112         * calendar/calendar.el: Remove unnecessary leading stars in docstrings.
3113         (calendar-week-start-day): Add an :initializer.
3114         (calendar-mode-map): Use suppress-keymap, and command remapping.
3115         (describe-calendar-mode): Setup xref-stack info for the back button.
3116         (calendar-star-date): Insert before delete.
3117         (calendar-set-mode-line): Add file-modified info if applicable.
3118         (calendar-increment-month): New function.
3120 2006-01-24  Tobias C. Rittweiler  <tcr@freebits.de>  (tiny change)
3122         * font-lock.el (lisp-font-lock-keywords-2):
3123         Recognize "& keywords" only at word boundaries.
3125 2006-01-24  Nick Roberts  <nickrob@snap.net.nz>
3127         * thumbs.el (thumbs-extra-images): New variable.  Make it buffer-local
3128         and permanent-local.
3129         (thumbs-max-image-number): New variable.
3130         (thumbs-do-thumbs-insertion): Use them.
3131         (thumbs-per-line): Change default to 4.
3132         (thumbs-marked-list): Rename from thumbs-markedL.
3133         (thumbs-cleanup-thumbsdir, thumbs-delete-images)
3134         (thumbs-rename-images): Use -list instead of L for internal variables.
3135         (thumbs-call-convert): Use call-process instead of shell-command.
3136         (thumbs-insert-thumb): Add filename as help-echo to each image.
3137         (thumbs-show-from-dir): Rename from thumbs-show-all-from-dir.
3138         Give dir to thumbs-show-thumbs-list.
3139         (thumbs-show-thumbs-list): Set default-directory to that of images.
3140         (thumbs-dired-show): Rename from thumbs-dired-show-all.
3141         (thumbs-display-thumbs-buffer, thumbs-show-more-images): New functions.
3142         (thumbs-mode-map): Bind "+" to thumbs-show-more-images.
3143         (thumbs-view-image-mode-map): Bind "^" to thumbs-display-thumbs-buffer.
3145 2006-01-23  Stefan Monnier  <monnier@iro.umontreal.ca>
3147         * ses.el (ses-read-cell): Provide a default value.
3149 2006-01-23  Juanma Barranquero  <lekktu@gmail.com>
3151         * term/w32-win.el (image-library-alist): Add additional names for
3152         GIF library.
3154 2006-01-23  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
3156         * international/latexenc.el (latexenc-find-file-coding-system):
3157         Add file-regular-p check.
3159 2006-01-22  Stefan Monnier  <monnier@iro.umontreal.ca>
3161         * simple.el (clone-buffer): Don't show the new buffer in the same
3162         window.
3164 2006-01-23  Juri Linkov  <juri@jurta.org>
3166         * faces.el (link, link-visited): New faces based on default values
3167         of `info-xref' and `info-xref-visited'.
3169         * info.el (info-xref): Inherit from `link'.
3170         (info-xref-visited): Inherit from `link-visited'.
3172         * cus-edit.el (custom-buffer-create-internal): Use widget type
3173         `custom-manual' instead of `info-link' and don't set properties
3174         `button-face' and `mouse-face' explicitly.
3175         (custom-browse-group-tag, custom-browse-variable-tag)
3176         (custom-browse-face-tag): Inherit from widget class
3177         `custom-group-link' instead of `push-button'.
3178         (custom-button-unraised): Inherit from `underline' face.
3179         (custom-link): Inherit from `link' face.  Fix doc and group.
3180         (custom-add-parent-links, custom-group-value-create): Don't set
3181         properties `button-face' and `mouse-face' explicitly for
3182         `custom-group-link' widget.
3183         (custom-group-link): Add properties `button-face' and `mouse-face'
3184         to widget definition.
3185         (custom-field-keymap): New variable.  Put `custom-field-keymap' to
3186         editable-field's :keymap property.
3187         (custom-mode): Fix docstring: substitute keybindings for
3188         `widget-forward' and `widget-backward' from `widget-keymap',
3189         `widget-complete' from `custom-field-keymap', replace old
3190         `Custom-move-and-invoke' with `widget-move-and-invoke'.  Untabify.
3192         * desktop.el (desktop-load-file): Check for `fboundp' before
3193         calling `symbol-function'.
3195         * simple.el (clone-buffer, clone-indirect-buffer)
3196         (clone-indirect-buffer-other-window): Use `read-buffer' instead of
3197         `read-string'.  Fix prompts.
3199         * play/doctor.el (doctor-mode-map): Rename from `doc-mode-map'.
3201 2006-01-23  Nick Roberts  <nickrob@snap.net.nz>
3203         * thumbs.el (thumbs-file-alist): Avoid creating duplicate entries.
3205 2006-01-22  Luc Teirlinck  <teirllm@auburn.edu>
3207         * startup.el (inhibit-splash-screen, initial-scratch-message):
3208         Doc fixes.
3210 2006-01-22  Michael Albinus  <michael.albinus@gmx.de>
3212         Sync with Tramp 2.0.52.
3214         * net/tramp.el, net/tramp-ftp.el, net/tramp-util.el,
3215         net/tramp-vc.el: Add code for unloading Tramp.  See comment before
3216         `tramp-unload-tramp' for checklist.
3218         * net/tramp.el: Require `timer-funcs' instead of `timer' if in
3219         XEmacs.  Contributed by Steve Youngs <steve@sxemacs.org>.
3220         (tramp-unload-file-name-handler-alist)
3221         (tramp-unload-tramp): New defuns.
3222         (tramp-advice-PC-expand-many-files): New defadvice.
3223         (tramp-save-PC-expand-many-files, tramp-setup-complete) Defuns
3224         removed.
3225         (tramp-handle-expand-file-name): Remove double slash.
3226         (tramp-handle-file-attributes-with-ls): Return t as 9th attribute.
3227         It doesn't matter, because it will be converted later on.
3228         (tramp-handle-file-ownership-preserved-p): Rewritten.  The old
3229         implementation was just heuristic.
3230         (tramp-post-connection): Set uid and gid properties.
3231         (tramp-convert-file-attributes): Set file's gid change bit.
3232         (tramp-get-remote-uid, tramp-get-remote-gid): New defuns.
3233         (tramp-handle-expand-file-name): Use "~root" for tilde expansion
3234         in case of su(do)? methods.  The home directory of the local user
3235         will be taken else.
3236         (tramp-open-connection-telnet)
3237         (tramp-open-connection-rsh, tramp-open-connection-su)
3238         (tramp-open-connection-multi): Set PS1 to "$ ".  Otherwise, a
3239         local shell prompt could hurt.  Reported by Romain Francoise
3240         <romain@orebokech.com>.
3241         (tramp-let-maybe): Add `edebug-form-spec' property.
3242         (tramp-handle-expand-file-name): Bind `default-directory' locally
3243         to "/" in order to avoid problems with UNC shares or Cygwin
3244         mounts.
3245         (tramp-md5-function): Fix typo in error message.
3247         * net/tramp-ftp.el (tramp-ftp-enable-ange-ftp): New defun.
3249         * net/tramp-util.el (top): Apply `ignore' instead of `identity'
3250         for byte-compiler pacification.
3252 2006-01-22  Andre Spiegel  <spiegel@gnu.org>
3254         * vc-rcs.el (vc-rcs-state-heuristic): Use file-attributes with
3255         ID-FORMAT `string'.  This allows us to get rid of
3256         `vc-user-login-name UID'.
3258         * vc-sccs.el (vc-sccs-state-heuristic): Likewise.
3260 2006-01-22  John Paul Wallington  <jpw@pobox.com>
3262         * hl-line.el (hl-line-highlight, hl-line-move): Doc fixes.
3264 2006-01-21  Martin Rudalics  <rudalics@gmx.at>
3266         * emacs-lisp/find-func.el (find-definition-noselect)
3267         (find-variable-noselect): Search variables in C source code too.
3268         (find-function-C-source, find-function-noselect, find-function)
3269         (find-function-other-frame, find-variable-noselect, find-variable)
3270         (find-variable-other-frame, find-variable-at-point):
3271         Fix docstrings.
3273 2006-01-21  Francesco Potorti`  <pot@gnu.org>
3275         * mail/rmailout.el (rmail-output): Don't use content-type if it is nil.
3277 2006-01-21  Agustin Martin  <agustin.martin@hispalinux.es>
3279         * textmodes/flyspell.el (flyspell-emacs-popup, flypell-xemacs-popup):
3280         Default to disabling the "Save affix" question.
3282 2006-01-21  Marien Zwart  <marienz@gentoo.org>  (tiny change)
3284         * progmodes/python.el (python-mode) <eldoc-mode-hook>: Pass nil as
3285         the first arg to run-python.
3287 2006-01-21  Eli Zaretskii  <eliz@gnu.org>
3289         * startup.el (command-line-1): Handle --no-desktop if desktop.el
3290         is not loaded.
3292 2006-01-20  Jay Belanger  <belanger@truman.edu>
3294         * calc/calcalg2.el (calc-sum-rec): Fix the sum when the lower
3295         limit is 0.
3297         * calc/calc-arith.el (math-add-symb-fancy): Check the length of
3298         the correct variable.
3300 2006-01-20  Carsten Dominik  <dominik@science.uva.nl>
3302         * textmodes/org.el (org-open-at-point): Fixed bug with matching a
3303         link.  Fixed buggy argument sequence in call to `org-view-tags'.
3304         (org-compile-prefix-format): Set `org-prefix-has-tag'.
3305         (org-prefix-has-tag): New variable.
3306         (org-format-agenda-item): Remove tags from headline if
3307         appropriate.
3308         (org-agenda-remove-tags-when-in-prefix): New option.
3309         (org-get-tags-at): New function.
3311 2006-01-20  Nick Roberts  <nickrob@snap.net.nz>
3313         * thumbs.el (thumbs-buffer): New variable.  Make it buffer local.
3314         (thumbs-find-image): Move image name and number from buffer name
3315         to mode name.  Set thumbs-buffer.  Preserve point so that large
3316         images remain visible.
3317         (thumbs-file-alist): Construct list in thumbs-buffer and reverse
3318         order.
3319         (thumbs-show-image-num): Get image from thumbs-file-alist.  Set
3320         mode name.
3321         (thumbs-next-image, thumbs-previous-image): Make them work.
3323 2006-01-19  Luc Teirlinck  <teirllm@auburn.edu>
3325         * cus-edit.el (custom-buffer-create-internal): State in the text above
3326         the whole buffer buttons that they do not operate on hidden items.
3327         (custom-face-menu): Use `custom-face-save' instead of
3328         `custom-face-save-command'.
3329         (custom-face-save-command): Make it an alias for `custom-face-save'
3330         and declare it obsolete.
3331         (custom-face-save): Doc fix.
3333         * dired.el (dired-no-confirm): Add quote.
3334         (dired-subdir-alist-pre-R): Add quote in
3335         `make-variable-buffer-local' form and remove unbalanced parenthesis.
3337 2006-01-19  Stefan Monnier  <monnier@iro.umontreal.ca>
3339         * textmodes/table.el (table-mode-indicator): Typo in last change.
3341 2006-01-19  Richard M. Stallman  <rms@gnu.org>
3343         * outline.el (hide-leaves): Don't call outline-end-of-heading.
3344         Fixes bug reported in Nov 2005.
3346         * isearch.el (isearch-forward): Doc fix.
3348         * dired.el (dired-move-to-filename-regexp): Define as alias.
3349         (dired-no-confirm): Use defcustom.
3350         (dired-subdir-alist-pre-R): Put defvar at top level.
3352         * battery.el (battery-linux-proc-acpi): Handle "last full capacity".
3354         * textmodes/bibtex.el (bibtex-strings, bibtex-reference-keys):
3355         Mark as risky.
3357         * simple.el (set-mark-command): Doc fix.
3358         (clone-indirect-buffer-other-window):
3359         Read arg like clone-indirect-buffer.
3360         (move-beginning-of-line): Skip invisible newlines.
3362 2006-01-19  Masatake YAMATO  <jet@gyve.org>
3364         * progmodes/cpp.el (cpp-edit-load): Make the order of
3365         listed conditions in a base C code buffer and its associate
3366         CPP Edit buffer the same.
3368 2006-01-19  Kenichi Handa  <handa@m17n.org>
3370         * mail/rmail.el (rmail-enable-mime): Docstring fixed.
3371         (rmail-mime-feature): Likewise.
3372         (rmail-require-mime-maybe): Use display-warning to show a warning
3373         message.
3375         * international/mule.el (auto-coding-regexp-alist-lookup): New fun.
3376         (find-auto-coding): Use auto-coding-regexp-alist-lookup.
3378 2006-01-18  Stefan Monnier  <monnier@iro.umontreal.ca>
3380         * array.el: Move defvars out of eval-when-compile.
3381         (array-make-template): Replace undeclared global var with a local one.
3382         (array-mode): Inline initialization functions.
3383         (array-init-local-variables, array-init-max-row)
3384         (array-init-max-column, array-init-columns-per-line)
3385         (array-init-field-width, array-init-rows-numbered)
3386         (array-init-line-length, array-init-lines-per-row): Remove.
3388         * play/doctor.el: Move defvars out of eval-when-compile.  Use dolist.
3389         (doc-mode-map): Define explicitly.
3390         (doctor-txtype): Use mapc.
3392         * textmodes/table.el: Move defvars out of eval-when-compile.
3393         Remove harmful code meant to avoid byte-compiler warnings.
3394         (table-fixed-mode-indicator): Remove.  Use a more complex mode-line
3395         specification that checks table-fixed-width-mode directly.
3396         (table-recognize-region, table-recognize-cell):
3397         Use restore-buffer-modified-p.
3398         (table-fixed-width-mode): Remove code that refreshes
3399         table-fixed-mode-indicator.
3400         (*table--cell-describe-bindings, *table--cell-describe-mode):
3401         Avoid obsolete name print-help-return-message.
3402         (table--test-cell-list): Don't use replace-regexp from elisp.
3403         (table--point-entered-cell-function, table--point-left-cell-function):
3404         Don't set table-fixed-mode-indicator, use force-mode-line-update.
3406         * textmodes/org.el: Move defvars out of eval-when-compile.  Move code
3407         that was after the end of file.  Use buffer-file-name variable.
3408         (org-timestamp-change): Use with-current-buffer.
3409         (org-todo-list): Don't unnecessarily define a new buffer-local var.
3410         (org-agenda-file-to-end, org-agenda-file-to-front): Remove unused arg
3411         `file'.
3413         * progmodes/fortran.el: Move defvars out of eval-when-compile.
3414         (fortran-break-line): Remove unused var `opoint'.
3415         (fortran-abbrev-start): Obey help-event-list.
3417 2006-01-18  Jesper Harder  <harder@phys.au.dk>
3419         * mail/smtpmail.el (smtpmail-send-it): Use insert-buffer-substring.
3421 2006-01-18  Masatake YAMATO  <jet@gyve.org>
3423         * progmodes/make-mode.el (makefile-imake-mode): New mode
3424         derived from makefile-mode.
3425         (makefile-imake-mode-syntax-table): New syntax table
3426         derived from makefile-mode-syntax-table.
3427         (makefile-mode): Write about makefile-imake-mode in doc string.
3428         (makefile-mode-map): Bind "\C-c\C-m\C-i" to makefile-imake-mode.
3429         (makefile-imake-font-lock-keywords): New font lock keywords.
3431         * files.el (auto-mode-alist): Add Imakefile.
3433 2006-01-17  Agustin Martin  <agustin.martin@hispalinux.es>
3435         * textmodes/flyspell.el (ispell-kill-ispell-hook): Add to the hook when
3436         loading the file rather than when turning on flyspell-mode.
3438 2006-01-16  Luc Teirlinck  <teirllm@auburn.edu>
3440         * cus-edit.el (customize-rogue): Minor doc fix.
3442 2006-01-17  Juri Linkov  <juri@jurta.org>
3444         * dired-aux.el (dired-diff): Use dired-dwim-target-directory
3445         instead of the file at the mark as default if the file at the mark
3446         is the same as the file at point or if dired-dwim-target-directory
3447         is not the same as the current directory and the mark is not active.
3449         * log-view.el (log-view-minor-wrap): Use the same logic to get
3450         revisions as `log-view-diff'.
3452         * info.el (Info-revert-find-node): Check for Info-current-file
3453         before preserving new-history.
3455         * man.el (Man-heading-regexp): Add `/'.
3457         * textmodes/sgml-mode.el: Add `coding: iso-2022-7bit' cookie.
3458         (html-mode): Set `sentence-end-base' instead of `sentence-end'.
3460 2006-01-16  Juri Linkov  <juri@jurta.org>
3462         * faces.el (mode-line-faces): New defgroup.
3463         (mode-line-highlight): Move definition after new defgroup.
3464         (mode-line, mode-line-inactive, mode-line-highlight):
3465         Replace :group `modeline' with `mode-line-faces'.
3466         (mode-line-buffer-id): New face.
3467         (modeline-buffer-id): New face alias.
3468         (vertical-border): Remove :group `modeline'.
3470         * bindings.el (propertized-buffer-identification): Use face
3471         `mode-line-buffer-id' instead of `Buffer-menu-buffer'.
3472         (mode-line-next-buffer, mode-line-previous-buffer): New functions.
3473         (mode-line-buffer-identification-keymap): For mouse-1 replace
3474         `mode-line-unbury-buffer' with `mode-line-previous-buffer'.
3475         Replace `mode-line-bury-buffer' with `mode-line-next-buffer' for
3476         mouse-3.
3478         * buff-menu.el (buffer-menu-buffer) <defface>: Renamed from
3479         Buffer-menu-buffer.  Doc fix.
3480         (Buffer-menu-buffer): Face alias to buffer-menu-buffer.
3481         (list-buffers-noselect): Use `buffer-menu-buffer' face instead of
3482         `Buffer-menu-buffer'.
3484         * info.el (Info-mode-line-node-keymap): New defvar.
3485         (Info-set-mode-line): Use `stringp' to check Info-current-file.
3486         Propertize Info-current-node with `mode-line-buffer-id' and
3487         `mode-line-highlight' faces and `Info-mode-line-node-keymap'.
3489         * time.el (display-time-mail-face): Replace :group `faces' with
3490         `mode-line-faces'.
3492 2006-01-16  Kenichi Handa  <handa@m17n.org>
3494         * international/code-pages.el: Add autoload cookies for cp125[0345678].
3496         * language/european.el (cp1252): New alias for windows-1252.
3498         * international/mule.el (autoload-coding-system): Prepare for EOL
3499         variants.
3501 2006-01-15  Dan Nicolaescu  <dann@ics.uci.edu>
3503         * term.el (term-raw-map): Add mapping for insert.
3504         (term-send-insert): New.
3505         (term-mode): Make variables local here instead of doing it in
3506         `term-emulate-terminal'.
3507         (term-emulate-terminal): Delete incorrect optimization for cr+lf.
3508         Scroll reverse needs to take into account the scroll region.
3509         Saving and restoring the cursor should save the color attributes too.
3510         (term-reset-terminal): Reset the scroll region.
3511         (term-handle-ansi-escape): Cursor up and down should take into
3512         account the scroll region.
3513         (term-set-scroll-region): Rename from `term-scroll-region'.
3514         Move to 0,0 after setting the region.
3515         (term-handle-scroll): Handle scroll up.
3516         (term-down): Fix off by one error.
3517         (term-delete-lines): Do not delete outside the scroll region.
3518         (term-insert-lines): Take into account the scroll region.
3520 2006-01-15  Stefan Monnier  <monnier@iro.umontreal.ca>
3522         * textmodes/ispell.el (ispell-internal-change-dictionary)
3523         (ispell-change-dictionary): Undo most of last change of 2006-01-13.
3524         (start, end): Move declaration outside of eval-when-compile.
3526         * textmodes/flyspell.el (flyspell-kill-ispell-hook): New fun.
3527         (flyspell-mode-on): Use it.
3529         * textmodes/ispell.el (ispell-kill-ispell): Run new hook
3530         ispell-kill-ispell-hook.
3532 2006-01-14  Luc Teirlinck  <teirllm@auburn.edu>
3534         * cus-edit.el (Custom-set, Custom-save, Custom-reset-current)
3535         (Custom-reset-saved): Do not ask for confirmation in single option
3536         buffers.
3538 2006-01-13  Richard M. Stallman  <rms@gnu.org>
3540         * font-lock.el (lisp-font-lock-keywords-1): Minor rearrangement.
3542 2006-01-13  Romain Francoise  <romain@orebokech.com>
3544         * add-log.el (add-change-log-entry, change-log-merge):
3545         Conditionally use `hard-newline'.
3547 2006-01-13  Martin Rudalics  <rudalics@gmx.at>  (tiny change)
3549         * wid-edit.el (widget-field-end): If the overlay is no longer
3550         associated with a buffer, behave as if the overlay didn't exist.
3552         * cus-edit.el (custom-add-see-also, custom-add-parent-links):
3553         Make sure the links use the `custom-link' face.
3555 2006-01-13  Stefan Monnier  <monnier@iro.umontreal.ca>
3557         * progmodes/ld-script.el (auto-mode-alist): Use \' rather than $.
3558         (ld-script-mode): Don't set indent-line-function since we don't
3559         have one.
3561 2006-01-13  Carsten Dominik  <dominik@science.uva.nl>
3563         * textmodes/org.el (org-open-file): Use mailcap for selecting an
3564         application.
3565         (org-file-apps-defaults-gnu): Use mailcap as the default for
3566         selecting an application on a UNIX system.
3567         (org-agenda-show-tags): New command.
3568         (org-table-insert-hline): Keep cursor in current table line.
3569         (org-table-convert): Offset effect of modifying
3570         `org-table-insert-hline'.
3571         (org-format-agenda-item): New optional argument TAG.
3572         (org-compile-prefix-format): Handle %T format for the tag.
3573         (org-expand-wide-chars): New function.
3574         (org-table-insert-row, org-table-insert-hline):
3575         Use `org-expand-wide-chars'.
3576         (org-open-file): Fix bug in program launch.
3577         (org-get-time-of-day): Fix bug with times before 1am.
3578         (org-agenda-menu): Add tags commands.
3580 2006-01-13  Agustin Martin  <agustin.martin@hispalinux.es>
3582         * textmodes/ispell.el (ispell-init-process): Include the used
3583         dictionary in ispell process start message.
3584         (ispell-internal-change-dictionary): When flyspell-mode is active
3585         and dictionary is changed, make sure ispell process is restarted
3586         and flyspell word cache cleared out for the current buffer.
3587         (ispell-change-dictionary): Make sure flyspell word cache is
3588         cleared out in all buffers with active flyspell mode when
3589         dictionary is globally changed.
3590         Call ispell-internal-change-dictionary after dictionary change.
3592 2006-01-13  Eli Zaretskii  <eliz@gnu.org>
3594         * emacs-lisp/bytecomp.el (batch-byte-recompile-directory): Doc fix.
3596         * makefile.w32-in (MH_E_SRC): Synchronize with Makefile.in.
3597         (pre-mh-loaddefs.el-SH, pre-mh-loaddefs.el-CMD): Update Copyright
3598         years.  Fix small differences wrt Makefile.in.
3599         (recompile): Use --eval '(batch-byte-recompile-directory 0)', like
3600         Makefile.in does.
3602 2006-01-12  Bill Wohler  <wohler@newt.com>
3604         * Makefile.in (MH_E_SRC): Replace mh-index.el and mh-pick.el with
3605         mh-search.el.
3607 2006-01-12  Masatake YAMATO  <jet@gyve.org>
3609         * progmodes/ld-script.el: Update copyright year.
3611 2006-01-12  Chong Yidong  <cyd@stupidchicken.com>
3613         * cus-theme.el (custom-theme-add-variable, custom-theme-add-face):
3614         Don't add widget if setting undefined.
3616 2006-01-12  John Paul Wallington  <jpw@pobox.com>
3618         * help-fns.el (describe-variable): Remove newlines from void
3619         variable output.
3621 2006-01-13  Nick Roberts  <nickrob@snap.net.nz>
3623         * wdired.el (wdired-mode-map): Add help echo for
3624         wdired-abort-changes.
3626         * man.el (Man-file-name-regexp): Adjust for a list of files.
3628 2006-01-12  Masatake YAMATO  <jet@gyve.org>
3630         * progmodes/ld-script.el (auto-mode-alist): Support
3631         suffix conventions used in netbsd and eCos.
3633 2006-01-11  Luc Teirlinck  <teirllm@auburn.edu>
3635         * cus-edit.el (custom-reset-menu, custom-buffer-create-internal)
3636         (custom-variable-menu, custom-face-menu, custom-group-menu)
3637         (Custom-mode-menu): Change names of menu items.  (As discussed on
3638         emacs-devel.)
3639         (custom-face-menu): Add "Undo Edits" item.
3641         * startup.el (init-file-user): defcustom -> defvar.
3643         * tooltip.el (tooltip-mode): Doc fix.
3645 2006-01-11  Stefan Monnier  <monnier@iro.umontreal.ca>
3647         * reveal.el (reveal-post-command): window-buffer signals an error on
3648         dead windows rather than returning nil.
3649         (reveal-open-new-overlays): An overlay might die while we open others.
3651 2006-01-11  Bill Wohler  <wohler@newt.com>
3653         * cus-dep.el (generated-custom-dependencies-file): Fix typo and
3654         phrasing in docstring.
3656         * Makefile.in (MH_E_SRC): Rename from MH-E-SRC since the dashes
3657         can give some systems gas.  Add new file mh-buffers.el.
3659 2006-01-06  Masatake YAMATO  <jet@gyve.org>
3661         * font-lock.el (cpp-font-lock-keywords): Font lock keywords for
3662         C preprocessor forward ported from GNU Emacs 21.2.
3664         * progmodes/asm-mode.el (asm-font-lock-keywords):
3665         Use `cpp-font-lock-keywords'.
3667         * progmodes/ld-script.el (ld-script-font-lock-keywords): Ditto.
3669         * progmodes/ld-script.el (auto-mode-alist): Use \\> instead
3670         of $ for "\\.ld[s]?".
3672 2006-01-10  Stefan Monnier  <monnier@iro.umontreal.ca>
3674         * progmodes/tcl.el (tcl-indent-command): Use indent-for-tab-command.
3675         (tcl-indent-line): Return `noindent' if inside a string.
3677         * progmodes/flymake.el (flymake-split-string): Remove more than one
3678         empty string at beg/end of the result.
3679         (flymake-find-buildfile, flymake-find-possible-master-files):
3680         Use expand-file-name.
3681         (flymake-fix-file-name): Don't replace \ with / and don't remove ./
3682         since expand-file-name does it for us.  Use directory-file-name.
3683         (flymake-ler-get-full-file, flymake-ler-get-file, flymake-ler-get-line)
3684         (flymake-ler-get-type, flymake-ler-get-text)
3685         (flymake-ler-make-ler): Remove.  Replace by defstruct.  Update callers.
3686         (flymake-current-line-no): Remove spurious interactive spec.
3687         (flymake-delete-temp-directory): Remove unused var `slash-pos'.
3688         (flymake-check-include): Remove arg inc-path merged into inc-name.
3689         (flymake-check-patch-master-file-buffer): Fit in 80 columns.
3690         Arg regexp-list replaced by a simple regexp.
3691         (flymake-master-make-header-init, flymake-master-tex-init):
3692         Correspondingly replace regexp-list with a regexp.  Fix regexp.
3694 2006-01-10  Simon Josefsson  <jas@extundo.com>
3696         * mail/smtpmail.el (smtpmail-try-auth-methods): Add comment
3697         describing AUTH PLAIN fix.
3699 2006-01-10  Thien-Thi Nguyen  <ttn@gnu.org>
3701         * mail/emacsbug.el (report-emacs-bug-text-prompt): Delete var.
3702         (report-emacs-bug): Don't record initial prompt text.
3703         Instead, add text properties to prompting text.
3704         (report-emacs-bug-hook): Delete prompting text.
3706 2006-01-09  Stefan Monnier  <monnier@iro.umontreal.ca>
3708         * progmodes/flymake.el (flymake-find-buildfile): Remove invariant arg
3709         `dirs'.  Adjust callers.
3711 2006-01-09  John Paul Wallington  <jpw@gnu.org>
3713         * cus-edit.el (custom-comment) <defface>: Add TTY definitions.
3715 2006-01-09  Stefan Monnier  <monnier@iro.umontreal.ca>
3717         * reveal.el (reveal-open-new-overlays): New extracted fun.
3718         (reveal-close-old-overlays): Idem.  Check overlays's liveness before
3719         using them.  Simplify the code.
3720         (reveal-post-command): Use them.  Fix up obsolete windows in
3721         reveal-open-spots.
3723         * progmodes/flymake.el: Use `require' rather than autoload for
3724         XEmacs's overlays.
3725         (flymake-get-common-file-prefix, flymake-build-relative-filename):
3726         Delete.  Use file-relative-name instead.
3727         (flymake-get-syntax-check-program-args, flymake-perl-init):
3728         Simplify the resulting code.
3730         * log-view.el (log-view-file-re, log-view-message-re): Add support
3731         for DaRCS output.
3733 2006-01-09  Alex Schroeder  <alex@gnu.org>
3735         * mail/rmail.el (rmail-reply-regexp): Also ignore mailing list
3736         identifiers sometimes added in square brackets at the beginning of
3737         subject lines.
3739 2006-01-07  Richard M. Stallman  <rms@gnu.org>
3741         * cus-edit.el (Custom-set, Custom-save): Doc fix.
3742         (Custom-reset-current, Custom-reset-saved): Change question text.
3743         (Custom-reset-standard): Likewise.
3744         (custom-variable-reset-saved): Doc fix.
3746 2006-01-07  Eli Zaretskii  <eliz@gnu.org>
3748         * startup.el (init-file-user): Doc fix.
3750 2006-01-07  Alex Schroeder  <alex@gnu.org>
3752         * mail/rmail.el (rmail-current-subject): New function.
3753         (rmail-current-subject-regexp): New function.
3754         (rmail-next-same-subject): Use it.
3756         * mail/rmailsum.el (rmail-summary-by-topic):
3757         Use rmail-current-subject and rmail-current-subject-regexp.
3758         (rmail-summary-next-same-subject): Ditto.
3760         * net/rcirc.el (rcirc-send-input): No longer check whether the
3761         process is open, since not all commands need an open process.
3762         (rcirc-send-string): Check whether the process is open before
3763         sending anything.
3764         (rcirc-ignore-list): New option.
3765         (rcirc-ignore-list-automatic): New variable.
3766         (rcirc-print): Take rcirc-ignore-list into account.
3767         (rcirc-cmd-ignore): New command.
3768         (rcirc-ignore-update-automatic): New function.
3769         (rcirc-handler-PART, rcirc-handler-QUIT): Use it to maintain the
3770         list if ignored nicks.
3771         (rcirc-handler-NICK): Ditto, and also ignore the new nick.
3773 2006-01-06  David Reitter  <david.reitter@gmail.com>
3775         * mail/emacsbug.el (report-emacs-bug): Let explanations correctly
3776         reflect the address to which the report will be sent.
3778 2006-01-06  Eli Zaretskii  <eliz@gnu.org>
3780         * progmodes/ld-script.el (auto-mode-alist): Recognize linker
3781         scripts whose file-name extensions are "\.x[bdsru]?[cn]?$".
3783 2006-01-01  Michael Ernst  <mernst@alum.mit.edu>  (tiny changes)
3785         * textmodes/tildify.el: Fix typos (misspellings) in the commentary.
3787         * emacs-lisp/find-func.el (find-definition-noselect): Fix typo in
3788         the doc string: "functoin" => "function".
3789         * ldefs-boot.el: Likewise.
3791         * textmodes/bibtex.el (bibtex-validate-globally): Fix typo in a
3792         message text: "Duplicat" => "Duplicate".
3794 2006-01-06  Sven Joachim  <svenjoac@gmx.de>  (tiny change)
3796         * files.el (basic-save-buffer-2): If backing-up failed, reset
3797         buffer-backed-up to nil.
3799 2006-01-06  Nick Roberts  <nickrob@snap.net.nz>
3801         * progmodes/gud.el (gdb-script-skip-to-head)
3802         (gdb-script-calculate-indentation): Indent for breakpoint command
3803         lists also.
3805 2006-01-05  Bill Wohler  <wohler@newt.com>
3807         * Makefile.in (compile-always): Add mh-autoloads dependency.
3808         (bootstrap): Remove mh-autoloads dependency, as compile dependency
3809         provides it.
3810         (updates): Remove mh-autoloads dependency, since it probably has
3811         already run recently (via recompile).
3813 2006-01-05  Stefan Monnier  <monnier@iro.umontreal.ca>
3815         * textmodes/flyspell.el (flyspell-accept-buffer-local-defs): Add an
3816         argument `force' to disable the flyspell-last-buffer optimization.
3817         (flyspell-mode-on): Use it.
3819         * progmodes/flymake.el (flymake-get-cleanup-function): Default to
3820         flymake-simple-cleanup.
3821         (flymake-allowed-file-name-masks): Use this new default.
3822         All the functions are now called in the right buffer rather than
3823         passing the buffer as argument.
3824         (flymake-process-sentinel): Switch to buffer before calling cleanup.
3825         (flymake-parse-err-lines): Remove redundant buffer arg.
3826         (flymake-get-program-dir): Comment out unused function.
3827         (flymake-start-syntax-check, flymake-start-syntax-check-process):
3828         Remove redundant buffer argument.
3829         (flymake-get-real-file-name, flymake-simple-java-cleanup)
3830         (flymake-simple-cleanup, flymake-master-cleanup): Remove buffer arg.
3832 2006-01-05  Richard M. Stallman  <rms@gnu.org>
3834         * info.el (Info-find-node): Don't record previous node if have none.
3835         (info): Go to directory only if history is empty.
3837         * simple.el (mark): Doc fix.
3839 2006-01-05  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
3841         * term/mac-win.el (mac-ae-parameter): Don't coerce data if it is
3842         already of desired type.
3843         (mac-ae-list): Coerce parameter to "list" type.
3844         (mac-dispatch-apple-event): Replace cadr part of event with a
3845         dummy position so that event-start returns it.
3847 2006-01-05  Carsten Dominik  <dominik@science.uva.nl>
3849         * textmodes/org.el (org-end-of-subtree): New function.
3850         (org-cycle, org-subtree-end-visible-p, org-scan-tags):
3851         Use `org-end-of-subtree'.
3852         (org-agenda, org-agenda-convert-date): Protect calls to
3853         `fit-window-to-buffer'.
3854         (org-tags-view): Force matching of sublevels when doing a
3855         todo-only search.  Define the correct redo command, including the
3856         arguments.
3857         (org-agenda-redo): Display message.
3858         (org-check-for-org-mode): New function.
3859         (org-agenda-type): New variable.
3860         (org-timeline, org-agenda-list, org-todo-list, org-tags-view):
3861         Set `org-agenda-type'.
3862         (org-agenda-check-type): New function.
3863         (org-agenda-goto-today, org-agenda-later, org-agenda-earlier)
3864         (org-agenda-week-view, org-agenda-day-view)
3865         (org-agenda-next-date-line, org-agenda-previous-date-line)
3866         (org-agenda-log-mode, org-agenda-toggle-diary)
3867         (org-agenda-toggle-time-grid, org-agenda-date-later)
3868         (org-agenda-date-prompt, org-agenda-diary-entry)
3869         (org-agenda-execute-calendar-command, org-agenda-goto-calendar)
3870         (org-agenda-convert-date, org-agenda-menu):
3871         Use `org-agenda-check-type'.
3872         (org-make-overlay, org-delete-overlay)
3873         (org-detatch-overlay, org-move-overlay, org-overlay-put):
3874         New compatibility functions.
3875         (org-calendar-select-mouse): New command.
3877 2006-01-04  Chong Yidong  <cyd@stupidchicken.com>
3879         * cus-edit.el (Custom-reset-current, Custom-reset-saved)
3880         (Custom-reset-standard): Fix y-or-n-p messages.
3881         (custom-link): New face for links.
3882         (custom-buffer-create-internal, custom-manual): Use it.
3883         (custom-face-save): Push to theme-face before setting face spec.
3885         * wid-edit.el (widget-default-mouse-face-get): New function.
3886         (widget-specify-button): Handle mouse-face like button-face.
3888         * custom.el (load-theme): Clear old theme settings if reloading.
3890 2006-01-03  Luc Teirlinck  <teirllm@auburn.edu>
3892         * cus-edit.el (custom-buffer-create-internal): Move whole buffer
3893         "Erase Customization" button back to same position it occupies in
3894         the individual State menus.
3896 2006-01-04  Kim F. Storm  <storm@cua.dk>
3898         * wid-edit.el (key-sequence): Rework widget to read key binding
3899         using `kbd' syntax.  Use C-q to insert literal key, event, or code.
3900         (widget-key-sequence-default-value): Default value for empty sequence.
3901         (widget-key-sequence-map): New map for reading key binding.  Bind C-q.
3902         (widget-key-sequence-read-event): New command for C-q.
3903         (widget-key-sequence-validate, widget-key-sequence-value-to-internal)
3904         (widget-key-sequence-value-to-external): New functions.
3906 2006-01-03  Stefan Monnier  <monnier@iro.umontreal.ca>
3908         * progmodes/flymake.el (flymake-create-temp-with-folder-structure):
3909         Use expand-file-name.
3910         (flymake-delete-temp-directory): Use expand-file-name,
3911         file-name-directory, and directory-file-name.
3912         (flymake-strrchr): Delete.
3913         (flymake-start-syntax-check): Don't pass the redundant buffer argument
3914         to the init-f function.
3915         (flymake-save-buffer-in-file, flymake-init-create-temp-buffer-copy)
3916         (flymake-init-find-buildfile-dir)
3917         (flymake-init-create-temp-source-and-master-buffer-copy)
3918         (flymake-simple-make-init-impl, flymake-simple-make-init)
3919         (flymake-master-make-init, flymake-master-make-header-init)
3920         (flymake-simple-make-java-init, flymake-simple-ant-java-init)
3921         (flymake-perl-init, flymake-simple-tex-init, flymake-master-tex-init)
3922         (flymake-xml-init): Remove corresponding redundant buffer argument.
3923         (flymake-allowed-file-name-masks): Remove last elems that are equal to
3924         the default anyway.  Clean up regexps.
3926         * progmodes/flymake.el (flymake-temp-source-file-name)
3927         (flymake-master-file-name, flymake-temp-master-file-name)
3928         (flymake-base-dir): New buffer-local vars.
3929         (flymake-buffer-data, flymake-get-buffer-value)
3930         (flymake-set-buffer-value): Replace those hash-tables by the new
3931         buffer-local vars.  Update callers.
3933         * progmodes/flymake.el (flymake-check-start-time)
3934         (flymake-check-was-interrupted, flymake-err-info, flymake-is-running)
3935         (flymake-last-change-time, flymake-new-err-info, flymake-timer):
3936         Move definition, so we can remove redundant earlier declaration.
3937         (flymake-replace-regexp-in-string, flymake-split-string)
3938         (flymake-get-temp-dir): Use defalias.
3939         (flymake-popup-menu): Remove `pos' argument.  Use posn-at-point.
3940         (flymake-xemacs-window-edges): Remove unused function.
3941         (flymake-get-point-pixel-pos): Move.
3942         (flymake-pid-to-names, flymake-reg-names)
3943         (flymake-get-source-buffer-name, flymake-unreg-names): Remove.
3944         Replace by a simple list flymake-processes and by process-buffer.
3945         Update callers.  Other than simplify the code, it uses buffers rather
3946         than buffer-names so it doesn't get confused by uniquify.
3947         (flymake-buffer-data): The global value should just be nil.
3949         * emacs-lisp/bytecomp.el (byte-compile-file-form-defalias):
3950         Optimize the body of a defalias like any other code.
3952         * font-lock.el (font-lock-fontify-buffer, font-lock-fontify-region):
3953         Make sure we've setup font-lock's vars.  It may influence which
3954         function we then call.
3955         (font-lock-default-fontify-buffer): Don't bother calling set-defaults
3956         here since it's too late anyway.
3958 2006-01-03  Romain Francoise  <romain@orebokech.com>
3960         * startup.el (fancy-splash-tail, normal-splash-screen):
3961         Update copyright year.
3963 2006-01-02  J.D. Smith  <jdsmith@as.arizona.edu>
3965         * mouse.el (mouse-drag-track): Rename, from
3966         `mouse-drag-region-1'.  Includes optional argument required to
3967         enable post-drag event processing (e.g. delete region keys).
3968         Can be used without this argument to track a mouse region and operate
3969         on it as soon as the drag completes.
3970         (mouse-drag-region): Use `mouse-drag-track'.
3972 2006-01-02  Chong Yidong  <cyd@stupidchicken.com>
3974         * cus-edit.el (custom-guess-name-alist, custom-guess-doc-alist):
3975         Move to `custom-buffer' group.
3977         * cus-theme.el: Rewrite the Custom New Theme Mode interface.
3978         (custom-new-theme-mode-map, custom-theme-insert-variable-marker)
3979         (custom-theme-insert-face-marker, custom-theme-variable-menu)
3980         (custom-theme-face-menu): New variables.
3981         (custom-theme-add-variable, custom-theme-variable-action)
3982         (custom-variable-reset-theme, custom-theme-delete-variable)
3983         (custom-face-reset-theme, custom-theme-face-action)
3984         (custom-theme-delete-face, custom-theme-merge-theme)
3985         (custom-theme-add-face, custom-theme-visit-theme): New functions.
3987 2006-01-01  Chong Yidong  <cyd@stupidchicken.com>
3989         * custom.el: Move Custom Themes commentary to start of theme code.
3990         (custom-known-themes): Rename `standard' theme to `changed'.
3991         (custom-push-theme): Caller no longer specifies what theme to use
3992         when doing `reset'---the setting is simply removed from the theme.
3993         Delete MODE from `theme-value' and `theme-settings' properties.
3994         (custom-declare-theme): Ignore &rest args since we don't use them.
3996         (custom-loaded-themes): Delete variable.
3997         (custom-theme-load-themes, custom-theme-loaded-p)
3998         (custom-theme-value): Delete functions.
4000         (custom-declare-theme): Signal error on invalid theme names.
4001         (provide-theme): custom-loaded-themes was deleted.
4002         (load-theme): Load the file unconditionally.
4003         (enable-theme): Call `load-theme' if theme is undefined.
4004         (custom-enabled-themes): Only update value for successful loads.
4005         (disable-theme): Complete from enabled themes when interactive.
4006         (custom-variable-theme-value): Calculate theme value directly.
4008         (custom-theme-reset-variables, custom-reset-variables): Mark as
4009         XEmacs compatibility functions.  We don't actually use these.
4011         * cus-edit.el (custom-variable-state-set):
4012         Use custom-variable-theme-value instead of custom-theme-value.
4013         (custom-face-state-set): Rename `standard' theme to `changed'.
4014         (custom-save-variables, custom-save-faces): Delete unneeded
4015         references to custom-reset-variables.
4016         (custom-save-resets): Delete function.
4017         (custom-save-variables, custom-save-faces): MODE argument deleted.
4018         (custom-save-variables, custom-save-faces): Ignore theme values.
4020         * cus-face.el (custom-theme-reset-faces): Mark as XEmacs
4021         compatibility function.
4023 2006-01-01  Richard M. Stallman  <rms@gnu.org>
4025         * cus-edit.el (Custom-set, Custom-save): Ask for confirmation.
4026         (Custom-reset-current, Custom-reset-saved): Likewise.
4027         (Custom-reset-standard): Show message if aborted.
4028         (custom-mode): Doc fix, describing those commands.
4030         * mouse.el (mouse-drag-region-1): When following link via mouse-2,
4031         put on event-kind property.
4033 2005-12-31  Chong Yidong  <cyd@stupidchicken.com>
4035         * custom.el (provide-theme): Ban `user' theme name.
4036         (custom-enabling-themes): New variable.
4037         (enable-theme): Don't enable user if custom-enabling-themes is t.
4038         (custom-enabled-themes): Make it a defcustom.
4039         (custom-theme-recalc-face): No-op if face is undefined.
4041         * cus-edit.el (custom-button-mouse): New variable.
4042         (custom-button-mouse): New face.
4043         (custom-raised-buttons, custom-mode): Use it.
4045         * cus-theme.el (custom-new-theme-mode): Use custom-button-mouse.
4047 2005-12-31  Eli Zaretskii  <eliz@gnu.org>
4049         * progmodes/gud.el (gud-display-line): Support hl-line in the
4050         source buffer.
4052 2005-12-31  Lennart Borgman  <lennart.borgman.073@student.lu.se>  (tiny change)
4054         * mouse.el (mouse-drag-window-above): Verify that the found window
4055         overlaps with the given window in the horizontal dimension.
4057 2005-12-31  Eli Zaretskii  <eliz@gnu.org>
4059         * Makefile.in (cvs-update): New target.
4061         * makefile.w32-in (cvs-update): Ditto.
4063 2005-12-30  Chong Yidong  <cyd@stupidchicken.com>
4065         * cus-theme.el (custom-new-theme-mode): Use cus-edit faces.
4066         (custom-new-theme-mode-map): New variable.
4068 2005-12-30  Richard M. Stallman  <rms@gnu.org>
4070         * custom.el (custom-load-themes): Function deleted.
4072         * cus-edit.el (custom-save-loaded-themes): Function deleted.
4073         (custom-save-variables): Don't delete or add custom-load-themes call.
4075 2005-12-30  Stefan Monnier  <monnier@iro.umontreal.ca>
4077         * cus-start.el: Add `visible-cursor'.
4079         * progmodes/flymake.el (flymake-copy-buffer-to-temp-buffer): Simplify.
4080         (flymake-parse-output-and-residual): Remove `source-buffer' argument.
4081         (flymake-process-filter): Switch to buffer before calling it instead.
4082         (flymake-post-syntax-check, flymake-highlight-err-lines)
4083         (flymake-delete-own-overlays, flymake-parse-err-lines)
4084         (flymake-start-syntax-check, flymake-start-syntax-check-process)
4085         (flymake-count-lines, flymake-parse-residual):
4086         Remove constant buffer argument.
4087         (flymake-start-syntax-check-for-current-buffer): Remove.
4088         Update callers to use flymake-start-syntax-check instead.
4089         (flymake-display-err-menu-for-current-line):
4090         Remove unused var `mouse-pos'.
4091         (flymake-restore-formatting): Comment out unused function.
4092         (flymake-report-status, flymake-report-fatal-status): Remove buffer
4093         argument, use current-buffer instead.  Update callers.
4095 2005-12-30  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
4097         * textmodes/bibtex.el (bibtex-mode): Make completion-ignore-case
4098         buffer-local because choose-completion-delete-max-match requires
4099         that we set completion-ignore-case (i.e., binding via let is not
4100         sufficient).
4101         (bibtex-complete): Always set completion-ignore-case and
4102         choose-completion-string-functions.  The latter is needed because
4103         choose-completion-string-functions keeps its value if we quit the
4104         *Completions* buffer without requesting a completion.
4106 2005-12-30  Andreas Schwab  <schwab@suse.de>
4108         * progmodes/cc-defs.el: Ignore errors from font-lock-compile-keywords.
4110 2005-12-30  Eli Zaretskii  <eliz@gnu.org>
4112         * jit-lock.el (jit-lock-chunk-size): Doc fix.
4114 2005-12-30  Juri Linkov  <juri@jurta.org>
4116         * locate.el (locate-fcodes-file, locate-header-face)
4117         * progmodes/delphi.el (delphi-other-face)
4118         * progmodes/glasses.el (glasses-face): Add tag "None" to const nil.
4120         * paren.el (show-paren-match, show-paren-mismatch): Use existing
4121         group `paren-showing-faces'.
4123         * net/goto-addr.el (goto-address-highlight-keymap): Fix docstring.
4124         (goto-address): Fix docstring.
4126         * net/webjump.el (webjump-sample-sites): Update URLs.
4128         * textmodes/fill.el (fill-single-word-nobreak-p): Use `sentence-end'.
4130         * subr.el (cancel-change-group): Add listp around pending-undo-list.
4132 2005-12-29  Stefan Monnier  <monnier@iro.umontreal.ca>
4134         * font-lock.el (font-lock-compile-keywords): Signal an error when
4135         font-lock-set-defaults hasn't been called.
4137 2005-12-29  Luc Teirlinck  <teirllm@auburn.edu>
4139         * subr.el (noreturn, 1value): Doc fixes.
4141 2005-12-29  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
4143         * textmodes/bibtex.el (bibtex-text-in-field-bounds): Handle case
4144         that assoc-string returns nil.
4146 2005-12-29  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
4148         * textmodes/bibtex.el (bibtex-entry-type-whitespace)
4149         (bibtex-entry-type-str, bibtex-empty-field-re)
4150         (bibtex-search-backward-string, bibtex-preamble-prefix)
4151         (bibtex-search-entry, bibtex-enclosing-entry-maybe-empty-head): Remove.
4152         (bibtex-any-valid-entry-type): New variable.
4153         (bibtex-parse-field-name): Simplify.
4154         (bibtex-parse-string, bibtex-search-forward-string): New arg empty-key.
4155         (bibtex-preamble-prefix): Include left delimiter.
4156         (bibtex-search-forward-field, bibtex-search-backward-field):
4157         Allow unbounded search past entry boundaries (required by bibtex-pop).
4158         (bibtex-text-in-field-bounds): Use push.
4159         (bibtex-text-in-field): Do not use bibtex-narrow-to-entry.
4160         (bibtex-parse-preamble, bibtex-valid-entry)
4161         (bibtex-beginning-first-field): New functions.
4162         (bibtex-skip-to-valid-entry): Use bibtex-valid-entry.  Fix regexp.
4163         (bibtex-map-entries): Fix docstring.
4164         (bibtex-flash-head): New arg prompt.  Simplify.
4165         (bibtex-enclosing-field): Include code of bibtex-inside-field.
4166         (bibtex-insert-kill): Simplify.  Always insert text past the
4167         current field or entry.
4168         (bibtex-format-entry): Use bibtex-parse-field.
4169         (bibtex-pop): Use bibtex-beginning-of-entry and
4170         bibtex-end-of-entry to initiate the search.  Insert empty field if
4171         we found ourselves.
4172         (bibtex-print-help-message): New args field and comma.
4173         Handle entry keys.
4174         (bibtex-make-field): Use bibtex-beginning-of-entry.
4175         (bibtex-end-of-entry): Use bibtex-valid-entry.  Recognize any
4176         invalid entry.
4177         (bibtex-validate): Use bibtex-valid-entry and bibtex-parse-string.
4178         Handle preambles.  Simplify code for thorough test.
4179         (bibtex-next-field, bibtex-find-text, bibtex-find-text-internal):
4180         New arg comma.  Handle entry heads.
4181         (bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters)
4182         (bibtex-kill-field, bibtex-copy-field-as-kil, bibtex-empty-field):
4183         New arg comma.
4184         (bibtex-kill-entry): Use bibtex-any-entry-maybe-empty-head.
4185         (bibtex-fill-field): Simplify.
4186         (bibtex-fill-entry): Use bibtex-beginning-first-field and
4187         bibtex-parse-field.
4188         (bibtex-convert-alien): Do not wait before calling bibtex-validate.
4189         (bibtex-complete): Use bibtex-parse-preamble.
4191 2005-12-29  Nick Roberts  <nickrob@snap.net.nz>
4193         * progmodes/gdb-ui.el (gdb-tooltip-print, gdb-tooltip-print-1):
4194         Display name of expression instead of convenience variable.
4195         (gdb-post-prompt): Only call gdb-get-changed-registers if needed.
4197         * progmodes/gud.el (gud-tooltip-dereference): Rename from
4198         toggle-gud-tooltip-dereference.
4199         (gud-tooltip-print-command): Move concatenation of "*" to expr to...
4200         (gud-tooltip-tips): ...here when dereferencing.
4202 2005-12-28  Bill Wohler  <wohler@newt.com>
4204         * simple.el (mh-e-user-agent): Move to mh-e/mh-comp.el and autoload.
4206 2005-12-28  Stefan Monnier  <monnier@iro.umontreal.ca>
4208         * vc.el (vc-annotate-display): Replace optional arg `color-map' with
4209         compulsory arg `ratio'.  Inline body of vc-annotate-time-span.
4210         (vc-annotate-display-autoscale): Adjust call.
4211         (vc-annotate-display-default): Adjust call.  Make arg compulsory.
4212         Fix interactive spec.
4213         (vc-annotate-time-span): Remove.
4214         (vc-annotate-oldest-in-map): Rename from vc-annotate-car-last-cons.
4215         (vc-annotate-mode-menu, vc-annotate-display-autoscale)
4216         (vc-annotate-display-select): Use new name.
4218         * vc.el (vc-annotate-mode-map): Remove obsolete binding.
4219         (vc-annotate-mode-menu): Remove left-over redundant declaration.
4220         Correct the construction of span entries.  Simplify.
4221         (vc-annotate-display-select): Fix the nil case.
4222         (vc-annotate): Remove obsolete (and now broken) code.
4223         (vc-annotate-extract-revision-at-line): Remove obsolete code.
4224         (vc-annotate-time-span): Remove unused arg `quantize'.  Simplify.
4226 2005-12-28  Luc Teirlinck  <teirllm@auburn.edu>
4228         * subr.el (lazy-completion-table): Correct typo in docstring.
4230         * startup.el (command-line): Use `custom-reevaluate-setting' for
4231         `send-mail-function'.
4233         * mail/sendmail.el (send-mail-function): Autoload the standard-value.
4235 2005-12-05  Ralf Angeli  <angeli@iwi.uni-sb.de>
4237         * mail/smtpmail.el (smtpmail-try-auth-methods):
4238         Send credentials together with "AUTH PLAIN" command.
4240 2005-12-27  Richard M. Stallman  <rms@gnu.org>
4242         * mouse.el (mouse-drag-region-1): When remapping mouse-1 to
4243         mouse-2, go back to previously selected window, so it's selected
4244         when mouse-2 command runs.
4246 2005-12-27  Juri Linkov  <juri@jurta.org>
4248         * descr-text.el (describe-text-sexp): Use square brackets for
4249         button [Show] to distinguish it from the property value `show'.
4250         (describe-property-list): Use `insert-text-button' with
4251         `help-face' type instead of putting face in quotes, because button
4252         is not created automatically for a list of faces.
4253         (describe-text-properties-1): Put button-type value in quotes to
4254         distinguish from plain text "button".
4255         (describe-char): Display code point values in hex.  Don't use
4256         `symbol-name' for `current-input-method' because it is a string.
4257         Use `insert-text-button' with `help-face' type instead of putting
4258         hardcoded face in quotes, because button is not created automatically.
4260 2005-12-27  Richard M. Stallman  <rms@gnu.org>
4262         * progmodes/glasses.el (glasses-face): More specific custom type.
4264         * files.el (set-visited-file-name): Doc fix.
4266         * textmodes/flyspell.el (flyspell-external-point-words):
4267         Use local var buffer-scan-pos to advance scan for next misspelling.
4268         Advance it only after we find the misspelling.
4270 2005-12-27  Agustin Martin  <agustin.martin@hispalinux.es>
4272         * textmodes/flyspell.el (flyspell-external-point-words):
4273         New criteria for finding the misspelling in the buffer.
4275 2005-12-27  Nick Roberts  <nickrob@snap.net.nz>
4277         * help-mode.el (help-insert-string): Set help-xref-stack-item
4278         rather than call help-setup-xref.
4280         * descr-text.el (describe-char): Revert previous changes for
4281         optional buffer argument.
4283 2005-12-27  Juri Linkov  <juri@jurta.org>
4285         * help-mode.el (help-insert-string): New function.  Save buffer
4286         contents in cases where it is impossible to recompute the old contents.
4288         * descr-text.el (describe-char): Set help-xref-stack-item
4289         explicitly after buffer has been generated.
4291 2005-12-27  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
4293         * cus-start.el (all): Add x-gtk-show-hidden-files.
4295 2005-12-26  Richard M. Stallman  <rms@gnu.org>
4297         * replace.el (perform-replace): Calculate match-again
4298         before skipping read-only matches.
4300         * paren.el (paren-showing-faces): New group.
4301         (show-paren-match, show-paren-mismatch): Move to that group.
4303         * button.el (button): Put into group `basic-faces'.
4305         * progmodes/make-mode.el: Remove faces from group `faces'.
4307         * apropos.el (apropos, apropos-value): Doc fix.
4308         (apropos-documentation): Doc fix.
4310 2005-12-26  Stefan Monnier  <monnier@iro.umontreal.ca>
4312         * subr.el (lazy-completion-table): Remove argument `args'.
4314         * textmodes/bibtex.el (bibtex-strings, bibtex-reference-keys):
4315         Don't use the `args' argument of lazy-completion-table.
4317 2005-12-26  Nick Roberts  <nickrob@snap.net.nz>
4319         * descr-text.el (describe-char): Add optional argument for buffer.
4320         Set buffer appropriately.  Call help-setup-xref.
4321         Suggested by Stefan Monnier.
4323 2005-12-26  Juri Linkov  <juri@jurta.org>
4325         * descr-text.el: Require `help-fns' at runtime.  Don't require
4326         `button' for byte compilation.
4327         (describe-text-widget): Add `help-echo' for first button.
4328         Use `help-info' for second.
4329         (describe-property-list): Use `help-argument-name' instead of `italic'.
4330         (describe-text-category): Add prompt to interactive spec.
4331         Call `help-setup-xref'.
4332         (describe-char): Use `help-character-set'.  Add `help-echo' for
4333         code point.  Use `help-input-method'.  Remove superfluous insert.
4335 2005-12-25  Richard M. Stallman  <rms@gnu.org>
4337         * progmodes/cc-defs.el (c-emacs-features): Do parse-partial-sexp
4338         at point, in case of narrowing.
4340         * progmodes/delphi.el (delphi-other-face): Allow nil in type.
4342         * locate.el (locate-header-face): Allow nil in type.
4344         * progmodes/cpp.el (cpp-face-none-list): Use cpp-face instead of face.
4346 2005-12-25  Romain Francoise  <romain@orebokech.com>
4348         * battery.el (battery-linux-proc-acpi): Also try
4349         `/proc/acpi/thermal_zone/THM0/temperature'.
4351 2005-12-24  Chong Yidong  <cyd@stupidchicken.com>
4353         * custom.el (custom-push-theme): Fix docstring.
4355         * cus-edit.el (custom-variable-set, custom-variable-save)
4356         (custom-variable-save): Custom-quote widget values.
4357         (customize-save-variable): Fix custom-push-theme call.
4359 2005-12-24  Eli Zaretskii  <eliz@gnu.org>
4361         * w32-fns.el (w32-batch-update-autoloads): New function.
4363         * makefile.w32-in (autoloads, $(lisp)/mh-e/mh-loaddefs.el):
4364         Use w32-batch-update-autoloads, and don't setq generated-autoload-file
4365         from the command line.
4367 2005-12-23  Chong Yidong  <cyd@stupidchicken.com>
4369         * custom.el (custom-push-theme): Clarify docstring.  VALUE nil for
4370         reset means to remove setting from theme entirely.  Don't keep
4371         expanding theme-settings list; delete old entries if necessary.
4373         * cus-edit.el (custom-buffer-create-internal): Move "Erase
4374         customization" button one line up.
4375         (custom-themed): New face.
4376         (custom-magic-alist): New value, THEMED, for theme settings.
4377         (custom-variable-state-set, custom-face-state-set):
4378         Check theme-value instead of saved-value.
4379         (custom-variable-reset-standard, custom-face-reset-standard):
4380         Remove theme setting entirely.  Recalculate new values.
4381         (custom-variable-set, custom-variable-set)
4382         (custom-variable-reset-saved, custom-variable-reset-backup)
4383         (custom-face-set, custom-face-reset-saved): Update `user' theme.
4384         (custom-variable-save): Fix typos.
4386 2005-12-23  Juri Linkov  <juri@jurta.org>
4388         * emacs-lisp/edebug.el (edebug-all-defs, edebug-all-forms):
4389         Add autoload cookies.
4390         (edebug-outside-d-c-i-n-s-w): New variable.
4391         (edebug-display, edebug-outside-excursion): Use it to save the
4392         original value of default-cursor-in-non-selected-windows.
4393         Set default-cursor-in-non-selected-windows to t while Edebug
4394         is active.
4395         (edebug-mode, edebug-eval-mode): Doc fix.
4397         * mouse.el (mouse-choose-completion): Replace `buffer-substring'
4398         with `buffer-substring-no-properties' to remove common substring
4399         highlighting.
4401         * info.el (info-other-window, info): Rename function argument
4402         `file' to `file-or-node'.
4403         (Info-complete-menu-item): Use local variable `complete-nodes' to
4404         keep the global value of `Info-complete-nodes' unchanged for
4405         subsequent completions.
4406         (info-tool-bar-map): Put `Info-index' icon just before `Info-search'.
4408         * simple.el (get-next-valid-buffer, last-buffer)
4409         (next-error-buffer-p, next-error-find-buffer)
4410         (minibuffer-history-sexp-flag): Doc fix.
4412         * savehist.el (savehist-mode-hook): Add `:group'.
4414         * log-view.el: Call autoload for vc-find-version.
4415         (log-view-current-file): Adjust subgroup numbers.
4416         (log-view-current-tag): Add `length'.
4418 2005-12-23  Richard M. Stallman  <rms@gnu.org>
4420         * vc.el (vc-annotate-car-last-cons): Defn moved up.
4422 2005-12-23  Juri Linkov  <juri@jurta.org>
4424         * hi-lock.el (hi-lock-archaic-interface-message-used)
4425         (hi-lock-archaic-interface-deduce, hi-lock-mode): Doc fix.
4426         (hi-lock-mode): Display "Hi" in the mode line only when
4427         hi-lock-interactive-patterns or hi-lock-file-patterns is non-nil.
4428         (hi-lock-write-interactive-patterns):
4429         Use hi-lock-file-patterns-prefix instead of hard-coded "Hi-lock".
4430         (hi-lock-set-pattern, hi-lock-set-file-patterns)
4431         (hi-lock-font-lock-hook): Set 3rd arg `how' of
4432         font-lock-add-keywords to t.
4434 2005-12-23  David Koppelman  <koppel@ece.lsu.edu>
4436         * hi-lock.el (hi-lock-highlight-range): New variable.
4437         (hi-lock-mode, hi-lock-unface-buffer): Call font-lock-fontify-buffer
4438         only if font-lock-fontified is non-nil.  Remove overlays.
4439         (hi-lock-set-pattern): Call font-lock-fontify-buffer if
4440         font-lock-fontified is non-nil, otherwise use overlays (instead of
4441         text properties).
4442         (hi-lock-string-serialize-hash, hi-lock-string-serialize-serial):
4443         New variables.
4444         (hi-lock-string-serialize) New function.
4446 2005-12-23  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
4448         * menu-bar.el (menu-find-file-existing): New function.
4449         (menu-bar-file-menu): Use menu-find-file-existing for Open.
4451         * tool-bar.el (tool-bar-setup): Open changed to menu-find-file-existing.
4453 2005-12-22  Stefan Monnier  <monnier@iro.umontreal.ca>
4455         * vc.el: Remove unnecessary leading * in docstrings.
4456         (vc-annotate-mode-map): Move initialization into declaration.
4457         (vc-static-header-alist): Nitpick on the regexp.
4458         (vc-default-init-version): New fun.
4459         (vc-register): Use it.
4460         (vc-insert-headers): Use dolist.
4461         (vc-annotate-get-backend): Remove unused function.
4462         (vc-annotate-add-menu): Remove.  Build the menu directly at toplevel.
4463         (vc-annotate-mode): Remove corresponding call.
4464         (vc-annotate-car-last-cons): Simplify.
4465         (vc-annotate-buffers): Remove var.
4466         (vc-annotate-backend): Make it buffer-local.
4467         (vc-annotate): Move the interaction to the interactive spec.
4468         Add a `buf' argument.
4469         (vc-annotate-warp-version): Use this new `buf' argument to avoid
4470         killing&creating a vc-annotate buffer, which is very disruptive when
4471         the buffers are shown in dedicated frames.
4473 2005-12-23  Nick Roberts  <nickrob@snap.net.nz>
4475         * descr-text.el: Add FSF as maintainer.
4476         (describe-text-mode, describe-text-mode-map)
4477         (describe-text-mode-hook, describe-text-done): Delete.  Use normal
4478         help-mode.
4479         (describe-text-widget, describe-text-sexp)
4480         (describe-property-list, describe-text-category)
4481         (describe-text-properties, describe-text-properties-1)
4482         (describe-char): Use help buttons instead of widgets.
4483         (describe-char-unicodedata-file): Make URL link in doc string.
4485 2005-12-22  Richard M. Stallman  <rms@gnu.org>
4487         * cus-edit.el (custom-variable-prompt): Say "variable" in prompt.
4488         (custom-buffer-create-internal): Reword the top-of-buffer help intro.
4489         Don't include buttons that write a file when there's no file.
4490         (custom-variable-menu, custom-face-menu, custom-group-menu):
4491         Don't include commands that write a file when there's no file.
4492         (customize-browse): Reword the top-of-buffer help intro.
4493         (custom-buffer-create-internal): Fix previous change.
4494         (customize-changed-options-previous-release): Prev release is 21.1.
4495         (customize-changed-options): Doc fix.
4496         (customize-changed): New alias.
4497         (custom-reset-menu, custom-magic-alist, Custom-mode-menu):
4498         Say "standard values".
4499         (Custom-reset-standard): Doc fix.
4500         (custom-face-reset-standard): Doc fix.
4502 2005-12-22  Stefan Monnier  <monnier@iro.umontreal.ca>
4504         * font-lock.el (font-lock-default-fontify-buffer): Try and set-defaults
4505         even if font-lock-mode is non-nil since it may be t without having
4506         turned on font-lock-mode-internal.
4507         (font-lock-choose-keywords): Minor optimization.
4508         (font-lock-add-keywords, font-lock-remove-keywords)
4509         (font-lock-set-defaults): Don't call make-local-variable on a variable
4510         that we know to already be local.
4512 2005-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
4514         * emacs-lisp/lisp.el (lisp-complete-symbol): Don't print progress
4515         messages if in the minibuffer.
4517 2005-12-21  Stefan Monnier  <monnier@iro.umontreal.ca>
4519         * textmodes/flyspell.el (flyspell-check-word-p): Don't quote - in a RE.
4520         (tex-mode-flyspell-verify, flyspell-get-word)
4521         (flyspell-external-point-words): Don't use point-min/max uselessly.
4523         * emacs-lisp/lisp.el (lisp-complete-symbol): Mostly undo the change
4524         by Kevin Rodgers.  Instead, just hide the completions buffer if we
4525         don't need to show it.
4527 2005-12-21  Luc Teirlinck  <teirllm@auburn.edu>
4529         * wid-edit.el (file, directory): Doc fixes for the `define-widget's.
4531 2005-12-21  Stefan Monnier  <monnier@iro.umontreal.ca>
4533         * emacs-lisp/lisp.el (lisp-complete-symbol): Don't call
4534         delete-windows-on with an inexistent buffer.
4536 2005-12-22  Nick Roberts  <nickrob@snap.net.nz>
4538         * progmodes/gud.el (gud-tooltip-modes, gud-tooltip-display):
4539         Delete defcustom variable :tag names.
4541 2005-12-20  Stefan Monnier  <monnier@iro.umontreal.ca>
4543         * log-view.el (log-view-file-re, log-view-message-re): Use shy groups.
4544         (log-view-font-lock-keywords): Ajust subgroup numbers.
4545         (log-view-current-tag): Don't hard code the number of subgroups.
4547 2005-12-20  Juri Linkov  <juri@jurta.org>
4549         * tooltip.el (tooltip): Move defgroup before define-minor-mode.
4550         (tooltip-x-offset, tooltip-y-offset): Doc fix.
4552         * menu-bar.el (menu-bar-menu-frame-live-and-visible-p)
4553         (menu-bar-non-minibuffer-window-p): Instead of checking
4554         display-multi-frame-p, use selected-frame when menu-updating-frame
4555         is nil.
4557 2005-12-20  Davis Herring  <herring@lanl.gov>  (tiny change)
4559         * align.el (align-rules-list): Use [ \t] instead of \s-
4560         for column separators in text mode.
4562 2005-12-20  Nick Roberts  <nickrob@snap.net.nz>
4564         * help-mode.el (help-customize-variable, help-customize-face):
4565         Don't pop help-xref-stack as help-follow no longer pushes
4566         anything on to it.
4568 2005-12-20  Carsten Dominik  <dominik@science.uva.nl>
4570         * textmodes/org.el (org-agenda-custom-commands): New option.
4571         (org-agenda): Offer custom commands on splash screen.
4572         (org-make-tags-matcher): Parser for Boolean logic added.
4573         (org-agenda-set-tags): New command.
4574         (org-agenda-menu, org-agenda-mode-map): Add `org-agenda-set-tags'.
4575         (org-set-tags): Efficiency improvements.
4576         (org-auto-align-tags): New option.
4577         (org-todo, org-demote, org-promote): Realign tags.
4578         (org-tags-completion-function): Use also "&" and "|" as separators.
4579         (org-org-menu): Agenda commands simplified.
4581 2005-12-19  Luc Teirlinck  <teirllm@auburn.edu>
4583         * cus-edit.el (customize-apropos, customize-apropos-options):
4584         Docstring changes.
4586         * font-lock.el (font-lock): Add tags to the links in the defgroup.
4588 2005-12-19  Chong Yidong  <cyd@stupidchicken.com>
4590         * longlines.el (longlines-mode): Wrap while widened.
4591         (longlines-decode-region, longlines-encode-region): Compute max
4592         just once.
4594 2005-12-19  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
4596         * cus-edit.el (mac): New group.
4598         * cus-start.el (all): Add user options in macterm.c.  Add test for
4599         Mac-related built-ins.  Fix test for GTK-related built-ins.
4601         * term/mac-win.el (mac-handle-language-change)
4602         (mac-ae-open-documents, mac-ae-get-url, mac-services-open-file)
4603         (mac-services-open-selection, mac-services-mail-selection)
4604         (mac-services-mail-to, mac-services-insert-text)
4605         (mac-dispatch-apple-event): Add docstrings.
4606         (x-get-selection, mac-select-convert-to-string): Select coding
4607         system from `utf-16be' and `utf-16le' using `byteorder'.
4609 2005-12-18  Stefan Monnier  <monnier@iro.umontreal.ca>
4611         * subr.el (lazy-completion-table): Don't be fooled if the var holds
4612         a "list" (lambda ...) rather than a real completion list.
4614         * emacs-lisp/cl-extra.el (cl-macroexpand-all): Fix code-walk for
4615         lexical-let when encountering ((lambda (...) ...) ...).
4617 2005-12-17  Chong Yidong  <cyd@stupidchicken.com>
4619         * progmodes/sh-script.el (sh-mode):
4620         * language/ethio-util.el (ethio-fidel-to-sera-mail-or-marker):
4621         * textmodes/picture.el (picture-mode): Update docstrings.
4623 2005-12-17  Eli Zaretskii  <eliz@gnu.org>
4625         * makefile.w32-in (autoloads, custom-deps): Warn that parts of
4626         commands enclosed in $(ARGQUOTE)s should not be split between two
4627         lines, as that will break with GNU Make >3.80, when sh.exe is used
4628         and arg quoting is with '..'.
4629         (autoloads): Don't break the quoted --eval expression between
4630         several lines.
4632 2005-12-17  Chong Yidong  <cyd@stupidchicken.com>
4634         * emacs-lisp/edebug.el (edebug-safe-prin1-to-string):
4635         Capture error from printing circular structures.
4637 2005-12-17  Martin Rudalics  <rudalics@gmx.at>  (tiny change)
4639         * wid-edit.el (widget-checkbox-action): Clear undo info.
4641 2005-12-16  Bill Wohler  <wohler@newt.com>
4643         * menu-bar.el (kill-this-buffer): Set a good example by using menu
4644         bar, not menubar in comment.
4646 2005-12-16  Stefan Monnier  <monnier@iro.umontreal.ca>
4648         * progmodes/cc-engine.el (c-after-change-check-<>-operators):
4649         After-change-functions should not clobber the match data.
4651 2005-12-16  Juri Linkov  <juri@jurta.org>
4653         * simple.el (choose-completion): Use `buffer-substring-no-properties'
4654         instead of `buffer-substring'.
4655         (completion-common-substring): Doc fix.
4656         (completion-setup-function): Use minibuffer-completion-contents
4657         instead of minibuffer-contents.  Don't set common-string-length
4658         initially.  Remove special handling of partial-completion-mode.
4659         Move computation of completion-base-size into one cond.
4660         Call completion-base-size-function in mainbuf.  In computation of
4661         completion-base-size for file name completion don't move point to
4662         the end of the minibuffer.  Move computation of common-string-length
4663         into one cond.  Start putting faces only when common-string-length>=0.
4664         Add condition to put completions-common-part when
4665         common-string-length>0.
4667         * complete.el (PC-do-completion): Remove `(equal (point) beg)' to
4668         place point at the first different character in the minibuffer
4669         even if this position is at the beginning of the minibuffer.
4671         * info.el (Info-read-node-name-1): In completion-base-size-function's
4672         lambda return 1 if common-substring or minibuffer-completion-contents
4673         starts with (, and 0 otherwise.
4675         * emacs-lisp/crm.el (crm-minibuffer-completion-help):
4676         Use `crm-current-element' for second arg of `display-completion-list'.
4678 2005-12-16  Klaus Zeitler  <kzeitler@lucent.com>
4680         * files.el (set-auto-mode): Look for an interpreter specified on
4681         the first line also if search for mode specification succeeded,
4682         but the mode is not known.
4684 2005-12-16  Carsten Dominik  <dominik@science.uva.nl>
4686         * textmodes/org.el (org-tags-match-list-sublevels): New option.
4687         (org-open-at-point): Implement tag searches as links.
4688         (org-fit-agenda-window, org-get-buffer-tags, org-get-tags)
4689         (org-make-tags-matcher, org-scan-tags, org-activate-tags): New funs.
4690         (org-tags-sparse-tree, org-tags-view, org-set-tags)
4691         (org-agenda-dispatch): New commands.
4692         (org-use-tag-inheritance, org-tags-column): New options.
4693         (org-tab-follows-link, org-return-follows-link): New options.
4694         (org-tags): New customize group.
4695         (org-start-icalendar-file): Get local time zone.
4696         (org-tags-completion-function): New function.
4697         (org-set-font-lock-defaults): Make sure links will also be
4698         highlighted inside headlines.
4700 2005-12-16  Mark Plaksin  <happy@usg.edu>  (tiny change)
4702         * term.el (term-emulate-terminal):
4703         Let term-handle-ansi-terminal-messages override what Bash says about
4704         its current directory.
4706 2005-12-16  L\e$,1 q\e(Brentey K\e,Aa\e(Broly  <lorentey@elte.hu>
4708         * bindings.el (last-buffer): Move to simple.el.
4709         * simple.el (last-buffer): Move here.
4710         (get-next-valid-buffer): New function.
4711         (next-buffer): Use frame-local buffer list, maintain buried buffer list.
4712         (prev-buffer): Ditto.  Rename to `previous-buffer'.
4714         * menu-bar.el (menu-bar-update-buffers): Update uses of `prev-buffer'.
4715         * bindings.el (global-map): Ditto.
4717 2005-12-15  Luc Teirlinck  <teirllm@auburn.edu>
4719         * cus-edit.el: Introductory comment change.
4720         (custom-magic-alist): Change message string for the `rogue' state.
4722 2005-12-15  Richard M. Stallman  <rms@gnu.org>
4724         * tooltip.el: Delete defcustom variable :tag names.
4726         * complete.el (partial-completion-mode): Doc fix.
4728         * textmodes/flyspell.el (flyspell-external-point-words):
4729         Use save-excursion to ensure we don't move backward in the
4730         search loop, not even one character.
4731         (flyspell-delete-all-overlays): Use remove-overlays directly.
4733         * textmodes/ispell.el (ispell-current-personal-dictionary): New var.
4734         (ispell-start-process): Set that variable.
4735         Clear ispell-buffer-local-name.
4736         (ispell-internal-change-dictionary):
4737         Set ispell-current-dictionary after killing process.
4738         (ispell-buffer-local-dict):
4739         Don't set spell-personal-dictionary after killing process.
4740         (ispell-buffer-local-words): Don't clear out ispell-buffer-local-name.
4741         (ispell-tex-skip-alists, ispell-html-skip-alists)
4742         (ispell-skip-region-alist): Mark as risky.
4744         * net/newsticker.el (newsticker--retrieval-timer-list)
4745         (newsticker--display-timer, newsticker-running-p)
4746         (newsticker-ticker-running-p): Definitions moved up.
4748 2005-12-16  Nick Roberts  <nickrob@snap.net.nz>
4750         * progmodes/gdb-ui.el (gdb-many-windows): Echo new state in minibuffer.
4752 2005-12-15  David Ponce  <david@dponce.com>
4754         * recentf.el (recentf-dialog-goto-first): Fix missing error condition.
4755         (recentf-edit-list, recentf-open-files): Signal an error when
4756         there is no recent file.
4758 2005-12-14  Lennart Borgman  <lennart.borgman.073@student.lu.se>
4760         * textmodes/texinfmt.el (texinfo-format-region): Set buffer to
4761         read-only except for texinfo-format-region evaluation.
4763 2005-12-14  Richard M. Stallman  <rms@gnu.org>
4765         * vc.el (vc-default-previous-version, vc-default-next-version)
4766         (vc-do-command): Doc fixes.
4768 2005-12-14  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
4770         * textmodes/bibtex.el (bibtex-expand-strings)
4771         (bibtex-autokey-expand-string, bibtex-name-part)
4772         (bibtex-entry-type-whitespace, bibtex-entry-type-str)
4773         (bibtex-any-entry-maybe-empty-head, bibtex-string-type)
4774         (bibtex-preamble-prefix, bibtex-string-empty-key): New variables.
4775         (bibtex-entry-type, bibtex-entry-head): Match only valid entries.
4776         (bibtex-entry-postfix, bibtex-known-entry-type-re)
4777         (bibtex-valid-entry-re, bibtex-any-valid-entry-re)
4778         (bibtex-valid-entry-whitespace-re, bibtex-empty-field-re)
4779         (bibtex-field-name-for-parsing, bibtex-remove-delimiters-string)
4780         (bibtex-beginning-of-last-entry): Remove.
4781         (bibtex-parse-field-name): Use bibtex-field-name.  Issue error
4782         message if comma is missing but buffer is read-only.
4783         (bibtex-parse-field-text): Handle whitespaces at the end of field
4784         text.  Return 3-element list with beginning and end of field text
4785         and end of field.
4786         (bibtex-end-of-text-in-field, bibtex-end-of-field): Change accordingly.
4787         (bibtex-parse-field): Remove arg name.  Use bibtex-field-name.
4788         (bibtex-search-forward-field, bibtex-search-backward-field):
4789         Search always delimited by limits of entry.  Use more efficient
4790         search algorithms.
4791         (bibtex-name-in-field): Use bibtex-start-of-name-in-field and
4792         bibtex-end-of-name-in-field.
4793         (bibtex-text-in-field-bounds): Handle BibTeX strings when
4794         extracting the content of a field.
4795         (bibtex-text-in-field): Use search limits.
4796         (bibtex-parse-string-prefix): Handle empty string keys based on
4797         bibtex-string-empty-key.
4798         (bibtex-parse-string): Fix docstring.
4799         (bibtex-text-in-string): Use bibtex-text-in-field-bounds.
4800         (bibtex-preamble-prefix, bibtex-strings): New functions.
4801         (bibtex-skip-to-valid-entry): Include preceding whitespace in
4802         BibTeX entries (consistent with other BibTeX functions).
4803         (bibtex-map-entries): Use bibtex-skip-to-valid-entry.
4804         (bibtex-search-entry): Fix docstring.  Simplify.
4805         (bibtex-flash-head, bibtex-complete-string-cleanup)
4806         (bibtex-count-entries, bibtex-sort-buffer): Simplify.
4807         (bibtex-beginning-of-first-entry): Use bibtex-skip-to-valid-entry.
4808         (bibtex-parse-entry): New optional arg content.
4809         (bibtex-format-entry, bibtex-autofill-entry, bibtex-url): Use it.
4810         Use bibtex-text-in-field-bounds.
4811         (bibtex-print-help-message): Handle BibTeX strings and preambles.
4812         (bibtex-end-of-entry): Use bibtex-preamble-prefix and
4813         bibtex-parse-string-postfix.
4814         (bibtex-find-text-internal): New function.
4815         (bibtex-remove-delimiters): Use it.
4816         (bibtex-find-text): Use it.  New optional arg help.
4817         (bibtex-complete): Handle BibTeX string and preamble entries.
4818         (bibtex-Preamble): Fix order of closing delimiters.
4820 2005-12-14  Stefan Monnier  <monnier@iro.umontreal.ca>
4822         * vc.el (vc-default-revert): New fun.
4824         * vc-mcvs.el (vc-mcvs-revert): Fix call to vc-default-revert.
4826 2005-12-14  Romain Francoise  <romain@orebokech.com>
4828         * font-lock.el (font-lock-keywords-alist): Rename `append' to `how'.
4829         (font-lock-add-keywords, font-lock-update-removed-keyword-alist):
4830         (font-lock-remove-keywords): Likewise.
4832 2005-12-14  Juri Linkov  <juri@jurta.org>
4834         * log-view.el (log-view-diff): Doc fix.
4836         * isearch.el (isearch-query-replace): Use (mark) instead of
4837         isearch-opoint if mark is active in transient-mark-mode.
4839 2005-12-14  Aaron S. Hawley  <Aaron.Hawley@uvm.edu>
4841         * isearch.el (isearch-query-replace): Check for isearch-other-end.
4843 2005-12-14  Per Abrahamsen  <abraham@dina.kvl.dk>
4845         * progmodes/cpp.el (cpp-face): New widget.
4846         (cpp-known-face, cpp-unknown-face, cpp-edit-list): Use it.
4848 2005-12-14  Juri Linkov  <juri@jurta.org>
4850         * help-macro.el (make-help-screen): Bind `inhibit-read-only' to t
4851         around `erase-buffer' and `insert'.
4853         * descr-text.el (describe-text-properties): Replace buffer name
4854         "*Help-2*" with "*Help*<2>".
4855         (describe-char): Add functions print-help-return-message,
4856         toggle-read-only.  Use help-setup-xref with nil to not store
4857         describe-char in help-xref-stack.  Use help-make-xrefs to
4858         make [back] button.
4860         * desktop.el (desktop-minor-mode-table): Add vc-dired-mode with nil.
4862         * wdired.el (wdired-old-point): New internal variable.
4863         (wdired-change-to-wdired-mode): Set it buffer-locally.
4864         (wdired-abort-changes): Restore point after aborting changes.
4866 2005-12-13  Stefan Monnier  <monnier@iro.umontreal.ca>
4868         * vc.el (vc-do-command): Add a new value t for okstatus.
4870         * vc-svn.el (vc-svn-registered): Use it to avoid popping up a spurious
4871         frame in case of errors.
4873 2005-12-13  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
4875         * menu-bar.el (menu-bar-showhide-fringe-menu): Move "On the Right"
4876         so it comes after "On the Left" in the menu.
4878 2005-12-12  Luc Teirlinck  <teirllm@auburn.edu>
4880         * cus-edit.el (customize-apropos, customize-apropos-options)
4881         (customize-apropos-faces, customize-apropos-groups): Doc fixes.
4883 2005-12-12  Bill Wohler  <wohler@newt.com>
4885         * vc-svn.el (vc-svn-registered): Fix problem of visiting
4886         non-writable Subversion-controlled files by saving window
4887         configuration before calling vc-do-command.  vc-do-command calls
4888         pop-to-buffer on error which is unexpected during registration.
4890 2005-12-12  Jay Belanger  <belanger@truman.edu>
4892         * calc/README: Update the summary of changes.
4894 2005-12-12  Stefan Monnier  <monnier@iro.umontreal.ca>
4896         * descr-text.el (describe-char): Rework last fix to solve the problem
4897         is the same way it's solved for everything else in that function
4898         (i.e. by extracting the info before setting up the *Help* buffer).
4900 2005-12-12  Kim F. Storm  <storm@cua.dk>
4902         * subr.el (version-regexp-alist): Allow space as separator before
4903         non-numeric part, e.g. "1.0 alpha".
4904         (version-to-list): Interpret .X.Y version as 0.X.Y version.
4906 2005-12-12  Carsten Dominik  <dominik@science.uva.nl>
4908         * textmodes/org.el (org-agenda, org-timeline, org-todo):
4909         Implement Logging and the keep-modes setting.
4910         (org-get-category): Make sure a string is returned.
4911         (org-log-done): New function.
4912         (org-log-done, org-closed-string): New options.
4914 2005-12-12  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
4916         * tooltip.el (tooltip-y-offset): Change default to 20.
4918 2005-12-12  Richard M. Stallman  <rms@gnu.org>
4920         * mouse.el (mouse-drag-vertical-line): Use adjust-window-trailing-edge.
4922         * frame.el (display-hourglass): Doc fix.
4924         * help.el (help-for-help-internal): Simplify entry for `a'.
4926         * info.el (Info-on-current-buffer): Doc fix.
4927         (info-insert-file-contents): Don't test (featurep 'jka-compr).
4929         * startup.el (inhibit-splash-screen): Make this the real name.
4930         (inhibit-startup-message): Make this the alias.
4931         (command-line): Find only simple.el, and use its directory
4932         to fill in other preloaded files' names.
4933         (command-line): Deactivate the mark if deactivate-mark is set.
4935         * international/mule.el (load-with-code-conversion):
4936         Bind deactivate-mark.
4938         * progmodes/compile.el (compilation-error-regexp-alist): Doc fix.
4940 2005-12-11  Luc Teirlinck  <teirllm@auburn.edu>
4942         * cus-edit.el (customize-apropos): Avoid listing an option more
4943         than once under different aliases.  No longer list user options
4944         that are not defined with defcustom (unless a prefix arg is given).
4945         Doc fix.
4946         (customize-apropos-options): Doc fix.
4948 2005-12-11  Juri Linkov  <juri@jurta.org>
4950         * frame.el (set-background-color, set-foreground-color)
4951         (set-cursor-color, set-mouse-color, set-border-color):
4952         Add explicit prompts to read colors by `facemenu-read-color'.
4953         (show-trailing-whitespace, blink-cursor-delay)
4954         (blink-cursor-interval, display-hourglass, hourglass-delay):
4955         Remove tags.
4956         (display-hourglass, hourglass-delay): Doc fix.
4957         (cursor-in-non-selected-windows): Capitalize words in tag.
4959         * faces.el (frame-background-mode): Replace `choice-item' keywords
4960         with `const' to not make [default] button.  Change default value tag
4961         from `default' to `automatic'.  Doc fix.
4962         (trailing-whitespace) <defface>: Change group `whitespace' to
4963         `whitespace-faces'.
4965 2005-12-11  Richard M. Stallman  <rms@gnu.org>
4967         * buff-menu.el (Buffer-menu-sort-column): Not a user variable.
4969 2005-12-11  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
4971         * term/mac-win.el: Create keymap for mac-apple-event-map.
4973 2005-12-11  Nick Roberts  <nickrob@snap.net.nz>
4975         * tooltip.el (tooltip-mode): Move to start of file so that it
4976         appears at top of customize buffer.
4978         * progmodes/gud.el (gud-tooltip-modes, gud-tooltip-display):
4979         Add the gud groupname.
4980         (gud-tooltip-mode): Add the tooltip groupname.
4981         (gud-tooltip-echo-area): Add the gud groupname.  Remove tag to
4982         avoid conflict with tooltip-use-echo-area.
4984 2005-12-10  Romain Francoise  <romain@orebokech.com>
4986         * help.el (help-for-help-internal): Add `r' in doc string.
4988 2005-12-10  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
4990         * align.el (align-regexp, align-highlight-rule):
4991         Use region-beginning and region-end instead of point and mark, so that
4992         repetition (with `repeat-complex-command') recomputes the region
4993         bounds.
4995 2005-12-10  Lennart Borgman  <lennart.borgman.073@student.lu.se>
4997         * window.el (bw-get-tree, bw-get-tree-1, bw-find-tree-sub)
4998         (bw-find-tree-sub-1, bw-l, bw-t, bw-r, bw-b, bw-dir, bw-eqdir)
4999         (bw-refresh-edges, bw-adjust-window, bw-balance-sub): New functions.
5000         (balance-windows): Rewrite using the above new functions.
5002 2005-12-10  David Koppelman  <koppel@ece.lsu.edu>
5004         * hi-lock.el (hi-lock-mode): Rename from hi-lock-buffer-mode;
5005         react if global-hi-lock-mode seems intended.
5006         (global-hi-lock-mode) Renamed from hi-lock-mode.
5007         (hi-lock-archaic-interface-message-used)
5008         (hi-lock-archaic-interface-deduce): New variables.
5009         (turn-on-hi-lock-if-enabled, hi-lock-line-face-buffer)
5010         (hi-lock-face-buffer, hi-lock-face-phrase-buffer)
5011         (hi-lock-find-patterns, hi-lock-font-lock-hook):
5012         Replace hi-lock-buffer-mode with hi-lock-mode.
5014 2005-12-10  Kevin Rodgers  <ihs_4664@yahoo.com>
5016         * emacs-lisp/lisp.el (lisp-complete-symbol): Regenerate the
5017         completion list, even after a partial completion has been
5018         inserted in the current buffer.  If there are more than 1
5019         completion, redisplay the *Completions* buffer; if the
5020         completion is unique, delete the *Completions* window.
5022 2005-12-10  Eli Zaretskii  <eliz@gnu.org>
5024         * mail/rmail.el (rmail-next-same-subject): Handle multiple "Re: "
5025         strings and long subject lines that were broken into multiple
5026         lines at arbitrary places.  Handle subjects that have "Re: " in
5027         the middle.
5029 2005-12-10  John W. Eaton  <jwe@octave.org>
5031         * emacs/octave-mod.el (octave-electric-space): Don't indent
5032         comments or strings if octave-auto-indent is nil.
5034 2005-12-10  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
5036         * term/mac-win.el: Require url when compiling.
5037         Call mac-process-deferred-apple-events after loading init files.
5038         (mac-apple-event-map): New defvar.  Define event handlers in it.
5039         (core-event, internet-event): New Apple event class symbols.
5040         (open-application, reopen-application, open-documents)
5041         (print-documents, open-contents, quit-application)
5042         (application-died, show-preferences, autosave-now, get-url):
5043         New Apple event ID symbols.
5044         (about): New HICommand ID symbol.
5045         (mac-event-spec, mac-event-ae): New macros.
5046         (mac-ae-parameter, mac-ae-list, mac-bytes-to-integer)
5047         (mac-ae-selection-range, mac-ae-text-for-search)
5048         (mac-ae-open-documents, mac-ae-text, mac-ae-get-url): New functions.
5049         (mac-application-menu-map): Remove keymap.  Handlers for HICommand
5050         and Services menu events are now defined in mac-apple-event-map.
5051         (mac-drag-n-drop): Remove selection range handling.
5053 2005-12-10  Kenichi Handa  <handa@m17n.org>
5055         * simple.el (zap-to-char):
5056         * isearch.el (isearch-process-search-char): Translate CHAR by
5057         translation-table-for-input.
5059 2005-12-09  Chong Yidong  <cyd@stupidchicken.com>
5061         * foldout.el (foldout-exit-fold): Properly hide subtree.
5063 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
5065         * files.el (save-buffer):
5066         * international/ucs-tables.el (ucs-set-table-for-input):
5067         * mail/mail-extr.el (mail-extract-address-components):
5068         * mail/sendmail.el (mail-mode): Reformat doc string.
5070 2005-12-09  Juri Linkov  <juri@jurta.org>
5072         * isearch.el (isearch-highlight): Change main overlay priority
5073         from 1 to 1001.  Simplify.
5074         (isearch-lazy-highlight-update): Change lazy overlay priority
5075         from 0 to 1000.
5077         * replace.el (replace-highlight): Change overlay priority from
5078         1 to 1001.
5080         * textmodes/ispell.el (ispell-highlight-spelling-error-overlay):
5081         Change overlay priority from 1 to 1001.  Reuse existing overlay.
5083         * compare-w.el (compare-windows-highlight): Change overlay
5084         priority from 1 to 1000.
5086         * menu-bar.el (menu-bar-edit-menu): Add listp around
5087         pending-undo-list to disable menu item "undo" when pending
5088         undo list is empty.
5090         * locate.el (locate): Disable undo in *Locate* buffer.
5092 2005-12-09  Kim F. Storm  <storm@cua.dk>
5094         * mail/smtpmail.el (smtpmail-via-smtp): Disable undo in SMTP buffer.
5096 2005-12-09  David Ponce  <david@dponce.com>
5098         * recentf.el: Improvement of the menu code.
5099         (recentf-enabled-p): Move before first use.  Use `kill-emacs-hook'
5100         instead of menu hook.
5101         (recentf-show-menu, recentf-hide-menu): New functions.
5102         (recentf-menu-customization-changed, recentf-mode): Use them.
5103         (recentf-menu-action, recentf-max-menu-items)
5104         (recentf-menu-open-all-flag, recentf-menu-append-commands-flag)
5105         (recentf-arrange-by-rule-others)
5106         (recentf-arrange-by-rules-min-items)
5107         (recentf-arrange-by-rule-subfilter) : Don't use
5108         `recentf-menu-customization-changed'.
5109         (recentf-arrange-rules): Likewise.  Accept functions to compute
5110         sub-menu titles.
5111         (recentf-menu-filter): Likewise.  Doc fix.
5112         (recentf-menu-value-shortcut): Doc fix.
5113         (recentf-dump-variable): Quote atom value.
5114         (recentf-make-menu-items): Update to use it as a menu filter.
5115         (recentf-match-rule): New function.
5116         (recentf-arrange-by-rule): Use it.
5117         (recentf-indirect-mode-rule): New function.
5118         (recentf-build-mode-rules): Use it.
5119         (recentf-dir-rule): New function.
5120         (recentf-arrange-by-dir): Use it.
5121         (recentf-filter-changer-current): Rename from
5122         `recentf-filter-changer-state'.  All references updated.
5123         (recentf-filter-changer-alist): Update filter names.
5124         (recentf-filter-changer-select): New function.
5125         (recentf-filter-changer): Use it.  Make a sub-menu from filters
5126         available in `recentf-filter-changer-alist'.
5127         (recentf-data-cache, recentf-clear-data)
5128         (recentf-update-menu): Remove.  All references updated.
5129         (recentf-match-rule-p, recentf-build-dir-rules)
5130         (recentf-filter-changer-goto-next)
5131         (recentf-filter-changer-get-current)
5132         (recentf-filter-changer-get-next): Remove.
5134 2005-12-08  Luc Teirlinck  <teirllm@auburn.edu>
5136         * cus-edit.el (custom-buffer-create-internal): Relabel the whole
5137         buffer "Reset" button to "Reset to Current" for consistency with
5138         the State buttons.
5140 2005-12-08  John Paul Wallington  <jpw@pobox.com>
5142         * ibuf-ext.el (define-ibuffer-filter filename):
5143         If `dired-directory' is a list then really use its car.
5145 2005-12-08  Kim F. Storm  <storm@cua.dk>
5147         * emulation/cua-rect.el (cua--rectangle-aux-replace):
5148         Fix indention of text on right side of replaced rectangle.
5150 2005-12-09  Nick Roberts  <nickrob@snap.net.nz>
5152         * progmodes/gud.el (gud-speedbar-buttons, gud-tooltip-tips):
5153         No need to check gud-comint-buffer is bound.
5154         (gdb): Prevent multiple debugging when first session uses gdba.
5156 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
5158         CC Mode update to 5.31.
5160         * progmodes/cc-subword.el: Add a dummy `c-subword-mode' for
5161         Emacsen which lack `define-minor-mode'.  (Currently Emacs <21.
5162         We might do this function properly in the future).
5164         * progmodes/cc-cmds.el, cc-defs.el, cc-styles.el, cc-vars.el:
5165         New macros c-sentence-end and c-default-value-sentence end, to cope
5166         with Emacs 22's new function `sentence-end'.
5168 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
5170         * progmodes/cc-cmds.el (c-show-syntactic-information): Solve the
5171         compat issue using `c-put-overlay' and `c-delete-overlay'.
5173         * progmodes/cc-defs.el (c-put-overlay, c-delete-overlay):
5174         New compat macros to handle overlays/extents.
5176 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
5178         * progmodes/cc-fix.el: Add definitions of the macros push and pop
5179         (for GNU Emacs 20.4)
5181         * progmodes/cc-defs.el:
5182         (i) Load cc-fix.elc for `push' and `pop' (for GNU Emacs 20.4)
5184         * progmodes/cc-cmds.el (c-show-syntactic-information): Change the
5185         highlighting mechanism so it will work in XEmacs too.
5187         * progmodes/cc-defs.el: Insert c-int-to-char.
5189         * progmodes/cc-langs.el (c-nonsymbol-token-char-list): Insert a
5190         call to the new macro c-int-to-char.  This solves XEmacs's
5191         regarding characters as different from integers.
5193 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
5195         * progmodes/cc-fonts.el (c-make-syntactic-matcher):
5196         New internal helper.
5198         (c-cpp-matchers, c-basic-matchers-before): Use the `eval'
5199         construct to make the indirect face lookup work in XEmacs.
5201         (c-cpp-matchers): Append the negation char face to the existing
5202         fontification, so that the cpp face doesn't disappear.
5203         Use `c-make-syntactic-matcher' to avoid negation chars in comments
5204         and strings.
5206         * progmodes/cc-fonts.el (c-negation-char-face-name): New variable
5207         to map to `font-lock-negation-char-face' in emacsen where it exists.
5209 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
5211         * progmodes/cc-mode.el: Bind c-subword-mode to C-c C-w.
5213         * progmodes/cc-subword.el, cc-cmds.el, cc-mode.el:
5214         Rename "c-subword-move-mode" as "c-subword-mode".
5216         * progmodes/cc-mode.el: Added tty suitable bindings for C-c
5217         <delete> and C-c C-<delete>.  (To the c-hungry- delete functions).
5219 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
5221         * progmodes/cc-mode.el: Added autoload directive for
5222         `c-subword-move-mode' for use in older emacsen.
5224 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
5226         * progmodes/cc-mode.el:
5227         (i) Insert a binding for C-c C-backspace into
5228         c-bind-special-erase-keys which works in TTYs.
5229         (ii) Make sure that when file styles are used, any explicitly
5230         given style variables take priority over those in the style.
5231         Do this by calling `hack-local-variables' a second time.
5233         * progmodes/cc-vars.el: Add language specific customization
5234         widgets for AWK to c-doc-comment-style, c-require-final-newline
5235         and c-default-style.  Add a defcustom for awk-mode-hook.
5236         Give c-syntactic-element and c-syntactic-context doc-strings by
5237         directly setting their `variable-documentation' propery.
5238         This allows Emacs 22.1 to read these with C-h v.
5240         * progmodes/cc-awk.el: Apply a tidy-up patch (from Stefan Monnier).
5242 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
5244         * progmodes/cc-fonts.el, cc-vars.el
5245         (gtkdoc-font-lock-doc-comments, gtkdoc-font-lock-doc-protection)
5246         (gtkdoc-font-lock-keywords): GtkDoc patterns contributed by
5247         Masatake YAMATO.
5249         (c-doc-comment-style): Made GtkDoc default in C mode.
5251         * progmodes/cc-mode.el: Fixed key bindings for C-c C-<backspace>
5252         and C-c C-<delete>.
5254         (c-bind-special-erase-keys): New function for use on
5255         `normal-erase-is-backspace-hook' to bind C-c C-<delete> correctly.
5257         * progmodes/cc-cmds.el (c-hungry-delete): New function to fix
5258         <delete> key behavior in XEmacs according to `delete-forward-p'.
5259         C.f. `c-electric-delete'.
5261 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
5263         * progmodes/cc-mode.el: Give c-hungry-backspace and
5264         c-hungry-delete-forward permanent key bindings.
5266         * progmodes/cc-cmds.el (c-electric-semi&comma):
5267         Bind c-syntactic-context for calls to "criteria functions", for
5268         consistency with other calls to user functions.
5270         * progmodes/cc-cmds.el (c-indent-command): Expunge use of
5271         `current-prefix-arg', since this might be the prefix arg to a
5272         command which calls c-indent-command as a function.  Change the
5273         interactive spec from "p" to "P".
5275         * progmodes/cc-styles.el: Amend the doc-string of c-set-style, in
5276         reponse to a report from Joseph Kiniry <kiniry@acm.org> that it
5277         was difficult to understand.
5279 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
5281         * progmodes/cc-engine.el (c-on-identifier): Fix bug when at the
5282         first char of an identifier.
5284         * progmodes/cc-engine.el (c-on-identifier): Handle the "operator
5285         +" syntax in C++.
5287 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
5289         * progmodes/cc-cmds.el (c-mask-paragraph): Correct, so that
5290         auto-fill doesn't split a c-comment's last word from a hanging
5291         "*/" when a space is typed between them after fill-column.
5293         * progmodes/cc-defs.el: New macro c-delete-and-extract-region.
5295         * progmodes/cc-styles.el (c-set-style)
5296         (c-setup-paragraph-variables): Abort the command if we're not in a
5297         CC Mode buffer.
5299         * progmodes/cc-align.el (c-lineup-C-comments): Correct indentation
5300         with blank comment-prefix, and a blank line as the comment's
5301         second line.
5303 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
5305         * progmodes/cc-fonts.el (c-cpp-matchers, c-basic-matchers-before):
5306         Incorporate the patterns added in the Emacs development branch
5307         for the new Emacs 22 face `font-lock-negation-char-face'.
5309         * progmodes/cc-fonts.el (c-invalid-face-name): Use "red1" instead
5310         of "red" since it stands out better in xterms and DOS terminals.
5312         * progmodes/cc-engine.el (c-literal-faces):
5313         Add `font-lock-comment-delimiter-face' which is new in Emacs 22.
5315 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
5317         * progmodes/cc-cmds.el: Make C-c C-a (`c-toggle-auto-newline')
5318         forcibly enable c-electric-flag.
5320         * progmodes/cc-vars.el, cc-cmds.el: New clean-up
5321         `comment-close-slash' on c-electric-slash: if enabled, typing `/' just
5322         after the comment-prefix of a C-style comment will close that comment.
5324 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
5326         * progmodes/cc-fonts.el (c-basic-matchers-before)
5327         (c-complex-decl-matchers): Fix the "not-arrow-prefix" regexp used
5328         in Pike.
5330         * progmodes/cc-langs.el (c-other-op-syntax-tokens): Only C++ has
5331         digraphs.
5333         * progmodes/cc-fonts.el, cc-langs.el, cc-engine.el
5334         (c-cpp-message-directives, c-cpp-include-directives)
5335         (c-opt-cpp-macro-define, c-opt-cpp-macro-define-start)
5336         (c-cpp-expr-directives): Introduce new language constants to
5337         control cpp syntax in a cleaner way.
5339         (c-cpp-expr-functions): Rename from c-cpp-defined-fns.
5341         (c-cpp-matchers, c-forward-to-cpp-define-body): Use them.
5343         * progmodes/cc-langs.el, cc-fonts.el (c-string-escaped-newlines)
5344         (c-multiline-string-start-char): New language constants and
5345         variables to specify how newlines in string literals work.
5347         (c-font-lock-invalid-string): Use them.
5349         * progmodes/cc-cmds.el (c-try-one-liner): Robustness fix if an
5350         unbalanced close brace is entered.  Optimization by avoiding going
5351         back over arbitrarily large blocks.  Removed hints that this
5352         function only would be relevant/useful in AWK.
5354         (c-electric-brace): Indent syntactically after the cleanups since
5355         lineup functions might do it differently then.
5357         * progmodes/cc-engine.el, cc-langs.el
5358         (c-opt-op-identifier-prefix): New language constant and variable.
5360         (c-just-after-func-arglist-p, c-after-special-operator-id)
5361         (c-search-decl-header-end, c-inside-bracelist-p): Use it.
5363         * progmodes/cc-align.el, cc-engine.el
5364         (c-after-special-operator-id): New helper to handle C++ operator
5365         identifiers.
5367         (c-lineup-topmost-intro-cont, c-just-after-func-arglist-p)
5368         (c-guess-basic-syntax): Handle C++ operator identifiers in
5369         declarations.
5371         * progmodes/cc-langs.el (c-assignment-operators): Add the
5372         trigraph version of ^= too.
5374         * progmodes/cc-langs.el (c-assignment-operators): Add the
5375         trigraph version of |= in C++.
5377         * progmodes/cc-fonts.el (c-font-lock-declarators):
5378         Handle `c-decl-hangon-kwds' after the identifier name.
5380         * progmodes/cc-engine.el (c-guess-basic-syntax): When deciding
5381         whether an arglist is "nonempty", ignore a comment after the open
5382         paren if it isn't followed by a non-comment token on the same line.
5384         * progmodes/cc-engine.el (c-guess-basic-syntax): Case 4:
5385         Enable heuristics below the point to cope with classes inside special
5386         brace lists in Pike.
5388 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
5390         * progmodes/cc-cmds.el: Amend c-point-syntax to handle macros.
5392 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
5394         * progmodes/cc-guess.el (cc-guess-install): New function to
5395         install an already guessed style in another buffer.
5397         * progmodes/cc-defs.el (c-tentative-buffer-changes): No longer
5398         sets `inhibit-read-only' - `c-save-buffer-state' should be used
5399         anyway if the change always is undone.
5401 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
5403         Implement togglable electricity:
5405         * progmodes/cc-defs.el: Enhance c-save-buffer-state's doc-string,
5406         saying when it should be used.
5408         * progmodes/cc-engine.el: Add the new buffer-local variable,
5409         c-electric-flag.
5411         * progmodes/cc-langs.el: Change the name of c-toggle-auto-state to
5412         c-toggle-auto-newline.
5414         * progmodes/cc-mode.el: Rename c-toggle-auto-state to
5415         c-toggle-auto-newline.  Remove the binding for
5416         c-toggle-auto-hungry-state.  Add the binding C-c C-l for the new
5417         c-toggle-electric-state.
5419         * progmodes/cc-vars.el: Make c-syntactic-indentation buffer local.
5421         * progmodes/cc-cmds.el: Add `c-bytecomp-defun's for
5422         c-\(forward\|backward\)-subword.
5423         (c-update-modeline): Add the new modeline flag `l' for
5424         `c-electric-flag'.  Make the auto-newline flag `a' dependent on `l'.
5425         (c-toggle-auto-state): Rename it to `c-toggle-auto-newline'.
5426         Make the old name an alias of the new name.
5427         (c-toggle-electric-state): New function.
5428         (c-electric-\(pound\|brace\|slash\|star\|semi&comma\|colon\|lt-gt\|paren\|continued-statement\)):
5429         Adapt these functions to do electric things only when
5430         c-electric-flag is non-nil.
5431         (c-point-syntax, c-brace-newlines, c-try-oneliner): Extract these
5432         new functions from c-electric-brace.
5433         (c-point-syntax): Add a check for "virtual semicolons" in AWK
5434         mode, so that the tentative extra newline doesn't change the
5435         syntax of the following brace.
5436         (c-electric-brace): Restructure by extracting the above functions.
5437         Tidy up the coding somewhat.
5438         (c-electric-semi&comma, c-electric-colon, c-electric-paren):
5439         restructure a bit.
5441 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
5443         * progmodes/cc-cmds.el (c-show-syntactic-information): Show the
5444         anchor position(s) using faces.  Thanks to Masatake YAMATO for the idea.
5446         * progmodes/cc-mode.el, cc-cmds.el, cc-defs.el, cc-engine.el
5447         (c-submode-indicators): Change name from `c-auto-hungry-string'
5448         since it's now used to track another submode.
5450         (c-update-modeline): Convert to function and extended to check
5451         `c-subword-move-mode'.
5453         (c-forward-into-nomenclature, c-backward-into-nomenclature):
5454         Convert to compat aliases for `c-forward-subword' and
5455         `c-backward-subword'.
5457         * progmodes/cc-subword.el: New functions and minor mode to handle
5458         SillyCapsedStyleIndentifiers, contributed by Masatake YAMATO:
5460         (c-forward-subword, c-backward-subword, c-mark-subword)
5461         (c-kill-subword, c-backward-kill-subword, c-transpose-subwords)
5462         (c-capitalize-subword, c-downcase-subword, c-upcase-subword):
5463         Functions corresponding to the standard word handling functions.
5465         (c-subword-move-mode): Minor mode that replaces all the standard
5466         word handling functions with their subword equivalences.
5468 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
5470         * progmodes/cc-vars.el (c-cleanup-list): Insert a customization
5471         entry for one-liner-defun.
5473         * progmodes/cc-defs.el: Give c-tentative-buffer-changes its own
5474         name in its def-edebug-spec.
5476         * progmodes/cc-cmds.el (c-electric-brace): Make the
5477         one-liner-defun clean-up work with empty-defun-braces.  o-l-d now
5478         compacts space before a comment, if this will make things fit on
5479         one line.
5481         Introduce an "awk" style, mainly for auto-newline and clean-ups.
5483         * progmodes/cc-align.el: New function c-snug-1line-defun-close
5485         * progmodes/cc-cmds.el: In c-electric-brace, add code for new
5486         clean-up one-liner-defun.
5488         * progmodes/cc-styles.el: Add the new "awk" style.
5490         * progmodes/cc-vars.el: Add description of one-liner-defun to
5491         c-cleanup-list's doc-string.  New user options,
5492         c-max-one-liner-length.  In c-default-style, set the default style
5493         for AWK to "awk".
5495 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
5497         * progmodes/cc-engine.el (c-forward-label): Fix fontification of
5498         macros inside labels.
5500         * progmodes/cc-engine.el (c-looking-at-bos): Obsolete in favor of
5501         `c-at-statement-start-p' and `c-at-expression-start-p'.
5503         * progmodes/cc-defs.el (c-tnt-chng-record-state): Don't signal an
5504         error if the mark isn't set.
5506         * progmodes/cc-engine.el (c-guess-continued-construct)
5507         (c-guess-basic-syntax): Use `c-forward-decl-or-cast-1' to more
5508         accurately detect functions inside functions.
5510         * progmodes/cc-engine.el (c-at-expression-start-p): New function
5511         like `c-at-statement-start-p' that additionally recognizes commas
5512         and expression parentheses as delimiters.
5514         * progmodes/cc-engine.el (c-looking-at-inexpr-block): Add flag
5515         to avoid heuristics that doesn't work for unclosed blocks.
5516         (c-at-statement-start-p): New function.
5518         * progmodes/cc-engine.el, cc-fonts.el: Fixes in handling of
5519         Objective-C directives, e.g. directives spanning lines should work
5520         reasonably well now.
5522         (c-put-c-type-property, c-clear-c-type-property): New helpers.
5524         (c-forward-objc-directive): New function to move over any ObjC
5525         directive.
5527         (c-just-after-func-arglist-p, c-guess-basic-syntax)
5528         (c-basic-matchers-before): Use it.
5530         (c-font-lock-objc-iip-decl): Remove.
5532         * progmodes/cc-engine.el (c-guess-basic-syntax): Some improvement
5533         in the template arglist recognition.
5535         * progmodes/cc-styles.el (c-style-alist): Fix several
5536         inconsistencies in the Whitesmith style.
5538         * progmodes/cc-align.el (c-lineup-after-whitesmith-blocks):
5539         New lineup function to get lines after Whitesmith style blocks
5540         correctly indented.
5542         (c-lineup-whitesmith-in-block): Back out the compensation for
5543         opening parens since it's done using `add' lists in the style
5544         definition instead.  Don't use the anchor position since it varies
5545         too much between the syntactic symbols. :P
5547         * progmodes/cc-vars.el (c-valid-offset): Update.
5549         * progmodes/cc-engine.el (c-evaluate-offset): Extend to handle
5550         lists where the offsets are combined according to several
5551         different methods: `first', `min', `max', and `add'.
5552         Report offset evaluation errors with `c-benign-error' so that some kind
5553         of reindentation still is done.
5555         * progmodes/cc-engine.el (c-guess-basic-syntax):
5556         Anchor `arglist-intro' the same way as `arglist-cont-nonempty' and
5557         `arglist-close'.
5559         * progmodes/cc-engine.el (c-guess-basic-syntax): Fix similar
5560         situations for `arglist-cont-nonempty' and `arglist-close'.
5562         * progmodes/cc-langs.el (c-opt-identifier-concat-key-depth): New const.
5564         * progmodes/cc-defs.el: Use `cc-bytecomp-fboundp' and
5565         cc-bytecomp-boundp' in a number of places.
5567         * progmodes/cc-engine.el (c-beginning-of-statement-1): Fix a
5568         macro related issue.
5570 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
5572         * progmodes/cc-awk.el: Change the terminology of regexps: A char
5573         list is now [asdf], a char class [:alpha:].
5574         Include code for char classes.
5575         Set c-awk-NL-prop on lines ending in open strings.  (Bug fix.)
5576         Add character classes (e.g. "[:alpha:]") into AWK Mode's regexps.
5578         Remove (nearly all of) the cruft associated with AWK Mode's former
5579         concept of "virtual semicolons":
5581         Adapt c-beginning-of-statement, c-end-of-statement (together with
5582         subfunctions) to use the new notion of "virtual semicolon" in
5583         place of the old awkward special handling for AWK.  There remains
5584         much cruft in cc-awk.el, cc-cmds.el and cc-engine.el to clear out.
5585         * progmodes/cc-cmds.el:
5586         (c-ascertain-adjacent-literal): In the backwards direction, now
5587         recognises AWK regexp delimiters as string delimiters.
5588         (c-after-statement-terminator-p): Adapt for virtual semicolons;
5589         check more rigorously for "end of macro".
5590         (c-back-over-illiterals, c-forward-over-illiterals): Adapt for
5591         virtual semicolons;
5592         (c-beginning-of-statement): Adapt for virtual semicolons; Separate
5593         out the code for forward movement into ...
5594         (c-end-of-statement): Now contains the code for forward movement,
5595         adapted for virtual semicolons.
5597         * progmodes/cc-engine.el:
5598         (c-ws*-string-limit-regexp): New regexp.
5599         (c-forward-single-comment, c-backward-single-comment): Comment out
5600         the (now redundant) "special" AWK stuff.
5602         * progmodes/cc-styles.el, cc-vars.el: Change the settings of
5603         c-string-par-start, c-string-par-separate to be more like Text
5604         Mode than Fundamental Mode.
5606 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
5608         * progmodes/cc-fonts.el (c-font-lock-declarations): Always narrow
5609         to the fontified region so that fontification doesn't occur
5610         outside it (could happen e.g. when fontifying a line with an
5611         unfinished declaration).
5613 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
5615         * progmodes/cc-awk.el: Move regexps for analysing AWK code to near the
5616         start of the file.  ^L now separate sections of the file.
5617         (c-awk-non-eol-esc-pair-re,     c-awk-blank-or-comment-line-re)
5618         (c-awk-one-line-possibly-open-string-re)
5619         (c-awk-regexp-one-line-possibly-open-char-class-re)
5620         (c-awk-one-line-possibly-open-regexp-re)
5621         (c-awk-one-line-non-syn-ws*-re): New defonsts.
5622         (c-awk-at-vsemi-p, c-awk-vsemi-status-unknown-p): New functions.
5624         Amend the concept of "virtual semicolons" (in the indentation
5625         engine) for languages like AWK, such that they are now
5626         conceptually attached to end of the last token of a statement, not
5627         the end of the line.  (In AWK Mode, however, the pertinent text
5628         property is still physically set on the EOL.)  Remove the specific
5629         tests for awk-mode, thus facilitating the introduction of other
5630         language modes where EOLs can end statements.
5631         (Note: The funtionality in cc-cmds.el, specifically
5632         c-beginning/end-of-statement has yet to be amended.)
5634         * progmodes/cc-defs.el (c-at-vsemi-p, c-vsemi-status-unknown-p):
5635         New macros.
5637         * progmodes/cc-langs.el: Added `#' into AWK Mode's value of
5638         c-stmt-delim-chars.  New c-lang-defvars: c-at-vsemi-p-fn,
5639         c-vsemi-status-unknown-p-fn (in a new page).
5641         * progmodes/cc-engine.el: In c-beginning-of-statement-1,
5642         c-crosses-statement-barrier-p, c-guess-basic-syntax, replace
5643         numerous awkward forms like
5644         (if (c-major-mode-is 'awk-mode) (c-awk-prev-line-incomplete-p))
5645         with (c-at-vsemi-p).  Fix a few typos.  In c-guess-basic-syntax, new
5646         variable before-ws-ip, the place just after char-before-ip appears.
5648         * progmodes/cc-mode.el: Fix what's almost a semantic ambiguity in
5649         a comment.
5651 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
5653         * progmodes/cc-cmds.el (c-electric-brace): Clean up using
5654         `c-tentative-buffer-changes'.
5656         * progmodes/cc-defs.el (c-region-is-active-p): Simplify and
5657         convert to macro to choose between Emacs and XEmacs at compile time.
5659         (c-set-region-active): New set counterpart to `c-region-is-active-p'.
5661         (c-tentative-buffer-changes): New macro to handle temporary buffer
5662         changes in a convenient way.
5664         (c-tnt-chng-record-state, c-tnt-chng-cleanup): Internal helpers
5665         for `c-tentative-buffer-changes'.
5667         * progmodes/cc-engine.el (c-looking-at-inexpr-block): Tighten up
5668         the checks for paren sexps between the point and the keyword, to
5669         avoid some false alarms.
5671         * progmodes/cc-engine.el, cc-langs.el (c-looking-at-inexpr-block):
5672         Fixed a situation where an error could be thrown for unbalanced
5673         parens.  Changed to make use of c-keyword-member' to avoid some
5674         repeated regexp matches.
5676         (c-opt-lambda-key, c-opt-inexpr-block-key, c-opt-inexpr-class-key):
5677         These language variable are no longer necessary.
5679         (c-block-stmt-kwds): New language constant used by
5680         c-looking-at-inexpr-block'.
5682         (c-guess-basic-syntax): Remove an optional check that looked at
5683         the existence of the now removed language variables.
5685         * progmodes/cc-engine.el (c-fdoc-shift-type-backward)
5686         (c-forward-decl-or-cast-1): Fix invalid recognition of C++ style
5687         object instantiation expressions as declarations in some contexts.
5688         This bug only affected languages where the declarator can't be
5689         enclosed in parentheses.
5691         * progmodes/cc-styles.el (c-style-alist): Fix the GNU style to
5692         insert newlines before and after substatement braces.
5694         * progmodes/cc-engine.el: Improved the heuristics for recognizing
5695         function declaration headers and the handling of C++ style member
5696         init lists.
5698         (c-just-after-func-arglist-p): Rewritten to use
5699         `c-forward-decl-or-cast-1'.  Now behaves a bit differently too.
5701         (c-beginning-of-member-init-list): Remove since it isn't used anymore.
5703         (c-guess-basic-syntax): Adapt case 5B for the new
5704         `c-just-after-func-arglist-p'.  Merge cases 5B.1 and 5B.3.
5705         Remove cases 5D.1 and 5D.2 since they aren't trigged anymore (case 5B.1
5706         covers all cases now).
5708         * progmodes/cc-defs.el (c-point): Add `bosws' and `eosws'.
5710 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
5712         * progmodes/cc-cmds.el, cc-styles.el, cc-vars.el: New variables
5713         c-string-par-start/separate c-sentence-end-with-esc-eol,
5714         initialised in c-setup-paragraph-variables, used in string
5715         scanning subroutines of c-beginning-of-statement.
5717         * progmodes/cc-cmds.el (c-electric-brace): Don't delete a comment
5718         which precedes the newly inserted `{'.
5720 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
5722         * progmodes/cc-engine.el, cc-langs.el: Rewrote the recognition
5723         function for declaration level blocks.  It should now cope with
5724         templates better and also be a lot more comprehensible.
5726         (c-looking-at-decl-block): The new function.
5728         (c-search-uplist-for-classkey): The old one.  It's now a wrapper
5729         for compatibility.
5731         (c-add-class-syntax, c-guess-continued-construct)
5732         (c-guess-basic-syntax): Adapt for `c-looking-at-decl-block'.
5734         (c-decl-block-key): Change to tell apart ambiguous and
5735         unambiguous keywords.  Pike specials are now handled directly in
5736         the code instead.
5738         (c-block-prefix-disallowed-chars, c-block-prefix-charset):
5739         New language constants and variables to make the backward skip in
5740         `c-looking-at-decl-block' as tight as possible.
5742         (c-nonsymbol-token-char-list): New language constant.
5744         * progmodes/cc-engine.el (c-backward-<>-arglist): New function to
5745         find balanced template arglists backwards.
5747         * progmodes/cc-defs.el (c-make-bare-char-alt): New helper for
5748         making char classes for `c-syntactic-skip-backward'.
5750         * progmodes/cc-engine.el (c-guess-basic-syntax): Simplify case
5751         16D - can't be a class-close at that point.
5753         * progmodes/cc-engine.el (c-guess-basic-syntax)
5754         (c-add-class-syntax): Don't narrow out the enclosing declaration
5755         level.  This makes everything a lot easier, and it was actually
5756         only four small places that needed it to work.  Some places that
5757         previously did `widen' are removed now, which has the effect that
5758         `c-guess-basic-syntax' never will look at things outside the
5759         current narrowment now.  The anchor position for `topmost-intro'
5760         is affected by this, but it was so bogus it was basically useless
5761         before, and now it's equally bogus but in a slightly different way.
5763         (c-narrow-out-enclosing-class): Gone.
5765         (c-most-enclosing-brace, c-least-enclosing-brace): Don't filter to
5766         the narrowed region.
5768         (c-least-enclosing-brace): Remove silly optional argument.
5770         * progmodes/cc-engine.el (c-beginning-of-decl-1): Fix bug where
5771         the point could be left directly after an open paren when finding
5772         the beginning of the first decl in the block.
5774         * progmodes/cc-engine.el, cc-fonts.el (c-forward-keyword-clause):
5775         Specify which submatch to use.
5777         * progmodes/cc-langs.el (c-symbol-start): Include `@' in ObjC.
5779         (c-decl-start-re): No longer any need for special treatment of
5780         ObjC due to the above.
5782         (c-other-block-decl-kwds): Handle "extern" in ObjC too since it
5783         presumably follows C in that regard.
5785         * progmodes/cc-langs.el (c-identifier-ops, c-after-id-concat-ops):
5786         New language constants to specify operator tokens inside
5787         identifiers in a more high level way.
5789         (c-opt-identifier-prefix-key): New internal language constant.
5791         (c-opt-identifier-concat-key, c-opt-after-id-concat-key)
5792         (c-identifier-start, c-identifier-key): Now completely calculated
5793         from other constants.
5795         (c-identifier-last-sym-match): Decommission since it's no longer used.
5797         (c-operators): Use `c-identifier-ops'.  Document `postfix-if-paren'.
5799         * progmodes/cc-engine.el (c-forward-name): Remove the
5800         optimization when c-identifier-key is equal to c-symbol-key since
5801         it doesn't work in byte compiled files.  Don't record empty
5802         regions as identifiers.
5804         * progmodes/cc-langs.el (c-filter-ops): New helper function to
5805         simplify access to `c-operators' and its likes.
5807         (c-operator-list, c-all-op-syntax-tokens)
5808         (c-nonsymbol-token-regexp, c-<>-multichar-token-regexp)
5809         (c-<-op-cont-regexp, c->-op-cont-regexp, c-expr-kwds)
5810         (c-primary-expr-regexp, c-cast-parens): Use it.
5812         * progmodes/cc-defs.el (c-lang-const): Fixes to allow use without
5813         an explicit language in functions.
5815         * progmodes/cc-defs.el (c-make-keywords-re): Add an appendable
5816         variant of adornment.
5818         * progmodes/cc-langs.el (c-any-class-key): Remove unused language
5819         variable.
5821         (c-type-decl-prefix-key): Remove some now unnecessary cruft from
5822         the Pike value.
5824         * progmodes/cc-engine.el (c-on-identifier)
5825         (c-simple-skip-symbol-backward): Small fix for handling "-"
5826         correctly in `skip-chars-backward'.  Affected the operator lfun
5827         syntax in Pike.
5829         * progmodes/cc-langs.el (c-make-init-lang-vars-fun): Disable the
5830         diagnostic message about precompiled language vars not being used.
5832         * progmodes/cc-langs.el (c-paren-nontype-kwds): The GCC keyword
5833         "__attribute__" is followed by a parenthesis.
5835         (c-type-start-kwds, c-prefix-spec-kwds, c-prefix-spec-kwds-re)
5836         (c-specifier-key, c-not-decl-init-keywords): Some cleanup using new
5837         language constants `c-type-start-kwds' and `c-prefix-spec-kwds'.
5839         * progmodes/cc-fonts.el, cc-langs.el, cc-engine.el:
5840         Internal cleanups to properly detect the declared identifiers in
5841         various declarations.
5843         (c-decl-start-kwds): New language constant to recognize
5844         declarations that can start anywhere.  Used for class declarations
5845         in Pike.
5847         (c-specifier-key, c-not-decl-init-keywords)
5848         (c-decl-prefix-or-start-re, c-find-decl-prefix-search)
5849         (c-find-decl-spots): Implement `c-decl-start-kwds'.
5851         (c-other-decl-kwds, c-postfix-decl-spec-kwds, c-decl-hangon-kwds)
5852         (c-decl-hangon-key, c-forward-decl-or-cast-1): Separate the
5853         handling of the compiler specific extension keywords into a new
5854         language constant `c-decl-hangon-kwds' that defines keyword
5855         clauses to be ignored in declarations.
5857         (c-forward-id-comma-list, c-forward-keyword-clause): Don't skip
5858         past unrecognized tokens when handling `c-colon-type-list-kwds'.
5859         Necessary to stop at the declared identifier in e.g. IDL valuetype
5860         declarations.
5862         (c-typedef-decl-kwds, c-typeless-decl-kwds, c-type-list-kwds)
5863         (c-prefix-spec-kwds-re, c-postfix-spec-kwds)
5864         (c-after-suffixed-type-decl-key, c-opt-postfix-decl-spec-key)
5865         (c-forward-decl-or-cast-1): Recognize the declared identifier in
5866         class and enum declarations as such and not as part of the type.
5868         (c-forward-decl-or-cast-1, c-forward-label): Relax the
5869         interpretation of PRECEDING-TOKEN-END when there's no preceding token.
5871         (c-forward-decl-or-cast-1): Don't disregard sure signs of
5872         declarations when there's some syntax error later on.
5874         (c-complex-decl-matchers): Did away with a reference to
5875         `c-specifier-key'.
5877         * progmodes/cc-engine.el (c-maybe-labelp): Provide no default
5878         value - this variable is always dynamically bound.
5880         * progmodes/cc-engine.el, cc-fonts.el, cc-langs.el, cc-menus.el
5881         * cc-mode.el, cc-styles.el, cc-vars.el, cc-align.el, cc-awk.el
5882         * cc-cmds.el, cc-defs.el: Change the policy for marking up
5883         functions that might do hidden buffer changes: All such internal
5884         functions are now marked instead of those that don't.
5886         (c-beginning-of-macro, c-end-of-macro, c-(forward|backward)-comments)
5887         (c-(forward|backward)-single-comment, c-parse-state, c-on-identifier)
5888         (c-(fast-|slow-|)in-literal, c-literal-limits, c-collect-line-comments)
5889         (c-literal-type): Allow these functions to make hidden buffer changes,
5890         so that they are free to use text property caching later on.
5892         (c-electric-backspace, c-electric-delete-forward, c-electric-pound)
5893         (c-electric-brace, c-electric-slash, c-electric-star)
5894         (c-electric-semi&comma, c-electric-colon, c-electric-lt-gt)
5895         (c-electric-paren, c-electric-continued-statement, c-indent-command)
5896         (c-indent-region, c-mask-paragraph, c-indent-new-comment-line)
5897         (c-context-line-break): Add `c-save-buffer-state' calls to comply
5898         with the changed semantics of the functions above.
5900         * progmodes/cc-engine.el (c-beginning-of-statement-1): Fix a bug
5901         when macros occur in obscure places.  Optimized the sexp movement
5902         a bit.
5904 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
5906         Enhancements for c-beginning-of-statement to work in AWK Mode:
5908         * progmodes/cc-awk.el: Supersede c-awk-NL-prop value `;'
5909         (completed statement) with `}' (statement completed by closing
5910         brace or semicolon) and `$' (statement completed by EOL).
5912         (c-awk-virtual-semicolon-ends-prev-line-p)
5913         (c-awk-virtual-semicolon-ends-line-p)
5914         (c-awk-skip-semantic-ws-forward, c-awk-skip-semantic-ws-backward)
5915         (c-awk-at-statement-end-p): New functions.
5917         * progmodes/cc-cmds.el: Simplify the structure of functions
5918         c-forward-over-illiterals, c-back-over-illiterals.  Enhance these
5919         two functions and c-beginning-of-statement to handle AWK Mode.
5921         * progmodes/cc-engine.el: Enhance c-forward-single-comment,
5922         c-backward-single-comment for AWK mode.  Attempt to clarify their
5923         doc-strings.
5925         * progmodes/cc-mode.el: Put M-a and M-e into awk-mode-map.
5927 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
5929         * progmodes/cc-engine.el, cc-fonts.el, cc-langs.el: Cleaned up the
5930         label handling.  Labels are now recognized in a uniform and more
5931         robust way, regardless of context.  Text properties are put on all
5932         labels to recognize the following declarations better.
5933         Multiword labels are handled both in indentation and fontification for
5934         the benefit of language extensions like Qt.  For consistency, keywords
5935         in labels are now fontified with the label face instead.
5936         That also applies to "case" and "default".
5938         (c-beginning-of-statement-1): Fix some bugs in the label
5939         handling.  Disregard `c-nonlabel-token-key' in labels that begin
5940         with `c-label-kwds'.
5942         (c-find-decl-spots): Support that the callback adds more
5943         `c-decl-end' spots to find.
5945         (c-forward-decl-or-cast-1): Don't treat a list of plain
5946         identifiers followed by a colon as a declaration.
5948         (c-forward-label): New function to recognize labels.
5950         (c-guess-basic-syntax): Replace uses of `c-label-key' with
5951         `c-forward-label'.  Moved the label recognition cases (14 and 15)
5952         earlier since they aren't so context sensitive now.  Handle labels
5953         on the top level gracefully.  Moved access label recognition to
5954         the generic label case (CASE 15) - removed CASE 5E.
5956         (c-font-lock-declarations): Add recognition of labels in the
5957         same round since we need to handle labels in parallell with other
5958         declarations to recognize both accurately.  It should also improve
5959         speed.
5961         (c-simple-decl-matchers, c-basic-matchers-after):
5962         Move `c-font-lock-labels' so that it only is used on decoration level 2
5963         since `c-font-lock-declarations' handles it otherwise.
5965         (c-complex-decl-matchers): Remove the simplistic recognition of
5966         access labels.
5968         (c-decl-prefix-re): Remove the kludges that was necessary to cope
5969         with labels earlier.
5971         (c-decl-start-re): New language variable to make
5972         `c-font-lock-declarations' stop for the special protection labels
5973         in Objective-C that start with `@'.
5975         (c-label-key): Remove since it's no longer used.
5977         (c-recognize-colon-labels, c-label-prefix-re): New language
5978         constants to support recognition of generic colon-terminated labels.
5980         (c-type-decl-end-used): `c-decl-end' is now used whenever there
5981         are colon terminated labels.
5983         * progmodes/cc-align.el (c-lineup-arglist): Fix bug when the
5984         first argument starts with a special brace list.
5986         * progmodes/cc-engine.el, cc-fonts.el (c-forward-decl-or-cast-1)
5987         (c-font-lock-declarations): Break out the declaration and cast
5988         recognition from `c-font-lock-declarations' to a new function, so
5989         that it can be used in the indentation engine.
5991         * progmodes/cc-engine.el (c-find-decl-spots): Fix bug in backing
5992         up to the start of the literal.  Fixed bug with the point on the
5993         wrong side of the search limit that could happen when the start
5994         position is inside a literal.
5996         * progmodes/cc-engine.el (c-parse-state)
5997         (c-invalidate-state-cache): Modify the use of `c-state-cache-end'
5998         so that it's kept a little bit back to increase the hit rate.
6000         (c-parse-state): Change the macro handling and fixed some
6001         glitches.  Macro context is checked more often than necessary now,
6002         but otoh less garbage conses are generated.
6004         * progmodes/cc-engine.el (c-parse-state)
6005         (c-invalidate-state-cache): Cache the last position where
6006         `c-state-cache' applies.  This can speed up refontification quite
6007         a bit in blocks where there are many non-brace parens before the point.
6009         (c-state-cache-end): New variable for this.
6011         (c-guess-basic-syntax, c-debug-parse-state): Adapt for the new
6012         cache variable.
6014         * progmodes/cc-engine.el (c-find-decl-spots): Take more care to
6015         get close initial continue positions when the start position is
6016         inside a literal or macro.  Do not call the callback for spots
6017         before the start position (which can happen e.g. for `c-decl-end'
6018         spots inside comments).  Optimize better in special cases when the
6019         region is a single line inside a literal or macro (typically when
6020         the current line is refontified).
6022         * progmodes/cc-engine.el (c-guess-basic-syntax): Simplify calls
6023         to `c-add-stmt-syntax' - there's no need to explicitly whack off
6024         entries from the paren state.
6026         * progmodes/cc-engine.el (c-add-stmt-syntax): Narrow down the
6027         special case for "else if" clauses.
6029         * progmodes/cc-engine.el (c-looking-at-inexpr-block)
6030         (c-add-stmt-syntax): Use `c-recognize-paren-inexpr-blocks'.
6032         * progmodes/cc-langs.el (c-recognize-paren-inexpr-blocks):
6033         New language variable to recognize the gcc extension with statement
6034         blocks inside expressions.
6036         * progmodes/cc-engine.el (c-add-stmt-syntax): Restructure to make
6037         it somewhat more comprehensible.  The argument AT-BLOCK-START is
6038         no longer used and hence removed.
6040         (c-guess-continued-construct, c-guess-basic-syntax): Update calls
6041         to `c-add-stmt-syntax'.
6043         * progmodes/cc-engine.el (c-backward-to-decl-anchor):
6044         Use `c-beginning-of-statement-1' instead of duplicating parts of it.
6045         This fixes bogus label recognition.
6047         * progmodes/cc-engine.el (c-add-type, c-check-type)
6048         (c-forward-name, c-forward-type): Improve storage of template
6049         types in `c-found-types' so that they can be recognized better.
6051         (c-syntactic-content): Add option to skip past nested parens.
6053         * progmodes/cc-engine.el (c-forward-name):
6054         Set `c-last-identifier-range' all the time.  It's less work that way.
6055         Handle that there might not be an identifier to store in
6056         `c-last-identifier-range'.
6058         (c-forward-type): Handle that `c-last-identifier-range' might be
6059         nil from `c-forward-name'.
6061         * progmodes/cc-defs.el (c-safe-scan-lists)
6062         (c-(go-)?(up|down)-list-(forward|backward)): Add limit arguments.
6064         * progmodes/cc-defs.el (c-save-buffer-state): Use `unwind-protect'
6065         to work even if the form fails.
6067         * progmodes/cc-engine.el (c-parse-state): Speedup when moving far
6068         down in a large file in one go.
6070         (c-get-fallback-start-pos): New helper function for `c-parse-state'.
6072         * progmodes/cc-align.el (c-lineup-assignments): New lineup
6073         function which is like `c-lineup-math' but returns nil instead of
6074         `c-basic-offset' when it doesn't match.
6076         (c-lineup-math): Change to use `c-lineup-assignments'.
6078 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
6080         * progmodes/cc-cmds.el: Fix some bugs in subfunctions of
6081         c-beginning-of-statement.  New subfunctions
6082         c-in-comment-line-prefix-p, c-narrow-to-comment-innards.
6084 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
6086         * progmodes/cc-fonts.el, cc-langs.el: Use `c-simple-ws' instead of
6087         hardcoded char classes whereever possible.  Changed a couple of
6088         places to use skip by syntax instead of skip by char class.
6090         * progmodes/cc-langs.el (c-unterminated-block-comment-regexp):
6091         Fix a bug in the regexp that caused extreme backtracking.
6093         * progmodes/cc-langs.el (c-block-comment-starter)
6094         (c-block-comment-ender): New language constants to specify in a
6095         single place how block comments look.
6097         (c-comment-start-regexp, c-block-comment-start-regexp)
6098         (comment-start, comment-end, comment-start-skip)
6099         (c-syntactic-ws-start, c-syntactic-ws-end, c-nonwhite-syntactic-ws)
6100         (c-syntactic-ws, c-nonempty-syntactic-ws)
6101         (c-single-line-syntactic-ws, c-syntactic-eol): Now built from
6102         `c-line-comment-starter', `c-block-comment-starter' and
6103         `c-block-comment-ender'.
6105         (c-block-comment-regexp, c-unterminated-block-comment-regexp):
6106         New language constants to break up things a bit.
6108         (c-simple-ws): New language constant for simple whitespace.
6110         * progmodes/cc-defs.el (c-concat-separated): New convenience function.
6112         * progmodes/cc-defs.el (c-make-keywords-re): Add kludge for bug
6113         in `regexp-opt' in Emacs 20 and XEmacs when strings contain
6114         newlines.  Allow and ignore nil elements in the list.
6116 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
6118         * progmodes/cc-cmds.el: Comment out a (n almost certainly
6119         superfluous) check, (eq here (point-max)) in c-beginning-of-statement.
6121         * progmodes/cc-cmds.el: Tidy up the comments in
6122         c-beginning-of-statement and subfunctions.
6124         * progmodes/cc-awk.el: Replace calls to put-text-property to the
6125         more flexible c-put-char-property and c-clear-char-properties.
6126         Add the author's email address.
6128         * progmodes/cc-langs.el (c-block-comment-start-regexp): New variable.
6130         * progmodes/cc-cmds.el: Fix bug with M-e, when point is inside the
6131         closing "*/" of a block comment.
6133         * progmodes/cc-cmds.el: Tidy c-beginning-of-sentence (and
6134         subfunctions) so that it works at BOB and EOB.
6136         * progmodes/cc-cmds.el, cc-vars.el: More updating of
6137         c-beginning-of-statement, including new variable
6138         c-block-comment-start-regexp.
6140 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
6142         * progmodes/cc-langs.el (c-known-type-key): Optimize simple
6143         symbols from `*-font-lock-extra-types' so that there's no need to
6144         use `regexp-opt' on those lists.
6146         * progmodes/cc-langs.el (c-type-decl-suffix-key): Fix when
6147         `c-type-modifier-kwds' is empty.
6149         * progmodes/cc-fonts.el (c-font-lock-invalid-string): Fix when
6150         there are several strings on the same line.
6152         * progmodes/cc-engine.el (c-literal-limits): Remove the
6153         compatibility function for older emacsen.  `c-literal-limits-fast'
6154         has now taken the place of this function.
6156         * progmodes/cc-vars.el (c-emacs-features): Remove compatibility
6157         with older emacsen: We now require `pps-extended-state'.
6159 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
6161         * progmodes/cc-cmds.el: New function c-beginning-of-sentence,
6162         which obviates the need to hack sentence-end.  This now handles
6163         escaped newlines in strings correctly.  Correct minor bugs in
6164         c-move-over-sentence and in c-beginning-of-statement.
6166         * progmodes/cc-cmds.el (c-beginning-of-statement (and
6167         subfunctions)): Adapt c-\(back\|forward\)-over-illiterals such
6168         that movement over macros and code are rigorously separated from
6169         eachother.  Correct a few incidental bugs.
6171         * progmodes/cc-cmds.el: Restructure c-beginning-of-statement:
6172         Improve its doc-string.  Improve the handling of certain specific cases.
6174 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
6176         * progmodes/cc-engine.el, cc-fonts.el, cc-langs.el
6177         (c-guess-basic-syntax): Change the way class-level labels are
6178         recognized; they can now contain essentially any symbols.
6180         (c-opt-extra-label-key): New language variable to cope with the
6181         special protection label syntax in Objective-C.
6183         (c-opt-access-key): Remove; this is now handled better by
6184         `c-nonlabel-token-key' and `c-opt-extra-label-key'.
6186         (c-complex-decl-matchers): Update to handle that
6187         `c-opt-access-key' no longer exists.
6189         * progmodes/cc-engine.el (c-guess-basic-syntax): Make use of the
6190         improved label recognition in `c-beginning-of-statement-1'.
6192         * progmodes/cc-engine.el (c-beginning-of-member-init-list):
6193         Recognize bitfields better.
6195         * progmodes/cc-engine.el (c-beginning-of-inheritance-list):
6196         Remove some cruft and fixed a bug that could cause it to go to a
6197         position further down.
6199         * progmodes/cc-langs.el, cc-engine.el
6200         (c-beginning-of-statement-1): Improve detection of labels in
6201         declaration contexts.
6203         (c-beginning-of-decl-1): Use it.
6205         (c-nonlabel-token-key): New language constant and variable needed
6206         by `c-beginning-of-statement-1'.
6208         * progmodes/cc-engine.el (c-guess-basic-syntax): Fix bug that
6209         manifested itself due to the correction in `c-forward-sexp'.
6211         * progmodes/cc-defs.el (c-forward-sexp, c-backward-sexp):
6212         Make these behave as documented when used at the buffer limits.
6214         * progmodes/cc-mode.el, cc-engine.el, cc-langs.el
6215         (c-type-decl-end-used): Made this a language variable.
6217         * progmodes/cc-mode.el (c-after-change): Widen the buffer to work
6218         correctly when `combine-after-change-calls' is used together with
6219         temporary narrowings.
6221         * progmodes/cc-engine.el (c-beginning-of-statement-1):
6222         Report labels correctly when the start point is immediately after the
6223         colon.
6225         * progmodes/cc-defs.el (c-parse-sexp-lookup-properties):
6226         Remove since it isn't used anymore.
6228         * progmodes/cc-cmds.el (c-electric-lt-gt): Detect and mark angle
6229         bracket arglists such as template parens in C++.
6231         * progmodes/cc-engine.el (c-syntactic-skip-backward): Fix a bug
6232         in the last check-in.  Some optimization.
6234         * progmodes/cc-engine.el (c-syntactic-skip-backward): Fix bug
6235         where it could stop at the same level in a preceding sexp when
6236         PAREN-LEVEL is set.
6238         * progmodes/cc-mode.el (c-basic-common-init): Turn on syntax-table
6239         text property lookup only when it's needed.
6241         * progmodes/cc-langs.el, cc-engine.el, cc-fonts.el, cc-mode.el:
6242         Change the policy for paren marked angle brackets to be more
6243         persistent; once marked they remain marked even when they're found
6244         to be unbalanced in the searched region.  This should keep the
6245         paren syntax around even when individual lines are refontified in
6246         multiline template arglists.
6248         (c-parse-and-markup-<>-arglists): New dynamically bound variable
6249         to control markup so that incorrect angle bracket arglists aren't
6250         marked in contexts where the correct value for
6251         `c-disallow-comma-in-<>-arglists' isn't known.
6253         (c-forward-<>-arglist, c-forward-<>-arglist-recur): The reparse
6254         argument has become `c-parse-and-markup-<>-arglists'.
6256         (c-remove-<>-arglist-properties): Remove - no longer used.
6258         (c-after-change-check-<>-operators): New function used on
6259         `after-change-functions' to avoid that "<" and ">" characters that
6260         are part of longer operators have paren syntax.
6262         (c-<>-multichar-token-regexp): New language variable used by
6263         `c-after-change-check-<>-operators'.
6265         (c-after-change): Call `c-after-change-check-<>-operators'.
6267         (c-font-lock-<>-arglists): Use the context properties set by
6268         `c-font-lock-declarations' to set `c-disallow-comma-in-<>-arglists'
6269         correctly to avoid doing invalid markup.
6271         (c-font-lock-declarations): Remove code that undoes the invalid
6272         markup done by `c-font-lock-<>-arglists'.
6274         (c-complex-decl-matchers): `c-font-lock-<>-arglists' now runs
6275         after `c-font-lock-declarations'.
6277         * progmodes/cc-engine.el (c-syntactic-skip-backward):
6278         Add paren-level feature.
6280         (c-guess-basic-syntax): Improve the anchor position for
6281         `template-args-cont' in nested template arglists.  There's still
6282         much to be desired in this area, though.
6284 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
6286         * progmodes/cc-cmds.el, cc-engine.el, cc-langs.el, cc-vars.el:
6287         Make the "Text Filling and Line Breaking" commands work for AWK buffers.
6289 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
6291         * progmodes/cc-defs.el, cc-engine.el (c-mode-is-new-awk-p):
6292         Removed; (c-major-mode-is 'awk-mode) can be used instead now.
6294         * progmodes/cc-mode.el: Always set up AWK mode since emacsen where
6295         it doesn't work no longer are supported.
6297         * progmodes/cc-mode.el, cc-styles.el, cc-vars.el, cc-defs.el
6298         * cc-engine.el, cc-fonts.el, cc-langs.el, cc-cmds.el: CC Mode now
6299         requires support for the syntax-table' text property, which rules
6300         out Emacs 19 and XEmacs < 21.4.  Removed various compatibility
6301         cruft associated with those versions.
6303         * progmodes/cc-defs.el, cc-fix.el: CC Mode now requires support
6304         for the `syntax-table' text property, which rules out Emacs 19 and
6305         XEmacs < 21.4.  Removed various compatibility cruft associated
6306         with those versions.
6308         * progmodes/cc-vars.el (c-emacs-features): CC Mode now requires
6309         support for the `syntax-table' text property.
6311         * progmodes/cc-fonts.el (c-nonbreakable-space-face): Remove the
6312         variable and use an extra quoted face name instead.  All the
6313         emacsen flavors handle that correctly.
6315         * progmodes/cc-fonts.el (c-font-lock-complex-decl-prepare)
6316         (c-font-lock-declarators, c-font-lock-declarations)
6317         (c-complex-decl-matchers, c-basic-matchers-after): Use a text
6318         property to mark the items in in declarator lists to handle
6319         refontification inside multiline declarations better.
6321         * progmodes/cc-fonts.el (c-font-lock-declarations): Recognize a
6322         construct like "a * b = c;" as a declaration.
6324 2005-12-08  Kim F. Storm  <storm@cua.dk>
6326         * emulation/cua-base.el (cua-use-hyper-key): Replace by ...
6327         (cua-rectangle-modifier-key): ... this.  New defcustom.  Can now
6328         select either meta, hyper, or super modifier for rectangle commands.
6329         (cua--rectangle-modifier-key): New defvar.
6330         (cua--M/H-key): Use it.  Remove special case for `space'.
6331         (cua--init-keymaps): Initialize it from cua-rectangle-modifier-key
6332         on X, to meta otherwise.  Always bind C-return to toggle
6333         rectangle.  Pass ?\s instead of `space' to cua--M/H-key.
6335         * emulation/cua-rect.el (cua-help-for-rectangle):
6336         Use cua--rectangle-modifier-key.  Handle super modifier too.
6337         (cua--init-rectangles): Always bind C-return to toggle rectangle.
6338         Pass ?\s instead of `space' to cua--M/H-key and cua--rect-M/H-key.
6340         * ido.el: Move Acknowledgements and History after Commentary.
6341         Minor changes to Commentary.
6343         * emulation/cua-base.el (cua--select-keymaps): Enable repeat
6344         keymap if cua--prefix-override-timer is `shift'.
6345         (cua--shift-control-prefix): New function; emulate "type prefix
6346         key twice" functionality to handle shifted prefix key override.
6347         (cua--shift-control-c-prefix, cua--shift-control-x-prefix):
6348         New commands.
6349         (cua--init-keymaps): Bind them to S-C-c and S-C-x.
6351 2005-12-08  Carsten Dominik  <dominik@science.uva.nl>
6353         * textmodes/org.el (org-insert-heading): Try to do items before
6354         headings.
6355         (org-agenda-mode): Quote `org-agenda-mode-hook'.
6356         (org-insert-item): New function.
6357         (org-renumber-ordered-list): Don't skip to higher level lists.
6359 2005-12-08  Juri Linkov  <juri@jurta.org>
6361         * info.el (Info-mode-map): Bind M-TAB to `Info-prev-reference'.
6363         * button.el (button-buffer-map): Bind M-TAB to `backward-button'.
6365         * wid-edit.el (widget-keymap): Bind M-TAB to `widget-backward'.
6367         * pcvs.el (defun-cvs-mode): Put `definition-name' property on
6368         the constructed function name fun-1.
6370         * cus-edit.el (custom-add-parent-links): Filter out custom-group-link,
6371         because such links don't lead to parent documentation.
6373 2005-12-08  Kenichi Handa  <handa@m17n.org>
6375         * descr-text.el (describe-char): Use *Help-2* buffer if the
6376         current buffer is *Help*.  Call describe-text-properties while
6377         setting the original buffer.
6379 2005-12-07  Bill Wohler  <wohler@newt.com>
6381         * files.el (auto-mode-alist): Remove mh-letter-mode.  Unnecessary,
6382         and causes problems with non-MH users (such as Gnus users).
6384 2005-12-08  Nick Roberts  <nickrob@snap.net.nz>
6386         * progmodes/gdb-ui.el (gdb-find-file-unhook): Delete variable.
6387         (gdb-set-gud-minor-mode, gdb-set-gud-minor-mode): Delete functions.
6388         (gdb-set-gud-minor-mode-existing-buffers, gdb-init-2): Use GDB
6389         command "info sources".  Move calls to GDB command "list".
6390         (gdb-find-file-hook): Just use gdb-source-file-list.
6391         (gdb-source-file-regexp): Use regexp for pre-GDB 6.4.
6392         (gdb-source-file-regexp-1): New regexp for GDB 6.4+ only.
6393         (gdb-set-gud-minor-mode-existing-buffers-1): Use it.
6394         (gdb-data-list-register-values-handler): Use correct trigger name.
6396 2005-12-07  Kim F. Storm  <storm@cua.dk>
6398         * ido.el (ido-completion-map): Rename from ido-mode-map.
6399         (ido-common-completion-map, ido-file-completion-map)
6400         (ido-file-dir-completion-map, ido-buffer-completion-map):
6401         Rename from ido-mode-....-map.
6402         (ido-init-completion-maps): Rename from ido-init-mode-maps.
6403         (ido-setup-completion-map): Rename from ido-define-mode-map.
6404         (ido-read-internal): Bind minibuffer-local-filename-completion-map
6405         to ido-completion-map.
6407 2005-12-07  Kenichi Handa  <handa@m17n.org>
6409         * international/mule-cmds.el
6410         (set-display-table-and-terminal-coding-system): If the coding
6411         system specified in `unibyte-display' property is different from
6412         the arg coding-system, don't setup standard-display-table.
6414 2005-12-06  Stefan Monnier  <monnier@iro.umontreal.ca>
6416         * emacs-lisp/edebug.el (edebug-skip-whitespace): read1:lread.c says
6417         that comments end at \n, regardless of selective-display.
6419 2005-12-07  Nick Roberts  <nickrob@snap.net.nz>
6421         * progmodes/gdb-ui.el (gdb-error-regexp, gdb-first-post-prompt)
6422         (gdb-version): New variables.
6423         (gdb-source-file-list, gdb-register-names)
6424         (gdb-changed-registers): New variables for use with GDB 6.4+.
6425         (gdb-ann3): Replace with...
6426         (gdb-init-1, gdb-init-2): ...two new functions.
6427         (gdba, gdb-prompt): Call gdb-init-1.
6428         (gdb-get-version): New function.  Call gdb-init-2 from here.
6429         (gud-watch): Make it work with mouse events too.
6430         (gdb-post-prompt): Don't add to queue until GDB version is known.
6431         (gdb-speedbar-expand-node, gdb-post-prompt, gdb-registers-mode)
6432         (gdb-locals-mode): Use gdb-version.
6433         (gdb-memory-format-map, gdb-memory-unit-map)
6434         (gdb-locals-watch-map): Rename from gdb-*-*-keymap.
6435         (gdb-locals-font-lock-keywords-1)
6436         (gdb-locals-font-lock-keywords-2): New variables.
6437         (gdb-find-file-hook): Make it work with GDB 6.4+ too.
6438         (gdb-set-gud-minor-mode-existing-buffers-1)
6439         (gdb-var-list-children-1, gdb-var-list-children-handler-1)
6440         (gdb-var-update-1, gdb-var-update-handler-1)
6441         (gdb-data-list-register-values-handler)
6442         (gdb-data-list-register-values-custom)
6443         (gdb-get-changed-registers, gdb-get-changed-registers-handler)
6444         (gdb-stack-list-locals-handler, gdb-get-register-names):
6445         New functions for use with GDB 6.4+.
6446         (gdb-locals-watch-map-1): New variable for use with GDB 6.4+.
6447         (gdb-source-file-regexp, gdb-var-list-children-regexp-1)
6448         (gdb-var-update-regexp-1, gdb-data-list-register-values-regexp)
6449         (gdb-stack-list-locals-regexp)
6450         (gdb-data-list-register-names-regexp): New regexps for use with
6451         GDB 6.4+.
6453 2005-12-06  Stefan Monnier  <monnier@iro.umontreal.ca>
6455         * progmodes/cc-defs.el (c-emacs-features): Don't assume point-min==1.
6457 2005-12-06  Nozomu Ando  <nand@mac.com>  (tiny patch)
6459         * mail/smtpmail.el (smtpmail-try-auth-methods): Make password
6460         prompts work for AUTH PLAIN.  Also reported by Steve Allan
6461         <seallan@verizon.net>.
6463 2005-12-06  L\e$,1 q\e(Brentey K\e,Aa\e(Broly  <lorentey@elte.hu>
6465         * frame.el (set-frame-parameter): Add doc string.
6467 2005-12-06  Carsten Dominik  <dominik@science.uva.nl>
6469         * textmodes/org.el (org-occur-highlights): New variable.
6470         (org-highlight-new-match, org-remove-occur-highlights): New functions.
6471         (org-highlight-sparse-tree-matches): New option.
6472         (org-do-occur): New function.
6473         (org-get-heading): Make it work also at beginning of line.
6474         (org-category-table): New variable.
6475         (org-get-category-table, org-get-category)
6476         (org-camel-to-words, org-link-search): New functions.
6477         (org-select-this-todo-keyword): New variable.
6478         (org-todo-list): New command.
6479         (org-shiftright, org-shiftleft): New commands.
6480         (org-agenda-todo): Add prefix argument.
6481         (org-show-hierarchy-above): New option.
6482         (org-show-todo-tree): Numerical prefix creates tree for specific
6483         TODO keyword.
6484         (org-outline-level): New function, to assign a level to plain
6485         lists items.
6486         (org-cycle-include-plain-lists): New option.
6487         (org-mode): Use `org-outline-level' as value of `outline-level'.
6488         (org-cycle): Temporarily switch `outline-regexp' if
6489         `org-cycle-include-plain-lists' is non-nil.
6490         (org-start-icalendar-file): Fix format bug.
6491         (org-agenda-get-day-entries): Create category table.
6492         (org-agenda-get-todos, org-agenda-get-timestamps)
6493         (org-agenda-get-deadlines, org-agenda-get-scheduled)
6494         (org-agenda-get-blocks): Use `org-get-category'.
6495         (org-context-in-file-links): Rename from
6496         `org-line-numbers-in-file-links'.
6498 2005-12-06  Romain Francoise  <romain@orebokech.com>
6500         * window.el (balance-windows): Delete extraneous third arg in call
6501         to `enlarge-window'.
6503 2005-12-06  Kenichi Handa  <handa@m17n.org>
6505         * international/kinsoku.el (kinsoku-longer): Check eolp, not eobp.
6507 2005-12-06  Nick Roberts  <nickrob@snap.net.nz>
6509         * progmodes/gdb-ui.el (gdb-var-create-handler)
6510         (gdb-var-evaluate-expression-handler, gdb-frame-handler)
6511         (gdb-var-list-children-handler, gdb-var-update-handler):
6512         Current buffer is already gdb-partial-output-buffer, don't
6513         make it current again.
6515 2005-12-05  Luc Teirlinck  <teirllm@auburn.edu>
6517         * buff-menu.el (Buffer-menu-use-frame-buffer-list): New user option.
6518         (list-buffers-noselect): Use it.
6520 2005-12-05  Stefan Monnier  <monnier@iro.umontreal.ca>
6522         * mail/sendmail.el: Remove unnecessary leading-star in docstrings.
6523         (mail-yank-ignored-headers): Use regexp-opt.
6524         (mail-mode-map): Move initialization into declaration.
6525         (mail-sent-via): Remove unused shadowed var `to-line'.
6526         (mail-mailer-swallows-blank-line): Use with-temp-buffer.
6527         (mail-bury, sendmail-send-it, mail-do-fcc): Use with-current-buffer.
6528         (mail-do-fcc): Use dolist and push.
6529         (mail-mode-fill-paragraph): Pass the arg to fill-region-as-paragraph.
6530         (mail-yank-ignored-headers): Don't autoload.
6532 2005-12-05  Kenichi Handa  <handa@m17n.org>
6534         * international/mule-cmds.el (set-language-info-internal): New fun.
6535         (set-language-info): Call set-language-info-internal to update
6536         language-info-alist.  If LANG-ENV is the current one, call
6537         set-language-environment to make INFO effective now.
6538         (set-language-info-alist): Likewise.
6539         (locale-language-names): With locale "en", use English
6540         lang. env. but set the default codings to iso-8859-1.
6542 2005-12-04  Nick Roberts  <nickrob@snap.net.nz>
6544         * progmodes/gdb-ui.el (gdb-use-inferior-io-buffer)
6545         (gdb-speedbar-auto-raise): Echo new state in minibuffer.
6546         (gdb-var-create-handler, gdb-assembler-custom): Use search-forward
6547         for plain strings.
6548         (gdb-frames-mode): Remove redundant call to font-lock-mode.
6549         (gdb-all-registers): Rename from toggle-gdb-all-registers.
6550         Create registers buffer if necessary.  Echo new state in minibuffer.
6551         (gdb-registers-mode-map, gdb-registers-mode): Use gdb-all-registers.
6553 2005-12-03  Chong Yidong  <cyd@stupidchicken.com>
6555         * info.el (Info-fontify-node): Match external links using
6556         non-directory part of filename.
6558 2005-12-04  Juri Linkov  <juri@jurta.org>
6560         * font-core.el (global-font-lock-mode): Use define-global-minor-mode
6561         instead of easy-mmode-define-global-mode.  Add `:group font-lock'.
6562         (font-lock-mode): Replace `:group font-lock' with `nil nil nil'
6563         because there is no customization option for it.
6565         * font-lock.el (lisp-font-lock-keywords-1):
6566         Add define-global-minor-mode.
6568         * emacs-lisp/autoload.el (make-autoload): Add define-global-minor-mode.
6570         * emacs-lisp/derived.el (define-derived-mode): Put `definition-name'
6571         properties on the constructed variable names.
6573         * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
6574         Put `definition-name' properties on the constructed function names
6575         next-sym and prev-sym.
6577         * emacs-lisp/find-func.el (find-function-regexp):
6578         Add define-global-minor-mode.  Replace `easy-mmode-define-global-mode'
6579         with `easy-mmode-define-[a-z-]+'.  Add easy-menu-define.
6580         (find-variable-regexp): Add easy-mmode-defmap, easy-mmode-defsyntax
6581         and easy-menu-define.
6583         * emacs-lisp/lisp-mode.el: Put `doc-string-elt' property on
6584         easy-mmode-define-global-mode and define-global-minor-mode.
6585         (lisp-imenu-generic-expression): Add define-global-minor-mode.
6587         * progmodes/cwarn.el (global-cwarn-mode): Use define-global-minor-mode
6588         instead of easy-mmode-define-global-mode.
6590         * progmodes/idlw-shell.el (idlwave-shell-electric-debug-mode):
6591         Use define-minor-mode instead of easy-mmode-define-minor-mode.
6593         * cus-edit.el (customize-group, customize-group-other-window):
6594         Filter out autoloaded options from the group completion list by
6595         using heuristics that autoloaded groups don't have `custom-autoload'
6596         property on their symbols (they have only `custom-loads').
6598         * simple.el (completion-setup-function): Put completions-common-part
6599         face on complete completion string too (i.e. completion string
6600         without completions-first-difference face).
6602         * man.el (Man-section-regexp): Add 0-9 to support "3X11" sections.
6604 2005-12-03  Eli Zaretskii  <eliz@gnu.org>
6606         * view.el (view-mode): Doc fix.
6608         * disp-table.el (standard-display-european): Add to the warning
6609         message a reference to the doc string.
6611         * play/yow.el (apropos-zippy): Call print-help-return-message,
6612         similar to other Help and Apropos commands.
6614         * help.el (print-help-return-message): If pop-up-frames is
6615         non-nil, set up help-return-method to delete the help window and,
6616         possibly, its frame as well, and don't display message about
6617         scrolling the help window.  Doc fix.
6618         (help-return-method): Doc fix.
6620 2005-12-03  Martin Rudalics  <rudalics@gmx.at>  (tiny change)
6622         * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression): Fix bug
6623         whereby names of length one or names starting with a
6624         symbol-constituent character would not be returned.
6626 2005-12-03  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
6628         * subr.el (atomic-change-group): Add edebug and indentation spec.
6630 2005-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
6632         * completion.el (save-completions-file-name): Fix typo in last change.
6634 2005-12-02  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
6636         * info.el: Move back/forward history to the beginning of the tool bar.
6638 2005-12-02  Ken Manheimer  <ken.manheimer@gmail.com>
6640         * allout.el (eval-when-compile): Remove unnecessary load of cl.
6641         Add fset of allout-real-isearch-abort during compile to fix
6642         byte-compilation warnings.
6643         (allout-mode-p): Move definition of this macro above all uses, or
6644         byte compilation in barren emacs (eg, during emacs build) will
6645         lack the definition.
6646         (allout-mode): Move this variable above any uses, or byte
6647         compilation will fail.
6648         (allout-resolve-xref): Remove use of personal file-reference function.
6649         (allout-toggle-current-subtree-encryption): Do the current (ie,
6650         visible containing) topic, rather than nearest around point.  Doc fix.
6651         (allout-toggle-subtree-encryption): New function, workhorse that
6652         works on nearest topic containing point.
6653         (allout-encrypt-string): Signal requirement for newer version of pgg.
6654         (allout-resumptions): Doc fix.
6656 2005-12-02  Eli Zaretskii  <eliz@gnu.org>
6658         * international/latexenc.el (latex-inputenc-coding-alist): Doc fix.
6660 2005-12-02  Agustin Martin  <agustin.martin@hispalinux.es>
6662         * textmodes/flyspell.el (flyspell-external-point-words):
6663         Consider a misspelling as found in the string search if: (a) misspelling
6664         and found string lengths match, or (b) misspelling is found as
6665         element in a boundary-chars separated longer string, or (c)
6666         ispell-program-name is really ispell and misspelling is found as
6667         part of a TeX string.  After successful match move beginning of
6668         search region to end of match.  Warn about not found misspellings
6669         once the process is done.
6670         (flyspell-large-region): Do not set ispell-parser to tex if in TeX mode.
6672 2005-12-02  Nick Roberts  <nickrob@snap.net.nz>
6674         * progmodes/gud.el (gud-menu-map): Put gud-finish back on the
6675         tool bar (removed inadvertently).
6677 2005-12-02  Juri Linkov  <juri@jurta.org>
6679         * log-view.el (log-view-diff): Clarify doc string.
6681 2005-12-01  Bill Wohler  <wohler@newt.com>
6683         * Makefile.in (mh-loaddefs.el): Reinsert Change Log as its absence
6684         triggers lm-verify errors.
6686 2005-12-01  Luc Teirlinck  <teirllm@auburn.edu>
6688         * simple.el (transient-mark-mode, line-number-mode)
6689         (column-number-mode, size-indication-mode): Remove `:require nil'.
6691 2005-12-01  Nick Roberts  <nickrob@snap.net.nz>
6693         * progmodes/gdb-ui.el (gdb-ann3): Bind mouse-2 to gdb-mouse-until
6694         in the margin also.
6695         (gdb-breakpoints-mode-map): Use D instead of d for
6696         gdb-delete-breakpoint.
6697         (gdb-get-frame-number): Require a number to match on.
6698         (gdb-threads-mode-map): Add follow-link binding.
6700 2005-11-30  Jason Rumney  <jasonr@gnu.org>
6702         * isearch.el (isearch-mode-map): Avoid exiting search on
6703         language-change event.
6705 2005-11-30  Romain Francoise  <romain@orebokech.com>
6707         * speedbar.el (speedbar-default-position): New defcustom.
6708         (speedbar-frame-reposition-smartly): Use it.
6710         * dframe.el (dframe-reposition-frame-emacs): Fix position
6711         computation for `left' location.
6712         Update copyright year.
6714 2005-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
6716         * help.el (help-map): Move initialization into declaration.
6718         * emacs-lisp/autoload.el (make-autoload): Handle defgroup specially.
6720         * help-fns.el (help-argument-name): Don't autoload.
6721         It's useless and triggers a bug in cus-dep.el causing ldefs-boot
6722         to be re-loaded when customizing the `help' group.
6724 2005-11-30  John Paul Wallington  <jpw@gnu.org>
6726         * help-fns.el (describe-function-1): Fill arglist output.
6728 2005-11-30  Kim F. Storm  <storm@cua.dk>
6730         * emulation/cua-rect.el (cua--rectangle-overlays): Make permanent-local.
6731         (cua--rectangle-post-command): Cleanup overlays and deactivate mark
6732         after revert-buffer (or anything else which kills all local variables).
6734         * apropos.el (apropos-parse-pattern): Doc fix.
6735         Set apropos-regexp directly, rather than expecting callers to do so.
6736         (apropos-command, apropos, apropos-value, apropos-documentation):
6737         Simplify calls to apropos-parse-pattern.
6739 2005-11-29  Chong Yidong  <cyd@stupidchicken.com>
6741         * hi-lock.el (hi-lock-line-face-buffer, hi-lock-face-buffer)
6742         (hi-lock-face-phrase-buffer): Use hi-yellow face.
6743         (hi-lock-write-interactive-patterns): Use comment-region.
6745         * longlines.el (longlines-mode): Add mail-setup-hook.
6747         * mail/mailheader.el, mail/sendmail.el: Revert 2005-11-17 changes.
6749         * simple.el (sendmail-user-agent-compose, next-line):
6750         Conditionally use hard-newline.
6752 2005-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
6754         * international/latexenc.el (latex-inputenc-coding-alist):
6755         Reword doc string.
6757 2005-11-29  Chong Yidong  <cyd@stupidchicken.com>
6759         * help.el (describe-key-briefly, describe-key): Recognize default
6760         bindings.
6762 2005-11-29  Romain Francoise  <romain@orebokech.com>
6764         * view.el (view-inhibit-help-message): New defcustom.
6765         (view-mode-enter): Use it.
6767 2005-11-29  Michael Kifer  <kifer@cs.stonybrook.edu>
6769         * ediff-wind.el (ediff-setup-control-frame, ediff-make-wide-display):
6770         Preserve user position.
6772 2005-11-28  Luc Teirlinck  <teirllm@auburn.edu>
6774         * font-lock.el: Throw error if facemenu is not loaded to prevent
6775         accidental change of loading order in loadup.el.  (Suggested by RMS.)
6777         * loadup.el: Add comment explaining why facemenu must be loaded
6778         before font-lock.
6780 2005-11-28  Jay Belanger  <belanger@truman.edu>
6782         * calc/calc.el: Change global keybinding for calc-dispatch to "\C-x*".
6783         (calc-dispatch-map): Add more keys for `calc-same-interface'.
6785         * calc/calc-misc.el (calc-dispatch-help): Update docstring.
6787         * calc/calc-embed.el (calc-do-embedded): Update help message.
6789         * calc/calc-prog.el (calc-user-define-invokation): Update help message.
6791 2005-11-28  Stefan Monnier  <monnier@iro.umontreal.ca>
6793         * log-edit.el (log-edit-insert-cvs-rcstemplate): Ignore stderr.
6795         * emacs-lisp/elp.el (elp-not-profilable): Replace interactive-p with
6796         called-interactively-p.
6797         (elp-profilable-p): Rename from elp-not-profilable-p.
6798         Invert result and take into account macros and autoloaded functions.
6799         (elp-instrument-function): Update call.
6800         (elp-instrument-package): Update call.  Add completion.
6801         (elp-pack-number): Use match-string.
6802         (elp-results-jump-to-definition-by-mouse): Merge into
6803         elp-results-jump-to-definition and then remove.
6804         (elp-output-insert-symname): Make help echo text single-line.
6806         * replace.el (query-replace-map): Move initialization into declaration.
6807         (occur-engine): Use with-current-buffer.
6808         (occur-mode-goto-occurrence): Make it work for mouse-clicks as well.
6809         (occur-mode-mouse-goto): Replace with an alias.
6811 2005-11-28  Juri Linkov  <juri@jurta.org>
6813         * simple.el (quoted-insert): Let-bind input-method-function to nil.
6815         * term/w32-win.el: Bind [S-tab] to [backtab].
6817         * info.el (Info-fontify-node): Set 2nd arg `noerror' of
6818         `Info-find-file' to t.
6820         * replace.el (occur-mode-mouse-goto): Pop, don't switch.
6821         (occur-mode-goto-occurrence): Let-bind same-window-buffer-names
6822         and same-window-regexps.
6823         (occur-next-error): Don't move point for arg 0.
6825 2005-11-28  Chong Yidong  <cyd@stupidchicken.com>
6827         * replace.el (occur-mode-goto-occurrence): Pop, don't switch.
6829 2005-11-28  Stefan Monnier  <monnier@iro.umontreal.ca>
6831         * log-edit.el (log-edit-changelog-use-first): New var.
6832         (log-edit-changelog-ours-p): Use it.
6833         (log-edit-insert-changelog): Set it with new arg `use-first'.
6834         (log-edit-insert-cvs-rcstemplate, log-edit-insert-filenames): New funs.
6835         (log-edit-hook): Add them to the list of suggested options.
6837         * textmodes/flyspell.el (flyspell-last-buffer): New var.
6838         (flyspell-accept-buffer-local-defs): Use it to avoid doing silly
6839         redundant work.
6840         (flyspell-mode-on): Use add-hook for after-change-functions.
6841         (flyspell-mode-off): Use remove-hook for after-change-functions.
6842         (flyspell-changes): Make it buffer-local.
6843         (flyspell-after-change-function): Make it non-interactive.  Use push.
6844         (flyspell-post-command-hook): Check input-pending-p while processing
6845         the potentially long list of buffer changes.
6847 2005-11-28  L\e$,1 q\e(Brentey K\e,Aa\e(Broly  <lorentey@elte.hu>
6849         * buff-menu.el (list-buffers-noselect): Display the selected
6850         frame's buffer list, not the global one.
6852 2005-11-28  Nick Roberts  <nickrob@snap.net.nz>
6854         * xt-mouse.el (xterm-mouse-event): Set last-input-event so
6855         that (list last-input-event) works as in interactive spec.
6857 2005-11-27  Luc Teirlinck  <teirllm@auburn.edu>
6859         * loadup.el ("facemenu"): Load facemenu before font-lock, because
6860         `facemenu-keymap' needs to be defined when font-lock is loaded.
6861         Otherwise, `M-o M-o' is not bound to `font-lock-fontify-block'.
6863 2005-11-27  Stefan Monnier  <monnier@iro.umontreal.ca>
6865         * completion.el: Remove useless leading * in defcustom docstrings.
6866         (save-completions-file-name): Use ~/.emacs.d if available.
6867         (completion-standard-syntax-table): Rename from
6868         cmpl-standard-syntax-table and fold initialization into declaration,
6869         thus removing cmpl-make-standard-completion-syntax-table.
6870         (completion-lisp-syntax-table, completion-c-syntax-table)
6871         (completion-fortran-syntax-table, completion-c-def-syntax-table): Idem.
6872         (cmpl-saved-syntax, cmpl-saved-point): Remove.
6873         (symbol-under-point, symbol-before-point)
6874         (symbol-under-or-before-point, symbol-before-point-for-complete)
6875         (add-completions-from-c-buffer): Use with-syntax-table.
6876         (make-completion): Don't return a list of completion entries.
6877         Update callers.
6878         (cmpl-prefix-entry-head, cmpl-prefix-entry-tail): Use defalias.
6879         (completion-initialize): Rename from initialize-completions.
6880         (completion-find-file-hook): Rename from cmpl-find-file-hook.
6881         (kill-emacs-save-completions): Collect stats here.
6882         (save-completions-to-file, load-completions-from-file):
6883         Use with-current-buffer.
6884         (completion-def-wrapper): Rename from def-completion-wrapper.  Make it
6885         into a function.  Move all calls to toplevel.
6886         (completion-lisp-mode-hook): New fun.
6887         (completion-c-mode-hook, completion-setup-fortran-mode):
6888         Set the syntax-table here.  Use local-set-key.
6889         (completion-saved-bindings): New var.
6890         (dynamic-completion-mode): Make it into a proper minor mode.
6891         (load-completions-from-file): Remove unused var `num-uses'.
6893         * emacs-lisp/cl-macs.el (defstruct): Don't define the default
6894         constructor if it is explicitly overridden.
6896         * complete.el (PC-completion-as-file-name-predicate):
6897         Use minibuffer-completing-file-name.
6898         (partial-completion-mode): Use find-file-not-found-functions.
6899         (PC-lisp-complete-symbol): Use with-syntax-table.
6900         (PC-look-for-include-file): Remove dead setq.
6901         (PC-look-for-include-file, PC-expand-many-files, PC-do-completion)
6902         (PC-complete): Use with-current-buffer.
6904         * progmodes/sh-script.el (sh-font-lock-syntactic-keywords): \ doesn't
6905         escape single quotes.
6907 2005-11-27  Luc Teirlinck  <teirllm@auburn.edu>
6909         * dabbrev.el (dabbrev-completion): Simplify code, by getting rid
6910         of `if' whose condition always returned nil.  Doc fix.
6912         * buff-menu.el (Buffer-menu-revert-function): Make the selected
6913         window's buffer the current buffer around the call to
6914         `list-buffers-noselect'.  This is necessary to mark that buffer
6915         with a `.' in the Buffer Menu when called from Lisp, for instance
6916         by Auto Revert Mode.
6918 2005-11-28  Nick Roberts  <nickrob@snap.net.nz>
6920         * progmodes/gdb-ui.el (gdb-stopped): Detect child process when
6921         attaching to it.
6922         (gdb-pre-prompt): Make sure gdb-error is reset.
6924         * progmodes/gud.el (gud-gdb-marker-filter): When GDB is invoked
6925         with a child process, detect it.
6926         (gud-speedbar-buttons): Match regexp more carefully.
6928 2005-11-27  Richard M. Stallman  <rms@gnu.org>
6930         * mouse.el (mouse-drag-move-window-bottom):
6931         Use adjust-window-trailing-edge.
6933 2005-11-27  Luc Teirlinck  <teirllm@auburn.edu>
6935         * simple.el (blink-matching-open): Ignore
6936         `blink-matching-paren-on-screen' if `show-paren-mode' is enabled.
6937         (blink-matching-paren-on-screen): Update docstring.
6939         * paren.el (show-paren-mode): No longer change
6940         `blink-matching-paren-on-screen'.
6942 2005-11-27  John Paul Wallington  <jpw@pobox.com>
6944         * progmodes/gdb-ui.el (gdb-goto-breakpoint, gdb-frames-select)
6945         (gdb-threads-select, gdb-edit-register-value):
6946         Use `posn-set-point' instead of `mouse-set-point' because the
6947         latter is not fbound when configured without X.
6949 2005-11-27  Kim F. Storm  <storm@cua.dk>
6951         * emulation/cua-rect.el (cua--highlight-rectangle): Preserve
6952         existing face when partially highlighting a TAB in a rectangle.
6954 2005-11-26  Kim F. Storm  <storm@cua.dk>
6956         * ido.el (ido-mode-map): Doc fix.
6957         (ido-mode-common-map, ido-mode-file-map)
6958         (ido-mode-file-dir-map, ido-mode-buffer-map): New keymaps.
6959         (ido-define-mode-map): Rewrite.  Select one of the new maps as
6960         parent for ido-mode-map instead of building from scratch.
6961         (ido-init-mode-maps): New defun to initialize new maps.
6962         (ido-mode): Call it.
6963         (ido-switch-buffer): Doc fix -- use \<ido-mode-buffer-map>.
6964         (ido-find-file): Doc fix -- use \<ido-mode-file-map>.
6966 2005-11-26  John Paul Wallington  <jpw@pobox.com>
6968         * arc-mode.el (archive-extract): Use `posn-set-point' instead of
6969         `mouse-set-point' because the latter is not fbound when configured
6970         without X.
6972 2005-11-26  Thien-Thi Nguyen  <ttn@gnu.org>
6974         * files.el (file-relative-name): Doc fix.
6976 2005-11-26  Kurt Hornik  <Kurt.Hornik@wu-wien.ac.at>
6978         * progmodes/octave-inf.el (inferior-octave-startup): Force a
6979         non-empty string for secondary prompt PS2.
6981 2005-11-25  Chong Yidong  <cyd@stupidchicken.com>
6983         * progmodes/compile.el (compilation-setup): Fix last change.
6985 2005-11-26  Nick Roberts  <nickrob@snap.net.nz>
6987         * progmodes/gdb-ui.el (gdb-info-breakpoints-custom)
6988         (gdb-mouse-toggle-breakpoint-margin)
6989         (gdb-mouse-toggle-breakpoint-fringe, gdb-threads-select):
6990         Add gdb-server-prefix to keep out of command history.
6991         (gdb-edit-register-value): New function.
6992         (gdb-registers-mode-map): Bind mouse-2 and RET to it.
6993         (gdb-info-registers-custom): Use above map.
6995 2005-11-25  Chong Yidong  <cyd@stupidchicken.com>
6997         * custom.el (enable-theme): Signal error if argument is not a
6998         theme.  Don't recalculate a face if it's not loaded yet.
7000         * cus-face.el (custom-theme-set-faces): Don't change saved-face if
7001         the `user' theme is in effect.
7003         * info.el (Info-on-current-buffer): Record actual filename in
7004         Info-current-file, instead of t, or a fake filename if a non-file
7005         buffer.  Make autoload.
7006         (Info-find-node, Info-revert-find-node): No need to check for
7007         Info-current-file nil.
7008         (Info-set-mode-line, Info-up, Info-copy-current-node-name):
7009         Info-current-file is now never `t'.
7010         (Info-fontify-node): Many simplifications due to Info-current-file
7011         always being valid.  Use Info-find-file to find node filename.
7013 2005-11-25  David Kastrup  <dak@gnu.org>
7015         * longlines.el (longlines-wrap-line): Reorder wrapping to "insert
7016         new character, then delete" in order to preserve markers.
7018 2005-11-25  David Ponce  <david@dponce.com>
7020         * recentf.el (recentf-arrange-by-rule): Handle a special
7021         `auto-mode-alist'-like "strip suffix" rule.
7022         (recentf-build-mode-rules): Handle second level auto-mode entries.
7024 2005-11-25  Michael Kifer  <kifer@cs.stonybrook.edu>
7026         * viper-keym.el (viper-ESC-key): Use different values in terminal and
7027         window modes.
7029         * viper.el (viper-emacs-state-mode-list): Delete mail-mode, add
7030         jde-javadoc-checker-report-mode.
7032         * ediff-wind (ediff-make-wide-display): Slight simplification.
7034         * ediff.el (ediff-date): Change the date of last update.
7036 2005-11-24  Chong Yidong  <cyd@stupidchicken.com>
7038         * hi-lock.el (hi-lock-buffer-mode): Renamed from `hi-lock-mode'.
7039         Use define-minor-mode, and make it a local mode.  Turn on font-lock.
7040         (hi-lock-mode): New global minor mode.
7041         (turn-on-hi-lock-if-enabled): New function.
7042         (hi-lock-line-face-buffer, hi-lock-face-buffer, hi-lock-set-pattern):
7043         Change arguments to regexp and face instead of a font-lock pattern.
7044         Directly set face property, instead of refontifying.
7045         (hi-lock-font-lock-hook): Check if font-lock is being turned on.
7046         (hi-lock-find-patterns): Use line-number-at-pos.
7048         (hi-lock-face-phrase-buffer): Call hi-lock-buffer-mode.  Use new
7049         arguments for hi-lock-set-pattern.
7050         (hi-lock-unface-buffer, hi-lock-set-file-patterns):
7051         Call font-lock-fontify-buffer.
7052         (hi-lock-find-file-hook, hi-lock-current-line)
7053         (hi-lock-refontify, hi-lock-set-patterns): Delete unused functions.
7055         (hi-lock-font-lock-hook): Turn off hi-lock when font lock is
7056         turned off.
7058         * progmodes/compile.el (compilation-setup): Don't fiddle with
7059         font-lock-defaults.
7061 2005-11-25  Nick Roberts  <nickrob@snap.net.nz>
7063         * progmodes/gdb-ui.el (gdb-var-create-handler)
7064         (gdb-var-list-children-handler): Find values for all variable
7065         objects.  gud-speedbar-buttons decides whether to display them.
7067 2005-11-24  Romain Francoise  <romain@orebokech.com>
7069         * info.el (Info-speedbar-fetch-file-nodes): Prefix temporary
7070         buffer name with a space.
7072 2005-11-24  Carsten Dominik  <dominik@science.uva.nl>
7074         * textmodes/org.el (org-export-plain-list-max-depth): Rename from
7075         `org-export-local-list-max-depth'.  Change default value to 3.
7076         (org-auto-renumber-ordered-lists)
7077         (org-plain-list-ordered-item-terminator): New options.
7078         (org-at-item-p, org-beginning-of-item, org-end-of-item)
7079         (org-get-indentation, org-get-string-indentation)
7080         (org-maybe-renumber-ordered-list, org-renumber-ordered-list):
7081         New functions.
7082         (org-move-item-down, org-move-item-up): New commands.
7083         (org-export-as-html): New classes for CSS support.  Bug fix in
7084         regular expression detecting fixed-width regions.  Respect
7085         `org-local-list-ordered-item-terminator'.
7086         (org-set-autofill-regexps, org-adaptive-fill-function): "1)" is
7087         also a list item.
7088         (org-metaup, org-metadown, org-shiftmetaup, org-shiftmetadown):
7089         New item moving functions.
7091 2005-11-24  Juri Linkov  <juri@jurta.org>
7093         * isearch.el (isearch-repeat): With empty search ring set
7094         `isearch-error' to the error string instead of signaling error
7095         with the function `error'.
7097 2005-11-24  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
7099         * term/mac-win.el: Make modifier `ctrl' an alias for `control'.
7101 2005-11-24  Nick Roberts  <nickrob@snap.net.nz>
7103         * progmodes/gdb-ui.el (gdb-speedbar-auto-raise): New function
7104         and variable.
7105         (gdb-var-create-handler, gdb-var-list-children-handler):
7106         Don't match on "char **...".
7107         (gdb-var-update-handler): Find values for all variable objects.
7108         (gdb-info-frames-custom): Identify frames by leading "#".
7110         * progmodes/gud.el (gud-speedbar-menu-items): Add
7111         gdb-speedbar-auto-raise as radio button.
7112         (gud-speedbar-buttons): Raise speedbar if requested.
7113         Don't match on "char **...".
7114         (gud-speedbar-buttons): Add (pointer) value for non-leaves.
7115         Make it editable.
7117 2005-11-23  Chong Yidong  <cyd@stupidchicken.com>
7119         * info.el (Info-fontify-node): Handle the case where
7120         Info-current-file is t.
7122 2005-11-23  Stefan Monnier  <monnier@iro.umontreal.ca>
7124         * simple.el (blink-matching-open): Fix off-by-one in last change.
7126 2005-11-23  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
7128         * term/mac-win.el: Don't change default directory.
7130 2005-11-22  Luc Teirlinck  <teirllm@auburn.edu>
7132         * cus-edit.el (Custom-reset-standard): Make it handle Custom group
7133         buffers correctly.  (It used to throw an error in such buffers.)
7134         Make it ask for confirmation in group buffers and other Custom
7135         buffers containing more than one customization item.
7137 2005-11-22  John Paul Wallington  <jpw@gnu.org>
7139         * net/goto-addr.el (goto-address-fontify): Put `follow-link'
7140         property on mail and url overlays.
7141         (goto-address-at-point): Use `posn-set-point' instead of
7142         `mouse-set-point' because the latter is not fbound when configured
7143         without X.
7145 2005-11-22  Lars Hansen  <larsh@soem.dk>
7147         * ls-lisp.el (ls-lisp-parse-symlink): Delete.
7148         (ls-lisp-classify, ls-lisp-format): Delete call to
7149         ls-lisp-parse-symlink.
7150         (ls-lisp-handle-switches): Handle symlinks to directories as
7151         directories when ls-lisp-dirs-first in non-nil.
7153 2005-11-21  Luc Teirlinck  <teirllm@auburn.edu>
7155         * startup.el (command-line): Make sure that loaddefs.el is handled
7156         correctly in load-history.
7158 2005-11-22  Nick Roberts  <nickrob@snap.net.nz>
7160         * progmodes/gdb-ui.el (gdb-locals-watch-keymap): New local map.
7161         (gdb-struct-string, gdb-array-string): New constants.
7162         (gdb-info-locals-handler): Use them.
7163         (gdb-reset): Reset gdb-var-list to nil.
7165 2005-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
7167         * progmodes/sh-script.el (sh-font-lock-paren): Handle continued lines
7168         in patterns.
7170 2005-11-21  Juri Linkov  <juri@jurta.org>
7172         * custom.el (defcustom): Update link types in docstring.
7174 2005-11-20  Martin Rudalics  <rudalics@gmx.at>  (tiny change)
7176         * custom.el (defgroup): Add doc-string-elt info.
7178         * widget.el (define-widget): Don't use declare for the doc-string-elt.
7180 2005-11-20  Stefan Monnier  <monnier@iro.umontreal.ca>
7182         * newcomment.el (comment-enter-backward): Fix last fix.
7184         * simple.el (blink-matching-open):
7185         * paren.el (show-paren-function): Allow new paren-class info.
7187 2005-11-20  Chong Yidong  <cyd@stupidchicken.com>
7189         * faces.el: Revert 2005-11-17 change.  :ignore-defface is now
7190         handled automagically.
7192 2005-11-20  Andreas Schwab  <schwab@suse.de>
7194         * descr-text.el (describe-char): When copying overlays put them
7195         over the full char description instead of just the first character
7196         of it.
7198 2005-11-20  Juri Linkov  <juri@jurta.org>
7200         * simple.el (what-cursor-position):
7201         * descr-text.el (describe-char): Use Lisp-readable syntax
7202         for octal and hex.  Reorder decimal, octal and hex values.
7203         Remove excess whitespace in the output.  Use `=' in `column='
7204         like in `point=' and `Hscroll='.
7206         * international/mule-cmds.el (encoded-string-description):
7207         Use Lisp-readable syntax for hex.
7209 2005-11-19  Stefan Monnier  <monnier@iro.umontreal.ca>
7211         * newcomment.el (comment-enter-backward): Handle the case where the
7212         comment is closed by EOB.
7214 2005-11-19  Chong Yidong  <cyd@stupidchicken.com>
7216         * longlines.el (longlines-before-revert-hook)
7217         (longlines-after-revert-hook): New functions.
7218         (longlines-mode): Turn off longlines temporarily when reverting.
7219         Add a message-setup-hook.
7220         (longlines-decode-buffer): New function.
7221         (longlines-wrap-line): Preserve marker positions.
7223 2005-11-19  Andreas Schwab  <schwab@suse.de>
7225         * emacs-lisp/shadow.el: Handle compressed files.
7227 2005-11-19  Romain Francoise  <romain@orebokech.com>
7229         * net/browse-url.el (browse-url-default-browser): Signal an error
7230         if no usable browser can be found, rather than try to load w3.
7232 2005-11-16  Ryan Yeske  <rcyeske@gmail.com>
7234         * net/rcirc.el (rcirc-mangle-text): Add bold face property without
7235         replacing existing properties.
7236         (rcirc-my-nick, rcirc-other-nick, rcirc-server)
7237         (rcirc-nick-in-message, rcirc-prompt): Use min-colors and remove
7238         tty specs.
7239         (rcirc-server-prefix, rcirc-server): New faces.
7240         (rcirc-url-regexp): Generate with rx macro.
7241         (rcirc-last-server-message-time): New variable.
7242         (rcirc-filter): Record time of last message.
7243         (rcirc-keepalive): Kill processes that did not send a message
7244         since the last ping.
7245         (rcirc-mode): Give rcirc-topic a local binding here.
7247 2005-11-19  Michael Cadilhac  <michael.cadilhac@lrde.org>  (tiny change)
7249         * subr.el (read-passwd): Fontify the prompt as we do with other
7250         prompts.
7252 2005-11-19  Ryan Yeske  <rcyeske@gmail.com>
7254         * ffap.el (ffap-menu-rescan): Use inhibit-read-only instead of
7255         binding buffer-read-only to nil.
7257 2005-11-19  Eli Zaretskii  <eliz@gnu.org>
7259         * complete.el (partial-completion-mode):
7260         Mention completion-auto-help in the doc string.
7262         * man.el (Man-highlight-references): Doc fix.  Reformat code in a
7263         more Lisp-ish way.
7265 2005-11-19  Slawomir Nowaczyk  <slawomir.nowaczyk.847@student.lu.se>  (tiny change)
7267         * ls-lisp.el (ls-lisp-format-file-size): Format file size with 9
7268         digits, not 8, to avoid misalignment for files larger than 100MB.
7270 2005-11-19  Eli Zaretskii  <eliz@gnu.org>
7272         * menu-bar.el (menu-bar-describe-menu) <list-keybindings>:
7273         Mention "keyboard shortcuts" in the help text.
7275 2005-11-19  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
7277         * startup.el (fancy-splash-default-action): Discard only
7278         mouse-down and succeeding mouse-up events in the splash screen
7279         window so that drag-n-drop event can be processed.
7281 2005-11-18  Chong Yidong  <cyd@stupidchicken.com>
7283         * longlines.el (longlines-mode): Add hacks for mail-mode and
7284         message-mode.
7286 2005-11-18  Carsten Dominik  <dominik@science.uva.nl>
7288         * textmodes/org.el (org-table-sort-lines): New command.
7289         (org-tbl-menu): Add entry for `org-table-sort-lines'.
7290         (org-add-file): Command removed, use `org-agenda-file-to-front'
7291         instead.
7292         (org-export-icalendar): Use `org-icalendar-combined-name'.
7293         (org-cycle-agenda-files, org-agenda-file-to-end)
7294         (org-agenda-file-to-front): New commands.
7295         (org-table-tab-jumps-over-hlines, org-export-html-style):
7296         New options.
7297         (org-table-next-field): Use `org-table-tab-jumps-over-hlines'.
7298         (org-at-table.el-p, org-set-autofill-regexps, org-html-protect):
7299         New functions.
7300         (org-fill-paragraph): Call `org-table-align' in tables.
7301         (org-mode): Call `org-set-autofill-regexps'.
7302         (org-export-as-html): Support for local handformatted lists.
7303         Modified to produce valid HTML 4.0.  Use `org-export-html-style'.
7304         (org-export-local-list-max-depth): New option.
7305         (org-html-expand): Use `org-html-protect'.
7307 2005-11-18  Nick Roberts  <nickrob@snap.net.nz>
7309         * progmodes/gud.el (gud-install-speedbar-variables): Bind gud-pp
7310         to "p".
7311         (gdb): Move definition of gud-pp to...
7313         * progmodes/gdb-ui.el (gdb-ann3): ...here.  Make it work in the
7314         speedbar.
7315         (gdb-find-watch-expression): New function.
7317 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
7319         * faces.el (face-attribute, set-face-attribute): Mention existence
7320         of `:ignore-defface' setting in docstring.
7322 2005-11-17  Stefan Monnier  <monnier@iro.umontreal.ca>
7324         * simple.el (completion-setup-function): Fix last change.
7326 2005-11-17  John Paul Wallington  <jpw@pobox.com>
7328         * ibuf-ext.el (ibuffer-interactive-filter-by-mode):
7329         Use `posn-set-point' instead of `mouse-set-point' because the
7330         latter is not fbound when configured without X.
7332         * comint.el (comint-insert-input): Likewise.
7334 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
7336         * simple.el (hard-newline): New variable.
7337         (sendmail-user-agent-compose, next-line): Use it.
7339         * mail/sendmail.el (mail-setup, mail-send, mail-insert-from-field)
7340         (sendmail-send-it, mail-do-fcc, mail-cc, mail-bcc, mail-fcc)
7341         (mail-mail-reply-to, mail-mail-followup-to)
7342         (mail-position-on-field, mail-signature, mail-yank-original)
7343         (mail-attach-file): Likewise.
7345         * mail/mailheader.el (mail-header-format)
7346         (mail-header-format-function): Likewise.
7348         * add-log.el (add-change-log-entry, change-log-merge): Likewise.
7350 2005-11-17  Juri Linkov  <juri@jurta.org>
7352         * font-lock.el (font-lock-faces): Rename this defgroup from
7353         `font-lock-highlighting-faces'.
7354         (font-lock-comment-face, font-lock-comment-delimiter-face)
7355         (font-lock-string-face, font-lock-doc-face)
7356         (font-lock-keyword-face, font-lock-builtin-face)
7357         (font-lock-function-name-face, font-lock-variable-name-face)
7358         (font-lock-type-face, font-lock-constant-face)
7359         (font-lock-warning-face, font-lock-negation-char-face)
7360         (font-lock-preprocessor-face)
7361         (font-lock-regexp-grouping-backslash)
7362         (font-lock-regexp-grouping-construct): Rename :group from
7363         `font-lock-highlighting-faces' to `font-lock-faces'.
7365         * cus-edit.el (lisp, c, tex):
7366         * progmodes/ada-mode.el (ada):
7367         * progmodes/asm-mode.el (asm):
7368         * progmodes/cperl-mode.el (cperl-faces):
7369         * progmodes/cpp.el (cpp):
7370         * progmodes/dcl-mode.el (dcl):
7371         * progmodes/f90.el (f90):
7372         * progmodes/fortran.el (fortran):
7373         * progmodes/icon.el (icon):
7374         * progmodes/idlwave.el (idlwave-misc):
7375         * progmodes/m4-mode.el (m4):
7376         * progmodes/make-mode.el (makefile):
7377         * progmodes/meta-mode.el (meta-font):
7378         * progmodes/modula2.el (modula2):
7379         * progmodes/octave-mod.el (octave):
7380         * progmodes/pascal.el (pascal):
7381         * progmodes/perl-mode.el (perl):
7382         * progmodes/prolog.el (prolog):
7383         * progmodes/ps-mode.el (PostScript-edit):
7384         * progmodes/scheme.el (scheme):
7385         * progmodes/sh-script.el (sh-script):
7386         * progmodes/simula.el (simula):
7387         * progmodes/tcl.el (tcl):
7388         * textmodes/nroff-mode.el (nroff):
7389         * textmodes/reftex-vars.el (reftex-fontification-configurations):
7390         * textmodes/sgml-mode.el (sgml):
7391         * textmodes/texinfo.el (texinfo):
7392         Add :link (custom-group-link font-lock-faces) to defgroup.
7394         * hi-lock.el (hi-lock): Rename this defgroup from
7395         `hi-lock-interactive-text-highlighting'.  Change parent group from
7396         `faces' to `font-lock'.  Add link to the manual.
7397         (hi-lock-mode, hi-lock-file-patterns-range)
7398         (hi-lock-exclude-modes, hi-lock-faces): Rename :group from
7399         `hi-lock-interactive-text-highlighting' to `hi-lock'.
7400         (hi-lock-faces): Add :group `faces'.
7402         * cus-edit.el (custom-variable-prompt): Clarify the code.
7404         * faces.el (face-read-string): Set the default value arg of
7405         completing-read.
7407 2005-11-16  Luc Teirlinck  <teirllm@auburn.edu>
7409         * rfn-eshadow.el (file-name-shadow-properties)
7410         (file-name-shadow-tty-properties, file-name-shadow-mode):
7411         Remove autoloads, because the file is now preloaded.
7413 2005-11-16  Stefan Monnier  <monnier@iro.umontreal.ca>
7415         * printing.el (easy-menu-intern): Don't define.
7416         (pr-get-symbol): Use easy-menu-intern only if defined.
7418         * simple.el (blink-matching-open): Simplify a bit.
7419         (completion-setup-function): Fix the case of partial-completion-mode
7420         when the minibuffer's contents start with "-".
7421         Obey completion-base-size-function even when
7422         minibuffer-completing-file-name is non-nil.
7424 2005-11-16  Richard M. Stallman  <rms@gnu.org>
7426         * net/eudcb-ph.el (eudc-ph-open-session):
7427         Use set-process-query-on-exit-flag.
7429         * mail/smtpmail.el (smtpmail-send-it): Use insert-buffer-contents.
7431         * international/ucs-tables.el (ucs-set-table-for-input):
7432         Use make-local-variable, not make-variable-buffer-local.
7434         * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
7435         Improve warning message text.
7437         * savehist.el (savehist-save-hook): Add :group.
7439         * menu-bar.el (menu-bar-help-menu):
7440         Rename Find Extra Packages to External Packages.
7442         * cus-edit.el (Custom-reset-standard): Verify that
7443         :custom-standard-value prop exists before calling it.
7445         * apropos.el (apropos-calc-scores): Use apropos-pattern.
7447 2005-11-16  Martin Rudalics  <rudalics@gmx.at>  (tiny change)
7449         * wid-edit.el (color): Enclose %t in %{...%}.
7451         * cus-edit.el (face): Enclose %t in %{...%}.
7453 2005-11-16  Hrvoje Niksic  <hniksic@xemacs.org>
7455         * savehist.el (savehist-mode-hook): Re-add the var.
7456         (savehist-mode): Use it.
7458 2005-11-16  Stefan Monnier  <monnier@iro.umontreal.ca>
7460         * textmodes/flyspell.el: Fix commenting convention.
7461         Remove unnecessary leading * in custom docstrings.
7462         (flyspell-emacs): Remove unused var.
7463         (flyspell-delete-region-overlays): Use remove-overlays.
7464         (flyspell-accept-buffer-local-defs): Use save-current-buffer.
7465         (flyspell-debug-signal-no-check, flyspell-debug-signal-changed-checked)
7466         (flyspell-debug-signal-pre-word-checked, flyspell-post-command-hook)
7467         (flyspell-debug-signal-word-checked): Use with-current-buffer.
7468         (make-flyspell-overlay): Don't locally reuse a global name.
7469         (flyspell-highlight-incorrect-region)
7470         (flyspell-highlight-duplicate-region): Use flyspell-unhighlight-at.
7471         (flyspell-check-previous-highlighted-word): Use flyspell-overlay-p.
7472         (flyspell-notify-misspell): Remove unused args `start' and `end'.
7473         (flyspell-word): Adjust call accordingly.  Use ispell-send-string.
7474         Wrap calls to accept-process-output inside with-local-quit since it's
7475         often called from a post-command-hook.
7476         (flyspell-correct-word, flyspell-auto-correct-word):
7477         Use ispell-send-string.
7478         (flyspell-xemacs-popup): Remove unused arg `event'.  Update call.
7480         * calendar/diary-lib.el (diary-list-entries): Also hide the
7481         terminating newline.
7483 2005-11-16  Carsten Dominik  <dominik@science.uva.nl>
7485         * textmodes/reftex.el (reftex-use-fonts): Remove the check for
7486         window-system, to allow fonts on tty.
7488 2005-11-17  Nick Roberts  <nickrob@snap.net.nz>
7490         * progmodes/gud.el (gud-speedbar-item-info): New function.
7491         (gud-install-speedbar-variables): Use it to display data type
7492         of watch expression as a tooltip in speedbar.
7494 2005-11-15  Luc Teirlinck  <teirllm@auburn.edu>
7496         * font-core.el (global-font-lock-mode): Add :version keyword,
7497         because default was changed.
7499         * jka-cmpr-hook.el (auto-compression-mode): Ditto.
7501         * startup.el (command-line): Use `custom-reevaluate-setting' for
7502         `file-name-shadow-mode'.
7504         * loadup.el: Preload rfn-eshadow.
7506         * rfn-eshadow.el (file-name-shadow-mode): Set :init-value to t.
7507         Add :version keyword.
7508         (file-name-shadow-properties, file-name-shadow-tty-properties)
7509         (file-name-shadow): Add :version keyword.
7511         * cus-edit.el (custom-add-parent-links): Fix bug whereby, for
7512         instance, `(fringe custom-face)' shadowed `(fringe custom-group)'
7513         in the custom-group property of the symbol frames and the fringe
7514         group got no link to its parent group frames.
7515         Doc fix.
7517 2005-11-16  Nick Roberts  <nickrob@snap.net.nz>
7519         * progmodes/gud.el (gud-stop-subjob): New function.
7520         (gud-menu-map, gud-tool-bar-map): Use it.
7522 2005-11-16  Kim F. Storm  <storm@cua.dk>
7524         * progmodes/gud.el (gud-menu-map): Let [stop] stop program rather
7525         than kill it.
7526         (gud-tool-bar-map): Likewise.  Move cont/until/finish buttons
7527         to a more useful/logical place.
7529 2005-11-16  Nick Roberts  <nickrob@snap.net.nz>
7531         * progmodes/gud.el (gud-menu-map): Make visibility of stop and
7532         go buttons complementary.
7534 2005-11-15  Stefan Monnier  <monnier@iro.umontreal.ca>
7536         * rfn-eshadow.el (rfn-eshadow-regexp): Remove.
7537         (rfn-eshadow-sifn-equal): New function.
7538         (rfn-eshadow-update-overlay): Rewrite to use substitute-in-file-name.
7540 2005-11-15  Michael Kifer  <kifer@cs.stonybrook.edu>
7542         * viper-utils.el (viper-non-word-characters-reformed-vi):
7543         Quote `-' in string.
7545         * viper.el (viper-emacs-state-mode-list): Ensure that
7546         rcirc-mode buffers come up in Emacs state.
7548         * ediff-util.el (ediff-make-temp-file): Use proper file-name-handler
7549         operation.
7551 2005-11-15  Dan Nicolaescu  <dann@ics.uci.edu>
7553         * term.el (term-termcap-format): Fix typos.
7554         (term-down): Fix the negative argument case.
7556 2005-11-16  Nick Roberts  <nickrob@snap.net.nz>
7558         * progmodes/gdb-ui.el: Remove face-alias left over from change on
7559         2005-08-15.
7560         (gdb-ann3): New command gud-go.
7561         (menu): Accomodate gdb-mi.el.
7562         (gdb-assembler-custom): Make buffer of selected window current
7563         so that set-window-point works.
7565         * progmodes/gud.el (gud-menu-map, gud-tool-bar-map): Re-define
7566         buttons and include new ones.
7568 2005-11-16  Kim F. Storm  <storm@cua.dk>
7570         * progmodes/gud.el (gud-tool-bar-item-visible-no-fringe): New function.
7571         (gud-menu-map): Use it.
7573 2005-11-14  Luc Teirlinck  <teirllm@auburn.edu>
7575         * jka-cmpr-hook.el (auto-compression-mode): Enable it in a way
7576         that works correctly for Custom and that does not override a user
7577         who disables it.
7579         * help-mode.el (help-make-xrefs, help-xref-on-pp)
7580         (help-xref-interned, help-follow): Make hyperlinks for variables
7581         that are unbound, but have a non-nil variable-documentation property.
7583         * emacs-lisp/derived.el (define-derived-mode): Remove defvar for
7584         mode hook.  (It conflicted with defcustoms for some mode hooks.)
7585         Use the `variable-documentation' property to give the mode hook a
7586         docstring and expand that docstring.
7588 2005-11-14  Hrvoje Niksic  <hniksic@xemacs.org>
7590         * savehist.el (savehist-mode): Don't bother with
7591         `custom-set-minor-mode'.
7592         (savehist-coding-system): Check XEmacs version.
7593         (history-length): Declare also at run time.
7594         (savehist-mode): Don't emit a message.  Don't run the minor mode hook.
7595         Don't set the customize state.
7596         (savehist-minibuffer-hook): Special case for when
7597         minibuffer-history-variable is equal to t.
7599 2005-11-14  Stefan Monnier  <monnier@iro.umontreal.ca>
7601         * files.el (write-file): Refresh VC status.
7603         * calendar/diary-lib.el (diary-list-entries, diary-show-all-entries)
7604         (mark-diary-entries, make-diary-entry): Check default-major-mode rather
7605         than fundamental-mode to see if the mode was set.
7607 2005-11-14  Romain Francoise  <romain@orebokech.com>
7609         * dired-x.el: If `vm-visit-folder' doesn't exist, define it as a
7610         dummy function in `eval-when-compile' to avoid compiler warning.
7611         Require `man' at compile time.
7613 2005-11-14  Jay Belanger  <belanger@truman.edu>
7615         * calc-alg.el (calcFunc-write-out-power): Rename it to
7616         calcFunc-powerexpand.
7617         (math-write-out-power): Rename it to math-powerexpand; have it
7618         handle negative exponents.
7619         (calc-writeoutpower): Rename it to calc-powerexpand.
7621         * calc-ext.el: Change calcFunc-writeoutpower and
7622         calc-writeoutpower to calcFunc-powerexpand and calc-powerexpand in
7623         autoloads.
7624         Add calcFunc-ldiv to autoloads.
7626         * calc-arith.el (calcFunc-ldiv): New function.
7628         * calc.el (calc-left-divide): New function.
7630 2005-11-14  Juri Linkov  <juri@jurta.org>
7632         * cus-edit.el (custom-variable-prompt): Set the default value arg
7633         of completing-read.
7635         * cus-dep.el (custom-make-dependencies): Reverse the list of
7636         found dependencies.
7638 2005-11-14  Dan Nicolaescu  <dann@ics.uci.edu>
7640         * menu-bar.el (menu-bar-options-menu): Delete "Syntax
7641         Highlighting" entry, it is on by default now.
7642         (menu-bar-options-save): Do not save global-font-lock-mode.
7644 2005-11-13  Richard M. Stallman  <rms@gnu.org>
7646         * textmodes/flyspell.el (flyspell-large-region):
7647         Call flyspell-accept-buffer-local-defs.
7649 2005-11-13  Agustin Martin  <agustin.martin@hispalinux.es>
7651         * textmodes/flyspell.el (flyspell-notify-misspell):
7652         Fix misspelling of "Misspelling".
7653         (flyspell-process-localwords): New function.
7654         (flyspell-large-region): Call flyspell-process-localwords and
7655         flyspell-delete-region-overlays.
7656         (flyspell-delete-region-overlays): New function.
7657         (flyspell-delete-all-overlays): Call that.
7659 2005-11-13  Richard M. Stallman  <rms@gnu.org>
7661         * help.el (help-for-help-internal): Improve doc of C-h a.
7662         (describe-key): Improve prompt; doc fix.
7664 2005-11-13  Stefan Monnier  <monnier@iro.umontreal.ca>
7666         * vc-svn.el (vc-svn-registered): Catch all errors.
7668         * cus-dep.el (custom-make-dependencies): Typo.
7670 2005-11-13  Michael Albinus  <michael.albinus@gmx.de>
7672         * net/tramp-util.el (top): Fix compilation warning.
7674 2005-11-13  Kim F. Storm  <storm@cua.dk>
7676         * help.el (help-for-help-internal): Fix `a' entry.  Add `d' entry.
7678 2005-11-13  Nick Roberts  <nickrob@snap.net.nz>
7680         * progmodes/gud.el (gud-menu-map): Move parentheses (again).
7681         (gud-speedbar-buttons): Match on "const char *" too.
7683         * progmodes/gdb-ui.el (gdb-var-create-handler)
7684         (gdb-var-list-children-handler): Match on "const char *" too.
7685         (gdb-var-evaluate-expression-handler): Match on empty string.
7686         (gdb-var-update-handler): Only call
7687         gdb-var-evaluate-expression-handler when required.
7689 2005-11-13  Nick Roberts  <nickrob@snap.net.nz>
7691         * progmodes/gud.el (gud-menu-map): Revert to window-fringes for
7692         selected window.  This still doesn't work for speedbar.
7693         (gud-speedbar-buttons): Handle string expressions properly.
7695         * progmodes/gdb-ui.el (gdb-var-evaluate-expression-handler)
7696         (gdb-var-create-handler): Handle string expressions properly.
7697         (gdb-var-list-children-regexp, gdb-var-list-children-handler):
7698         Handle string expressions properly.  Move "type" field into regexp.
7700 2005-11-12  Karl Fogel  <kfogel@red-bean.com>
7702         * bookmark.el (bookmark-maybe-message): New function to reduce
7703         code duplication: invokes `message' iff baud-rate is high enough.
7704         (bookmark-write-file): Use above instead of an inline conditional.
7705         (bookmark-load): Same.
7707 2005-11-12  Karl Fogel  <kfogel@red-bean.com>
7709         * bookmark.el (bookmark-write-file): Don't visit the destination
7710         file, just write the data to it using write-region.  This is
7711         similar to saveplace.el at 2005-05-29T08:36:26Z!rms@gnu.org, but with an additional
7712         change to avoid visiting the file in the first place.
7714 2005-11-12  Chong Yidong  <cyd@stupidchicken.com>
7716         * hi-lock.el (hi-lock-mode): Set the default value of
7717         font-lock-defaults.
7719 2005-11-11  Luc Teirlinck  <teirllm@auburn.edu>
7721         * find-lisp.el (find-lisp-find-dired-insert-file): Pass `string'
7722         arg to `file-attributes'.
7723         (find-lisp-format): The UID and GID can now be strings.
7725 2005-11-12  Kim F. Storm  <storm@cua.dk>
7727         * help.el (help-map): Bind C-h d to apropos-documentation.
7729         * simple.el (what-cursor-position): Print (EOB) instead of (100%)
7730         when point is at end-of-buffer.
7732         * apropos.el (apropos-match-face): Doc fix.
7733         (apropos-sort-by-scores): Add new choice `verbose'.
7734         (apropos-documentation-sort-by-scores): New defcustom.
7735         (apropos-pattern): Now contains the pattern entered by the user.
7736         (apropos-pattern-quoted): New defvar.
7737         (apropos-regexp): New defvar, containing the regexp corresponding
7738         to apropos-pattern.
7739         (apropos-all-words-regexp): Rename from apropos-all-regexp.
7740         (apropos-read-pattern): New defun.  Use it to read pattern arg in
7741         interactive calls; returns list of words for a word list, and
7742         string for a regexp.
7743         (apropos-parse-pattern): Rename from apropos-rewrite-regexp.  Now
7744         parses a list of words or regexp as returned by apropos-read-pattern.
7745         (apropos-calc-scores): Return nil if apropos-regexp doesn't match.
7746         (apropos-score-doc): Return a very high score if the string
7747         entered by the user matches literally.
7748         (apropos-variable): Doc fix.  Use apropos-read-pattern.
7749         (apropos-command): Doc fix.  Use apropos-read-pattern and
7750         apropos-parse-pattern.  Call apropos-print with nosubst=t.
7751         (apropos, apropos-value): Doc fix.  Use apropos-read-pattern and
7752         apropos-parse-pattern.
7753         (apropos-documentation): Doc fix.  Use apropos-read-pattern and
7754         apropos-parse-pattern.  Locally bind apropos-sort-by-scores to
7755         apropos-documentation-sort-by-scores.  Call apropos-print with
7756         nosubst=t.
7757         (apropos-documentation-internal): Pass doc string through
7758         substitute-key-definition before adding text properties.
7759         Highlight substring matching literal user input if possible.
7760         (apropos-documentation-check-doc-file): Remove locals beg and end.
7761         Fix calculation of score (as added twice).  Pass doc string through
7762         substitute-key-definition before adding text properties.
7763         (apropos-documentation-check-elc-file): Pass doc string through
7764         substitute-key-definition before adding text properties.
7765         Highlight substring matching literal user input if possible.
7766         (apropos-print): Add new arg NOSUBST; if set, command and variable
7767         doc strings have already been passed through substitute-key-definition.
7768         Add code to handle apropos-accumulator items without score element
7769         for backwards compatibility (e.g. with woman package).
7770         Only show scores if apropos-sort-by-scores is `verbose'.
7772 2005-11-10  Stefan Monnier  <monnier@iro.umontreal.ca>
7774         * jka-cmpr-hook.el (jka-compr-install): Use push and dolist.
7775         Add jka-compr-load-suffixes to load-suffixes.
7777         * jka-compr.el: Require jka-cmpr-hook.
7778         (jka-compr-info-compress-message, jka-compr-info-compress-program)
7779         (jka-compr-info-compress-args, jka-compr-info-uncompress-message)
7780         (jka-compr-info-uncompress-program, jka-compr-info-uncompress-args)
7781         (jka-compr-info-can-append, jka-compr-info-strip-extension)
7782         (jka-compr-info-file-magic-bytes, jka-compr-get-compression-info)
7783         (jka-compr-info-regexp): Remove.  Provided by jka-cmpr-hook.
7784         (jka-compr-uninstall): Remove entries from
7785         jka-compr-added-to-file-coding-system-alist after they are used.
7786         (jka-compr-error): Remove unused var `curbuf'.
7787         (jka-compr-file-local-copy): Remove unused var `notfound'.
7789 2005-11-10  Romain Francoise  <romain@orebokech.com>
7791         * apropos.el (apropos-calc-scores): Use `apropos-pattern'.
7793 2005-11-11  Nick Roberts  <nickrob@snap.net.nz>
7795         * progmodes/gud.el (gud-menu-map): Move parentheses.
7796         (gdb): New command gud-pv.
7798 2005-11-10  Stefan Monnier  <monnier@iro.umontreal.ca>
7800         * tar-mode.el: Remove spurious or unnecessary leading stars
7801         in docstrings.
7802         (tar-header-block-tokenize): Also obey default-file-name-coding-system.
7803         (tar-parse-octal-integer-safe): Use mapc.
7804         (tar-header-block-summarize): Remove unused var `ck'.
7805         (tar-summarize-buffer): Don't clear the modified-p bit if it wasn't
7806         cleared before.  Obey default-enable-multibyte-characters.
7807         Use mapconcat.  Simplify setting of tar-header-offset.
7808         (tar-mode-map): Move initialization inside delcaration.
7809         (tar-flag-deleted): Use `abs'.
7810         (tar-expunge-internal): Remove unused var `line'.
7811         (tar-expunge-internal): Don't hardcode point-min==1.
7812         (tar-expunge): Widen while doing set-buffer-multibyte.
7813         (tar-rename-entry): Use file-name-coding-system.
7814         (tar-alter-one-field): Don't hardcode point-min==1.
7815         (tar-subfile-save-buffer): string-as-unibyte works on unibyte strings.
7816         (tar-pad-to-blocksize): Don't hardcode point-min==1.  Clarify the code.
7818 2005-11-10  Masatake YAMATO  <jet@gyve.org>
7820         * add-log.el (add-log-current-defun): Handle class::method
7821         notation of c++.  Fix incorrect comment.
7823 2005-11-10  Alan Mackenzie  <acm@muc.de>
7825         * help-fns.el (describe-variable): Make C-h v work when a variable
7826         has variable documentation yet is unbound.
7828 2005-11-10  Masatake YAMATO  <jet@gyve.org>
7830         * man.el (Man-highlight-references): Set an empty
7831         string to `Man-arguments' if it is nil.
7832         Suggested by Reiner Steib <Reiner.Steib@gmx.de>.
7834 2005-11-09  Stefan Monnier  <monnier@iro.umontreal.ca>
7836         * Makefile.in (mh-loaddefs.el, loaddefs.el): Better follow the
7837         commenting conventions.
7839         * cus-dep.el (custom-make-dependencies): Simplify.
7840         Better follow the commenting conventions.
7842 2005-11-09  Richard M. Stallman  <rms@gnu.org>
7844         * apropos.el (apropos-pattern): Rename from apropos-regexp.
7845         (apropos-orig-pattern): Rename from apropos-orig-regexp.
7846         All uses changed.
7847         (apropos-rewrite-regexp): Doc fix.
7848         (apropos-variable, apropos-command, apropos, apropos-value):
7849         Change prompt; carry through the argument renaming.
7851 2005-11-09  Luc Teirlinck  <teirllm@auburn.edu>
7853         * find-lisp.el: Require dired.
7854         (find-lisp-find-dired-internal): Do not call
7855         `abbreviate-file-name' on DIR.
7857 2005-11-10  Nick Roberts  <nickrob@snap.net.nz>
7859         * progmodes/gud.el (gdb): Make gud-pp use user-defined command pp1.
7861 2005-11-09  Nick Roberts  <nickrob@snap.net.nz>
7863         * progmodes/gud.el (gud-menu-map): Ensure tool-bar is constant
7864         when using the speedbar.
7865         (gdb): New command gud-pp.
7866         (gud-menu-map, gud-tool-bar-map): Put it on the tool bar.
7868 2005-11-09  Juri Linkov  <juri@jurta.org>
7870         * replace.el (occur-excluded-properties): New defcustom.
7871         (occur-1, occur-engine, occur-accumulate-lines): Use it.
7873 2005-11-08  Jay Belanger  <belanger@truman.edu>
7875         * calc/calc-units.el (math-convert-units): Replace any composite
7876         unit by its definition.
7878 2005-11-08  Lars Hansen  <larsh@soem.dk>
7880         * emacs-lisp/autoload.el (update-directory-autoloads):
7881         Add obsolete function alias.
7883 2005-11-07  Stefan Monnier  <monnier@iro.umontreal.ca>
7885         * emacs-lisp/lisp-mode.el (lisp-mode-variables): Don't set
7886         comment-indent-function.
7887         (lisp-comment-indent): Replace by an alias for comment-indent-default.
7889         * reveal.el (reveal-post-command): Rework the handling of
7890         reveal-open-spots, so as to be more reliable.  There were several
7891         tricky corner cases where an open spot might be lost, or where
7892         a closed spot might end up on the list of open spots.
7893         Only reveal text that's ellipsised.
7895 2005-11-07  Carsten Dominik  <dominik@science.uva.nl>
7897         * textmodes/org.el (org-export-as-html): Remove bogus (debug) form.
7899 2005-11-07  John Paul Wallington  <jpw@gnu.org>
7901         * ibuffer.el (ibuffer): Search iconified frames too when
7902         getting Ibuffer buffer's window.
7904 2005-11-06  Richard M. Stallman  <rms@gnu.org>
7906         * progmodes/compile.el (compilation-internal-error-properties):
7907         save-excursion around the computation of MARKER.
7909 2005-11-06  Piet van Oostrum  <piet@cs.uu.nl>
7911         * textmodes/flyspell.el (flyspell-external-point-words):
7912         flyspell-get-word returns a list, not just a string.
7914 2005-11-06  John Paul Wallington  <jpw@pobox.com>
7916         * ibuffer.el (ibuffer): Search all visible frames when getting
7917         Ibuffer buffer's window.
7919 2005-11-07  Masatake YAMATO  <jet@gyve.org>
7921         * man.el (Man-reference-regexp): Accept spaces between
7922         `Man-name-regexp' and `Man-section-regexp'.
7923         (Man-apropos-regexp): New variable.
7924         (Man-abstract-xref-man-page): Use value for `Man-target-string'
7925         if available.
7926         (Man-highlight-references, Man-highlight-references0):
7927         Handle the case when `Man-arguments' includes "-k".
7928         (Man-highlight-references0): Rename the argument `TARGET-POS' to
7929         `TARGET'. `TARGET' can be a number, function or nil.
7931 2005-11-06  Nick Roberts  <nickrob@snap.net.nz>
7933         * progmodes/gdb-ui.el (gdb-var-create-handler, gdb-var-delete)
7934         (gdb-edit-value, gdb-speedbar-expand-node, gdb-get-create-buffer)
7935         (gdb-breakpoints-mode, gdb-toggle-breakpoint, gdb-delete-breakpoint)
7936         (gdb-goto-breakpoint, gdb-frames-mode, gdb-registers-mode)
7937         (gdb-locals-mode, gdb-find-file-hook): Use buffer-local-value.
7938         (gdb-send-item): Use buffer-local-value and simplify.
7940 2005-11-05  Luc Teirlinck  <teirllm@auburn.edu>
7942         * startup.el (command-line): Use `custom-reevaluate-setting' for
7943         `global-font-lock-mode'.
7945         * font-core.el (global-font-lock-mode): Enable `global-font-lock-mode'
7946         by default, except in batch mode or when the -D option is given.
7948         * emacs-lisp/easy-mmode.el (define-global-minor-mode): Pass all
7949         specified keyword args on to `define-minor-mode'.  Update docstring.
7951 2005-11-05  Romain Francoise  <romain@orebokech.com>
7953         * replace.el (occur-engine): Add marker at end of line, too.
7955 2005-11-04  Ken Manheimer  <ken.manheimer@gmail.com>
7957         * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
7958         (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
7959         (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
7960         (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
7961         argument to all these routines, so the passphrase can be managed
7962         externally and passed in to the system.
7963         (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
7964         pgg-add-passphrase-to-cache function.
7966         * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
7967         (pgg-pgp5-encrypt-symmetric-region, pgg-pgp5-encrypt-symmetric)
7968         (pgg-pgp5-encrypt, pgg-pgp5-decrypt-region, pgg-pgp5-decrypt)
7969         (pgg-pgp5-sign-region, pgg-pgp5-sign): Add optional PASSPHRASE
7970         argument to all these routines, so the passphrase can be managed
7971         externally and passed in to the system.
7972         (pgg-pgp5-sign-region): Use new name of pgg-add-passphrase-to-cache
7973         function.
7975 2005-11-04  Dan Nicolaescu  <dann@ics.uci.edu>
7977         * font-lock.el: Don't deal with font-lock-face-attributes here,
7978         move the code ...
7980         * startup.el (command-line): ... here.  Use face-spec-set instead
7981         of custom-declare-face.
7983         * faces.el (face-spec-set): Reset the face if spec is not nil.
7985 2005-11-04  Stefan Monnier  <monnier@iro.umontreal.ca>
7987         * newcomment.el (comment-region-internal): Box more tightly in the
7988         common case where there's no TAB in the boxed text.
7990 2005-11-04  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
7992         * info.el (info-tool-bar-map): Use images prev-node, next-node and
7993         up-node.
7995 2005-11-04  Ulf Jasper  <ulf.jasper@web.de>
7997         * newsticker.el: Commentary updated.  Code formatting changed.
7998         (newsticker-version): Change to "1.9".
7999         (newsticker, newsticker-feed): Doc fix.
8000         (newsticker-url-list): Doc fix.  Add option "Weekly".
8001         (newsticker-retrieval-interval): Add option "Weekly".
8002         (newsticker-headline-processing): Doc fix.
8003         (newsticker-auto-mark-filter): Remove.
8004         (newsticker-auto-mark-filter-list): New.
8005         (newsticker-layout, newsticker-sort-method): Doc fix.
8006         (newsticker-hide-old-items-in-newsticker-buffer)
8007         (newsticker-heading-format, newsticker-item-format)
8008         (newsticker-desc-format): Doc fix.
8009         (newsticker-show-all-rss-elements): Remove.
8010         (newsticker-show-all-news-elements): New.
8011         (newsticker-faces, newsticker-ticker): Doc fix.
8012         (remove-from-invisibility-spec): Code formatting.
8013         (newsticker--process-ids): New.
8014         (newsticker-mode): Doc fix.
8015         (newsticker-mode): Change mode-line-format.
8016         (newsticker-start): Remove debug output.
8017         (newsticker-start-ticker): Doc fix.  Add autoload cookie.
8018         (newsticker-w3m-show-inline-images): Code formatting.
8019         (newsticker-next-item): Call `force-mode-line-update'.
8020         (newsticker-previous-item): Call `force-mode-line-update'.
8021         (newsticker-next-feed): Call `force-mode-line-update'.
8022         (newsticker-previous-feed): Call `force-mode-line-update'.
8023         (newsticker-mark-all-items-at-point-as-read): Code formatting.
8024         (newsticker-show-old-items): Do not show descs.
8025         (newsticker-hide-entry): Hide too much.
8026         (newsticker-hide-entry, newsticker-show-entry)
8027         (newsticker-toggle-auto-narrow-to-feed): Code formatting.
8028         (newsticker-set-auto-narrow-to-feed): Update buffer immediately.
8029         (newsticker-toggle-auto-narrow-to-item): Code formatting.
8030         (newsticker-set-auto-narrow-to-item): Update buffer immediately.
8031         (newsticker-running-p, newsticker-ticker-running-p): Autoload cookie.
8032         (newsticker-get-news): Call `force-mode-line-update'.
8033         Collect process ids.
8034         (newsticker--sentinel): Change coding system handling.
8035         Move image retrieval to new functions newsticker--get-logo-url-*.
8036         Move feed parsing to new functions newsticker--parse-*.
8037         Update list of process ids.
8038         (newsticker--get-logo-url-atom-1.0, newsticker--get-logo-url-atom-0.3)
8039         (newsticker--get-logo-url-rss-2.0, newsticker--get-logo-url-rss-1.0)
8040         (newsticker--get-logo-url-rss-0.92, newsticker--get-logo-url-rss-0.91)
8041         (newsticker--parse-atom-0.3, newsticker--parse-atom-1.0)
8042         (newsticker--parse-rss-0.91, newsticker--parse-rss-0.92)
8043         (newsticker--parse-rss-1.0, newsticker--parse-rss-2.0)
8044         (newsticker--parse-generic-feed, newsticker--parse-generic-items): New.
8045         (newsticker--decode-coding-string): Remove.
8046         (newsticker--decode-numeric-entities): Check input.  Format code.
8047         (newsticker--remove-whitespace): Check input.
8048         (newsticker--do-forget-preformatted): Doc fix.
8049         (newsticker--decode-rfc822-date): Allow for missing time.
8050         (newsticker--update-process-ids): New.
8051         (newsticker--image-sentinel): Change comment.
8052         (newsticker--image-read): Change error message.
8053         (newsticker--imenu-goto): Doc fix.  Show headline title.
8054         (newsticker--buffer-set-uptodate): Call `force-mode-line-update'.
8055         (newsticker--buffer-do-insert-text): Clean whitespace in
8056         html-rendered headline title.  Code formatting.
8057         Call `newsticker--buffer-print-extra-elements'.
8058         (newsticker--buffer-print-extra-element): Remove.
8059         (newsticker--buffer-print-extra-elements): New.
8060         (newsticker--buffer-do-print-extra-element): New.
8061         (newsticker--buffer-insert-enclosure): Doc fix.  Use MBytes for
8062         large sizes.
8063         (newsticker--run-auto-mark-filter)
8064         (newsticker--do-run-auto-mark-filter):
8065         Use `newsticker-auto-mark-filter-list'.
8067 2005-11-04  Ryan Yeske  <rcyeske@gmail.com>
8069         * net/rcirc.el: Use split-string OMIT-NULLS argument.
8070         (rcirc-print): Force redisplay before running hooks.  Do long
8071         buffer truncation after making new text read-only.  Deal with nil
8072         text when decoding strings.  If TARGET is nil, use either the
8073         currently selected buffer, if it is an rcirc buffer and of the
8074         same process or the process buffer.
8075         (rcirc-mode): Remove header-line.  Recompute short buffer names.
8076         Initialize rcirc-buffer-alist here instead of rcirc-get-buffer-create.
8077         (rcirc-short-buffer-name): Add variable.
8078         (rcirc-kill-buffer-hook): Recompute short buffer names.
8079         Remove nick from private channel.
8080         (rcirc-send-input): Send command text to current-buffer.
8081         Don't clear overlay arrow here.
8082         (rcirc-short-buffer-name): Return a short buffer name.
8083         (rcirc-update-short-buffer-names, rcirc-abbreviate)
8084         (rcirc-rebuild-tree, rcirc-make-trees): Add functions to generate
8085         buffer-name abbreviations.
8086         (rcirc-kill-buffer-hook-1): Split to make debugging easier.
8087         Do not touch nick-table when killing a parted channel.
8088         (rcirc-window-configuration-change): Rename from rcirc-update-activity.
8089         Clear arrow from current buffer if it is now hidden.
8090         (rcirc-current-buffer): Add variable.
8091         (rcirc-my-nick, rcirc-other-nick, rcirc-server)
8092         (rcirc-nick-in-message, rcirc-prompt, rcirc-mode-line-nick):
8093         Remove -face from names.
8094         (rcirc-update-activity-string): Print "DND" when globally ignoring
8095         activity.
8096         (rcirc-ignore-buffer-activity-flag): Rename from
8097         rcirc-ignore-channel-activity.
8098         (rcirc-ignore-all-activity-flag): Doc fix.
8099         (rcirc-channels): Remove variable.
8100         (rcirc-kill-buffer-hook):
8101         (rcirc-get-buffer-create): Add nick to private channel.
8102         (rcirc-multiline-edit-submit): Remove tabs.
8103         (rcirc-put-nick-channel, rcirc-channel-nicks): Look up nicks case
8104         folded.
8105         (rcirc-remove-nick-channel): Bug fix.
8106         (rcirc-toggle-ignore-buffer-activity): Rename from
8107         rcirc-toggle-ignore-channel-activity.
8108         (rcirc-record-activity): Add buffers to the front of the list.
8109         (rcirc-update-activity): Remove killed buffers from list.
8110         (rcirc-process-server-response-1): Remove last argument if it is
8111         null before calling handler.
8112         (rcirc): Add "rcirc" defcustom prefix.
8113         (rcirc-prompt): Simplify default prompt.
8114         Use custom-initialize-default.
8115         (rcirc-private-chats): Remove variable.
8116         (rcirc-prompt): Change initialization.
8117         (rcirc-version): Remove function.
8118         (rcirc-id-string): Add constant.
8119         (rcirc-last-buffer): Remove variable.
8120         (rcirc-buffer-alist): Add variable.
8121         (rcirc-connect): Update variable setup.
8122         (rcirc-sentinel, rcirc-update-prompt): Use `rcirc-buffer-alist'.
8123         (rcirc-trap-errors-flag): Rename from `rcirc-trap-errors' change
8124         default.
8125         (rcirc-handler-generic): Trigger activity.
8126         (rcirc-send-message): Create the buffor of the target.
8127         (rcirc-generate-new-buffer-name): Rename from `rcirc-get-buffer-name'.
8128         (rcirc-get-buffer): Just return nil if there is no matching buffer.
8129         (rcirc-multiline-edit-cancel): Remove function.
8130         (rcirc-set-last-buffer): Remove function.
8131         (rcirc-get-any-buffer): Add function.
8132         (rcirc-join-channels): Don't print /join text.
8133         (rcirc-toggle-ignore-channel-activity): Add and update echo area
8134         messages.
8135         (rcirc-cmd-ctcp): Use rcirc-send-string to send request.
8136         (rcirc-handler-NOTICE): Recognize CTCP responses.
8137         (rcirc-handler-332, rcirc-handler-332): Use a temp buffer for
8138         constructing TOPIC string for buffers we are not JOINed.
8139         (rcirc-handler-CTCP-response): Add handler.
8140         (rcirc-multiline-edit-submit): Restore the window-configuration
8141         before adjusting point.
8142         (rcirc): Add customization group.
8143         (rcirc-server, rcirc-port, rcirc-nick, rcirc-user-name)
8144         (rcirc-user-full-name, rcirc-startup-channels-alist)
8145         (rcirc-fill-flag, rcirc-fill-column, rcirc-fill-prefix)
8146         (rcirc-ignore-all-activity-flag, rcirc-time-format)
8147         (rcirc-input-ring-size, rcirc-read-only-flag)
8148         (rcirc-buffer-maximum-lines, rcirc-authinfo-file-name)
8149         (rcirc-auto-authenticate-flag, rcirc-prompt, rcirc-print-hooks):
8150         Change defvar to defcustom.
8151         (rcirc-update-prompt): Add optional ALL arg, which will update
8152         prompts in all rcirc buffers.  Regexp quote replacement text.
8153         (rcirc-fill-column): Accept frame-width as a value.
8154         (rcirc-set-changed): Add function.
8155         (rcirc-next-active-buffer): Write more meaningful messages.
8156         (rcirc-faces): Add customization group.
8157         (rcirc-my-nick-face, rcirc-other-nick-face, rcirc-server-face)
8158         (rcirc-nick-in-message-face, rcirc-prompt-face)
8159         (rcirc-mode-line-nick-face): Move into rcirc-faces group.
8160         (with-rcirc-process-buffer): Move before first usage.
8161         (rcirc-debug-buffer): Rename from `rcirc-log-buffer'.
8162         (rcirc-debug-flag): Rename from `rcirc-log-p'.
8163         (rcirc-debug): Rename from `rcirc-log'.
8164         (rcirc-format-response-string): Do not print `-' chars for a
8165         NOTICE with no sender.  Simplify output of server responses.
8167 2005-11-04  Henrik Enberg  <henrik.enberg@telia.com>
8169         (rcirc-browse-url-map, rcirc-browse-url-at-point)
8170         (rcirc-browse-url-at-mouse, rcirc-mangle-text):
8171         Make urls mouse and RET clickable.
8173 2005-11-04  Henrik Enberg  <henrik.enberg@telia.com>
8175         * mail/rmailout.el (rmail-output-to-rmail-file, rmail-output): Doc fix.
8177 2005-11-04  Ken Manheimer  <ken.manheimer@gmail.com>
8179         * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
8180         (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
8181         (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
8182         (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
8183         argument to all these routines, so the passphrase can be managed
8184         externally and passed in to the system.
8185         (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
8186         pgg-add-passphrase-to-cache function.
8188         * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
8189         (pgg-pgp5-encrypt-symmetric-region, pgg-pgp5-encrypt-symmetric)
8190         (pgg-pgp5-encrypt, pgg-pgp5-decrypt-region, pgg-pgp5-decrypt)
8191         (pgg-pgp5-sign-region, pgg-pgp5-sign): Add optional PASSPHRASE
8192         argument to all these routines, so the passphrase can be managed
8193         externally and passed in to the system.
8194         (pgg-pgp5-sign-region): Use new name of pgg-add-passphrase-to-cache
8195         function.
8197 2005-11-04  Edward O'Connor  <hober0@gmail.com>  (tiny change)
8199         * net/goto-addr.el (goto-address-url-regexp): Remove `data:' URLs
8200         from goto-address-url-regexp.
8202 2005-11-04  Carsten Dominik  <dominik@science.uva.nl>
8204         * textmodes/org.el (org-read-date, org-goto-calendar)
8205         (org-recenter-calendar, org-agenda-goto-calendar):
8206         Temporarily clear `calendar-move-hook'.
8208 2005-11-04  Michael Kifer  <kifer@cs.stonybrook.edu>
8210         * ediff-merge.el (ediff-merge-region-is-non-clash): Return t, if not
8211         merging.
8213         * ediff-util.el (ediff-previous-difference): Don't skip regions that
8214         have merge clashes.
8216 2005-11-04  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
8218         * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
8219         Undo previous change.
8221         * startup.el (command-line): Use `custom-reevaluate-setting' for
8222         mouse-wheel-down-event and mouse-wheel-up-event.  Don't call
8223         tty-register-default-colors on Mac.
8225 2005-11-04  Nick Roberts  <nickrob@snap.net.nz>
8227         * progmodes/gdb-ui.el (gdb-buffer-type): Remove duplicate declaration.
8228         (gdb-buffer-type): Make it automatically buffer local...
8229         (gdb-get-create-buffer): ...and set it accordingly.
8230         (gdb-frame-gdb-buffer, gdb-display-gdb-buffer): Make these
8231         actually work.
8233 2005-11-03  Dan Nicolaescu  <dann@ics.uci.edu>
8235         * font-lock.el (font-lock-warning-face): Use the more vivid red1,
8236         not red.
8238 2005-11-04  Nick Roberts  <nickrob@snap.net.nz>
8240         * progmodes/gdb-ui.el (gud-watch): Use save-selected-window in
8241         case GUD buffer is not visible.
8242         (gdb-goto-breakpoint): Try to force display in source buffer.
8243         (gdb-frame-gdb-buffer): Copy other similar functions.
8244         (gdb-restore-windows): Don't display source if not asked for.
8245         (gdb-assembler-buffer-name): Don't capitalise.
8247 2005-11-03  Richard M. Stallman  <rms@gnu.org>
8249         * wid-edit.el (key-sequence): New widget type.
8251         * simple.el (set-mark-command-repeat-pop): New variable.
8252         (set-mark-command): Only interpret plan C-@ after a pop as a pop
8253         if set-mark-command-repeat-pop is true.
8255         * info.el (Info-fontify-node): Don't display extra "see" if there
8256         already is one here.
8258         * mouse.el: Fix special handling of DEL after dragging a region:
8259         (mouse-drag-region-1): Treat mouse-set-region like mouse-set-point.
8260         (mouse-region-delete-keys): Change to defcustom.  Add [backspace].
8262         * mail/feedmail.el: Use insert-buffer-substring, not insert-buffer.
8264         * textmodes/ispell.el (ispell-command-loop): Change `i' description
8265         not to assume it pertains to an affix.
8267         * textmodes/flyspell.el (flyspell-post-command-hook):
8268         Bind deactivate-mark to prevent deactivation.
8270 2005-11-03  Lars Hansen  <larsh@soem.dk>
8272         * dired-x.el: Add menu bindings for dired-do-find-marked-files,
8273         dired-do-relsymlink, dired-flag-extension, dired-mark-extension,
8274         dired-mark-omitted, dired-do-relsymlink-regexp, dired-omit-mode.
8276 2005-11-03  Romain Francoise  <romain@orebokech.com>
8278         * net/eudcb-mab.el: Now part of GNU Emacs.  Update FSF's address.
8279         Update copyright years.
8281 2005-11-03  Sam Steingold  <sds@gnu.org>
8283         * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
8284         Use system-type instead of window-system because window-system is not
8285         correctly defined during loadup.
8287 2005-11-02  Mark A. Hershberger  <mah@everybody.org>
8289         * xml.el (xml-syntax-table): Allow xml.el to compile in xemacs.
8290         (xml-parse-tag): Join strings separated by a comment properly.
8292 2005-11-02  Andreas Schwab  <schwab@suse.de>
8294         * emacs-lisp/byte-opt.el (byte-optimize-pure-func): Fix last fix.
8296 2005-11-02  Stefan Monnier  <monnier@iro.umontreal.ca>
8298         * emacs-lisp/byte-opt.el (string-to-syntax): Mark it as pure.
8299         (byte-optimize-pure-func): Quote the eval'd value.
8301         * progmodes/perl-mode.el (perl-font-lock-special-syntactic-constructs):
8302         Rename from perl-font-lock-syntactic-face-function.
8303         Change the calling convention so it can be used as a font-lock MATCHER.
8304         Do the parse-partial-sexp loop outselves.
8305         (perl-font-lock-syntactic-keywords): Use it.
8306         (perl-mode): Don't set font-lock-syntactic-face-function any more.
8308 2005-11-02  Nick Roberts  <nickrob@snap.net.nz>
8310         * progmodes/gdb-ui.el (gdb-mouse-until): Make it work in the
8311         disassembly buffer too.
8312         (gdb-exited): Remove overlay arrows when execution has finished.
8313         (gdb-info-frames-custom, gdb-info-threads-custom)
8314         (gdb-info-registers-custom): Don't add inappropriate text
8315         properties if inferior is not active.
8317 2005-11-02  Glenn Morris  <rgm@gnu.org>
8319         * progmodes/fortran.el (fortran-blink-match):
8320         Use `blink-matching-delay'.
8322 2005-11-02  John Mongan  <jmongan@mccammon.ucsd.edu>  (tiny change)
8324         * progmodes/f90.el (f90-match-end): Use `blink-matching-delay'.
8326 2005-11-02  Lars Hansen  <larsh@soem.dk>
8328         * net/tramp.el (tramp-action-out-of-band): Handle scp message
8329         "Permission denied".
8331 2005-11-01  Richard M. Stallman  <rms@gnu.org>
8333         * textmodes/flyspell.el (flyspell-external-point-words):
8334         Pass nil to flyspell-get-word.
8336 2005-11-02  Kim F. Storm  <storm@cua.dk>
8338         * menu-bar.el (menu-bar-options-menu): Show "Shift Movement (CUA)"
8339         item instead of "C-x/C-c/C-v (CUA)" if cua-enable-cua-keys is nil.
8341 2005-11-01  Stefan Monnier  <monnier@iro.umontreal.ca>
8343         * calendar/cal-menu.el (date, event): Don't declare as dynamic-var.
8344         (calendar-mouse-holidays, calendar-mouse-view-diary-entries)
8345         (calendar-mouse-print-dates): Add optional `event' argument.
8346         Update interactive-spec.
8347         (calendar-mouse-cal-tex-menu, cal-tex-mouse-filofax):
8348         Use `calendar-event-to-date' instead of `event'.
8350 2005-11-02  Masatake YAMATO  <jet@gyve.org>
8352         * progmodes/ld-script.el (ld-script-builtins):
8353         Add more words: "DATA_SEGMENT_ALIGN", "DATA_SEGMENT_END",
8354         "DATA_SEGMENT_RELRO_END", "LENGTH", "ORIGIN", and "SEGMENT_START".
8355         (auto-mode-alist): Accept .ld, .lds, ld.in and .lds.in.
8357 2005-11-01  Romain Francoise  <romain@orebokech.com>
8359         * vc-sccs.el: Update copyright year.
8360         * ezimage.el: Likewise.
8362 2005-11-01  KOBAYASHI Yasuhiro  <kobayays@otsukakj.co.jp>  (tiny change)
8364         * info.el (Info-fontify-node): Use `string-width' for fontifying
8365         underlined titles.
8367 2005-11-01  Juri Linkov  <juri@jurta.org>
8369         * info.el (Info-fontify-node): Downcase node header keywords Node,
8370         Prev, Next, Up before comparison.
8371         (Info-history): Insert absolute directory name, and put invisible
8372         property on it.
8374 2005-11-01  Juri Linkov  <juri@jurta.org>
8376         * info.el (Info-file-supports-index-cookies): New variable.
8377         (Info-find-node-2): Check makeinfo version for index cookie support.
8378         (Info-index-nodes): Search for nodes with index cookies only when
8379         Info-file-supports-index-cookies is t.  Otherwise, search nodes
8380         with "Index" in the node name.
8381         (Info-index-node): Search index cookie in the current node only when
8382         Info-file-supports-index-cookies is t.  Otherwise, check the word
8383         "Index" in the node name.
8384         (Info-find-emacs-command-nodes): Remove code that searches nodes
8385         with "Index" node name in the top menu.
8387 2005-11-01  Stefan Monnier  <monnier@iro.umontreal.ca>
8389         * progmodes/scheme.el (scheme-mode-variables): Use the default
8390         comment-indent-function.
8392         * faces.el (face-attribute): Handle the case where a face inherits from
8393         a non-existent face.
8395         * simple.el (eval-expression-print-format): Use lisp-readable syntax
8396         for octal and hexa output, and merge the char into the paren.
8397         (kill-new): Use push.
8398         (copy-to-buffer): Use with-current-buffer.
8399         (completion-setup-function): Move code in loop to remove redundancy.
8400         (minibuffer-local-must-match-map): Don't add bindings that duplicate
8401         those inherited from minibuffer-local-completion-map.
8403         * savehist.el (savehist-mode) <defcustom>:
8404         Use custom-set-minor-mode if available.
8405         (savehist-mode) <defun>: Run the minor mode hook, set the custom state
8406         and emit a message if applicable.
8408 2005-11-01  Hrvoje Niksic  <hniksic@xemacs.org>
8410         * savehist.el: Sync up to version 19.
8411         (savehist-mode): New minor mode.
8412         (savehist-file): Use ~/.emacs.d or ~/.xemacs if available.
8413         (savehist-length): Remove (use history-length instead).
8414         (savehist-file-modes): Rename from savehist-modes.
8415         (savehist-save-hook, savehist-loaded): New vars.
8416         (savehist-load): Use savehist-mode.  Try to smooth up transition from
8417         old format to new format.
8418         (savehist-install): Allow savehist-autosave-interval to be nil.
8419         (savehist-save): Run the new hook.  Be more careful to only trim the
8420         history variables.
8421         (savehist-trim-history): New fun.  Replaces savehist-process-for-saving.
8422         (savehist-printable): Print into a buffer rather than char-by-char.
8424 2005-11-01  John Wiegley  <johnw@newartisans.com>
8426         * iswitchb.el (iswitchb-define-mode-map): Re-enable the
8427         toggle-ignore keybinding (C-a).  The author said it had been
8428         disabled much earlier due to a possible incompatibility, but after
8429         many months of usage I have encountered no problems (and it is a
8430         rather useful option, especially for switching to " *temp*").
8432         * net/eudcb-mab.el (eudc-mab-query-internal): Add backend
8433         support for OS/X's AddressBook, by calling out to the open source
8434         program "contacts" (installable through Fink).
8436         * net/eudc.el (eudc-expand-inline): If the
8437         `eudc-multiple-match-handling-method' is set to `all', delete the
8438         query string before inserting the query result.
8440         * eshell/em-ls.el (eshell-do-ls): Add no-op support for --dired
8441         flag, to prevent Eshell from using the system ls when
8442         `eshell-ls-insert-directory' is in used.
8443         (eshell-ls-insert-directory): Disable font-lock in directory
8444         buffer so that Eshell's own fontification is seen.  This broke
8445         recently due to changes in font-lock, so this goes back to version
8446         21 behavior.
8448 2005-11-01  Nick Roberts  <nickrob@snap.net.nz>
8450         * progmodes/gdb-ui.el (gdb-use-inferior-io-buffer): New function.
8451         (menu, toggle-gdb-use-inferior-io-buffer): Get rid of defadvice.
8452         (gdb-many-windows): Doc fix.
8454 2005-10-31  Romain Francoise  <romain@orebokech.com>
8456         * help-fns.el (describe-simplify-lib-file-name): Add autoload cookie.
8458 2005-10-31  Dan Nicolaescu  <dann@ics.uci.edu>
8460         * loadup.el: Load emacs-lisp/syntax, font-lock and jit-lock so
8461         that global-font-lock-mode can be enabled by default.
8463         * font-lock.el (font-lock-keywords, font-lock-mode-internal)
8464         (font-lock-add-keywords, font-lock-remove-keywords)
8465         (font-lock-fontify-buffer): Remove autoload cookies.
8467         * jit-lock.el (jit-lock-register): Likewise.
8469         * emacs-lisp/syntax.el (syntax-ppss): Likewise.
8471 2005-10-31  Nick Roberts  <nickrob@snap.net.nz>
8473         * progmodes/gdb-ui.el (gdb-many-windows): Leave window configuration
8474         intact if there is no gud-comint-buffer.
8476 2005-10-31  Luc Teirlinck  <teirllm@auburn.edu>
8478         * progmodes/gud.el (gud-filter): Use comint-update-fence to delete
8479         old prompt comint-prompt-read-only is t and GDB commands are
8480         issued from tool bar etc.
8482 2005-10-31  Masatake YAMATO  <jet@gyve.org>
8484         * vc.el (vc-directory-exclusion-list): Add "{arch}".
8486 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
8488         * thumbs.el (thumbs-thumbsdir): Default to ~/.emacs.d/thumbs.
8489         (thumbs-thumbsdir): Make .emacs.d if it does not exist.
8491 2005-10-30  Michael Albinus  <michael.albinus@gmx.de>
8493         * net/tramp.el (tramp-chunksize): Escape parentheses in docstring
8494         starting at beginning of line.  Fontification is messed up when
8495         `open-paren-in-column-0-is-defun-start' set to t.
8496         Reported by John Paul Wallington <jpw@pobox.com>.
8498 2005-10-30  Luc Teirlinck  <teirllm@auburn.edu>
8500         * comint.el (comint-send-input): Call `comint-update-fence' when
8501         `comint-process-echoes' and `comint-prompt-read-only' are both
8502         non-nil, to avoid leftover read-only newline.
8504 2005-10-30  Richard M. Stallman  <rms@gnu.org>
8506         * textmodes/flyspell.el (flyspell-external-point-words):
8507         Detect when WORD can't be checked properly because
8508         flyspell-get-word finds just part of it, and move on.
8510         * textmodes/ispell.el (ispell-dictionary-alist-5): Add . as
8511         boundarychar for Polish.
8512         (ispell-dictionary-alist-4): Add . as boundarychar for Italian.
8513         (ispell-dictionary-alist-3): Add . and @ as boundarychars for French.
8515 2005-10-31  Nick Roberts  <nickrob@snap.net.nz>
8517         * progmodes/gdb-ui.el (gdb-tooltip-print-1): Fix regexp.
8518         (gdb-registers-font-lock-keywords): Delete.
8519         (gdb-registers-mode): Don't fontify.
8520         (gdb-info-registers-custom): Use text properties instead as, in
8521         future, changed register values will use font-lock-warning-face.
8522         (gdb-local-font-lock-keywords): Rename to...
8523         (gdb-locals-font-lock-keywords): ...for consistency.
8525 2005-10-30  Andre Spiegel  <spiegel@gnu.org>
8527         * vc.el (vc-switch-backend): Better error message if the buffer is
8528         not visiting a file under version control.
8530         * vc-cvs.el (vc-cvs-delete-file): Commit the file after removing it.
8532 2005-10-29  Chong Yidong  <cyd@stupidchicken.com>
8534         * startup.el (command-line): Use ~/.emacs.d/init.el instead of
8535         ~/.emacs.d/.emacs.
8537 2005-10-29  Richard M. Stallman  <rms@gnu.org>
8539         * replace.el (occur-mode-mouse-goto): Always go to other window.
8540         (occur-mode-goto-occurrence): Always switch in same window.
8542         * simple.el (undo): Display message at end, not at start.
8544         * emacs-lisp/timer.el (timer-activate, timer-activate-when-idle):
8545         New arg REUSE-CELL.
8546         (cancel-timer-internal): New function.
8547         (timer-event-handler): Use cancel-timer-internal,
8548         and pass the cell it returns to timer-activate...
8550         * jit-lock.el (jit-lock-function, jit-lock-stealth-fontify)
8551         (jit-lock-deferred-fontify, jit-lock-context-fontify)
8552         (jit-lock-after-change): Test memory-full.
8554 2005-10-29  Ken Manheimer  <ken.manheimer@gmail.com>
8556         * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
8557         part of the decoded armor to find the key-identifier.
8558         (pgg-gpg-lookup-key-owner): New function to return the
8559         human-readable identifier of a key owner.
8560         (pgg-gpg-lookup-id-from-key-owner): Make it easy to identify the
8561         key itself.
8562         (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
8563         the key value) if we have a key and can match it against a secret
8564         key.  Also, added a note pointing out fact that the prompt only
8565         indicates the first matching key.
8567         * pgg.el (pgg-decrypt): Passing along PASSPHRASE in call to
8568         pgg-decrypt-region.
8569         (pgg-pending-timers): A new hash for tracking the passphrase cache
8570         timers, so that new ones supercede old ones.
8571         (pgg-add-passphrase-to-cache): Rename from
8572         `pgg-add-passphrase-cache' to reduce confusion (all callers
8573         changed).  Modified to cancel old timers when new ones are added.
8574         (pgg-remove-passphrase-from-cache): Rename from
8575         `pgg-remove-passphrase-cache' to reduce confusion (all callers
8576         changed).  Modified to cancel old timers when their keys are
8577         removed from the cache.
8578         (pgg-cancel-timer): In Emacs, an alias for cancel-timer; in
8579         XEmacs, an indirection to delete-itimer.
8580         (pgg-read-passphrase-from-cache, pgg-read-passphrase):
8581         Extract pgg-read-passphrase-from-cache from pgg-read-passphrase so
8582         users can only check cache without risk of prompting.  Correct bug in
8583         notruncate behavior.
8584         (pgg-read-passphrase-from-cache, pgg-read-passphrase)
8585         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
8586         Add informative docstrings.
8587         (pgg-decrypt): Convey provided passphrase in subordinate call to
8588         pgg-decrypt-region.
8590         * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
8591         (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
8592         (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
8593         `passphrase' argument, so the passphrase can be managed externally
8594         and then passed in to the system.
8596         * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
8597         (pgg-remove-passphrase-cache): Add optional NOTRUNCATE argument,
8598         so the passphrase cache can be used reliably with identifiers
8599         besides a pgp packet's key id.
8601         * pgg-gpg.el (pgg-pgp-encrypt-region)
8602         (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
8603         (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
8604         (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
8605         argument to all these routines, so the passphrase can be managed
8606         externally and passed in to the system.
8608         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
8609         `notruncate' argument, so the passphrase cache can be used
8610         reliably with identifiers besides a pgp packet's key id.
8612 2005-10-29  Sascha Wilde  <swilde@sha-bang.de>
8614         * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
8615         symmetric encryption.
8616         (pgg-gpg-symmetric-key-p): New function to check for an symmetric
8617         encrypted session key.
8618         (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
8619         message ask for the passphrase in a proper way.
8621         * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
8622         New user commands for symmetric encryption.
8624 2005-10-29  Roland Winkler  <roland.winkler@physik.uni-erlangen.de>
8626         * textmodes/conf-mode.el (conf-assignment-sign)
8627         (conf-assignment-regexp): Fix docstrings.
8628         (conf-mode-initialize): New function.
8629         (conf-mode): Remove optional args.  Use delay-mode-hooks to
8630         recognize recursive calls.
8631         (conf-unix-mode, conf-windows-mode, conf-javaprop-mode)
8632         (conf-space-mode, conf-colon-mode, conf-ppd-mode)
8633         (conf-xdefaults-mode): Use define-derived-mode and
8634         conf-mode-initialize.
8636 2005-10-29  Romain Francoise  <romain@orebokech.com>
8638         * help-fns.el (describe-simplify-lib-file-name): Fix regexp.
8640 2005-10-29  Ken Manheimer  <ken.manheimer@gmail.com>
8642         * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
8643         part of the decoded armor to find the key-identifier.
8644         (pgg-gpg-lookup-key-owner): New function to return the
8645         human-readable identifier of a key owner.
8646         (pgg-gpg-lookup-id-from-key-owner): Make it easy to identify the
8647         key itself.
8648         (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
8649         the key value) if we have a key and can match it against a secret
8650         key.  Also, added a note pointing out fact that the prompt only
8651         indicates the first matching key.
8653         * pgg.el (pgg-decrypt): Passing along PASSPHRASE in call to
8654         pgg-decrypt-region.
8655         (pgg-pending-timers): A new hash for tracking the passphrase cache
8656         timers, so that new ones supercede old ones.
8657         (pgg-add-passphrase-to-cache): Rename from
8658         `pgg-add-passphrase-cache' to reduce confusion (all callers
8659         changed).  Modified to cancel old timers when new ones are added.
8660         (pgg-remove-passphrase-from-cache): Rename from
8661         `pgg-remove-passphrase-cache' to reduce confusion (all callers
8662         changed).  Modified to cancel old timers when their keys are
8663         removed from the cache.
8664         (pgg-cancel-timer): In Emacs, an alias for cancel-timer; in
8665         XEmacs, an indirection to delete-itimer.
8666         (pgg-read-passphrase-from-cache, pgg-read-passphrase):
8667         Extract pgg-read-passphrase-from-cache from pgg-read-passphrase so
8668         users can only check cache without risk of prompting.  Correct bug in
8669         notruncate behavior.
8670         (pgg-read-passphrase-from-cache, pgg-read-passphrase)
8671         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
8672         Add informative docstrings.
8673         (pgg-decrypt): Convey provided passphrase in subordinate call to
8674         pgg-decrypt-region.
8676 2005-10-20  Ken Manheimer  <ken.manheimer+emacs@gmail.com>
8678         * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
8679         (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
8680         (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
8681         `passphrase' argument, so the passphrase can be managed externally
8682         and then passed in to the system.
8684         * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
8685         (pgg-remove-passphrase-cache): Add optional NOTRUNCATE argument,
8686         so the passphrase cache can be used reliably with identifiers
8687         besides a pgp packet's key id.
8689         * pgg-gpg.el (pgg-pgp-encrypt-region)
8690         (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
8691         (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
8692         (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
8693         argument to all these routines, so the passphrase can be managed
8694         externally and passed in to the system.
8696         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
8697         `notruncate' argument, so the passphrase cache can be used
8698         reliably with identifiers besides a pgp packet's key id.
8700 2005-10-29  Sascha Wilde  <swilde@sha-bang.de>
8702         * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
8703         symmetric encryption.
8704         (pgg-gpg-symmetric-key-p): New function to check for an symmetric
8705         encrypted session key.
8706         (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
8707         message ask for the passphrase in a proper way.
8709         * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
8710         New user commands for symmetric encryption.
8712 2005-10-28  Bill Wohler  <wohler@newt.com>
8714         * help-mode.el (help-url): New button type.  Calls browse-url.
8715         (help-xref-url-regexp): New regexp to recognize URLs in docstring.
8716         Similar to Info nodes: URL `url'.
8717         (help-make-xrefs): Create help-url buttons for
8718         help-xref-url-regexp matches.
8720 2005-10-29  Nick Roberts  <nickrob@snap.net.nz>
8722         * tool-bar.el (tool-bar-add-item-from-menu)
8723         (tool-bar-local-item-from-menu): Fix doc strings.
8725 2005-10-28  Romain Francoise  <romain@orebokech.com>
8727         * ldefs-boot.el: Update.
8729         * subr.el (locate-library): Move from help-fns.el.
8730         * help-fns.el (locate-library): Move to subr.el.
8732 2005-10-28  Richard M. Stallman  <rms@gnu.org>
8734         * net/tramp.el (tramp-completion-mode): defvar moved up.
8736         * emacs-lisp/easymenu.el (easy-menu-change): Doc fix.
8738         * tool-bar.el (tool-bar-mode): Delete autoload cookie.
8740         * files.el (find-file-noselect): Use %d to format large file size.
8742         * bindings.el (mode-line-format): Add %e.
8744         * loadup.el ("facemenu"): Load unconditionally.
8745         ("image", "international/fontset", "dnd", "mwheel", "tool-bar"):
8746         ("x-dnd"): Load, when appropriate.
8748         * startup.el (command-line): Call before-init-hook earlier.
8749         Warn about some bad characters in -u user name.
8751         * textmodes/flyspell.el (flyspell-large-region): Pass -t if Tex file.
8752         (flyspell-external-point-words): Error if misspelled word is not found.
8753         Set flyspell-large-region-beg at end of word.
8755 2005-10-28  Andreas Schwab  <schwab@suse.de>
8757         * view.el (View-revert-buffer-scroll-page-forward):
8758         Use view-page-size-default.
8760 2005-10-28  Juri Linkov  <juri@jurta.org>
8762         * international/quail.el (quail-get-current-str): Translate last
8763         raw character for deterministic input methods.
8765 2005-10-27  Jay Belanger  <belanger@truman.edu>
8767         * calc/calc-ext.el: Add functions to autoloads.
8768         (math-identity-matrix-p, math-ident-row-p): New functions.
8770         * calc/calc-arith.el (calc-mul-symb-fancy): Add checks for
8771         multiplication by an identity matrix; don't turn multiplication by
8772         an inverse matrix into division.
8773         (math-div-symbol-fancy): Replace division by matrices with
8774         multiplication by inverse.
8776         * calc/calc-misc.el (calcFunc-inv): Check for symbolic matrices.
8778         * calc/calc-alg.el (calcFunc-writeoutpower, math-write-out-power)
8779         (calc-writeoutpower): New functions.
8781 2005-10-27  Romain Francoise  <romain@orebokech.com>
8783         * replace.el (occur-engine): Include colon in mouse-face highlight.
8785         * dired-x.el: Change Maintainer field.
8787 2005-10-26  Chong Yidong  <cyd@stupidchicken.com>
8789         * longlines.el (longlines-mode): Bind after-change-functions to
8790         nil during initial decoding and final encoding.
8792 2005-10-26  Dan Nicolaescu  <dann@ics.uci.edu>
8794         * term.el (term-emulate-terminal, term-handle-colors-array)
8795         (term-handle-ansi-escape): Specify the terminfo capabilities
8796         implemented.
8798 2005-10-26  Richard M. Stallman  <rms@gnu.org>
8800         * info.el (Info-fontify-node): Fix detection of sentence-break
8801         before *Note.
8803 2005-10-26  Romain Francoise  <romain@orebokech.com>
8805         * smerge-mode.el: Add `tools' to file keywords.
8807 2005-10-26  Nick Roberts  <nickrob@snap.net.nz>
8809         * progmodes/gud.el (gud-menu-map): Only display gud-until icon
8810         when the fringe is not available.
8812         * progmodes/gdb-ui.el (def-gdb-auto-updated-buffer)
8813         (def-gdb-auto-update-trigger): Simplify construction.
8814         (gdb-locals-buffer): Use def-gdb-auto-update-trigger instead of
8815         def-gdb-auto-updated-buffer as gdb-info-locals-handler is
8816         defined explicitly.
8817         (gdb-assembler-buffer): Use def-gdb-auto-update-handler instead of
8818         def-gdb-auto-updated-buffer as gdb-invalidate-assembler is
8819         defined explicitly.
8820         (gdb-info-locals-custom): Remove as it's a no-op.
8822 2005-10-25  Chong Yidong  <cyd@stupidchicken.com>
8824         * longlines.el (longlines-mode): Remove narrowing before
8825         performing the initial decoding or final encoding.
8827 2005-10-25  Romain Francoise  <romain@orebokech.com>
8829         * emacs-lisp/find-func.el (find-library-name): Also strip
8830         extension if library name ends in .el, to take advantage of
8831         `find-library-suffixes'.
8833 2005-10-25  Richard M. Stallman  <rms@gnu.org>
8835         * menu-bar.el (menu-bar-help-menu): Say which kind of therapist.
8837 2005-10-25  Juri Linkov  <juri@jurta.org>
8839         * textmodes/texinfo.el (texinfo-mode): Change charset of one
8840         quotation mark from [mule-unicode-0100-24ff] to [japanese-jisx0208].
8842 2005-10-25  Stefan Monnier  <monnier@iro.umontreal.ca>
8844         * play/blackbox.el (blackbox-mode-map): Move init into declaration.
8845         (blackbox-redefine-key): Add argument `map'.
8847         * jit-lock.el (jit-lock-fontify-now): Be careful not to skip multiline
8848         regions when moving the jit-lock-context-unfontify-pos boundary.
8850 2005-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
8852         * net/browse-url.el (browse-url-of-buffer): Add ".html" to filename.
8854 2005-10-25  Masatake YAMATO  <jet@gyve.org>
8856         * dired-x.el (dired-virtual): Don't use `dired-insert-headerline'.
8858 2005-10-25  Michael Cadilhac  <michael.cadilhac-@t-lrde.epita.fr>  (tiny change)
8860         * play/blackbox.el (blackbox-redefine-key): New function.
8861         (blackbox-mode-map): Use it to remap existing bindings for cursor
8862         motion instead of binding literal keys.
8864 2005-10-25  Glenn Morris  <rgm@gnu.org>
8866         * calendar/diary-lib.el (diary-list-entries): Prevent infloop when
8867         diary does not end in a newline.  Do not assume a blank line at
8868         the start of the diary file.
8870 2005-10-25  Kenichi Handa  <handa@m17n.org>
8872         * international/quail.el (quail-translate-key): If the input
8873         method is deterministic and failed to handle the last key, restart
8874         the key handling loop from an appropriate key.
8876 2005-10-25  Michael Albinus  <michael.albinus@gmx.de>
8878         * vc.el (vc-dired-mode): Extend comment for binding of
8879         `directory-listing-before-filename-regexp'.
8881 2005-10-25  Stefan Monnier  <monnier@iro.umontreal.ca>
8883         * textmodes/texinfo.el (texinfo-mode):
8884         * textmodes/paragraphs.el (sentence-end-base): Use real chars, so as
8885         not to unnecessarily expose emacs-mule's internal char codes.
8887 2005-10-25  Nick Roberts  <nickrob@snap.net.nz>
8889         * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Correct help-echo.
8890         Display hand pointer and help-echo on disabled icon too.
8891         (gdb-mouse-until): New function.
8892         (gdb-ann3): Bind it to mouse-2 and drag-mouse-1 in left fringe.
8894 2005-10-24  Chong Yidong  <cyd@stupidchicken.com>
8896         * menu-bar.el (menu-bar-help-menu): Rename "psychiatrist", in line
8897         with 2005-10-23 change to doctor.el.
8899         * finder.el (finder-mode-map): Add follow-link binding.
8901 2005-10-25  Kim F. Storm  <storm@cua.dk>
8903         * progmodes/gdb-ui.el (gdb-ann3): Bind mouse-3 in left fringe
8904         to gdb-mouse-toggle-breakpoint-fringe.
8905         (gdb-mouse-toggle-breakpoint-margin): Rename from
8906         gdb-mouse-toggle-breakpoint.  Fix doc.
8907         (gdb-mouse-toggle-breakpoint-fringe): New defun.
8908         (gdb-put-string): Add optional SPROPS arg.  Add props to string.
8909         (gdb-put-breakpoint-icon): Add gdb-bptno and gdb-enabled
8910         string properties also for fringe breakpoint bitmaps.
8912 2005-10-24  Carsten Dominik  <dominik@science.uva.nl>
8914         * textmodes/org.el (org-start-icalendar-file): Fix format form.
8916 2005-10-25  Masatake YAMATO  <jet@gyve.org>
8918         * simple.el (completion-common-substring):
8919         Use `completion-common-substring' prior to `completion-base-size'.
8921 2005-10-24  Hrvoje Niksic  <hniksic@xemacs.org>
8923         * savehist.el: Require CL while compiling.
8924         (savehist-history-variables): Remove.
8925         (savehist-save-minibuffer-history, savehist-additional-variables)
8926         (savehist-minibuffer-history-variables): New vars.
8927         (savehist-save): Use them.
8928         (savehist-uninstall, savehist-minibuffer-hook): New funs.
8929         (savehist-install): New fun, extracted from savehist-load.
8930         (savehist-load): Use them.
8932 2005-10-24  Stefan Monnier  <monnier@iro.umontreal.ca>
8934         * emacs-lisp/lisp-mode.el (easy-mmode-define-global-mode): Don't add
8935         a dummy doc-string-elt property.
8936         (defalias, defvaralias, define-category): Add a docstring property.
8938         * image.el (defimage):
8939         * widget.el (define-widget):
8940         * custom.el (defface, defcustom): Add `doc-string' declaration.
8942         * emacs-lisp/advice.el (ad-make-advised-definition): Fix arg-order.
8943         (defadvice): Add `doc-string' declaration.
8945         * emacs-lisp/byte-run.el (macro-declaration-function):
8946         Handle `doc-string' declarations.
8947         (define-obsolete-function-alias, define-obsolete-variable-alias):
8948         Add `doc-string' declaration.
8950 2005-10-24  Kenichi Handa  <handa@m17n.org>
8952         * international/utf-7.el (utf-7): Add autoload cookie.
8954         * term/x-win.el: Register more Cyrillic characters in x-keysym-table.
8956 2005-10-24  Eli Zaretskii  <eliz@gnu.org>
8958         * makefile.w32-in (autoloads): Use "." instead of $(lisp) in the
8959         list of directories passed to batch-update-autoloads.  Add "." to
8960         the list of the echoed directories.
8962         * pgg-def.el:
8963         * pgg-gpg.el:
8964         * pgg-parse.el:
8965         * pgg-pgp.el:
8966         * pgg-pgp5.el:
8967         * pgg.el: Moved here from the gnus subdirectory.
8969 2005-10-24  Nick Roberts  <nickrob@snap.net.nz>
8971         * progmodes/gud.el (gud-filter): Bind inhibit-read-only to t
8972         in case comint-prompt-read-only is set to t.
8974         * progmodes/gdb-ui.el (gdb-send): Bind inhibit-read-only to t
8975         in case comint-prompt-read-only is set to t.
8977 2005-10-24  Ulf Jasper  <ulf.jasper@web.de>
8979         * calendar/icalendar.el (icalendar-version): Increase to 0.13.
8980         Now a string.
8981         (icalendar-import-format): Handle CLASS, STATUS, URL.
8982         Rename `subject' to `summary'.
8983         (icalendar-import-format-summary): Rename from
8984         `icalendar-import-format-subject'.
8985         (icalendar-import-format-url, icalendar-import-format-status)
8986         (icalendar-import-format-class): New variables.
8987         (icalendar--rris): Take variable argument list.
8988         (icalendar--datestring-to-isodate): Remove unnecessary
8989         calendar-style check when converting dates with explicit month names.
8990         (icalendar-export-region): Change return type of conversion
8991         subroutines.  Bury current buffer unless error occurred.
8992         (icalendar--convert-to-ical)
8993         (icalendar--parse-summary-and-rest): New functions.
8994         (icalendar--convert-ordinary-to-ical)
8995         (icalendar--convert-weekly-to-ical)
8996         (icalendar--convert-yearly-to-ical)
8997         (icalendar--convert-block-to-ical)
8998         (icalendar--convert-cyclic-to-ical)
8999         (icalendar--convert-anniversary-to-ical): Change return type.
9000         Strip trailing blanks from subject.
9001         (icalendar--convert-sexp-to-ical): Change return type.
9002         Strip trailing blanks from subject.  Handle simple sexp
9003         entries as generated by icalendar.el.
9004         (icalendar--convert-float-to-ical)
9005         (icalendar--convert-date-to-ical): Strip trailing blanks from subject.
9006         (icalendar-import-file): Doc fix.
9007         (icalendar--format-ical-event): Handle CLASS, STATUS, URL.
9008         Correct call to icalendar--rris.
9009         (icalendar--convert-ical-to-diary): Doc fix.  Rename `subject' to
9010         `summary'.
9011         (icalendar--add-diary-entry): Rename `subject' to `summary'.
9013 2005-10-24  Romain Francoise  <romain@orebokech.com>
9015         * server.el (server-sentinel): Set query-on-exit flag to nil on
9016         new client processes (it isn't inherited from the server process).
9018         * replace.el (occur-engine): Rearrange text properties.
9020 2005-10-23  Stefan Monnier  <monnier@iro.umontreal.ca>
9022         * emacs-lisp/debug.el (debugger-make-xrefs): Don't assume
9023         case-fold-search is nil.
9024         (debug-help-follow): Use help-xref-interned directly.
9026 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
9028         * thumbs.el (thumbs-image-type): Add .pbm.
9030 2005-10-23  Richard M. Stallman  <rms@gnu.org>
9032         * faces.el (inhibit-face-set-after-frame-default): New variable.
9033         (set-face-attribute): Bind it.
9034         (face-set-after-frame-default): Test it.
9036         * help-fns.el (describe-simplify-lib-file-name): New function.
9037         (describe-function-1, describe-variable): Use it.
9039         * faces.el (describe-face): Use describe-simplify-lib-file-name.
9041         * tooltip.el (tooltip-x-offset, tooltip-y-offset): Change defaults.
9042         Eliminate nil as possible value.
9043         (tooltip-hide-delay): Reduce internal-border-width.
9045         * menu-bar.el (menu-bar-file-menu) <dired>: Change help-echo string.
9046         (menu-bar-file-menu) <new-file>: Likewise.
9048         * simple.el (line-move-finish): Ignore fields computing LINE-END.
9050         * international/mule.el (load-with-code-conversion):
9051         Pass full file name to `eval-buffer' unless preloading.
9053         * textmodes/flyspell.el (flyspell-large-region):
9054         Call ispell-check-version.
9056         * textmodes/ispell.el (ispell-local-dictionary-overridden):
9057         Fix the make-variable-buffer-local call that was supposed
9058         to be for this variable.
9059         (ispell-aspell-supports-utf8): Doc fix.
9060         (ispell-find-aspell-dictionaries): Preserve elements of
9061         ispell-dictionary-alist for dictionaries that aspell doesn't report.
9062         (ispell-aspell-find-dictionary): Return nil on error.
9064         * play/doctor.el (doctor-doc): Don't say "psychiatrist".
9065         (doctor-symptoms): Likewise.
9067         * add-log.el (add-log-current-defun): Clean up handling of DEFUNs.
9069 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
9071         * cus-edit.el (custom-button, custom-button-pressed): New vars.
9072         (custom-raised-buttons): Add :set spec.
9073         (custom-button-unraised, custom-button-pressed-unraised):
9074         New faces, so that custom-raised-buttons actually does something.
9075         (custom-mode): Use custom-button and custom-button-pressed.
9077         * wid-edit.el (widget-specify-button): Don't ignore
9078         widget-mouse-face on graphic terminals.
9079         (widget-move-and-invoke): Cleanup.
9081 2005-10-23  Thien-Thi Nguyen  <ttn@gnu.org>
9083         * whitespace.el (whitespace-cleanup): Doc fix.
9085 2005-10-23  Romain Francoise  <romain@orebokech.com>
9087         * emulation/viper.el (viper-set-hooks): Quote forms passed to
9088         `eval-after-load' to avoid evaluating their result.
9090 2005-10-23  Michael Albinus  <michael.albinus@gmx.de>
9092         * files.el (directory-listing-before-filename-regexp):
9093         New defvar.  Replaces `dired-move-to-filename-regexp' from dired.el.
9095         * dired.el (dired-move-to-filename-regexp): Remove.
9096         All occurences replaced by `directory-listing-before-filename-regexp'.
9098         * dired-x.el, locate.el, vc.el:
9099         Replace `dired-move-to-filename-regexp' by
9100         `directory-listing-before-filename-regexp'.  In vc.el it is
9101         overwritten locally; maybe this can be handled in files.el too.
9103         * net/ange-ftp.el (ange-ftp-date-regexp): Remove.  All occurences
9104         replaced by `directory-listing-before-filename-regexp'.
9106 2005-10-23  Andreas Schwab  <schwab@suse.de>
9108         * font-lock.el (lisp-font-lock-keywords-2): Add eval-at-startup
9109         and eval-next-after-load.
9111 2005-10-23  MIYOSHI Masanori  <miyoshi@meadowy.org>  (tiny change)
9113         * mouse.el (mouse-drag-region): If the *Messages* buffer doesn't
9114         exist, create it.
9116 2005-10-23  Ken Manheimer  <ken.manheimer@gmail.com>
9118         * allout.el: Remove autoloads for mailcrypt and crypt++.
9119         Require pgg, pgg-gpg during compilation.
9120         (allout-version): Increment version number to 2.1, and use a literal
9121         rather than RCS Id.
9122         (allout-default-encryption-scheme): Remove.
9123         (allout-passphrase-verifier-handling)
9124         (allout-passphrase-verifier-string)
9125         (allout-file-passphrase-verifier-string)
9126         (allout-passphrase-hint-string): Rename -key- to -passphrase-.
9127         (allout-passphrase-hint-handling): Rename and simplify.
9128         (allout-init): Use `find-file-hook' if available, otherwise
9129         `find-file-hooks'.
9130         (allout-mode): Use `write-file-functions' if available, otherwise
9131         `local-write-file-hooks' and, instead of making auto-save-hook
9132         buffer local, make the write-file-hook activity contingent to
9133         allout-mode.
9134         (allout-mode): Use key-binding substitution in the docstring.
9135         (allout-kill-line): Spell-out kill ring data structure mutation
9136         instead of using byte-compiler-complaint-provoking `pop'.
9137         (allout-insert-listified): Use `insert' rather than `insert-string'
9138         (allout-toggle-current-subtree-encryption): Update docstring, adjust
9139         to new gpp-based encryption, use new `allout-encrypted-topic-p'.
9140         (allout-encrypt-string): Totally revamped vis new underlying
9141         encryption facilities.
9142         (allout-mc-activate-passwd): Remove.
9143         (allout-obtain-passphrase): New, more or less replaces
9144         allout-mc-activate-passwd.
9145         (allout-encrypted-key-info): More or less replaces
9146         allout-encrypted-text-type.
9147         (outlineify-sticky, outlinify-sticky): Add autoload cookie.
9148         (my-mark-marker): Use `(featurep 'xemacs)'.
9150 2005-10-23  Lars Hansen  <larsh@soem.dk>
9152         * emacs-lisp/bytecomp.el (byte-compile-lambda): New arg add-lambda.
9153         (byte-compile-file-form-defmumble, byte-compile-defun)
9154         (byte-compile-defmacro): Use it.
9155         (byte-compile-form): Don't call byte-compile-set-symbol-position
9156         when a byte-compile handler is called.
9158 2005-10-22  Romain Francoise  <romain@orebokech.com>
9160         * savehist.el (savehist-history-variables): Add `grep-find-history'.
9162         * subr.el (eval-after-load): Convert library name to an absolute
9163         file name using locate-library, since load-history no longer has
9164         library names in it.
9166 2005-10-22  Richard M. Stallman  <rms@gnu.org>
9168         * files.el (make-temp-file): Move from subr.el.
9169         * subr.el (make-temp-file): Move to files.el.
9171         * window.el (get-buffer-window-list): Move from subr.el.
9172         * subr.el (get-buffer-window-list): Move to window.el.
9174         * image.el (image-load-path): Use eval-at-startup to initialize.
9176         * subr.el (eval-at-startup): New macro.
9178         * subr.el: Much rearrangement of functions and division
9179         into pages.  No code changes.
9181 2005-10-22  Kenichi Handa  <handa@m17n.org>
9183         * tar-mode.el (tar-extract): Be sure to call
9184         find-operation-coding-system if set-auto-coding doesn't find a
9185         coding system.
9187 2005-10-22  Kim F. Storm  <storm@cua.dk>
9189         * image.el (image-type-header-regexps): Rename from image-type-regexps.
9190         Change users.
9191         (image-type-file-name-regexps): New defconst.
9192         (image-type-from-data): Simplify loop.
9193         (image-type-from-buffer): New defun.
9194         (image-type-from-file-header): Use it instead of image-type-from-data.
9195         Use image-search-load-path instead of only looking in data-directory.
9196         (image-type-from-file-name): New defun.
9197         (image-search-load-path): Change `pathname' to `filename'.
9198         Make PATH arg optional, default to image-load-path.
9200 2005-10-21  Richard M. Stallman  <rms@gnu.org>
9202         * textmodes/texinfo.el (texinfo-mode): Set sentence-end-base.
9204         * textmodes/paragraphs.el (sentence-end-base): New variable.
9205         (sentence-end): Use sentence-end-base.
9207 2005-10-21  Stefan Monnier  <monnier@iro.umontreal.ca>
9209         * font-lock.el (font-lock-default-fontify-region): Check the multiline
9210         property independently from the font-lock-multiline variable.
9212 2005-10-21  Richard M. Stallman  <rms@gnu.org>
9214         * emacs-lisp/find-func.el (find-library-name): Doc fix.
9216         * startup.el (command-line): Convert library names
9217         in `load-history' to absolute file names.
9219         * subr.el (symbol-file): Doc fix.
9221         * loadhist.el (file-loadhist-lookup): Call locate-library
9222         instead of find-library-name.  Don't try converting
9223         abs file names to library names, since load-history no longer
9224         has library names in it.
9225         (file-dependents, file-provides, file-requires): Doc fixes.
9227 2005-10-21  Juri Linkov  <juri@jurta.org>
9229         * progmodes/etags.el (tags-table-mode): New function.
9230         (tags-verify-table): Replace initialize-new-tags-table with
9231         tags-table-mode.
9233         * desktop.el (desktop-buffers-not-to-save): Remove TAGS from the
9234         default value.
9235         (desktop-modes-not-to-save): Add tags-table-mode to the
9236         default value.
9238         * info.el (Info-index-next): Add total number of index
9239         alternatives to the message.
9241         * textmodes/fill.el (fill-nobreak-p): Fix first two rules to skip
9242         backward only space (instead of space and period) before looking
9243         at sentence end.
9245         * simple.el (set-variable): Use user-variable-p instead of symbolp.
9246         Add the old variable value as 4th default-value arg of read-string.
9248 2005-10-21  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
9250         * cus-face.el (custom-declare-face): Make face from X resources
9251         also on Mac.
9253         * disp-table.el (standard-display-g1, standard-display-graphic):
9254         Refuse to use string glyphs also on Mac.
9255         (standard-display-european): Don't set terminal coding system also
9256         on Mac.
9258         * frame.el (display-screens): Use x-display-screens also on Mac.
9260 2005-10-21  Romain Francoise  <romain@orebokech.com>
9262         * net/rcirc.el: Now part of GNU Emacs.  Update FSF's address.
9264 2005-10-21  Stefan Monnier  <monnier@iro.umontreal.ca>
9266         * progmodes/sh-script.el (sh-font-lock-syntactic-keywords): Make $@
9267         and $? into sexps.
9269         * font-lock.el (font-lock-compile-keywords): Add a help-echo to the
9270         warning face on open-paren-in-column-0.
9272         * emacs-lisp/syntax.el (syntax-ppss-flush-cache): Fix corner
9273         boundary case.  Fix typo.
9274         Suggested by Martin Rudalics <rudalics@gmx.at>.
9276 2005-10-21  Carsten Dominik  <dominik@science.uva.nl>
9278         * textmodes/org.el (org-combined-agenda-icalendar-file)
9279         (org-icalendar-include-todo, org-icalendar-combined-name): New options.
9280         (org-export-icalendar-this-file)
9281         (org-export-icalendar-all-agenda-files)
9282         (org-export-icalendar-combine-agenda-files): New commands.
9283         (org-export-icalendar, org-print-icalendar-entries)
9284         (org-start-icalendar-file, org-finish-icalendar-file)
9285         (org-ical-ts-to-string): New functions.
9286         (org-read-date, org-goto-calendar)
9287         (org-agenda-goto-calendar): Inhibit displaying diary entries by
9288         call to `calendar'.
9289         (orgtbl-setup): Remove the :keys arguments from the menu description.
9290         (org-after-save-iCalendar-file-hook): New variable.
9292 2005-10-21  Kenichi Handa  <handa@m17n.org>
9294         * language/vietnamese.el (tcvn-5712): Make it an alias of
9295         vietnamese-tcvn coding-system.
9297 2005-10-20  Michael Albinus  <michael.albinus@gmx.de>
9299         * net/ange-ftp.el (ange-ftp-date-regexp): Handle also the case no
9300         group id is given.
9302 2005-10-20  Stefan Monnier  <monnier@iro.umontreal.ca>
9304         * progmodes/sh-script.el (sh-escaped-line-re): New var.
9305         (sh-here-doc-open-re, sh-font-lock-close-heredoc): Use it.
9306         (sh-font-lock-open-heredoc): Try to properly handle heredoc starters
9307         whose line is either continued or ends with a comment.
9309 2005-10-20  Romain Francoise  <romain@orebokech.com>
9311         * net/rcirc.el (with-rcirc-process-buffer): Move above its first user.
9313         * replace.el (occur-engine): Add follow-link property.
9315         * font-core.el (font-lock-mode): Doc fix.
9317 2005-10-20  Richard M. Stallman  <rms@gnu.org>
9319         * net/rcirc.el: New file.
9321 2005-10-20  Bryan Henderson  <bryanh@giraffe-data.com>  (tiny change)
9323         * term.el (term-term-name): Initialize to "eterm-color".
9325 2005-10-20  Ken Manheimer  <ken.manheimer@gmail.com>
9327         * allout.el: Add autoloads of crypt++ and mailcrypt routines, all
9328         for encryption functionality.
9329         Move allout customization subgroup from `editing' to `outlines' group.
9330         Fix commentary keywords to legitimate ones.
9331         Update author info (using my current email address, obscurified).
9332         (allout-encrypt-string, allout-encryption-produce-work-buffer)
9333         (allout-encrypted-topic-p, allout-encrypted-text-type)
9334         (allout-mc-activate-passwd, allout-create-encryption-key-verifier)
9335         (allout-situate-encryption-key-verifier)
9336         (allout-get-encryption-key-verifier, allout-verify-key)
9337         (allout-next-topic-pending-encryption)
9338         (allout-encrypt-decrypted, allout-encrypted-type-prefix): New funcs.
9339         (outline-topic-encryption-bullet, outline-default-encryption-scheme)
9340         (outline-key-verifier-handling, outline-key-hint-handling)
9341         (outline-encrypt-unencrypted-on-saves): New defcustoms.
9342         (allout-file-key-verifier-string, allout-encryption-scheme)
9343         (allout-key-verifier-string, allout-key-hint-string)
9344         (allout-after-save-decrypt): New variables.
9345         (allout-write-file-hook-handler, allout-auto-save-hook-handler)
9346         (allout-after-saves-handler): New hook functions.
9347         (allout-post-command-business): Do allout-after-save-decrypt.
9348         (allout-enable-file-variable-adjustment): Custom var to enable
9349         mechanism for adding and adjusting settings of Emacs file variables.
9350         (allout-adjust-file-variable, allout-file-vars-section-data):
9351         New functions, implement the mechanism.
9352         (outlineify-sticky): Use the file vars mechanism.
9353         (allout-inhibit-protection, allout-during-write-cue)
9354         (allout-override-protect, allout-before-change-protect): Remove.
9355         (allout-flag-region, allout-open-topic): Adjust read-only text.
9356         (allout-open-line-not-read-only): Add to facilitate read-only
9357         text based protection.
9358         (allout-kill-line): Revise to adjust read-only text, clue the
9359         user about the inhibition.
9360         (allout-unprotected): Use unwind-protect.
9361         (allout-shift-in, allout-shift-out): Disallow manually shifting a
9362         topic deeper than the offspring depth of the previous topic -
9363         avoiding confusing "containment discontinuities".
9364         (allout-reindent-bodies): Fix retention of body relative hanging
9365         indent during promotion of collapsed bodies.
9366         (allout-open-topic): Make it easy to open new topic with same
9367         bullet as current topic - topic creation functions provided with
9368         any universal argument provokes now prompt for bullet, defaulting
9369         to the bullet of the previous topic.
9370         (allout-plain-bullets-string, allout-distinctive-bullets-string):
9371         Plain bullet alternates `.' period and `,' comma only.  All other
9372         bullets are relegated to special status (but customizable).
9373         (allout-end-of-entry): Rename from allout-end-of-current-entry
9374         since it actually operates w.r.t. most immediately containing
9375         entry, visible or not.
9376         (allout-hide-current-entry, allout-show-current-entry): Use the
9377         revised version.
9378         (allout-old-expose-topic): Solidify deprecation.
9379         (allout-end-of-subtree): Add so we can span concealed as well
9380         as visible topics.
9381         (allout-end-of-current-subtree): Use `allout-end-of-subtree'.
9382         (allout-end-of-current-heading): Tweak to just respect the first line.
9383         (allout-get-body-text): Add.
9384         (allout-ascend-to-depth, allout-ascend): Position at end of prefix
9385         when invoked interactively.
9386         (allout-up-current-level): Use `interactive-p'.
9387         (allout-mode, allout-init): Miscellaneous docstring and
9388         operational refinements, as well as hookups of new encryption stuff.
9389         (allout-beginning-of-current-entry): Now works as advertised.
9390         (allout-end-of-current-entry): Remove of superfluous allout-show-entry.
9391         (allout-isearch-rectification): Refine condition for isearching.
9392         (allout-isearch-abort, allout-enwrap-isearch)
9393         (allout-flag-region, my-region-active-p): Relocate some macros.
9394         (allout-title): Fallback title is (buffer-name), not
9395         non-existing (current-buffer-name).
9396         (subst-char-in-string): Define if absent (for some XEmacs versions).
9398 2005-10-20  Jari Aalto  <jari.aalto@cante.net>
9400         * mail/sendmail.el (mail-setup-hook, mail-aliases)
9401         (mail-yank-prefix, mail-indentation-spaces, mail-yank-hooks)
9402         (mail-citation-prefix-regexp, mail-signature-file)
9403         (mail-default-headers, mail-bury-selects-summary)
9404         (mail-send-nonascii): Add autoload cookies.
9406 2005-10-20  Emanuele Giaquinta  <emanuele.giaquinta@gmail.com>  (tiny change)
9408         * frame.el (blink-cursor-mode): Add `mac' to the list of
9409         window-system's that support blinking cursor.
9411 2005-10-20  Reiner Steib  <Reiner.Steib@gmx.de>
9413         * textmodes/org.el (org-level-color-stars-only): Fix typo in docstring.
9415 2005-10-20  Eli Zaretskii  <eliz@gnu.org>
9417         * makefile.w32-in ($(lisp)/mh-e/mh-loaddefs.el):
9418         Bind find-file-suppress-same-file-warnings to t, to avoid warnings due
9419         to different drive letter case in D:/foo/bar.el vs d:/foo/bar.el.
9421 2005-10-20  Kim F. Storm  <storm@cua.dk>
9423         * ido.el (ido-is-tramp-root): Simplify regexp matching tramp root.
9424         (ido-set-current-directory): Don't add / after final @.
9425         (ido-file-name-all-completions-1): Adapt to fixed tramp completion.
9426         Explicitly handle ange-ftp completion oddities.
9427         (ido-make-file-list): Don't rotate list at tramp root to avoid
9428         triggering tramp file handler for expand-file-name via get-file-buffer.
9430 2005-10-19  Stefan Monnier  <monnier@iro.umontreal.ca>
9432         * savehist.el (savehist-coding-system): Revert to checking XEmacs.
9434 2005-10-19  Jay Belanger  <belanger@truman.edu>
9436         * calc/calc-units.el (math-standard-units): Add units, adjust
9437         symbols and update values.
9438         (math-unit-prefixes): Add more prefixes.
9440 2005-10-19  Romain Francoise  <romain@orebokech.com>
9442         * bookmark.el (bookmark-menu-heading): New face.
9443         (bookmark-bmenu-list): Use it.
9444         Don't fiddle with `baud-rate' at top-level.
9446 2005-10-18  Chong Yidong  <cyd@stupidchicken.com>
9448         * image.el (create-image, find-image): Mention max-image-size in
9449         docstring.
9451 2005-10-18  Stefan Monnier  <monnier@iro.umontreal.ca>
9453         * savehist.el (savehist-load): Revert to checking XEmacs.
9455         * textmodes/conf-mode.el: Don't use font-lock-defaults-alist.
9456         Various docstring and line-width fixups.
9457         (conf-mode): Use cond.
9458         Set font-lock-defaults.  Don't set comment-use-syntax.
9460 2005-10-18  David Ponce  <david@dponce.com>
9462         * tree-widget.el (tree-widget-button-click): New function.
9463         (tree-widget-button-keymap): Use it.
9465 2005-10-18  Romain Francoise  <romain@orebokech.com>
9467         * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
9468         (bookmark-bmenu-hide-filenames): Add follow-link property.
9469         Improve help-echo text.
9471         * ffap.el (find-file-at-point): Doc fix.
9473 2005-10-18  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
9475         * mouse.el (mouse-set-region): Don't do sit-for on a mac frame.
9477 2005-10-18  Masatake YAMATO  <jet@gyve.org>
9479         Install to the CVS repository what I forgot to install in my
9480         2005-10-16 changes.
9482         * progmodes/python.el (python-complete-symbol): Pass the common
9483         prefix substring of completion to `display-completion-list'.
9485         * textmodes/org.el (org-complete): Ditto.
9487 2005-10-18  Masatake YAMATO  <jet@gyve.org>
9489         Fix a bug reported by Sven Joachim <sven_joachim@web.de>.
9491         * woman.el (WoMan-xref-man-page): New button type derived
9492         from `Man-abstract-xref-man-page'.
9493         (woman-mode): Pass `WoMan-xref-man-page' to `Man-highlight-references'.
9495         * man.el (Man-abstract-xref-man-page): New button type.
9496         (Man-xref-man-page): Make it derived from `Man-abstract-xref-man-page'.
9497         (Man-highlight-references): Add new optional argument `xref-man-type'.
9499 2005-10-18  Nick Roberts  <nickrob@snap.net.nz>
9501         * progmodes/gud.el (gud-menu-map): Correct condition for fringe.
9503 2005-10-17  Chong Yidong  <cyd@stupidchicken.com>
9505         * cus-edit.el (Custom-move-and-invoke): Delete.
9506         (custom-mode-map): Bind mouse-1 to widget-move-and-invoke.
9508         * wid-edit.el (widget-move-and-invoke): New function, from
9509         Custom-move-and-invoke.
9511 2005-10-17  Bill Wohler  <wohler@newt.com>
9513         Move all remaining images from lisp/toolbar to etc/images, move
9514         lisp/toolbar/tool-bar to lisp and "delete" lisp/toolbar.  Place
9515         the low resolution images in their own directory (low-color).
9517         * toolbar/attach.*, toolbar/cancel.*, toolbar/close.*
9518         * toolbar/copy.*, toolbar/cut.*, toolbar/diropen.*, toolbar/exit.*
9519         * toolbar/help.*, toolbar/home.*, toolbar/index.*, toolbar/info.*
9520         * toolbar/mail.*, toolbar/new.*, toolbar/open.*, toolbar/paste.*
9521         * toolbar/preferences.*, toolbar/print.*, toolbar/save.*
9522         * toolbar/saveas.*, toolbar/search.*, toolbar/search-replace.*
9523         * toolbar/spell.*, toolbar/undo.*: Move to etc/images.
9525         * toolbar/lc-copy.*: Move to etc/images/low-color/copy.*.
9526         * toolbar/lc-cut.*: Move to etc/images/low-color/cut.*.
9527         * toolbar/lc-help.*: Move to etc/images/low-color/help.*.
9528         * toolbar/lc-home.*: Move to etc/images/low-color/home.*.
9529         * toolbar/lc-index.*: Move to etc/images/low-color/index.*.
9530         * toolbar/lc-new.*: Move to etc/images/low-color/new.*.
9531         * toolbar/lc-open.*: Move to etc/images/low-color/open.*.
9532         * toolbar/lc-paste.*: Move to etc/images/low-color/paste.*.
9533         * toolbar/lc-preferences.*: Move to etc/images/low-color/preferences.*.
9534         * toolbar/lc-print.*: Move to etc/images/low-color/print.*.
9535         * toolbar/lc-save.*: Move to etc/images/low-color/save.*.
9536         * toolbar/lc-saveas.*: Move to etc/images/low-color/saveas.*.
9537         * toolbar/lc-search.*: Move to etc/images/low-color/search.*.
9538         * toolbar/lc-spell.*: Move to etc/images/low-color/spell.*.
9539         * toolbar/lc-undo.*: Move to etc/images/low-color/undo.*.
9541         To conform with convention, replace the underscore (_) in the
9542         following image names with dash (-) or (/) as appropriate.
9544         * toolbar/back_arrow.*: Move to etc/images/back-arrow.*.
9545         * toolbar/fld_open.*: Move to etc/images/fld-open.*.
9546         * toolbar/fwd_arrow.*: Move to etc/images/fwd-arrow.*.
9547         * toolbar/jump_to.*: Move to etc/images/jump-to.*.
9548         * toolbar/left_arrow.*: Move to etc/images/left-arrow.*.
9549         * toolbar/right_arrow.*: Move to etc/images/right-arrow.*.
9550         * toolbar/up_arrow.*: Move to etc/images/up-arrow.*.
9551         * toolbar/lc-back_arrow.*: Move to etc/images/low-color/back-arrow.*.
9552         * toolbar/lc-fwd_arrow.*: Move to etc/images/low-color/fwd-arrow.*.
9553         * toolbar/lc-jump_to.*: Move to etc/images/low-color/jump-to.*.
9554         * toolbar/lc-left_arrow.*: Move to etc/images/low-color/left-arrow.*.
9555         * toolbar/lc-right_arrow.*: Move to etc/images/low-color/right-arrow.*.
9556         * toolbar/lc-up_arrow.*: Move to etc/images/low-color/up-arrow.*.
9557         * toolbar/mail_compose.*: Move to etc/images/mail/compose.*.
9558         * toolbar/mail_send.*: Move to etc/images/mail/send.*.
9560         * info.el (info-tool-bar-map): Replace underscores in image names
9561         with dashes.
9563         * makefile.w32-in (WINS): Remove toolbar.
9565         * menu-bar.el: Replace toolbar/tool-bar.el with tool-bar.el in comment.
9567         * tool-bar.el: Move to lisp from toolbar.  Now that
9568         toolbar is empty, it should be deleted when folks run "cvs up -P".
9570 2005-10-18  Jay Belanger  <belanger@truman.edu>
9572         * calc/calc-store.el (calc-store-into): Get the proper variable name
9573         to display in message.
9575 2005-10-18  Nick Roberts  <nickrob@snap.net.nz>
9577         * progmodes/gdb-ui.el (gdb-var-create-handler): Make watch
9578         expressions display in speedbar for all buffers when debugging.
9579         (gdb-speedbar-expand-node): Ensure node contraction is always updated.
9581         * speedbar.el (speedbar-set-mode-line-format): Indent properly.
9582         (speedbar-insert-button, speedbar-make-button):
9583         Use add-text-properties.
9584         (speedbar-update-localized-contents)
9585         (speedbar-update-directory-contents)
9586         (speedbar-update-special-contents): Use dolist.
9587         (speedbar-buffer-easymenu-definition): Add a menu separator.
9589 2005-10-17  Jason Rumney  <jasonr@gnu.org>
9591         * makefile.w32-in: Use $(lisp) consistently.
9592         (pre-mh-loaddefs.el-SH, pre-mh-loaddefs.el-CMD): New targets
9593         for shell specific generation of mh-autoloads.
9595 2005-10-17  Richard M. Stallman  <rms@gnu.org>
9597         * textmodes/tex-mode.el (tex-font-lock-keywords-2): Undo prev change.
9599 2005-10-17  Stefan Monnier  <monnier@iro.umontreal.ca>
9601         * jit-lock.el (jit-lock-fontify-now):
9602         Move jit-lock-context-unfontify-pos to avoid wasted work.
9604 2005-10-17  Michael Albinus  <michael.albinus@gmx.de>
9606         * net/tramp.el (tramp-completion-mode): New defvar.  Used in
9607         `tramp-completion-mode' for checking if we are in completion mode.
9608         (tramp-completion-handle-file-name-all-completions): Reorder code
9609         in order to complete for file names only in case there are no
9610         method/user/host completions.  This is necessary for cooperation
9611         with ido.  Reported by Kim F. Storm <storm@cua.dk>.
9613 2005-10-16  Chong Yidong  <cyd@stupidchicken.com>
9615         * longlines.el (longlines-search-forward)
9616         (longlines-search-backward): Match any number of spaces.
9618 2005-10-16  Thien-Thi Nguyen  <ttn@gnu.org>
9620         * diff-mode.el (diff-mode): Doc fix.
9622 2005-10-16  David Reitter  <david.reitter@gmail.com>
9624         * mail/sendmail.el (send-mail-function): Use mailclient-send-it
9625         as default on darwin and windows systems.
9627 2005-10-16  Sven Joachim  <svenjoac@gmx.de>  (tiny change)
9629         * arc-mode.el (archive-zip-extract): Doc fix.
9631 2005-10-16  Romain Francoise  <romain@orebokech.com>
9633         * mouse.el (mouse-1-click-follows-link): Doc fix.
9635 2005-10-16  Stefan Monnier  <monnier@iro.umontreal.ca>
9637         * savehist.el: Don't require CL at runtime.
9638         (savehist-xemacs): Remove.
9639         (savehist-coding-system): Use utf-8 if present, regardless of religion.
9640         (savehist-no-conversion): Use (featurep 'xemacs).
9641         (savehist-load): Check existence of start-itimer rather than XEmacs.
9642         Use an idle timer.
9643         (savehist-process-for-saving): Replace use of CL funs `subseq' and
9644         `delete-if-not'.
9646 2005-10-16  Hrvoje Niksic  <hniksic@xemacs.org>
9648         * savehist.el: Newer version.
9649         (savehist-autosave-interval, savehist-coding-system, savehist-timer)
9650         (savehist-last-checksum, savehist-no-conversion): New vars.
9651         (savehist-autosave, savehist-process-for-saving, savehist-printable):
9652         New functions.
9653         (savehist-load, savehist-save): Use them.
9654         (savehist-delimit): Remove.
9656 2005-10-16  Stefan Monnier  <monnier@iro.umontreal.ca>
9658         * progmodes/compile.el (compilation-goto-locus): Display the
9659         compilation buffer first and the source buffer second, in case they're
9660         in overlapping frames.  Don't raise the compilation frame if it was the
9661         selected window upon entry.  Pass the `other-window' arg to
9662         pop-to-buffer.
9664         * info.el (Info-fontify-node): Use dolist.
9665         Change add-text-properties to put-text-property.
9667 2005-10-16  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
9669         * textmodes/bibtex.el (bibtex-font-lock-url): Catch when point past
9670         bound of search.
9672 2005-10-16  Masatake YAMATO  <jet@gyve.org>
9674         * dabbrev.el (dabbrev-completion): Pass the common
9675         prefix substring of completion to `display-completion-list'.
9677         * filecache.el (file-cache-minibuffer-complete)
9678         (file-cache-complete): Ditto.
9680         * tempo.el (tempo-display-completions): Ditto.
9682         * wid-edit.el (widget-file-complete, widget-color-complete): Ditto.
9684         * emacs-lisp/lisp.el (lisp-complete-symbol): Ditto.
9686         * eshell/em-hist.el (eshell-list-history): Ditto.
9688         * mail/mailabbrev.el (mail-abbrev-complete-alias): Ditto.
9690         * mail/mailalias.el (mail-complete): Ditto.
9692         * progmodes/etags.el (complete-tag): Ditto.
9694         * progmodes/make-mode.el (makefile-complete): Ditto.
9696         * progmodes/meta-mode.el (meta-complete-symbol): Ditto.
9698         * progmodes/octave-mod.el (octave-complete-symbol): Ditto.
9700         * progmodes/pascal.el (pascal-complete-word)
9701         (pascal-show-completions): Ditto.
9703         * textmodes/bibtex.el (bibtex-complete-internal): Ditto.
9705         * simple.el (completion-common-substring): New variable.
9706         (completion-setup-function): Use `completion-common-substring'
9707         to put faces.
9709 2005-10-16  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
9711         * term/mac-win.el: Apply 2005-10-09 change for term/x-win.el.
9712         (x-get-selection, mac-select-convert-to-string): Convert from/to
9713         UTF-16 clipboard data as in native byte order, no BOM.
9715 2005-10-16  Nick Roberts  <nickrob@snap.net.nz>
9717         * progmodes/gud.el (gud-tool-bar-map): Rename the images
9718         appropriately (gud/next, gud/nexti, gud/step, gud/stepi).
9719         (gud-sentinel): Use speedbar-frame to check for speedbar.
9721 2005-10-15  Richard M. Stallman  <rms@gnu.org>
9723         * savehist.el: New file.
9725 2005-10-14  Karl Chen  <quarl@cs.berkeley.edu>
9727         * textmodes/tex-mode.el (tex-font-lock-keywords-2):
9728         Fix bug in \bf fontification.
9730 2005-10-15  Stefan Monnier  <monnier@iro.umontreal.ca>
9732         * pcvs.el (cvs-edit-log-files): New var.
9733         (cvs-mode-edit-log): New arg `file'.
9734         (cvs-edit-log-minor-wrap): Don't set the ignore-marks property.
9735         Instead force the use of the original file and nothing else.
9736         (cvs-edit-log-filelist): Don't use the cvs-mode-* function unless
9737         the cvs-minor-wrap-function is set.
9738         (cvs-do-edit-log): Obey the vars set in cvs-edit-log-minor-wrap.
9740 2005-10-14  Bill Wohler  <wohler@newt.com>
9742         * toolbar/gud-break.*: Moved to etc/images/gud/break.*.
9743         * toolbar/gud-cont.*: Moved to etc/images/gud/cont.*.
9744         * toolbar/gud-down.*: Moved to etc/images/gud/down.*.
9745         * toolbar/gud-finish.*: Moved to etc/images/gud/finish.*.
9746         * toolbar/gud-ni.*: Moved to etc/images/gud/ni.*.
9747         * toolbar/gud-n.*: Moved to etc/images/gud/n.*.
9748         * toolbar/gud-print.*: Moved to etc/images/gud/print.*.
9749         * toolbar/gud-pstar.*: Moved to etc/images/gud/pstar.*.
9750         * toolbar/gud-remove.*: Moved to etc/images/gud/remove.*.
9751         * toolbar/gud-run.*: Moved to etc/images/gud/run.*.
9752         * toolbar/gud-si.*: Moved to etc/images/gud/si.*.
9753         * toolbar/gud-s.*: Moved to etc/images/gud/s.*.
9754         * toolbar/gud-until.*: Moved to etc/images/gud/until.*.
9755         * toolbar/gud-up.*: Moved to etc/images/gud/up.*.
9756         * toolbar/gud-watch.*: Moved to etc/images/gud/watch.*.
9758         * progmodes/gud.el (gud-tool-bar-map): Rename the images
9759         appropriately (for example, gud-break to gud/break).
9761 2005-10-14  Chong Yidong  <cyd@stupidchicken.com>
9763         * longlines.el (longlinges-search-function)
9764         (longlines-search-forward, longlines-search-backward): New functions.
9765         (longlines-mode): Set isearch-search-fun-function to
9766         longlinges-search-function.
9768         * mouse.el (mouse-drag-region-1): Handle the case where a
9769         double-click event is bound to an arbitrary function.
9771 2005-10-14  David Ponce  <david@dponce.com>
9773         * recentf.el (recentf-track-opened-file)
9774         (recentf-track-closed-file, recentf-update-menu)
9775         (recentf-used-hooks, recentf-enabled-p): Move before dialog stuff.
9776         (recentf-dialog-mode-map): Map follow-link to RET, so dialogs obey
9777         mouse-1-click-follows-link.
9779 2005-10-13  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
9781         * toolbar/diropen.xpm, toolbar/diropen.pbm: New versions made from
9782         Gnome file-manager.png.  Suggested by
9783         Joachim Nilsson <joachim.nilsson@vmlinux.org>.
9785         * toolbar/README: Add diropen.xpm.
9787 2005-10-13  Bill Wohler  <wohler@newt.com>
9789         * makefile.w32-in (MH_E_SRC): Rename from MH-E-SRC per NMAKE
9790         restrictions.  Suggested by David Robinow <drobinow@gmail.com>.
9792 2005-10-13  Stefan Monnier  <monnier@iro.umontreal.ca>
9794         * progmodes/mixal-mode.el (mixal-operation-codes-alist):
9795         Don't waste the byte-compiler's time on constant data.
9797 2005-10-13  Kenichi Handa  <handa@m17n.org>
9799         * international/utf-8.el (utf-8-compose): Display an invalid UTF-8
9800         byte with `escape-glyph' face.
9802         * international/fontset.el (ccl-encode-unicode-font):
9803         Lookup utf-subst-table-for-encode, not ucs-mule-cjk-to-unicode.
9804         Handle the case that ucs-mule-to-mule-unicode translates a character to
9805         ASCII (usually for IPA characters).
9807 2005-10-12  Stefan Monnier  <monnier@iro.umontreal.ca>
9809         * info.el (Info-fontify-node): Don't be fooled by a lone "...".
9810         Don't hide the underline of titles if font-lock-mode is disabled.
9812 2005-10-12  Bill Wohler  <wohler@newt.com>
9814         * makefile.w32-in (MH-E-SRC): New.  Used by mh-autoloads.
9815         (mh-autoloads): New.  Builds mh-e/mh-loaddefs.el.  Rebuilds if any
9816         files in MH-E-SRC have been updated.
9817         (updates, compile, recompile, bootstrap): Depend on mh-autoloads.
9819 2005-10-12  Stefan Monnier  <monnier@iro.umontreal.ca>
9821         * progmodes/mixal-mode.el (mixal-operation-codes): Remove.
9822         (mixal-mode-syntax-table): Add \n as end-comment.
9823         (mixal-operation-codes-alist): Immediately initialize to full value.
9824         (mixal-add-operation-code): Remove.
9825         (mixal-describe-operation-code): Make the arg non-optional.
9826         Use the interactive spec instead.
9827         Use mixal-operation-codes-alist rather than mixal-operation-codes.
9828         (mixal-font-lock-keywords): Don't highlight comments here any more.
9829         (mixal-font-lock-syntactic-keywords): New var.
9830         (mixal-mode): Use it.  Fix comment-start-skip.
9832 2005-10-12  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
9834         * startup.el (command-line-x-option-alist): -nb => -nbi
9836 2005-10-12  Kim F. Storm  <storm@cua.dk>
9838         * startup.el (fancy-splash-default-action): Discard mouse click in
9839         the splash screen window, as it has no sensible meaning in the
9840         next window to be selected.  Fixes error reported by Jan D.
9842 2005-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
9844         * desktop.el (desktop-load-file): Do nothing when FUNCTION is nil.
9846 2005-10-11  Stefan Monnier  <monnier@iro.umontreal.ca>
9848         * progmodes/mixal-mode.el: Sync with version in the GNU MDK project.
9849         Try to fix up minor layout issues like indentation, line break, etc...
9850         (mixal-mode-syntax-table): Don't try to specify comment syntax,
9851         because it doesn't work.
9852         (mixal-operation-codes): Add some more codes.
9853         (mixal-font-lock-keywords): Process comments here.
9854         (mixal-mode): mixasm no longer needs -g option.
9856 2005-10-11  Sven Joachim  <svenjoac@gmx.de>  (tiny change)
9858         * progmodes/sh-script.el (sh-tmp-file):
9859         Use mktemp -t.  Finish support for es and rc shells.
9861 2005-10-11  Jay Belanger  <belanger@truman.edu>
9863         * calc/calcalg2.el (calc-integral): With an argument, compute the
9864         definite integral.
9866 2005-10-11  Chong Yidong  <cyd@stupidchicken.com>
9868         * mouse.el (mouse-drag-region-1): Don't try to catch a
9869         double-click when doing follow-link (it's overridden anyway).
9871 2005-10-11  Juanma Barranquero  <lekktu@gmail.com>
9873         * emacs-lisp/autoload.el (update-directory-autoloads): Doc fix.
9874         (autoload-print-form-outbuf): Add docstring.
9876 2005-10-11  Juri Linkov  <juri@jurta.org>
9878         * info.el (Info-mode-menu): Delete menu item "Edit".
9879         (Info-mode): Delete description of Info-edit from docstring,
9880         and rearrange descriptions of Info commands in the order
9881         they are documented in the Info manual.
9883 2005-10-11  Stefan Monnier  <monnier@iro.umontreal.ca>
9885         * calendar/appt.el (appt-check): Use diary-selective-display var.
9887 2005-10-10  Richard M. Stallman  <rms@gnu.org>
9889         * net/newsticker.el (newsticker-start, newsticker-show-news):
9890         Add autoload cookies.
9892 2005-10-10  Emanuele Giaquinta  <emanuele.giaquinta@gmail.com>
9894         * progmodes/sh-script.el (sh-tmp-file): Use mktemp.
9896 2005-10-10  Karl Chen  <quarl@cs.berkeley.edu>
9898         * jka-cmpr-hook.el (jka-compr-handler): Fix typo in `operations' prop.
9900 2005-10-10  Jay Belanger  <belanger@truman.edu>
9902         * calc/calc-arith.el (math-check-known-scalarp)
9903         (math-check-known-matrixp): Check the values of arguments that are
9904         variables.
9905         (math-check-known-square-matrixp): New function.
9906         (math-known-square-matrixp): Use math-check-known-square-matrixp.
9907         (math-super-types): Add sqmatrix type.
9909         * calc/calc-mode.el (calc-matrix-mode, math-get-modes-vec): Change the
9910         mode name `square' to `sqmatrix'.
9912         * calc/calc.el (calc-matrix-mode, calc-set-mode-line): Change the
9913         mode name `square' to `sqmatrix'.
9915 2005-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
9917         * progmodes/etags.el (select-tags-table-mode): Don't use
9918         selective-display.
9919         (tags-select-tags-table): Pass `button' to the action function.
9920         (select-tags-table): Place the side-info on button properties rather
9921         than in hidden text.  Abbreviate file names.
9922         (select-tags-table-mode-map): Inherit rather than copy buttom-map.
9923         (select-tags-table-select): Add `button' argument.
9924         Get side-info from the button property rather than from hidden text.
9926 2005-10-11  Nick Roberts  <nickrob@snap.net.nz>
9928         * progmodes/gud.el (gud-install-speedbar-variables): Add more bindings.
9929         (gud-speedbar-buttons): Preserve point if possible.
9930         (gud-sentinel): Restore previous speedbar display type.
9932         * progmodes/gdb-ui.el (gdba): Improve diagram.
9933         (def-gdb-auto-update-handler, gdb-info-locals-handler)
9934         (gdb-put-breakpoint-icon, gdb-remove-breakpoint-icons):
9935         Call get-buffer-window once.
9937 2005-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
9939         * progmodes/pascal.el (pascal-mode-map): Move init into declaration.
9940         (pascal-mode-syntax-table): Make (* *) markers same class as { ... }.
9941         (pascal-indent-command): Remove unused var `ind'.
9942         (pascal-indent-case): Remove unused var `oldpos'.
9943         (pascal-outline-map): Don't inherit from pascal-mode-map anymore,
9944         since it's now used as a proper minor mode map.
9945         (pascal-outline): Rename to pascal-outline-mode.
9946         (pascal-outline-mode): Use define-minor-mode.
9947         (pascal-outline-mode, pascal-outline-change): Use overlays rather than
9948         selective-display.
9950 2005-10-10  Andreas Schwab  <schwab@suse.de>
9952         * textmodes/tex-mode.el (tex-font-lock-keywords-2): Adjust match
9953         number.  Reported by Karl Chen <quarl@cs.berkeley.edu>.
9955         * Makefile.in ($(lisp)/mh-e/mh-loaddefs.el): Fix for building
9956         outside source directory.
9958 2005-10-10  Carsten Dominik  <dominik@science.uva.nl>
9960         * textmodes/org.el (org-mode-map): Explicit definition of `C-c
9961         C-x' as a prefix.
9962         (orgtbl-mode-map): Full keymap instead of sparse, because all
9963         `self-insert-command' keys are redefined in this map.
9964         (org-export-as-html): Specify charset for HTML file, by taking it
9965         from the coding system.
9967 2005-10-10  Kenichi Handa  <handa@m17n.org>
9969         * textmodes/flyspell.el (flyspell-check-word-p):
9970         If unread-command-events is non-empty, don't call sit-for.
9972 2005-10-09  Richard M. Stallman  <rms@gnu.org>
9974         * font-lock.el (font-lock-syntactic-keywords)
9975         (font-lock-keywords): Doc fixes.
9977         * textmodes/flyspell.el (flyspell-external-point-words):
9978         Simplify logic, and don't try to check for consecutive appearances
9979         of one incorrect word.
9981 2005-10-10  Nick Roberts  <nickrob@snap.net.nz>
9983         * speedbar.el (speedbar-buffer-easymenu-definition): Add menu
9984         separator.
9986         * progmodes/gud.el (gud-last-speedbar-buffer): Remove.
9987         (gud-install-speedbar-variables): Add GUD to speedbar "Displays" list.
9988         (gud-expansion-speedbar-buttons): New function.
9989         (gud-speedbar-buttons): Check for gud-comint-buffer.
9991 2005-10-09  Bill Wohler  <wohler@newt.com>
9993         * Makefile.in (updates): Add mh-loaddefs dependency.
9995 2005-10-09  Chong Yidong  <cyd@stupidchicken.com>
9997         * speedbar.el (speedbar-file-key-map): Fix typo.
9999 2005-10-09  Daniel Brockman  <daniel@brockman.se>
10001         * cus-start.el (line-spacing): Add custom spec.
10003 2005-10-09  Romain Francoise  <romain@orebokech.com>
10005         * textmodes/ispell.el (ispell-check-version): Fix last change.
10007 2005-10-09  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
10009         * term/x-win.el: Remove -i, --icon-type from comment.
10011         * startup.el (command-line-x-option-alist): Remove options -i,
10012         -itype, --icon-type, added -nb, --no-bitmap-icon
10014 2005-10-09  Nick Roberts  <nickrob@snap.net.nz>
10016         * progmodes/gud.el (gud-speedbar-menu-items): Use :visible
10017         instead of :active.
10019 2005-10-08  Eric Hanchrow  <offby1@blarg.net>  (tiny change)
10021         * textmodes/ispell.el (ispell-check-version):
10022         Ignore hyphen, and all that follows, in aspell's version text.
10024 2005-10-08  Jay Belanger  <belanger@truman.edu>
10026         * calc/calc-arith.el (math-known-square-matrixp): New function.
10027         (math-pow-fancy): Check for matrices before distributing exponent
10028         across products.
10030         * calc/calc-keypd.el (calc-do-keypad): Widen keypad window for
10031         fullscreen keypad.  Suggested by Luc Teirlinck.
10032         (calc-keypad-show-input): Add space for formatting.
10034         * calc/calc-mode.el (calc-matrix-mode, math-get-modes-vec):
10035         Add square matrix option.
10037         * calc/calc-poly.el (math-expand-term): Check for matrices instead
10038         of checking calc-matrix-mode when deciding how to expand.
10040         * calc/calc.el (calc-set-mode-line): Add square matrix option.
10042 2005-10-08  Lars Hansen  <larsh@soem.dk>
10044         * net/tramp.el (tramp-perl-directory-files-and-attributes):
10045         Add error handling.
10046         (tramp-handle-directory-files-and-attributes): Handle perl error msg.
10048 2005-10-08  Michael Albinus  <michael.albinus@gmx.de>
10050         Sync with Tramp 2.0.51.
10052         * net/tramp.el (tramp-handle-set-visited-file-modtime)
10053         (tramp-handle-insert-file-contents, tramp-handle-write-region):
10054         Insert special handling for `last-coding-system-used', again
10055         it still seems to be necessary (unlike stated before).
10056         Reported by Toshinori Sugita <sugita@d-pad.co.jp>.
10057         (tramp-password-prompt-regexp): There might be other words before
10058         trailing ":".  Reported by Kurt Steinkraus <kurt@steinkraus.us>.
10059         (tramp-chunksize): Improve docstring.
10060         (tramp-set-auto-save-file-modes): Octal integer code #o600 breaks
10061         Emacs 20.  Use `tramp-octal-to-decimal' therefore.  Reported by
10062         Christian Joergensen <bugs@razor.dk>.
10064 2005-10-07  Glenn Morris  <rgm@gnu.org>
10066         * progmodes/f90.el (f90-keywords-re, f90-mode): Doc fix.
10067         (f90-font-lock-keywords-2, f90-mode-abbrev-table): Add `double
10068         precision'.
10070 2005-10-07  Romain Francoise  <romain@orebokech.com>
10072         * ibuf-ext.el (ibuffer-do-shell-command-pipe)
10073         (ibuffer-do-shell-command-pipe-replace)
10074         (ibuffer-do-shell-command-file, ibuffer-do-eval)
10075         (ibuffer-do-view-and-eval, ibuffer-do-rename-uniquely)
10076         (ibuffer-do-revert, ibuffer-do-replace-regexp)
10077         (ibuffer-do-query-replace, ibuffer-do-query-replace-regexp)
10078         (ibuffer-do-print, ibuffer-filter-by-mode, ibuffer-filter-by-used-mode)
10079         (ibuffer-filter-by-name, ibuffer-filter-by-filename)
10080         (ibuffer-filter-by-size-gt, ibuffer-filter-by-size-lt)
10081         (ibuffer-filter-by-content, ibuffer-filter-by-predicate
10082         (ibuffer-do-sort-by-major-mode, ibuffer-do-sort-by-mode-name)
10083         (ibuffer-do-sort-by-alphabetic, ibuffer-do-sort-by-size):
10084         Autoload file sans suffix.
10086         * emulation/cua-base.el (cua-toggle-global-mark): Likewise.
10088 2005-10-07  David Ponce  <david@dponce.com>
10090         * recentf.el (recentf-menu-open-all-flag): New option.
10091         (recentf-digit-shortcut-command-name): New function.
10092         (recentf--shortcuts-keymap): New variable.
10093         (recentf-menu-shortcuts): New variable.
10094         (recentf-make-menu-items): Initialize it.  Replace the "More..."
10095         menu item by "All...", if `recentf-menu-open-all-flag' is non-nil.
10096         (recentf-menu-value-shortcut): New function.
10097         (recentf-make-menu-item): Use it.  No more in-lined.
10098         (recentf-dialog-mode-map): Base on `recentf--shortcuts-keymap'.
10099         (recentf-open-most-recent-file): Rename from
10100         `recentf-open-file-with-key'.  Don't depend on key binding.
10101         (recentf-mode-map): New variable.
10102         (recentf-mode): Use it.
10104 2005-10-06  Bill Wohler  <wohler@newt.com>
10106         * mh-e/mh-loaddefs.el: Remove.  Now generated automatically.
10108         * Makefile.in (AUTOGENEL): Add mh-e/mh-loaddefs.el.
10109         (MH-E-SRC): New.  Used by mh-autoloads.
10110         (mh-autoloads): New.  Builds mh-e/mh-loaddefs.el.  Rebuilds if any
10111         files in MH-E-SRC have been updated.
10112         (compile, recompile, bootstrap): Depend on mh-autoloads.
10114 2005-10-07  Nick Roberts  <nickrob@snap.net.nz>
10116         * progmodes/gud.el (gud-menu-map): Only display un-intuitive
10117         gud-break and gud-remove icons when the fringe is not available.
10119         * progmodes/gdb-ui.el (gdb-fringe-width -> gdb-buffer-fringe-width):
10120         Typo.
10122 2005-10-06  Michael Cadilhac  <michael.cadilhac-@t-lrde.epita.fr>  (tiny change)
10124         * play/zone.el (zone): Wrap body with save-window-excursion.
10126 2005-10-06  Stefan Monnier  <monnier@iro.umontreal.ca>
10128         * calendar/cal-menu.el (calendar-mouse-view-diary-entries):
10129         Use the new `list-only' arg to diary-list-entries.
10131         * calendar/diary-lib.el: Use overlays rather than selective-display.
10132         (diary-selective-display): New var.
10133         (diary-header-line-format): Use it.
10134         (diary-list-entries): Add argument `list-only'.
10135         Put the buffer in diary-mode.  Don't add \^M at beg and end.
10136         Replace \^M by invisible overlays.
10137         (diary-unhide-everything): Replace \^M by invisible overlays.
10138         (print-diary-entries): Look for overlays rather than \^M.
10139         Add a space to the temp buffer name.
10140         (diary-show-all-entries, mark-diary-entries, make-diary-entry):
10141         Put the buffer in diary-mode.
10142         (list-sexp-diary-entries): Replace \^M by invisible overlays.
10143         (diary-anniversary): Make the year arg optional.
10144         (diary-time-regexp): New const.
10145         (diary-font-lock-keywords): Use it to accept a few more time formats.
10147         * pcvs.el (cvs-sentinel): Make sure we do re-enable undo.
10149 2005-10-06  Thien-Thi Nguyen  <ttn@gnu.org>
10151         * textmodes/artist.el (artist-ellipse-mirror-quadrant):
10152         Fix bug introduced 2005-07-03: Use (car (last ...))
10153         to faithfully reproduce replaced artist-last.
10154         (artist-set-arrow-points-for-poly): Likewise.
10155         Suggested by Johan Bockg\e,Ae\e(Brd.
10157 2005-10-06  Juanma Barranquero  <lekktu@gmail.com>
10159         * dframe.el (x-pointer-hand2, x-pointer-top-left-arrow):
10160         * wid-edit.el (widget):
10161         * progmodes/gdb-ui.el (gdb-buffer-fringe-width):
10162         * progmodes/vhdl-mode.el (speedbar-attached-frame): Add defvars.
10164 2005-10-06  Kenichi Handa  <handa@m17n.org>
10166         * international/mule-cmds.el (set-language-environment):
10167         Fix setting up of case-table for unibyte mode.
10169         * simple.el (what-cursor-position): If the character is displayed
10170         by some `display' text property, show that.  Don't use
10171         single-key-description for eight-bit characters in multibyte mode.
10173 2005-10-06  Nick Roberts  <nickrob@snap.net.nz>
10175         * progmodes/gdb-ui.el (gdb-fringe-width): New variable.
10176         (gdb-ann3): Set it.
10177         (gdb-put-breakpoint-icon): Don't take fringe-width from speedbar frame.
10178         (gdb-info-frames-custom): Use inverse-video for first five
10179         characters of selected frame only.
10180         (gdb-get-frame-number): Select frame even when point is on frame
10181         number.
10183 2005-10-06  Masatake YAMATO  <jet@gyve.org>
10185         * progmodes/gdb-ui.el (gdb-info-breakpoints-custom):
10186         Put `font-lock-function-name-face'.
10187         (gdb-info-frames-custom): Put `font-lock-function-name-face'
10188         and `font-lock-variable-name-face'
10189         (gdb-registers-font-lock-keywords): New font lock keywords definition.
10190         (gdb-registers-mode): Use `gdb-registers-font-lock-keywords`.
10191         (gdb-memory-font-lock-keywords): New font lock keywords definition.
10192         (gdb-memory-mode): Use `gdb-memory-font-lock-keywords'.
10193         (gdb-local-font-lock-keywords): New font lock keywords definition.
10194         (gdb-locals-mode): Use `gdb-local-font-lock-keywords'
10195         (gdb-threads-font-lock-keywords): New font lock keywords definition.
10196         (gdb-threads-mode): Use `gdb-threads-font-lock-keywords'.
10198 2005-10-05  Michael Kifer  <kifer@cs.stonybrook.edu>
10200         * ediff-merge.el (ediff-merge-region-is-non-clash): New defsubst.
10201         (ediff-merge-region-is-non-clash-to-skip): Previously called
10202         ediff-merge-region-is-non-clash.
10204         * ediff-mult.el (ediff-append-custom-diff, ediff-meta-show-patch):
10205         Use insert-buffer-substring.
10207         * ediff-ptch.el (ediff-fixup-patch-map): Use better heuristics for
10208         selecting files to patch.  Also bug fixes.
10210         * ediff-util.el (ediff-setup): Bug fix.
10211         (ediff-next-difference): Never skip clashes that differ in white
10212         space only.
10214         * ediff-wind.el (ediff-setup-control-frame)
10215         (ediff-destroy-control-frame): Check the menubar feature.
10217         * viper-cmd.el (viper-normalize-minor-mode-map-alist)
10218         (viper-refresh-mode-line): Use make-local-variable to localize
10219         some vars instead of make-variable-buffer-local.  Suggested by
10220         Stefan Monnier.
10222         * viper-init.el (viper-make-variable-buffer-local): Delete alias.
10223         (viper-restore-cursor-type, viper-set-insert-cursor-type):
10224         Use make-local-variable instead of make-variable-buffer-local.
10225         Suggested by Stefan Monnier.
10227         * viper.el (viper-mode): Don't use viper-make-variable-buffer-local.
10228         (viper-comint-mode-hook): Use make-local-variable on
10229         require-final-newline.
10230         (viper-non-hook-settings): Don't use make-variable-buffer-local.
10232 2005-10-05  Stefan Monnier  <monnier@iro.umontreal.ca>
10234         * progmodes/scheme.el (scheme-mode-syntax-table): Mark ; as being
10235         also the second char of a comment-start sequence.
10236         (scheme-sexp-comment-syntax-table): New var.
10237         (lambda, define): Set their scheme-doc-string-elt property.
10238         (scheme-font-lock-syntactic-face-function): Handle sexp-comments.
10239         Use lisp-font-lock-syntactic-face-function now that it properly
10240         handles |...| symbols.
10241         (scheme-mode-variables): Set lisp-doc-string-elt-property,
10242         parse-sexp-lookup-properties and font-lock-extra-managed-props.
10244         * emacs-lisp/lisp-mode.el (lisp-mode-syntax-table): Move the nesting
10245         bit from # to |.
10246         (lisp-font-lock-syntactic-face-function): Distinguish |...| symbols.
10248         * emacs-lisp/lisp-mode.el (lambda): Add its doc-string-elt property.
10249         (lisp-doc-string-elt-property): New var.
10250         (lisp-font-lock-syntactic-face-function): Use it.
10251         Rewrite to recognize docstrings even for forms not at toplevel.
10253         * progmodes/scheme.el (scheme-mode-syntax-table): Put the nested
10254         annotation on the | part of #| rather than on the # part.
10255         (scheme-font-lock-syntactic-face-function): New function, to
10256         distinguish strings from |...| symbols.
10257         (scheme-mode-variables): Use it.  Also fix up the font-lock-time
10258         syntax-table so that #|...|# is properly highlighted.
10260         * emacs-lisp/lisp-mode.el (lisp-font-lock-syntactic-face-function):
10261         Don't mark as docstring the 3rd elem of an unknown toplevel form.
10263 2005-10-04  Stefan Monnier  <monnier@iro.umontreal.ca>
10265         * bindings.el (global-map): Resync [home] and [end] bindings with C-a
10266         and C-e.
10268         * emacs-lisp/eldoc.el: Move comments into docstrings.
10269         (eldoc-message-commands): Initialize in its declaration.
10270         Add move-beginning-of-line and move-end-of-line.
10271         (eldoc-add-command, eldoc-add-command-completions)
10272         (eldoc-remove-command, eldoc-remove-command-completions): Simplify.
10274         * outline.el (outline-mark-subtree): Activate the mark.
10276         * calendar/appt.el (appt-time-regexp): New var.
10277         (appt-add, appt-make-list): Use it.
10278         (appt-convert-time): Clean up.
10280         * textmodes/tex-mode.el (tex-font-lock-syntactic-face-function):
10281         Don't set any syntax-table property here.
10282         (tex-font-lock-verb): New function.  Do it here.
10283         (tex-font-lock-syntactic-keywords): Use it.
10285 2005-10-04  Richard M. Stallman  <rms@gnu.org>
10287         * wid-edit.el (widget-file-complete): Get the widget start point
10288         the right way.  Default directory to `/' if file has none.
10290         * x-dnd.el (x-dnd-drop-data): Check for dedicated windows.
10292         * textmodes/flyspell.el (flyspell-mode-on):
10293         Call ispell-maybe-find-aspell-dictionaries.
10295         * textmodes/ispell.el (ispell-word, ispell-region):
10296         Call ispell-maybe-find-aspell-dictionaries.
10297         (ispell-accept-buffer-local-defs):
10298         Don't call ispell-maybe-find-aspell-dictionaries
10300 2005-10-04  Richard M. Stallman  <rms@gnu.org>
10302         * iswitchb.el (iswitchb-buffer-ignore): Label it risky.
10304 2005-10-04  Emilio C. Lopes  <eclig@gmx.net>
10306         * iswitchb.el (iswitchb-ignore-buffername-p): Use `functionp'
10307         instead of `fboundp' in order to allow for anonymous functions.
10309 2005-10-04  Chong Yidong  <cyd@stupidchicken.com>
10311         * info.el (Info-next, Info-prev, Info-up): Select info buffer, in
10312         case the user clicks on the link while another window is selected.
10313         (Info-speedbar-hierarchy-buttons): Use speedbar-current-frame.
10315         * dframe.el (dframe-update-keymap): Use mouse-1-click-follows-link
10316         functionality.
10317         (dframe-help-echo): Save point in case mouse tracking is off.
10319 2005-10-04  Thien-Thi Nguyen  <ttn@gnu.org>
10321         * net/ange-ftp.el (ange-ftp-ls): Fix typo introduced in last change.
10323 2005-10-03  Stefan Monnier  <monnier@iro.umontreal.ca>
10325         * progmodes/cc-styles.el (c-setup-paragraph-variables): Make sure we do
10326         not change the global value of those vars.
10328         * progmodes/cc-mode.el (c-basic-common-init): Remove calls to
10329         make-local-variable which we do not need any more.
10331 2005-10-03  Chong Yidong  <cyd@stupidchicken.com>
10333         * speedbar.el (speedbar-ignored-path-regexp, speedbar-line-path)
10334         (speedbar-ignored-path-expressions, speedbar-buffers-line-path)
10335         (speedbar-add-ignored-path-regexp, speedbar-buffers-line-path)
10336         (speedbar-path-line): Define obsolete aliases.
10337         (speedbar-line-directory): Doc fix.
10339         * progmodes/vhdl-mode.el (vhdl-speedbar-initialize)
10340         (vhdl-speedbar-rescan-hierarchy): Call speedbar-line-directory
10341         instead of speedbar-line-path.
10343 2005-10-03  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
10345         * x-dnd.el (x-dnd-drop-data): Don't set dnd-open-file-other-window
10346         to nil if dropping on a window.  Handle dropping on a minibuffer window
10347         like dropping on a non-window part of Emacs.
10349 2005-10-03  Stefan Monnier  <monnier@iro.umontreal.ca>
10351         * net/ange-ftp.el: Use with-current-buffer.
10352         (ange-ftp-insert-directory): Do not follow symlinks any more.
10354         * textmodes/ispell.el (ispell-find-aspell-dictionaries):
10355         Remove interactive spec.
10357 2005-10-03  Kim F. Storm  <storm@cua.dk>
10359         * ido.el (ido-mode): Use custom-initialize-set.
10361 2005-10-02  Richard M. Stallman  <rms@gnu.org>
10363         * progmodes/ebnf2ps.el (ebnf-eps-production-list):
10364         Use insert-buffer-substring.
10366         * net/tramp.el: Pacify byte compiler warnings in pacification code.
10367         (tramp-handle-file-local-copy): Use insert-buffer-substring.
10369 2005-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
10371         * net/ange-ftp.el (ange-ftp-insert-directory): Undo unintended part
10372         in last change.
10373         (ange-ftp-insert-directory): Fix up the search for the case where
10374         `file' is absolute.
10376 2005-10-02  Romain Francoise  <romain@orebokech.com>
10378         * progmodes/compile.el (compile-goto-error): Delete extra paren.
10380 2005-10-02  Andreas Schwab  <schwab@suse.de>
10382         * ediff-ptch.el (ediff-fixup-patch-map): Handle file names without
10383         directory component in the session info.
10385 2005-10-01  Richard M. Stallman  <rms@gnu.org>
10387         * comint.el (comint-redirect-subvert-readonly): Doc fix.
10389         * simple.el (next-error-internal): New function.
10391         * progmodes/compile.el (compilation-buffer-name): New arg MODE-COMMAND.
10392         (compilation-start): Pass new arg to compilation-buffer-name.
10393         (compile-goto-error): Use next-error-internal.
10395 2005-10-01  Chong Yidong  <cyd@stupidchicken.com>
10397         * speedbar.el: Remove RCS tag.
10398         (speedbar-check-read-only): Handle non-existent files.
10400         * dframe.el, ezimage.el, sb-image.el: Remove RCS tags.
10402         * info.el (Info-speedbar-hierarchy-buttons)
10403         (Info-speedbar-goto-node): Call speedbar-select-attached-frame.
10405 2005-10-01  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
10407         * textmodes/bibtex.el (bibtex-valid-entry-whitespace-re):
10408         Do not match newline.
10409         (bibtex-realign): Do not use bibtex-valid-entry-whitespace-re.
10410         (bibtex-summary): Remove unnecessary save-excursion.
10411         (bibtex-fill-field-bounds): Use fill-region-as-paragraph.
10413 2005-10-01  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
10415         * term/mac-win.el: Add charset info for "iso10646-1".
10416         Modify default fontset to use ATSUI-compatible fonts for some charsets
10417         if available.
10419 2005-10-01  Chong Yidong  <cyd@stupidchicken.com>
10421         * speedbar.el: Re-apply arch tag.
10422         (speedbar-version): Rename to version 1.0.  Suggested by Eric
10423         M. Ludlam.
10424         Reapply two changes from Emacs CVS' version of speedbar lost
10425         during the merge:
10426         (speedbar-use-imenu-flag): Avoid unnecessary use of locate-library.
10427         (speedbar-frame-parameters): Improve customize type.
10429 2005-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
10431         * net/ange-ftp.el (ange-ftp-gwp-start): Use with-current-buffer.
10432         (ange-ftp-file-directory-p): Fix the symlink case.
10433         (ange-ftp-insert-directory): When listing a single file, get a list of
10434         the parent buffer and extract the relevant line.  Inspired from a patch
10435         by Katsumi Yamaoka <yamaoka@jpl.org>.
10436         (ange-ftp-file-name-sans-versions): Simplify.
10438 2005-09-30  Bill Wohler  <wohler@newt.com>
10440         Move MH-E image files from toolbar and mail directories into
10441         etc/images.
10443         * mail/reply2.*: Move to etc/images/mail/reply*.
10445         * toolbar/execute.*, toolbar/highlight.*, toolbar/mh-logo.xpm:
10446         * toolbar/page-down.*, toolbar/show.*, toolbar/widen.*: Move to
10447         etc/images.
10449         * toolbar/alias.*, toolbar/refile.*, toolbar/repack.*:
10450         * toolbar/reply*: Move to etc/images/mail.
10452         * toolbar/rescan.*: Move and rename to etc/images/refresh.*.
10454 2005-09-30  Eric M. Ludlam  <zappo@gnu.org>
10456         * speedbar.el: New version 1.0pre3.
10458         Frame management code (including timer, and mouse click specifics)
10459         moved to dframe.el:
10460         (speedbar-attached-frame): Removed.  Use dframe-attached-frame.
10461         (speedbar-timer): Removed.  Use dframe-timer.
10462         (speedbar-close-frame): Removed.  Use dframe-close-frame.
10463         (speedbar-activity-change-focus-flag): Removed.  Use
10464         dframe-activity-change-focus-flag.
10465         (speedbar-update-speed, speedbar-navigating-speed): Obsolete.  Use
10466         dframe-update-speed.
10468         (speedbar-current-frame): New macro.  Use this instead of the
10469         variable speedbar-frame.
10471         (speedbar-use-images, speedbar-expand-image-button-alist)
10472         (speedbar-insert-image-button-maybe): Moved to sb-image.el.
10474         (speedbar-find-image-on-load-path): Removed.  Replaced by
10475         defezimage in ezimage.el.
10476         (speedbar-expand-image-button-alist): Removed.  Replaced by
10477         ezimage-expand-image-button-alist in ezimage.el.
10479         (speedbar-ignored-directory-regexp)
10480         (speedbar-add-ignored-directory-regexp)
10481         (speedbar-ignored-directory-expressions)
10482         (speedbar-line-directory, speedbar-buffers-line-directory)
10483         (speedbar-directory-line, speedbar-buffers-line-directory):
10484         Renamed, replacing `path' with `directory'.
10486         (speedbar-create-directory, speedbar-expand-line-descendants)
10487         (speedbar-toggle-line-expansion)
10488         (speedbar-contract-line-descendants): New commands.
10490         (speedbar-query-confirmation-method, speedbar-select-frame-method)
10491         (speedbar-use-tool-tips-flag): New options.
10493         (speedbar-check-read-only, speedbar-require-version)
10494         (speedbar-insert-separator, speedbar-buffers-tail-notes)
10495         (speedbar-handle-delete-frame, speedbar-try-completion)
10496         (speedbar-update-localized-contents): New functions.
10498         (speedbar-incompatible-version, speedbar-ro-to-do-point)
10499         (speedbar-object-read-only-indicator): New variables.
10501         (speedbar-visiting-tag-hook, speedbar-before-visiting-file-hook):
10502         New hooks.
10504         (speedbar-separator-face): New face.
10506         (speedbar-supported-extension-expressions): Add `.g' and `.ma?k'.
10507         (speedbar-ignored-modes): Add fundamental-mode.
10508         (speedbar-directory-unshown-regexp): Add . directories.
10510         (speedbar-key-map): Remove old SPC and DEL page up/down keys.
10511         (speedbar-file-key-map): Add SPC to toggle node expansion, `[' and
10512         `]' for full expand/close.
10513         (speedbar-buffers-key-map): Add SPC to toggle node expansion.
10515         (speedbar-check-vc): Support hidden files.
10516         (speedbar-vc-check-dir-p): Use vc-state if available for CVS.
10517         (speedbar-this-file-in-vc): Use vc-state if available.  If VC
10518         state is nil, it is not checked out.
10520         (speedbar-line-text, speedbar-line-token): Support expand buttons
10521         with no text.
10522         (speedbar-refresh): Universal argument acts as power-click.
10523         (speedbar-fetch-dynamic-tags): If a buffer is in Emacs, switch to
10524         that buffer to get variable values.
10526         And many other bugfixes.
10528         * dframe.el, ezimage.el, sb-image.el: New files.
10530         * sb-*.xpm: Remove files.  New image files installed into
10531         etc/images/ezimage.
10533 2005-09-30  Kenichi Handa  <handa@m17n.org>
10535         * ps-mule.el (ps-mule-show-warning): If a character is in
10536         ps-print-translation-table, don't treat it as non-printable.
10538 2005-09-30  David Ponce  <david@dponce.com>
10540         * tree-widget.el (tree-widget-themes-load-path): New variable.
10541         (tree-widget-themes-directory): Doc fix.
10542         (tree-widget-image-formats) [Emacs]: Doc fix.
10543         (tree-widget--locate-sub-directory): New function.
10544         (tree-widget-themes-directory): Use it.
10546         * recentf.el (recentf-filename-handlers): Rename from
10547         `recentf-filename-handler'.  Allow a list of functions.
10548         (recentf-menu-items-for-commands): Fix :help strings.
10549         (recentf-apply-filename-handlers): New function.
10550         (recentf-expand-file-name): Use it.
10551         (recentf-cleanup): Remove duplicates too.
10553 2005-09-29  Juri Linkov  <juri@jurta.org>
10555         * faces.el: Rearrange face definitions to be in the same order as
10556         their face descriptions in "(emacs)Standard Faces".
10558         * isearch.el (isearch, lazy-highlight): Add group `basic-faces'.
10560         * tooltip.el (tooltip): Add group `basic-faces'.
10562         * buff-menu.el (Buffer-menu-buffer): Remove group
10563         `font-lock-highlighting-faces'.
10565         * progmodes/compile.el (compilation-error, compilation-warning)
10566         (compilation-info, compilation-line-number, compilation-column-number):
10567         Change group from `font-lock-highlighting-faces' to `compilation'.
10569         * progmodes/vhdl-mode.el (vhdl-font-lock-prompt-face)
10570         (vhdl-font-lock-attribute-face, vhdl-font-lock-enumvalue-face)
10571         (vhdl-font-lock-function-face, vhdl-font-lock-directive-face)
10572         (vhdl-font-lock-reserved-words-face)
10573         (vhdl-font-lock-translate-off-face, syntax-alist): Remove group
10574         `font-lock-highlighting-faces'.
10576         * cus-edit.el (custom-buffer-sort-alphabetically): Default to nil.
10578 2005-09-28  Kim F. Storm  <storm@cua.dk>
10580         * emulation/cua-base.el: Set CUA move property on additional commands:
10581         up-list, down-list, backward-up-list, end-of-defun beginning-of-defun,
10582         forward-sexp, backward-sexp, forward-list, backward-list.
10584 2005-09-28  Romain Francoise  <romain@orebokech.com>
10586         * comint.el (comint-show-output): Really set point at the
10587         beginning of the output when not using `comint-use-prompt-regexp'.
10589 2005-09-27  Jay Belanger  <belanger@truman.edu>
10591         * calc/calc-lang.el (math-oper-table): Raise the precedence of "/"
10592         in TeX mode.
10594 2005-09-26  Juanma Barranquero  <lekktu@gmail.com>
10596         * textmodes/org.el (org-table-sum): Fix format string.
10598         * textmodes/tex-mode.el (tex-insert-quote, latex-indent):
10599         Quote face names.
10601 2005-09-26  Romain Francoise  <romain@orebokech.com>
10603         * isearch.el (isearch-forward-regexp): Close doc string.
10605 2005-09-25  Richard M. Stallman  <rms@gnu.org>
10607         * simple.el (blink-matching-open): Don't no-op when point is BEGV+1.
10609         * isearch.el (isearch-forward, isearch-forward-regexp): Doc fixes.
10611         * progmodes/compile.el (compilation-error-properties):
10612         When getting the file from the previous error message,
10613         correctly decode the new data format.
10615         * progmodes/cc-cmds.el (c-electric-paren):
10616         Call old-blink-paren only for close-paren.
10618 2005-09-24  Andreas Schwab  <schwab@suse.de>
10620         * term/rxvt.el (rxvt-register-default-colors): Delete redundant
10621         condition.
10623 2005-09-25  Romain Francoise  <romain@orebokech.com>
10625         * dired-aux.el (dired-copy-file-recursive):
10626         * dired.el (dired-delete-file):
10627         * ediff-mult.el (ediff-dir-diff-copy-file):
10628         * ediff-util.el (ediff-test-save-region):
10629         * forms.el (forms-mode):
10630         * ido.el (ido-file-internal, ido-delete-file-at-head):
10631         * log-edit.el (log-edit-done):
10632         * ses.el (ses-yank-resize):
10633         * play/gomoku.el (gomoku-human-plays, gomoku)
10634         (gomoku-human-resigns, gomoku-prompt-for-other-game)
10635         (gomoku-offer-a-draw):
10636         * play/landmark.el (lm-human-resigns, lm):
10637         * net/eudcb-ldap.el (eudc-ldap-check-base):
10638         * play/mpuz.el (mpuz-offer-abort, mpuz-try-letter, mpuz-close-game):
10639         * progmodes/ebrowse.el (ebrowse-find-pattern):
10640         * progmodes/idlw-shell.el (idlwave-shell-set-bp-check):
10641         * textmodes/reftex-index.el (reftex-index-initialize-phrases-buffer):
10642         End `yes-or-no-p' and `y-or-n-p' prompts with question mark and space.
10644         * vc.el (vc-delete-file):
10645         * play/gomoku.el (gomoku-terminate-game, gomoku)
10646         (gomoku-prompt-for-move, gomoku-human-takes-back):
10647         * play/landmark.el (lm-human-takes-back, lm-prompt-for-move)
10648         (lm-start-robot, lm-human-plays): Remove extraneous spaces in messages.
10650 2005-09-24  Dan Nicolaescu  <dann@ics.uci.edu>
10652         * term/rxvt.el (rxvt-register-default-colors): Add support for 255
10653         color rxvt terminals by using the code xterm.el used to use before
10654         2005-04-09 in order to match the colors used by rxvt.
10656 2005-09-24  Emanuele Giaquinta  <emanuele.giaquinta@gmail.com>  (tiny change)
10658         * term/rxvt.el (rxvt-register-default-colors): Add support for 88
10659         colors rxvt-unicode terminals by using the same code as xterm.el.
10661 2005-09-24  Stefan Monnier  <monnier@iro.umontreal.ca>
10663         * textmodes/tex-mode.el (tex-font-lock-append-prop)
10664         (tex-font-lock-suscript, tex-insert-quote, latex-indent): Adjust to the
10665         new symbol used for the tex-verbatim face.
10667 2005-09-24  Emilio C. Lopes  <eclig@gmx.net>
10669         * woman.el (woman-file-name):
10670         * wid-edit.el (widget-file-prompt-value)
10671         (widget-coding-system-prompt-value):
10672         * w32-fns.el (set-w32-system-coding-system):
10673         * vc.el (vc-version-diff, vc-annotate):
10674         * textmodes/reftex-auc.el (reftex-arg-cite)
10675         (reftex-arg-index-tag):
10676         * textmodes/refer.el (refer-get-bib-files):
10677         * textmodes/artist.el (artist-figlet-choose-font):
10678         * terminal.el (terminal-emulator):
10679         * replace.el (occur-read-primary-args):
10680         * rect.el (string-rectangle, string-insert-rectangle):
10681         * ps-print.el (ps-print-preprint):
10682         * progmodes/pascal.el (pascal-goto-defun):
10683         * progmodes/etags.el (visit-tags-table, visit-tags-table-buffer):
10684         * progmodes/compile.el (compilation-find-file):
10685         * printing.el (pr-interactive-n-up):
10686         * play/animate.el (animate-birthday-present):
10687         * net/rcompile.el (remote-compile):
10688         * man.el (man, Man-goto-section, Man-follow-manual-reference):
10689         * mail/rmailsum.el (rmail-summary-search-backward)
10690         (rmail-summary-search):
10691         * mail/rmailout.el (rmail-output-read-rmail-file-name)
10692         (rmail-output-read-file-name):
10693         * mail/rmail.el (rmail-search, rmail-search-backwards):
10694         * mail/mailabbrev.el (merge-mail-abbrevs, rebuild-mail-abbrevs):
10695         * locate.el (locate):
10696         * international/quail.el (quail-show-keyboard-layout):
10697         * international/mule.el (set-buffer-file-coding-system)
10698         (revert-buffer-with-coding-system, set-file-name-coding-system)
10699         (set-terminal-coding-system, set-keyboard-coding-system)
10700         (set-next-selection-coding-system):
10701         * international/mule-diag.el (describe-coding-system)
10702         (describe-font, describe-fontset):
10703         * international/mule-cmds.el (universal-coding-system-argument)
10704         (search-unencodable-char, describe-input-method)
10705         (set-language-environment, describe-language-environment):
10706         * international/codepage.el (codepage-setup):
10707         * international/code-pages.el (codepage-setup):
10708         * info.el (Info-search, Info-follow-reference)
10709         (Info-search-backward):
10710         * emacs-lisp/advice.el (ad-read-advised-function)
10711         (ad-read-advice-class, ad-clear-cache, ad-activate)
10712         (ad-deactivate, ad-update, ad-unadvise, ad-read-advice-name)
10713         (ad-enable-advice, ad-disable-advice, ad-remove-advice)
10714         (ad-read-regexp):
10715         * ediff-util.el (ediff-toggle-regexp-match):
10716         * ediff-ptch.el (ediff-prompt-for-patch-file):
10717         * dired-aux.el (dired-diff):
10718         * diff.el (diff):
10719         * cus-edit.el (custom-variable-prompt):
10720         * calendar/timeclock.el (timeclock-ask-for-project):
10721         * calc/calcalg3.el (calc-get-fit-variables):
10722         * calc/calc-store.el (calc-edit-variable)
10723         (calc-permanent-variable):
10724         * vc-mcvs.el (vc-mcvs-register):
10725         * shadowfile.el (shadow-define-literal-group):
10726         * woman.el (woman-file-name):
10727         * vc.el (vc-version-diff, vc-merge):
10728         * textmodes/reftex-index.el (reftex-index-complete-tag):
10729         * format.el (format-decode-buffer, format-decode-region):
10730         * emulation/viper-cmd.el (viper-read-string-with-history):
10731         * emacs-lisp/debug.el (cancel-debug-on-entry):
10732         * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
10733         * ediff.el (ediff-merge-revisions)
10734         (ediff-merge-revisions-with-ancestor, ediff-revision):
10735         * completion.el (interactive-completion-string-reader):
10736         * calc/calc-prog.el (calc-user-define-formula):
10737         Follow convention for reading with the minibuffer.
10739 2005-09-24  Steven Huwig  <steven_h@acm.org>  (tiny change)
10741         * progmodes/python.el (python-describe-symbol): Add globals() and
10742         locals() to the arguments of emacs.ehelp.
10744 2005-09-24  Magnus Henoch  <mange@freemail.hu>
10746         * textmodes/ispell.el (ispell-maybe-find-aspell-dictionaries):
10747         New function, code extracted from ispell-valid-dictionary-list.
10748         (ispell-valid-dictionary-list, ispell-accept-buffer-local-defs):
10749         Call it.
10751 2005-09-24  Eli Zaretskii  <eliz@gnu.org>
10753         * subr.el (version-regexp-alist): Extend valid syntax for version
10754         strings: allow any of the characters -,_,+ to separate the
10755         alpha/beta/rc part from the version part.  Doc fix.
10756         (version-to-list): Doc fix.  Bind case-fold-search to t, as advertised.
10758 2005-09-23  David Reitter  <david.reitter@gmail.com>
10760         * mail/mailclient.el: New file.
10762 2005-09-23  Richard M. Stallman  <rms@gnu.org>
10764         * textmodes/flyspell.el (flyspell-highlight-incorrect-region)
10765         (flyspell-incorrect-hook, flyspell-highlight-duplicate-region):
10766         Doc fixes.
10768         * progmodes/cc-mode.el (c-font-lock-init):
10769         Specify font-lock-lines-before.
10771 2005-09-23  Stefan Monnier  <monnier@iro.umontreal.ca>
10773         * smerge-mode.el (smerge-remove-props): Cause re-highlighting of the
10774         whole conflict.
10776 2005-09-23  Carsten Dominik  <dominik@science.uva.nl>
10778         * textmodes/org.el (org-mode-map, orgtbl-mode-map):
10779         Move keybindings with `C-c C-h' prefix to `C-c C-x' prefix.  Make use
10780         of `remap' feature when available.  Additional key bindings for
10781         better tty support.
10782         (org-mode-restart, org-force-self-insert): New commands.
10783         (org-time-stamp-inactive): New command.
10784         (org-remap): New function.
10785         (org-table-auto-blank-field, org-level-color-stars-only): New options.
10786         (org-enable-fixed-width-editor): Move to `org-structure'
10787         customization group.
10788         (org-self-insert-command, orgtbl-self-insert-command): Modify to
10789         blank field after field motion commands.
10791 2005-09-23  Kenichi Handa  <handa@m17n.org>
10793         * international/mule-cmds.el (set-language-environment):
10794         Don't check utf-translate-cjk-lang-env is nil or not on deciding if we
10795         have to call utf-translate-cjk-load-tables.
10797 2005-09-22  Stefan Monnier  <monnier@iro.umontreal.ca>
10799         * mouse.el (mouse-move-drag-overlay): Fix last change.
10801 2005-09-22  David Ponce  <david@dponce.com>
10803         * tree-widget.el (tree-widget-value-create): Fix previous change.
10805 2005-09-21  Dan Nicolaescu  <dann@ics.uci.edu>
10807         * term/xterm.el (terminal-init-xterm): Fix loading rxvt at run time.
10809 2005-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
10811         * mouse.el (mouse-move-drag-overlay): New function.
10812         (mouse-drag-region-1): Use it.
10813         Try to simplify a bit the state handling.  Handle clicks on links
10814         inside intangible areas.
10815         (mouse-save-then-kill): Minor simplification.
10816         (mouse-secondary-overlay): Make it always non-nil instead of
10817         recreating it each time.
10818         (mouse-start-secondary, mouse-set-secondary, mouse-drag-secondary)
10819         (mouse-kill-secondary, mouse-secondary-save-then-kill):
10820         Simplify accordingly.
10822 2005-09-21  Dan Nicolaescu  <dann@ics.uci.edu>
10824         * term/rxvt.el (rxvt-standard-colors): Fix some colors.
10826 2005-09-20  Michael Kifer  <kifer@cs.stonybrook.edu>
10828         * ediff-ptch.el (ediff-prompt-for-patch-file): More intuitive prompt.
10829         (ediff-file-name-sans-prefix): Treat nil as an empty string.
10830         (ediff-fixup-patch-map): Better heuristic for intuiting the file names
10831         to patch.
10833         * ediff-util.el: Use insert-buffer-substring.
10835         * ediff-vers.el (cvs-run-ediff-on-file-descriptor): Bug fix.
10837         * emulation/viper-cmd.el (viper-change-state): Don't move over the
10838         field boundaries in the minibuffer.
10839         (viper-set-minibuffer-style): Add viper-minibuffer-post-command-hook.
10840         (viper-minibuffer-post-command-hook): New hook.
10841         (viper-line): Don't move cursor at bolp.
10843         * emulation/viper-ex.el (ex-pwd, viper-info-on-file): Fix message.
10845         * emulation/viper-init.el: Add alias to make-variable-buffer-local to
10846         avoid compiler warnings.
10848         * emulation/viper-macs.el (ex-map): Better messages.
10850         * emulation/viper-utils.el (viper-beginning-of-field): New function.
10852         * emulation/viper.el: Replace make-variable-buffer-local with
10853         viper-make-variable-buffer-local everywhere, to avoid warnings.
10855 2005-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
10857         * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line):
10858         Delete unused var `old-selected-window'.
10859         (mouse-drag-region-1): Delete unused vars `start-frame', `end-of-range'.
10860         (mouse-drag-secondary): Delete unused var `start-frame'.
10862 2005-09-19  Emanuele Giaquinta  <emanuele.giaquinta@gmail.com>  (tiny change)
10864         * term/rxvt.el (terminal-init-rxvt): Add entry for [end].
10866 2005-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
10868         * calendar/calendar.el (mark-visible-calendar-date): Save excursion.
10869         Re-indent within 80 columns.  Use inhibit-read-only.
10871 2005-09-19  Romain Francoise  <romain@orebokech.com>
10873         * calendar/diary-lib.el (mark-diary-entries): Revert last change.
10875 2005-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
10877         * font-lock.el (font-lock-default-fontify-region): Don't add a line
10878         unconditionally, since the after-change-function already did it.
10880 2005-09-19  Miles Bader  <miles@gnu.org>
10882         * net/newsticker.el: Get rid of CVS keyword.
10884 2005-09-19  Johan Bockg\e,Ae\e(Brd  <bojohan+sf@dd.chalmers.se>
10886         * dired-aux.el (dired-handle-overwrite): Don't use `format' here.
10887         The prompt is formatted later.
10889 2005-09-19  David Ponce  <david@dponce.com>
10891         * tree-widget.el (tree-widget-value-create): Save the converted
10892         tree :node widget.
10894 2005-09-19  Juanma Barranquero  <lekktu@gmail.com>
10896         * progmodes/sh-script.el (sh-blink): Fix spurious reference to
10897         variable `message'.
10899 2005-09-18  Michael Albinus  <michael.albinus@gmx.de>
10901         * net/tramp.el (tramp-login-prompt-regexp): Expand regexp in order
10902         to cover prompts like "login as:".  Reported by Slawomir Nowaczyk
10903         <slawomir.nowaczyk.847@student.lu.se>.
10905 2005-09-18  Chong Yidong  <cyd@stupidchicken.com>
10907         * image.el (image-load-path): Use symbol `data-directory' instead
10908         of its value, for backward compatibility with packages that bind
10909         it during `find-image'.  Suggested by Katsumi Yamaoka.
10910         (image-search-load-path): Handle symbols whose values are strings.
10912 2005-09-18  Romain Francoise  <romain@orebokech.com>
10914         * calendar/diary-lib.el (mark-diary-entries): Rearrange to wrap
10915         with-current-buffer form in save-excursion.
10917 2005-09-18  D Goel  <deego@gnufans.org>
10919         * apropos.el (apropos-command): Fix `message' call: first arg
10920         should be a format spec.  In this and all other cases that appear
10921         below and elsewhere in the source code, I made a change only when
10922         two conditions were satisfied: [1] I can think of a possibility
10923         that the arguments would cause an error, for example, the code in
10924         question relies on external variables such as filenames.  [2] I
10925         was sure that the arg to `message' could not have been nil in the code.
10927         * textmodes/tildify.el (tildify-region): Ditto.
10929         * textmodes/reftex-index.el (reftex-index-change-entry)
10930         (reftex-index-phrase-selection-or-word, reftex-query-index-phrase):
10931         * textmodes/reftex-dcr.el (reftex-echo-ref, reftex-echo-cite):
10932         * textmodes/org.el (org-complete, org-deadline, org-schedule)
10933         (org-priority, org-table-sum):
10934         * textmodes/ispell.el (ispell-check-version, ispell-parse-output):
10935         * textmodes/flyspell.el (flyspell-mode-on, flyspell-notify-misspell)
10936         (flyspell-word, flyspell-display-next-corrections):
10937         * textmodes/bibtex.el (bibtex-print-help-message):
10938         * textmodes/artist.el (artist-key-set-point-poly):
10939         * term/mac-win.el (mac-services-insert-text):
10940         * progmodes/vhdl-mode.el (vhdl-warning, vhdl-print-warnings)
10941         (vhdl-hooked-abbrev, vhdl-template-insert-fun)
10942         (vhdl-port-paste-testbench, vhdl-compose-new-component)
10943         (vhdl-compose-configuration):
10944         * progmodes/sh-script.el (sh-blink, sh-show-indent)
10945         (sh-set-indent, sh-learn-line-indent):
10946         * progmodes/ps-mode.el (ps-mode-target-column):
10947         * progmodes/idlwave.el (idlwave-make-tags)
10948         (idlwave-scan-library-catalogs):
10949         * progmodes/idlw-shell.el (idlwave-shell-parse-stack-and-display):
10950         * progmodes/gud.el (gud-jdb-analyze-source):
10951         * progmodes/flymake.el (flymake-log):
10952         * progmodes/ebnf2ps.el (ebnf-generate-region):
10953         * progmodes/cmacexp.el (c-macro-expansion):
10954         * progmodes/ada-xref.el (ada-treat-cmd-string):
10955         * progmodes/ada-mode.el (ada-create-case-exception-substring)
10956         (ada-justified-indent-current, ada-batch-reformat):
10957         * play/zone.el (zone):
10958         * play/landmark.el (lm-move):
10959         * play/decipher.el (decipher-show-alphabet):
10960         * net/newsticker.el (newsticker--display-jump)
10961         (newsticker--display-scroll):
10962         * mail/rmail-spam-filter.el (rsf-add-subject-to-spam-list)
10963         (rsf-add-sender-to-spam-list, rsf-add-region-to-spam-list):
10964         * mail/feedmail.el (feedmail-dump-message-to-queue):
10965         * eshell/esh-proc.el (eshell-remove-process-entry):
10966         * emulation/ws-mode.el (ws-last-error):
10967         * emulation/viper-macs.el (ex-map-read-args, ex-unmap-read-args)
10968         (viper-record-kbd-macro):
10969         * emulation/viper-ex.el (ex-pwd, viper-info-on-file):
10970         * emacs-lisp/lisp-mnt.el (lm-report-bug):
10971         * emacs-lisp/find-func.el (find-function-noselect):
10972         * calendar/timeclock.el (timeclock-status-string)
10973         (timeclock-workday-remaining-string, timeclock-workday-elapsed-string)
10974         (timeclock-when-to-leave-string):
10975         * calendar/icalendar.el (icalendar--convert-ical-to-diary):
10976         * calc/calc-units.el (calc-enter-units-table):
10977         * calc/calc-mode.el (calc-mode-record-mode):
10978         * woman.el (woman-mini-help):
10979         * wdired.el (wdired-change-to-wdired-mode):
10980         * vc.el (vc-retrieve-snapshot):
10981         * strokes.el (strokes-read-stroke, strokes-read-complex-stroke):
10982         * startup.el (display-startup-echo-area-message):
10983         * simple.el (set-goal-column):
10984         * ses.el (ses-command-hook, ses-recalculate-cell):
10985         * server.el (server-process-filter):
10986         * printing.el (pr-interface-txt-print, pr-interface-printify)
10987         (pr-interface-ps):
10988         * pcvs.el (cvs-help):
10989         * log-edit.el (log-edit, log-edit-mode-help):
10990         * iswitchb.el (iswitchb-possible-new-buffer):
10991         * isearch.el (isearch-edit-string):
10992         * image-mode.el (image-mode, image-minor-mode):
10993         * ibuf-macs.el (define-ibuffer-filter):
10994         * hi-lock.el (hi-lock-find-patterns):
10995         * files.el (toggle-read-only):
10996         * ediff-util.el (ediff-copy-diff)
10997         (ediff-write-merge-buffer-and-maybe-kill):
10998         * echistory.el (Electric-history-undefined):
10999         * dnd.el (dnd-insert-text):
11000         * dired-aux.el (dired-query):
11001         * desktop.el (desktop-restore-file-buffer, desktop-lazy-create-buffer):
11002         * bookmark.el (bookmark-bmenu-locate):
11003         * obsolete/fast-lock.el (@top-level) <with-temp-message macro>:
11004         Fix `message' calls to ensure first arg is a format string.
11005         The change was made only when these two conditions were satisfied:
11006         [1] when there is a possibility that the arguments would cause an error
11007         for example, if the code in question relies on external variables
11008         such as filenames, and
11009         [2] if the arg to `message' could not have been nil in the code.
11011         * pcomplete.el (pcomplete--help): Fix `message' format spec.
11012         Not having a %s would be weird, though not technically wrong.
11014 2005-09-18  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
11016         * term/mac-win.el (mac-add-charset-info): Doc fix.
11018 2005-09-17  Romain Francoise  <romain@orebokech.com>
11020         * shell.el (shell-resync-dirs): Handle echoing processes more
11021         reliably.  Don't insert resync command if `comint-process-echoes'
11022         is non-nil.
11024 2005-09-17  Magnus Henoch  <mange@freemail.hu>
11026         * textmodes/ispell.el (ispell-aspell-supports-utf8): New variable.
11027         (ispell-check-version): Set ispell-aspell-supports-utf8 to t for
11028         aspell versions >= 0.60.
11029         (ispell-valid-dictionary-list): Call ispell-find-aspell-dictionaries
11030         only if ispell-aspell-supports-utf8 is non-nil.
11032 2005-09-17  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
11034         * progmodes/scheme.el (scheme-mode-variables): Use setq to assign
11035         buffer-local value to lisp-indent-function.
11037 2005-09-17  Milan Zamazal  <pdm@zamazal.org>
11039         * progmodes/glasses.el (glasses-make-readable): If
11040         glasses-separator differs from underscore, put appropriate
11041         overlays over underscore characters.
11042         (glasses-convert-to-unreadable): If glasses-separator differs from
11043         underscore, try to convert glasses-separator characters to
11044         underscores.
11046 2005-09-16  Stefan Monnier  <monnier@iro.umontreal.ca>
11048         * calendar/diary-lib.el (mark-diary-entries): Don't move point.
11049         Use with-syntax-table and dolist.
11051 2005-09-16  Carsten Dominik  <dominik@science.uva.nl>
11053         * textmodes/reftex-auc.el:
11054         * textmodes/reftex-cite.el:
11055         * textmodes/reftex-dcr.el:
11056         * textmodes/reftex-global.el:
11057         * textmodes/reftex-parse.el:
11058         * textmodes/reftex-ref.el:
11059         * textmodes/reftex-sel.el:
11060         * textmodes/reftex-toc.el:
11061         * textmodes/reftex-vars.el:
11062         * textmodes/reftex.el: Small changes to remove compiler warnings.
11064         * textmodes/reftex-index.el: Likewise.
11065         (reftex-query-index-phrase): More efficient use of markers.
11067 2005-09-15  Chong Yidong  <cyd@stupidchicken.com>
11069         * image.el (image-load-path): New variable.
11070         (image-search-load-path): New function.
11071         (find-image): Search for images in `image-load-path'.
11073 2005-09-15  Richard M. Stallman  <rms@gnu.org>
11075         * follow.el: Change Maintainer field.
11077 2005-09-15  David Ponce  <david@dponce.com>
11079         * recentf.el (recentf-save-file-modes): New option.
11080         (recentf-save-list): Use it.
11082 2005-09-15  Nick Roberts  <nickrob@snap.net.nz>
11084         * bindings.el (mode-line-eol-desc, mode-line-coding-system-map)
11085         (mode-line-mule-info, mode-line-modified): Move bindings from
11086         mouse-3 to mouse-1.
11088 2005-09-15  Chong Yidong  <cyd@stupidchicken.com>
11090         * simple.el (sendmail-user-agent-compose): Revert last change.
11092 2005-09-14  Stefan Monnier  <monnier@iro.umontreal.ca>
11094         * net/ange-ftp.el (ange-ftp-process-filter): Revert to ^#+$.
11095         Use with-current-buffer.
11096         (ange-ftp-gwp-start): Remove unused var `gw-user'.
11097         (ange-ftp-guess-hash-mark-size): Remove unused var `result'.
11098         (ange-ftp-insert-directory): Remove unused var `short'.
11099         (ange-ftp-file-name-sans-versions): Remove unused var `host-type'.
11101         * pcvs-defs.el (cvs-version): Recognize CVSNT version string.
11102         (cvs-execute-single-dir): Change default: cvs-1.9 is ancient.
11104         * calendar/cal-menu.el: Don't require easymenu, since we don't use it.
11105         (check-calendar-holidays, diary-list-entries): Autoload.
11106         Otherwise `emacs -q' followed by "mouse-2 -> diary entries" burps.
11107         (calendar-mouse-holidays, calendar-mouse-view-diary-entries): Simplify.
11109         * calendar/diary-lib.el (diary-show-all-entries): Fix last change,
11110         which mistakenly removed a call to display-buffer.
11112 2005-09-14  Juanma Barranquero  <lekktu@gmail.com>
11114         * obsolete/iso-insert.el: Move to obsolete/ from international/.
11116 2005-09-14  Thien-Thi Nguyen  <ttn@gnu.org>
11118         * progmodes/hideshow.el
11119         (hs-hide-comments-when-hiding-all): Remove autoload cookie.
11120         (hs-allow-nesting): New user var.
11121         (hs-discard-overlays): Skip "internal" overlays if nesting allowed.
11122         (hs-hide-block-at-point): When nesting allowed,
11123         if there is already an overlay in place, delete it.
11124         (hs-safety-is-job-n): Delete func; remove call sites.
11125         (hs-hide-level-recursive): Don't pre-clean if nesting allowed.
11126         (hs-overlay-at): New func.
11127         (hs-already-hidden-p, hs-show-block): Use it.
11128         (hs-hide-all): Don't pre-clean if nesting allowed.
11129         (hs-show-all): Temporarily disallow
11130         nesting around call to `hs-discard-overlays'.
11132 2005-09-14  Chong Yidong  <cyd@stupidchicken.com>
11134         * mouse.el (mouse-major-mode-menu): Make `prefix' optional.
11135         Delete unused local var.
11137 2005-09-13  Juanma Barranquero  <lekktu@gmail.com>
11139         * help-fns.el (describe-categories): "?\ " -> "?\s".
11140         (help-do-arg-highlight): Recognize also ARG-n, as in
11141         `move-to-left-margin' (ARG+n is already recognized).  Simplify.
11143         * international/codepage.el (dos-unsupported-char-glyph):
11144         * net/newsticker.el (tool-bar-map, w3-mode-map)
11145         (w3m-minor-mode-map):
11146         * progmodes/vhdl-mode.el (conf-alist, conf-entry, conf-key)
11147         (ent-alist):
11148         * textmodes/reftex-vars.el (reftex-tables-dirty): Add defvars.
11150 2005-09-13  Chong Yidong  <cyd@stupidchicken.com>
11152         * custom.el (custom-push-theme): Handle the case where a symbol is
11153         bound but face properties have not yet been assigned.
11155         * mail/sendmail.el (mail): Use new buffer if `noerase' is `new'.
11156         Fix behavior if noerase is `t' and there is no mail buffer.
11158         * simple.el (sendmail-user-agent-compose): Use a new mail buffer
11159         if `continue' is nil, rather than signal an error.
11161 2005-09-12  Richard M. Stallman  <rms@gnu.org>
11163         * font-lock.el (font-lock-keywords): Add autoload.
11165         * help-fns.el (describe-variable): Rearrange to put source link
11166         in a predictable place.
11168         * net/newsticker.el: New file.
11170 2005-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
11172         * calendar/calendar.el (calendar-for-loop): Add edebug info.
11173         (calendar-basic-setup): Use the new nil arg.
11174         (number-of-diary-entries): Move to diary-lib.el.
11176         * calendar/diary-lib.el: Use with-current-buffer, match-string.
11177         (diary-list-entries): Use with-syntax-table and dolist.
11178         Rename from list-diary-entries.
11179         Use number-of-diary-entries if `number' is nil.
11180         (diary, diary-view-entries): Use this new name and new nil arg value.
11181         (number-of-diary-entries): Move from calendar.el.
11182         (diary-unhide-everything): New function.
11183         (include-other-diary-files, fancy-diary-display)
11184         (diary-show-all-entries, make-diary-entry): Use it.
11185         (diary-mail-entries): Use buffer-string.
11186         (mark-diary-entries): Fix long standing paren typo.
11187         (diary-sexp-entry): Use count-lines.
11188         (make-diary-entry): Avoid `previous-line'.
11189         (diary-mode-map): New var.
11190         (diary-mode): Redraw cal after saving.  Setup header-line.
11191         (fancy-diary-display-mode): Use local-set-key.
11193         * startup.el (command-line): Try calling various terminal-init-foo-bar
11194         functions by stripping hyphenated suffixes from $TERM.
11196         * files.el (normal-mode): Check boundness of font-lock-keywords.
11198 2005-09-12  Richard M. Stallman  <rms@gnu.org>
11200         * progmodes/compile.el: Don't decide a file's directory
11201         until the user actually tries to go there.
11202         (compilation-next-error-function):
11203         Pass compilation-find-file the directory from the file-struct.
11204         (compilation-internal-error-properties): Separate local FILE-STRUCT
11205         from FILE.  Doc the args better.  Rename arg FMT to FMTS.
11206         (compilation-find-file): Arg DIR renamed to DIRECTORY.
11207         Expand it, and if nil, use default-directory.
11208         (compilation-get-file-structure): Don't mix specified directory
11209         with default directory.  Put specified directory into
11210         file-struct.  Don't make the file name absolute.
11212         * progmodes/compile.el (compilation-error-regexp-alist): Doc fix.
11213         (compile-command): Add autoload.
11214         (compilation-disable-input): Add autoload.
11216 2005-09-11  Stephen Gildea  <gildea@stop.mail-abuse.org>
11218         * time-stamp.el: Mention variable `time-stamp-pattern' in doc
11219         strings of the variables it can override.
11220         (time-stamp): New (as yet undocumented) time-stamp-format escapes
11221         %Q and %q, for fully-qualified domain name and unqualified host name.
11223 2005-09-11  Kim F. Storm  <storm@cua.dk>
11225         * emacs-lisp/authors.el (authors-aliases): Update list.
11226         (authors-fixed-entries): Update mldrag.el entry.
11228 2005-09-10  Alan Mackenzie  <acm@muc.de>
11230         * page.el (narrow-to-page): Exclude _entire_ multi-line delimiter
11231         from the region narrowed to.
11233 2005-09-10  Magnus Henoch  <mange@freemail.hu>
11235         * textmodes/ispell.el (ispell-check-version): Signal an error if
11236         aspell version is less than 0.60.
11238 2005-09-10  Pascal Dupuis  <Pascal.Dupuis@esat.kuleuven.be>  (tiny change)
11240         * progmodes/octave-inf.el (inferior-octave-startup):
11241         Resync current dir at the end.
11243 2005-09-10  Emilio C. Lopes  <eclig@gmx.net>
11245         * woman.el (woman-topic-at-point-default):
11246         Rename to woman-use-topic-at-point-default.
11247         (woman-topic-at-point): Rename to woman-use-topic-at-point.
11248         (woman-file-name): Reflect renames above.  Automatically use the
11249         word at point as topic if woman-use-topic-at-point is non-nil.
11250         Otherwise offer it as default but don't insert it in the
11251         minibuffer.  Also use `test-completion' instead of `assoc' as
11252         suggested by Stefan Monnier.
11254 2005-09-10  Andre Spiegel  <spiegel@gnu.org>
11256         * vc.el (vc-directory, vc-update-change-log): Throw an error on
11257         the attempt to do it over Tramp.  This is not yet supported.
11259 2005-09-10  Eli Zaretskii  <eliz@gnu.org>
11261         * menu-bar.el (menu-bar-menu-frame-live-and-visible-p)
11262         (menu-bar-non-minibuffer-window-p): New functions.
11263         ("Split Window", "Save As..."): Use them.
11264         ("Postscript Print Buffer (B+W)", "Postscript Print Buffer")
11265         ("Print Buffer", "Truncate Long Lines in this Buffer"):
11266         Use menu-bar-menu-frame-live-and-visible-p.
11267         ("Save Buffer", "Insert File", "Open Directory...")
11268         ("Open File...", "Visit New File..."):
11269         Use menu-bar-non-minibuffer-window-p.
11270         (kill-this-buffer-enabled-p, dired <menu-enable>):
11271         Use menu-bar-non-minibuffer-window-p.
11273 2005-09-09  Eli Zaretskii  <eliz@gnu.org>
11275         * cus-start.el (all): Don't complain about fringe-related
11276         built-ins if fringes are not supported.  Ditto about
11277         selection-related built-ins.  Fix the test for GTK-related built-ins.
11279         * menu-bar.el ("Split Window", "Postscript Print Buffer (B+W)")
11280         ("Postscript Print Buffer", "Print Region", "Save As...")
11281         ("Save", "Insert File...", "Open Directory...")
11282         ("Open File...", "Visit New File..."")
11283         ("Truncate Long Lines in this Buffer"): Don't look at
11284         menu-updating-frame if this display does not support multiple frames.
11286 2005-09-09  Frederik Fouvry  <fouvry@CoLi.Uni-SB.DE>
11288         * mail/sendmail.el (default-sendmail-coding-system): Doc fix.
11290 2005-09-09  Emilio Lopes  <eclig@gmx.net>
11292         * woman.el: Format- and whitespace-related changes.
11294 2005-09-09  Eli Zaretskii  <eliz@gnu.org>
11296         * woman.el: Fix my email address.
11298 2005-09-08  Richard M. Stallman  <rms@gnu.org>
11300         * progmodes/sh-script.el (sh-skeleton-pair-default-alist): New var.
11301         (sh-mode): Locally set skeleton-pair-default-alist.
11303         * progmodes/make-mode.el (makefile-add-log-defun): Trim the result.
11305         * progmodes/flymake.el: Require `compile' unconditionally.
11307         * mail/sendmail.el (send-mail-function): Add Mailclient alternative.
11309         * woman.el (woman-file-name): Provide a default, not initial input.
11311         * smerge-mode.el (smerge-resolve): Pass args to smerge-remove-props.
11313         * font-lock.el (font-lock-support-mode): Doc fix.
11315         * descr-text.el (describe-property-list): Handle non-symbol prop names.
11317 2005-09-08  Richard M. Stallman  <rms@gnu.org>
11319         * simple.el (blink-matching-open): Get rid of text props from
11320         the string shown in echo area.  Don't permanently set point.
11321         Some rearrangements.
11323 2005-09-08  Reiner Steib  <Reiner.Steib@gmx.de>
11325         * recentf.el (recentf-filename-handler): Add custom choice
11326         `abbreviate-file-name'.
11328         * msb.el (msb--very-many-menus): Fix typo.
11330         * disp-table.el (standard-display-european): Don't set
11331         enable-multibyte-characters to nil.
11333 2005-09-08  David Ponce  <david@dponce.com>
11335         * recentf.el (recentf-show-file-shortcuts-flag): New option.
11336         (recentf-expand-file-name): Doc fix.
11337         (recentf-dialog-mode-map): Define digit shortcuts.
11338         (recentf--files-with-key): New variable.
11339         (recentf-show-digit-shortcut-filter): New function.
11340         (recentf-open-files-items): New function.
11341         (recentf-open-files): Use it.
11342         (recentf-open-file-with-key): New command.
11344 2005-09-08  Chong Yidong  <cyd@stupidchicken.com>
11346         * buff-menu.el (Buffer-menu-sort-by-column): New function.
11347         Suggested by Kim F. Storm.
11348         (Buffer-menu-sort-button-map): Global keymap for sort buttons.
11349         (Buffer-menu-make-sort-button): Use global keymap.
11351 2005-09-07  Michael Albinus  <michael.albinus@gmx.de>
11353         * woman.el (top): Remap `man' command by `woman' in `woman-mode-map'.
11354         (Man-getpage-in-background-advice): Remove defadvice; it isn't
11355         necessary any longer with the remapped command.
11356         (Man-bgproc-sentinel-advice): Remove defadvice which counts
11357         formatting time only.
11359         * net/tramp.el (tramp-action-password)
11360         (tramp-multi-action-password): Compile the password prompt from
11361         `method', `user' and `host'.  Sometimes it isn't obvious which
11362         password to enter, for example with remote files offered by
11363         recentf.el, or with multiple steps.  Suggested by Robert Marshall
11364         <robert@chezmarshall.freeserve.co.uk>.
11366 2005-09-07  Stefan Monnier  <monnier@iro.umontreal.ca>
11368         * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
11369         Fix regexp for when "s///" is at the beginning of line.
11371 2005-09-07  Jay Belanger  <belanger@truman.edu>
11373         * calc/calc-poly.el (math-expand-term): Multiply out any powers
11374         when in matrix mode.
11376 2005-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
11378         * buff-menu.el (Buffer-menu-make-sort-button): Add docstrings, use
11379         non-anonymous functions.
11381 2005-09-06  Chong Yidong  <cyd@stupidchicken.com>
11383         * buff-menu.el (Buffer-menu-make-sort-button): Allow mouse-1 clicks
11384         when using a header line.  Otherwise, use mouse-1-click-follows-link.
11386         * mouse.el (mouse-drag-header-line): Do nothing if the header-line
11387         can't be moved; don't signal an error.
11389 2005-09-05  Chong Yidong  <cyd@stupidchicken.com>
11391         * cus-theme.el (custom-theme-write-faces): Save the current face
11392         spec, not the defface spec.
11394         * custom.el (custom-known-themes): Clarify meaning of "standard".
11395         (custom-push-theme): Save old values in the standard theme.
11396         (disable-theme): Correct typo.
11397         (custom-face-theme-value) Deleted unused function.
11398         (custom-theme-recalc-face): Rewritten to treat enable/disable properly.
11400 2005-09-05  Stefan Monnier  <monnier@iro.umontreal.ca>
11402         * progmodes/compile.el (compilation-goto-locus): Take into account
11403         iconified frames when determining whether the buffer is
11404         already visible.
11405         Don't reset window height if the window already existed.
11407 2005-09-04  Chong Yidong  <cyd@stupidchicken.com>
11409         * custom.el (load-theme): Rename from require-theme.
11410         Add interactive spec.
11411         (enable-theme): Rename from custom-enable-theme.
11412         Add interactive spec.
11413         (disable-theme): Rename from custom-disable-theme.
11414         Add interactive spec.
11415         (custom-make-theme-feature): Doc fix.
11416         (custom-theme-directory): Doc fix.
11417         (provide-theme): Call enable-theme.
11419 2005-09-02  Stefan Monnier  <monnier@iro.umontreal.ca>
11421         * obsolete/lazy-lock.el (lazy-lock-mode):
11422         * obsolete/fast-lock.el (fast-lock-mode): Don't try to turn on
11423         font-lock-mode if it's off.  Print a warning instead.
11425         * progmodes/compile.el (compilation-start): Ignore errors if the
11426         process died before we get to send-eof.
11428         * textmodes/tex-mode.el (tex-send-tex-command, tex-bibtex-file):
11429         Undo last change.  Enclosing the result in quotes broke things on Unix
11430         since tex-send-command passes it through shell-quote-argument.
11431         (tex-send-command): Pass `file' through convert-standard-filename
11432         when possible.
11433         (tex-uptodate-p): Handle the case where TeX hasn't put additional
11434         info in a transcript.
11436 2005-09-02  Dan Nicolaescu  <dann@ics.uci.edu>
11438         * term/xterm.el (terminal-init-xterm): Add eval-when-compile to
11439         fix compilation warning.  Reorder the key definitions to group
11440         together keys emitted by the current version of xterm.
11442         * progmodes/vhdl-mode.el (vhdl-highlight-faces)
11443         (vhdl-speedbar-entity-face, vhdl-speedbar-entity-selected-face):
11444         Reorder predicates to correct min-color usage.
11446 2005-09-01  Chong Yidong  <cyd@stupidchicken.com>
11448         * longlines.el (longlines-mode): Inhibit read-only when encoding.
11449         Kill local variables when longlines-mode is turned off.
11451 2005-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
11453         * international/mule-cmds.el (set-locale-environment): Soothe compiler.
11455         * obsolete/lazy-lock.el (lazy-lock) <defgroup>: Move from font-lock.el.
11457         * obsolete/fast-lock.el (fast-lock) <defgroup>: Move from font-lock.el.
11459         * font-lock.el (fast-lock, lazy-lock) <defgroup>: Remove.
11460         (font-lock-lines-before): Change default to being inactive.
11461         (font-lock-default-fontify-region): Obey font-lock-lines-before.
11462         (font-lock-after-change-function): Don't handle f-l-lines-before here.
11464 2005-08-31  Michael Albinus  <michael.albinus@gmx.de>
11466         * net/tramp.el (tramp-handle-make-auto-save-file-name):
11467         Deactivate temporarily advice if active (not needed for Emacs 22,
11468         but for backwards compatibility).
11469         (tramp-exists-file-name-handler): Rewrite.  First implementation
11470         was too simple.
11471         (tramp-advice-make-auto-save-file-name):
11472         Call `tramp-handle-make-auto-save-file-name' (again, just for
11473         backwards compatibility).
11475 2005-08-31  Reto Zimmermann  <reto@gnu.org>
11477         * progmodes/vhdl-mode.el
11478         (vhdl-update-sensitivity-list): Handle multi-dimensional array access.
11479         (vhdl-end-p): Fix indentation bug "else" after "-- when".
11480         (vhdl-set-default-project): New function (easier setting of default).
11481         (vhdl-port-copy): Handle extended identifiers for generics.
11482         (vhdl-compiler-alist): Better description for error message regexp.
11483         (vhdl-make): Query for target, use previous as default.
11484         (vhdl-port-copy): Fix port copy for port names starting with "signal".
11485         (vhdl-font-lock-keywords-2): Fix fontification for record
11486         el. assign.
11487         (vhdl-speedbar-make-subpack-line): Add package body link.
11488         (vhdl-generate-makefile-1): Not include itself as dependency.
11489         (vhdl-font-lock-init): Highlight c-preprocessor directives.
11490         (vhdl-*ward-syntactic-ws): Skip c-preprocessor directives.
11491         (vhdl-get-syntactic-context): Handle c-preprocessor directives.
11492         (vhdl-update-sensitivity-list): Start scan at opening parenthesis.
11493         (vhdl-fixup-whitespace-region): Fix jumping point (infinite loop).
11494         (vhdl-update-sensitivity-list-buffer): Add string argument for `error'.
11495         (vhdl-import-project): Add string argument for `error'.
11496         (vhdl-compose-configuration)
11497         (vhdl-compose-configuration-architecture): Add configuration
11498         declaration generation.
11499         (vhdl-scan-directory-contents): Scan for block/generate hierarchy.
11500         (vhdl-trailer-re): Add "record" keyword (better indentation).
11501         (vhdl-fixup-whitespace-region): "[^ \t\"-]+" instead of
11502         "[^ \t-\"]+".
11503         (vhdl-font-lock-keywords-2): Not highlight formal parameter after `|'.
11504         (vhdl-testbench-entity-file-name)
11505         (vhdl-testbench-architecture-file-name): Allow separate
11506         customization of testbench file names.
11507         (vhdl-beginning-of-block): Handle optional subprogram parameter list.
11508         (vhdl-get-visible-signals): Allow newline within alias declaration.
11509         (vhdl-update-sensitivity-list): Signal read only on certain attributes.
11510         (vhdl-fixup-whitespace-region): Fix bug with strings (double quotes).
11511         (member-ignore-case): Alias for missing function in XEmacs.
11512         (vhdl-compiler-alist): Add unit-to-file name mapping for Cadence NC.
11513         (vhdl-update-sensitivity-list): Ignore case on read signals.
11514         (vhdl-replace-string): Adjust case only for file names.
11515         (vhdl-update-sensitivity-list): Fix search for read signals.
11516         (vhdl-update-sensitivity-list): Exclude formal parameters.
11517         (vhdl-get-visible-signals): Include aliases of signals.
11518         (vhdl-get-visible-signals): Fix signal name searching.
11519         (vhdl-port-flatten, vhdl-port-reverse-direction): Better message.
11520         (vhdl-fixup-whitespace-region): Fix for character
11521         literals (e.g. `:').
11523 2005-08-31  Juanma Barranquero  <lekktu@gmail.com>
11525         * ansi-color.el (comint-last-output-start):
11526         * bs.el (font-lock-verbose):
11527         * diff-mode.el (add-log-buffer-file-name-function):
11528         * dired-x.el (vm-folder-directory):
11529         * faces.el (help-xref-stack-item):
11530         * files.el (font-lock-keywords):
11531         * find-lisp.el (dired-buffers, dired-subdir-alist):
11532         * ido.el (cua-inhibit-cua-keys):
11533         * log-view.el (cvs-minor-wrap-function):
11534         * outline.el (font-lock-warning-face):
11535         * simple.el (compilation-current-error):
11536         * speedbar.el (ange-ftp-path-format, efs-path-regexp)
11537         (font-lock-keywords, x-pointer-hand2, x-pointer-top-left-arrow):
11538         * tooltip.el (comint-prompt-regexp):
11539         * w32-fns.el (explicit-shell-file-name):
11540         * term/mac-win.el (mac-charset-info-alist)
11541         (mac-services-selection, mac-system-script-code):
11542         * term/tty-colors.el (msdos-color-values):
11543         * term/w32-win.el (xlfd-regexp-registry-subnum):
11544         * term/x-win.el (x-keysym-table, x-selection-timeout)
11545         (x-session-id, x-session-previous-id):
11546         * textmodes/ispell.el (mail-yank-prefix):
11547         * textmodes/makeinfo.el (tex-end-of-header, tex-start-of-header):
11548         * textmodes/org.el (calc-embedded-close-formula)
11549         (calc-embedded-open-formula)
11550         (font-lock-unfontify-region-function):
11551         * textmodes/reftex-global.el (isearch-next-buffer-function)
11552         (TeX-master):
11553         * textmodes/reftex.el (font-lock-keywords):
11554         * textmodes/tex-mode.el (font-lock-comment-face)
11555         (font-lock-doc-face):
11556         * textmodes/texinfo.el (outline-heading-alist):
11557         Add defvars.
11559         * textmodes/artist.el (x-pointer-crosshair): Add defvar.
11560         (artist-spray-chars, artist-mode-init, artist-replace-string)
11561         (artist-select-erase-char, artist-vap-find-endpoints-horiz)
11562         (artist-vap-find-endpoints-vert, artist-vap-find-endpoints-swne)
11563         (artist-vap-find-endpoints-nwse): "?\ " -> "?\s".
11565         * textmodes/conf-mode.el (outline-heading-end-regexp): Add defvar.
11566         (conf-align-assignments): "?\ " -> "?\s".
11568         * textmodes/reftex-index.el (TeX-master): Add defvar.
11569         (reftex-index-phrases-marker): Move up defvar.
11571         * textmodes/reftex-toc.el (zmacs-regions): Add defvar.
11572         (reftex-toc-include-labels-indicator)
11573         (reftex-toc-include-index-indicator)
11574         (reftex-toc-max-level-indicator): Move up declarations.
11576         * net/tramp.el (tramp-handle-make-auto-save-file-name): Pass list
11577         of args to `tramp-run-real-handler', even if it's empty in this case.
11579 2005-08-31  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
11581         * dired.el (dired-move-to-filename-regexp): Add date format for
11582         Mac OS X 10.3 in East Asian locales.
11584 2005-08-31  Michael Albinus  <michael.albinus@gmx.de>
11586         * files.el (make-auto-save-file-name): Add file name handler call
11587         if applicable.
11589         * net/tramp.el (tramp-file-name-handler-alist)
11590         (tramp-file-name-for-operation): Add `make-auto-save-file-name'.
11591         (tramp-handle-make-auto-save-file-name): Rename from
11592         `tramp-make-auto-save-file-name'.
11593         (tramp-exists-file-name-handler): New defun.
11594         (tramp-advice-make-auto-save-file-name): Make defadvice only when
11595         `make-auto-save-file-name' is not a magic file name operation.
11597 2005-08-30  Richard M. Stallman  <rms@gnu.org>
11599         * files.el (risky-local-variable-p):
11600         Match `-predicates' and `-commands.
11602         * cus-edit.el (custom-buffer-sort-alphabetically): Default to t.
11603         (custom-save-all): Visit the file if necessary;
11604         kill the buffer if we created it.
11605         (custom-save-delete): Don't visit file or kill buffer here.
11607 2005-08-30  Carsten Dominik  <dominik@science.uva.nl>
11609         * textmodes/org.el (org-special-keyword): New face.
11610         (org-table-copy-down, org-table-eval-formula)
11611         (org-table-recalculate, org-init-section-numbers):
11612         Use `string-to-number' instead of `string-to-int'.
11613         (org-get-location): Use `insert-buffer-substring' instead of
11614         `insert-buffer'.
11615         (org-modify-diary-entry-string): New function.
11616         (org-get-entries-from-diary): Set the hook for `add-to-diary-list'.
11617         (org-disable-agenda-to-diary): Rename from `org-disable-diary'.
11618         (org-toggle-fixed-width-section): Use QUOTE keyword if there is no
11619         active region.
11620         (org-export-as-html): Handle QUOTE keyword.
11621         (org-quote-string): New option.
11622         (org-bookmark-jump-unhide): New function, used for
11623         `bookmark-after-jump-hook'.
11624         (org-diary-default-entry): Apply only when not called through
11625         `org-agenda'.
11627 2005-08-30  Juanma Barranquero  <lekktu@gmail.com>
11629         * net/eudc.el (mode-popup-menu):
11630         * play/handwrite.el (ps-printer-name, ps-lpr-command):
11631         * progmodes/ada-mode.el (compile-auto-highlight)
11632         (skeleton-further-elements):
11633         * progmodes/autoconf.el (font-lock-syntactic-keywords):
11634         * progmodes/cmacexp.el (msdos-shells):
11635         * progmodes/compile.el (font-lock-extra-managed-props)
11636         (font-lock-keywords, font-lock-maximum-size)
11637         (font-lock-support-mode):
11638         * progmodes/grep.el (font-lock-lines-before):
11639         * progmodes/idlw-complete-structtag.el (idlwave-completion-help-info):
11640         * progmodes/mixal-mode.el (compile-command):
11641         * progmodes/perl-mode.el (font-lock-comment-face)
11642         (font-lock-doc-face, font-lock-string-face):
11643         * progmodes/prolog.el (comint-prompt-regexp):
11644         * progmodes/sh-script.el (font-lock-comment-face)
11645         (font-lock-set-defaults, font-lock-string-face):
11646         * progmodes/sql.el (font-lock-keyword-face)
11647         (font-lock-set-defaults, font-lock-string-face):
11648         * progmodes/vhdl-mode.el (compilation-file-regexp-alist)
11649         (itimer-version, lazy-lock-defer-contextually)
11650         (lazy-lock-defer-on-scrolling, lazy-lock-defer-on-the-fly):
11651         Add defvars.
11653         * progmodes/cperl-mode.el (cperl-electric-lbrace)
11654         (cperl-electric-keyword, cperl-electric-pod)
11655         (cperl-electric-backspace, cperl-forward-re)
11656         (cperl-fix-line-spacing, cperl-fill-paragraph): "?\ " -> "?\s".
11657         (vc-rcs-header, vc-sccs-header): Add defvars.
11659         * progmodes/fortran.el (fortran-indent-to-column): "?\ " -> "?\s".
11660         (font-lock-syntactic-keywords, gud-find-expr-function):
11661         Add defvars.
11663         * progmodes/gdb-ui.el (tool-bar-map): Add defvar.
11664         (gdb-frame-parameters): Declare before use.
11666         * progmodes/gud.el (gdb-active-process, gdb-define-alist)
11667         (gdb-macro-info, gdb-server-prefix, gdb-show-changed-values)
11668         (gdb-var-changed, gdb-var-list, tool-bar-map): Add defvars.
11669         (gud-expr-compound-sep, gud-expr-compound): "?\ " -> "?\s".
11671         * progmodes/idlw-help.el (browse-url-generic-args): Add defvar.
11672         (idlwave-help-with-source): Use `insert-buffer-substring', not
11673         `insert-buffer'.
11675 2005-08-29  Juri Linkov  <juri@jurta.org>
11677         * outline.el (hide-entry, hide-leaves, outline-toggle-children):
11678         Put outline-back-to-heading function call inside save-excursion.
11680 2005-08-29  Juanma Barranquero  <lekktu@gmail.com>
11682         * man.el (Man-init-defvars, Man-translate-references)
11683         (Man-support-local-filenames, Man-highlight-references):
11684         * progmodes/sql.el (sql-interactive-mode):
11685         * shell.el (shell-mode, shell-resync-dirs): Fix typos in docstrings.
11687         * emacs-lisp/checkdoc.el (compilation-error-regexp-alist)
11688         (compilation-mode-font-lock-keywords): Add defvars.
11689         (checkdoc-interactive-loop): "?\ " -> "?\s".
11691         * emacs-lisp/lisp-mode.el (font-lock-comment-face)
11692         (font-lock-doc-face, font-lock-string-face)
11693         (font-lock-keywords-case-fold-search): Add defvars.
11694         (emacs-lisp-mode-syntax-table): "?\ " -> "?\s".
11696         * obsolete/sun-fns.el (mouse-select-or-drag-move-point):
11697         Don't pass X and Y (they are ignored anyway).
11698         (mouse-set-mark, mouse-select-window, mouse-delete-other-windows)
11699         (mouse-delete-window): Make arguments optional.
11701         * obsolete/rnews.el (news-add-news-group): Don't use `end-of-line'.
11702         (caesar-translate-table, minor-modes, news-buffer-save)
11703         (news-group-name, news-minor-modes): Add defvars.
11705         * emacs-lisp/lselect.el (mouse-highlight-priority)
11706         (x-lost-selection-functions, zmacs-regions):
11707         * emacs-lisp/pp.el (font-lock-verbose):
11708         * emacs-lisp/syntax.el (font-lock-beginning-of-syntax-function):
11709         * emacs-lisp/tcover-ses.el (ses-initial-global-parameters)
11710         (ses-mode-map):
11711         * emacs-lisp/tcover-unsafep.el (safe-functions):
11712         * international/mule-cmds.el (mac-system-coding-system)
11713         (mac-system-locale):
11714         * language/ethio-util.el (rmail-current-message)
11715         (rmail-message-vector):
11716         * language/thai-util.el (thai-auto-composition-mode):
11717         * mail/metamail.el (rmail-current-message, rmail-message-vector):
11718         * mail/mspools.el (rmail-inbox-list, vm-crash-box)
11719         (vm-folder-directory, vm-init-file, vm-init-file-loaded)
11720         (vm-primary-inbox, vm-spool-files):
11721         * mail/rmail.el (deleted-head, font-lock-fontified)
11722         (mail-abbrev-syntax-table, mail-abbrevs, messages-head)
11723         (rmail-use-spam-filter, rsf-beep, rsf-sleep-after-message)
11724         (total-messages):
11725         * mail/rmail-spam-filter.el (bbdb/mail_auto_create_p)
11726         (rmail-summary-mode-map):
11727         * mail/rmailkwd.el (rmail-buffer, rmail-current-message)
11728         (rmail-last-label, rmail-last-multi-labels)
11729         (rmail-summary-vector, rmail-total-messages):
11730         * mail/rmailmsc.el (rmail-current-message, rmail-inbox-list):
11731         * mail/rmailsum.el (msgnum):
11732         * mail/uce.el (gnus-original-article-buffer, mail-reply-buffer)
11733         (rmail-current-message):
11734         * obsolete/fast-lock.el (font-lock-face-list):
11735         * obsolete/rnewspost.el (mail-reply-buffer):
11736         * obsolete/scribe.el (compile-command):
11737         * obsolete/x-menu.el (x-process-mouse-hook): Add defvars.
11739 2005-08-28  John Paul Wallington  <jpw@gnu.org>
11741         * ibuf-ext.el (ibuffer-auto-update-changed):
11742         Use `frame-or-buffer-changed-p' to check whether we need to update.
11743         (ibuffer-auto-mode): Don't advise `get-buffer-create' and
11744         `kill-buffer'.  Initialise `ibuffer-auto-buffers-changed'
11745         as a `frame-or-buffer-changed-p' state vector instead.
11747 2005-08-27  Romain Francoise  <romain@orebokech.com>
11749         * textmodes/makeinfo.el (makeinfo-compile):
11750         Use `compilation-start'.  Set `next-error-function' according to
11751         `disable-errors'.
11752         (makeinfo-next-error): New function.
11753         (makeinfo-region): Adjust to new `makeinfo-compile' prototype.
11754         (makeinfo-buffer): Likewise.
11756         * progmodes/compile.el (compilation-start): Add autoload cookie.
11758         * progmodes/antlr-mode.el: Don't autoload `compilation-start'.
11759         * textmodes/sgml-mode.el: Likewise.
11760         * progmodes/python.el: Likewise.
11762 2005-08-27  Eli Zaretskii  <eliz@gnu.org>
11764         * simple.el (blink-matching-paren-distance): Document the meaning
11765         of nil value, and allow to customize to nil.
11767         * eshell/esh-ext.el (eshell-windows-shell-file): Look for
11768         command.com, not command.exe.
11770 2005-08-26  John Wiegley  <johnw@newartisans.com>
11772         * eshell/esh-cmd.el (eshell-rewrite-named-command): Change the
11773         code around a bit so that an extraneous nil argument is not added
11774         to a command when no args are given.
11776         * eshell/esh-arg.el (eshell-parse-double-quote): If a
11777         double-quoted argument resolves to nil, return it as an empty
11778         string rather than as nil.  This made it impossible to pass "" to
11779         a shell script as a null string argument.
11781 2005-08-26  Stefan Monnier  <monnier@iro.umontreal.ca>
11783         * outline.el (outline-invent-heading): New fun.
11784         (outline-promote, outline-demote): Use it.
11785         (outline-move-subtree-down): Remove unused vars `re' and `txt'.
11786         (outline-end-of-subtree): Remove unused var `opoint'.
11788 2005-08-26  David Reitter  <david.reitter@gmail.com>
11790         * menu-bar.el (truncate-lines, write-file, print-buffer)
11791         (ps-print-buffer-faces, ps-print-buffer, split-window):
11792         Disable menu items when the frame they refer to is invisible, or when
11793         they refer to a buffer and the minibuffer is selected.
11795 2005-08-26  Pavel Kobiakov  <pk_at_work@yahoo.com>
11797         * progmodes/flymake.el (flymake-highlight-err-lines):
11798         Use save-excursion around flymake-highlight-line to preserve point.
11800 2005-08-26  Eli Zaretskii  <eliz@gnu.org>
11802         * progmodes/octave-mod.el: Change Author and Maintainer address.
11803         (octave-maintainer-address): Change Kurt's email address.
11804         * progmodes/octave-inf.el: Change Author and Maintainer address.
11805         * progmodes/octave-hlp.el: Change Author and Maintainer address.
11807 2005-08-26  Kim F. Storm  <storm@cua.dk>
11809         * subr.el (version-list-<, version-list-<=, version-list-=):
11810         Rename from integer-list-*.
11811         (version-list-not-zero): Likewise.  Fix while loop.
11812         (version=): Use version-list-= instead of string-equal.
11814 2005-08-26  Richard M. Stallman  <rms@gnu.org>
11816         * outline.el (outline-promote): Try shortening the heading.
11817         As last resort, read the heading to use.
11818         (outline-demote): As last resort, read the heading to use.
11820 2005-08-26  Romain Francoise  <romain@orebokech.com>
11822         * progmodes/compile.el (compilation-start): Doc fix.
11824         * progmodes/antlr-mode.el (antlr-default): Fix defface form.
11825         (antlr-font-lock-additional-keywords): Fix reference to
11826         `antlr-font-lock-literal-regexp' erroneously changed during the
11827         mass face rename.
11828         (antlr-run-tool): Use `compilation-start'.
11830         * textmodes/sgml-mode.el (sgml-validate): Use `compilation-start'
11831         instead of the obsolete `compile-internal'.
11833 2005-08-26  Juanma Barranquero  <lekktu@gmail.com>
11835         * calendar/cal-bahai.el (date, displayed-month, displayed-year)
11836         (number, original-date):
11837         * calendar/cal-china.el (date):
11838         * calendar/cal-coptic.el (date):
11839         * calendar/cal-french.el (date):
11840         * calendar/cal-hebrew.el (date, entry, number, original-date):
11841         * calendar/cal-islam.el (date, number, original-date):
11842         * calendar/cal-iso.el (date):
11843         * calendar/cal-julian.el (date):
11844         * calendar/cal-mayan.el (date):
11845         * calendar/cal-menu.el (date, event):
11846         * calendar/cal-persia.el (date):
11847         * calendar/lunar.el (date):
11848         * calendar/solar.el (date): Add defvars.
11850         * emerge.el:
11851         * ibuffer.el:
11852         * info-xref.el:
11853         * obsolete/bg-mouse.el:
11854         * obsolete/sun-curs.el:
11855         * obsolete/swedish.el: Move the `defvar's to the top level.
11857         * smerge-mode.el (smerge-refined-change): Add :group.
11859 2005-08-25  Stefan Monnier  <monnier@iro.umontreal.ca>
11861         * smerge-mode.el (smerge-remove-props): Make the args non-optional.
11862         (smerge-keep-n): Remove props.
11863         (smerge-keep-base, smerge-keep-other, smerge-keep-mine)
11864         (smerge-keep-current, smerge-kill-current): Don't remove props anymore
11865         now that it's done in smerge-keep-n.
11866         (smerge-refined-change): New face.
11867         (smerge-refine-chopup-region, smerge-refine-highlight-change)
11868         (smerge-refine): New funs.
11869         (smerge-basic-map): Bind smerge-refine.
11871 2005-08-25  Juri Linkov  <juri@jurta.org>
11873         * progmodes/grep.el (grep, grep-mode): Make buffer-local variables
11874         compilation-process-setup-function and compilation-disable-input
11875         in grep-mode instead of let-bindings in grep.
11877         * menu-bar.el (menu-bar-options-menu, menu-bar-options-save):
11878         Delete "Automatic File De/compression" (auto-compression-mode).
11880 2005-08-25  Juanma Barranquero  <lekktu@gmail.com>
11882         * obsolete/bg-mouse.el: Move to obsolete/ from term/.
11883         Silence warning about non-existent variable.
11885 2005-08-25  Richard M. Stallman  <rms@gnu.org>
11887         * menu-bar.el (menu-bar-describe-menu): Delete "What's New".
11888         Rename "Describe Key" to "Describe Key or Mouse Operation".
11890         * mail/mailalias.el (build-mail-aliases): Delete comments
11891         from the contents before processing them.
11893         * isearch.el (isearch-edit-string): Erase the Search prompt
11894         if user enters an empty string and there is no default.
11896         * comint.el (comint-file-name-prefix): Add autoload.
11898 2005-08-25  Joe Corneli  <jcorneli@math.utexas.edu>
11900         * subr.el (play-sound): Rearrange to avoid warning.
11902 2005-08-25  Carsten Dominik  <dominik@science.uva.nl>
11904         * calendar/diary-lib.el (diary-modify-entry-list-string-function):
11905         New hook.
11906         (add-to-diary-list): Call `diary-modify-entry-list-string-function'
11908 2005-08-24  Stefan Monnier  <monnier@iro.umontreal.ca>
11910         * emacs-lisp/easy-mmode.el (define-minor-mode): Simplify.
11912         * custom.el (custom-theme-set-variables): Sort minor modes last.
11914 2005-08-24  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
11916         * subr.el (version-separator, version-regexp-alist): New vars used by
11917         version comparison funs.
11918         (integer-list-<, integer-list-=, integer-list-<=)
11919         (integer-list-not-zero): New funs for integer list comparison.
11920         (version-to-list, version=, version<, version<=): New funs for version
11921         comparison.
11923 2005-08-24  Juanma Barranquero  <lekktu@gmail.com>
11925         * emerge.el (merge-begin, merge-end, template, A-begin, A-end)
11926         (B-begin, B-end, diff, diff-vector, valid-diff): Defvar at compile
11927         time to silence the byte-compiler.
11929         * ibuffer.el (ibuffer-compile-make-eliding-form)
11930         (ibuffer-check-formats): Use `with-no-warnings' to hide references
11931         to `ibuffer-elide-long-columns' (which is defined on ibuffer.el,
11932         so it's silly to get warnings for it).
11933         (ibuffer-auto-mode, ibuffer-cached-filter-formats)
11934         (ibuffer-compiled-filter-formats, ibuffer-filter-format-alist)
11935         (ibuffer-filter-group-kill-ring, ibuffer-filter-groups)
11936         (ibuffer-filtering-qualifiers, ibuffer-hidden-filter-groups)
11937         (ibuffer-inline-columns, ibuffer-show-empty-filter-groups)
11938         (ibuffer-tmp-hide-regexps, ibuffer-tmp-show-regexps):
11939         Defvar at compile time.
11940         (ibuffer-compiled-formats, ibuffer-cached-eliding-string)
11941         (ibuffer-cached-formats, ibuffer-cached-elide-long-columns):
11942         Declare them before use.
11944         * info-xref.el (info-xref-xfile-alist, info-xref-filename-heading)
11945         (info-xref-good, info-xref-bad): Defvar at compile time.
11947         * obsolete/mlsupport.el (filter-region, execute-monitor-command):
11948         Use `let*' instead of `let'.
11950         * obsolete/sun-curs.el (icon-edit, *mouse-window*, *mouse-x*)
11951         (*mouse-y*, menu, char): Defvar at compile time.
11952         (sc::menu): Declare it before use.
11953         (sc::pack-one-line): Use `let', not `let*'.
11955         * obsolete/swedish.el (news-inews-hook, news-group-hook-alist)
11956         (mail-send-hook): Defvar at compile time.
11958         * term/bg-mouse.el (bg-mouse-x, bg-mouse-y, bg-cursor-window):
11959         Defvar at compile time.
11961         * term/sun-mouse.el (current-global-mousemap)
11962         (current-local-mousemap): Declare them before use.
11964 2005-08-24  Carsten Dominik  <dominik@science.uva.nl>
11966         * bookmark.el (bookmark-after-jump-hook): New hook.
11967         (bookmark-jump): Run `bookmark-after-jump-hook'.
11969 2005-08-23  Juri Linkov  <juri@jurta.org>
11971         * faces.el (minibuffer-prompt): Doc fix.
11973 2005-08-23  Juanma Barranquero  <lekktu@gmail.com>
11975         * progmodes/xscheme.el: Trivial changes to silence warnings.
11976         (xscheme-previous-mode, xscheme-previous-process-state):
11977         Add defvars.
11978         (xscheme-last-input-end, xscheme-process-command-line)
11979         (xscheme-process-name, xscheme-buffer-name)
11980         (xscheme-expressions-ring-max, xscheme-expressions-ring)
11981         (xscheme-expressions-ring-yank-pointer, xscheme-running-p)
11982         (xscheme-control-g-synchronization-p)
11983         (xscheme-control-g-disabled-p, xscheme-string-receiver)
11984         (default-xscheme-runlight, xscheme-runlight)
11985         (xscheme-runlight-string, xscheme-process-filter-state)
11986         (xscheme-allow-output-p, xscheme-prompt, xscheme-mode-string):
11987         Move to beginning of file.
11988         (scheme-interaction-mode-commands-alist)
11989         (scheme-interaction-mode-map, scheme-debugger-mode-map):
11990         Declare them before use.  Note: the initialization code for the variables
11991         has not been moved because it uses functions that reference the variables.
11992         (xscheme-control-g-message-string, xscheme-process-filter-alist)
11993         (xscheme-prompt-for-expression-map): Declare them before use.
11994         (scheme-debugger-mode-commands): "?\ " -> "?\s".
11996 2005-08-23  Ed Swarthout  <ed.swarthout@gmail.com>  (tiny change)
11998         * hexl.el (hexl-print-current-point-info): Fix simple spelling error.
12000 2005-08-22  Juri Linkov  <juri@jurta.org>
12002         * faces.el (set-face-underline): Delete this duplicate function
12003         and make an obsolete alias to set-face-underline-p.
12004         (set-face-underline-p): Use docstring of set-face-underline.
12005         (describe-face): Create hyperlink to parent face.
12007         * info.el (Info-insert-dir): Use save-excursion around
12008         insert-buffer-substring.
12009         (Info-isearch-search): Use LITERAL arg of replace-regexp-in-string.
12010         (Info-escape-percent): Delete function.
12011         (Info-fontify-node): Replace Info-escape-percent by
12012         replace-regexp-in-string with REP arg set to lambda that
12013         duplicates `%' and preserves text properties.
12015         * progmodes/compile.el (compilation-disable-input): Doc fix.
12016         (define-compilation-mode): Doc fix and refill.
12017         (kill-compilation): Use `mode-name' in the error message.
12018         (compilation-find-file): Use `compilation-error' in the
12019         read-file-name's prompt.
12021 2005-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
12023         * smerge-mode.el (smerge-basic-map): Bind smerge-combine-with-next.
12024         (smerge-auto-leave): Make undo re-enable the mode.
12025         (debug-ignored-errors): Add the user-error of impossible resolution.
12026         (smerge-resolve): Move things around a bit, in preparation for later.
12027         (smerge-diff): Don't fail if the buffer has no associated file.
12028         (ediff-ancestor-buffer, ediff-quit-hook): Quieten byte-compiler.
12029         (smerge-conflict-overlay): New function.
12030         (smerge-match-conflict): Don't add text properties here.
12031         (smerge-find-conflict): Instead, add an overlay here.
12032         Also check for the case where we're inside a conflict already, so as to
12033         obviate the need for font-lock-multiline, which is unbearably slow with
12034         large conflicts and ciomplex font-lock patterns.
12035         (smerge-remove-props): Remove overlay rather than text-properties.
12036         (smerge-mode): Don't set font-lock-multiline.
12037         Remove overlays when turned off.
12039 2005-08-21  Kim F. Storm  <storm@cua.dk>
12041         * ido.el (ido-ignore-item-p): Use save-match-data.
12042         Bind case-fold-search to ido-case-fold locally.
12044 2005-08-20  Richard M. Stallman  <rms@gnu.org>
12046         * files.el (normal-mode): If font lock is on, turn it off and on.
12048         * subr.el (replace-regexp-in-string): Doc fix.
12050         * startup.el (command-line-1): Don't suppress startup screen
12051         due to existing processes.
12053         * progmodes/grep.el (grep): Bind compilation-disable-input to t.
12055         * progmodes/compile.el (compilation-disable-input): Default to nil.
12057 2005-08-20  Kevin Rodgers  <ihs_4664@yahoo.com>  (tiny change)
12059         * progmodes/compile.el (compilation-disable-input): New defcustom.
12060         (compilation-start): If compilation-disable-input is non-nil, send
12061         EOF to the compilation process.
12063 2005-08-20  Eli Zaretskii  <eliz@gnu.org>
12065         * textmodes/tex-mode.el (tex-bibtex-file, tex-send-tex-command):
12066         Run the argument of tex-shell-cd-command through
12067         convert-standard-filename, to get the correct style of slashes on
12068         Windows, and enclose the result in quotes, in case the file name
12069         includes whitespace or other special characters.
12071 2005-08-19  Andreas Schwab  <schwab@suse.de>
12073         * progmodes/gud.el (gud-kill-buffer-hook): Don't kill unrelated
12074         process.
12076 2005-08-18  Luc Teirlinck  <teirllm@auburn.edu>
12078         * cus-start.el (minibuffer-prompt-properties): Correct typo.
12080 2005-08-18  Kim F. Storm  <storm@cua.dk>
12082         * scroll-lock.el: Fix errors due to incorrect line wrapping.
12084 2005-08-18  Richard M. Stallman  <rms@gnu.org>
12086         * scroll-lock.el: New file.
12088 2005-08-18  Thien-Thi Nguyen  <ttn@gnu.org>
12090         * dired.el (dired-move-to-end-of-filename):
12091         Handle fifo as rendered by "ls -lF": Don't include trailing "|".
12093 2005-08-18  Kim F. Storm  <storm@cua.dk>
12095         * ido.el (ido-everywhere): Fix defcustom :set function to disable
12096         rather than toggle mode when custom value is nil.
12097         (ido-everywhere): Fix defun doc string.
12099 2005-08-17  Richard M. Stallman  <rms@gnu.org>
12101         * cus-start.el (minibuffer-prompt-properties): Use "Don't Enter"
12102         as tag instead of "Inviolable".
12104 2005-08-17  Kim F. Storm  <storm@cua.dk>
12106         * windmove.el (windmove-coordinates-of-position): Remove.
12107         (windmove-coordinates-of-window-position): Remove.
12108         (windmove-reference-loc): Use posn-at-point instead.
12110         * subr.el (insert-for-yank-1): Doc fix.
12112         * ido.el (ido-enter-matching-directory): Rename from
12113         ido-enter-single-matching-directory.  Change `slash' choice to
12114         `only'.  Add `first' choice.
12115         (ido-exhibit): Adapt to above changes.
12117 2005-08-16  Luc Teirlinck  <teirllm@auburn.edu>
12119         * Makefile.in: Expand comment about building loaddefs.el.
12121 2005-08-16  Nick Roberts  <nickrob@snap.net.nz>
12123         * progmodes/gdb-ui.el (toggle-gdb-use-inferior-io-buffer):
12124         Comment use of defadvice.
12126         * progmodes/gud.el (gud-jump): Rework for gdb-ui.
12128 2005-08-15  Dan Nicolaescu  <dann@ics.uci.edu>
12130         * buff-menu.el, compare-w.el, emacs-lisp/testcover.el,
12131         * play/gomoku.el, play/mpuz.el, progmodes/flymake.el,
12132         * progmodes/gdb-ui.el, progmodes/idlw-help.el,
12133         * progmodes/idlw-shell.el, progmodes/ld-script.el,
12134         * progmodes/which-func.el, ruler-mode.el, strokes.el,
12135         * textmodes/sgml-mode.el, textmodes/table.el: Do not use face-alias
12136         for backward compatibility for faces that did not appear in the
12137         previous Emacs release.
12139         * simple.el (next-error-follow-minor-mode): Fix init value and lighter.
12141 2005-08-15  Kim F. Storm  <storm@cua.dk>
12143         * emulation/cua-base.el (cua-delete-region): Return t if
12144         deleted region was non-empty.
12145         (cua-replace-region): Inhibit overwrite-mode for
12146         self-insert-command if replaced region was non-empty.
12147         (cua--explicit-region-start, cua--status-string): Make them
12148         buffer-local at top-level...
12149         (cua-mode): ...rather than when mode is enabled.
12151 2005-08-15  Thien-Thi Nguyen  <ttn@gnu.org>
12153         * progmodes/vhdl-mode.el (vhdl-emacs-21):
12154         Set t for Emacs 21, 22, and so on.
12156 2005-08-15  David Ponce  <david@dponce.com>
12158         * tree-widget.el: Update Commentary header.
12159         (tree-widget-theme): Doc fix.
12160         (tree-widget-space-width): New option.
12161         (tree-widget-image-properties): Look up in the default theme too.
12162         (tree-widget--cursors): Only for images with arrow pointer shape.
12163         (tree-widget-lookup-image): Pointer shape is hand by default.
12164         (tree-widget-icon): Rename generic icon widget from
12165         `tree-widget-control'.
12166         (tree-widget-*-icon): Rename from `tree-widget-*-control' and
12167         derive from `tree-widget-icon'.
12168         (tree-widget-handle): Improve default look and feel of the text
12169         representation.
12170         (tree-widget): Rename :*-control properties to :*-icon properties.
12171         Add :action and :help-echo properties.
12172         (tree-widget-after-toggle-functions): Move.
12173         (tree-widget-close-node, tree-widget-open-node): Remove.
12174         (tree-widget-before-create-icon-functions): New hook.
12175         (tree-widget-value-create): Update to allow customization of icons
12176         and nodes at run-time via that new hook.
12177         (tree-widget-icon-create, tree-widget-leaf-node-icon-p)
12178         (tree-widget-icon-action, tree-widget-icon-help-echo)
12179         (tree-widget-action, tree-widget-help-echo): New functions.
12181 2005-08-15  Kim F. Storm  <storm@cua.dk>
12183         * ido.el (ido-buffer-internal): Use with-no-warnings.
12184         (ido-make-merged-file-list): Use while-no-input.
12186 2005-08-15  Richard M. Stallman  <rms@gnu.org>
12188         * textmodes/flyspell.el (flyspell-mark-duplications-flag): Doc fix.
12189         (flyspell-large-region): Fix doc and custom type.
12191 2005-08-14  Richard M. Stallman  <rms@gnu.org>
12193         * files.el (interpreter-mode-alist): Doc fix.
12195         * mail/rmail.el (rmail-nonignored-headers): New variable.
12196         (rmail-clear-headers): Use it.
12197         (rmail-reply): Better handling of mail-followup-to header.
12199         * progmodes/sh-script.el (sh-font-lock-keywords-var):
12200         Rename variable from sh-font-lock-keywords.  In the `shell' entry,
12201         don't try to refer to executable-font-lock-keywords.
12202         (sh-font-lock-keywords-var-1): Rename from sh-font-lock-keywords-1.
12203         (sh-font-lock-keywords-var-2): Rename from sh-font-lock-keywords-2.
12204         (sh-font-lock-keywords): Append executable-font-lock-keywords here.
12205         (sh-mode): Set comment-start-skip, local-abbrev-table,
12206         imenu-case-fold-search.
12207         (sh-set-shell): Don't set them here.
12208         (sh-feature): Simplify.  Get rid of the eval-a-variable feature.
12209         Don't cache the results in the original alist; don't ever modify
12210         that alist.
12212         * textmodes/flyspell.el (flyspell-mode): Autoload a defvar.
12214         * textmodes/ispell.el (lookup-words): Cope with case where ARGS is
12215         empty.
12217 2005-08-15  Andreas Schwab  <schwab@suse.de>
12219         * desktop.el: Put autoload cookie at risky-local-variable declarations.
12221         * dired.el, info.el, mail/rmail.el: Revert last change.
12223 2005-08-14  Thien-Thi Nguyen  <ttn@gnu.org>
12225         * dired.el: Fix dependency bug: Wrap `desktop-buffer-mode-handlers'
12226         modification in `eval-after-load' form.
12227         * info.el: Likewise.
12228         * mail/rmail.el: Likewise.
12230 2005-08-14  Juri Linkov  <juri@jurta.org>
12232         * progmodes/compile.el (compilation-mode-font-lock-keywords):
12233         Remove highlighting of "Compilation started".  Highlight only
12234         the word "finished" in "Compilation finished".  Add highlighting
12235         of "interrupt", "killed", "terminated" and the exit code.
12236         (compilation-start): Add newline after header.  Use exactly the
12237         same time stamp format as the finishing message.
12238         (compilation-mode-map): Add ellipsis to "Search Files (grep)".
12240         * progmodes/grep.el (grep-mode-map): Add ellipsis to "Another grep".
12241         (grep-mode-font-lock-keywords): Don't highlight "Grep started".
12242         Add highlighting of "interrupt", "killed", "terminated".
12244         * delsel.el (delete-selection-pre-hook): If overwrite-mode is
12245         enabled and the current command is self-insert-command, call it
12246         explicitly with overwrite-mode bound to nil, to not allow it
12247         to delete the character after the selected region.
12249 2005-08-12  Matt Hodges  <MPHodges@member.fsf.org>
12251         * emacs-lisp/eldoc.el: Add move-beginning-of-line,
12252         move-end-of-line, end-of-line, and beginning-of-line to the list
12253         of commands after which the echo area is updated.
12255 2005-08-12  Eli Zaretskii  <eliz@gnu.org>
12257         * cus-edit.el (custom-save-all, custom-save-delete):
12258         Bind recentf-exclude to exclude custom-file.
12260 2005-08-12  Ehud Karni  <ehud@unix.mvs.co.il>
12262         * mail/rmailsum.el (rmail-summary-end-of-message): New command
12263         to go to the bottom of the mail message.  Added to
12264         `rmail-summary-mode-map' with key "/".
12265         (rmail-summary-show-message): New (internal) function for use by
12266         both `rmail-summary-beginning/end-of-message'.
12267         (rmail-summary-beginning-of-message): Change to use
12268         rmail-summary-show-message.
12270         * mail/rmail.el (rmail-end-of-message): New command to go to the
12271         end of the current message.  Added to `rmail-mode-map' with key "/".
12272         (rmail-beginning-of-message): Fix to work as documented.
12273         (rmail-mode): Change documentation.
12275         * progmodes/compile.el (compilation-start): Add the line
12276         "Compilation started" with compilation start time.
12277         (compilation-mode-font-lock-keywords): Add `started' to keywords.
12279 2005-08-11  Luc Teirlinck  <teirllm@auburn.edu>
12281         * menu-bar.el (menu-bar-options-menu): Standardize capitalization
12282         of menu items.
12284 2005-08-11  Richard M. Stallman  <rms@gnu.org>
12286         * simple.el (pop-global-mark): Reverse test of widen-automatically.
12288         * battery.el (battery-status-function): Don't use ignore-errors.
12290 2005-08-11  Lute Kamstra  <lute@gnu.org>
12292         * emacs-lisp/generic.el (generic-font-lock-defaults): Declare with
12293         define-obsolete-variable-alias.
12295 2005-08-11  Stefan Monnier  <monnier@iro.umontreal.ca>
12297         * net/ange-ftp.el: Use \\` and \\' instead of ^ and $ in regexps.
12298         (ange-ftp-send-cmd): Revert last change, and expand
12299         the comment explaining the problem.
12301 2005-08-10  Luc Teirlinck  <teirllm@auburn.edu>
12303         * ldefs-boot.el: Update.
12305         * menu-bar.el (menu-bar-showhide-menu): Rename "Date, Time and Mail"
12306         item to "Time, Load and Mail".  Change help echo text.
12308         * time.el (display-time-use-mail-icon, display-time-format)
12309         (display-time-string-forms): Shorten first line of docstrings.
12311 2005-08-10  Lars Hansen  <larsh@soem.dk>
12313         * desktop.el (desktop-buffer-mode-handlers):
12314         Make non-customizable.  Add autoload cookie.  Change initial value to
12315         nil; add elements in respective modules instead.  Fix doc string.
12316         (desktop-load-file): New function.
12317         (desktop-minor-mode-handlers): New autoloaded variable.
12318         (desktop-create-buffer): Call minor mode handlers.
12319         Use desktop-load-file to load major and minor mode modules prior to
12320         checking for a handler.
12321         (desktop-save): Don't add nil to desktop-minor-modes for minor
12322         modes with nil function in desktop-minor-mode-table.  Don't delete
12323         desktop file before rewriting it.
12324         (desktop-locals-to-save): Add autoload cookie.  Don't make
12325         automatically buffer-local.  Add variables column-number-mode,
12326         size-indication-mode, indent-tabs-mode,
12327         indicate-buffer-boundaries, indicate-empty-lines and
12328         show-trailing-whitespace.
12329         (desktop-clear): Allow desktop-clear-preserve-buffers to contain
12330         regexps.  Don't use desktop-clear-preserve-buffers-regexp.
12331         (desktop-clear-preserve-buffers-regexp): Delete.
12332         (desktop-clear-preserve-buffers): Update initial value and docstring.
12333         (desktop-save-buffer): Fix doc string.
12335         * hilit-chg.el: Add handler to desktop-minor-mode-handlers.
12336         (hilit-chg-desktop-restore): New function.
12337         (highlight-changes-mode): Add highlight-changes-mode to
12338         desktop-locals-to-save.
12340         * dired.el: Add handler to desktop-buffer-mode-handlers.
12341         (dired-restore-desktop-buffer): Remove autoload cookie.
12342         (dired-mode): Add autoload cookie.
12344         * info.el: Add handler to desktop-buffer-mode-handlers.
12345         (Info-restore-desktop-buffer): Remove autoload cookie.
12346         (Info-mode): Add autoload cookie.
12348         * mh-e/mh-e.el: Add handler to desktop-buffer-mode-handlers.
12349         (mh-restore-desktop-buffer): Remove autoload cookie.
12350         (mh-folder-mode): Add autoload cookie.
12352         * mail/rmail.el: Add handler to desktop-buffer-mode-handlers.
12353         (rmail-restore-desktop-buffer): Remove autoload cookie.
12355 2005-08-11  Masatake YAMATO  <jet@gyve.org>
12357         * hexl.el (hexl-address-region):
12358         (hexl-ascii-region, hexl-font-lock-keywords):
12359         (hexl-highlight-line-range): Use the term "region"
12360         instead of "area" for consistency with the other symbols
12361         defined in hexl.el.
12363 2005-08-09  Luc Teirlinck  <teirllm@auburn.edu>
12365         * menu-bar.el (menu-bar-options-save): Move `display-time-mode' to
12366         correct group: it is set with `menu-bar-make-mm-toggle' (pointed
12367         out by Juri Linkov).  Add `display-battery-mode'.
12369 2005-08-09  Juri Linkov  <juri@jurta.org>
12371         * progmodes/compile.el (compilation-mode-font-lock-keywords):
12372         Remove `-text' from face variable names.
12373         (compilation-error-file-name, compilation-warning-file-name)
12374         (compilation-info-file-name): Delete faces.
12375         (compilation-line-number, compilation-column-number):
12376         Remove face underlining.
12377         (compilation-message-face): Set to `underline' value by default.
12378         (compilation-error-face, compilation-warning-face)
12379         (compilation-info-face): Remove `-file-name' from face names.
12380         (compilation-error-text-face, compilation-warning-text-face)
12381         (compilation-info-text-face): Delete face variables.
12382         (compilation-text-face): Delete function.
12384         * progmodes/grep.el (grep-regexp-alist): Use `.+?' instead of `[^:\n]+'.
12385         (grep-mode-font-lock-keywords): Use `.+?' instead of `[^\n-]+'.
12386         (grep-error-face): Set to `compilation-error' instead of
12387         `compilation-error-face' (which is redefined to `grep-hit-face' in
12388         grep buffers).
12389         (grep-mode-font-lock-keywords): Remove `-text' from face variable
12390         names.  Use `grep-error-face' instead of `compilation-error-text-face'.
12392         * dired-aux.el (dired-do-query-replace-regexp):
12393         Use `query-replace-read-args'.
12395         * replace.el (query-replace-read-from, query-replace-read-to)
12396         (query-replace-read-args): Rename arg `string' to `prompt'.
12398         * menu-bar.el (menu-bar-showhide-menu): Add `showhide-battery'.
12400 2005-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>  (tiny change)
12402         * net/ange-ftp.el (ange-ftp-send-cmd): Make it work properly with
12403         uploading files.
12404         (ange-ftp-canonize-filename): Handle file names beginning with ~
12405         correctly.
12407 2005-08-09  Juanma Barranquero  <lekktu@gmail.com>
12409         * textmodes/fill.el (canonically-space-region)
12410         (fill-context-prefix, fill-french-nobreak-p)
12411         (fill-delete-newlines, fill-comment-paragraph)
12412         (justify-current-line): "?\ " -> "?\s".
12414 2005-08-09  Ben North  <ben@redfrontdoor.org>  (tiny change)
12416         * textmodes/fill.el (fill-nonuniform-paragraphs):
12417         Improve argument/docstring consistency.
12419 2005-08-09  Richard M. Stallman  <rms@gnu.org>
12421         * textmodes/ispell.el (ispell-word): More fboundp checks.
12423         * files.el (find-file-noselect): Don't call set-buffer-major-mode.
12424         (find-file-noselect-1): Call it here, only if RAWFILE.
12425         (normal-mode): Always set some major mode.
12426         (save-some-buffers-action-alist): Change some explanation strings.
12427         (file-name-non-special): In the `quote' method, use unwind-protect.
12429 2005-08-09  Magnus Henoch  <mange@freemail.hu>
12431         * textmodes/ispell.el (ispell-find-aspell-dictionaries): New command.
12432         (ispell-have-aspell-dictionaries): New variable.
12433         (ispell-aspell-data-dir, ispell-aspell-dict-dir): New variables.
12434         (ispell-get-aspell-config-value): New function.
12435         (ispell-aspell-find-dictionary): New function.
12436         (ispell-aspell-add-aliases): New function.
12437         (ispell-valid-dictionary-list): Call ispell-find-aspell-dictionaries if
12438         appropriate.  Don't look for ispell dictionaries if we use aspell.
12439         (ispell-menu-map): Don't build a submenu of dictionaries.
12441 2005-08-09  Richard M. Stallman  <rms@gnu.org>
12443         * progmodes/sql.el (sql-interactive-mode-map): Use fboundp.
12444         (sql-read-passwd): Use read-passwd.
12446         * progmodes/idlw-toolbar.el (idlwave-toolbar)
12447         (idlwave-toolbar-is-possible): Add defvars.
12449         * progmodes/idlw-shell.el (idlwave-xemacs-hack-mouse-track):
12450         Avoid warnings.
12452         * progmodes/idlw-rinfo.el (idlwave-system-variables-alist)
12453         (idlwave-system-class-info, idlwave-executive-commands-alist):
12454         Use defvar.
12456         * progmodes/cc-engine.el (c-guess-basic-syntax): Add autoload.
12458         * mail/supercite.el (sc-ask, sc-no-blank-line-or-header):
12459         Avoid warnings.
12461         * mail/rmail.el (rmail-ignored-headers): Don't hide mime-version:
12462         and content-type: headers.
12464         * eshell/eshell.el (eshell): Avoid warnings about eshell-mode.
12466         * emacs-lisp/map-ynp.el (map-y-or-n-p): Reorder the options
12467         and rename some of them to be more self-explanatory.
12469         * calendar/calendar.el (calendar-mode-map): Bind < and > usefully.
12471         * startup.el (command-line-1): Implement -scriptload.
12473         * replace.el (occur-engine): Initial *Occur* output not undoable.
12475         * menu-bar.el (menu-bar-file-menu): Rename some menu items
12476         and improve help strings.
12478         * isearch.el (isearch-repeat): When changing direction,
12479         mark search successful.
12481         * ediff-init.el: Use (featurep 'xemacs).
12483         * comint.el (send-invisible): Identify buffer, if not selected.
12485         * align.el: Delete autoload for c-guess-basic-syntax.
12487 2005-08-09  Juanma Barranquero  <lekktu@gmail.com>
12489         * textmodes/refbib.el (r2b-convert-record, r2b-convert-buffer):
12490         Improve argument/docstring consistency.  Doc fixes.
12491         (r2b-variables, r2bv-address, r2bv-annote, r2bv-author)
12492         (r2bv-booktitle, r2bv-date, r2bv-decade, r2bv-editor)
12493         (r2bv-entry-kind, r2bv-institution, r2bv-journal, r2bv-keywords)
12494         (r2bv-kn, r2bv-month, r2bv-note, r2bv-number, r2bv-ordering)
12495         (r2bv-organization, r2bv-pages, r2bv-primary-author)
12496         (r2bv-publisher, r2bv-school, r2bv-title, r2bv-title-first-word)
12497         (r2bv-tr, r2bv-type, r2bv-volume, r2bv-where, r2bv-year):
12498         Defvar at compile time.
12500 2005-08-09  Juri Linkov  <juri@jurta.org>
12502         * info.el: Replace `info' with upper-case `Info' where appropriate.
12503         (info-title-1, info-title-2, info-title-3, info-title-4)
12504         (info-menu-header): Move up face definitions.
12505         (info-menu-star): Rename from `info-menu-5'.
12506         (Info-fontify-node): Replace `info-menu-5' with `info-menu-star'.
12507         (Info-fontify-visited-nodes): Fix docstring.
12508         (Info-hide-note-references): Fix docstring.
12509         (Info-up, Info-next-reference, Info-prev-reference): Put cursor on
12510         menu items in the same way as on cross-references.
12511         (info-apropos): Fix sorting order and formatting to be like in the
12512         stand-alone Info browser.  Display error messages for 1 sec.
12513         (Info-mode-map): Move down `c' key binding.  Bind `^' to `Info-up'.
12514         (Info-mode-menu): Remove item for `Info-search-case-sensitively'
12515         from the menu bar.
12516         (Info-insert-dir): Restore point after calling
12517         `insert-buffer-substring'.
12519 2005-08-08  Richard M. Stallman  <rms@gnu.org>
12521         * emacs-lisp/lmenu.el (lucid-menubar-map, lucid-failing-menubar)
12522         (recompute-lucid-menubar): Add defvars.
12524         * mail/sendmail.el (mail-yank-original): Use with-no-warnings.
12526         * mail/reporter.el (reporter-dump-state): Use insert-buffer-substring.
12528         * net/net-utils.el (run-dig): Rename from `dig'.
12530         * play/gametree.el (gametree-mode): Use make-local-variable,
12531         not make-variable-buffer-local.
12533         * progmodes/ada-prj.el (ada-prj-display-page): Use with-no-warnings.
12535         * ansi-color.el (ansi-color-make-extent)
12536         (ansi-color-set-extent-face): Use fboundp, not functionp.
12538         * autorevert.el (auto-revert-tail-mode): Use make-local-variable,
12539         not make-variable-buffer-local.
12541         * bookmark.el (Info-current-file): Add defvar.
12542         (bookmark-jump-noselect): Use with-no-warnings.
12544         * completion.el (c-mode-map, fortran-mode-map): Add defvars.
12546         * ebuff-menu.el (Helper-return-blurb): Add defvar.
12548         * ffap.el (gnus-summary-buffer, gnus-article-buffer): Add defvars.
12550         * find-file.el (ada-procedure-start-regexp)
12551         (ada-package-start-regexp): Add defvars.
12553         * info.el (Info-insert-dir): Use insert-buffer-substring.
12555         * xml.el (xml-att-def-re): Add defvar.
12557         * icomplete.el (icomplete-exhibit): Adapt to new while-no-input
12558         calling convention.
12560         * subr.el (while-no-input): Return t if there is input.
12562 2005-08-08  Luc Teirlinck  <teirllm@auburn.edu>
12564         * cus-start.el (all): Add `overflow-newline-into-fringe'.
12566 2005-08-08  Juanma Barranquero  <lekktu@gmail.com>
12568         * cmuscheme.el (inferior-scheme-mode-hook, inferior-scheme-mode)
12569         (scheme-prev-l/c-dir/file): Fix typos in docstrings.
12571 2005-08-08  Emilio C. Lopes  <eclig@gmx.net>
12573         * cmuscheme.el (scheme-start-file): Replace reference to
12574         `user-emacs-directory' by "~/.emacs.d/".
12576 2005-08-08  Thien-Thi Nguyen  <ttn@gnu.org>
12578         * info.el (Info-dir-remove-duplicates): Avoid case folding
12579         in loop; instead, keep downcased strings for comparison.
12580         Suggested by Helmut Eller.
12582 2005-08-07  Michael Albinus  <michael.albinus@gmx.de>
12584         Sync with Tramp 2.0.50.
12586         * net/tramp.el: Remove defvar of `last-coding-system-used' in the
12587         XEmacs case; not necessary anymore.
12588         (tramp-user-regexp): Allow "@" as part of user name.
12589         (tramp-handle-set-visited-file-modtime)
12590         (tramp-handle-insert-file-contents)
12591         (tramp-handle-write-region): No special handling for
12592         `last-coding-system-used, because this is done in
12593         `tramp-accept-process-output' now.
12594         (tramp-accept-process-output): New defun.
12595         (tramp-process-one-action, tramp-process-one-multi-action)
12596         (tramp-wait-for-regexp, tramp-wait-for-output)
12597         (tramp-discard-garbage-erase-buffer): Call it.  Reported by David
12598         Howells <dhowells@redhat.com>.
12599         (clear-visited-file-modtime): Defadvice removed.  The check for
12600         unset buffer's modtime does not need to be based on
12601         `tramp-buffer-file-attributes'.  Suggested by RMS.
12602         (tramp-message): Insert "\n" if not being at beginning of line.
12603         (tramp-find-shell): Use `tramp-barf-if-no-shell-prompt' for code
12604         sequence with same logic.
12605         (tramp-completion-handle-expand-file-name): Discard call of
12606         `tramp-drop-volume-letter'.  It is not necessary, and there have
12607         been problems with (expand-file-name "~/.netrc" "/") in ange-ftp.
12608         Reported by Richard G. Bielawski <Richard.G.Bielawski@wellsfargo.com>.
12609         (tramp-do-copy-or-rename-file-out-of-band): Transfer message
12610         should always be visible.
12611         (tramp-handle-insert-directory, tramp-setup-complete)
12612         (tramp-set-process-query-on-exit-flag)
12613         (tramp-append-tramp-buffers): Pacify byte-compiler.
12614         (tramp-bug): Delete non-existing variables from list.
12615         Apply `tramp-load-report-modules' as pre-hook.
12616         Mask `tramp-password-prompt-regexp', `tramp-shell-prompt-pattern' and
12617         `shell-prompt-pattern' because of non-7bit characters.
12618         Reported by Sebastian Luque <sluque@mun.ca>.
12619         (tramp-reporter-dump-variable, tramp-load-report-modules): New defuns.
12620         (tramp-match-string-list): Remove function.
12621         (tramp-wait-for-regexp): Remove call of that function.
12622         Suggested by Kim F. Storm <storm@cua.dk>.
12623         (tramp-set-auto-save-file-modes): Use octal integer code #o600
12624         instead of octal character code ?\600.  The latter resulted in a
12625         syntax error with XEmacs.
12627         * net/tramp-smb.el: Remove defvar of `last-coding-system-used' in the
12628         XEmacs case; not necessary anymore.
12629         (tramp-smb-handle-write-region): No special handling for
12630         `last-coding-system-used, because this is done in
12631         `tramp-accept-process-output' now.
12632         (tramp-smb-wait-for-output): Call `tramp-accept-process-output'.
12634 2005-08-06  Luc Teirlinck  <teirllm@auburn.edu>
12636         * wid-edit.el (widget-choice-value-create):
12637         Unconditionally respect user choice.  Set :explicit-choice back to nil
12638         when no longer needed.
12639         (widget-choice-action): Unconditionally respect user choice.
12640         Eliminate :explicit-choice-value.
12642         * fringe.el (set-fringe-indicators-1, fringe-indicators): Delete.
12644         * menu-bar.el (menu-bar-options-save): Replace `fringe-indicators'
12645         with `indicate-empty-lines' and `indicate-buffer-boundaries'.
12646         (menu-bar-showhide-fringe-menu): Add new item "Empty line indicators"
12647         running new function `toggle-indicate-empty-lines'.
12648         Rename "Customize" item to "Customize fringe".
12649         Rename "Indicators" item to "Buffer boundaries" and change help echo.
12650         (menu-bar-showhide-fringe-ind-menu): Change several help echos.
12651         Add `menu-bar-showhide-fringe-ind-customize' as "Other (customize)".
12652         Delete "Empty lines only" item.
12653         (menu-bar-showhide-fringe-ind-customize): New function.
12654         (menu-bar-showhide-fringe-ind-mixed)
12655         (menu-bar-showhide-fringe-ind-box)
12656         (menu-bar-showhide-fringe-ind-right)
12657         (menu-bar-showhide-fringe-ind-left)
12658         (menu-bar-showhide-fringe-ind-none): Use `indicate-buffer-boundaries'
12659         instead of `fringe-indicators'.
12661 2005-08-06  Michael Kifer  <kifer@cs.stonybrook.edu>
12663         * viper.el (viper-emacs-state-mode-list): Add recentf-dialog-mode.
12664         Change the date of last update.
12666 2005-08-06  Michael Kifer  <kifer@cs.stonybrook.edu>
12668         * viper-cmd.el (viper-harness-minor-mode, viper-exec-delete)
12669         (viper-exec-yank, viper-put-back): Don't display modification msg
12670         if in the minibuffer.
12672         * viper-init.el (viper-replace-overlay-cursor-color)
12673         (viper-insert-state-cursor-color, viper-vi-state-cursor-color):
12674         Make variables frame local.
12676         * viper-util.el (viper-append-filter-alist): Use append instead of
12677         nconc.
12679         * viper.el (viper-vi-state-mode-list)
12680         (viper-emacs-state-mode-list): Move help-mode and
12681         completion-list-mode from the first list to the second.
12682         (viper-mode): Docstring.
12683         (viper-go-away, viper-non-hook-settings): Don't localize
12684         minor-mode-alist in newer Emacsen.  Add advice to
12685         set-cursor-color.  Don't bind "\C-c\\".
12687 2005-08-06  Emilio C. Lopes  <eclig@gmx.net>
12689         * cmuscheme.el (scheme-trace-command, scheme-untrace-command)
12690         (scheme-macro-expand-command): New user options.
12691         (scheme-trace-procedure, scheme-expand-current-form): New commands.
12692         (scheme-form-at-point, scheme-start-file)
12693         (scheme-interactively-start-process): New functions.
12694         (scheme-get-process): New function, extracted from `scheme-proc'.
12695         (run-scheme): Call `scheme-start-file' to get start file, and pass
12696         it to `make-comint'.
12697         (switch-to-scheme, scheme-proc):
12698         Call `scheme-interactively-start-process' if no Scheme buffer/process
12699         is available.
12701 2005-08-06  Juri Linkov  <juri@jurta.org>
12703         * progmodes/compile.el (compilation-mode-font-lock-keywords):
12704         Use `compilation-text-face', `compilation-info-text-face' and
12705         `compilation-error-text-face' instead of `font-lock-keyword-face'.
12706         (compilation-error): New face.
12707         (compilation-error-file-name): Inherit from
12708         `compilation-error' instead of `font-lock-warning-face'.
12709         (compilation-warning-file-name): Inherit from
12710         `compilation-warning' instead of `font-lock-warning-face'.
12711         (compilation-info, compilation-error-file-name)
12712         (compilation-warning-file-name, compilation-info-file-name)
12713         (compilation-line-number, compilation-column-number): Doc fix.
12714         (compilation-error-text-face, compilation-warning-text-face)
12715         (compilation-info-text-face): New face variables.
12716         (compilation-line-face, compilation-column-face)
12717         (compilation-enter-directory-face)
12718         (compilation-leave-directory-face): Doc fix.
12719         (compilation-text-face): New function.
12721         * progmodes/grep.el (grep-regexp-alist): Set 5th arg `TYPE' to 0
12722         instead of 1 to display binary file names as info file links.
12723         (grep-error-face): Use `compilation-error-face' instead of
12724         `font-lock-keyword-face'.
12725         (grep-mode-font-lock-keywords): Use `compilation-info-text-face'
12726         and `compilation-warning-text-face' instead of
12727         `font-lock-keyword-face'.  Use `compilation-error-text-face'
12728         instead of `grep-error-face'.
12730 2005-08-05  Kenichi Handa  <handa@m17n.org>
12732         * international/code-pages.el: Add autoload cookies for all coding
12733         systems.
12735 2005-08-04  Luc Teirlinck  <teirllm@auburn.edu>
12737         * cus-start.el (all): Put undo.c where it alphabetically belongs.
12739 2005-08-04  Juri Linkov  <juri@jurta.org>
12741         * progmodes/compile.el (compilation-mode-map):
12742         * progmodes/grep.el (grep-mode-map):
12743         Bind TAB to `compilation-next-error' and [backtab] to
12744         `compilation-previous-error'.
12746         * progmodes/grep.el (grep-regexp-alist): Replace complex regexp
12747         matching line numbers, column numbers and their ranges with regexp
12748         matching only line numbers.
12749         (grep-context-face): New face variable.
12750         (grep-mode-font-lock-keywords): Use it.
12752         * faces.el (read-face-name): Delete duplicate faces.
12754 2005-08-02  Juanma Barranquero  <lekktu@gmail.com>
12756         * thumbs.el (thumbs-find-image): Don't make variables
12757         automatically buffer local.
12758         (thumbs-current-tmp-filename, thumbs-current-image-filename)
12759         (thumbs-image-num): Make automatically buffer local.
12760         (thumbs-show-thumbs-list): Use `make-local-variable', not
12761         `make-variable-buffer-local'.
12762         (thumbs-insert-image): Make `thumbs-current-image-size' buffer-local.
12764         * play/doctor.el (doctor-type-symbol): "?\ " -> "?\s".
12765         (**mad**, *debug*, *print-space*, *print-upcase*, abuselst)
12766         (abusewords, account, afraidof, arerelated, areyou, bak, beclst)
12767         (bother, bye, canyou, chatlst, continue, deathlst, describe)
12768         (drnk, drugs, eliza-flag, elizalst, famlst, feared, fears)
12769         (feelings-about, foullst, found, hello, history, howareyoulst)
12770         (howdyflag, huhlst, ibelieve, improve, inter, isee, isrelated)
12771         (lincount, longhuhlst, lover, machlst, mathlst, maybe, moods)
12772         (neglst, obj, object, owner, please, problems, qlist)
12773         (random-adjective, relation, remlst, repetitive-shortness)
12774         (replist, rms-flag, schoollst, sent, sexlst, shortbeclst)
12775         (shortlst, something, sportslst, stallmanlst, states, subj)
12776         (suicide-flag, sure, things, thlst, toklst, typos, verb, want)
12777         (whatwhen, whereoutp, whysay, whywant, zippy-flag, zippylst):
12778         Defvar at compile time.
12780         * progmodes/ada-mode.el (ada-mode): Use `make-local-variable',
12781         not `make-variable-buffer-local'.
12783 2005-08-02  Kim F. Storm  <storm@cua.dk>
12785         * emulation/cua-rect.el (cua--highlight-rectangle): Only show
12786         rectangle overlay in selected window.
12788 2005-08-01  Luc Teirlinck  <teirllm@auburn.edu>
12790         * cus-start.el (all): Put `indicate-empty-lines' in fringe group
12791         instead of display group.  Make `indicate-buffer-boundaries'
12792         customizable through Custom.
12794 2005-08-01  Juanma Barranquero  <lekktu@gmail.com>
12796         * progmodes/gdb-ui.el (gdb-frame-address, gdb-var-changed)
12797         (gdb-output-sink, gdba, gdb-cpp-define-alist-program)
12798         (gdb-set-gud-minor-mode, gdb-exited, gdb-setup-windows)
12799         (gdb-put-string): Fix typos in docstrings.
12801 2005-08-01  Nick Roberts  <nickrob@snap.net.nz>
12803         Update copyright notices of files in progmodes directory for
12804         release of Emacs 22.1.
12806         * progmodes/gdb-ui.el (gdb-enable-debug-log): Add autoload cookie.
12808         * progmodes/gud.el (gud-tooltip-mode): Add autoload cookie.
12809         Don't barf if the GUD buffer has been killed.
12811 2005-08-01  Kim F. Storm  <storm@cua.dk>
12813         * textmodes/table.el (table-yank-handler): Change defcustom to defvar.
12815 2005-07-29  Stefan Monnier  <monnier@iro.umontreal.ca>
12817         * simple.el (next-error-follow-minor-mode):
12818         make-variable-buffer-local -> make-local-variable.
12820         * emacs-lisp/cl-extra.el: Require CL also when compiling.
12822         * emacs-lisp/bytecomp.el (byte-compile-make-variable-buffer-local)
12823         (byte-compile-form-make-variable-buffer-local): New functions to warn
12824         about misuses of make-variable-buffer-local where make-local-variable
12825         was meant.
12827 2005-07-29  Juanma Barranquero  <lekktu@gmail.com>
12829         * bs.el (bs-attributes-list): Doc fix.
12830         (bs): Update url-link.
12832         * desktop.el (desktop-save-buffer): Fix typos in docstring.
12833         (desktop-load-default): Simplify.
12835         * ibuffer.el (ibuffer-columnize-and-insert-list)
12836         (ibuffer-mouse-toggle-mark, ibuffer-count-marked-lines)
12837         (ibuffer-unmark-all, ibuffer-toggle-marks)
12838         (ibuffer-unmark-forward, ibuffer-unmark-backward)
12839         (ibuffer-compile-make-format-form, ibuffer-format-column)
12840         (ibuffer-current-buffers-with-marks)
12841         (ibuffer-update-title-and-summary): "?\ " -> "?\s".
12842         (ibuffer): Doc fix.
12843         (ibuffer-mode): Fix typo in docstring.
12844         (ibuffer-hooks, ibuffer-mode-hooks): Make obsolete and declare
12845         with `define-obsolete-variable-alias'.
12846         (ibuffer-elide-long-columns): Mark as obsolete.  Doc fix.
12848 2005-07-29  Kenichi Handa  <handa@m17n.org>
12850         * international/mule-cmds.el (select-message-coding-system):
12851         Be sure to use LF for end-of-line.  If no coding system is decided,
12852         return iso-8859-1-unix.
12854 2005-07-28  Stefan Monnier  <monnier@iro.umontreal.ca>
12856         * net/ange-ftp.el (ange-ftp-gateway-fatal-msgs)
12857         (ange-ftp-pending-error-line): New vars.
12858         (ange-ftp-process-handle-line, ange-ftp-process-filter): Use them
12859         to handle the non-fatal no-route-to-host messages.
12860         (internal-ange-ftp-mode): Make the no-match regexp more efficient.
12862 2005-07-28  Juanma Barranquero  <lekktu@gmail.com>
12864         * isearch.el (isearch-mode-map, isearch-other-meta-char)
12865         (isearch-quote-char, isearch-printing-char)
12866         (isearch-text-char-description): "?\ " -> "?\s".
12867         (isearch-lazy-highlight-cleanup)
12868         (isearch-lazy-highlight-initial-delay)
12869         (isearch-lazy-highlight-interval)
12870         (isearch-lazy-highlight-max-at-a-time)
12871         (isearch-lazy-highlight-face, isearch-lazy-highlight-cleanup):
12872         Declare with define-obsolete-*-alias macros.
12873         (isearch-forward): Fix typo in docstring.
12874         (search-invisible, search-ring-yank-pointer)
12875         (regexp-search-ring-yank-pointer): Doc fixes.
12877         * recentf.el (recentf-menu-append-commands-p): Declare with
12878         `define-obsolete-variable-alias'.
12879         (recentf-max-saved-items, recentf-menu-filter)
12880         (recentf-arrange-by-rule-subfilter): Doc fixes.
12881         (recentf-menu-append-commands-flag)
12882         (recentf-initialize-file-name-history, recentf-expand-file-name)
12883         (recentf-clear-data): Fix typos in docstrings.
12885 2005-07-28  Nick Roberts  <nickrob@snap.net.nz>
12887         * progmodes/gdb-ui.el: Smarten comments.
12888         (gdb-info-breakpoints-custom): Use nowarn when finding file.
12890 2005-07-27  Dan Nicolaescu  <dann@ics.uci.edu>
12892         * term/apollo.el (terminal-init-apollo): New function containing
12893         all former top level forms in the file.
12894         * term/bobcat.el (terminal-init-bobcat):
12895         * term/cygwin.el (terminal-init-cygwin):
12896         * term/iris-ansi.el (terminal-init-iris-ansi):
12897         * term/linux.el (terminal-init-linux):
12898         * term/news.el (terminal-init-news):
12899         * term/rxvt.el (terminal-init-rxvt):
12900         * term/sun.el (terminal-init-sun):
12901         * term/tvi970.el (terminal-init-tvi970):
12902         * term/vt100.el (terminal-init-vt100):
12903         * term/vt102.el (terminal-init-vt102):
12904         * term/vt125.el (terminal-init-vt125):
12905         * term/vt200.el (terminal-init-vt200):
12906         * term/vt201.el (terminal-init-vt201):
12907         * term/vt220.el (terminal-init-vt220):
12908         * term/vt240.el (terminal-init-vt240):
12909         * term/vt300.el (terminal-init-vt300):
12910         * term/vt320.el (terminal-init-vt320):
12911         * term/vt400.el (terminal-init-vt400):
12912         * term/vt420.el (terminal-init-vt420):
12913         * term/wyse50.el (terminal-init-wyse50):
12914         * term/xterm.el (terminal-init-xterm): Likewise.
12916         * term/README: Describe the terminal-init-* functionality.
12918         * startup.el (command-line): After loading the terminal initialization
12919         file call the corresponding terminal initialization function.
12921 2005-07-27  Kenichi Handa  <handa@m17n.org>
12923         * ps-bdf.el (bdf-read-font-info): Ignore glyphs whose ENCODING is
12924         negative.
12926         * ps-mule.el (ps-mule-bitmap-prologue): Fix arguments to setcharwidth.
12927         (ps-mule-composition-prologue): Fix for the case that
12928         RelativeCompose is false.
12930 2005-07-26  Stefan Monnier  <monnier@iro.umontreal.ca>
12932         * smerge-mode.el (smerge-ediff): Use insert-buffer-substring.
12934         * descr-text.el (describe-char): Handle the case where the list of
12935         chars is displayed in a separate frame.
12936         Be a bit more discriminating when looking for the char.
12938 2005-07-26  Juanma Barranquero  <lekktu@gmail.com>
12940         * bookmark.el (bookmark-automatically-show-annotations)
12941         (bookmark-read-annotation-text-func): Doc fixes.
12942         (bookmark-save): Improve argument/docstring consistency.
12943         (bookmark-get-bookmark, bookmark-get-bookmark-record)
12944         (bookmark-alist-from-buffer)
12945         (bookmark-upgrade-file-format-from-0)
12946         (bookmark-grok-file-format-version)
12947         (bookmark-maybe-upgrade-file-format, bookmark-kill-line)
12948         (bookmark-read-annotation-mode)
12949         (bookmark-insert-current-bookmark, bookmark-jump)
12950         (bookmark-exit-hook): Fix typos in docstrings.
12951         (bookmark-exit-hooks): Define as obsolete alias.
12952         (bookmark-exit-hook-internal): Run `bookmark-exit-hook',
12953         not `bookmark-exit-hooks'.  Fix docstring.
12954         (bookmark-bmenu-select): "?\ " -> "?\s".
12956 2005-07-25  Ari Roponen  <arjuropo@cc.jyu.fi>  (tiny change)
12958         * startup.el (command-line): Fix typo.
12960 2005-07-24  Richard M. Stallman  <rms@gnu.org>
12962         * tooltip.el (tooltip-mode): Test emacs-basic-display,
12963         not emacs-quick-startup.
12965 2005-07-24  Juanma Barranquero  <lekktu@gmail.com>
12967         * emacs-lisp/re-builder.el (reb-with-current-window): Delete.
12968         (reb-next-match, reb-show-subexp): Use `with-selected-window'
12969         instead of `reb-with-current-window'.
12970         (reb-prev-match): Likewise.  Also, don't move left if the search
12971         was unsuccessful.
12972         (reb-initialize-buffer): New function.
12973         (re-builder, reb-change-syntax): Use it.
12975         * man.el (Man-goto-page): Make second argument NOERROR optional.
12977 2005-07-23  Richard M. Stallman  <rms@gnu.org>
12979         * man.el (Man-bgproc-sentinel): Check here for failure to find
12980         any man page in the output, and report the error here.
12981         (Man-arguments): Make it permanent local.
12982         (Man-goto-page): New arg NOERROR.  Never kill the current buffer.
12983         (Man-mode): Pass t for NOERROR.
12985         * progmodes/grep.el (grep-error-face): Use font-lock-keyword-face.
12986         (grep-mode-font-lock-keywords):
12987         Don't use compilation-...-face for messages that are not file names.
12989         * progmodes/compile.el (compilation-mode-font-lock-keywords):
12990         Don't use compilation-...-face for messages that are not file names.
12992 2005-07-22  Juri Linkov  <juri@jurta.org>
12994         * startup.el (normal-splash-screen): Update menu name.
12996         * tempo.el (tempo-insert-template): Fix 2005-07-16 change.
12998 2005-07-22  Dan Nicolaescu  <dann@ics.uci.edu>
13000         * term/xterm.el: Load term/rxvt if the terminal is actually an
13001         rxvt terminal.
13002         (xterm-rxvt-set-background-mode): Remove, not used anymore.
13004         * term/rxvt.el (function-key-map): Use substitute-key-definition
13005         to bind {C,S,C-S}-{f1-f10}.  Add a few missing key bindings.
13007         * term/cygwin.el: New file.
13009 2005-07-22  Kim F. Storm  <storm@cua.dk>
13011         * image-file.el (insert-image-file, image-file-yank-handler):
13012         Fix last change to maintain a (unique) yank-handler on yanked images.
13014 2005-07-22  Eduardo Mu\e,Aq\e(Boz  <emufer@terra.es>  (tiny change)
13016         * dired.el (dired-move-to-filename-regexp): Recognize the B suffix
13017         of the file size (as in "177B" for 177 bytes).  This happens with
13018         "ls -lh" on FreeBSD.
13020 2005-07-22  Juanma Barranquero  <lekktu@gmail.com>
13022         * hilit-chg.el (highlight-changes-global-initial-state)
13023         (highlight-compare-buffers, hilit-chg-turn-on-maybe)
13024         (hilit-chg-fixup, highlight-changes-mode):
13025         Fix typos in docstrings.
13026         (highlight-changes-global-modes, highlight-changes-rotate-faces):
13027         Doc fixes.
13029 2005-07-21  Luc Teirlinck  <teirllm@auburn.edu>
13031         * emacs-lisp/easy-mmode.el (define-minor-mode): Never call the
13032         mode function using `eval-after-load'.
13034 2005-07-21  Kim F. Storm  <storm@cua.dk>
13036         * mail/emacsbug.el (report-emacs-bug): Request that backtraces are
13037         included when reporting an emacs crash, and tell about the DEBUG file.
13039         * image-file.el (insert-image-file): Add yank-handler.
13040         (image-file-yank-handler): Yank handler to make unique copies of
13041         images when they are yanked into a buffer next to each other.
13043 2005-07-21  Juanma Barranquero  <lekktu@gmail.com>
13045         * comint.el (comint-use-prompt-regexp, comint-send-input)
13046         (comint-source-default, comint-extract-string)
13047         (comint-get-source, comint-word, comint-completion)
13048         (comint-source, comint-prompt-read-only, comint-update-fence):
13049         Fix typos in docstrings.
13050         (comint-use-prompt-regexp-instead-of-fields, comint-kill-output):
13051         Declare with define-obsolete-*-alias macros.
13052         (comint-previous-matching-input-from-input)
13053         (comint-next-matching-input-from-input)
13054         (comint-previous-matching-input, comint-next-matching-input)
13055         (comint-forward-matching-input):
13056         Improve argument/docstring consistency.
13058         * desktop.el (desktop-clear-preserve-buffers-regexp):
13059         Also preserve the *server* buffer.
13061         * simple.el (clone-indirect-buffer): Doc fix.
13062         (fixup-whitespace, just-one-space)
13063         (backward-delete-char-untabify, lambda): "?\ " -> "?\s".
13064         (next-error, next-error-highlight)
13065         (next-error-highlight-no-select, next-error-last-buffer)
13066         (next-error-buffer-p, next-error-find-buffer, next-error)
13067         (previous-error, next-error-no-select, previous-error-no-select)
13068         (open-line, split-line, minibuffer-prompt-width, kill-new)
13069         (binary-overwrite-mode): Fix typos in docstrings.
13070         (set-fill-column): Fix typo in message.
13072         * skeleton.el (skeleton-proxy-new): Doc fix.
13074         * strokes.el (strokes-load-hook): Doc fix.
13075         (strokes-grid-resolution, strokes-get-grid-position)
13076         (strokes-renormalize-to-grid, strokes-read-stroke)
13077         (strokes-read-complex-stroke, strokes-file, strokes-last-stroke)
13078         (strokes-global-map): Fix typos in docstrings.
13079         (strokes-help): Doc fix.  Fix help message and pass it through
13080         `substitute-command-keys'.
13082         * tempo.el (tempo-insert-prompt, tempo-interactive)
13083         (tempo-show-completion-buffer, tempo-tags, tempo-match-finder)
13084         (tempo-insert-string-functions, tempo-local-tags)
13085         (tempo-define-template, tempo-insert-template)
13086         (tempo-insert-prompt-compat, tempo-is-user-element)
13087         (tempo-insert-mark, tempo-find-match-string, tempo-complete-tag):
13088         Fix typos in docstrings.
13090         * vcursor.el (vcursor-other-window, vcursor-bind-keys)
13091         (vcursor-key-bindings, vcursor-use-vcursor-map)
13092         (vcursor-find-window, vcursor-scroll-down)
13093         (vcursor-disable, vcursor-beginning-of-buffer)
13094         (vcursor-end-of-buffer): Fix typos in docstrings.
13095         (vcursor-relative-move, vcursor-get-char-count):
13096         Improve argument/docstring consistency.
13098         * version.el: "?\ " -> "?\s".
13100         * wid-edit.el (widget-default-create, widget-after-change)
13101         (widget-default-format-handler, widget-checklist-add-item)
13102         (widget-radio-add-item, widget-choose, widget-specify-secret)
13103         (widget-field-value-create, widget-field-value-get)
13104         (widget-editable-list-format-handler)
13105         (widget-editable-list-entry-create, widget-group-value-create)
13106         (widget-documentation-link-add)
13107         (widget-documentation-string-value-create): "?\ " -> "?\s".
13108         (widget-convert-text): Doc fix.
13109         (widget-narrow-to-field, widget-field-find)
13110         (widget-url-link-action, widget-emacs-library-link-action)
13111         (widget-color-notify): Fix typos in docstrings.
13113         * w32-fns.el (w32-shell-name): Use `bound-and-true-p'.
13114         (x-select-text, set-w32-system-coding-system)
13115         (w32-add-charset-info): Fix typos in docstrings.
13117         * emulation/cua-base.el (cua-mode, cua-enable-register-prefix)
13118         (cua-enable-cua-keys, cua-use-hyper-key)
13119         (cua-virtual-rectangle-edges): Fix typos in docstrings.
13120         (cua--M/H-key, cua--init-keymaps): "?\ " -> "?\s".
13122         * net/tramp.el (tramp-handle-load): Fix typo in error message.
13124         * emacs-lisp/re-builder.el (regexp-builder): Declare with
13125         `defalias' instead of faking it.
13127         * eshell/em-ls.el (eshell-ls-decorated-name): Doc fix.
13128         (eshell-ls-missing, eshell-ls-dired-initial-args)
13129         (eshell-ls-use-in-dired): Fix typos in docstrings.
13131 2005-07-20  Kim F. Storm  <storm@cua.dk>
13133         * emulation/cua-base.el (cua-mode): Improve doc string.
13135 2005-07-20  Juanma Barranquero  <lekktu@gmail.com>
13137         * abbrev.el (expand-region-abbrevs): Doc fix.
13138         (inverse-add-mode-abbrev, inverse-add-global-abbrev):
13139         Improve argument/docstring consistency.
13141         * arc-mode.el (archive-get-descr, archive-alternate-display):
13142         Doc fixes.
13143         (archive-l-e): Improve argument/docstring consistency.
13144         (archive-tmpdir, archive-unixdate, archive-unixtime)
13145         (archive-chmod-entry): Fix typos in docstrings.
13146         (archive-unflag, archive-unflag-backwards)
13147         (archive-unmark-all-files): "?\ " -> "?\s".
13149         * buff-menu.el (Buffer-menu-unmark): Doc fix.
13150         (Buffer-menu-not-modified, Buffer-menu-execute)
13151         (Buffer-menu-toggle-read-only, Buffer-menu-buffer+size)
13152         (list-buffers-noselect, Buffer-menu-select): "?\ " -> "?\s".
13154         * composite.el (compose-string, encode-composition-rule)
13155         (compose-last-chars): Fix typos in docstrings.
13157         * desktop.el (desktop-enable, desktop-basefilename):
13158         Declare with `define-obsolete-variable-alias'.
13159         (desktop-internal-v2s): Don't quote keywords.
13160         (desktop-clear): "?\ " -> "?\s".
13162         * dired.el (dired-align-file, dired-flag-backup-files)
13163         (dired-change-marks, dired-unmark-all-files): "?\ " -> "?\s".
13164         (dired-listing-switches, dired-ls-F-marks-symlinks)
13165         (dired-dwim-target, dired-load-hook, dired-mode-hook)
13166         (dired-directory, dired-faces, dired, dired-revert)
13167         (dired-mode, dired-summary, dired-view-file)
13168         (dired-copy-filename-as-kill, dired-delete-file)
13169         (dired-no-confirm, dired-unmark-all-marks)
13170         (dired-sort-by-date-regexp, dired-sort-by-name-regexp)
13171         (dired-sort-inhibit, dired-sort-other): Fix typos in docstrings.
13172         (dired-undo, dired-get-file-for-visit, dired-sort-toggle-or-edit):
13173         Fix typos in message strings.
13175         * dired-x.el (virtual-dired): Declare with `defalias'.
13176         (dired-mark-unmarked-files, dired-local-variables-file)
13177         (dired-omit-here-always): Doc fix.
13178         (dired-omit-mode, dired-find-subdir)
13179         (dired-enable-local-variables, dired-clean-up-buffers-too)
13180         (dired-extra-startup, dired-mark-extension, dired-jump)
13181         (dired-jump-other-window, dired-omit-localp, dired-virtual-mode)
13182         (dired-smart-shell-command, dired-guess-shell-alist-user)
13183         (dired-man, dired-initial-position, dired-x-hands-off-my-keys)
13184         (dired-x-bind-find-file, dired-x-submit-report):
13185         Fix typos in docstrings.
13186         (dired-mark-unmarked-files): "?\ " -> "?\s".
13188         * dirtrack.el (dirtrack-list): Fix typos in docstring.
13190         * faces.el (describe-face): "?\ " -> "?\s".
13191         (read-all-face-attributes, read-face-font, modify-face)
13192         (face-attr-construct, italic): Fix typos in docstrings.
13193         (frame-update-face-colors): Declare with
13194         `define-obsolete-function-alias'.
13196         * files.el (find-file-noselect, recode-file-name): Doc fixes.
13197         (insert-directory, kill-some-buffers): "?\ " -> "?\s".
13198         (magic-mode-alist, buffer-file-numbers-unique)
13199         (write-file-functions, get-free-disk-space):
13200         Fix typos in docstrings.
13201         (find-file-not-found-hooks, find-file-hooks, write-file-hooks)
13202         (write-contents-hooks, write-file-hooks):
13203         Declare with `define-obsolete-variable-alias'.
13205         * forms-d2.el (arch-rj): Fix typo in docstrings.
13206         (arch-tocol): Likewise.  "?\ " -> "?\s".
13208         * frame.el (set-frame-font, cursor-in-non-selected-windows):
13209         Fix typo in docstring.
13210         (set-screen-width, set-screen-height): Delete redundant info in
13211         doctrings.
13212         (new-frame, screen-height, screen-width): Declare with
13213         `define-obsolete-function-alias'.
13214         (delete-frame-hook, blink-cursor): Declare with
13215         `define-obsolete-variable-alias'.
13217         * paths.el (prune-directory-list): Fix typos in docstring.
13219         * pcvs-util.el (cvs-flags-query, cvs-strings->string)
13220         (cvs-prefix-get): Fix typos in docstrings.
13222         * ps-print.el (ps-extend-face-list, ps-extend-face)
13223         (ps-print-background-image): Fix typos in docstrings.
13224         (ps-default-fg, ps-default-bg): Doc fixes.
13226         * s-region.el (s-region-bind): Doc fix.
13227         (s-region-move-p1, s-region-move-p2): Fix typos in docstrings.
13229         * textmodes/org.el (org-table-formula-substitute-names)
13230         (org-table-get-vertical-vector): Doc fixes.
13231         (org-table-recalculate): Remove unused argument to `message'.
13233 2005-07-19  Carsten Dominik  <dominik@science.uva.nl>
13235         * textmodes/org.el (org-table-column-names)
13236         (org-table-column-name-regexp)
13237         (org-table-named-field-locations): New variables.
13238         (org-archive-subtree): Protect `this-command' when calling
13239         `org-copy-subtree' and `org-cut-subtree', to avoid appending to
13240         the kill buffer.
13241         (org-complete): Remove fixed-formula completion.
13242         (org-edit-formulas-map): New variable.
13243         (org-table-edit-formulas): New command.
13244         (org-finish-edit-formulas, org-abort-edit-formulas)
13245         (org-show-variable, org-table-get-vertical-vector): New functions.
13246         (org-table-maybe-eval-formula): Handle `:=' fields.
13247         (org-table-get-stored-formulas, org-table-store-formulas)
13248         (org-table-get-formula, org-table-modify-formulas)
13249         (org-table-replace-in-formulas): Handle named field formulas.
13250         (org-table-get-specials): Store locations of named fields.
13252 2005-07-19  Juri Linkov  <juri@jurta.org>
13254         * progmodes/grep.el (grep-regexp-alist)
13255         (grep-mode-font-lock-keywords, grep-process-setup):
13256         Use default GNU grep match color "01;31m" instead of "01;41m".
13257         (grep-regexp-alist, grep-mode-font-lock-keywords):
13258         Use `\\[[0-9]*m' instead of `\\[00m'.
13259         (grep-regexp-alist): Move `\\(?:\033\\[K\\)?' from sgr_end to
13260         sgr_start where its handling is more important.  Use the real
13261         length of sgr_start instead of constant 8.
13262         (grep-mode-font-lock-keywords): Don't delete `\\(?:\033\\[K\\)?'
13263         specially.  Delete all remaining escape sequences.
13264         (grep-process-setup): Set "GREP_COLORS" for GNU grep 2.5.1-cvs.
13265         (grep-regexp-alist): Make hyperlink only for binary file name
13266         instead of the whole line.
13267         (grep-mode-map): Bind `backtab' to `compilation-previous-file'.
13268         (grep-mode): Add autoload.
13270         * emacs-lisp/find-func.el (find-function-regexp):
13271         Add `define-compilation-mode'.
13273 2005-07-19  Juri Linkov  <juri@jurta.org>
13275         * compare-w.el (compare-ignore-whitespace, compare-windows-sync)
13276         (compare-windows-sync-string-size, compare-windows-recenter)
13277         (compare-windows-highlight, compare-windows): Add version 22.1.
13278         (compare-windows) <defface>: Inherit from lazy-highlight instead
13279         of duplicating its default value.
13281         * cus-edit.el (custom-mode-map): Bind `C-c C-c' to `Custom-set'.
13282         (Custom-mode-menu): Use `info' instead of `Info-goto-node'.
13284         * descr-text.el (describe-char): Create link buttons for `charset'
13285         and `code point'.  Add the current input method name with a link
13286         button to `to input' field.  Print face names of display table
13287         characters in `The display table entry is displayed by' section
13288         instead of printing face-id in the `display' field.
13289         Guess hardcoded faces and create a link button for them.
13290         Skip empty fields when calculating max-width.
13291         Treat `widget-create' specially while inserting strings from the
13292         collected field list.
13293         (describe-char-after): Made obsolete in version 22.1, not 21.5.
13295         * diff-mode.el (diff-file-header): Change foreground color from
13296         yellow to green on light backgrounds.
13297         (diff-context): Inherit from `shadow' only for color/grayscale
13298         with more than 88 colors.
13299         (diff-indicator-removed, diff-indicator-added)
13300         (diff-indicator-changed): New faces.
13301         (diff-font-lock-keywords): Use new faces.  Regroup rules.
13302         Add "^---$" for `normal' diff format.  Fontify `#' lines with
13303         font-lock-comment-delimiter-face and font-lock-comment-face.
13304         Add `#' to ^[^...] in the rule for `diff-context-face'.
13306         * faces.el (mode-line-highlight): Replace RoyalBlue4 with
13307         a button-like box.  Inherit from `highlight' on low colors.
13308         (shadow): Use shades of gray only for color/grayscale with
13309         more than 88 colors.  Use green for light backgrounds with
13310         8 colors, and yellow for dark backgrounds with 8 colors.
13312         * font-lock.el (font-lock-regexp-grouping-backslash):
13313         Don't inherit from escape-glyph (use bold for all cases).
13315         * info.el (info-xref-visited): Use light foreground color `violet'
13316         for dark backgrounds instead of dark color `magenta3'.
13317         (info-title-1): Use `yellow' color for dark backgrounds.
13319         * isearch.el (isearch): Use not-too-dark magenta3 instead of
13320         too-light magenta2.
13322         * replace.el (match): Use slightly more light RoyalBlue3 instead
13323         of dark RoyalBlue4.
13325         * wid-edit.el (widget-inactive): Inherit from `shadow'.
13327 2005-07-19  Juanma Barranquero  <lekktu@gmail.com>
13329         * novice.el (disabled-command-hook): Declare it with
13330         `define-obsolete-variable-alias'.
13332         * desktop.el (desktop-enable, desktop-buffer-modes-to-save)
13333         (desktop-buffer-misc-functions, desktop-buffer-handlers)
13334         (desktop-load-default): Add release to obsolescence info.
13335         (desktop-globals-to-clear, desktop-buffer-mode-handlers)
13336         (desktop-append-buffer-args, desktop-read):
13337         Fix typos in docstrings.
13338         (desktop-kill): Fix typo in message.
13339         (desktop-save): Doc fix.
13341 2005-07-19  Michael Kifer  <kifer@cs.stonybrook.edu>
13343         * viper-cmd.el (viper-escape-to-state): Bug fix.
13344         (viper-envelop-ESC-key): Change the definition of fast
13345         keysequence so it'll work with keyboard macros.
13347         * ediff.el (ediff-patch-buffer): Change the docstring.
13349 2005-07-19  Kenichi Handa  <handa@m17n.org>
13351         * international/mule-cmds.el (select-safe-coding-system): Try to
13352         use an auto-coding (if any) before anything else.  If the found
13353         auto-coding is invalid, show a warning message.
13355         * international/mule.el (find-auto-coding): New function created
13356         by modifying the body of set-auto-coding.
13357         (set-auto-coding): Use find-auto-coding to find a coding.
13359 2005-07-18  Richard M. Stallman  <rms@gnu.org>
13361         * allout.el (allout-isearch-expose): Use isearch-mode-end-hook-quit,
13362         not isearch-mode-end-hook-error.
13363         (allout-before-change-protect): Fix error message.
13365 2005-07-18  Juri Linkov  <juri@jurta.org>
13367         * allout.el (allout-mode):
13368         * calculator.el (calculator-copy):
13369         * custom.el (custom-known-themes):
13370         * dired.el (dired-desktop-buffer-misc-data)
13371         (dired-restore-desktop-buffer):
13372         * dired-x.el (dired-omit-marker-char):
13373         * files.el (basic-save-buffer):
13374         * font-core.el (font-lock-mode):
13375         * calendar/calendar.el (calendar-goto-hebrew-date)
13376         (calendar-goto-coptic-date, calendar-goto-ethiopic-date)
13377         (calendar-goto-persian-date):
13378         * language/ethio-util.el (ethio-sera-to-fidel-region):
13379         * textmodes/picture.el (picture-mode):
13380         Delete duplicate duplicate words.
13382 2005-07-18  Juri Linkov  <juri@jurta.org>
13384         * isearch.el (isearch-mode-map): Remove key bindings for regexp
13385         chars * ? } |.
13386         (isearch-fallback): Don't call `isearch-process-search-char'.
13387         (isearch-*-char, isearch-}-char, isearch-|-char): Remove functions.
13388         (isearch-process-search-char): Call `isearch-fallback' for regexp
13389         chars * ? } |.
13390         (isearch-return-char): Make obsolete with `make-obsolete' instead
13391         of simply documenting it as obsolete in the docstring.
13392         (isearch-fallback): Refill docstring.
13394         * international/isearch-x.el
13395         (isearch-process-search-multibyte-characters): Remove unneeded
13396         `concat'.  Add intermediate values to `junk-hist' instead of
13397         `minibuffer-history'.  Test the length of `str'.
13399 2005-07-18  Juanma Barranquero  <lekktu@gmail.com>
13401         * allout.el (allout-resolve-xref): Fix typos in error strings.
13402         (allout-before-change-protect): Remove unneeded `concat'.
13404         * array.el (array-mode, array-reconfigure-rows)
13405         (untabify-backward): Fix typos in docstrings.
13406         (array-reconfigure-rows): Use `insert-buffer-substring', not
13407         `insert-buffer'.
13409         * calendar/icalendar.el (icalendar--get-unfolded-buffer):
13410         * progmodes/ada-mode.el (ada-make-body):
13411         Use `insert-buffer-substring' and `goto-char', not `insert-buffer'.
13413         * dired.el (dired-log):
13414         * tar-mode.el (tar-subfile-save-buffer):
13415         * play/zone.el (zone-pgm-stress-destress):
13416         Use `insert-buffer-substring', not `insert-buffer'.
13418 2005-07-17  Simon Josefsson  <jas@extundo.com>
13420         * mail/smtpmail.el (smtpmail-auth-supported): Prefer PLAIN over LOGIN.
13422 2005-07-16  Jose E. Marchesi  <jemarch@gnu.org>
13424         * lisp/mail/smtpmail.el (smtpmail-auth-supported):
13425         Add plain auth method.
13426         (smtpmail-try-auth-methods): Add AUTH PLAIN dialog.
13428 2005-07-17  Kim F. Storm  <storm@cua.dk>
13430         * ido.el (dired-other-window): Add ido property.
13432 2005-07-16  Juanma Barranquero  <lekktu@gmail.com>
13434         * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
13435         Fix typo in docstring.
13436         (byte-compile-interactive-only-functions): Add `insert-buffer' and
13437         `insert-file-literally'.
13439         * emacs-lisp/edebug.el (def-edebug-form-spec): Add obsolescence
13440         info and delete redundant message.  Doc fix.
13441         (edebug-install-custom-print-funcs, edebug-reset-print-funcs)
13442         (edebug-uninstall-custom-print-funcs): Define as obsolete aliases.
13444 2005-07-16  Richard M. Stallman  <rms@gnu.org>
13446         * emacs-lisp/bytecomp.el (byte-compile-and-recursion): New function.
13447         (byte-compile-and): Use byte-compile-and-recursion.
13448         (byte-compile-or-recursion): New function.
13449         (byte-compile-or): Use that.
13450         (byte-compile-if): Guard the else-clause too.
13451         (byte-compile-maybe-guarded): Handle (not (featurep 'emacs)).
13453         * isearch.el (isearch-mode-end-hook-quit): New variable.
13454         (isearch-done): Bind it.
13455         (isearch-mode-end-hook): Doc fix.
13457         * allout.el (allout-isearch-did-quit): Variable deleted.
13458         (allout-real-isearch-abort): Function name no longer used.
13459         (allout-mode): Do allout-enwrap-isearch whenever feature is wanted.
13460         (allout-isearch-rectification): isearch-mode always exists.
13461         Don't set allout-isearch-did-quit.
13462         (allout-isearch-expose): Check isearch-mode-end-hook-error, not
13463         allout-isearch-did-quit.
13464         (allout-enwrap-isearch): Just add the hook.
13465         (allout-isearch-abort): Function deleted.
13466         (allout-pre-command-business): Avoid warning.
13468         * progmodes/pascal.el (pascal-outline-map): Use fboundp, not boundp.
13469         Correctly avoid warnings.
13470         (pascal-outline): Likewise.
13472         * progmodes/f90.el (f90-abbrev-start): Avoid warning.
13474         * progmodes/asm-mode.el (asm-comment): Use with-no-warnings.
13476         * play/tetris.el (tetris-mode): Avoid warning.
13478         * play/snake.el (snake-mode): Avoid warning.
13480         * play/gamegrid.el (gamegrid-shared-game-dir): Add defvar.
13481         (gamegrid-set-display-table): Avoid warning.
13482         (gamegrid-set-timer): Likewise.
13483         (gamegrid-make-mono-tty-face): Use set-face-inverse-video-p.
13484         (gamegrid-add-score-with-update-game-score-1): Take FILE
13485         as argument.
13486         (gamegrid-add-score-with-update-game-score): Pass that argument.
13487         Rename have-shared-game-dir to gamegrid-shared-game-dir.
13489         * net/eudc-hotlist.el (eudc-hotlist-mode): Avoid warnings.
13491         * net/eudc-bob.el (eudc-jump-to-event): Avoid warning.
13492         (eudc-bob-display-jpeg, eudc-bob-can-display-inline-images): Likewise.
13494         * mail/uce.el (uce-reply-to-uce): Replace beginning-of-buffer
13495         and insert-file.
13497         * mail/supercite.el (sc-no-blank-line-or-header): Avoid warning.
13498         (sc-ask): Avoid warnings.
13500         * eshell/em-hist.el (eshell-rebind-keys-alist): Add defvar.
13501         (eshell-hist-initialize): Use that var the natural way.
13503         * emulation/viper-init.el (viper-activate-input-method): Avoid warning.
13505         * emacs-lisp/re-builder.el (reb-cook-regexp):
13506         Avoid warning calling lre-compile-string.
13507         (reb-color-display-p): Avoid warning.
13509         * calculator.el (calculator-last-input): Guard uses
13510         of event-key and key-press-event-p.
13511         (event-key, key-press-event-p): Delete definitions.
13513         * emacs-lisp/find-gc.el (find-gc-unsafe-list)
13514         (find-gc-source-directory, find-gc-subrs-callers)
13515         (find-gc-noreturn-list, find-gc-source-files)
13516         (find-gc-subrs-called): Vars renamed and defvar'd.
13518         * emacs-lisp/checkdoc.el (checkdoc-make-overlay)
13519         (checkdoc-overlay-put, checkdoc-delete-overlay)
13520         (checkdoc-overlay-start, checkdoc-overlay-end)
13521         (checkdoc-mode-line-update, checkdoc-char=):
13522         Define such that compiler knows they are defined.
13523         (checkdoc-call-eval-buffer): Delete.  Use eval-buffer directly.
13524         (checkdoc-read-event): Delete.  Use read-event directly.
13526         * whitespace.el (whitespace-make-overlay)
13527         (whitespace-overlay-put, whitespace-delete-overlay)
13528         (whitespace-overlay-start, whitespace-overlay-end):
13529         Define such that compiler knows they are defined.
13530         (whitespace): Move conditional inside.
13532         * tempo.el (tempo-insert-template): Suppress warning.
13534         * ediff-diff.el (longlines-mode): Add defvar.
13536 2005-07-16  Gary Howell  <g1howell-list@yahoo.com>  (tiny change)
13538         * server.el: Bind "C-x #" in a way that works even if C-x is
13539         redefined to a command key, not a prefix key.
13541 2005-07-16  Johan Bockgard  <bojohan@users.sourceforge.net>  (tiny change)
13543         * emacs-lisp/cl-macs.el (cl-make-type-test): Defer evaluation of
13544         cl-make-type-test till execution time.
13546 2005-07-16  Markus Rost  <rost@math.uni-bielefeld.de>
13548         * dired-x.el (dired-do-relsymlink-regexp): Add missing optional
13549         arg ARG and use it.
13551 2005-07-16  Johan Bockgard  <bojohan@users.sourceforge.net>  (tiny change)
13553         * emacs-lisp/cl-macs.el (cl-make-type-test): Add `atom' type.
13555 2005-07-15  Luc Teirlinck  <teirllm@auburn.edu>
13557         * emacs-lisp/easy-mmode.el (define-minor-mode): Avoid constructing
13558         a defcustom with two :set or :type keywords.
13560 2005-07-15  Richard M. Stallman  <rms@gnu.org>
13562         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
13563         Don't give ^M comment-end syntax.
13565 2005-07-16  Nick Roberts  <nickrob@snap.net.nz>
13567         * progmodes/gdb-ui.el (gdb-var-update, gdb-var-update-handler):
13568         Don't consider gdbmi (gdb-mi.el has its own update functions).
13569         (gdb-var-delete): Make it work for gdbmi as well.
13570         (gdb-speedbar-expand-node): Move var-update here for gdbmi.
13572         * progmodes/gud.el (etags, sdb): Only require etags when needed.
13573         (gud-speedbar-menu-items): Correct logic for enabling items.
13575 2005-07-15  Kim F. Storm  <storm@cua.dk>
13577         * ido.el: Fix commentary.
13578         (ido-define-mode-map): Move ido-next-work-file to C-M-o.
13579         Use with-no-warnings around ffap-guesser.
13580         (ido-file-internal, ido-read-file-name, ido-read-directory-name):
13581         Let bind minibuffer-completing-file-name to t.
13583 2005-07-15  Juanma Barranquero  <lekktu@gmail.com>
13585         * startup.el (site-run-file, keyboard-type): Doc fixes.
13586         (command-line): Check for "--basic-display" argument; also for
13587         "--quick", not "--bare-bones" (which was renamed).
13588         (fancy-splash-text): Add missing item "Getting New Versions".
13589         (normal-splash-screen): Fix typos and improve consistency with
13590         `fancy-splash-text'.  Update copyright year.
13592         * hexl.el (hexl-mode-map): Recognize also `ehelp-command' as a
13593         valid binding for `help-char'.
13595         * emacs-lisp/derived.el (derived-mode-hook-name): Doc fix.
13597 2005-07-14  Dan Nicolaescu  <dann@ics.uci.edu>
13599         * term.el (term-mode): Disable cua-mode for term buffers.
13601 2005-07-14  Juanma Barranquero  <lekktu@gmail.com>
13603         * add-log.el (add-log-mailing-address, change-log-merge):
13604         Doc fixes.
13605         (change-log-get-method-definition): Fix typo in docstring.
13607 2005-07-14  Kim F. Storm  <storm@cua.dk>
13609         * emulation/cua-base.el:
13610         (cua--pre-command-handler-1, cua--pre-command-handler)
13611         (cua--post-command-handler-1, cua--post-command-handler):
13612         Split in two.  Check (buffer local) value of cua-mode.
13613         (cua-selection-mode): New command.
13615 2005-07-13  Luc Teirlinck  <teirllm@auburn.edu>
13617         * custom.el (custom-initialize-safe-set)
13618         (custom-initialize-safe-default): Doc fixes.
13620         * frame.el (blink-cursor-mode): Use `custom-initialize-safe-default'
13621         and simplify :init-value again.
13623         * tooltip.el (tooltip-mode): Use `custom-initialize-safe-default'
13624         and simplify :init-value again.  Delete autoload.
13626         * startup.el (command-line): Use `custom-reevaluate-setting' again
13627         for tooltip-mode.
13629         * emacs-lisp/easy-mmode.el (define-minor-mode): Avoid constructing
13630         a defcustom with two :initialize keywords.
13632 2005-07-13  Juanma Barranquero  <lekktu@gmail.com>
13634         * allout.el (my-mark-marker, allout-isearch-prior-pos)
13635         (allout-unprotected, allout-undo-aggregation, allout-snug-back)
13636         (allout-post-command-business, allout-flag-region)
13637         (isearch-reenable-font-lock, allout-yank)
13638         (allout-insert-latex-header, allout-insert-latex-trailer)
13639         (allout-latex-verbatim-quote-curr-line, allout-latexify-exposed)
13640         (allout-latex-verb-quote): Fix typos in docstrings.
13641         (allout-enwrap-isearch, regexp-sans-escapes): Doc fixes.
13642         (allout-unprotected, allout-prefix-data):
13643         Improve argument/docstring consistency.
13644         (allout-chart-subtree): Fix argument spec.
13645         (allout-open-topic): Rename `use_sib_bullet' argument to
13646         `use-sib-bullet'.  Doc fix.
13648         * whitespace.el (whitespace-check-buffer-leading)
13649         (whitespace-check-buffer-trailing)
13650         (whitespace-check-buffer-indent)
13651         (whitespace-check-buffer-spacetab)
13652         (whitespace-check-buffer-ateol, whitespace-highlighted-space)
13653         (whitespace-check-leading-whitespace)
13654         (whitespace-check-trailing-whitespace)
13655         (whitespace-check-spacetab-whitespace)
13656         (whitespace-check-indent-whitespace)
13657         (whitespace-check-ateol-whitespace, whitespace-abort-on-error)
13658         (whitespace-modes): Fix typos in docstrings.
13659         (defgroup, defcustom): Doc fixes.
13661         * winner.el (winner-mode, winner-boring-buffers)
13662         (winner-pending-undo-ring): Doc fixes.
13663         (winner-ring): Remove unneeded `progn'.
13664         (winner-equal): `defsubst' it.
13665         (winner-redo): Fix message.
13667 2005-07-13  Kim F. Storm  <storm@cua.dk>
13669         * simple.el (line-move-1): Always use vertical-motion to
13670         do the last (or only) line move to ensure some movement.
13671         Undo 2005-06-23 change--don't check for overlays.
13673 2005-07-13  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
13675         * term/mac-win.el (ccl-encode-mac-roman-font)
13676         (ccl-encode-mac-centraleurroman-font)
13677         (ccl-encode-mac-cyrillic-font, ccl-encode-mac-symbol-font):
13678         (ccl-encode-mac-dingbats-font): Remove check for ASCII.
13679         Change charset-id boundary of dimension to ?\xef.
13680         (mac-char-fontspec-list): New constant.
13681         (fontset-add-mac-fonts): Use it.  Accept non-string `base-family'
13682         argument.  Nil uses itself as family in font-spec.  Previous
13683         behavior for nil is now provided by non-nil non-string argument.
13684         All callers changed.  Add font-specs for Mac fonts to
13685         "fontset-default" unless iso8859-1 fonts are installed.
13687 2005-07-13  Stefan Monnier  <monnier@iro.umontreal.ca>
13689         * progmodes/sh-script.el (sh-get-indent-info): Only indent
13690         a continuation line if the \ is preceded by SPC or TAB.
13691         (sh-get-indent-info): Simplify.
13692         (sh-mark-init, sh-learn-buffer-indent, sh-add-completer):
13693         Use with-current-buffer.
13695         * font-lock.el (font-lock-fontify-keywords-region): Avoid inf-loops
13696         when the matched text is empty.
13698 2005-07-12  Luc Teirlinck  <teirllm@auburn.edu>
13700         * startup.el (command-line): Revert to previous handling of
13701         tooltip-mode.  Explain in comment why the complexity is needed.
13703         * tooltip.el (tooltip-mode): Revert to previous implementation of
13704         its defcustom.
13706         * frame.el (blink-cursor-mode): Revert to previous implementation
13707         of its defcustom.  Update comment.
13709 2005-07-12  Lars Hansen  <larsh@soem.dk>
13711         * desktop.el: Update e-mail address.
13713 2005-07-12  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
13715         * term/mac-win.el (mac-services-mail-selection)
13716         (mac-services-mail-to): New functions.
13717         (mac-application-menu-map): Bind them.
13719 2005-07-12  wulei  <milton@wulei.net>  (tiny change)
13721         * progmodes/gdb-ui.el: Add note about buffering with Windows.
13723 2005-07-11  Luc Teirlinck  <teirllm@auburn.edu>
13725         * custom.el (custom-reevaluate-setting): Doc fix.
13727 2005-07-11  Jay Belanger  <belanger@truman.edu>
13729         * calc/calc.el (calc-embedded-announce-formula-alist)
13730         (calc-embedded-open-close-plain-alist)
13731         (calc-embedded-open-close-mode-alist): Add checks for additional
13732         major modes (due to Robert J. Chassell <bob@rattlesnake.com>).
13734 2005-07-11  Juanma Barranquero  <lekktu@gmail.com>
13736         * custom.el (custom-enable-theme): Don't add theme to
13737         `custom-enabled-themes' with `push' because there is no
13738         setf-method for `delq'.
13740 2005-07-11  Richard M. Stallman  <rms@gnu.org>
13742         * custom.el (custom-declare-variable): Doc fix.
13744         * dired-aux.el (dired-compare-directories): Remove "." and ".."
13745         from the alists.
13747         * emacs-lisp/edebug.el (edebug-slow-after, edebug-slow-before):
13748         Do nothing if edebug-active.
13750         * emacs-lisp/edebug.el (edebug-enter): Don't with-timeout-suspend here.
13751         (edebug-display): Do it here instead.
13753 2005-07-10  Richard M. Stallman  <rms@gnu.org>
13755         * cus-face.el (custom-theme-set-faces): Make it work.
13756         (custom-reset-faces): Doc fix.
13757         (custom-theme-reset-internal-face, custom-theme-face-value):
13758         Functions deleted.
13760         * custom.el (custom-push-theme): Maintain list of the settings
13761         of a given theme in its theme-settings property.
13762         Maintain position of old settings in the theme-value
13763         or theme-face property.
13764         (custom-enabled-themes): New variable.
13765         (custom-theme-enabled-p): New function.
13766         (provide-theme): Update custom-enabled-themes.
13767         Disable and reenable the `user' theme.
13768         (require-theme): Doc fix.
13769         (custom-do-theme-reset, custom-remove-theme): Functions deleted.
13770         (custom-theme-value, custom-theme-variable-value): Likewise.
13771         (custom-theme-reset-internal): Likewise.
13772         (custom-theme-load-themes): Fix bugs and use custom-disable-theme.
13773         (custom-enable-theme, custom-disable-theme): New functions.
13774         (custom-variable-theme-value, custom-face-theme-value): Likewise.
13775         (custom-theme-recalc-variable, custom-theme-recalc-face): Likewise.
13776         (custom-theme-reset-variables): Simplify.
13777         (deftheme, custom-declare-theme, custom-make-theme-feature):
13778         Definitions moved.
13780 2005-07-10  Chong Yidong  <cyd@stupidchicken.com>
13782         * longlines.el (longlines-show-region)
13783         (longlines-unshow-hard-newlines): Recognize hard newlines by
13784         non-nil hard property, instead of t.
13786 2005-07-10  Michael Kifer  <kifer@cs.stonybrook.edu>
13788         * viper-cmd.el (viper--key-maps): New variable.
13789         (viper-normalize-minor-mode-map-alist): Use viper--key-maps and
13790         emulation-mode-map-alists.
13791         (viper-envelop-ESC-key): Use viper-subseq.
13792         (viper-search-forward/backward/next): Disable debug-on-error.
13794         * viper-keym.el (viper-toggle-key, viper-quoted-insert-key)
13795         (viper-ESC-key): New defcustoms.
13797         * viper-macs.el (ex-map-read-args): Use viper-subseq.
13799         * viper-util.el (viper-key-to-emacs-key): Use viper-subseq.
13800         (viper-subseq): Copy of subseq from cl.el.
13802         * viper.el (viper-go-away, viper-set-hooks): Use
13803         emulation-mode-map-alists, advise self-insert-command, add-minor-mode.
13805         * viper-mous.el (viper-current-frame-saved): Use defvar.
13807         * viper-init.el: Get rid of -face in face names.
13809         * ediff-diff.el (ediff-extract-diffs, ediff-extract-diffs3):
13810         Make it work with longlines mode
13812         * ediff-mult.el (ediff-meta-mode-hook): New variable.
13814         * ediff-ptch.el (ediff-file-name-sans-prefix): Quote regexp.
13816         * ediff-init.el: Get rid of -face in face names.
13818 2005-07-10  Richard M. Stallman  <rms@gnu.org>
13820         * emacs-lisp/edebug.el (edebug-enter): Call with-timeout-suspend
13821         and with-timeout-unsuspend.
13823         * emacs-lisp/debug.el (debug): Call with-timeout-suspend
13824         and with-timeout-unsuspend.
13826         * emacs-lisp/timer.el (with-timeout-timers): New variable.
13827         (with-timeout): Bind that variable to record timers.
13828         (with-timeout-suspend, with-timeout-unsuspend): New functions.
13830         * emacs-lisp/debug.el (debug-help-follow): New function.
13831         (debugger-mode-map): Use that instead of help-follow.
13832         (debugger-setup-buffer): Use eval-buffer-list
13833         to handle eval-buffer frames.
13835 2005-07-10  N. Raghavendra  <raghu@mri.ernet.in>  (tiny change)
13837         * timezone.el (timezone-parse-date): Change first regexp
13838         so it will not mistakenly match dates with no time zone.
13840 2005-07-10  Jeff Dwork  <jeff.dwork@amd.com>  (tiny change)
13842         * facemenu.el (facemenu-read-color): Do case-insensitive matching.
13844 2005-07-10  Luc Teirlinck  <teirllm@auburn.edu>
13846         * custom.el (custom-initialize-safe-set)
13847         (custom-initialize-safe-default): New functions.
13849         * frame.el (blink-cursor-mode): Use `custom-initialize-safe-default'
13850         and simplify :init-value.
13852         * tooltip.el (tooltip-mode): Use `custom-initialize-safe-default'
13853         and simplify :init-value.  Delete obsolete comment.
13855         * startup.el (command-line): Use `custom-reevaluate-setting' to
13856         handle `tooltip-mode'.  Delete obsolete comment.
13858         * files.el (set-visited-file-name): Avoid calling
13859         `file-name-nondirectory' with a nil argument.
13861 2005-07-09  Richard M. Stallman  <rms@gnu.org>
13863         * emacs-lisp/debug.el (debugger-setup-buffer): When eval-buffer
13864         was called with nil for the buffer, handle the read position right.
13865         Handle read position for eval-region, too.
13867 2005-07-09  Juri Linkov  <juri@jurta.org>
13869         * fringe.el (fringe-mode): Add period in docstring.
13870         (fringe-query-style): Build prompt depending on `all-frames' arg.
13872         * dired.el (dired-marker-char): Avoid quotations for `do' and `mark'
13873         to not create links to unrelated functions in the Help buffer.
13875         * progmodes/compile.el (compilation-mode-hook, compilation-mode):
13876         Doc fix.
13878         * simple.el (next-error-hook): New variable.
13879         (next-error): Use it.  Doc fix.
13881         * textmodes/ispell.el (ispell-command-loop): Add current
13882         dictionary name and program name to mode-line-format.
13883         (ispell-region, ispell-process-line): Add current dictionary name
13884         and program name to messages.
13886 2005-07-08  Jay Belanger  <belanger@truman.edu>
13888         * calc/calc.el (calc-embedded-announce-formula-alist)
13889         (calc-embedded-open-close-formula-alist)
13890         (calc-embedded-open-close-word-alist)
13891         (calc-embedded-open-close-plain-alist)
13892         (calc-embedded-open-close-new-formula-alist)
13893         (calc-embedded-open-close-mode-alist)
13894         (calc-embedded-new-buffer-hook, calc-embedded-new-formula-hook)
13895         (calc-embedded-mode-hook): New variables.
13897         * calc/calc-embed.el (calc-embedded-firsttime)
13898         (calc-embedded-firsttime-buf, calc-embedded-firsttime-formula):
13899         New variables.
13900         (calc-do-embedded): Use calc-embedded-firsttime,
13901         calc-embedded-firsttime-buf and calc-embedded-firsttime-formula to
13902         determine whether or not to run hooks.
13903         (calc-embedded-make-info) Set calc-embedded-firsttime-buf and
13904         calc-embedded-firsttime-formula appropriately.
13905         Set calc-embedded delimiter variables according to mode.
13907 2005-07-08  Richard M. Stallman  <rms@gnu.org>
13909         * emacs-lisp/checkdoc.el (checkdoc-proper-noun-list):
13910         Check for "emacs", etc., as entire symbol, not just as word.
13911         (checkdoc-file-comments-engine): Use regexp-quote on FN.
13913         * files.el (set-visited-file-name): Report the error
13914         for "empty filename" earlier.
13915         (kill-some-buffers): Ignore buffers already dead.
13917         * fringe.el (fringe-mode): Doc fix.
13919         * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
13920         Check for (featurep 'xemacs) and turn off warnings in what it guards.
13921         Use unwind-protect to ensure byte-compile-unresolved-functions
13922         is updated.
13924         * whitespace.el (whitespace-buffer-leading-cleanup):
13925         Simplify w/ skip-chars-forward.
13926         (whitespace-buffer-trailing-cleanup): Simplify w/ skip-chars-backward.
13928         * mail/rmail.el (rmail-only-expunge): Fix paren error.
13929         Unconditionally try to leave point at the same old place.
13931 2005-07-08  Ralf Angeli  <angeli@iwi.uni-sb.de>  (tiny change)
13933         * comint.el (comint-postoutput-scroll-to-bottom)
13934         (comint-show-maximum-output): Take scroll-margin into consideration.
13936 2005-07-08  Kim F. Storm  <storm@cua.dk>
13938         * ido.el (ido-use-filename-at-point): New choice `guess'.
13939         (ido-file-internal): Try ffap-guesser if selected.
13941         * ido.el (ido-before-fallback-functions): New hook.
13942         (ido-buffer-internal, ido-file-internal, ido-read-buffer)
13943         (ido-read-file-name): Run it.
13945 2005-07-07  Stefan Monnier  <monnier@iro.umontreal.ca>
13947         * progmodes/hideif.el (hide-ifdef-use-define-alist): Pass a list of
13948         strings rather than a list of symbols to the completion function.
13950 2005-07-07  Jay Belanger  <belanger@truman.edu>
13952         * calc/calc-units.el (math-apply-units): Change the places in
13953         which units are simplified.
13955 2005-07-07  Luc Teirlinck  <teirllm@auburn.edu>
13957         * cus-edit.el (customize-option, customize-option-other-window):
13958         Make them handle aliases.
13960         * custom.el (custom-variable-p): Make it recursively follow
13961         aliases.  Mention that in the docstring.
13963 2005-07-07  Richard M. Stallman  <rms@gnu.org>
13965         * cus-start.el (exec-path): Use `directory' instead of `file'.
13966         Fix tag for nil.
13968 2005-07-07  Juanma Barranquero  <lekktu@gmail.com>
13970         * replace.el (occur-rename-buffer): Use `generate-new-buffer' also
13971         when called non-interactively.  Doc fix.
13973 2005-07-07  Lute Kamstra  <lute@gnu.org>
13975         * elide-head.el (elide-head-headers-to-hide): Recognize the FSF's
13976         new address as well.
13978 2005-07-07  Kenichi Handa  <handa@m17n.org>
13980         * international/mule.el (make-coding-system):
13981         Describe `ascii-incompatible' property in the docstring.
13982         (set-file-name-coding-system): Signal an error if coding-system is
13983         ascii-incompatible.
13984         (set-keyboard-coding-system): Likewise.
13986         * international/mule-cmds.el (set-default-coding-systems):
13987         Don't set default-file-name-coding-system and
13988         default-keyboard-coding-system if coding-system is ASCII-incompatible.
13990         * international/utf-16.el: Declare that all UTF-16-based coding
13991         systems are ASCII-incompatible.
13993 2005-07-07  Nick Roberts  <nickrob@snap.net.nz>
13995         * progmodes/gud.el: Require font-lock for displaying errors.
13996         Used by gdb-ui.el.
13998 2005-07-07  Juanma Barranquero  <lekktu@gmail.com>
14000         * hi-lock.el (hi-lock-find-patterns): Protect also against invalid
14001         values for the pattern lists which are `read'able but not
14002         `append'able (like symbols).
14004 2005-07-06  Richard M. Stallman  <rms@gnu.org>
14006         * progmodes/flymake.el (flymake-float-time): Instead of
14007         with-no-warnings, test for xemacs.
14008         (flymake-replace-regexp-in-string): Test fboundp of replace-in-string
14009         to avoid warning.
14011 2005-07-06  Juanma Barranquero  <lekktu@gmail.com>
14013         * w32-vars.el (w32-fixed-font-alist): Fix typo in `defcustom' tag.
14015 2005-07-05  Lute Kamstra  <lute@gnu.org>
14017         * battery.el: Add support for Darwin (with much debugging help
14018         from Samuel Lauber <sam124@operamail.com>).
14019         (battery-status-function, battery-echo-area-format)
14020         (battery-mode-line-format): Add support for pmset on Darwin.
14021         (battery-load-low, battery-load-critical): New user options.
14022         (battery-pmset): New function.
14024 2005-07-05  Lute Kamstra  <lute@gnu.org>
14026         Update FSF's address in GPL notices.
14028         * textmodes/page-ext.el: Update FSF's address.
14030 2005-07-04  Stefan Monnier  <monnier@iro.umontreal.ca>
14032         * emacs-lisp/lisp-mode.el (lisp-mode-variables): Prevent adaptive
14033         filling from using prefix when filling a single-line docstring.
14035         * progmodes/flymake.el: Remove useless eval-when-compile.
14037         * arc-mode.el (archive-lzh-ogm): Reorder save excursion/restriction.
14039 2005-07-04  Richard M. Stallman  <rms@gnu.org>
14041         * textmodes/org.el (org-file-apps-defaults-gnu):
14042         Rename from org-file-apps-defaults-linux.
14043         (org-default-apps): Don't test system-type for `linux'.
14044         (org-file-apps): Doc fix.
14046 2005-07-04  David Ponce  <david@dponce.com>
14048         * tree-widget.el: Improve header Commentary section.
14049         (tree-widget) [defgroup]
14050         (tree-widget-image-enable, tree-widget-themes-directory)
14051         (tree-widget-theme, tree-widget-image-properties-emacs)
14052         (tree-widget-image-properties-xemacs, tree-widget-create-image)
14053         (tree-widget-image-formats, tree-widget-control)
14054         (tree-widget-empty-control, tree-widget-leaf-control
14055         (tree-widget-guide, tree-widget-end-guide, tree-widget-no-guide)
14056         (tree-widget-handle, tree-widget-no-handle, tree-widget-p)
14057         (tree-widget-keep, tree-widget-after-toggle-functions)
14058         (tree-widget-open-node, tree-widget-close-node): Doc fix.
14059         (tree-widget-open-control, tree-widget-close-control): Fix doc and
14060         :help-echo message.
14061         (tree-widget-set-theme): Doc fix.  Use `string-equal'.
14062         (tree-widget-image-properties): Doc fix.  Clearer implementation.
14063         (tree-widget--cursors): New constant.
14064         (tree-widget-lookup-image): New function split from
14065         `tree-widget-find-image'.  Clearer implementation.
14066         (tree-widget-find-image): Use it.
14067         (tree-widget-button-keymap): Use `set-keymap-parent'.
14068         (tree-widget) [define-widget]: Use `widget-children-value-delete'.
14069         Define the sub-widgets here.
14070         (tree-widget-node): Check that :node is not a tree-widget.
14071         (tree-widget-get-super, tree-widget-open-control)
14072         (tree-widget-close-control, tree-widget-empty-control)
14073         (tree-widget-leaf-control, tree-widget-guide)
14074         (tree-widget-end-guide, tree-widget-no-guide, tree-widget-handle)
14075         (tree-widget-no-handle, tree-widget-value-delete)
14076         (tree-widget-map): Remove.
14077         (tree-widget-children-value-save): Doc fix.  Simplified.
14078         (tree-widget-value-create): Update according to previous changes.
14080 2005-07-04  Carsten Dominik  <dominik@science.uva.nl>
14082         * textmodes/org.el: Leading space replaced by TABS.
14083         (org-recalc-marks, org-table-rotate-recalc-marks)
14084         (org-table-get-specials): Treat "^" and "_" marks.
14085         (org-table-justify-field-maybe): Optional argument NEW.
14086         (org-table-eval-formula): Parsing of the format simplified.
14087         New modes C,I.  Honor the %= parameter in the current table.
14088         Avoid unnecessary re-align by using the NEW argument to
14089         `org-table-justify-field-maybe'.
14090         (org-calc-default-modes): Default for date-format mimicks org-mode.
14091         (org-agenda, org-timeline): Quote argument in org-agenda-redo-command.
14093 2005-07-03  Luc Teirlinck  <teirllm@auburn.edu>
14095         * cus-face.el (custom-theme-set-faces): Make it handle face
14096         aliases whose alias declarations are pre- or autoloaded.
14098 2005-07-04  Juri Linkov  <juri@jurta.org>
14100         * faces.el (read-face-name): Put the code for getting a face name
14101         from the buffer before adding the faces from the `face' property.
14102         Use `completing-read-multiple' instead of `completing-read'.
14103         Require `crm'.  Add default value and post-process the returned
14104         list of faces.
14106         * emacs-lisp/crm.el (crm-find-current-element)
14107         (crm-minibuffer-complete-and-exit): Handle minibuffer prompt.
14109         * emacs-lisp/lisp-mode.el (eval-defun-1):
14110         * emacs-lisp/edebug.el (edebug-eval-defun):
14111         Remove unnecessary quotes.
14113 2005-07-04  Juanma Barranquero  <lekktu@gmail.com>
14115         * progmodes/prolog.el (prolog-eof-string): Doc fixes.
14116         (prolog-indent-level): Fix typo in docstring.
14118         * info.el (Info-history, Info-history-forward)
14119         (Info-history-list, Info-speedbar-fetch-file-nodes): Doc fixes.
14121         * add-log.el (add-change-log-entry):
14122         * comint.el (comint-dynamic-list-input-ring)
14123         (comint-dynamic-list-completions):
14124         * dabbrev.el (dabbrev-expand):
14125         * delim-col.el (delimit-columns-rectangle-line):
14126         * diff-mode.el (diff-context->unified, diff-reverse-direction)
14127         (diff-unified->context):
14128         * ediff-init.el (ediff-abbrev-jobname):
14129         * ediff-mult.el (ediff-replace-session-status-in-meta-buffer)
14130         (ediff-replace-session-activity-marker-in-meta-buffer):
14131         * info.el (Info-summary):
14132         * lpr.el (printify-region):
14133         * printing.el (pr-create-interface):
14134         * ps-print.el (ps-print-quote):
14135         * ses.el (ses-column-widths, ses-print-cell)
14136         (ses-adjust-print-width, ses-center):
14137         * shell.el (shell-file-name-quote-list):
14138         * strokes.el (strokes-read-stroke, strokes-read-complex-stroke)
14139         (strokes-fill-current-buffer-with-whitespace)
14140         (strokes-xpm-for-stroke, strokes-list-strokes)
14141         (strokes-xpm-char-bit-p, strokes-xpm-for-compressed-string):
14142         * term.el (term-dynamic-list-input-ring)
14143         (term-dynamic-list-completions):
14144         * calc/calc.el (math-format-stack-value):
14145         * emacs-lisp/edebug.el (edebug-display-freq-count):
14146         * progmodes/delphi.el (delphi-indent-line, delphi-fill-comment)
14147         (delphi-new-comment-line):
14148         * progmodes/ebnf2ps.el (ebnf-eps-filename, ebnf-trim-right):
14149         * progmodes/executable.el (executable-set-magic):
14150         * progmodes/python.el (inferior-python-mode):
14151         * progmodes/scheme.el (scheme-mode-syntax-table):
14152         * progmodes/sh-script.el (sh-maybe-here-document):
14153         * progmodes/sql.el (sql-copy-column):
14154         * progmodes/tcl.el (tcl-comment-indent, tcl-quote):
14155         * textmodes/bibtex.el (bibtex-mode):
14156         * textmodes/sgml-mode.el (html-imenu-index, sgml-attributes)
14157         (sgml-auto-attributes):
14158         * textmodes/table.el (table-insert, table-shorten-cell)
14159         (table--generate-source-scan-lines, table-delete-row)
14160         (*table--cell-delete-char, table--spacify-frame)
14161         (table--horizontally-shift-above-and-below)
14162         (table--cell-insert-char, table--cell-blank-str)
14163         (table--fill-region-strictly):
14164         * textmodes/tex-mode.el (tex-insert-quote, latex-find-indent):
14165         * textmodes/texinfo.el (texinfo-insert-quote): "?\ " -> "?\s".
14167         * add-log.el (change-log):
14168         * apropos.el (apropos):
14169         * comint.el (comint-completion, comint-source):
14170         * dabbrev.el (dabbrev):
14171         * delim-col.el (columns):
14172         * diff-mode.el (diff-mode):
14173         * ediff.el (ediff):
14174         * ediff-diff.el (ediff-diff):
14175         * ediff-init.el (ediff-highlighting, ediff-merge, ediff-hook):
14176         * ediff-mult.el (ediff-mult):
14177         * ediff-ptch.el (ediff-ptch):
14178         * ediff-wind.el (ediff-window):
14179         * facemenu.el (facemenu):
14180         * indent.el (indent):
14181         * info.el (info):
14182         * jka-cmpr-hook.el (compression, jka-compr):
14183         * lpr.el (lpr):
14184         * outline.el (outlines):
14185         * pcmpl-cvs.el (pcmpl-cvs):
14186         * pcmpl-rpm.el (pcmpl-rpm):
14187         * printing.el (printing):
14188         * ps-print.el (postscript, ps-print, ps-print-horizontal)
14189         (ps-print-vertical, ps-print-headers, ps-print-font)
14190         (ps-print-color, ps-print-face, ps-print-n-up, ps-print-zebra)
14191         (ps-print-background, ps-print-printer, ps-print-page)
14192         (ps-print-miscellany):
14193         * ses.el (ses):
14194         * shell.el (shell, shell-directories, shell-faces):
14195         * startup.el (initialization):
14196         * strokes.el (strokes):
14197         * term.el (term):
14198         * uniquify.el (uniquify):
14199         * w32-vars.el (w32):
14200         * calc/calc.el (calc):
14201         * emacs-lisp/bytecomp.el (bytecomp):
14202         * emacs-lisp/cl-indent.el (lisp-indent):
14203         * emacs-lisp/edebug.el (edebug):
14204         * emacs-lisp/elp.el (elp):
14205         * emacs-lisp/testcover.el (testcover):
14206         * emacs-lisp/trace.el (trace):
14207         * emulation/viper-ex.el (viper-ex):
14208         * emulation/viper-mous.el (viper-mouse):
14209         * mail/mailalias.el (mailalias):
14210         * mail/supercite.el (supercite, supercite-frames)
14211         (supercite-attr, supercite-cite, supercite-hooks):
14212         * net/rcompile.el (remote-compile):
14213         * net/rlogin.el (rlogin):
14214         * obsolete/ooutline.el (outlines):
14215         * progmodes/delphi.el (delphi):
14216         * progmodes/ebnf2ps.el (postscript, ebnf2ps, ebnf-special)
14217         (ebnf-except, ebnf-repeat, ebnf-terminal, ebnf-non-terminal)
14218         (ebnf-production, ebnf-shape, ebnf-displacement, ebnf-syntactic)
14219         (ebnf-optimization):
14220         * progmodes/etags.el (etags):
14221         * progmodes/executable.el (executable):
14222         * progmodes/idlwave.el (idlwave):
14223         * progmodes/pascal.el (pascal):
14224         * progmodes/prolog.el (prolog):
14225         * progmodes/python.el (python):
14226         * progmodes/scheme.el (scheme):
14227         * progmodes/sh-script.el (sh, sh-script):
14228         * progmodes/sql.el (SQL):
14229         * progmodes/tcl.el (tcl):
14230         * textmodes/bibtex.el (bibtex, bibtex-autokey):
14231         * textmodes/enriched.el (enriched):
14232         * textmodes/makeinfo.el (makeinfo):
14233         * textmodes/sgml-mode.el (sgml):
14234         * textmodes/table.el (table-hooks):
14235         * textmodes/tex-mode.el (tex-file, tex-run, tex-view):
14236         * textmodes/texinfo.el (texinfo):
14237         * textmodes/two-column.el (two-column):
14238         Finish `defgroup' description with period.
14240         * emacs-lisp/cl-indent.el (lisp-indent-maximum-backtracking):
14241         * eshell/esh-var.el (eshell-var):
14242         * progmodes/vhdl-mode.el (vhdl-testbench):
14243         * textmodes/org.el (org): Fix typos in docstrings.
14245         * emacs-lisp/timer.el (with-timeout): Improve argument/docstring
14246         consistency.
14248         * progmodes/flymake.el (flymake-find-file): Remove.
14249         (flymake-float-time): Use `with-no-warnings'.
14250         (flymake-check-start-time, flymake-check-was-interrupted)
14251         (flymake-err-info, flymake-is-running, flymake-last-change-time)
14252         (flymake-new-err-info): `defvar' at compile time.
14254 2005-07-03  Juanma Barranquero  <lekktu@gmail.com>
14256         * replace.el (occur-hook): Doc fix.
14257         (occur-1): Don't call `occur-hook' if there are no matches.
14259 2005-07-03  Richard M. Stallman  <rms@gnu.org>
14261         * emulation/tpu-edt.el (tpu-original-global-map): Don't copy
14262         global-map, save the same map.
14263         (global-map): Don't alter it at top level.
14264         (tpu-edt-on): Save global map in tpu-original-global-map, then copy.
14265         Then alter it here instead.
14266         (tpu-edt-off): Set global-map to the saved one.
14268         * emulation/tpu-edt.el (tpu-emacs19-p): Var deleted.
14269         All references simplified.
14270         (tpu-lucid-emacs-p): Rename from tpu-lucid-emacs19-p.  Uses changed.
14271         (zmacs-regions): Add defvar.
14272         (repeat-complex-command-map): Everything about that deleted.
14274         * textmodes/artist.el (artist-key-is-drawing)
14275         (artist-key-endpoint1, artist-key-poly-point-list)
14276         (artist-key-shape, artist-key-draw-how, artist-popup-menu-table)
14277         (artist-key-compl-table, artist-rb-save-data)
14278         (artist-arrow-point-1, artist-arrow-point-2): Move defvars up.
14279         Don't put them in eval-when-compile.
14280         (artist-set-arrow-points-for-poly): Use `last', not `artist-last'.
14282         * progmodes/ebrowse.el (ebrowse-revert-tree-buffer-from-file):
14283         Use with-no-warnings.
14285         * net/browse-url.el (dos-windows-version): Add defvar.
14287         * mail/supercite.el (filladapt-prefix-table): Add defvar.
14289         * mail/rmailsum.el (rmail-summary-redo): Add defvar.
14290         (rmail-summary-mode-map, rmail-summary-overlay): Defvars moved up.
14291         (rmail-new-summary-line-count): Rename from new-summary-line-count.
14292         Add defvar.
14293         (rmail-summary-beginning-of-message): Use with-no-warnings.
14294         (rmail-summary-first-message, rmail-summary-last-message): Likewise.
14296         * emulation/vip.el (vip-replace-string, ex-map, ex-read):
14297         Use with-no-warnings.
14299         * emulation/vi.el (vi-mark-region): Use c-mark-function.
14300         (c-mark-function): Add point-moving-unit property.
14301         (vi-goto-line): Use with-no-warnings.
14303         * emulation/edt.el (edt-last-copied-word): Add defvar.
14304         (zmacs-region-stays): Likewise.
14305         (edt-mark-section-wisely): Use c-mark-function for C.
14306         Use makr-defun for Fortran.
14307         (time-string): defvar deleted.
14308         (edt-display-the-time): Don't set time-string.
14310         * emacs-lisp/macroexp.el (macroexp-accumulate): Rename arg to var+list.
14312         * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn):
14313         Don't warn when name is not constant
14314         or for defining the group `emacs'.
14316         * tooltip.el (gud-tooltip-mode): Add defvar.
14318         * startup.el (default-frame-background-mode): Add defvar.
14320         * smerge-mode.el (smerge-mode): Add duplicate defvar near top.
14322         * info.el (tool-bar-map): Add defvar.
14324         * dired.el (dnd-protocol-alist): Add defvar.
14326         * dired-aux.el (dired-query): Display question with answer, when
14327         the user answers.
14329         * custom.el (custom-add-option): Doc fix.
14331         * bookmark.el (Info-current-node, Info-suffix-list): Add defvars.
14333 2005-07-03  Eli Zaretskii  <eliz@gnu.org>
14335         * font-lock.el (font-lock-regexp-grouping-construct): Fix the
14336         bogus name from the last change.
14338 2005-07-02  Luc Teirlinck  <teirllm@auburn.edu>
14340         * custom.el (custom-declare-variable): Fix typos in comment.
14341         (custom-known-themes): Doc fix.
14342         (custom-theme-directory): New defcustom.
14343         (require-theme): Make it check `custom-theme-directory'.
14345         * cus-theme.el (custom-new-theme-mode): New function.
14346         (custom-theme-name, custom-theme-variables, custom-theme-faces)
14347         (custom-theme-description): Add compiler defvars.
14348         (customize-create-theme): Add doc to the "*New Custom Theme*"
14349         buffer.  Use `custom-new-theme-mode'.
14350         (custom-theme-write): Put the created buffer in emacs-lisp-mode
14351         and save it to the `custom-theme-directory'.  Make this the
14352         default directory of the buffer.
14354 2005-07-02  David Hunter  <hunterd_42@comcast.net>  (tiny change)
14356         * progmodes/flymake.el (flymake-mode, flymake-mode-off):
14357         Fix unbalanced parentheses.
14359 2005-07-02  Stefan Monnier  <monnier@iro.umontreal.ca>
14361         * progmodes/flymake.el (flymake-mode-on, flymake-mode-off): Move body
14362         into flymake-mode and delegate to flymake-mode.
14364         * find-file.el (ff-which-function-are-we-in): Clean up.
14366 2005-07-02  Juanma Barranquero  <lekktu@gmail.com>
14368         * replace.el (occur-rename-buffer): Fix docstring.
14370         * emulation/edt.el (*EDT-keys*, edt-default-global-map)
14371         (edt-last-copied-word, edt-learn-macro-count)
14372         (edt-orig-page-delimiter, edt-orig-transient-mark-mode)
14373         (edt-rect-start-point, edt-user-global-map, rect-start-point)
14374         (time-string, zmacs-region-stays):
14375         * emulation/edt-mapper.el (edt-save-function-key-map)
14376         (EDT-key-name): `defvar' to silence the byte-compiler.
14378 2005-07-02  Martin Rudalics  <rudalics@gmx.at>  (tiny change)
14380         * font-lock.el (font-lock-regexp-grouping-backslash): Rename from
14381         font-lock-regexp-backslash.  Doc fix.
14382         (font-lock-regexp-backslash-grouping-construct): Rename from
14383         font-lock-regexp-backslash-construct.  Doc fix.
14384         (lisp-font-lock-keywords-2): Fix highlighting of Elisp regexp
14385         grouping constructs.
14387 2005-07-02  Eli Zaretskii  <eliz@gnu.org>
14389         * makefile.w32-in (bootstrap): Remove the $(EMACS) binary after
14390         updating all the prerequisites.
14392 2005-07-01  Juanma Barranquero  <lekktu@gmail.com>
14394         * textmodes/org.el (org-agenda-start-on-weekday)
14395         (org-calendar-to-agenda-key, org-agenda-sorting-strategy)
14396         (org-agenda-use-time-grid, org-archive-location)
14397         (org-allow-space-in-links, org-usenet-links-prefer-google)
14398         (org-enable-table-editor, org-export-default-language)
14399         (org-export-html-show-new-buffer, org-fill-paragraph)
14400         (org-cycle, org-goto-ret, org-goto-left, org-goto-right)
14401         (org-goto-quit, org-occur, org-eval-in-calendar)
14402         (org-agenda-cleanup-fancy-diary, org-agenda-no-heading-message)
14403         (org-agenda-diary-entry, org-remember-help)
14404         (org-table-convert-region, org-at-table-p)
14405         (org-table-move-row-down, org-table-move-row-up)
14406         (org-table-copy-region, org-table-toggle-vline-visibility)
14407         (org-table-get-stored-formulas, org-table-get-specials)
14408         (org-recalc-commands, org-table-eval-formula)
14409         (org-table-formula-substitute-names, orgtbl-make-binding)
14410         (org-format-org-table-html, org-format-table-table-html)
14411         (org-format-table-table-html-using-table-generate-source)
14412         (org-customize): Fix typos in docstrings.
14413         (org-level-2, org-at-timestamp-p, org-agenda-day-view)
14414         (org-agenda-toggle-diary, org-agenda-toggle-time-grid)
14415         (org-back-to-heading): Doc fixes.
14416         (org-agenda-toggle-time-grid, org-cmp-category, org-cmp-time)
14417         (org-agenda-change-all-lines, org-get-header):
14418         Improve argument/docstring consistency.
14419         (orgtbl-error): Fix error message.
14421         * progmodes/flymake.el (flymake-find-possible-master-files)
14422         (flymake-master-file-compare, flymake-get-line-err-count)
14423         (flymake-highlight-line, flymake-gui-warnings-enabled):
14424         Fix typos in docstrings.
14425         (flymake-parse-line, flymake-get-project-include-dirs-function)
14426         (flymake-get-prev-err-line-no, flymake-goto-prev-error):
14427         Doc fixes.
14428         (flymake-get-project-include-dirs-function)
14429         (flymake-make-err-menu-data):
14430         Improve argument/docstring consistency.
14432 2005-07-01  Lute Kamstra  <lute@gnu.org>
14434         * battery.el (battery-linux-proc-apm): Fix typo in docstring.
14435         Catch errors with ignore-errors.  Use temporary buffer.
14436         (battery-linux-proc-acpi): Fix typo in docstring.  Document `%r'.
14438         * facemenu.el (facemenu-unlisted-faces): Delete foreground and
14439         background color faces.
14440         (facemenu-set-foreground, facemenu-set-background):
14441         Use facemenu-set-face-from-menu.
14442         (facemenu-set-face-from-menu): Treat face names that start with
14443         "fg:" or "bg:" as special.
14444         (facemenu-add-new-color): Don't create faces.  Simplify.
14446 2005-06-30  Richard M. Stallman  <rms@gnu.org>
14448         * emacs-lisp/crm.el (crm-do-completion): Handle minibuffer prompt.
14449         (crm-find-current-element): Likewise.
14451 2005-06-30  Johan Bockg\e,Ae\e(Brd  <bojohan@users.sourceforge.net>
14453         * help-fns.el (help-do-arg-highlight): Regexp-quote argument names.
14455 2005-06-30  Stefan Monnier  <monnier@iro.umontreal.ca>
14457         * arc-mode.el (archive-extract): Make it work as a mouse binding.
14458         (archive-mouse-extract): Make it an obsolete alias.
14459         (archive-mode-map): Don't use archive-mouse-extract any more.
14460         (archive-mode, archive-extract): write-contents-hooks ->
14461         write-contents-functions.
14462         (archive-arc-rename-entry, archive-lzh-rename-entry): Remove unused
14463         first arg.
14464         (archive-rename-entry): Update the call.
14465         (archive-zip-summarize): Remove unused var `method'.
14466         (archive-lzh-summarize): Remove unused var `creator'.
14468         * emacs-lisp/debug.el (debug): Quieten Drew Adams by killing the
14469         dedicated frame upon exit.
14471         * arc-mode.el: Bind inhibit-read-only rather than buffer-read-only.
14472         (archive-zip-extract, archive-zip-expunge)
14473         (archive-zip-update, archive-zip-update-case): Use executable-find.
14474         (archive-resummarize, archive-flag-deleted, archive-unmark-all-files):
14475         Use restore-buffer-modified-p.
14476         (archive-extract, archive-add-new-member, archive-write-file-member):
14477         Use with-current-buffer.
14478         (archive-lzh-ogm, archive-zip-chmod-entry): Use dolist.
14480 2005-06-30  Andreas Schwab  <schwab@suse.de>
14482         * progmodes/gud.el (gud-filter): Remove unneeded progn.
14484 2005-06-30  Glenn Morris  <gmorris@ast.cam.ac.uk>
14486         * progmodes/sh-script.el (sh-get-kw): `&' also separates words.
14488 2005-06-30  Juri Linkov  <juri@jurta.org>
14490         * faces.el (vertical-border): Inherit from mode-line-inactive
14491         only on tty.
14493 2005-06-30  Juanma Barranquero  <lekktu@gmail.com>
14495         * help-fns.el (help-do-arg-highlight): Highlight also -ARG (for
14496         example, -NLINES in the `occur' docstring).
14498         * replace.el (occur-1): When no matches are found, do not set the
14499         `buffer-read-only' and modified flags for the occur buffer,
14500         because it is deleted.
14502         * emulation/cua-base.el (cua-check-pending-input)
14503         (cua-repeat-replace-region, cua-mode, cua-debug)
14504         (cua-auto-tabify-rectangles, cua-inhibit-cua-keys):
14505         Fix typos in docstrings.
14507         * emulation/cua-gmrk.el (cua-toggle-global-mark)
14508         (cua-cut-region-to-global-mark)
14509         (cua--cut-rectangle-to-global-mark):
14510         Remove period from end of messages.
14512         * emulation/cua-rect.el (cua-do-rectangle-padding):
14513         Remove period from end of messages.
14514         (cua--rectangle-seq-format): Fix typo in docstring.
14515         (cua-sequence-rectangle, cua-fill-char-rectangle):
14516         Improve argument/docstring consistency.
14518 2005-06-29  Juri Linkov  <juri@jurta.org>
14520         * faces.el (default-frame-background-mode): New internal variable.
14521         (frame-set-background-mode): Use it.
14523         * startup.el (normal-top-level): Set default-frame-background-mode
14524         instead of frame-background-mode.  Before setting it, test for its
14525         nil value.  Remove tests for frame-background-mode and frame
14526         parameter `reverse'.  Add test for "unspecified-fg".
14528         * term/xterm.el (xterm-rxvt-set-background-mode):
14529         * term/rxvt.el (rxvt-set-background-mode):
14530         Set default-frame-background-mode instead of frame-background-mode.
14532 2005-06-29  Juanma Barranquero  <lekktu@gmail.com>
14534         * simple.el (set-variable): Warn about obsolete user variables.
14536         * imenu.el (imenu--completion-buffer):
14537         * mouse.el (mouse-buffer-menu-alist):
14538         * msb.el (msb-invisible-buffer-p):
14539         * calendar/diary-lib.el (diary-header-line-format):
14540         * emacs-lisp/pp.el (pp-buffer):
14541         * progmodes/cperl-mode.el (cperl-do-auto-fill):
14542         * textmodes/picture.el (picture-replace-match):
14543         Change space constants followed by a sexp to "?\s ".
14545         * play/decipher.el (decipher-loop-with-breaks):
14546         * textmodes/texinfo.el (texinfo-insert-@item): Change space
14547         constants "protected" from end of line by a comment to "?\s".
14549 2005-06-29  Stefan Monnier  <monnier@iro.umontreal.ca>
14551         * font-lock.el (save-buffer-state): Use `declare'.
14553         * progmodes/cperl-mode.el (cperl-find-pods-heres): Don't gratuitously
14554         reset the syntax-table to cperl-mode-syntax-table.
14555         (cperl-mode): Make _ into word-syntax during font-locking so "print" in
14556         "foo_print_bar" is not matched as a reserved keyword.
14558 2005-06-29  Carsten Dominik  <dominik@science.uva.nl>
14560         * textmodes/org.el (orgtbl-setup): New function, for delayed
14561         setup for the orgtbl commands.
14562         (org-calc-default-modes): New option.
14563         (orgtbl-make-binding): Use `defun' to get better help display.
14564         (org-diary): Call `org-compile-prefix-format'.
14565         (org-table-formula-substitute-names): New function.
14566         (org-agenda-day-view, org-agenda-week-view): New commands.
14567         (org-agenda-toggle-week-view): Command removed.
14568         (org-tbl-menu): Split off from org-org-menu.
14569         (org-mode): Move removal of outline-mode menus to here.
14570         (org-table-formula-debug): New option.
14571         (org-table-insert-row): Keep first field if just "#" or "*".
14572         (org-mode): Paragraph regexps fixed.
14573         (org-table-recalculate-regexp): New constant.
14574         (org-table-justify-field-maybe): Avoid replace if not necessary.
14575         (org-copy-special, org-cut-special): Use `call-interactively'.
14576         (org-table-copy-region): Take region from `interactive' call.
14577         (org-trim): Return string even if no match.
14578         (org-formula): New face.
14579         (org-set-font-lock-defaults): No longer highlight "FIXME".
14580         But highlight formula-related fields in table.
14581         (org-table-p): Use regexp, not fontification.
14582         (org-table-align): Handle white space at end of line.
14583         (org-table-formula-evaluate-inline): New option.
14584         (org-mode): Auto-wrapping in comment lines turned off.
14585         (org-table-copy-down): Evaluate only in copied field, not in
14586         destination.
14587         (org-table-current-formula): Variable removed.
14588         (org-table-store-formulas, org-table-get-stored-formulas)
14589         (org-table-modify-formulas, org-table-replace-in-formulas)
14590         (org-table-maybe-eval-formula): New functions.
14591         (org-table-get-formula): Modify to use stored formulas.
14592         (org-table-insert-column, org-table-delete-column)
14593         (org-table-move-column): Call `org-table-modify-formulas'.
14594         (org-complete): Add completion for keyword formulas.
14595         (orgtbl-mode): Pull orgtbl-mode-map to start of
14596         minor-mode-map-alist.
14598 2005-06-29  Stefan Monnier  <monnier@iro.umontreal.ca>
14600         * progmodes/python.el (python-check): Require `compile' before
14601         modifying its variables.
14603         * newcomment.el (comment-indent-default): Don't get fooled by an early
14604         end of buffer.
14606 2005-06-28  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
14608         * ps-print.el (ps-print-version): Fix version number.
14610 2005-06-28  Luc Teirlinck  <teirllm@auburn.edu>
14612         * textmodes/ispell.el (ispell-word): Remove stray parenthesis.
14614 2005-06-28  Richard M. Stallman  <rms@gnu.org>
14616         * textmodes/flyspell.el (flyspell-use-local-map): Variable deleted.
14617         (flyspell-local-mouse-map): Declaration deleted.
14618         (flyspell-mouse-map): Bind only mouse-2.
14619         (flyspell-mode-map): Don't test flyspell-use-local-map.
14620         (flyspell-overlay-keymap-property-name): Var deleted.
14621         (flyspell-mode-on): Don't make local bindings for
14622         flyspell-mouse-map and flyspell-mode-map.
14623         (make-flyspell-overlay): Unconditionally put on `keymap' text prop.
14625         * textmodes/ispell.el (ispell-word): Do not ignore short words.
14627         * progmodes/compile.el (compilation-next-error-function):
14628         Don't switch buffers; operate on the current buffer.
14630         * progmodes/compile.el (compilation-error-file-name)
14631         (compilation-warning-file-name, compilation-info-file-name)
14632         (compilation-line-number, compilation-column-number): New faces.
14633         (compilation-error-face, compilation-warning-face)
14634         (compilation-info-face, compilation-line-face)
14635         (compilation-column-face): Use them.
14637         * facemenu.el (facemenu-add-face): Warn when font-lock is active.
14639         * comint.el (comint-password-prompt-regexp): Accept ", try again".
14641         * bindings.el (global-map): Bind insertchar and its variants.
14643 2005-06-27  Richard M. Stallman  <rms@gnu.org>
14645         * textmodes/artist.el (artist-text-overwrite)
14646         (artist-figlet-get-extra-args, artist-text-see-thru): Use read-string.
14648 2005-06-27  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
14650         * ps-print.el: It was not working the page selection for printing.
14651         Reported by Sebastian Tennant <sebyte@smolny.plus.com>.
14652         (ps-print-version): New version 6.6.7.
14653         (ps-end-sheet): New fun.
14654         (ps-header-sheet, ps-end-job): Call it.
14656 2005-06-27  Luc Teirlinck  <teirllm@auburn.edu>
14658         * subr.el (add-to-list, add-to-ordered-list): Doc fixes.
14660 2005-06-27  Lute Kamstra  <lute@gnu.org>
14662         * facemenu.el (facemenu-unlisted-faces): Add foreground and
14663         background color faces.
14664         (facemenu-get-face): Delete function.
14665         (facemenu-set-face-from-menu): Don't call facemenu-get-face.
14666         (facemenu-add-new-color): Make second argument mandatory.
14667         Create the appropriate face and return it.  Simplify.
14668         (facemenu-set-foreground, facemenu-set-background): Don't check if
14669         color is defined.  Use return value of facemenu-add-new-color.
14671 2005-06-26  Nick Roberts  <nickrob@snap.net.nz>
14673         * progmodes/gud.el (gud-filter): Add missing argument to
14674         with-selected-window.
14676 2005-06-26  Stefan Monnier  <monnier@iro.umontreal.ca>
14678         * emacs-lisp/easy-mmode.el (define-minor-mode): Don't automatically add
14679         a :require to the defcustom.
14681         * emacs-lisp/autoload.el (make-autoload): Add the :setter for
14682         defcustoms corresponding to minor modes.
14684 2005-06-26  David Ponce  <david@dponce.com>
14686         * recentf.el: Require tree-widget instead of wid-edit.
14687         (recentf-filename-handler): Fix widget :type.
14688         (recentf-cancel-dialog, recentf-open-more-files)
14689         (recentf-open-files-action): Doc fix.
14690         (recentf-dialog-goto-first): New function.
14691         (recentf-dialog-mode-map): Set parent keymap first.
14692         (recentf-dialog-mode): Define with define-derived-mode.
14693         Don't display continuation lines in dialogs.
14694         (recentf-edit-list): Rename from recentf-edit-selected-items.
14695         (recentf-edit-list-select): Rename from recentf-edit-list-action.
14696         Simplify.
14697         (recentf-edit-list-validate): New function.
14698         (recentf-edit-list): Update accordingly.
14699         (recentf-open-files-item-shift): Remove.
14700         (recentf-open-files-item): Convert menu elements into tree and
14701         link widgets.  Don't create the widgets.
14702         (recentf-open-files): Update accordingly.
14703         (recentf-save-list): Untabify.
14705 2005-06-25  Luc Teirlinck  <teirllm@auburn.edu>
14707         * replace.el (keep-lines-read-args): Add INTERACTIVE arg.
14708         (keep-lines): Add INTERACTIVE arg.  Never delete lines only
14709         partially contained in the active region.  Do not take active
14710         region into account when called from Lisp, unless INTERACTIVE arg
14711         is non-nil.  Use `forward-line' instead of `beginning-of-line' to
14712         avoid trouble with fields.  Make marker point nowhere when no
14713         longer used.  Always return nil.  Doc fix.
14714         (flush-lines): Add INTERACTIVE arg.  Do not take active region
14715         into account when called from Lisp, unless INTERACTIVE arg is
14716         non-nil.  Use `forward-line' instead of `beginning-of-line' to
14717         avoid trouble with fields.  Make marker point nowhere when no
14718         longer used.  Always return nil.  Doc fix.
14719         (how-many): Add INTERACTIVE arg.  Make RSTART and REND args
14720         interchangeable.  Do not take active region into account when
14721         called from Lisp, unless INTERACTIVE arg is non-nil.  Do not print
14722         message in echo area when called from Lisp, unless INTERACTIVE arg
14723         is non-nil.  Avoid saying "1 occurrences".  Do not use markers.
14724         Return the number of matches.  Doc fix.
14725         (occur): Doc fix.
14726         (perform-replace): Make comment follow double space convention for
14727         the sake of `outline-minor-mode'.
14729         * faces.el (facep): Doc fix.
14731 2005-06-25  Richard M. Stallman  <rms@gnu.org>
14733         * facemenu.el (facemenu-enable-faces-p): New function.
14734         (facemenu-background-menu, facemenu-foreground-menu)
14735         (facemenu-face-menu): Add menu-enable property.
14737         * jka-compr.el (jka-compr-insert-file-contents):
14738         Special handling if cannot find the uncompression program.
14740         * cus-face.el (custom-face-attributes): Add autoload.
14742         * emacs-lisp/lisp-mode.el (lisp-mode-variables):
14743         Bind comment-indent-function locally.
14745         * window.el (save-selected-window): Use save-current-buffer.
14747         * subr.el (with-selected-window): Use save-current-buffer.
14749         * progmodes/gud.el (gud-filter): Simplify using with-selected-window
14750         and with-current-buffer.
14752 2005-06-24  Richard M. Stallman  <rms@gnu.org>
14754         * simple.el (line-move-1): Fix previous change.
14756 2005-06-24  Juanma Barranquero  <lekktu@gmail.com>
14758         * replace.el (occur-1): Set `buffer-read-only' and the
14759         buffer-modified flag before running `occur-hook' to protect
14760         against unintentional buffer switches that can lead to data loss.
14762 2005-06-24  Nick Roberts  <nickrob@snap.net.nz>
14764         * progmodes/gud.el (gud-tooltip-print-command): Indent properly.
14765         (gud-gdb-marker-filter): Use font-lock-warning-face for any
14766         initial error.
14768         * progmodes/gdb-ui.el (gdb-send): Remove warning face from errors
14769         after fresh input.
14770         (gdb-var-create-handler): Put name of expression in quotes.
14772 2005-06-23  Luc Teirlinck  <teirllm@auburn.edu>
14774         * emacs-lisp/ring.el (ring-elements): Make it return a list of the
14775         elements of RING in order, and without bogus nil elements.
14777 2005-06-23  Richard M. Stallman  <rms@gnu.org>
14779         * simple.el (set-variable): Args renamed; doc fix.
14780         (line-move-1): When there are overlays around, use vertical-motion.
14782         * faces.el (escape-glyph): Use brown against light background.
14783         (nobreak-space): Rename from no-break-space.
14784         Fix previous change.
14786         * dired-aux.el (dired-do-copy): Fix arg prompt.
14788         * mail/sendmail.el (mail-setup-with-from): Fix custom type.
14790 2005-06-23  Glenn Morris  <gmorris@ast.cam.ac.uk>
14792         * mail/emacsbug.el (report-emacs-bug): Use "X server distributor"
14793         rather than "Distributor".
14795 2005-06-23  Lute Kamstra  <lute@gnu.org>
14797         * emacs-lisp/debug.el (debugger-special-form-p): New defun.
14798         (debug-on-entry): Use it.  New interactive declaration that uses
14799         function-called-at-point.
14801 2005-06-23  Kim F. Storm  <storm@cua.dk>
14803         * subr.el (save-match-data): Add comment about using evaporate arg
14804         to set-match-data.
14806 2005-06-22  Glenn Morris  <gmorris@ast.cam.ac.uk>
14808         * cus-edit.el (customize-face)
14809         (customize-face-other-window): Handle face aliases.
14811         * faces.el (face-documentation, set-face-attribute)
14812         (face-spec-set): Handle face aliases.
14814 2005-06-22  Juanma Barranquero  <lekktu@gmail.com>
14816         * help-mode.el (help-make-xrefs): If a symbol representing a face
14817         name is not followed by the word "face", it could still be a
14818         function or variable name, so don't bypass other checks.
14820 2005-06-22  Juri Linkov  <juri@jurta.org>
14822         * ps-print.el (ps-face-foreground-name, ps-face-background-name):
14823         Replace aliased functions with calls where second arg `inherit' is t.
14825 2005-06-22  Nick Roberts  <nickrob@snap.net.nz>
14827         * progmodes/gdb-ui.el (gdb-error): New variable.
14828         (gdb-error): New function.
14829         (gdb-annotation-rules): Act on error-begin and error annotations.
14830         (gdb-concat-output): Use font-lock-warning-face for errors.
14832 2005-06-22  Miles Bader  <miles@gnu.org>
14834         * bindings.el (propertized-buffer-identification): Use renamed
14835         `Buffer-menu-buffer' face.
14837         * faces.el (vertical-border): Rename from `vertical-divider'.
14838         (escape-glyph): Change dark-background color back to `cyan'.
14840 2005-06-21  Juri Linkov  <juri@jurta.org>
14842         * faces.el (face-user-default-spec): Try getting `customized-face'
14843         prior to `saved-face'.
14844         (frame-background-mode): Refill docstring.
14846         * emacs-lisp/lisp-mode.el (eval-defun-1):
14847         * emacs-lisp/edebug.el (edebug-eval-defun):
14848         Set `saved-face' temporarily to nil before calling form.
14849         Set `customized-face' to the new spec after that.
14851 2005-06-21  Juanma Barranquero  <lekktu@gmail.com>
14853         * subr.el (1value, lambda, key-substitution-in-progress):
14854         Doc fixes.
14856         * autoinsert.el (auto-insert-alist):
14857         * ses.el (ses-call-printer):
14858         * subr.el (noreturn):
14859         * emacs-lisp/lisp.el (check-parens):
14860         * emacs-lisp/byte-opt.el (byte-optimize-pure-func):
14861         * net/browse-url.el (browse-url-mosaic):
14862         * progmodes/cc-defs.el (c-safe-scan-lists):
14863         * progmodes/ebnf-abn.el (ebnf-abn-lex):
14864         * progmodes/ebnf-bnf.el (ebnf-bnf-lex):
14865         * progmodes/ebnf-dtd.el (ebnf-dtd-lex):
14866         * progmodes/ebnf-ebx.el (ebnf-ebx-lex):
14867         * progmodes/ebnf-iso.el (ebnf-iso-lex):
14868         * progmodes/ebnf-yac.el (ebnf-yac-lex): Fix spellings.
14870 2005-06-21  Reiner Steib  <Reiner.Steib@gmx.de>
14872         * pcvs-defs.el (cvs-menu): Add cvs-mode-mark and cvs-mode-unmark.
14874 2005-06-21  Glenn Morris  <gmorris@ast.cam.ac.uk>
14876         * calendar/appt.el (appt-make-list): Activate the package, if
14877         not already active (for backwards compatibility).
14879 2005-06-20  Kim F. Storm  <storm@cua.dk>
14881         * subr.el (add-to-ordered-list): Test membership with eq.  Simplify.
14883 2005-06-20  Miles Bader  <miles@gnu.org>
14885         * faces.el (vertical-divider): New face.
14887 2005-06-20  Juanma Barranquero  <lekktu@gmail.com>
14889         * simple.el (kill-whole-line): Doc fix.
14890         (next-error-buffer-p, next-error-find-buffer)
14891         (clone-indirect-buffer): Fix typos in docstrings.
14892         (comment-line-break-function): Doc fix: don't say variable
14893         is automatically buffer-local (it isn't).
14895 2005-06-19  Michael Albinus  <michael.albinus@gmx.de>
14897         * net/tramp-ftp.el (top):
14898         * net/tramp-smb.el (top):
14899         * net/tramp-util.el (top):
14900         * net/tramp-uu.el (top):
14901         * net/tramp-vc.el (top):
14902         * net/tramp.el (top): Revert copyright years back to original
14903         ones.  Tramp has a life outside GNU Emacs.
14905 2005-06-19  Nick Roberts  <nickrob@snap.net.nz>
14907         * tooltip.el (tooltip-use-echo-area): Don't make it obsolete.
14909 2005-06-18  Juri Linkov  <juri@jurta.org>
14911         * progmodes/grep.el (grep-regexp-alist): Use backreference at the
14912         end of first regexp to limit the match to the position between
14913         line number and source line with same separator character as used
14914         between file name and line number.  In the second regexp limit
14915         mouse-face area to file name and line number by adding new group
14916         for them and referring it in HYPERLINK arg.
14917         (grep-regexp-alist, grep-mode-font-lock-keywords): Use shy group.
14918         (grep-mode): Set font-lock-lines-before to 0 to not refontify the
14919         previous line where grep markers may be already removed.
14921 2005-06-18  Peter Kleiweg  <p.c.j.kleiweg@rug.nl>
14923         * progmodes/ps-mode.el: Update version and maintainer's email address.
14925 2005-06-18  Steve Youngs  <steve@xemacs.org>
14927         * net/browse-url.el (browse-url-browser-function)
14928         (browse-url-default-browser): Add firefox.
14929         (browse-url-firefox-program, browse-url-firefox-arguments)
14930         (browse-url-firefox-startup-arguments)
14931         (browse-url-firefox-new-window-is-tab): New defcustoms.
14932         (browse-url-firefox, browse-url-firefox-sentinel): New functions.
14934 2005-06-17  Richard M. Stallman  <rms@gnu.org>
14936         * startup.el (command-line): Warn if specified user name has
14937         no home directory.
14939         * term.el (term-get-old-input, term-input-filter, term-input-sender)
14940         (term-mode-hook, term-exec-hook, term-escape-char): Doc fixes.
14942         * longlines.el (longlines-mode, longlines-show-hard-newlines):
14943         Doc fixes.
14945         * faces.el (underline): Try bold if terminal doesn't support underline.
14947         * mail/sendmail.el (mail-setup-with-from): New variable.
14948         (mail-insert-from-field): New function.
14949         (sendmail-send-it): Call it.
14950         (mail-setup): Optionally call it here.
14952         * term/linux.el: Call tty-no-underline.
14954 2005-06-17  Luc Teirlinck  <teirllm@auburn.edu>
14956         * emacs-lisp/edebug.el (edebug-goto-here): Doc fix.
14958 2005-06-17  Miles Bader  <miles@gnu.org>
14960         * ediff-init.el (ediff-current-diff-A, ediff-current-diff-B)
14961         (ediff-current-diff-C, ediff-current-diff-Ancestor)
14962         (ediff-fine-diff-A, ediff-fine-diff-B, ediff-fine-diff-C)
14963         (ediff-fine-diff-Ancestor, ediff-even-diff-A, ediff-even-diff-B)
14964         (ediff-even-diff-C, ediff-even-diff-Ancestor, ediff-odd-diff-A)
14965         (ediff-odd-diff-B, ediff-odd-diff-C, ediff-odd-diff-Ancestor):
14966         Remove "-face" suffix from face names.
14967         (ediff-current-diff-face-A, ediff-current-diff-face-B)
14968         (ediff-current-diff-face-C, ediff-current-diff-face-Ancestor)
14969         (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
14970         (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
14971         (ediff-even-diff-face-A, ediff-even-diff-face-B)
14972         (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
14973         (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
14974         (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
14975         New backward-compatibility aliases for renamed faces.
14976         (ediff-current-diff-face-A, ediff-current-diff-face-B)
14977         (ediff-current-diff-face-C, ediff-current-diff-face-Ancestor)
14978         (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
14979         (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
14980         (ediff-even-diff-face-A, ediff-even-diff-face-B)
14981         (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
14982         (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
14983         (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
14984         Use renamed ediff faces.
14986         * eshell/esh-test.el (eshell-test-ok, eshell-test-failed):
14987         Remove "-face" suffix from face names.
14988         (eshell-test-ok-face, eshell-test-failed-face):
14989         New backward-compatibility aliases for renamed faces.
14990         (eshell-run-test): Use renamed eshell-test faces.
14992         * eshell/em-prompt.el (eshell-prompt): Remove "-face" suffix from
14993         face name.
14994         (eshell-prompt-face): New backward-compatibility alias for renamed
14995         face.
14996         (eshell-emit-prompt): Use renamed eshell-prompt face.
14998         * eshell/em-ls.el (eshell-ls-directory, eshell-ls-symlink)
14999         (eshell-ls-executable, eshell-ls-readonly, eshell-ls-unreadable)
15000         (eshell-ls-special, eshell-ls-missing, eshell-ls-archive)
15001         (eshell-ls-backup, eshell-ls-product, eshell-ls-clutter):
15002         Remove "-face" suffix from face names.
15003         (eshell-ls-directory-face, eshell-ls-symlink-face)
15004         (eshell-ls-executable-face, eshell-ls-readonly-face)
15005         (eshell-ls-unreadable-face, eshell-ls-special-face)
15006         (eshell-ls-missing-face, eshell-ls-archive-face)
15007         (eshell-ls-backup-face, eshell-ls-product-face)
15008         (eshell-ls-clutter-face):
15009         New backward-compatibility aliases for renamed faces.
15010         (eshell-ls-decorated-name): Use renamed eshell-ls faces.
15012         * progmodes/cc-fonts.el (c-nonbreakable-space-face):
15013         Remove "-face" suffix from face name.
15014         (c-cpp-matchers): Use the variable `c-nonbreakable-space-face'
15015         instead of literal face.
15017 2005-06-17  Juanma Barranquero  <lekktu@gmail.com>
15019         * emacs-lisp/warnings.el (display-warning, lwarn)
15020         (warning-minimum-log-level): Doc fixes.
15021         (warning-minimum-level, warning-minimum-log-level):
15022         Add :debug to :type choices.
15024         * progmodes/ada-mode.el (ada-format-paramlist)
15025         (ada-get-indent-case, ada-check-matching-start)
15026         (ada-check-defun-name, ada-goto-matching-decl-start)
15027         (ada-goto-matching-start, ada-goto-matching-end, ada-tab)
15028         (ada-untab, ada-move-to-start, ada-fill-comment-paragraph)
15029         (ada-make-subprogram-body): Follow error conventions.
15030         (ada-case-exception-file, ada-indent-comment-as-code)
15031         (ada-indent-handle-comment-special, ada-indent-renames)
15032         (ada-indent-return, ada-search-directories-internal)
15033         (ada-tab-policy, ada-case-exception-substring)
15034         (ada-other-file-alist, ada-matching-start-re)
15035         (ada-matching-decl-start-re, ada-contextual-menu-last-point)
15036         (ada-imenu-generic-expression, ada-compile-goto-error)
15037         (ada-in-comment-p, ada-in-string-p, ada-in-string-or-comment-p)
15038         (ada-popup-menu, ada-add-extensions, ada-mode)
15039         (ada-region-selected, ada-create-case-exception)
15040         (ada-create-case-exception-substring, ada-after-keyword-p)
15041         (ada-activate-keys-for-case, ada-adjust-case-region)
15042         (ada-adjust-case-buffer, ada-format-paramlist)
15043         (ada-scan-paramlist, ada-insert-paramlist)
15044         (ada-indent-newline-indent)
15045         (ada-indent-newline-indent-conditional)
15046         (ada-justified-indent-current, ada-goto-previous-word)
15047         (ada-indent-current, ada-get-indent-open-paren)
15048         (ada-get-indent-paramlist, ada-get-indent-end)
15049         (ada-get-indent-case, ada-get-indent-when, ada-get-indent-if)
15050         (ada-get-indent-block-start, ada-get-indent-subprog)
15051         (ada-get-indent-noindent, ada-get-indent-label)
15052         (ada-get-indent-loop, ada-get-indent-type, ada-goto-stmt-start)
15053         (ada-search-prev-end-stmt, ada-goto-next-non-ws)
15054         (ada-goto-stmt-end, ada-goto-next-word)
15055         (ada-check-matching-start, ada-check-defun-name)
15056         (ada-goto-matching-decl-start, ada-goto-matching-start)
15057         (ada-goto-matching-end, ada-search-ignore-string-comment)
15058         (ada-in-decl-p, ada-looking-at-semi-or)
15059         (ada-looking-at-semi-private, ada-in-paramlist-p)
15060         (ada-in-open-paren-p, ada-tab, ada-indent-current-function)
15061         (ada-untab-hard, ada-move-to-start, ada-move-to-end)
15062         (ada-next-procedure, ada-previous-procedure, ada-next-package)
15063         (ada-previous-package, ada-create-menu)
15064         (ada-fill-comment-paragraph-justify)
15065         (ada-fill-comment-paragraph-postfix, ada-fill-comment-paragraph)
15066         (ada-other-file-name, ada-last-which-function-line)
15067         (ada-last-which-function-subprog, ada-which-function)
15068         (ada-get-body-name, ada-outline-level, ada-narrow-to-defun)
15069         (ada-gen-treat-proc, ada-check-emacs-version)
15070         (ada-continuation-indent, ada-align-region-separate):
15071         Fix typos in docstrings.
15072         (ada-adjust-case, ada-adjust-case-interactive): Doc fixes.
15074 2005-06-16  Lute Kamstra  <lute@gnu.org>
15076         * simple.el (fundamental-mode): Run after-change-major-mode-hook
15077         conditionally.
15079 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
15081         * comint.el (comint-replace-by-expanded-filename)
15082         (comint-prompt-regexp, comint-delimiter-argument-list)
15083         (comint-preinput-scroll-to-bottom):
15084         * info.el (Info-hide-cookies-node):
15085         * ls-lisp.el (ls-lisp-classify):
15086         * find-file.el (ff-search-directories, ff-special-constructs)
15087         (ff-find-other-file):
15088         * font-lock.el (font-lock-keywords):
15089         * shell.el (shell-prompt-pattern)
15090         (shell-dynamic-complete-functions, shell-mode)
15091         (shell-delimiter-argument-list):
15092         * term.el (term-replace-by-expanded-filename)
15093         (term-prompt-regexp, term-delimiter-argument-list):
15094         * woman.el (woman-ignore, woman0-if):
15095         * emacs-lisp/derived.el (derived-mode-init-mode-variables):
15096         * emacs-lisp/elint.el (elint-init-env):
15097         * emacs-lisp/regexp-opt.el (regexp-opt-depth):
15098         * eshell/esh-mode.el (eshell-preinput-scroll-to-bottom):
15099         * language/ethio-util.el (ethio-tilde-escape)
15100         (ethio-use-three-dot-question):
15101         * net/zone-mode.el (zone-mode-load-time-setup):
15102         * progmodes/cc-align.el (c-lineup-argcont):
15103         * progmodes/cc-awk.el (c-awk-beginning-of-defun):
15104         * progmodes/cperl-mode.el (cperl-set-style-back):
15105         * progmodes/inf-lisp.el (inferior-lisp-prompt):
15106         * progmodes/vhdl-mode.el (vhdl-beginning-of-libunit):
15107         Fix spellings in docstrings.
15109         * textmodes/sgml-mode.el (sgml-calculate-indent, html-tag-help):
15110         * progmodes/modula2.el (m2-for): Fix spellings.
15112         * menu-bar.el (menu-bar-games-menu): Fix typo in menu help string.
15114         * simple.el (undo-more): Don't use `format' on `error' arguments.
15115         Improve argument/docstring consistency.
15116         (pending-undo-list): Doc fix.
15118         * smerge-mode.el (smerge-ensure-match):
15119         * emulation/vip.el (vip-ex):
15120         * net/zone-mode.el (zone-mode-update-serial):
15121         * progmodes/idlwave.el (idlwave-complete):
15122         * progmodes/vhdl-mode.el (vhdl-visit-file)
15123         (vhdl-compose-wire-components):
15124         Don't use `format' on `error' arguments.
15126         * tooltip.el (tooltip-start-delayed-tip, tooltip-timeout)
15127         (tooltip-use-echo-area, tooltip-process-prompt-regexp)
15128         (tooltip-help-tips): Fix typos in docstrings.
15130 2005-06-16  David Ponce  <david@dponce.com>
15132         * tree-widget.el (tree-widget-value-create): Simplify last change.
15134 2005-06-15  Matt Hodges  <MPHodges@member.fsf.org>
15136         * ido.el (ido-incomplete-regexp): New variable.
15137         (ido-set-matches-1): Handle invalid-regexp error and set
15138         ido-incomplete-regexp.
15139         (ido-incomplete-regexp): New face.
15140         (ido-completions): Use it.
15141         (ido-complete, ido-exit-minibuffer, ido-completions):
15142         Handle incomplete regexps.
15143         (ido-completions): Add check for complete match when entering a regexp.
15145 2005-06-15  Stefan Monnier  <monnier@iro.umontreal.ca>
15147         * subr.el (add-to-ordered-list): Use a weak hash-table to avoid leaks.
15149 2005-06-15  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
15151         * textmodes/bibtex.el (bibtex-Preamble): Enclose BibTeX preamble
15152         by field delimiters.
15154 2005-06-15  David Ponce  <david@dponce.com>
15156         * tree-widget.el: eval-and-compile inlined functions so they will
15157         be available at run-time too.
15158         (tree-widget-super-format-handler)
15159         (tree-widget-format-handler): Remove.
15160         (tree-widget-value-create): Handle the :indent property.
15162 2005-06-15  Miles Bader  <miles@gnu.org>
15164         * progmodes/which-func.el (which-func): Only inherit
15165         `font-lock-function-name-face' when that makes sense against the
15166         default mode-line face, otherwise set the face color explicitly.
15168         * progmodes/cperl-mode.el (cperl-init-faces): Use literal cperl
15169         faces instead of (non-existent) variables.
15171 2005-06-14  Stefan Monnier  <monnier@iro.umontreal.ca>
15173         * iswitchb.el (iswitchb-to-end): Replace mapcar with dolist.
15174         (iswitchb-get-matched-buffers): Likewise.  Simplify.
15176 2005-06-14  Miles Bader  <miles@gnu.org>
15178         * progmodes/ld-script.el (ld-script-location-counter):
15179         Remove "-face" suffix from face name.
15180         (ld-script-location-counter-face):
15181         New backward-compatibility alias for renamed face.
15182         (ld-script-location-counter-face): Use renamed face.
15184         * progmodes/cperl-mode.el (cperl-nonoverridable, cperl-array)
15185         (cperl-hash): Remove "-face" suffix from face names.
15186         (cperl-nonoverridable-face, cperl-array-face, cperl-hash-face):
15187         New backward-compatibility aliases for renamed faces.
15188         (cperl-find-pods-heres, cperl-init-faces, cperl-ps-print-init)
15189         (cperl-ps-print-face-properties): Use renamed cperl-mode faces.
15191         * progmodes/which-func.el (which-func): Remove "-face" suffix from face
15192         name.
15193         (which-func-face): New backward-compatibility alias for renamed face.
15194         (which-func-format): Use renamed which-func face.
15196         * progmodes/vhdl-mode.el (vhdl-prompt, vhdl-attribute, vhdl-enumvalue)
15197         (vhdl-function, vhdl-directive, vhdl-reserved-word)
15198         (vhdl-translate-off): Remove "-face" suffix and "font-lock-" from face
15199         names.
15200         (vhdl-speedbar-entity, vhdl-speedbar-architecture)
15201         (vhdl-speedbar-configuration, vhdl-speedbar-package)
15202         (vhdl-speedbar-library, vhdl-speedbar-instantiation)
15203         (vhdl-speedbar-subprogram, vhdl-speedbar-entity-selected)
15204         (vhdl-speedbar-architecture-selected)
15205         (vhdl-speedbar-configuration-selected)
15206         (vhdl-speedbar-package-selected)
15207         (vhdl-speedbar-instantiation-selected): Remove "-face" suffix from face
15208         names.
15209         (vhdl-font-lock-keywords-2, vhdl-font-lock-keywords-5):
15210         Use renamed faces.
15211         (vhdl-prompt-face, vhdl-attribute-face, vhdl-enumvalue-face)
15212         (vhdl-function-face, vhdl-directive-face, vhdl-reserved-words-face)
15213         (vhdl-translate-off-face): Variables renamed to remove "font-lock-".
15214         Use renamed faces.
15215         (syntax-alist): Don't use "font-lock-" or "-face" in generated face
15216         names.
15217         (vhdl-font-lock-init, vhdl-ps-print-settings): Use renamed faces.
15218         (vhdl-speedbar-insert-hierarchy, vhdl-speedbar-expand-entity)
15219         (vhdl-speedbar-expand-package, vhdl-speedbar-update-current-unit)
15220         (vhdl-speedbar-make-inst-line, vhdl-speedbar-make-pack-line)
15221         (vhdl-speedbar-make-subpack-line, vhdl-speedbar-make-subprogram-line)
15222         (vhdl-speedbar-item-info, vhdl-speedbar-check-unit): Use renamed faces.
15224         * progmodes/sh-script.el (sh-heredoc): Remove "-face" suffix from
15225         face name.
15226         (sh-heredoc-face): New backward-compatibility alias for renamed face.
15227         (sh-heredoc-face): Use renamed sh-heredoc face.
15229         * progmodes/idlw-help.el (idlwave-help-link):
15230         Remove "-face" suffix from face name.
15231         (idlwave-help-link-face):
15232         New backward-compatibility alias for renamed face.
15233         (idlwave-highlight-linked-completions): Use renamed idlwave-help faces.
15235         * progmodes/idlw-shell.el (idlwave-shell-bp-face)
15236         (idlwave-shell-disabled-bp): Remove "-face" suffix from face names.
15237         (idlwave-shell-bp-face, idlwave-shell-disabled-bp):
15238         New backward-compatibility aliases for renamed faces.
15239         (idlwave-shell-disabled-breakpoint-face)
15240         (idlwave-shell-breakpoint-face): Use renamed idlwave-shell faces.
15242         * progmodes/flymake.el (flymake-errline, flymake-warnline):
15243         Remove "-face" suffix from face names.
15244         (flymake-errline-face, flymake-warnline-face):
15245         New backward-compatibility aliases for renamed faces.
15246         (flymake-highlight-line): Use renamed flymake faces.
15248         * progmodes/ebrowse.el (ebrowse-tree-mark, ebrowse-root-class)
15249         (ebrowse-file-name, ebrowse-default, ebrowse-member-attribute)
15250         (ebrowse-member-class, ebrowse-progress):
15251         Remove "-face" suffix from face names.
15252         (ebrowse-tree-mark-face, ebrowse-root-class-face)
15253         (ebrowse-file-name-face, ebrowse-default-face)
15254         (ebrowse-member-attribute-face, ebrowse-member-class-face)
15255         (ebrowse-progress-face):
15256         New backward-compatibility aliases for renamed faces.
15257         (ebrowse-show-progress, ebrowse-show-file-name-at-point)
15258         (ebrowse-set-mark-props, ebrowse-draw-tree-fn)
15259         (ebrowse-draw-member-buffer-class-line, ebrowse-draw-member-long-fn)
15260         (ebrowse-draw-member-short-fn): Use renamed ebrowse faces.
15262         * progmodes/antlr-mode.el (antlr-default, antlr-keyword,
15263         antlr-syntax)
15264         (antlr-ruledef, antlr-tokendef, antlr-ruleref, antlr-tokenref)
15265         (antlr-literal): Remove "-face" suffix and "font-lock-" from face
15266         names.
15267         (antlr-font-lock-default-face, antlr-font-lock-keyword-face)
15268         (antlr-font-lock-syntax-face, antlr-font-lock-ruledef-face)
15269         (antlr-font-lock-tokendef-face, antlr-font-lock-ruleref-face)
15270         (antlr-font-lock-tokenref-face, antlr-font-lock-literal-face): New
15271         backward-compatibility aliases for renamed faces.
15272         (antlr-default-face, antlr-keyword-face, antlr-syntax-face)
15273         (antlr-ruledef-face, antlr-tokendef-face, antlr-ruleref-face)
15274         (antlr-tokenref-face, antlr-literal-face): Variables renamed to
15275         remove "font-lock-".  Use renamed antlr-mode faces.
15276         (antlr-font-lock-additional-keywords): Use renamed faces.  Replace
15277         literal face-names with face variable references.
15279         * buff-menu.el (Buffer-menu-buffer): Remove "-face" suffix from
15280         face name.
15281         (Buffer-menu-buffer-face): New backward-compatibility alias for
15282         renamed face.
15283         (list-buffers-noselect): Use renamed Buffer-menu-buffer face.
15285 2005-06-15  Daniel Pfeiffer  <occitan@esperanto.org>
15287         * progmodes/make-mode.el (makefile-space, makefile-makepp-perl):
15288         Eliminate "-face" suffix.
15289         (makefile-targets): Inherit from font-lock-function-name-face and
15290         eliminate "-face" suffix.
15291         (makefile-shell): Remove attributes and eliminate "-face" suffix.
15292         (makefile-*-font-lock-keywords): Append makefile-targets in rule
15293         actions, instead of prepending, to make it less visible.
15294         (makefile-previous-dependency, makefile-match-dependency):
15295         Don't match a target on a continuation line.
15297         * files.el (auto-mode-alist): Put Makefile in gmake mode.
15299 2005-06-15  Nick Roberts  <nickrob@snap.net.nz>
15301         * progmodes/gdb-ui.el (menu): Re-order menu items.
15302         (gdb-tooltip-print): Respect tooltip-use-echo-area.
15304         * progmodes/gud.el (tooltip-use-echo-area): Remove alias.
15305         Define in tooltip.el.
15306         (gud-tooltip-process-output): Respect tooltip-use-echo-area.
15307         (gud-tooltip-tips): Respect tooltip-use-echo-area and
15308         gud-tooltip-echo-area.
15310         * tooltip.el (tooltip-use-echo-area): Restore from gud.el for
15311         backward compatibility and make obsolete.
15312         (tooltip-help-tips): Use tooltip-use-echo-area.
15313         (tooltip-show-help-function): Rename to...
15314         (tooltip-show-help): ...this, because it is a function.
15315         (tooltip-mode, tooltip-help-message): Call tooltip-show-help.
15317 2005-06-14  Luc Teirlinck  <teirllm@auburn.edu>
15319         * emacs-lisp/edebug.el (edebug-all-defs, edebug-initial-mode)
15320         (edebug-print-length, edebug-print-level, edebug-print-circle)
15321         (edebug-modify-breakpoint, edebug-eval-last-sexp)
15322         (edebug-eval-print-last-sexp): Doc fixes.
15324 2005-06-14  Kim F. Storm  <storm@cua.dk>
15326         * ido.el (ido-mode): Make a new keymap every time we enable ido,
15327         as the coverage buffer/file/both may change.
15329 2005-06-14  Lute Kamstra  <lute@gnu.org>
15331         * net/ange-ftp.el (internal-ange-ftp-mode): Use delay-mode-hooks
15332         and run-mode-hooks.  Simplify.
15334         * mail/rmailedit.el (rmail-edit-mode):
15335         * progmodes/octave-inf.el (inferior-octave-mode):
15336         * progmodes/sql.el (sql-interactive-mode): Use delay-mode-hooks.
15338         * recentf.el (recentf-dialog-mode): Use kill-all-local-variables
15339         and run-mode-hooks.
15340         (recentf-edit-list, recentf-open-files): Don't call
15341         kill-all-local-variables directly.
15343         * emacs-lisp/debug.el (debug-on-entry): Fix docstring.
15345 2005-06-14  Juanma Barranquero  <lekktu@gmail.com>
15347         * emacs-lisp/byte-run.el (make-obsolete)
15348         (define-obsolete-function-alias): Rename arguments FUNCTION and
15349         NEW to OBSOLETE-NAME and CURRENT-NAME respectively.
15350         (make-obsolete-variable, define-obsolete-variable-alias):
15351         Rename arguments VARIABLE and NEW to OBSOLETE-NAME and CURRENT-NAME
15352         respectively.
15354         * isearchb.el (isearchb-activate):
15355         * pcvs.el (cvs-mode):
15356         * ses.el (ses-load):
15357         * vc-arch.el (vc-arch-checkin, vc-arch-diff):
15358         * net/tramp.el (tramp-find-file-exists-command)
15359         (tramp-find-shell):
15360         * progmodes/ada-mode.el (ada-create-case-exception)
15361         (ada-create-case-exception-substring, ada-make-subprogram-body):
15362         * progmodes/idlw-shell.el (idlwave-shell-move-to-bp):
15363         * progmodes/idlwave.el (idlwave-complete-class-structure-tag-help):
15364         * progmodes/vhdl-mode.el (vhdl-speedbar-place-component):
15365         * textmodes/org.el (org-promote, org-evaluate-time-range)
15366         (org-agenda-next-date-line, org-agenda-previous-date-line)
15367         (org-agenda-error, org-open-at-point, org-table-move-row)
15368         (org-format-table-table-html-using-table-generate-source)
15369         (org-shiftcursor-error, org-ctrl-c-ctrl-c):
15370         * textmodes/reftex.el (reftex-access-scan-info):
15371         * textmodes/reftex-toc.el (reftex-toc-dframe-p)
15372         (reftex-toc-promote-prepare): Follow error conventions.
15374         * diff-mode.el (diff-mode): Fix typo in docstring.
15376         * forms.el (forms--intuit-from-file): Fix reference to
15377         `forms-number-of-fields' in error message.
15378         (forms-print): Fix quoting in error message.
15380         * forms.el (forms-mode):
15381         * emulation/vi.el (vi-goto-insert-state):
15382         * progmodes/flymake.el (flymake-new-err-info)
15383         (flymake-start-syntax-check-for-current-buffer)
15384         (flymake-simple-cleanup):
15385         * eshell/esh-var.el (eshell/export):
15386         * progmodes/gud.el (xdb):
15387         * textmodes/flyspell.el (flyspell-incorrect-hook)
15388         (flyspell-maybe-correct-transposition)
15389         (flyspell-maybe-correct-doubling): Fix quoting in docstring.
15391 2005-06-13  Luc Teirlinck  <teirllm@auburn.edu>
15393         * emacs-lisp/debug.el (cancel-debug-on-entry): Mention default in
15394         minibuffer prompt.
15396 2005-06-13  Kim F. Storm  <storm@cua.dk>
15398         * subr.el (add-to-ordered-list): New defun.
15400         * emulation/cua-base.el (cua-mode): Use add-to-ordered-list to
15401         add cua--keymap-alist to emulation-mode-map-alists.
15403 2005-06-13  Stefan Monnier  <monnier@iro.umontreal.ca>
15405         * subr.el (complete-in-turn): New macro.
15406         (dynamic-completion-table, lazy-completion-table): Add debug info.
15408         * faces.el (read-face-name): Use complete-in-turn complete non-aliases
15409         in preference to face aliases.
15411         * textmodes/fill.el (fill-match-adaptive-prefix): New function.
15412         (fill-context-prefix): Use it to avoid guessing absurdly long prefixes.
15413         Remove unused vars `start' and `firstline'.
15414         (fill-nobreak-p): Fix line-move-invisible -> line-move-invisible-p.
15415         (justify-current-line, fill-individual-paragraphs): Remove unused vars.
15417 2005-06-13  Eli Zaretskii  <eliz@gnu.org>
15419         * cus-start.el (all): Don't complain about missing GTK-related
15420         variables, unless either `gtk' is boundp or this isn't a
15421         `windows-nt' build.
15423 2005-06-13  Lute Kamstra  <lute@gnu.org>
15425         * abbrev.el (edit-abbrevs-mode): Use kill-all-local-variables and
15426         run-mode-hooks.
15428         * ediff-mult.el (ediff-meta-mode):
15429         * ediff-util.el (ediff-mode): Use run-mode-hooks.
15431         * ledit.el (ledit-mode): Use delay-mode-hooks.
15433         * woman.el (woman-mode-line-format): Delete constant.
15434         (woman-mode-map): Initialize it properly.
15435         (woman-mode): Set mode-class property to special.
15436         Use delay-mode-hooks and run-mode-hooks.  Use the right keymap.
15437         Set major-mode and mode-name.  Don't set mode-line-format directly.
15438         (Man-getpage-in-background): Don't reference woman-mode-line-format.
15440         * emacs-lisp/debug.el (cancel-debug-on-entry): Make the empty
15441         string argument obsolete.
15443 2005-06-13  Carsten Dominik  <dominik@science.uva.nl>
15445         * textmodes/org.el (org-CUA-compatible): New option.
15446         (org-disputed-keys): New variable.
15447         (org-key): New function.
15448         (orgtbl-make-binding): Add docstring to the created function.
15449         (org-mode): Set paragraph start/separate regexps.
15450         (orgtbl-mode): Don't start `orgtbl-mode' in `org-mode' buffers.
15451         (org-archive-location, org-archive-mark-done)
15452         (org-archive-stamp-time): New options.
15453         (org-archive-subtree): New command.
15454         (org-fill-paragraph): New function.
15455         (org-mode): Set `fill-paragraph-function' to `org-fill-paragraph'.
15456         (org-fake-empty-table-line): Function removed.
15457         (org-format-org-table-html): Do not create empty table lines at
15458         separator lines.  Improved table header treatment.
15459         (org-link-format): New option.
15460         (org-make-link): New function.
15461         (org-insert-link, org-store-link): Use org-make-link.
15462         (org-open-file): Quote file name for shell command, to allow
15463         spaces in file names.
15464         (org-link-regexp): Fix bug with mailto link.
15465         (org-link-maybe-angles-regexp, org-protected-link-regexp):
15466         New constants.
15467         (org-export-as-html): Deal with the optional angles around a link.
15468         Better treatment of file: links.
15469         (org-open-at-point): Replace @{ and @} with < and >.
15470         (org-run-mode-hooks): Function removed.
15471         (org-agenda-mode): No longer use `org-run-mode-hooks'.
15473 2005-06-13  Nick Roberts  <nickrob@snap.net.nz>
15475         * progmodes/gdb-ui.el (gdb-registers-mode): Let gdbmi use
15476         MI command -data-list-register-values.
15477         (gdb-post-prompt): Indent properly.
15479 2005-06-13  Juanma Barranquero  <lekktu@gmail.com>
15481         * hilit-chg.el (highlight-changes-colors): Rename from
15482         `highlight-changes-colours'.
15483         (highlight-changes-colours): Keep as obsolete alias.
15484         (highlight-changes-face-list): Doc fix.
15485         (hilit-chg-make-list): Use `highlight-changes-colors'.
15487 2005-06-12  Mark A. Hershberger  <mah@everybody.org>
15489         * progmodes/cperl-mode.el (cperl-mode): Remove stray paren in
15490         defun-prompt-regexp.
15492 2005-06-12  Eli Zaretskii  <eliz@gnu.org>
15494         * loadup.el: Don't say we are dumping under 2 names on windows-nt
15495         and cygwin.
15497         * makefile.w32-in (bootstrap-clean-CMD, bootstrap-clean-SH):
15498         Don't use an old loaddefs.el, as in Makefile.in.
15500 2005-06-12  Lute Kamstra  <lute@gnu.org>
15502         * Makefile.in (bootstrap-prepare): Don't use an old loaddefs.el.
15504         * man.el (Man-mode-map): Initialize it properly.
15505         (Man-mode): Set mode-class property to special.
15507         * calendar/calendar.el (calendar-mode): Use run-mode-hooks.
15509 2005-06-11  Luc Teirlinck  <teirllm@auburn.edu>
15511         * menu-bar.el (menu-bar-make-toggle): Remove stray backslash.
15512         A newline is needed in the docstring there.
15514         * emacs-lisp/debug.el (debug-on-entry, cancel-debug-on-entry):
15515         Doc fixes.
15517 2005-06-11  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
15519         * printing.el: Doc fix.  The menubar is no more changed when printing
15520         is loaded, it only changes when pr-menu-bind or pr-update-menus is
15521         called.  Now, the menubar changing will work in Emacs 20, 21 and 22.
15522         (pr-version): New version number (6.8.4).
15523         (pr-menu-bind): New command.
15524         (pr-update-menus): Docstring and code fix.
15525         (pr-menu-print-item): Now is a global var in Emacs and XEmacs.
15526         Docstring fix.
15527         (pr-txt-printer-alist, pr-ps-printer-alist, pr-gv-command)
15528         (pr-gs-command, pr-gs-switches, pr-ps-utility-alist): Docstring fix.
15530 2005-06-11  Thien-Thi Nguyen  <ttn@gnu.org>
15532         * emacs-lisp/ewoc.el: Doc fixes for public funcs:
15533         "Returns" to "return", document useful return values, etc.
15535 2005-06-11  Alan Mackenzie  <acm@muc.de>
15537         * fill.el (fill-context-prefix): Try `adaptive-fill-function'
15538         BEFORE `adaptive-fill-regexp' when determining a fill prefix.
15539         (adaptive-file-function): Minor amendment to doc-string.
15541 2005-06-11  Frederik Fouvry  <fouvry@CoLi.Uni-SB.DE>
15543         * thumbs.el (thumbs-per-line, thumbs-thumbsdir-max-size)
15544         (thumbs-relief, thumbs-margin, thumbs-image-resizing-step):
15545         Fix :type--it is `integer', not `string'.
15547         * faces.el (modeline-highlight): Rename from (the erroneous)
15548         `modeline-higilight'.
15550 2005-06-11  Lute Kamstra  <lute@gnu.org>
15552         * emacs-lisp/edebug.el (edebug-eval-mode-map): Don't copy
15553         lisp-interaction-mode-map but make it the parent.
15554         (edebug-eval-mode): Use define-derived-mode.
15556 2005-06-11  Andreas Schwab  <schwab@suse.de>
15558         * bindings.el: Add binding of `ESC functionkey' for every
15559         `M-functionkey'.
15560         * hexl.el (hexl-mode-map): Likewise.
15562 2005-06-10  Michael Hotchin  <michael@hotchin.net>  (tiny change)
15564         * progmodes/compile.el (compilation-error-regexp-alist-alist)
15565         [msft]: update regexp for newer msft compilers.
15567 2005-06-10  Mark A. Hershberger  <mah@everybody.org>
15569         * xml.el (start-chars, xml-parse-dtd): Add the ability to skip
15570         ATTLIST portions of included DTDs.
15571         (xml-parse-dtd): Eliminate use of inefficient match-data.
15573 2005-06-10  Miles Bader  <miles@gnu.org>
15575         * play/mpuz.el (mpuz-unsolved, mpuz-solved, mpuz-trivial)
15576         (mpuz-text): Remove "-face" suffix from face names.
15577         (mpuz-unsolved-face, mpuz-solved-face, mpuz-trivial-face)
15578         (mpuz-text-face): New backward-compatibility aliases for renamed faces.
15579         (mpuz-create-buffer, mpuz-paint-digit): Use renamed mpuz faces.
15581         * play/gomoku.el (gomoku-O, gomoku-X):
15582         Remove "-face" suffix from face names.
15583         (gomoku-font-lock-O-face, gomoku-font-lock-X-face):
15584         New backward-compatibility aliases for renamed faces.
15585         (gomoku-font-lock-keywords): Use renamed gomoku faces.
15587 2005-06-10  Juanma Barranquero  <lekktu@gmail.com>
15589         * thumbs.el: Fixes for changes of 2005-06-09.
15590         (thumbs-thumbsdir): Force `thumbs-thumbsdir' to be interpretable
15591         as a directory.
15592         (thumbs-thumbname): Remove directory separator from format string;
15593         `thumbs-thumbsdir' now returns a valid directory name.
15594         (thumbs-temp-dir): New defsubst.
15595         (thumbs-temp-file, thumbs-resize-image, thumbs-modify-image):
15596         Use it.
15598         * cus-edit.el (minibuffer):
15599         * files.el (make-backup-file-name-function):
15600         * filesets.el (filesets-external-viewers):
15601         * hilit-chg.el (highlight-changes-colours)
15602         (highlight-changes-face-list, highlight-changes-rotate-faces):
15603         * ielm.el (ielm-dynamic-return, inferior-emacs-lisp-mode):
15604         * kmacro.el (kmacro-call-macro):
15605         * log-edit.el (log-edit-changelog-full-paragraphs):
15606         * mouse.el (mouse-1-click-follows-link):
15607         * skeleton.el (skeleton-autowrap):
15608         * subr.el (insert-for-yank-1):
15609         * tempo.el (tempo-insert-region):
15610         * terminal.el (terminal-emulator):
15611         * time.el (display-time-mail-face):
15612         * vc.el (vc-annotate):
15613         * vcursor.el (vcursor-copy-line):
15614         * woman.el (woman-bold-headings, woman-ignore)
15615         (woman-default-faces, woman-monochrome-faces):
15616         * calendar/todo-mode.el (todo-insert-threshold):
15617         * emulation/pc-select.el (pc-select-selection-keys-only)
15618         (pc-selection-mode):
15619         * emulation/vip.el (vip-find-char-forward):
15620         * emulation/viper-cmd.el (viper-find-char-forward):
15621         * international/mule-cmds.el
15622         (select-safe-coding-system-accept-default-p)
15623         (input-method-exit-on-invalid-key):
15624         * international/mule-diag.el (describe-coding-system):
15625         * international/ucs-tables.el (unify-8859-on-encoding-mode):
15626         * net/browse-url.el (browse-url-xterm-program):
15627         * obsolete/lazy-lock.el (lazy-lock-mode):
15628         * progmodes/cperl-mode.el (cperl-info-on-command-no-prompt)
15629         (cperl-mode):
15630         * progmodes/cpp.el (cpp-face-light-name-list)
15631         (cpp-face-dark-name-list):
15632         * progmodes/delphi.el (delphi-newline-always-indents):
15633         Fix spellings in docstrings.
15635         * ido.el (ido-mode, ido-file-extensions-order)
15636         (ido-default-file-method, ido-default-buffer-method)
15637         (ido-max-prospects, ido-slow-ftp-hosts, ido-setup-hook)
15638         (ido-decorations, ido-read-file-name-as-directory-commands)
15639         (ido-read-file-name-non-ido, ido-work-directory-list)
15640         (ido-ignore-item-temp-list, ido-current-directory)
15641         (ido-magic-forward-char, ido-enter-find-file)
15642         (ido-enter-switch-buffer, ido-visit-buffer, ido-switch-buffer)
15643         (ido-find-file, ido-read-buffer): Fix typos in docstrings.
15645 2005-06-10  Lute Kamstra  <lute@gnu.org>
15647         * play/dunnet.el (dun-mode): Use define-derived-mode.
15648         (dungeon-mode-map): Rename to dun-mode-map.  Keep old name as an
15649         obsolete alias.
15651         * play/doctor.el (doctor-mode-map): Remove defvar.
15652         (doctor-mode): Use define-derived-mode.
15654         * mail/mspools.el (mspools-mode):
15655         * net/eudc-hotlist.el (eudc-hotlist-mode):
15656         * play/blackbox.el (blackbox-mode): Use run-mode-hooks.
15658 2005-06-10  Miles Bader  <miles@gnu.org>
15660         * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
15661         Remove "-face" suffix from face names.
15662         (flyspell-incorrect-face, flyspell-duplicate-face):
15663         New backward-compatibility aliases for renamed faces.
15664         (flyspell-mode-on, make-flyspell-overlay)
15665         (flyspell-highlight-incorrect-region)
15666         (flyspell-highlight-duplicate-region)
15667         (flyspell-display-next-corrections)
15668         (flyspell-auto-correct-previous-word): Use renamed flyspell faces.
15670         * textmodes/texinfo.el (texinfo-heading): Remove "-face" suffix
15671         from face name.
15672         (texinfo-heading-face): New backward-compatibility alias for
15673         renamed face.
15674         (texinfo-heading-face): Use renamed texinfo-heading face.
15676         * textmodes/tex-mode.el (tex-math, tex-verbatim): Remove "-face"
15677         suffix from face names.
15678         (tex-math-face, tex-verbatim-face):
15679         New backward-compatibility aliases for renamed faces.
15680         (tex-math-face, tex-verbatim-face): Use renamed tex-mode faces.
15681         (tex-insert-quote): Use `tex-verbatim-face' variable instead of
15682         literal face name.
15684         * textmodes/table.el (table-cell): Remove "-face" suffix from face
15685         name.
15686         (table-cell-face): New backward-compatibility alias for renamed face.
15687         (table--put-cell-face-property, table--update-cell-face):
15688         Use renamed table-cell face.
15690         * textmodes/sgml-mode.el (sgml-namespace): Remove "-face" suffix
15691         from face name.
15692         (sgml-namespace-face): New backward-compatibility alias for
15693         renamed face.
15694         (sgml-namespace-face): Use renamed sgml-namespace face.
15696         * textmodes/org.el (org-level-1, org-level-2, org-level-3)
15697         (org-level-4, org-level-5, org-level-6, org-level-7)
15698         (org-level-8, org-warning, org-headline-done)
15699         (org-deadline-announce, org-scheduled-today)
15700         (org-scheduled-previously, org-link, org-done, org-table)
15701         (org-time-grid): Remove "-face" suffix from face names.
15702         (org-level-1-face, org-level-2-face, org-level-3-face)
15703         (org-level-4-face, org-level-5-face, org-level-6-face)
15704         (org-level-7-face, org-level-8-face, org-warning-face)
15705         (org-headline-done-face, org-deadline-announce-face)
15706         (org-scheduled-today-face, org-scheduled-previously-face)
15707         (org-link-face, org-done-face, org-table-face)
15708         (org-time-grid-face):
15709         New backward-compatibility aliases for renamed faces.
15710         (org-level-faces, org-set-font-lock-defaults, org-timeline)
15711         (org-agenda, org-agenda-get-todos, org-agenda-get-deadlines)
15712         (org-agenda-get-timestamps, org-agenda-get-scheduled)
15713         (org-agenda-add-time-grid-maybe, org-table-p): Use renamed org faces.
15715         * emulation/viper-init.el (viper-search, viper-replace-overlay)
15716         (viper-minibuffer-emacs, viper-minibuffer-insert)
15717         (viper-minibuffer-vi): Remove "-face" suffix from face names.
15718         (viper-search-face, viper-replace-overlay-face)
15719         (viper-minibuffer-emacs-face, viper-minibuffer-insert-face)
15720         (viper-minibuffer-vi-face):
15721         New backward-compatibility aliases for renamed faces.
15722         (viper-search-face, viper-replace-overlay-face)
15723         (viper-minibuffer-emacs-face, viper-minibuffer-insert-face)
15724         (viper-minibuffer-vi-face): Use renamed viper faces.
15726         * emacs-lisp/testcover.el (testcover-nohits, testcover-1value):
15727         Remove "-face" suffix from face names.
15728         (testcover-nohits-face, testcover-1value-face):
15729         New backward-compatibility aliases for renamed faces.
15730         (testcover-mark): Use renamed testcover faces.
15732         * calendar/diary-lib.el (diary-button): Remove "-face" suffix from
15733         face name.
15734         (diary-button-face): New backward-compatibility alias for renamed face.
15735         (diary-entry): Use renamed diary-button face.
15737         * calendar/calendar.el (diary, calendar-today, holiday)
15738         (mark-visible-calendar-date): Remove "-face" suffix from face names.
15739         (diary-face, calendar-today-face, holiday-face):
15740         New backward-compatibility aliases for renamed faces.
15741         (eval-after-load "facemenu", diary-entry-marker)
15742         (calendar-today-marker, calendar-holiday-marker, diary-face):
15743         Use renamed calendar faces.
15745         * compare-w.el (compare-windows): Remove "-face" suffix from face name.
15746         (compare-windows-face): New backward-compatibility alias for
15747         renamed face.
15748         (compare-windows-highlight): Use renamed compare-windows face.
15750         * strokes.el (strokes-char): Remove "-face" suffix from face name.
15751         (strokes-char-face): New backward-compatibility alias for renamed face.
15752         (strokes-encode-buffer): Use renamed strokes-char face.
15754         * pcvs-info.el (cvs-header, cvs-filename, cvs-unknown)
15755         (cvs-handled, cvs-need-action, cvs-marked, cvs-msg):
15756         Remove "-face" suffix from face names.
15757         (cvs-header-face, cvs-filename-face, cvs-unknown-face)
15758         (cvs-handled-face, cvs-need-action-face, cvs-marked-face)
15759         (cvs-msg-face): New backward-compatibility aliases for renamed faces.
15760         (cvs-fi-up-to-date-face, cvs-fi-unknown-face, cvs-fileinfo-pp):
15761         Use renamed pcvs faces.
15762         * pcvs.el (cvs-mode-find-file): Use renamed pcvs faces.
15763         * pcvs-defs.el (cvs-mode-map): Likewise.
15764         * cvs-status.el (cvs-status-font-lock-keywords): Likewise.
15766         * info.el (info-title-1, info-title-2, info-title-3)
15767         (info-title-4): Remove "-face" suffix from and downcase face names.
15768         (Info-title-1-face, Info-title-2-face, Info-title-3-face)
15769         (Info-title-4-face):
15770         New backward-compatibility aliases for renamed faces.
15771         (Info-fontify-node): Use renamed info faces.
15773         * hilit-chg.el (highlight-changes, highlight-changes-delete):
15774         Remove "-face" suffix from face names.
15775         (highlight-changes-face, highlight-changes-delete-face):
15776         New backward-compatibility aliases for renamed faces.
15777         (hilit-chg-cust-fix-changes-face-list, hilit-chg-make-ov)
15778         (hilit-chg-make-list): Use renamed highlight-changes faces.
15780         * generic-x.el (show-tabs-tab, show-tabs-space):
15781         Remove "-face" suffix from face names.
15782         (show-tabs-tab-face, show-tabs-space-face):
15783         New backward-compatibility aliases for renamed faces.
15784         (show-tabs-generic-mode-font-lock-defaults-1)
15785         (show-tabs-generic-mode-font-lock-defaults-2):
15786         Use renamed show-tabs faces.
15788         * smerge-mode.el (smerge-mine, smerge-other, smerge-base)
15789         (smerge-markers): Remove "-face" suffix from face names.
15790         (smerge-mine-face, smerge-other-face, smerge-base-face)
15791         (smerge-markers-face):
15792         New backward-compatibility aliases for renamed faces.
15793         (smerge-mine-face, smerge-other-face, smerge-base-face)
15794         (smerge-markers-face): Use renamed smerge faces.
15796         * log-view.el (log-view-file, log-view-message): Remove "-face"
15797         suffix from face names.
15798         (log-view-file-face, log-view-message-face):
15799         New backward-compatibility aliases for renamed faces.
15800         (log-view-file-face, log-view-message-face): Use renamed log-view
15801         faces.
15803         * paren.el (show-paren-match, show-paren-mismatch):
15804         Remove "-face" suffix from face names.
15805         (show-paren-match-face, show-paren-mismatch-face):
15806         New backward-compatibility aliases for renamed faces.
15807         (show-paren-function): Use renamed show-paren faces.
15809         * ruler-mode.el (ruler-mode-default, ruler-mode-pad)
15810         (ruler-mode-margins, ruler-mode-fringes)
15811         (ruler-mode-column-number, ruler-mode-fill-column)
15812         (ruler-mode-comment-column, ruler-mode-goal-column)
15813         (ruler-mode-tab-stop, ruler-mode-current-column): Remove "-face"
15814         suffix from face names.
15815         (ruler-mode-default-face, ruler-mode-pad-face)
15816         (ruler-mode-margins-face, ruler-mode-fringes-face)
15817         (ruler-mode-column-number-face, ruler-mode-fill-column-face)
15818         (ruler-mode-comment-column-face, ruler-mode-goal-column-face)
15819         (ruler-mode-tab-stop-face, ruler-mode-current-column-face):
15820         New backward-compatibility aliases for renamed faces.
15821         (ruler-mode-pad, ruler-mode-margins, ruler-mode-fringes)
15822         (ruler-mode-column-number, ruler-mode-fill-column)
15823         (ruler-mode-comment-column, ruler-mode-goal-column)
15824         (ruler-mode-tab-stop, ruler-mode-current-column)
15825         (ruler-mode-mouse-grab-any-column, ruler-mode-ruler): Use renamed
15826         faces.
15828         * whitespace.el (whitespace-highlight): Remove "-face" suffix from
15829         face name.
15830         (whitespace-highlight-the-space): Use renamed face.
15831         (whitespace-highlight-face): New backward-compatibility alias for
15832         renamed face.
15834         * woman.el (woman-italic, woman-bold, woman-unknown)
15835         (woman-addition, woman-symbol-face):
15836         Remove "-face" suffix from face names.
15837         (woman-italic-face, woman-bold-face, woman-unknown-face)
15838         (woman-addition-face):
15839         New backward-compatibility aliases for renamed faces.
15840         (woman-default-faces, woman-monochrome-faces, woman-man-buffer)
15841         (woman-decode-region, woman-replace-match)
15842         (woman-display-extended-fonts, woman-special-characters)
15843         (woman-font-alist, woman-change-fonts, woman2-TH, woman2-SH):
15844         Use renamed woman faces.
15846         * longlines.el (longlines-visible-face): Face removed.
15848         * diff-mode.el (diff-header, diff-file-header, diff-index)
15849         (diff-hunk-header, diff-removed, diff-added, diff-changed)
15850         (diff-function, diff-context, diff-nonexistent): Remove "-face"
15851         suffix from face names.
15852         (diff-header-face, diff-file-header-face, diff-index-face)
15853         (diff-hunk-header-face, diff-removed-face, diff-added-face)
15854         (diff-changed-face, diff-function-face, diff-context-face)
15855         (diff-nonexistent-face): New backward-compatibility aliases for
15856         renamed faces.
15857         (diff-header-face, diff-file-header-face)
15858         (diff-index, diff-index-face, diff-hunk-header)
15859         (diff-hunk-header-face, diff-removed, diff-removed-face)
15860         (diff-added, diff-added-face, diff-changed-face, diff-function)
15861         (diff-function-face, diff-context-face, diff-nonexistent)
15862         (diff-nonexistent-face): Use renamed diff-mode faces.
15864         * progmodes/compile.el (compilation-warning-face)
15865         (compilation-info-face): Remove "-face" suffix from face names.
15866         (compilation-warning-face, compilation-info-face):
15867         New backward-compatibility aliases for renamed faces.
15868         (compilation-warning-face, compilation-info-face):
15869         Use renamed compilation faces.
15871         * add-log.el (change-log-date, change-log-name)
15872         (change-log-email, change-log-file, change-log-list)
15873         (change-log-conditionals, change-log-function)
15874         (change-log-acknowledgement): Remove "-face" suffix from face names.
15875         (change-log-date-face, change-log-name-face)
15876         (change-log-email-face, change-log-file-face)
15877         (change-log-list-face, change-log-conditionals-face)
15878         (change-log-function-face, change-log-acknowledgement-face):
15879         New backward-compatibility aliases for renamed faces.
15880         (change-log-font-lock-keywords): Use renamed change-log faces.
15882         * cus-edit.el (custom-invalid, custom-rogue, custom-modified)
15883         (custom-set, custom-changed, custom-saved, custom-button)
15884         (custom-button-pressed, custom-documentation, custom-state)
15885         (custom-comment, custom-comment-tag, custom-variable-tag)
15886         (custom-variable-button, custom-face-tag, custom-group-tag-1)
15887         (custom-group-tag): Remove "-face" suffix from face names.
15888         (custom-magic-alist, custom-magic-value-create)
15889         (custom-group-sample-face-get, custom-mode): Use renamed custom faces.
15890         (custom-invalid-face, custom-rogue-face, custom-modified-face)
15891         (custom-set-face, custom-changed-face, custom-saved-face)
15892         (custom-button-face, custom-button-pressed-face)
15893         (custom-documentation-face, custom-state-face)
15894         (custom-comment-face, custom-comment-tag-face)
15895         (custom-variable-tag-face, custom-variable-button-face)
15896         (custom-face-tag-face, custom-group-tag-face-1)
15897         (custom-group-tag-face):
15898         New backward-compatibility aliases for renamed faces.
15900         * wid-edit.el (widget-documentation, widget-button)
15901         (widget-field, widget-single-line-field, widget-inactive)
15902         (widget-button-pressed): "-face" suffix removed from face names.
15903         (widget-documentation-face, widget-button-face)
15904         (widget-field-face, widget-single-line-field-face)
15905         (widget-inactive-face, widget-button-pressed-face):
15906         New backward-compatibility aliases for renamed faces.
15907         (widget-documentation-face, widget-button-face)
15908         (widget-button-pressed-face, widget-specify-field)
15909         (widget-specify-inactive): Use renamed widget faces.
15911 2005-06-10  Kenichi Handa  <handa@m17n.org>
15913         * term/x-win.el (x-clipboard-yank): Remove condition-case
15914         wrapping.
15916 2005-06-11  Kenichi Handa  <handa@m17n.org>
15918         * add-log.el (change-log-font-lock-keywords): Make the regexp for
15919         date lines stricter.
15921 2005-06-10  Zhang Wei  <id.brep@gmail.com>
15923         * term/x-win.el (x-clipboard-yank): Use x-selection-value instead
15924         of x-get-selection.
15926 2005-06-10  Juanma Barranquero  <lekktu@gmail.com>
15928         * comint.el (comint-mode, comint-snapshot-last-prompt):
15929         * frame.el (frame-current-scroll-bars):
15930         * term.el (term-mode, term-check-proc, term-input-sender)
15931         (term-simple-send, term-extract-string, term-word)
15932         (term-match-partial-filename):
15933         * window.el (window-current-scroll-bars):
15934         * emulation/cua-base.el (cua-normal-cursor-color)
15935         (cua-read-only-cursor-color, cua-overwrite-cursor-color)
15936         (cua-global-mark-cursor-color):
15937         * mail/undigest.el (rmail-forward-separator-regex):
15938         Fix typos in docstrings.
15940         * comint.el (comint-check-proc, make-comint-in-buffer)
15941         (comint-source-default): Doc fixes.
15943         * term.el (term-send-string): Improve argument/docstring consistency.
15945 2005-06-09  Luc Teirlinck  <teirllm@auburn.edu>
15947         * comint.el (comint-send-input): Bind `inhibit-read-only' around
15948         call to `delete-region'.
15949         (comint-mode-hook): Do not enable Font Lock by default.
15951 2005-06-09  Lute Kamstra  <lute@gnu.org>
15953         * textmodes/ispell.el (ispell-menu-map-needed): flyspell-mode
15954         could be void.
15956 2005-06-09  Stefan Monnier  <monnier@iro.umontreal.ca>
15958         * emacs-lisp/debug.el (debugger-will-be-back): New var.
15959         (debug): Use it.
15960         (debugger-step-through, debugger-continue, debugger-jump)
15961         (debugger-return-value): Set it when needed.
15962         (debugger-make-xrefs, debugger-frame, debugger-frame-clear):
15963         Use inhibit-read-only.
15965 2005-06-09  Juanma Barranquero  <lekktu@gmail.com>
15967         * window.el (shrink-window-if-larger-than-buffer)
15968         (window-size-fixed): Fix typo in docstring.
15970         * thumbs.el: Don't set `auto-image-file-mode'.  Do not create the
15971         thumbnails directory on loading.
15972         (thumbs-conversion-program): Use `eq' to check the system type,
15973         not `equal'.
15974         (thumbs-temp-dir): Initialize to `temporary-file-directory',
15975         not "/tmp".  Fix docstring.
15976         (thumbs-thumbsdir): New function to return the thumbnails
15977         directory, creating it if needed.
15978         (thumbs-cleanup-thumbsdir, thumbs-thumbname): Use it.
15979         (thumbs-temp-file): Delete variable and make it into a function.
15980         (thumbs-resize-image, thumbs-modify-image): Use it.
15981         (thumbs-kill-buffer): Simplify.
15982         (thumbs-gensym): Defalias or duplicate CL `gensym'.
15983         (thumbs-resize-image, thumbs-resize-interactive): Fix typos in
15984         docstrings.
15986 2005-06-09  Kim F. Storm  <storm@cua.dk>
15988         * subr.el (save-match-data): Add RESEAT arg `evaporate' to
15989         set-match-data to free markers in match-data.
15991         * replace.el (replace-match-data): Pass RESEAT arg `t' to
15992         match-data to unchain markers in match-data.
15994 2005-06-08  Stefan Monnier  <monnier@iro.umontreal.ca>
15996         * emacs-lisp/debug.el (debug): Don't iconify if we know we'll re-enter
15997         the debugger immediately anyway.  Undo the 2005-06-06 change, rendered
15998         unnecessary now.
16000 2005-06-08  Richard M. Stallman  <rms@gnu.org>
16002         * emacs-lisp/easy-mmode.el (define-minor-mode): If BODY is empty,
16003         give the variable a doc string that doesn't say don't set it directly.
16005         * textmodes/ispell.el (ispell-check-version):
16006         Use match-string-no-properties.
16007         (ispell-region, ispell-buffer-local-parsing, ispell-buffer-local-dict)
16008         (ispell-buffer-local-words): Likewise.
16010         * progmodes/make-mode.el (makefile-shell-face): Make this a no-op
16011         except on terminals with enough colors to really display it.
16012         (makefile-dependency-regex): Delete spurious `bb'.
16014         * faces.el (escape-glyph): Use blue once again in last case.
16015         (no-break-space): Redefine so that it isn't invisible on a tty.
16017 2005-06-08  Kim F. Storm  <storm@cua.dk>
16019         * ido.el (ido-read-file-name): Fallback to read-file-name on C-f
16020         also when reading directory name.
16022 2005-06-08  Lute Kamstra  <lute@gnu.org>
16024         * textmodes/flyspell.el (flyspell-mode): Use define-minor-mode.
16025         (flyspell-mode-line-string): Remove autoload cookie.
16026         (flyspell-mode): Remove defvar.
16028 2005-06-07  Lute Kamstra  <lute@gnu.org>
16030         * textmodes/org.el (org-run-mode-hooks): New function.
16031         (org-agenda-mode): Use it.
16033 2005-06-07  David McCabe  <davemccabe@gmail.com>  (tiny change)
16035         * emacs-lisp/lisp-mode.el (defstruct): Set `doc-string-elt' property.
16037 2005-06-06  Stefan Monnier  <monnier@iro.umontreal.ca>
16039         * international/iso-cvt.el (iso-sgml2iso-trans-tab): Add NBSP.
16041 2005-06-06  Luc Teirlinck  <teirllm@auburn.edu>
16043         * font-lock.el (font-lock-add-keywords): Doc fix.
16045 2005-06-06  Stefan Monnier  <monnier@iro.umontreal.ca>
16047         * textmodes/tex-mode.el (tex-guess-mode): Add RequirePackage.
16048         (tex-compile-default): In the absence of any history, use the order in
16049         tex-compile-alist to choose the preferred command.
16050         (tex-compile-commands): Reorder a bit.
16052         * textmodes/flyspell.el (flyspell-auto-correct-binding)
16053         (flyspell-incorrect-face, flyspell-duplicate-face):
16054         Use (X)Emacs-agnostic code.
16055         (flyspell-mode-map): Don't overwrite at each load.  Remove code
16056         redundant with the subsequent add-minor-mode.  Merge Emacs and
16057         XEmacs code.
16058         (flyspell-word): Minor simplification.
16059         (flyspell-math-tex-command-p): Quieten the byte-compiler.
16060         (flyspell-external-point-words): Remove unused vars `size' and `start'.
16061         (flyspell-do-correct): Rename from flyspell-xemacs-correct.
16062         Merge the corresponding Emacs code.
16063         (flyspell-correct-word, flyspell-xemacs-popup):
16064         Use flyspell-do-correct.
16066         * emacs-lisp/debug.el (debug): Don't bury the buffer unless it's in
16067         a dedicated window.
16069         * international/latexenc.el (latexenc-find-file-coding-system):
16070         Undo part of last patch, to turn off a compiler warning.
16072 2005-06-06  Juri Linkov  <juri@jurta.org>
16074         * tmm.el (tmm-inactive, tmm-remove-inactive-mouse-face):
16075         Rename `tmm-inactive-face' to `tmm-inactive'.
16077 2005-06-06  Matt Hodges  <MPHodges@member.fsf.org>
16079         * iswitchb.el: Rename faces.
16081 2005-06-06  Kim F. Storm  <storm@cua.dk>
16083         * emulation/cua-base.el (cua-rectangle, cua-rectangle-noselect)
16084         (cua-global-mark): Remove -face suffix from face names.
16086         * emulation/cua-gmrk.el (cua--init-global-mark):
16087         Remove cua-global-mark face setup.
16089 2005-06-06  Richard M. Stallman  <rms@gnu.org>
16091         * progmodes/make-mode.el (makefile-dependency-regex): Handle whitespace
16092         just like other allowed characters.
16093         (makefile-match-dependency): Exclude leading and training whitespace
16094         from the range of regexp subexp 1.
16095         (makefile-macroassign-regex): Don't try to match the body,
16096         just the name of the macro being defined.
16098         * info.el (Info-read-node-name-2): New function.
16099         (Info-read-node-name-1): Use that.
16100         Add a completion-base-size-function property.
16102         * simple.el (completion-setup-function): Look for
16103         completion-base-size-function property of minibuffer-completion-table.
16105         * files.el (locate-file-completion): Doc fix.
16107         * printing.el: Don't call pr-update-menus; user must do that.
16109         * emacs-lisp/debug.el (debugger-window): New variable.
16110         (debug): Use debugger-window if it is set and still alive.
16111         Record debugger-window for next entry.
16113         * mail/supercite.el (sc-mail-glom-frame): Mark as risky.
16115 2005-06-06  Matthias F\e,Av\e(Brste  <slashdevslashnull@gmx.net>
16117         * files.el (hack-local-variables-confirm): New arg FLAG-TO-CHECK.
16118         (hack-one-local-variable, hack-local-variables)
16119         (hack-local-variables-prop-line): Pass that arg.
16121 2005-06-06  Kim F. Storm  <storm@cua.dk>
16123         * ido.el (ido-first-match, ido-only-match, ido-subdir)
16124         (ido-indicator): Remove -face suffix from face names.
16126 2005-06-06  Juri Linkov  <juri@jurta.org>
16128         * font-lock.el (font-lock-regexp-backslash)
16129         (font-lock-regexp-backslash-construct): New faces.
16130         (lisp-font-lock-keywords-2): Use new faces.  Match `?:' only
16131         after `('.  Add `while-no-input' to control structures.
16133         * faces.el (no-break-space, shadow): New faces.
16134         (escape-glyph): Use less loud colors pink2 and red4.
16136         * diff-mode.el (diff-context-face)
16137         * dired.el (dired-ignored)
16138         * rfn-eshadow.el (file-name-shadow)
16139         * tmm.el (tmm-inactive-face): Inherit from `shadow' face.
16141         * info.el (Info-title-1-face): Use green instead of yellow because
16142         bold yellow is not readable on light backgrounds.
16144         * progmodes/compile.el (compilation-start): Move `erase-buffer' up
16145         before selecting the desired mode to not spend time fontifying
16146         old contents.
16148 2005-06-06  Juanma Barranquero  <lekktu@gmail.com>
16150         * thumbs.el (thumbs-thumbsdir-max-size, thumbs-image-resizing-step)
16151         (thumbs-thumbsdir-auto-clean): Fix typos in docstrings.
16153         * ps-print.el (ps-default-fg, ps-default-bg):
16154         Fix typos in docstrings.
16156         * isearchb.el (isearchb): Don't pass a spurious second argument to
16157         `iswitchb-completions'.
16159 2005-06-05  Nick Roberts  <nickrob@snap.net.nz>
16161         * progmodes/gdb-ui.el (gdb-info-locals-handler): Use window point
16162         to preserve point.
16163         (gdb-find-file-hook): Add doc string.
16165         * progmodes/gud.el (gdb, gud-menu-map): Add command to evaluate
16166         C dereferenced pointer expression.
16167         (gud-tool-bar-map): Put it on the tool bar.  Re-order icons.
16169         * toolbar/gud-pstar.xpm, toolbar/gud-pstar.pbm: New files.
16171         * toolbar/gud-break.xpm, toolbar/gud-cont.xpm, toolbar/gud-down.xpm
16172         * toolbar/gud-finish.xpm, toolbar/gud-ni.xpm, toolbar/gud-n.xpm
16173         * toolbar/gud-print.xpm, toolbar/gud-remove.xpm, toolbar/gud-run.xpm
16174         * toolbar/gud-si.xpm, toolbar/gud-s.xpm, toolbar/gud-until.xpm
16175         * toolbar/gud-up.xpm, toolbar/gud-watch.xpm:
16176         Make background transparent.
16178 2005-06-04  Luc Teirlinck  <teirllm@auburn.edu>
16180         * font-lock.el (font-lock-add-keywords): Doc fix.  Comment change.
16181         (font-lock-remove-keywords): Doc fix.
16182         (font-lock-mode-major-mode): Compiler defvar.
16183         (font-lock-set-defaults): Use `font-lock-mode-major-mode'.
16185         * font-core.el (font-lock-mode-major-mode): Compiler defvar.
16186         (font-lock-mode): Update `font-lock-mode-major-mode'.
16187         (font-lock-set-defaults): Compiler defvar.
16188         (font-lock-default-function): Take `font-lock-mode-major-mode'
16189         into account.
16191         * emacs-lisp/easy-mmode.el (define-global-minor-mode): Make it
16192         keep track of which major mode it enabled the minor mode for.
16193         Use find-file-hook again.  Update docstring.
16195         * simple.el (eval-expression-print-level)
16196         (eval-expression-print-length, eval-expression-debug-on-error):
16197         Doc fixes.
16199 2005-06-04  Matt Hodges  <MPHodges@member.fsf.org>
16201         * iswitchb.el (iswitchb-single-match-face)
16202         (iswitchb-current-match-face, iswitchb-virtual-matches-face)
16203         (iswitchb-invalid-regexp-face): New faces.
16204         (iswitchb-completions): Use them.
16205         (iswitchb-use-faces): Rename from iswitchb-use-fonts, which is
16206         now marked as an obsolete alias.
16207         (iswitchb-read-buffer): Remove check for bound font variables.
16208         (iswitchb-invalid-regexp): New free variable.
16209         (iswitchb-get-matched-buffers): Catch invalid-regexp errors and
16210         set iswitchb-invalid-regexp.
16211         (iswitchb, iswitchb-complete, iswitchb-completions): Deal with
16212         invalid regexps.
16213         (iswitchb-completions): Add check for complete match when entering
16214         a regexp.
16215         (iswitchb-completions): Remove require-match argument.
16216         (iswitchb-exhibit): Fix caller.
16217         (iswitchb-common-match-inserted): New variable.
16218         (iswitchb-complete, iswitchb-completion-help): Use it.
16220 2005-06-04  David Reitter  <david.reitter@gmail.com>  (tiny change)
16222         * url-http.el (url-http-chunked-encoding-after-change-function):
16223         Use `url-http-debug' instead of `message'.
16225 2005-06-04  Thierry Emery  <thierry.emery@free.fr>  (tiny change)
16227         * url-http.el (url-http-parse-headers): Pass redirected URL as a
16228         callback argument.
16230 2005-06-04  Kim F. Storm  <storm@cua.dk>
16232         * simple.el (line-move): Only call sit-for when moving backwards.
16234         * ido.el (ido-make-merged-file-list-1): New defun split from
16235         ido-make-merged-file-list.
16236         (ido-make-merged-file-list): Bind throw-on-input around call to
16237         ido-make-merged-file-list-1.  Return input-pending-p if
16238         interrupted by more input available.
16239         (ido-read-internal): Handle input-pending-p return value from
16240         ido-make-merged-file-list.
16242 2005-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
16244         * textmodes/flyspell.el (flyspell-check-word-p): Simplify silly
16245         compatibility code.
16247         * international/latexenc.el (latexenc-find-file-coding-system):
16248         Don't inherit the EOL part of the coding-system from the
16249         tex-main buffer.  Fit within 80 columns.
16251 2005-06-03  Matt Hodges  <MPHodges@member.fsf.org>
16253         * tmm.el (tmm-inactive-face): New face.
16254         (tmm-remove-inactive-mouse-face): New function.
16255         (tmm-prompt, tmm-add-one-shortcut)
16256         (tmm-add-prompt, tmm-get-keymap): Make active menu items visible
16257         but not selectable.
16259 2005-06-03  Juanma Barranquero  <lekktu@gmail.com>
16261         * faces.el (face-equal): Improve argument/docstring consistency.
16263 2005-06-03  Daniel Pfeiffer  <occitan@esperanto.org>
16265         * progmodes/make-mode.el (makefile-targets-face)
16266         (makefile-shell-face, makefile-makepp-perl-face): Add :version.
16267         (makefile-bsdmake-dependency-regex)
16268         (makefile-makepp-rule-action-regex)
16269         (makefile-bsdmake-rule-action-regex): New constants.
16270         (makefile-makepp-mode, makefile-bsdmake-mode): Use them.
16272         * progmodes/compile.el (compilation-error-regexp-alist-alist):
16273         Allow (...) within `...' for makepp messages.
16275 2005-06-03  Michael Kifer  <kifer@cs.stonybrook.edu>
16277         * ediff-diff.el (ediff-same-contents): Eliminate CL-type functions.
16279         * ediff-mult.el (ediff-intersect-directories): Make sure that ".." and
16280         "." files are deleted from all file lists before comparison.
16282         * viper-keym.el (viper-toggle-key, viper-quoted-insert-key)
16283         (viper-ESC-key): Made them customizable.
16285         * viper.el (viper-non-hook-settings): Fix the names of defadvices.
16287 2005-06-01  Luc Teirlinck  <teirllm@auburn.edu>
16289         * autorevert.el (auto-revert-buffers): Use save-match-data.
16291 2005-06-01  Stefan Monnier  <monnier@iro.umontreal.ca>
16293         * emacs-lisp/easymenu.el (easy-menu-return-item): Quick fix to find
16294         menu items with a nil command binding.
16296 2005-06-01  Juanma Barranquero  <lekktu@gmail.com>
16298         * emacs-lisp/cl-macs.el (defsetf):
16299         Improve argument/docstring consistency.
16301         * faces.el (list-faces-display): Improve the formatting by
16302         computing the maximum length required for any face-name (reworked
16303         patch of 1999-01-11, accidentally deleted on 1999-07-21).
16304         (internal-find-face): Remove redundant info in docstring.
16306 2005-06-01  Nick Roberts  <nickrob@snap.net.nz>
16308         * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-1)
16309         (gdb-info-breakpoints-custom, gdb-delete-breakpoint)
16310         (gdb-goto-breakpoint, gdb-source-info, gdb-get-location)
16311         (gdb-assembler-custom): Improve regexps.
16312         (def-gdb-auto-update-handler): Use window point to preserve point.
16314 2005-05-31  Stefan Monnier  <monnier@iro.umontreal.ca>
16316         * thumbs.el (thumbs-mode): Fix misuse of make-variable-buffer-local.
16318 2005-05-31  Jay Belanger  <belanger@truman.edu>
16320         * calc/calc-embed.el (calc-embedded-word): Change argument passed
16321         to calc-embedded.
16322         (calc-embedded-make-info): Have plain prefix argument select
16323         entire line.
16325 2005-05-31  Juanma Barranquero  <lekktu@gmail.com>
16327         * faces.el (list-faces-display): Signal error if passed a regexp
16328         that matches no face name.
16330         * simple.el (filter-buffer-substring): Fix typo in docstring.
16332 2005-05-31  Richard M. Stallman  <rms@gnu.org>
16334         * progmodes/vhdl-mode.el (vhdl-fill-region): Test ARG, not INTERACTIVE.
16335         (vhdl-emacs-21): Doc fix.
16336         (vhdl-mode): Unconditionally set comment-padding.
16337         (vhdl-fixup-whitespace-region): Insert spaces only where
16338         there are none.
16339         (vhdl-statistics-buffer): Make the Emacs 21 behavior universal.
16341 2005-05-30  John Wiegley  <johnw@newartisans.com>
16343         * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el
16344         * eshell/em-unix.el, eshell/esh-ext.el, eshell/esh-io.el
16345         * eshell/esh-util.el, eshell/esh-var.el: Change all uses of
16346         `directory-sep-char' to ?/, and all uses of `string-to-int' to
16347         `string-to-number'.
16349 2005-05-30  Jay Belanger  <belanger@truman.edu>
16351         * calc/calc.el (calc-bug-address): Fix docstring.
16352         (calc-window-hook, calc-trail-window-hook): New variables.
16353         (calc-trail-display): Restore use of calc-trail-window-hook.
16354         (calc): Restore use of calc-window-hook.
16356 2005-05-31  Masatake YAMATO  <jet@gyve.org>
16358         * emacs-lisp/find-func.el (find-function-noselect): Handle subroutines.
16360         * help-fns.el (help-C-file-name): Add autoload mark for
16361         `find-function-noselect'.
16363 2005-05-30  Stefan Monnier  <monnier@iro.umontreal.ca>
16365         * textmodes/tex-mode.el (tex-compile-commands, tex-compile)
16366         (tex-start-tex): Undo all but the last part of the 2005-05-28 change.
16368 2005-05-30  Glenn Morris  <gmorris@ast.cam.ac.uk>
16370         * calendar/diary-lib.el (mark-included-diary-files): Only kill
16371         included diary buffer if it was not already being visited.
16372         Reported by Stephen Berman <Stephen.Berman@gmx.net>.
16374         * calendar/icalendar.el (top-level): Do not require appt.
16376         * mail/supercite.el (sc-select-attribution): Only use a list
16377         element from sc-attrib-selection-list if it returns a string.
16378         Reported by Davide G. M. Salvetti <salve@debian.org>.
16380 2005-05-30  Juanma Barranquero  <lekktu@gmail.com>
16382         * thumbs.el (thumbs-thumbname): The resulting thumbname now
16383         includes a hash value to improve its uniqueness, and has a ".jpg"
16384         extension.  Also, it is now a valid filename on all systems.
16385         (thumbs-make-thumb): Use `let', not `let*'.
16386         (thumbs-show-thumbs-list): Check for JPEG availability.
16388 2005-05-30  Richard M. Stallman  <rms@gnu.org>
16390         * filesets.el (filesets-menu-ensure-use-cached):
16391         Prevent warning when emacs-version>= is undefined.
16393         * printing.el (pr-interactive-n-up): Use string-to-number.
16395         * emulation/tpu-mapper.el: Use eval-buffer, not eval-current-buffer.
16397         * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn):
16398         Warn only when name to be defined is quoted.
16400 2005-05-30  Nick Roberts  <nickrob@snap.net.nz>
16402         * progmodes/gdb-ui.el (gdb-toggle-breakpoint):
16403         Make regexp more robust.
16404         (gdb-display-assembler-buffer, gdb-frame-assembler-buffer):
16405         Force regeneration of disassembly.
16407 2005-05-29  Jay Belanger  <belanger@truman.edu>
16409         * calc/calc.el (calc-user-invocation): Check if
16410         calc-invocation-macro is non-nil.
16412 2005-05-29  Juri Linkov  <juri@jurta.org>
16414         * add-log.el (change-log-font-lock-keywords):
16415         Add `+' to e-mail regexp to accept mail address with keywords.
16417         * man.el (Man-name-regexp): Add `:' to accept qualified names.
16419 2005-05-29  Luc Teirlinck  <teirllm@auburn.edu>
16421         * progmodes/inf-lisp.el (inferior-lisp-mode): Use delay-mode-hooks.
16423         * ielm.el (inferior-emacs-lisp-mode): Ditto.
16425 2005-05-29  Richard M. Stallman  <rms@gnu.org>
16427         * textmodes/flyspell.el (flyspell-auto-correct-previous-word):
16428         Undo the change that moves to end of the current word.
16430 2005-05-29  Nick Roberts  <nickrob@snap.net.nz>
16432         * progmodes/gdb-ui.el (gdb-memory-set-repeat-count):
16433         Throw error when count <= 0 to ensure input is a number.
16434         (gdb-read-memory-custom): Pick up address from buffer.
16435         (gdb-memory-mode): Allow user to increment and decrement
16436         memory address from header line.
16438 2005-05-29  Richard M. Stallman  <rms@gnu.org>
16440         * flyspell.el (flyspell-version): Function deleted.
16441         (flyspell-auto-correct-previous-hook): Doc fix.
16443         * jit-lock.el (jit-lock-function, jit-lock-after-change):
16444         Do nothing if memory is full.
16446         * font-lock.el (font-lock-fontify-syntactically-region):
16447         Pass t for GREEDY to looking-back.
16449         * saveplace.el (save-place-alist-to-file): Write the file
16450         using write-region.
16452         * subr.el (looking-back): New argument GREEDY.
16454         * progmodes/compile.el (compilation-start): Set the mode
16455         before inserting the initial text.
16457         * progmodes/which-func.el (which-func-update-1): Turn the mode
16458         off in case of error by setting which-func-mode.
16460 2005-05-29  Peter Heslin  <p.j.heslin@durham.ac.uk>  (tiny change)
16462         * flyspell.el (flyspell-auto-correct-previous-word):
16463         Narrow down to what's on the screen, and recenter overlays
16464         at the end of the next word.
16466 2005-05-29  Manuel Serrano  <Manuel.Serrano@sophia.inria.fr>
16468         * flyspell.el (flyspell-emacs, flyspell-use-local-map): Vars moved up.
16469         (flyspell-default-delayed-commands): Add backward-delete-char-untabify.
16470         (flyspell-abbrev-p): Default to nil.
16471         (flyspell-use-global-abbrev-table-p): Doc fix.
16472         (flyspell-large-region): Allow nil as value.
16473         (flyspell-use-meta-tab, flyspell-auto-correct-binding): New variables.
16475         (mail-mode-flyspell-verify): More robust handling
16476         of `mail-header-separator'.  More efficient signature detection.
16477         Allow for regexp metacharacters in message-header-separator.
16478         Adding `To' not to be checked in mail-mode-flyspell-verify.
16480         (flyspell-prog-mode): Run flyspell-prog-mode-hook.
16481         (flyspell-mouse-map): Bind M-TAB only if flyspell-use-meta-tab.
16482         Bind flyspell-auto-correct-binding.
16483         Bind C-. and C-, .
16484         (flyspell-mode-map): Likewise.
16485         (flyspell-mode): Doc fix.
16486         (flyspell-accept-buffer-local-defs): Preserve current buffer.
16487         (flyspell-mode-on): Bind flyspell-mouse-map and flyspell-mode-map.
16488         (flyspell-word-cache-result): New var, always local.
16489         (flyspell-check-pre-word-p): Doc fix.
16490         (flyspell-check-changed-word-p): Handle spc like newline.
16491         (flyspell-post-command-hook): Set flyspell-word-cache-result.
16492         (flyspell-word-search-backward, flyspell-word-search-forward):
16493         New functions.
16494         (flyspell-word): Return t if nothing to check.
16495         When parsing TeX code, check for after } or \.
16496         Use flyspell-word-search-backward to find previous word.
16497         Return nil if duplicated word.
16498         For word already checked, return same value as last time.
16499         Set flyspell-word-cache-result after checking.
16500         Don't clobber the return value.
16501         (flyspell-get-word): Major rewrite.
16502         (flyspell-external-point-words): New locals pword, pcount.
16503         Fix size used in progress message.
16504         Find the proper corresponding word in flyspell-large-region-buffer.
16505         (flyspell-region): Check for flyspell-large-region = nil.
16506         (flyspell-highlight-incorrect-region): Clean up overlays in region.
16507         (flyspell-auto-correct-word): Check that WORD is a cons.
16508         (flyspell-correct-word): Likewise.
16510 2005-05-29  Daniel Pfeiffer  <occitan@esperanto.org>
16512         * progmodes/make-mode.el (makefile-rule-action-regex)
16513         (makefile-macroassign-regex, makefile-makepp-mode)
16514         (makefile-bsdmake-mode): Continuation lines may be empty.
16515         Reported by Joshua Varner.
16516         (makefile-makepp-font-lock-keywords): Add $(stem).
16518 2005-05-28  Karl Berry  <karl@gnu.org>
16520         * textmodes/tex-mode.el: Now that tex-send-command calls
16521         shell-quote-argument (2005-03-31 change), remove all calls to
16522         shell-quote-argument; they all end up invoking tex-send-command.
16523         The double quoting loses on filenames with non-safe characters,
16524         such as "@".  Reported by Frederik Fouvry.
16526 2005-05-29  Nick Roberts  <nickrob@snap.net.nz>
16528         * progmodes/gdb-ui.el (gdb-assembler-custom): Be more careful
16529         about preserving point.
16531 2005-05-27  Jay Belanger  <belanger@truman.edu>
16533         * calc/calc-misc.el (calc-info-goto-node): Use info instead of
16534         Info-goto-node.
16536         * calc/calc-embed.el (calc-embed-arg): New variable.
16537         (calc-do-embedded-activate, calc-embedded-activate-formula)
16538         (calc-embedded-edit, calc-do-embedded-activate): Replace undeclared
16539         variable by new variable.
16540         (calc-embedded-make-info): Replace undeclared variable by new
16541         variable.  When selecting region with positive prefix
16542         argument, use end of previous line instead of beginning of line.
16544         * calc/calc-aent.el (calc-arg-values): Declare it.
16546         * calc/calc-ext.el (calc-help-map, calc-alg-map, calc-alg-esc-map):
16547         Declare them.
16549         * calc/calc-stuff.el (math-decls-cache-tag): Declare it.
16551         * calc/calc.el (calc-alg-map): Declare it.
16553         * calc/calcalg2.el (math-decls-cache, math-decls-all): Declare them.
16555 2005-05-28  Nick Roberts  <nickrob@snap.net.nz>
16557         * progmodes/gdb-ui.el (gdb-all-registers): New variable.
16558         (gdb-registers-buffer, toggle-gdb-all-registers):
16559         Toggle display of floating point registers.
16560         (gdb-registers-mode-map): Bind SPC to toggle-gdb-all-registers.
16562         * progmodes/gud.el (gud-goto-info): Use info.  Don't use require.
16563         (toggle-gud-tooltip-dereference):
16564         Rename from gud-toggle-tooltip-dereference.
16566 2005-05-27  Stefan Monnier  <monnier@iro.umontreal.ca>
16568         * info.el (Info-goto-node): Revert autoload addition (2004-06-12).
16570 2005-05-27  Jay Belanger  <belanger@truman.edu>
16572         * calc/calc-prog.el (calc-kbd-report): Remove.
16573         (calc-kbd-query): Rewrite.
16575 2005-05-27  Juanma Barranquero  <lekktu@gmail.com>
16577         * image.el (image-library-alist): Move to image.c.
16578         (image-type-available-p): Doc fix.
16580 2005-05-27  Lute Kamstra  <lute@gnu.org>
16582         * calc/calc.el (calc):
16583         * outline.el (outline-1, outline-2, outline-3, outline-4)
16584         (outline-5, outline-6, outline-7, outline-8):
16585         * textmodes/dns-mode.el (dns-mode):
16586         * textmodes/sgml-mode.el (sgml-namespace-face):
16587         * textmodes/tex-mode.el (superscript, subscript, tex-math-face)
16588         (tex-verbatim-face, tex-use-reftex):
16589         * textmodes/texinfo.el (texinfo-heading-face):
16590         Specify customization group.
16592         * longlines.el: Don't require easy-mmode.
16593         (longlines-visible-face): Specify customization group.
16595 2005-05-27  Kenichi Handa  <handa@m17n.org>
16597         * language/cyrillic.el: Add cyrillic-iso8859-5 characters in the
16598         encoding table of windows-1251.
16600         * international/ucs-tables.el (ucs-set-table-for-input):
16601         If translation-table-for-input of a coding system is a symbol, get
16602         its translation-table property.
16604         * international/code-pages.el: Don't register a coding system into
16605         non-iso-charset-alist more than once.
16606         (cp-make-coding-system): Likewise.
16608 2005-05-26  John Wiegley  <johnw@newartisans.com>
16610         * eshell/esh-cmd.el (eshell-eval-command): If the return value of
16611         `eshell-resume-eval' is wrapped in a list, it indicates that the
16612         command was run asynchronously.  In that case, unwrap the value
16613         before checking the delimiter value.
16615         * eshell/em-cmpl.el (eshell-complete-parse-arguments): If the
16616         character before a space at the end of a line is \, assume the space
16617         is part of the last argument rather than a final argument separator.
16619         * eshell/esh-io.el (eshell-get-target): If `eshell-buffer-shorthand'
16620         is in use, and the target is `t' or `nil' (which are the most common
16621         values), don't assume that the symbol target is a buffer.
16623 2005-05-26  Luc Teirlinck  <teirllm@auburn.edu>
16625         * calendar/calendar.el (calendar-mode-line-format):
16626         Use mode-line-highlight as mouse-face.
16628         * time.el (display-time-string-forms, display-time-update):
16629         Use mode-line-highlight as mouse-face.
16631 2005-05-26  Jay Belanger  <belanger@truman.edu>
16633         * calc/calc.el (calc-language-alist): Remove extra defvar.
16635 2005-05-26  Lute Kamstra  <lute@gnu.org>
16637         * arc-mode.el (archive-mode):
16638         * bookmark.el (bookmark-read-annotation-mode)
16639         (bookmark-edit-annotation-mode, bookmark-bmenu-mode):
16640         * bs.el (bs-mode):
16641         * calc/calc-yank.el (calc-edit-mode):
16642         * calc/calc.el (calc-mode, calc-trail-mode):
16643         * calculator.el (calculator-mode):
16644         * chistory.el (command-history-mode):
16645         * comint.el:
16646         * cus-edit.el (custom-mode):
16647         * descr-text.el (describe-text-mode):
16648         * ebuff-menu.el (Electric-buffer-menu-mode):
16649         * ediff-util.el (ediff-mode):
16650         * emacs-lisp/re-builder.el (reb-mode):
16651         * emulation/vi.el (vi-mode-setup):
16652         * emulation/ws-mode.el (wordstar-mode):
16653         * eshell/esh-mode.el (eshell-mode):
16654         * forms.el (forms-mode):
16655         * help-mode.el (help-mode):
16656         * hexl.el (hexl-mode):
16657         * ibuffer.el (ibuffer-mode):
16658         * ielm.el (inferior-emacs-lisp-mode):
16659         * info.el (Info-mode, Info-edit-mode):
16660         * international/swedish.el:
16661         * ledit.el (ledit-from-lisp-mode):
16662         * locate.el (locate-mode):
16663         * mail/rmail.el (rmail-mode):
16664         * mail/rmailedit.el (rmail-edit-mode):
16665         * mail/rmailsum.el (rmail-summary-mode):
16666         * mail/supercite.el (sc-electric-mode):
16667         * net/eudc.el (eudc-mode):
16668         * net/quickurl.el (quickurl-list-mode):
16669         * net/snmp-mode.el (snmp-mode, snmpv2-mode):
16670         * obsolete/ooutline.el (outline-mode):
16671         * obsolete/options.el (Edit-options-mode):
16672         * obsolete/rnews.el (news-mode):
16673         * obsolete/rnewspost.el (news-reply-mode):
16674         * play/5x5.el (5x5-mode):
16675         * play/decipher.el (decipher-mode, decipher-stats-mode):
16676         * play/gomoku.el (gomoku-mode):
16677         * play/snake.el (snake-mode):
16678         * play/solitaire.el (solitaire-mode):
16679         * play/tetris.el (tetris-mode):
16680         * progmodes/ada-mode.el (ada-mode):
16681         * progmodes/antlr-mode.el (antlr-mode):
16682         * progmodes/autoconf.el (autoconf-mode):
16683         * progmodes/dcl-mode.el (dcl-mode):
16684         * progmodes/delphi.el (delphi-mode):
16685         * progmodes/ebrowse.el (ebrowse-tree-mode)
16686         (ebrowse-electric-list-mode, ebrowse-member-mode)
16687         (ebrowse-electric-position-mode):
16688         * progmodes/f90.el (f90-mode):
16689         * progmodes/fortran.el (fortran-mode):
16690         * progmodes/icon.el (icon-mode):
16691         * progmodes/idlw-help.el (idlwave-help-mode):
16692         * progmodes/idlw-shell.el (idlwave-shell-mode):
16693         * progmodes/idlwave.el (idlwave-mode):
16694         * progmodes/inf-lisp.el (inferior-lisp-mode):
16695         * progmodes/m4-mode.el (m4-mode):
16696         * progmodes/meta-mode.el (metafont-mode, metapost-mode):
16697         * progmodes/modula2.el (modula-2-mode):
16698         * progmodes/octave-inf.el (inferior-octave-mode):
16699         * progmodes/octave-mod.el (octave-mode):
16700         * progmodes/pascal.el (pascal-mode):
16701         * progmodes/sh-script.el (sh-mode):
16702         * progmodes/sql.el (sql-mode, sql-interactive-mode):
16703         * progmodes/vhdl-mode.el (vhdl-mode):
16704         * progmodes/xscheme.el (scheme-interaction-mode):
16705         * replace.el (occur-mode):
16706         * ses.el (ses-mode):
16707         * simple.el (completion-list-mode):
16708         * skeleton.el:
16709         * speedbar.el (speedbar-mode):
16710         * term.el (term-mode):
16711         * terminal.el (terminal-edit-mode):
16712         * textmodes/reftex-index.el (reftex-index-mode)
16713         (reftex-index-phrases-mode):
16714         * textmodes/reftex-sel.el (reftex-select-label-mode)
16715         (reftex-select-bib-mode):
16716         * textmodes/reftex-toc.el (reftex-toc-mode):
16717         * wdired.el (wdired-change-to-wdired-mode):
16718         * wid-browse.el (widget-browse-mode):
16719         Use run-mode-hooks.
16721         * array.el (array-mode):
16722         * calendar/todo-mode.el (todo-mode):
16723         * man.el (Man-mode):
16724         * play/landmark.el (lm-mode):
16725         * play/mpuz.el (mpuz-mode):
16726         Use kill-all-local-variables and run-mode-hooks.
16728         * subr.el (delay-mode-hooks): Specify indentation.
16730 2005-05-26  Mark A. Hershberger  <mah@everybody.org>
16732         * xml.el (xml-substitute-special): Don't die for undefined xml
16733         entities.
16735 2005-05-26  Jay Belanger  <belanger@truman.edu>
16737         * calc/calc-prog.el (calc-user-define-edit): Don't find substring
16738         of nil.
16740 2005-05-27  Nick Roberts  <nickrob@snap.net.nz>
16742         * progmodes/gdb-ui.el (gdb-frame-address):
16743         Rename from gdb-current-address.
16744         (gdb-previous-frame-address): Rename from gdb-previous-address.
16745         (gdb-selected-frame): Rename from gdb-current-frame.
16746         (gdb-get-selected-frame): Rename from gdb-get-current-frame.
16747         (gdb-frame-number): Rename from gdb-current-stack-level.
16748         (gdb-ann3): Match new mode-name for disassembly buffer.
16749         Extend initialization of variables.
16750         (gdb-post-prompt): Update disassembly from gdb-frame-handler.
16751         (gdb-memory-mode): Use mouse-face in header line.
16752         (gdb-assembler-buffer-name): Call it disassembly and give frame
16753         in mode line.
16754         (gdb-source-spec-regexp, gdb-assembler-custom)
16755         (gdb-invalidate-assembler, gdb-frame-handler):
16756         Make robust to leading zeroes in address format.
16758 2005-05-26  Carsten Dominik  <dominik@science.uva.nl>
16760         * textmodes/org.el (org-mode): Use `define-derived-mode' to
16761         define `org-mode'.
16762         (org-agenda-mode): Use `run-mode-hooks' instead of `run-hooks'.
16764 2005-05-26  Stefan Monnier  <monnier@iro.umontreal.ca>
16766         * log-edit.el (log-edit-changelog-entries): Distinguish between
16767         filenames like xfns.c and fns.c.
16769 2005-05-25  Luc Teirlinck  <teirllm@auburn.edu>
16771         * buff-menu.el (Buffer-menu-revert-function): Improve handling of
16772         point after reverting.
16773         (Buffer-menu-make-sort-button): Handle the case where
16774         `Buffer-menu-use-header-line' is nil.
16776 2005-05-25  Thien-Thi Nguyen  <ttn@gnu.org>
16778         * vms-patch.el (vms-magic-right-square-brace, vms-magic-colon):
16779         New funcs.  In minibuffer-local-completion-map bind `]', `/'
16780         and `:' to them.
16782 2005-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
16784         * startup.el (normal-top-level): Allow modification of load-path while
16785         we're iterating over it.
16787 2005-05-25  Juanma Barranquero  <lekktu@gmail.com>
16789         * thumbs.el (thumbs-thumbsdir-max-size, thumbs-temp-file)
16790         (thumbs-cleanup-thumbsdir, thumbs-call-convert)
16791         (thumbs-resize-interactive, thumbs-insert-image)
16792         (thumbs-insert-thumb, thumbs-dired-show-marked)
16793         (thumbs-find-image-at-point, thumbs-delete-images)
16794         (thumbs-rename-images, thumbs-next-image, thumbs-dired-setroot)
16795         (thumbs-increment-image-size, thumbs-decrement-image-size):
16796         Fix typos in docstrings.
16798 2005-05-24  Andre Spiegel  <spiegel@gnu.org>
16800         * progmodes/cperl-mode.el (cperl-vc-header-alist): Obsolete.
16801         (cperl-vc-rcs-header, cperl-vc-sccs-header): New user options.
16802         (cperl-mode): Use them.
16804 2005-05-24  Juanma Barranquero  <lekktu@gmail.com>
16806         * window.el (quit-window, shrink-window-if-larger-than-buffer):
16807         Doc fixes.
16809 2005-05-24  Nick Roberts  <nickrob@snap.net.nz>
16811         * progmodes/gdb-ui.el (gdb-inferior-io-mode-map):
16812         Bind C-d to gdb-inferior-io-eof.
16814         * dired.el (dired-dnd-popup-notice): Use message-box.
16816 2005-05-23  Masatake YAMATO  <jet@gyve.org>
16818         * bindings.el (mode-line-major-mode-keymap):
16819         Bind [mode-line down-mouse-1] to `mouse-major-mode-menu'.
16821         * faces.el (mode-line-highlight): New face.
16823         * ruler-mode.el (ruler-mode-ruler): Use mode-line-highlight
16824         as mouse-face.
16826         * bindings.el (top-level, help-echo, mode-line-modified)
16827         (mode-line-mule-info, mode-line-eol-desc): Use mode-line-highlight
16828         as mouse-face.
16830 2005-05-23  Juanma Barranquero  <lekktu@gmail.com>
16832         * progmodes/cc-engine.el (c-guess-basic-syntax):
16833         Remove spurious call to `zerop'.
16835         * emacs-lisp/cl.el (acons, pairlis): Add docstring.
16837 2005-05-23  Martin Stjernholm  <bug-cc-mode@gnu.org>
16839         CC Mode update to 5.30.10:
16841         * cc-fonts.el (c-font-lock-declarators): Fix bug where the point
16842         could go past the limit in decoration level 2, thereby causing
16843         errors during interactive fontification.
16845         * cc-mode.el (c-make-inherited-keymap): Fix cc-bytecomp bug when
16846         the file is evaluated interactively.
16848         * cc-engine.el (c-guess-basic-syntax): Handle operator
16849         declarations somewhat better in C++.
16851         * cc-styles.el, cc-mode.el (c-run-mode-hooks): New helper macro to
16852         make use of `run-mode-hooks' which has been added in Emacs 21.1.
16853         (c-mode, c++-mode, objc-mode, java-mode, idl-mode, pike-mode)
16854         (awk-mode): Use it.
16855         (make-local-hook): Suppress warning about obsoleteness.
16857         * cc-engine.el, cc-align.el, cc-cmds.el
16858         (c-append-backslashes-forward, c-delete-backslashes-forward)
16859         (c-find-decl-spots, c-semi&comma-no-newlines-before-nonblanks):
16860         Compensate for return value from `forward-line' when it has moved
16861         but not to a different line due to eob.
16863         * cc-engine.el (c-guess-basic-syntax): Fix anchoring in
16864         `objc-method-intro' and `objc-method-args-cont'.
16866 2005-05-23  Alan Mackenzie  <bug-cc-mode@gnu.org>
16868         CC Mode update to 5.30.10:
16870         * cc-mode.el, cc-engine.el, cc-align.el: Change the FSF's address
16871         in the copyright statement.  Incidentally, change "along with GNU
16872         Emacs" to "along with this program" where it occurs.
16874         * cc-mode.el: Add a fourth parameter `t' to the awk-mode autoload,
16875         so that it is interactive, hence can be found by M-x awk-mode
16876         whilst cc-mode is yet to be loaded.  Reported by Glenn Morris
16877         <gmorris+emacs@ast.cam.ac.uk>.
16879         * cc-awk.el: Add character classes (e.g. "[:alpha:]") into AWK
16880         Mode's regexps.
16882 2005-05-23  Kevin Ryde  <user42@zip.com.au>
16884         * cc-align.el (c-lineup-argcont): Ignore conses for {} pairs from
16885         c-parse-state, to avoid a lisp error (on bad code).
16887 2005-05-23  Lute Kamstra  <lute@gnu.org>
16889         * subr.el (font-lock-defaults): Remove defvar as it's already
16890         defined in font-core.el.
16892         * font-lock.el (font-lock-beginning-of-syntax-function): Fix docstring.
16894 2005-05-23  Nick Roberts  <nickrob@snap.net.nz>
16896         * progmodes/gdb-ui.el (gdb-info-locals-handler): Make regexps
16897         more general and work when GDB variable "print pretty" is on,
16898         as with Emacs, for example.
16900 2005-05-22  Luc Teirlinck  <teirllm@auburn.edu>
16902         * font-core.el: Update comment.
16904         * emacs-lisp/easy-mmode.el (define-global-minor-mode):
16905         Use `after-change-major-mode-hook' instead of `find-file-hook'.
16907         * buff-menu.el (Buffer-menu-mode): Use `run-mode-hooks'.
16909 2005-05-22  Eli Zaretskii  <eliz@gnu.org>
16911         * simple.el (yank, yank-pop): Mention `yank-excluded-properties'
16912         and `yank-handler' in the doc strings.
16914 2005-05-22  Stefan Monnier  <monnier@iro.umontreal.ca>
16916         * emacs-lisp/cl.el (eql): Remove.  It's a builtin already.
16918 2005-05-22  Richard M. Stallman  <rms@gnu.org>
16920         * help.el (describe-key): Move print-help-return-message call
16921         out of conditional.
16923         * progmodes/etags.el (list-tags): Use with-no-warnings.
16925         * mail/smtpmail.el (smtpmail-open-stream): Use with-no-warnings.
16926         (smtpmail-send-queued-mail): Avoid beginning-of-buffer.
16927         (starttls-extra-args, starttls-extra-arguments): Add defvars.
16929         * mail/mailalias.el (mail-get-names): Avoid beginning-of-buffer.
16931         * language/viet-util.el (viet-viscii-nonascii-translation-table):
16932         Add defvar.
16934         * emulation/viper-ex.el (viper-ex-work-buf, viper-ex-print-buf):
16935         Use defvar, not defconst.
16937         * hexl.el (hexl-follow-line): Use with-no-warnings.
16939         * emulation/tpu-extras.el: Use write-file-functions instead of
16940         write-file-hooks.
16942         * dired.el (dired-font-lock-keywords): Fontify files with junk
16943         extensions even if marked by -F.
16945 2005-05-22  Juanma Barranquero  <lekktu@gmail.com>
16947         * emacs-lisp/cl.el (pushnew, cl-macroexpand, floatp-safe, plusp)
16948         (minusp, oddp, evenp, mapcar*, list*, copy-list, adjoin, subst):
16949         * emacs-lisp/cl-extra.el (coerce, map, maplist, cl-mapc, mapl)
16950         (mapcan, mapcon, some, every, notany, notevery, signum, isqrt)
16951         (concatenate, list-length, get*, getf, cl-remprop):
16952         * emacs-lisp/cl-macs.el (function*, case, ecase, typecase)
16953         (etypecase, progv, lexical-let, lexical-let*)
16954         (multiple-value-bind, multiple-value-setq, shiftf):
16955         Improve argument/docstring consistency.
16957         * subr.el (focus-frame, unfocus-frame): Revert deletion on 2005-05-01.
16959 2005-05-22  Andre Spiegel  <spiegel@gnu.org>
16961         * vc-cvs.el (vc-cvs-checkout-model): Handle the case where FILE
16962         doesn't exist.
16964         * vc.el (vc-trunk-p): Add autoload cookie.  The function is used in
16965         vc-rcs.el when vc-mistrust-permissions is t, which is not the default.
16967 2005-05-22  Nick Roberts  <nickrob@snap.net.nz>
16969         * emacs-lisp/bytecomp.el: Remove make-obsolete-variable for
16970         already deleted variables: auto-fill-hook, blink-paren-hook,
16971         lisp-indent-hook, inhibit-local-variables, unread-command-event,
16972         suspend-hooks, comment-indent-hook, meta-flag,
16973         before-change-function, after-change-function,
16974         font-lock-doc-string-face.
16976 2005-05-21  Luc Teirlinck  <teirllm@auburn.edu>
16978         * emacs-lisp/derived.el (define-derived-mode): Doc fix.
16980 2005-05-21  Eli Zaretskii  <eliz@gnu.org>
16982         * mail/rmail.el (rmail-reply): Filter the list in reply-to through
16983         rmail-dont-reply-to.
16985 2005-05-21  Frederik Fouvry  <fouvry@CoLi.Uni-SB.DE>
16987         * mail/sendmail.el (mail-send): Use [[:space:]] instead of a
16988         literal blank when splitting new-header-values.
16990 2005-05-21  Matt Hodges  <MPHodges@member.fsf.org>
16992         * calendar/cal-menu.el (cal-menu-update): Add separator as a
16993         string so that tmm doesn't create a completion entry for it.
16995         * textmodes/table.el (table-disable-menu): Ditto.
16997 2005-05-21  Richard M. Stallman  <rms@gnu.org>
16999         * progmodes/idlwave.el (idlwave-doc-header): Use insert-file-contents.
17001         * progmodes/flymake.el (flymake-makehash): Use with-no-warnings.
17003         * net/rcompile.el (remote-compile): Use compilation-start.
17005         * tmm.el (tmm-shortcut): Avoid using beginning-of-buffer.
17007 2005-05-21  Daniel Pfeiffer  <occitan@esperanto.org>
17009         * files.el (auto-mode-alist): Check GNUmakefile before makefile.
17010         Default to makefile-bsdmake-mode on BSD systems.
17012         * imenu.el (imenu-generic-expression, imenu--generic-function'):
17013         REGEXP may also be a search function now.  The part of doc-string
17014         for describing the structure was 95% identical to that of
17015         `imenu--generic-function'.  Unify it there.
17017         * progmodes/make-mode.el (makefile-imenu-generic-expression):
17018         Use function to find dependencies, because regexp alone is so complex,
17019         it easily goes into an endless loop.
17020         (makefile-makepp-mode): Also add submenu for Perl functions
17021         defined in the makefile.
17022         (makefile-bsdmake-mode): Special imenu-generic-expression no
17023         longer needed, due to function call.
17024         (makefile-match-dependency): Take BOUND into account when checking
17025         if we're through.
17027 2005-05-20  Jay Belanger  <belanger@truman.edu>
17029         * calc/calc-units.el (calc-invalidate-units-table):
17030         Use inhibit-read-only.
17031         (math-build-units-table-buffer): Use view-mode.
17033 2005-05-20  David Kastrup  <dak@gnu.org>
17035         * emacs-lisp/easymenu.el (easy-menu-add): Correct docstring since
17036         easy-menu-add is not a nop on Emacs; and clarify when to call it.
17038 2005-05-20  Lute Kamstra  <lute@gnu.org>
17040         * diff-mode.el (diff-header-face, diff-file-header-face)
17041         (diff-index-face, diff-hunk-header-face, diff-removed-face)
17042         (diff-added-face, diff-changed-face, diff-function-face)
17043         (diff-context-face, diff-nonexistent-face): Put them in the
17044         diff-mode customization group.
17046 2005-05-20  Stefan Monnier  <monnier@iro.umontreal.ca>
17048         * progmodes/vhdl-mode.el (vhdl-font-lock-match-item): Simplify regexp.
17050         * progmodes/sh-script.el (sh-mode, sh-get-word): Minor regexp fixes.
17052         * font-lock.el (lisp-font-lock-keywords-2): Don't error.
17053         Minor regexp-optimization.
17055 2005-05-20  Carsten Dominik  <dominik@science.uva.nl>
17057         * textmodes/org.el (org-agenda-toggle-time-grid): New command.
17058         (org-agenda-use-time-grid, org-agenda-time-grid): New options.
17059         (org-agenda-add-time-grid-maybe): New function.
17060         (org-agenda): Call `org-agenda-add-time-grid-maybe'.
17061         (org-table-create): `dotimes' instead of `mapcar'.
17062         (org-xor): Simplify implementation.
17063         (org-agenda): `inhibit-redisplay' turned on.
17064         (org-agenda-change-all-lines): Use `org-format-agenda-item' to get
17065         a consistent line after a state change.
17066         (org-agenda-remove-times-when-in-prefix): New option.
17067         (org-prefix-has-time): New variable.
17068         (org-parse-time-string): Optional argument NODEFAULT.
17069         (org-format-agenda-item): Parse items for time-of-day
17070         specifications and move these into the prefix if possible.
17071         (org-agenda-priority): Get current heading, not previous heading
17072         during agenda remote editing.
17074 2005-05-20  Juanma Barranquero  <lekktu@gmail.com>
17076         * emacs-lisp/cl-seq.el (reduce, fill, replace, remove*)
17077         (remove-if, remove-if-not, delete*, delete-if, delete-if-not)
17078         (remove-duplicates, delete-duplicates, substitute)
17079         (substitute-if, substitute-if-not, nsubstitute, nsubstitute-if)
17080         (nsubstitute-if-not, find, find-if, find-if-not, position)
17081         (position-if, position-if-not, count, count-if, count-if-not)
17082         (mismatch, search, sort*, stable-sort, merge, member*)
17083         (member-if, member-if-not, assoc*, assoc-if, assoc-if-not)
17084         (rassoc*, rassoc-if, rassoc-if-not, union, nunion)
17085         (intersection, nintersection, set-difference, nset-difference)
17086         (set-exclusive-or, nset-exclusive-or, subsetp, subst-if)
17087         (subst-if-not, nsubst, nsubst-if, nsubst-if-not, sublis)
17088         (nsublis, tree-equal): Improve argument/docstring consistency.
17090         * subr.el (send-string, send-region): Remove obsolescence declaration.
17091         (window-dot, set-window-dot, read-input, show-buffer)
17092         (eval-current-buffer, string-to-int):
17093         Add release number to obsolescence declarations.
17095 2005-05-19  Kim F. Storm  <storm@cua.dk>
17097         * ido.el (ido-magic-forward-char): Enter ido-find-file at end of input.
17098         (ido-magic-backward-char): Enter ido-switch-buffer at start of input.
17100 2005-05-20  Matt Hodges  <MPHodges@member.fsf.org>
17102         * faces.el (list-faces-display): Make back button respect optional
17103         regexp arg.
17105 2005-05-19  Juanma Barranquero  <lekktu@gmail.com>
17107         * calculator.el (calculator-radix-grouping-mode)
17108         (calculator-radix-grouping-digits, calculator-displayer)
17109         (calculator-radix-grouping-separator, calculator-copy-displayer):
17110         * dabbrev.el (dabbrev-search-these-buffers-only):
17111         * diff-mode.el (diff-jump-to-old-file, diff-update-on-the-fly)
17112         (diff-advance-after-apply-hunk, diff-mode-hook)
17113         (diff-minor-mode-prefix):
17114         * imenu.el (imenu-use-popup-menu):
17115         * jit-lock.el (jit-lock-context-time):
17116         * newcomment.el (comment-fill-column, comment-column)
17117         (comment-style, comment-padding, comment-multi-line)
17118         (comment-empty-lines, comment-auto-fill-only-comments):
17119         * reveal.el (reveal-around-mark):
17120         * uniquify.el (uniquify-buffer-name-style)
17121         (uniquify-after-kill-buffer-p)
17122         (uniquify-ask-about-buffer-names-p, uniquify-ignore-buffers-re)
17123         (uniquify-min-dir-content, uniquify-separator)
17124         (uniquify-trailing-separator-p, uniquify-strip-common-suffix):
17125         * w32-vars.el (w32-fixed-font-alist):
17126         * emacs-lisp/testcover.el (testcover-potentially-1value-functions):
17127         * obsolete/rsz-mini.el (resize-minibuffer-frame-max-height):
17128         * progmodes/antlr-mode.el (antlr-font-lock-maximum-decoration):
17129         * progmodes/perl-mode.el (perl-indent-level)
17130         (perl-continued-statement-offset, perl-continued-brace-offset)
17131         (perl-brace-offset, perl-brace-imaginary-offset)
17132         (perl-label-offset, perl-indent-continued-arguments)
17133         (perl-tab-always-indent, perl-tab-to-comment, perl-nochange):
17134         * progmodes/tcl.el (tcl-indent-level)
17135         (tcl-continued-indent-level, tcl-auto-newline)
17136         (tcl-tab-always-indent, tcl-electric-hash-style)
17137         (tcl-help-directory-list, tcl-use-smart-word-finder)
17138         (tcl-application, tcl-command-switches, tcl-prompt-regexp)
17139         (inferior-tcl-source-command):
17140         * textmodes/fill.el (enable-kinsoku):
17141         * textmodes/reftex-vars.el (reftex-index-phrases-wrap-long-lines):
17142         * textmodes/table.el (table-yank-handler):
17143         Specify missing group (and type, if simple) in defcustom.
17145 2005-05-19  Luc Teirlinck  <teirllm@auburn.edu>
17147         * progmodes/compile.el (compilation-finish-function): Fix defvar.
17149 2005-05-19  Richard M. Stallman  <rms@gnu.org>
17151         * progmodes/make-mode.el (makefile-mode): Use run-mode-hooks.
17153         * subr.el (event-basic-type): Don't get an error.
17154         (left-fringe-p): Function deleted.
17156         * buff-menu.el (Buffer-menu-buffer-face): In group Buffer-menu.
17157         (list-buffers-noselect): Set `font-lock-face' property, not `face'.
17159         * dired-aux.el (dired-copy-file-recursive): Handle symlinks
17160         in recursive copy.
17162         * frame.el (show-trailing-whitespace): In group `whitespace-faces'.
17164         * emacs-lisp/byte-run.el (eval-when-compile): Doc fix.
17166         * emacs-lisp/bytecomp.el
17167         (byte-compile-file-form-custom-declare-variable):
17168         Call byte-compile-nogroup-warn if appropriate.
17170         * progmodes/compile.el (compilation-finish-function): Mark obsolete.
17171         (compilation-set-window): Don't call left-fringe-p; do it directly.
17173 2005-05-19  Jay Belanger  <belanger@truman.edu>
17175         * calc/calc-graph.el (calc-graph-format-data): Make sure
17176         var-PlotRejects is bound before trying to check its value.
17178 2005-05-19  Carsten Dominik  <dominik@science.uva.nl>
17180         * textmodes/reftex.el (reftex-isearch-minor-mode): Move the
17181         definition of this variable from reftex-global.el to reftex.el,
17182         because it is needed in the menu.
17184 2005-05-19  Lute Kamstra  <lute@gnu.org>
17186         * emacs-lisp/copyright.el (copyright-fix-years): Make sure all
17187         years are fixed.  Don't insert a space after a dash.
17189 2005-05-19  Kim F. Storm  <storm@cua.dk>
17191         * emulation/crisp.el (crisp-home, crisp-end): Put CUA property.
17193 2005-05-19  Daniel Pfeiffer  <occitan@esperanto.org>
17195         * font-lock.el (lisp-font-lock-keywords-2): Do \\) only in
17196         strings, because (eq ... ?\\) is fairly frequent.
17198         * progmodes/make-mode.el (makefile-add-this-line-targets):
17199         Simplify and integrate into `makefile-pickup-targets'.
17200         (makefile-add-this-line-macro): Simplify and integrate into
17201         `makefile-pickup-macros.
17202         (makefile-pickup-filenames-as-targets): Simplify.
17203         (makefile-previous-dependency, makefile-match-dependency):
17204         Don't stumble over `::'.
17206 2005-05-19  Nick Roberts  <nickrob@snap.net.nz>
17208         * subr.el (post-command-idle-hook, post-command-idle-delay):
17209         Remove obsoletion of post-command-idle-hook and
17210         post-command-idle-delay.
17212         * faces.el (list-faces-display): Provide button when describe-face
17213         is called to take user back to the list of faces.
17215         * help-fns.el (describe-variable): Remove hyperlinks in a
17216         variable's value as these are quite frequently inappropriate.
17218         * follow.el (follow-submit-feedback, follow-mode):
17219         Remove references to post-command-idle-hook.
17221 2005-05-18  Daniel Pfeiffer  <occitan@esperanto.org>
17223         * progmodes/make-mode.el (makefile-previous-dependency)
17224         (makefile-match-dependency): Check for := (and in bsd mode also
17225         !=) to give a better result, even when font-lock is not on.
17227 2005-05-18  Jay Belanger  <belanger@truman.edu>
17229         * calc/calc-help.el (calc-s-prefix-help):
17230         Add `calc-copy-special-constant' to help string.
17232 2005-05-18  Luc Teirlinck  <teirllm@auburn.edu>
17234         * emacs-lisp/eldoc.el (eldoc-mode): Doc fix.
17236 2005-05-18  Jay Belanger  <belanger@truman.edu>
17238         * calc/calc-poly.el (math-factor-poly-coefs): Make sure the terms
17239         in linear factors are in proper order.
17241 2005-05-18  Carsten Dominik  <dominik@science.uva.nl>
17243         * textmodes/reftex-vars.el (reftex-cite-format-builtin):
17244         Support for jurabib.
17246         * textmodes/reftex.el (featurep): Define aliases for overlay
17247         commands, for XEmacs compatibility, and use these aliases in
17248         overlay initializations.
17249         (reftex-highlight): Use `reftex-move-overlay'.
17250         (reftex-unhighlight): Use `reftex-delete-overlay'.
17251         (reftex-uniq): Function removed.  Use `reftex-uniquify' instead.
17252         (reftex-access-search-path): Use `reftex-uniquify' instead of
17253         `reftex-uniq'
17255         * textmodes/reftex-sel.el (reftex-select-unmark): Overlay
17256         `before-string' property modification enables for Emacs as well.
17257         (reftex-select-item): Use `reftex-delete-overlay'.
17258         (reftex-select-mark): Use `reftex-make-overlay' and
17259         `reftex-overlay-put'.
17260         (reftex-select-unmark): Use `reftex-delete-overlay' and
17261         `reftex-overlay-put'.
17263 2005-05-18  Lute Kamstra  <lute@gnu.org>
17265         * emacs-lisp/lisp.el (check-parens): Fix docstring.
17267 2005-05-18  Juanma Barranquero  <lekktu@gmail.com>
17269         * add-log.el (add-change-log-entry):
17270         * array.el (array-make-template, array-reconfigure-rows)
17271         (array-init-max-row, array-init-max-column)
17272         (array-init-columns-per-line, array-init-field-width):
17273         * replace.el (replace-match-maybe-edit, perform-replace):
17274         * textmodes/spell.el (spell-region):
17275         Replace `read-input' by `read-string'.
17277         * forms.el (forms-mode):
17278         * finder.el (finder-compile-keywords):
17279         * shadowfile.el (shadow-read-files):
17280         Replace `eval-current-buffer' by `eval-buffer'.
17282         * terminal.el (te-pass-through):
17283         * net/ange-ftp.el (ange-ftp-process-filter, ange-ftp-gwp-filter)
17284         (ange-ftp-raw-send-cmd):
17285         * net/telnet.el (telnet-interrupt-subjob, telnet-c-z)
17286         (send-process-next-char, telnet-initial-filter, telnet):
17287         Replace `send-string' by `process-send-string'.
17289         * progmodes/prolog.el (inferior-prolog-mode): Doc fix.
17290         (prolog-consult-region): Replace `send-string' by
17291         `process-send-string'; replace `send-region' by `process-send-region'.
17293         * progmodes/delphi.el (delphi-log-msg):
17294         Replace `set-window-dot' by `set-window-point'.
17296         * subr.el (window-dot, set-window-dot, read-input, send-string)
17297         (send-region, show-buffer, eval-current-buffer):
17298         Make really obsolete, as the comment says.
17300 2005-05-17  Kim F. Storm  <storm@cua.dk>
17302         * emulation/cua-base.el (cua-use-hyper-key): Doc fix.
17303         (cua--init-keymaps): Bind C-return instead of S-return to set
17304         rectangle mark.
17306         * emulation/cua-rect.el (cua--init-rectangles): Bind C-return
17307         instead of S-return to toggle/clear rectangle mark.
17309 2005-05-17  Daniel Pfeiffer  <occitan@esperanto.org>
17311         * progmodes/make-mode.el (makefile-dependency-skip): New variable.
17312         (makefile-macroassign-regex, makefile-make-font-lock-keywords):
17313         Also fontify plain strings assigned to variables, mostly so that a
17314         colon has a face and is thus not taken as a dependency separator.
17315         (makefile-previous-dependency): Inline the new matcher, because it
17316         is too complex to work in both directions.
17317         (makefile-match-dependency): Eliminate `backward' arg (see above).
17318         Completely reimplemented so as to not sometimes go into an endless
17319         loop.  It should also be more efficient, because first it only
17320         searches for `:', instead of applying the very complex regexp.
17321         (makefile-mode): Cancel `font-lock-support-mode', because blocks
17322         to be fontified in one piece can be too long for JIT.
17323         Makefiles are never *that* big.
17325 2005-05-17  Reiner Steib  <Reiner.Steib@gmx.de>
17327         * dired.el (dired-mode): Simplify.
17329 2005-05-17  Lute Kamstra  <lute@gnu.org>
17331         * emacs-lisp/easy-mmode.el (define-minor-mode): Don't generate a
17332         defcustom for the mode hook variable.
17334         * emacs-lisp/authors.el (authors): Do parse the ChangeLogs of the
17335         Emacs Lisp Reference Manual.
17337 2005-05-17  Juanma Barranquero  <lekktu@gmail.com>
17339         * emacs-lisp/cl.el (eql, floatp-safe, plusp, minusp, oddp)
17340         (evenp, list*):
17341         * emacs-lisp/cl-macs.el (macrolet, symbol-macrolet):
17342         * emacs-lisp/cl-seq.el (subsetp, tree-equal): Doc fixes.
17344         * net/tramp-smb.el (tramp-smb-open-connection):
17345         Pass `tramp-chunksize' as fifth (required) argument.
17347 2005-05-16  Daniel Pfeiffer  <occitan@esperanto.org>
17349         * font-lock.el (lisp-font-lock-keywords-1):
17350         Set `font-lock-negation-char-face' for [^...] char group.
17351         (lisp-font-lock-keywords-2): Highlight regexp's \\( \\| \\).
17353         * progmodes/make-mode.el (makefile-dependency-regex): Turn it into
17354         a var, and refine it to mask one more level of nested vars.
17355         (makefile-rule-action-regex): Turn it into a var, and refine it so
17356         it recognizes backslashed continuation lines as belonging to the
17357         same command.
17358         (makefile-macroassign-regex): Refine it so it recognizes
17359         backslashed continuation lines as belonging to the same command.
17360         (makefile-var-use-regex): Don't look at the next char, because it
17361         might be the same one to be skipped by the initial [^$], leading
17362         to an overlooked variable use.
17363         (makefile-make-font-lock-keywords): Remove two parameters, which
17364         are now variables that some of the modes set locally.
17365         Handle dependency and rule action matching through functions, because
17366         regexps alone match too often.  Dependency matching now comes
17367         last, so it can check, whether a colon already matched something else.
17368         (makefile-mode): Inform that font-lock improves makefile parsing
17369         capabilities.
17370         (makefile-match-dependency, makefile-match-action): New functions.
17372 2005-05-16  Juanma Barranquero  <lekktu@gmail.com>
17374         * emacs-lisp/cl-extra.el (equalp): Doc fix.
17376         * align.el (align-regexp):
17377         * ansi-color.el (ansi-color-get-face):
17378         * array.el (array-reconfigure-rows, array-init-max-row)
17379         (array-init-max-column, array-init-columns-per-line)
17380         (array-init-field-width):
17381         * dired-aux.el (dired-trample-file-versions):
17382         * dired-x.el (dired-mark-sexp):
17383         * ediff-diff.el (ediff-extract-diffs, ediff-get-diff3-group):
17384         * edmacro.el (edmacro-finish-edit, edmacro-parse-keys):
17385         * emerge.el (emerge-extract-diffs, emerge-get-diff3-group):
17386         * faces.el (face-read-integer):
17387         * files.el (backup-extract-version, insert-directory):
17388         * hexl.el (hexl-insert-decimal-char):
17389         * server.el (server-process-filter):
17390         * shell.el (shell-extract-num):
17391         * startup.el (command-line-1):
17392         * term.el (term-command-hook):
17393         * time-stamp.el (time-stamp, time-stamp-string-preprocess)
17394         (time-stamp-do-number):
17395         * time.el (display-time-update):
17396         * timezone.el (timezone-parse-date, timezone-zone-to-minute)
17397         (timezone-fix-time):
17398         * vms-patch.el (vms-suspend-resume-hook):
17399         * calendar/appt.el (appt-convert-time):
17400         * calendar/cal-bahai.el (mark-bahai-diary-entries):
17401         * calendar/cal-hebrew.el (mark-hebrew-diary-entries):
17402         * calendar/cal-islam.el (mark-islamic-diary-entries):
17403         * calendar/calendar.el (calendar-cursor-to-date)
17404         (calendar-star-date):
17405         * calendar/diary-lib.el (diary-attrtype-convert)
17406         (mark-diary-entries, diary-entry-time):
17407         * calendar/solar.el (solar-get-number):
17408         * emacs-lisp/lisp-mnt.el (lm-last-modified-date):
17409         * emacs-lisp/re-builder.el (reb-display-subexp):
17410         * emulation/edt.el (edt-set-scroll-margins):
17411         * emulation/tpu-extras.el (tpu-set-scroll-margins):
17412         * emulation/vip.el (vip-get-ex-token, vip-get-ex-buffer)
17413         (vip-get-ex-count):
17414         * emulation/viper-ex.el (viper-get-ex-token)
17415         (viper-get-ex-buffer, viper-get-ex-count, ex-next):
17416         * international/fontset.el (fontset-plain-name):
17417         * mail/feedmail.el (feedmail-look-at-queue-directory):
17418         * mail/mailalias.el (mail-get-names):
17419         * mail/rmail.el (rmail-convert-to-babyl-format):
17420         * mail/rmailsum.el (rmail-make-basic-summary-line)
17421         (rmail-summary-next-same-subject, rmail-summary-rmail-update)
17422         (rmail-summary-goto-msg):
17423         * mail/smtpmail.el (smtpmail-read-response):
17424         * net/ange-ftp.el (ange-ftp-guess-hash-mark-size)
17425         (ange-ftp-vms-add-file-entry):
17426         * play/gametree.el (gametree-looking-at-ply)
17427         (gametree-current-branch-score):
17428         * progmodes/ada-xref.el (ada-prj-find-prj-file)
17429         (ada-xref-find-in-modified-ali, ada-find-in-src-path):
17430         * progmodes/cperl-mode.el (condition-case):
17431         * progmodes/ebrowse.el (ebrowse-set-tree-indentation)
17432         (ebrowse-set-member-buffer-column-width)
17433         (ebrowse-select-1st-to-9nth):
17434         * progmodes/etags.el (etags-snarf-tag):
17435         * progmodes/flymake.el (flymake-parse-line):
17436         * progmodes/idlw-shell.el (idlwave-shell-parse-line)
17437         (idlwave-shell-filter-bp, idlwave-shell-goto-next-error)
17438         (idlwave-shell-menu-def):
17439         * progmodes/ps-mode.el (ps-run-goto-error):
17440         * progmodes/vhdl-mode.el (vhdl-read-offset, vhdl-load-cache)
17441         (vhdl-speedbar-contract-level):
17442         * term/mac-win.el (x-handle-numeric-switch):
17443         * term/sun-mouse.el (sun-get-frame-data):
17444         * term/w32-win.el (x-handle-numeric-switch):
17445         * term/x-win.el (x-handle-numeric-switch):
17446         * textmodes/ispell.el (ispell-parse-output):
17447         * textmodes/nroff-mode.el (nroff-outline-level):
17448         * textmodes/reftex-cite.el (reftex-bib-sort-year)
17449         (reftex-bib-sort-year-reverse, reftex-format-citation):
17450         * textmodes/reftex-parse.el (reftex-init-section-numbers)
17451         (reftex-section-number):
17452         * textmodes/texinfmt.el (texinfo-paragraphindent):
17453         Replace `string-to-int' by `string-to-number'.
17455         * international/latexenc.el: Add page marker to force the "Local
17456         Variables:" string out of the last page.
17458 2005-05-16  Nick Roberts  <nickrob@snap.net.nz>
17460         * progmodes/gud.el (gud-tooltip-mode): Add gud prefix to
17461         tooltip-change-major-mode.
17462         (gud-tooltip-print-command): Remove case where gud-minor-mode
17463         is gdb ("--fullname").
17464         (gud-tooltip-tips): Turn GUD tooltips off for this case and
17465         explain to user.
17467 2005-05-16  Jay Belanger  <belanger@truman.edu>
17469         * calc/calc-store.el (calc-copy-special-constant): New function.
17471         * calc/calc-ext.el (calc-init-extensions): Add binding for
17472         `calc-copy-special-constant'.
17474         * calc/calc-prog.el (calc-edit-format-macro-buffer): Add a case
17475         for the `calc-copy-special-constant' command.
17477 2005-05-16  Nick Roberts  <nickrob@snap.net.nz>
17479         * subr.el (left-fringe-p): New function.
17481         * progmodes/compile.el (compilation-setup): Set local value of
17482         overlay-arrow-string to "" always.
17483         (compilation-set-window): Left fringe then don't scroll.
17484         No left fringe then no arrow and scroll message to top.
17485         (compilation-context-lines): Adjust doc string accordingly.
17487 2005-05-16  Kim F. Storm  <storm@cua.dk>
17489         * ido.el (ido-magic-forward-char, ido-magic-backward-char)
17490         (ido-magic-delete-char): New commands for C-f, C-b, C-d.
17491         (ido-wide-find-dir-or-delete-dir): New command for M-d.
17492         (ido-define-mode-map): Bind them.  Add C-x prefix to fallback commands.
17493         (ido-read-file-name): Handle commands with ido property value
17494         equal to find-file as reading a file name, to allow C-d to enter dired.
17495         (ibuffer-find-file): Add ido property with value find-file.
17497 2005-05-15  Kim F. Storm  <storm@cua.dk>
17499         * subr.el (open-network-stream-nowait): Remove.
17500         (open-network-stream-server): Remove.
17502 2005-05-15  Richard M. Stallman  <rms@gnu.org>
17504         * faces.el (describe-face): Output a definition link button.
17506         * help-mode.el (help-face-def): New button type.
17508         * emacs-lisp/copyright.el (copyright-fix-years):
17509         Match properly if the first year is 2-digit.
17510         Don't mess up the whitespace after the years by filling.
17512         * dired-aux.el (dired-mark-confirm):
17513         Pass t to dired-get-marked-files for DISTINGUISH-ONE-MARKED.
17515         * dired.el (dired-map-over-marks): New arg DISTINGUISH-ONE-MARKED.
17516         (dired-get-marked-files): New arg DISTINGUISH-ONE-MARKED.
17517         (dired-mark-pop-up): Handle FILES = (t FILE) specially.
17519         * emacs-lisp/lisp-mode.el (lisp-mode-variables):
17520         Set font-lock-comment-start-skip.
17522         * font-lock.el (font-lock-comment-start-skip): New variable.
17523         (font-lock-comment-end-skip): New variable.
17524         (font-lock-fontify-syntactically-region): Use them if non-nil.
17526 2005-05-15  Jay Belanger  <belanger@truman.edu>
17528         * calc/calc-store.el (calc-store-value): Return a string rather
17529         than display it as a message.
17530         Use calc-var-name for variable name.
17531         (calc-store-into): Add the result of calc-store-value to message.
17532         (calc-copy-variable): Add a message.
17533         (calc-store-exchange): Improve error messages.
17534         (calc-store-binary, calc-store-map): Don't reset the values of
17535         special constants.
17537 2005-05-14  Luc Teirlinck  <teirllm@auburn.edu>
17539         * emacs-lisp/derived.el (define-derived-mode): Add link to Elisp
17540         manual to docstring.
17542         * files.el (hack-local-variables-confirm): Add STRING argument.
17543         Make the function handle non file visiting buffers correctly.
17544         (hack-local-variables-prop-line, hack-local-variables)
17545         (hack-one-local-variable): Use STRING arg of
17546         `hack-local-variables-confirm'.
17548 2005-05-14  Michael Albinus  <michael.albinus@gmx.de>
17550         Sync with Tramp 2.0.49.
17552         * net/tramp.el (tramp-handle-dired-call-process)
17553         (tramp-handle-insert-directory):`insert-buffer' cannot be used
17554         because the contents of the Tramp buffer is changed before
17555         insertion (`expand-file' and alike).
17556         (tramp-handle-insert-directory): If `localname' has an empty
17557         nondirectory name, it must not be quoted.
17558         (tramp-pre-connection): Add parameter CHUNKSIZE.  Make local
17559         variable `tramp-chunksize'.  Change callees.
17560         (tramp-open-connection-setup-interactive-shell): Check remote host
17561         for buggy `send-process-string' implementation.
17562         Set `tramp-chunksize' if found.  Reported by Michael Kifer
17563         <kifer@cs.sunysb.edu> (and a lot of other people all the years).
17564         (tramp-handle-shell-command): `insert-buffer' cannot be used
17565         because the contents of the Tramp buffer is changed before
17566         insertion (`expand-file' and alike).  Reported by Fr\e,Ai\e(Bd\e,Ai\e(Bric Bothamy
17567         <frederic.bothamy@free.fr>.
17568         (tramp-set-auto-save): Actions should be done for Tramp file name
17569         handler only.  Ange-FTP has its own auto-save mechanism.
17570         Reported by Richard G. Bielawski <Richard.G.Bielawski@wellsfargo.com>.
17571         (tramp-set-auto-save-file-modes): Set file modes of
17572         `buffer-auto-save-file-name' to ?\600 as fallback solution.
17573         Reported by Ferenc Wagner <wferi@tba.elte.hu>.
17574         (tramp-bug): Remove obsolete variable.
17575         (tramp-append-tramp-buffers): Rewrite partly.  More suitable check
17576         for presence of `mml-mode'.  Make it running for older Emacsen as well.
17578 2005-05-14  John Paul Wallington  <jpw@pobox.com>
17580         * ibuf-ext.el (define-ibuffer-filter filename):
17581         If `dired-directory' is a list, use its car.
17583 2005-05-14  Daniel Brockman  <daniel@brockman.se>  (tiny change)
17585         * ibuffer.el (define-ibuffer-column filename):
17586         If `dired-directory' is a list, use its car.
17588 2005-05-14  Richard M. Stallman  <rms@gnu.org>
17590         * subr.el (symbol-file): Doc fix.
17592         * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn): New function.
17593         (byte-compile-form): Call byte-compile-nogroup-warn.
17594         (byte-compile-warning-types): Doc fix.
17596         * eshell/esh-mode.el (eshell-find-tag): Use with-no-warnings.
17598         * progmodes/cc-engine.el (c-literal-faces):
17599         Add font-lock-comment-delimiter-face.
17601         * net/net-utils.el (dig): Use with-no-warnings.
17603         * mail/supercite.el (sc-cite-frame-alist, sc-uncite-frame-alist)
17604         (sc-recite-frame-alist, sc-default-cite-frame)
17605         (sc-default-uncite-frame, sc-default-recite-frame)
17606         (sc-attrib-selection-list, sc-rewrite-header-list):
17607         Mark as risky-local-variable.
17609         * international/ogonek.el (ogonek-jak, ogonek-how):
17610         Don't use beginning-of-buffer.
17612         * emacs-lisp/eldoc.el (eldoc-documentation-function): Add autoload.
17614         * calendar/solar.el (solar-data-list): Move definition up.
17616         * dnd.el (dnd-protocol-alist): Add autoload.
17618         * progmodes/sh-script.el: Many doc usage fixes.
17619         (sh-indent-after-do): Change default to match common styles.
17621 2005-05-13  Luc Teirlinck  <teirllm@auburn.edu>
17623         * files.el (interpreter-mode-alist)
17624         (auto-mode-interpreter-regexp): Doc fixes.
17626 2005-05-13  Matt Hodges  <MPHodges@member.fsf.org>
17628         * tmm.el (tmm-get-keymap): Include only active menus and menu items.
17630         * emacs-lisp/easymenu.el (easy-menu-define): Doc fixes.
17632 2005-05-13  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
17634         * dired.el (dired-mode): make-variable-buffer-local =>
17635         make-local-variable.
17637 2005-05-13  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
17639         * term/mac-win.el (mac-select-convert-to-string): Try coding
17640         systems in mac-script-code-coding-systems if specified one cannot
17641         encode string for `com.apple.traditional-mac-plain-text'.
17643 2005-05-13  Daniel Pfeiffer  <occitan@esperanto.org>
17645         * progmodes/make-mode.el (makefile-targets-face)
17646         (makefile-shell-face, makefile-makepp-perl-face): New faces.
17647         (makefile-dependency-regex): Fix it to not make the colon in
17648         $(var:a=b) special.
17649         (makefile-rule-action-regex): New regexp for highlighting embedded
17650         Shell strings.
17651         (makefile-macroassign-regex): Handle != for highlighting as
17652         embedded Shell strings.
17653         (makefile-var-use-regex): New const.
17654         (makefile-statements, makefile-automake-statements)
17655         (makefile-gmake-statements, makefile-makepp-statements)
17656         (makefile-bsdmake-statements): New consts.
17657         (makefile-make-font-lock-keywords): New function.
17658         (makefile-automake-font-lock-keywords)
17659         (makefile-gmake-font-lock-keywords)
17660         (makefile-makepp-font-lock-keywords)
17661         (makefile-bsdmake-font-lock-keywords): New consts.
17662         (makefile-mode-map): Add switchers between the various submodes.
17663         (makefile-mode): Document the availability of the variants.
17664         (makefile-automake-mode, makefile-gmake-mode)
17665         (makefile-makepp-mode, makefile-bsdmake-mode): New derived modes.
17667         * files.el (auto-mode-alist, interpreter-mode-alist): Set up the
17668         new variants of makefile-mode.
17670 2005-05-12  Stefan Monnier  <monnier@iro.umontreal.ca>
17672         * font-lock.el (font-lock-comment-delimiter-face): Fix up
17673         the inheritance.
17675 2005-05-12  Luc Teirlinck  <teirllm@auburn.edu>
17677         * progmodes/inf-lisp.el (inferior-lisp-mode-hook)
17678         (inferior-lisp-load-hook): Convert defcustoms back to defvars.
17680         * files.el (normal-mode): Extend the scope of the
17681         `enable-local-variables' binding to include the `set-auto-mode' call.
17682         (magic-mode-alist): Doc fix.
17684 2005-05-12  Stefan Monnier  <monnier@iro.umontreal.ca>
17686         * font-lock.el (font-lock-comment-delimiter-face): Inherit from
17687         font-lock-comment-face rather than copying its setting.
17689 2005-05-12  Andreas Schwab  <schwab@suse.de>
17691         * eshell/esh-mode.el (eshell-send-input): Doc fix.
17693 2005-05-12  Lute Kamstra  <lute@gnu.org>
17695         * emacs-lisp/generic.el (define-generic-mode): Don't generate a
17696         defcustom for the mode hook variable.  Delete the last argument.
17697         * generic-x.el: Fix callers of define-generic-mode.
17698         (generic-x-modes): Delete group.
17699         (show-tabs-tab-face, show-tabs-space-face): Put them in the
17700         generic-x customization group.
17702 2005-05-12  Kim F. Storm  <storm@cua.dk>
17704         * font-lock.el (font-lock-negation-char-face): Default to "off".
17706         * progmodes/cc-fonts.el (c-basic-matchers-before): Don't apply
17707         font-lock-negation-char-face to ! in !=.
17709 2005-05-12  Masatake YAMATO  <jet@gyve.org>
17711         * add-log.el (find-change-log): Fix typos in the docstring
17712         of function.
17714 2005-05-11  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
17716         * international/latexenc.el (latexenc-find-file-coding-system):
17717         Avoid `re-search-forward' when looking for input encoding because
17718         of speed and safety.  Better regular expressions for recognizing
17719         input encoding.  Limit a search for TeX-master/tex-main-file to
17720         the local variable section.
17722 2005-05-11  Dan Nicolaescu  <dann@ics.uci.edu>
17724         * progmodes/sh-script.el (sh-mode-default-syntax-table): Set the
17725         syntax of $ to "'" (quote).
17727 2005-05-11  Reiner Steib  <Reiner.Steib@gmx.de>
17729         * dnd.el (dnd-protocol-alist): Improve custom type.
17731         * dired.el (dired-dnd-protocol-alist): New variable.
17732         (dired-mode): Use `dired-dnd-protocol-alist'.  Move call of
17733         `dired-mode-hook' to the end.
17735 2005-05-11  Stefan Monnier  <monnier@iro.umontreal.ca>
17737         * font-lock.el (font-lock-fontify-syntactically-region): Don't use
17738         comment-end if comment-start-skip is not set.
17739         Obey the font-lock-comment-delimiter-face variables.
17741 2005-05-11  Stefan Monnier  <monnier@iro.umontreal.ca>
17743         * files.el (executable-find): Move from executable.el.  Use
17744         locate-file.
17745         * progmodes/executable.el (executable-find): Move to files.el.
17747         * font-lock.el (font-lock-fontify-keywords-region): Use a marker
17748         when trying to ensure forward progress.
17750 2005-05-11  Chong Yidong  <cyd@stupidchicken.com>
17752         * mouse-sel.el (mouse-sel-follow-link-p): New function.
17753         (mouse-select, mouse-select-internal, mouse-extend-internal):
17754         Use it to implement mouse-1-click-follows-link functionality.
17756 2005-05-11  Richard M. Stallman  <rms@gnu.org>
17758         * font-lock.el (font-lock-fontify-syntactically-region):
17759         Use font-lock-comment-delimiter-face for comment delimiters.
17761 2005-05-10  Jay Belanger  <belanger@truman.edu>
17763         * calc/calc-help.el (calc-m-prefix-help): Add mention of
17764         preserving embedded modes.
17766 2005-05-10  Richard M. Stallman  <rms@gnu.org>
17768         * progmodes/sh-script.el (sh-indent-for-do): Default to 0.
17770         * progmodes/ada-mode.el (ada-adjust-case-skeleton):
17771         Move from ada-stmt.el.
17772         (ada-mode): Add ada-adjust-case-skeleton to skeleton-end-hook.
17774         * progmodes/ada-stmt.el (ada-adjust-case-skeleton):
17775         Move to ada-mode.el.
17776         (ada-stmt-mode-hook): Delete; do the work in ada-mode.
17778         * cus-edit.el (custom-file): Call file-chase-links.
17780         * files.el (read-directory-name): Fix previous change.
17781         (hack-local-variables-confirm): New function.
17782         (hack-local-variables-prop-line, hack-local-variables)
17783         (hack-one-local-variable): Use it.
17785 2005-05-10  Lute Kamstra  <lute@gnu.org>
17787         * font-lock.el (font-lock-keywords-alist)
17788         (font-lock-removed-keywords-alist): Clarify docstrings.
17790 2005-05-10  Nick Roberts  <nickrob@snap.net.nz>
17792         * progmodes/gdb-ui.el (gdb-macro-info): New variable.
17793         (gdb-source-info): Check for preprocessor info.
17794         (gdb-tooltip-print-1): New function.  Don't print tooltip if it is
17795         a macro for a function.
17796         (gdb-info-breakpoints-custom): Try to find file again if not already
17797         found (user might have used GDB dir command).
17798         (gdb-get-location): Update gdb-location-alist correctly for change
17799         to gdb-info-breakpoints-custom.
17801         * progmodes/gud.el (gud-tooltip-mode): Require tooltip to be safe.
17802         (gud-tooltip-print-command): Add gdbmi case.
17803         (gud-tooltip-tips): Call gdb-tooltip-print-1 first if there is
17804         preprocessor info.
17806 2005-05-09  Reiner Steib  <Reiner.Steib@gmx.de>
17808         * startup.el (fancy-splash-insert): Fix typo in doc string.
17810 2005-05-09  Juanma Barranquero  <lekktu@gmail.com>
17812         * obsolete/float.el (string-to-float):
17813         * obsolete/hilit19.el (hilit-add-pattern):
17814         * obsolete/rnews.el (news-parse-range, news-select-message)
17815         (news-get-pruned-list-of-files): Replace `string-to-int' by
17816         `string-to-number'.
17818         * obsolete/uncompress.el: Set `find-file-not-found-functions', not
17819         `find-file-not-found-hooks'; use `add-hook'.
17820         (uncompress-while-visiting): Set `write-file-functions', not
17821         `write-file-hooks'; use `add-hook'.
17823 2005-05-09  Kim F. Storm  <storm@cua.dk>
17825         * emulation/cua-base.el (cua-copy-region, cua-cut-region)
17826         (cua-paste): Handle clipboard action.
17827         (cua--init-keymaps): Remap clipboard-kill-region and
17828         clipboard-kill-ring-save.
17830 2005-05-08  Eli Zaretskii  <eliz@gnu.org>
17832         * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
17833         Improve commentary.
17835         * simple.el (next-error-overlay-arrow-position): Revert the change
17836         made on 2005-04-30.
17838 2005-05-07  Jay Belanger  <belanger@truman.edu>
17840         * calc/calcsel2.el (calc-commute-left, calc-commute-right)
17841         (calc-sel-unpack, calc-sel-isolate): Rename variable `reselect' to
17842         `calc-sel-reselect'.
17844         * calc/calc-mode.el (calc-save-modes): Reset the modes list if
17845         Calc is in embedded mode.
17847 2005-05-07  Eli Zaretskii  <eliz@gnu.org>
17849         * progmodes/compile.el (compilation-setup):
17850         Set overlay-arrow-string to an empty string on text terminals.
17852         * textmodes/ispell.el (ispell-program-name): Try looking for
17853         "aspell" along exec-path, and if found, use it as the default
17854         speller program.
17856 2005-05-07  Jirka Kosek  <jirka@kosek.cz>  (tiny change)
17858         * international/mule.el (sgml-xml-auto-coding-function):
17859         Recognize encoding='FOO' in single quotes as well as in double quotes.
17861 2005-05-07  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
17863         * emacs-lisp/cl-macs.el (cl-transform-lambda): Recognize `declare'
17864         as well as `interactive', so that defmacro* would recognize
17865         `declare' forms.
17867 2005-05-07  Eli Zaretskii  <eliz@gnu.org>
17869         * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
17870         Explain more about the LIGHTER arg's usage in the doc string.
17871         Add commentary to clarify what the code does.  Fix the regexp that
17872         strips whitespace from LIGHTER.  Quote LIGHTER before using it,
17873         since it could have characters special to regular expressions.
17875 2005-05-07  Matt Hodges  <MPHodges@member.fsf.org>  (tiny change)
17877         * replace.el (occur-1): Bind inhibit-read-only so that
17878         erase-buffer doesn't barf on read-only text properties (likewise
17879         for add-text-properties in occur-engine).  Mark buffer as unmodified.
17880         (occur-engine): Don't set buffer-read-only here.
17882 2005-05-06  Stefan Monnier  <monnier@iro.umontreal.ca>
17884         * pcvs.el (cvs-mode-commit, cvs-mode-edit-log): Don't fiddle with
17885         list-buffers-directory.  This caused the *cvs-commit* buffer to be
17886         sometimes mistakenly reused as a *cvs* buffer.
17888 2005-05-07  Nick Roberts  <nickrob@snap.net.nz>
17890         * tooltip.el: Move code for GUD tooltips into gud.el.
17891         (require): CL no longer needed to compile case.
17892         (tooltip-mode): Do not toggle functions for GUD tooltips.
17893         (tooltip-gud-tips-p): Remove.  Replace with minor mode
17894         gud-tooltip-mode in gud.el.
17895         (tooltip-gud-modes, tooltip-gud-display, tooltip-gud-echo-area)
17896         (tooltip-gud-toggle-dereference): Rename in gud.el by replacing
17897         tooltip-gud prefix with gud-tooltip and obsolete.
17898         (tooltip-change-major-mode, tooltip-activate-mouse-motions-if-enabled)
17899         (tooltip-mouse-motions-active, tooltip-activate-mouse-motions)
17900         (tooltip-mouse-motion): Mouse movement functions/variable.
17901         Rename in gud.el by adding gud prefix.
17902         (tooltip-gud-original-filter, tooltip-gud-dereference)
17903         (tooltip-gud-event, tooltip-toggle-gud-tips)
17904         (tooltip-gud-process-output, tooltip-gud-print-command)
17905         (tooltip-gud-tips): GUD tooltip functions/variables.  Rename in
17906         gud.el by replacing tooltip-gud prefix with gud-tooltip.
17907         (gdb-tooltip-print): Move to gdb-ui.el.
17909         * progmodes/gud.el: Move code for GUD tooltips from tooltip.el.
17910         (require): CL needed to compile case.
17911         (gud-tooltip-mode): Use to toggle GUD tooltips instead of
17912         tooltip-gud-tips-p.  Make it a minor-mode.
17913         (gud-find-file): Only prepare GUD tooltips if gud-tooltip-mode is t.
17914         (gud-menu-map): GUD tooltips use gud-tooltip-mode now.
17915         (gud-tooltip-modes, gud-tooltip-display, gud-tooltip-echo-area)
17916         (gud-tooltip-change-major-mode)
17917         (gud-tooltip-activate-mouse-motions-if-enabled)
17918         (gud-tooltip-mouse-motions-active, gud-tooltip-activate-mouse-motions)
17919         (gud-tooltip-mouse-motion, gud-tooltip-toggle-dereference)
17920         (gud-tooltip-original-filter, gud-tooltip-dereference)
17921         (gud-tooltip-event, tooltip-toggle-gud-tips)
17922         (gud-tooltip-process-output, gud-tooltip-print-command)
17923         (gud-tooltip-tips): Move from tooltip.el.
17925         * progmodes/gdb-ui.el (gdb-tooltip-print): Move from tooltip.el.
17926         (gdb-cpp-define-alist-flags): Doc fix.
17927         (gdb-set-gud-minor-mode-1): Only prepare GUD tooltips if
17928         gud-tooltip-mode is t.
17930 2005-05-06  Stefan Monnier  <monnier@iro.umontreal.ca>
17932         * net/goto-addr.el (goto-address-fontify): Make sure the overlays
17933         evaporate if their text is deleted.
17934         (goto-address-at-point): Make it work as a mouse binding as well.
17935         (goto-address-at-mouse): Obsolete it.  Update users.
17937 2005-05-06  Glenn Morris  <gmorris@ast.cam.ac.uk>
17939         * calendar/appt.el (top-level): No longer activate on load.
17941 2005-05-06  Juanma Barranquero  <lekktu@gmail.com>
17943         * calendar/cal-bahai.el (mark-bahai-diary-entries):
17944         * net/webjump.el (webjump):
17945         * progmodes/idlw-help.el (idlwave-do-context-help1)
17946         (idlwave-highlight-linked-completions):
17947         * textmodes/po.el (po-find-file-coding-system-guts):
17948         Replace `assoc-ignore-case' by `assoc-string'.
17950 2005-05-06  Eli Zaretskii  <eliz@gnu.org>
17952         * files.el (locate-file): Doc fix.
17954         * progmodes/gdb-ui.el (gdb-cpp-define-alist-program): Doc fix.
17955         Remove the redundant test for ms-dos.
17957         * progmodes/cmacexp.el (c-macro-preprocessor): Use locate-file to
17958         look for the preprocessor with exec-suffixes.  If not found in
17959         standard places, look in exec-path.  Remove most of the tests that
17960         used system-type.
17962         * loadup.el: Load jka-cmpr-hook instead of jka-comp-hook.
17964         * jka-compr.el (jka-compr-uninstall): Add autoload cookie.
17966         * jka-cmpr-hook.el: Renamed from jka-comp-hook.el, to avoid
17967         file-name clash with jka-compr.el on 8+3 filesystems.
17969 2005-05-06  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
17971         * term/mac-win.el: Don't define or bind scroll bar functions if
17972         x-toolkit-scroll-bars is t.
17973         (x-select-text, x-get-selection-value): Clear
17974         x-last-selected-text-clipboard if x-select-enable-clipboard is
17975         nil.
17976         (PRIMARY): Put mac-scrap-name property.
17977         (mac-select-convert-to-file-url): New function.
17978         (public.file-url): New selection target type.  Add to
17979         selection-converter-alist.
17980         (x-get-selection, x-selection-value): Handle it.
17981         (x-cut-buffer-or-selection-value): New alias.
17983 2005-05-05  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
17985         * textmodes/bibtex.el (bibtex-summary): Use current BibTeX
17986         entry to avoid calling bibtex-find-entry with arg global
17987         being t.  Remove arg key.
17988         (bibtex-summary-function, bibtex-complete-crossref-cleanup)
17989         (bibtex-copy-summary-as-kill): Change accordingly.
17991 2005-05-05  Stefan Monnier  <monnier@iro.umontreal.ca>
17993         * textmodes/org.el (org-get-entries-from-diary): Remove unused vars.
17994         (org-agenda-date-later): Use with-current-buffer.
17996 2005-05-05  Luc Teirlinck  <teirllm@auburn.edu>
17998         * emacs-lisp/byte-run.el (define-obsolete-function-alias)
17999         (define-obsolete-variable-alias): Doc Fixes.
18001 2005-05-06  Kim F. Storm  <storm@cua.dk>
18003         * simple.el (line-move-1): Fix 2005-04-26 change.  Must still use
18004         vertical-motion when selective-display is active.
18006         * ido.el (ido-setup-hook): New hook.
18007         (ido-define-mode-map-hook): Remove hook; use ido-setup-hook instead.
18008         (ido-input-stack): New var.
18009         (ido-define-mode-map): Bind M-b to ido-push-dir.  Move old
18010         ido-next-work-file binding to M-O.
18011         Bind M-f to ido-wide-find-file-or-pop-dir.
18012         (ido-define-mode-map): Don't run ido-define-mode-map-hook.
18013         (ido-read-internal): Run ido-setup-hook.
18014         Catch quit in read-file-name and read-string to cancel edit.
18015         Handle new push, pop, and pop-all exit codes (for M-b/M-f).
18016         Automatically pop-all when completing a directory name (RET).
18017         (ido-file-internal): Add with-no-warnings around ffap and dired code.
18018         (ido-exit-minibuffer): Use exit-minibuffer instead of throw.
18019         (ido-wide-find-file, ido-wide-find-dir): Catch quit to cancel find.
18020         (ido-push-dir, ido-pop-dir, ido-wide-find-file-or-pop-dir):
18021         New functions for M-b/M-f to move among the directory components.
18022         (ido-make-merged-file-list): Catch quit to cancel merge.
18023         (ido-make-dir-list): Delete "." when ido-input-stack is non-empty.
18024         (ido-completion-help): No warnings for ido-completion-buffer-full.
18026 2005-05-05  Daniel Pfeiffer  <occitan@esperanto.org>
18028         * font-lock.el (font-lock-negation-char-face): New face and variable.
18029         * progmodes/cc-fonts.el (c-cpp-matchers): Use it.
18030         * progmodes/sh-script.el (sh-font-lock-keywords): Use it.
18031         * progmodes/cperl-mode.el (cperl-init-faces): Use it.
18032         * progmodes/make-mode.el (makefile-font-lock-keywords): Use it.
18034 2005-05-05  Juanma Barranquero  <lekktu@gmail.com>
18036         * emacs-lisp/byte-run.el (define-obsolete-function-alias):
18037         Fix typo in docstring.
18039         * progmodes/ebrowse.el (ebrowse-install-1-to-9-keys)
18040         (ebrowse-print-statistics-line)
18041         (ebrowse-electric-position-mode-hook): Fix typo in docstring.
18043         * term/w32-win.el (image-library-alist): Add additional name for
18044         Xpm library.
18046 2005-05-05  Nick Roberts  <nickrob@snap.net.nz>
18048         * progmodes/cmacexp.el (c-macro-preprocessor): Update for BSD and
18049         use gcc instead of cpp.
18051         * progmodes/gdb-ui.el (gdb-cpp-define-alist-flags): New variable.
18052         (gdb-create-define-alist): Use it.
18053         (gdb-cpp-define-alist-program): Update for MS-DOS.
18055 2005-05-04  Nick Roberts  <nickrob@snap.net.nz>
18057         * progmodes/cmacexp.el (c-macro-preprocessor): Update for Mac OS X.
18059 2005-05-04  Richard M. Stallman  <rms@gnu.org>
18061         * help.el (describe-key): No error when UNTRANSLATED is nil.
18063         * simple.el (line-move-1): Fix previous change to signal errors
18064         appropriately.
18066 2005-05-03  Ulf Jasper  <ulf.jasper@web.de>
18068         * calendar/icalendar.el (icalendar-version): Now at 0.12.
18069         (icalendar-duration-correction): Remove.
18070         (icalendar--get-event-properties): Split result at commas.
18071         (icalendar--decode-isoduration): New optional argument
18072         DURATION-CORRECTION.
18073         (icalendar--convert-ordinary-to-ical, icalendar--convert-sexp-to-ical)
18074         (icalendar--convert-yearly-to-ical, icalendar--convert-weekly-to-ical)
18075         (icalendar--convert-block-to-ical, icalendar--convert-float-to-ical)
18076         (icalendar--convert-date-to-ical, icalendar--convert-cyclic-to-ical)
18077         (icalendar--convert-anniversary-to-ical): New functions, extracted
18078         from icalendar-export-region, with bug fixes.
18079         (icalendar-export-region): Use the above functions.
18080         (icalendar-import-buffer): Check before saving diary file.
18081         (icalendar--convert-recurring-to-diary)
18082         (icalendar--convert-non-recurring-all-day-to-diary)
18083         (icalendar--convert-non-recurring-not-all-day-to-diary): New functions,
18084         extracted from icalendar--convert-ical-to-diary, with bug fixes.
18085         (icalendar--convert-ical-to-diary): Use the above functions.
18087 2005-05-03  Nick Roberts  <nickrob@snap.net.nz>
18089         * progmodes/cc-mode.el (cc-define-alist, cc-create-define-alist):
18090         Remove these recent additions.
18091         (c-mode): Restore to before 2005-04-28.
18093         * progmodes/cc-vars.el (cc-define-list-program): Remove this
18094         recent addition.
18096         * progmodes/gdb-ui.el (gdb-cpp-define-alist-program)
18097         (gdb-define-alist): New variables.
18098         (gdb-create-define-alist): New function.
18099         (gdb-set-gud-minor-mode-1): Handle gdb-define-alist.
18100         (gdb-source, gdb-memory-set-repeat-count): Replace string-to-int
18101         with string-to-number.
18102         (gdb-reset): Kill gdb-define-alist.  Move assignments outside loop.
18104         * progmodes/gud.el: Replace string-to-int with string-to-number.
18105         (gud-find-file): Handle gdb-define-alist.
18107         * tooltip.el (tooltip-gud-tips): Use gdb-define-alist.
18109 2005-05-02  Jay Belanger  <belanger@truman.edu>
18111         * calc/calc-aent.el (math-read-token):
18112         * calc/calc-bin.el (calc-word-size):
18113         * calc/calc-ext.el (calc-read-number-fancy):
18114         * calc/calc-forms.el (calc-time, calc-date-notation, math-this-year)
18115         (math-parse-date, math-parse-standard-date, calcFunc-tzone):
18116         * calc/calc-frac.el (calc-over-notation):
18117         * calc/calc-graph.el (calc-graph-plot, calc-graph-set-styles)
18118         (calc-graph-num-points, calc-graph-init):
18119         * calc/calc-prog.el (calc-read-parse-table-part)
18120         (calc-edit-macro-repeats):
18121         * calc/calc-yank.el (calc-do-grab-rectangle):
18122         * calc/calc.el (calcDigit-key, math-read-number, math-read-bignum):
18123         Replace `string-to-int' by `string-to-number'.
18125 2005-05-02  Kim F. Storm  <storm@cua.dk>
18127         * kmacro.el: Use executing-kbd-macro-index variable.
18129 2005-05-02  Thien-Thi Nguyen  <ttn@gnu.org>
18131         * net/rlogin.el (rlogin-parse-words): Delete func.
18132         (rlogin): Use split-string, not rlogin-parse-words.
18133         Also, if there are option-like elements in the parsed args,
18134         take the host to be the first arg immediately following them.
18135         Suggested by Michael Mauger.
18137 2005-05-01  Luc Teirlinck  <teirllm@auburn.edu>
18139         * subr.el (executing-macro): Use `define-obsolete-variable-alias'.
18141 2005-05-02  Nick Roberts  <nickrob@snap.net.nz>
18143         * progmodes/cc-mode.el (cc-create-define-alist): Use a shell.
18144         (cc-mode-cpp-program): Rename to cc-define-list-program and
18145         move to cc-vars.el.
18147         * progmodes/cc-vars.el (cc-define-list-program):
18148         Change to "gcc -E -dM -".  Make customizable.
18150 2005-05-02  Kim F. Storm  <storm@cua.dk>
18152         * emulation/cua-base.el: Fix check for CUA-mode if no init file.
18154 2005-05-02  Nick Roberts  <nickrob@snap.net.nz>
18156         * progmodes/cc-mode.el (cc-mode-cpp-program): Change to "gcc -E".
18158         * international/mule-util.el (truncate-string): Remove alias and
18159         obsolete declaration.
18161         * international/mule-cmds.el (update-iso-coding-systems):
18162         Remove alias and obsolete declaration.
18164         * international/mule.el (coding-system-parent): Remove alias and
18165         obsolete declaration.
18167         * subr.el (define-function, sref): Remove aliases and obsolete
18168         declarations.
18169         (chars-in-region): Remove obsolete declaration.
18171 2005-05-01  Richard M. Stallman  <rms@gnu.org>
18173         * info.el (Info-mode): Set widen-automatically to nil, locally.
18175         * simple.el (widen-automatically): New variable.
18176         (pop-global-mark): Obey widen-automatically.
18178 2005-05-01  Dan Nicolaescu  <dann@ics.uci.edu>
18180         * term/xterm.el (function-key-map): Call substitute-key-definition
18181         before the keymap size is increased by a lot of define-key calls.
18183 2005-05-01  Richard M. Stallman  <rms@gnu.org>
18185         * subr.el (add-to-invisibility-spec, remove-from-invisibility-spec):
18186         Rename ARG to ELEMENT.  Doc fix.
18188 2005-05-01  Nick Roberts  <nickrob@snap.net.nz>
18190         * allout.el (allout-exposure): Remove macro and obsolete declaration.
18191         Remove references to allout-exposure/change to allout-new-exposure.
18193         * emacs-lisp/bytecomp.el (dot, dot-min, dot-max): Don't create
18194         bytecode symbols.
18196         * subr.el (dot, dot-marker, dot-min, dot-max, buffer-flush-undo)
18197         (compiled-function-p, focus-frame, unfocus-frame):
18198         Remove aliases and obsolete declarations.
18199         Back out inadvertent changes from previous commit.
18201 2005-05-01  Luc Teirlinck  <teirllm@auburn.edu>
18203         * files.el (require-final-newline): Make Custom tags consistent
18204         with mode-require-final-newline.
18205         (mode-require-final-newline): Doc fix.
18207 2005-05-01  Stefan Monnier  <monnier@iro.umontreal.ca>
18209         * international/latexenc.el (latexenc-find-file-coding-system):
18210         Fix regular expressions.
18212 2005-05-01  David Kastrup  <dak@gnu.org>
18214         * international/latexenc.el (latexenc-find-file-coding-system):
18215         Fix regular expressions.
18217 2005-05-01  Nick Roberts  <nickrob@snap.net.nz>
18219         * subr.el (string-to-int): Make obsolete.
18221 2005-04-30  Richard M. Stallman  <rms@gnu.org>
18223         * simple.el (next-error-overlay-arrow-position): Turn off, for ttys.
18225         * loadup.el: load jka-comp-hook.
18227         * jka-compr.el: Many functions and vars moved to jka-comp-hook.el.
18228         (jka-compr-handler): Add autoload.  `put' calls moved
18229         to jka-comp-hook.el.
18230         (compression, jka-compr): defgroups moved to jka-comp-hook.el.
18231         (jka-compr-inhibit): Autoload.
18233         * jka-comp-hook.el: New file.
18234         Enable the mode by default.
18236         * files.el (backup-buffer-copy): Use copy-file instead
18237         of write-region, and put back the 'excl.
18239 2005-04-30  Chong Yidong  <cyd@stupidchicken.com>
18241         * progmodes/flymake.el (flymake-split-string)
18242         (flymake-split-string, flymake-log, flymake-pid-to-names)
18243         (flymake-reg-names, flymake-get-source-buffer-name)
18244         (flymake-unreg-names, flymake-add-line-err-info)
18245         (flymake-add-err-info): Clarify docstrings.
18246         (flymake-popup-menu, flymake-make-emacs-menu)
18247         (flymake-make-xemacs-menu): Add docstrings.
18248         (flymake-get-buffer-*, flymake-set-buffer-*): Functions deleted.
18249         Set variables directly throughout.
18251 2005-04-30  Nick Roberts  <nickrob@snap.net.nz>
18253         * progmodes/cc-mode.el (cc-create-define-alist): Check that file
18254         exists.  Initialize cc-define-alist.
18255         (c-mode): Add cc-create-define-alist locally to after-save-hook.
18256         If there is no file (Macroexpansion) don't create an alist.
18258 2005-04-29  Sam Steingold  <sds@gnu.org>
18260         * progmodes/cc-mode.el (cc-mode-cpp-program): New user variable.
18261         (cc-create-define-alist): Use it instead of the hard-coded string.
18263 2005-04-29  Stefan Monnier  <monnier@iro.umontreal.ca>
18265         * international/mule-conf.el (file-coding-system-alist): Fix regexp
18266         for latexenc.
18268 2005-04-29  Lute Kamstra  <lute@gnu.org>
18270         * emacs-lisp/generic.el: Improve commentary section.
18271         (define-generic-mode): Improve docstring.
18273 2005-04-29  Carsten Dominik  <dominik@science.uva.nl>
18275         * textmodes/org.el (many places): Change to quiet the byte compiler.
18276         (org-prefix-format-compiled): New variable.
18277         (org-compile-prefix-format): New function.
18278         (org-timeline, org-agenda, org-diary): Call org-compile-prefix-format.
18279         (org-agenda-prefix-format, org-timeline-prefix-format): New options.
18280         (org-agenda-get-scheduled): Check if file is opened in `org-mode'.
18281         (org-get-entries-from-diary): Use `org-get-time-of-day' for
18282         consistency with entries from `org-mode' files.
18283         (org-get-time-of-day): Fix bug with partial matches early in a line.
18284         (org-non-link-chars): New constant.
18285         (org-link-regexp): Respect `org-non-link-chars'.
18286         (org-agenda-day-view): Remove command.
18287         (org-agenda-toggle-week-view): Rename from `org-agenda-week-view'.
18288         (org-follow-bbdb-link, org-store-link): Search also company field.
18289         (org-highlight-overlay): New variable.
18290         (org-highlight, org-unhighlight): New functions.
18291         (org-agenda-mode): Add pre-command-hook to remove highlight.
18292         (org-evaluate-time-range): Behavior depends upon whether time stamp
18293         contains a time or not.
18294         (org-show-subtree, org-show-entry): New functions.
18295         (org-agenda-cleanup-fancy-diary): Remove empty lines.
18297 2005-04-28  Luc Teirlinck  <teirllm@auburn.edu>
18299         * comint.el (comint-output-filter-functions): Add autoload cookie.
18301 2005-04-28  Kim F. Storm  <storm@cua.dk>
18303         * ido.el (ido-everywhere): Fix last change.
18305 2005-04-28  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
18307         * international/latexenc.el: New file.
18308         * international/mule-conf.el (file-coding-system-alist): For .tex,
18309         .ltx, .dtx and .drv extensions, use `latexenc-find-file-coding-system'.
18311 2005-04-28  Lute Kamstra  <lute@gnu.org>
18313         * font-lock.el (font-lock-add-keywords)
18314         (font-lock-remove-keywords): Clarify docstring.
18315         (font-lock-keywords-alist, font-lock-removed-keywords-alist):
18316         Don't start docstrings with a `*'.
18317         (font-lock-update-removed-keyword-alist): Give it a docstring.
18319         * generic-x.el: Update commentary section.
18320         Only require font-lock when compiling.
18321         Define all modes conditionally.
18322         Place all generic modes in the generic-x-modes customization group.
18323         (generic-x-modes): New customization group.
18324         (generic-default-modes, generic-mswindows-modes)
18325         (generic-unix-modes, generic-other-modes): New constants.
18326         (generic-define-mswindows-modes, generic-define-unix-modes):
18327         Update docstrings.  Make them obsolete.
18328         (generic-extras-enable-list): New default value.  Update docstring.
18329         Improve :type.  Change :set function.
18330         (bat-generic-mode-syntax-table, rul-generic-mode-syntax-table):
18331         Fix docstring.
18333         * emacs-lisp/generic.el (generic-mode-internal):
18334         Simplify font-lock-defaults.
18335         (define-generic-mode): Fix docstring.
18337 2005-04-28  Stefan Monnier  <monnier@iro.umontreal.ca>
18339         * progmodes/grep.el (grep-mode-font-lock-keywords): Use the
18340         font-lock-face property to highlight matches.
18342 2005-04-28  Nick Roberts  <nickrob@snap.net.nz>
18344         * progmodes/cc-mode.el (cc-create-define-alist): New function.
18345         (cc-define-alist): New variable.
18346         (c-mode): Make it local and initialize it.
18348         * progmodes/gdb-ui.el (gdb-active-process): New variable.
18349         (gdb-exited): New function.
18350         (gdb-annotation-rules): Use it.
18351         (gdb-starting): Set gdb-active-process to t.
18352         (gdb-stopping): Amend doc string.
18353         (gdb-reset): Set gdb-active-process to nil.
18355         * tooltip.el (tooltip-gud-tips): Show the associated #define
18356         directives when a C program under GDB is not executing.
18358 2005-04-27  Stefan Monnier  <monnier@iro.umontreal.ca>
18360         * progmodes/cperl-mode.el (cperl-mode): Don't precompile the
18361         font-lock-fontify-syntactic-keywords.
18363         * font-lock.el (font-lock-default-fontify-region): Don't force
18364         parse-sexp-lookup-properties to nil.
18366 2005-04-27  Alexander Klimov  <alserkli@inbox.ru>  (tiny change)
18368         * man.el (man-mode-syntax-table): Set up `:' to have
18369         word-constituent syntax.
18371 2005-04-27  Lute Kamstra  <lute@gnu.org>
18373         * novice.el (disable-command): Don't add spurious newlines to the
18374         init file.  Reported by Dan Jacobson <jidanni@jidanni.org>.
18376 2005-04-26  Jay Belanger  <belanger@truman.edu>
18378         * calc/calc-yank.el (calc-edit-finish): Make sure there is more
18379         than one window before deleting window.
18381 2005-04-26  Luc Teirlinck  <teirllm@auburn.edu>
18383         * shell.el (shell-prompt-pattern): Doc fix.
18384         (shell-mode): Set paragraph-separate buffer locally to "\\'".
18386         * comint.el (comint-prompt-regexp, comint-get-old-input)
18387         (comint-use-prompt-regexp)
18388         (comint-use-prompt-regexp-instead-of-fields)
18389         (comint-replace-by-expanded-history, comint-send-input)
18390         (comint-output-filter, comint-get-old-input-default)
18391         (comint-line-beginning-position, comint-bol, comint-show-output)
18392         (comint-backward-matching-input, comint-forward-matching-input)
18393         (comint-next-prompt, comint-previous-prompt):
18394         Rename `comint-use-prompt-regexp-instead-of-fields' to
18395         `comint-use-prompt-regexp'.  Keep old name as alias and declare
18396         obsolete.
18397         (comint-use-prompt-regexp): Shorten first line of doc string.
18399         * ielm.el (inferior-emacs-lisp-mode): Adapt to above name change.
18400         Set paragraph-separate buffer locally to "\\'".
18402         * hippie-exp.el (try-expand-line, try-expand-line-all-buffers):
18403         Adapt to above name change.
18405         * net/net-utils.el (nslookup-prompt-regexp, ftp-prompt-regexp)
18406         (smbclient-prompt-regexp): Ditto.
18408         * progmodes/inf-lisp.el (inferior-lisp-prompt): Ditto.
18410 2005-04-27  Nick Roberts  <nickrob@snap.net.nz>
18412         * progmodes/gdb-ui.el (gdb-location-alist): Rename from
18413         gdb-location-list.
18414         Break lines that are over 80 characters wide.
18416 2005-04-26  Stefan Monnier  <monnier@iro.umontreal.ca>
18418         * pcvs-info.el (cvs-fileinfo->full-path, cvs-display-full-path):
18419         New fun and var, to preserve compatibility.
18421         * pcvs.el, pcvs-info.el: Rename "full-path" -> "full-name".
18423 2005-04-26  Dominique de Waleffe  <ddw@missioncriticalit.com>  (tiny change)
18425         * pcvs-info.el (cvs-fileinfo->backup-file): Don't pass the full file
18426         name to file-newer-than-file-p.
18428 2005-04-26  Richard M. Stallman  <rms@gnu.org>
18430         * simple.el (line-move-1): Avoid using vertical-motion in easy cases.
18432         * progmodes/python.el (python-mode):
18433         Use new name eldoc-documentation-function.
18435         * hexl.el (hexl-mode): Use new name eldoc-documentation-function.
18437         * emacs-lisp/eldoc.el (eldoc-mode): Doc fix.
18438         (eldoc-documentation-function):
18439         Rename from eldoc-print-current-symbol-info-function.  Calls changed.
18441 2005-04-26  Nick Roberts  <nickrob@snap.net.nz>
18443         * emacs-lisp/byte-run.el (define-obsolete-function-alias): New macro.
18445 2005-04-25  Dan Nicolaescu  <dann@ics.uci.edu>
18447         * term/xterm.el (function-key-map): Fix strings for
18448         {C,S,A,C-S}-f[1-4].  Use substitute-key-definition to bind
18449         {C,S,A,C-S}-{f1-f12}.
18451 2005-04-26  Kenichi Handa  <handa@m17n.org>
18453         * international/mule-cmds.el (select-safe-coding-system):
18454         Fix previous change.
18456 2005-04-26  Lute Kamstra  <lute@gnu.org>
18458         * emacs-lisp/easy-mmode.el (define-minor-mode): Fix docstring.
18460         * font-lock.el (font-lock-fontify-region-function): Fix docstring.
18461         (font-lock-comment-delimiter-face): Ditto.
18463         * calc/calc.el (calc-trail-mode): Don't set font-lock-defaults.
18465 2005-04-25  Jay Belanger  <belanger@truman.edu>
18467         * calc/calc-help.el (calc-view-news): Let-bind inhibit-read-only
18468         to t while inserting information; use help-mode.
18470 2005-04-25  Dan Nicolaescu  <dann@ics.uci.edu>
18472         * term.el (ansi-term-color-vector): Use the xterm colors.
18473         (term-raw-map): Don't add mappings for \eO and \e[.  Map deletechar.
18475 2005-04-25  Lute Kamstra  <lute@gnu.org>
18477         * font-core.el (font-lock-defaults): Fix docstring.
18479         * font-lock.el (font-lock-syntactic-face-function): Fix docstring.
18481 2005-04-25  Kenichi Handa  <handa@m17n.org>
18483         * international/mule-cmds.el (select-safe-coding-system):
18484         Don't check consistency with coding: spec, etc if raw-text or
18485         no-conversion was found to be safe.
18487 2005-04-24  Richard M. Stallman  <rms@gnu.org>
18489         * mail/sendmail.el (mail-font-lock-keywords): Match any number of
18490         citation markers at start of each line.
18492         * mail/rmail.el (rmail-font-lock-keywords): Match any number of
18493         citation markers at start of each line.
18495         * font-lock.el (font-lock-comment-delimiter-face): Doc fix.
18497         * files.el (mode-require-final-newline): Fix previous change.
18498         (require-final-newline): Fix type label.
18500 2005-04-24  Glenn Morris  <gmorris@ast.cam.ac.uk>
18502         * progmodes/f90.el (f90-calculate-indent): Fix treatment of first
18503         statement in buffer (broken by 2004-11-24 change).
18505 2005-04-24  Kim F. Storm  <storm@cua.dk>
18507         * ido.el (ido-everywhere): Save and restore old read-buffer-function
18508         and read-file-name-function values.  Don't overwrite existing
18509         non-nil values if ido-mode is enabled without ido-everywhere.
18511 2005-04-24  Luc Teirlinck  <teirllm@auburn.edu>
18513         * files.el (mode-require-final-newline): Minor doc fix.
18515 2005-04-24  Eli Zaretskii  <eliz@gnu.org>
18517         * subr.el (syntax-after): Doc fix.
18518         (syntax-class): If argument is nil, return nil.  Mask off upper 16
18519         bits, not 8 bits.
18521         * files.el (mode-require-final-newline): Doc fix.
18522         (backup-buffer-copy): Fix last change.
18524 2005-04-24  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
18526         * term/mac-win.el: Require select.  Set selection-coding-system to
18527         mac-system-coding-system.  Call menu-bar-enable-clipboard.
18528         (x-last-selected-text-clipboard, x-last-selected-text-primary)
18529         (x-select-enable-clipboard): New variables.
18530         (x-select-text, x-get-selection, x-selection-value)
18531         (x-get-selection-value, mac-select-convert-to-string)
18532         (mac-services-open-file, mac-services-open-selection)
18533         (mac-services-insert-text): New functions.
18534         (CLIPBOARD, FIND): Put mac-scrap-name property.
18535         (com.apple.traditional-mac-plain-text, public.utf16-plain-text)
18536         (public.tiff): Put mac-ostype property.
18537         (selection-converter-alist): Add entries for them.
18538         (mac-application-menu-map): New keymap.
18539         (interprogram-cut-function, interprogram-paste-function): Set to
18540         x-select-text and x-get-selection-value, respectively.
18541         (split-window-keep-point): Set to t.
18543 2005-04-23  Richard M. Stallman  <rms@gnu.org>
18545         * files.el (read-directory-name): Always pass non-nil
18546         DEFAULT-FILENAME arg to read-file-name.
18547         (backup-buffer-copy, basic-save-buffer-2): Take care against
18548         writing thru an unexpected existing symlink.
18549         (revert-buffer): In indirect buffer, revert the base buffer.
18550         (magic-mode-alist): Doc fix.
18551         (buffer-stale-function): Doc fix.
18552         (minibuffer-with-setup-hook): Avoid warning.
18553         (mode-require-final-newline): Doc and custom fix.
18555         * follow.el (follow-end-of-buffer): Use with-no-warnings.
18557         * font-lock.el (font-lock-comment-face): On terminals with few colors,
18558         use the default appearance.
18559         (font-lock-comment-delimiter-face): New face, new variable.
18561         * imenu.el (imenu--generic-function): The official position of a
18562         definition is the start of the line that BEG is in.
18564         * midnight.el (midnight-timer): Move defvar up.
18566         * mouse.el (mouse-drag-region-1): Delete some debugging code.
18568         * saveplace.el (save-place-to-alist): Use with-no-warnings.
18570         * startup.el (command-line): Use with-no-warnings.
18572         * window.el (window-size-fixed): New defvar.
18574         * emacs-lisp/easymenu.el (easy-menu-do-define): Use defalias, not fset.
18576         * mail/rmail.el (rmail-font-lock-keywords):
18577         Use font-lock-comment-delimiter-face.
18579         * mail/sendmail.el (mail-font-lock-keywords):
18580         Use font-lock-comment-delimiter-face.
18582         * progmodes/compile.el (next-error-highlight-timer): New defvar.
18584 2005-04-23  SAITO Takuya  <tabmore@rivo.mediatti.net>  (tiny change)
18586         * progmodes/compile.el (compilation-mode-font-lock-keywords):
18587         Specify t for LAXMATCH when matching directories.
18588         Save match data around compilation-compat-error-properties form.
18590 2005-04-23  David Kastrup  <dak@gnu.org>
18592         * textmodes/tex-mode.el (TeX-mode, plain-TeX-mode, LaTeX-mode):
18593         Mention that the autoloaded aliases should be kept for AUCTeX.
18595 2005-04-23  Andreas Schwab  <schwab@suse.de>
18597         * isearch.el (isearch-forward): Doc fix.
18599 2005-04-23  Eli Zaretskii  <eliz@gnu.org>
18601         * jit-lock.el (jit-lock-stealth-time): Change default value to 16.
18602         (jit-lock-stealth-nice): Change default value to 0.5.
18604 2005-04-23  Eric Hanchrow  <offby1@blarg.net>  (tiny change)
18606         * abbrev.el (write-abbrev-file): Write table entries in
18607         alphabetical order by table name.
18609 2005-04-22  Kim F. Storm  <storm@cua.dk>
18611         * ido.el (ido-read-internal): Fix `list' completion.
18613 2005-04-22  Kenichi Handa  <handa@m17n.org>
18615         * recentf.el (recentf-save-file-coding-system): New variable.
18616         (recentf-save-list): Encode the file by
18617         recentf-save-file-coding-system and add coding: tag.
18619 2005-04-22  Nick Roberts  <nickrob@snap.net.nz>
18621         * emacs-lisp/byte-run.el (define-obsolete-variable-alias): New macro.
18623 2005-04-21  Lute Kamstra  <lute@gnu.org>
18625         * loadhist.el (unload-feature): Don't remove a function from hooks
18626         if it is about to be restored to an autoload .  Remove functions
18627         that will become unbound from auto-mode-alist.  Simplify the code.
18629         * subr.el (assq-delete-all): New implementation that is linear,
18630         not quadratic.  Suggested by David Kastrup <dak@gnu.org>.
18631         (rassq-delete-all): New function.
18633         * menu-bar.el (menu-bar-options-save, menu-bar-showhide-menu):
18634         Add size-indication-mode.
18636 2005-04-21  Kenichi Handa  <handa@m17n.org>
18638         * international/mule-cmds.el: Add autoload for widget-value in
18639         eval-when-compile.
18641 2005-04-21  Nick Roberts  <nickrob@snap.net.nz>
18643         * menu-bar.el (menu-bar-options-save, menu-bar-showhide-menu):
18644         Add tooltip-mode.
18646         * bindings.el (mode-line-mode-menu): Remove tooltip-mode.
18648 2005-04-20  Luc Teirlinck  <teirllm@auburn.edu>
18650         * progmodes/inf-lisp.el (inferior-lisp): New defgroup.
18651         (inferior-lisp-filter-regexp, inferior-lisp-program)
18652         (inferior-lisp-load-command, inferior-lisp-prompt)
18653         (inferior-lisp-mode-hook, lisp-source-modes)
18654         (inferior-lisp-load-hook): defvar->defcustom.
18655         (inferior-lisp-program, inferior-lisp-prompt)
18656         (inferior-lisp-load-hook): Doc fixes.
18657         (inferior-lisp-install-letter-bindings): Small change in
18658         introductory comment.
18660 2005-04-20  Dan Nicolaescu  <dann@ics.uci.edu>
18662         * vc.el (vc-annotate-color-map): Change some colors so that text
18663         using them as foreground is readable on both white and black
18664         backgrounds.
18666 2005-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
18668         * international/mule-conf.el (translation-table-for-input):
18669         Remove redundant declaration.
18671 2005-04-20  Nick Roberts  <nickrob@snap.net.nz>
18673         * progmodes/gud.el (gud-menu-map): Add tooltip-toggle-gud-tips.
18675         * tooltip.el (tooltip-gud-tips-p): Expand documentation.
18676         (tooltip-toggle-gud-tips): New function.
18678 2005-04-20  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
18680         * term/mac-win.el (mac-symbol-encoder): Fix mappings of left and
18681         right angle brackets.
18683 2005-04-20  Nick Roberts  <nickrob@snap.net.nz>
18685         * tooltip.el (tooltip-use-echo-area): Replace as alias and deprecate.
18687 2005-04-19  Stefan Monnier  <monnier@iro.umontreal.ca>
18689         * progmodes/flymake.el (flymake-get-absolute-file-name-basedir):
18690         Remove.  Update callers to use expand-file-name instead.
18692         * subr.el (syntax-class): New function.
18694         * simple.el (blink-matching-open): Use it.
18696         * paren.el (show-paren-function): Use it to recognize parens that are
18697         also used in 2-char comment markers.
18699 2005-04-19  Lute Kamstra  <lute@gnu.org>
18701         * loadhist.el (unload-feature): Update for new format of
18702         load-history.  Simplify the code.
18704 2005-04-19  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
18706         * term/mac-win.el: Add coding: tag and set it to iso-2022-7bit.
18707         (mac-add-charset-info): New function.  Initialize variable
18708         mac-charset-info-alist using it.
18709         (mac-centraleurroman, mac-cyrillic): Do not use UCS in table data
18710         for translation.
18711         (mac-symbol-encoder, mac-dingbats-encoder): New translation table.
18712         (mac-font-encoder-list): Add entries for mac-symbol and mac-dingbats.
18713         (ccl-encode-mac-symbol-font, ccl-encode-mac-dingbats-font):
18714         New CCL programs.
18716 2005-04-19  Kim F. Storm  <storm@cua.dk>
18718         * simple.el (next-buffer, prev-buffer, next-error)
18719         (scroll-other-window, keyboard-quit, keyboard-escape-quit)
18720         (clone-indirect-buffer-other-window): Move bindings to bindings.el.
18722         * bindings.el (next-buffer, prev-buffer, next-error)
18723         (scroll-other-window, keyboard-quit, keyboard-escape-quit)
18724         (clone-indirect-buffer-other-window): Move bindings from simple.el.
18725         (next-buffer, prev-buffer): Add C-x C-right and C-x C-left bindings.
18726         (next-error, previous-error): Add M-g M-n/n and M-g M-p/p bindings.
18728 2005-04-18  Stefan Monnier  <monnier@iro.umontreal.ca>
18730         * isearch.el (isearch-edit-string): Make the search-ring available for
18731         minibuffer history commands.
18732         (minibuffer-local-isearch-map): Remove bindings for M-p and M-n,
18733         the default history commands now work just as well.
18734         (isearch-ring-retreat-edit, isearch-ring-advance-edit): Remove.
18736 2005-04-18  Kim F. Storm  <storm@cua.dk>
18738         * emulation/cua-base.el (cua--pre-command-handler): Add more
18739         elaborate check for shift modifier on non-window systems.
18741 2005-04-18  Lars Hansen  <larsh@math.ku.dk>
18743         * desktop.el: Make "--no-desktop" turn off `desktop-save-mode'.
18745 2005-04-18  Kim F. Storm  <storm@cua.dk>
18747         * tooltip.el (tooltip-show): Change second arg to USE-ECHO-AREA
18748         and make it optional.  Don't test tooltip-gud-echo-area here.
18749         (tooltip-gud-process-output, gdb-tooltip-print):
18750         Pass tooltip-gud-echo-area to tooltip-show.
18751         (tooltip-help-tips): Remove second optional arg to tooltip-show.
18753 2005-04-18  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
18755         * tooltip.el (tooltip-mode): `emacs-quick-startup' and
18756         `display-graphic-p' may not be bound yet.
18758 2005-04-17  Luc Teirlinck  <teirllm@auburn.edu>
18760         * startup.el (command-line): No longer enable Xterm Mouse mode by
18761         default in terminals compatible with xterm.
18763         * xt-mouse.el (xterm-mouse-mode): Set init value back to nil.
18765 2005-04-18  Nick Roberts  <nickrob@snap.net.nz>
18767         * tooltip.el (tooltip-gud-echo-area): Rename from
18768         tooltip-use-echo-area.
18769         (tooltip-show, tooltip-gud-process-output, gdb-tooltip-print)
18770         (tooltip-help-tips): Allow GUD tooltips to be displayed in echo
18771         area independently of where help tooltips are displayed.
18773 2005-04-17  David Kastrup  <dak@gnu.org>
18775         * cus-theme.el (custom-theme-write-variables): Quote variables
18776         where necessary.
18778 2005-04-17  Richard M. Stallman  <rms@gnu.org>
18780         * simple.el (yank-excluded-properties): Add follow-link to value.
18782         * jka-compr.el (jka-compr-compression-info-list): Fix custom type.
18784         * startup.el (fancy-splash-max-time): Just 30 seconds.
18785         (fancy-splash-delay): Just 7.
18786         (fancy-splash-screens): No time limit other than fancy-splash-max-time.
18788         * loadhist.el (unload-feature): Update for new format of load-history.
18789         Simplify the code.
18791         * mail/rmail.el (rmail-ignored-headers): Ignore more headers
18792         (rmail-font-lock-keywords): Don't fontify the text of a citation.
18794         * mail/sendmail.el (mail-font-lock-keywords):
18795         Don't fontify subject text.
18796         Don't fontify the text of a citation.
18798 2005-04-17  Mark H. Weaver  <mhw@netris.org>  (tiny change)
18800         * comint.el (comint-output-filter): Run comint-output-filter-functions
18801         with point where the user had it.
18803 2005-04-16  Stefan Monnier  <monnier@iro.umontreal.ca>
18805         * international/ucs-tables.el (ucs-set-table-for-input):
18806         Disable when using unify-on-decoding.
18808 2005-04-16  Dan Nicolaescu  <dann@ics.uci.edu>
18810         * emulation/cua-base.el (cua-global-mark-face): Add special case
18811         for displays supporting a high number of colors.
18813 2005-04-16  Matt Hodges  <MPHodges@member.fsf.org>  (tiny change)
18815         * repeat.el (repeat): Invoke pre-command-hook and post-command-hook.
18817 2005-04-16  Chong Yidong  <cyd@stupidchicken.com>
18819         * filesets.el (filesets-add-buffer): If user supplies a name of a
18820         non-existing fileset, create a new fileset.
18822 2005-04-16  Carsten Dominik  <dominik@science.uva.nl>
18824         * textmodes/org.el (org-up-heading-all): Fix bug with
18825         `outline-up-heading-all'.
18827 2005-04-16  Andreas Schwab  <schwab@suse.de>
18829         * files.el (auto-mode-alist): Handle /etc/sysconfig/*,
18830         /etc/permissions.d/* and /etc/aliases.d/*.
18832 2005-04-16  Kenichi Handa  <handa@m17n.org>
18834         * international/code-pages.el (cp-make-coding-system):
18835         Set `translation-table-for-input' property value to the symbol
18836         ucs-mule-to-mule-unicode, not to that value.
18837         (pt154): Escape guillemet by `\'.
18839 2005-04-15  Luc Teirlinck  <teirllm@auburn.edu>
18841         * loadup.el: Load tooltip if x-show-tip is fboundp.
18843         * startup.el (command-line): Add comment.
18845         * tooltip.el (tooltip-mode): Specify correct standard value for
18846         Custom in init-value.
18848 2005-04-15  Nick Roberts  <nickrob@snap.net.nz>
18850         * progmodes/gud.el (gud-goto-info): Use existing Info buffer, if
18851         possible.
18853 2005-04-15  Carsten Dominik  <dominik@science.uva.nl>
18855         * textmodes/org.el (org-agenda-date-prompt): Rename from
18856         `org-agenda-date-today'.
18857         (org-evaluate-time-range): Insert at point instead of directly
18858         after time range.
18859         (org-first-headline-recenter, org-subtree-end-visible-p)
18860         (org-optimize-window-after-visibility-change): New functions
18861         (org-agenda-post-command-hook): Don't allow point at end of line,
18862         to make sure it always hits the text properties.
18863         (org-agenda-next-date-line, org-agenda-previous-date-line):
18864         New commands.
18865         (org-set-regexps-and-options): Category may contain white space.
18866         (org-agenda-get-deadlines, org-agenda-get-scheduled):
18867         Improve marker positions.
18868         (org-agenda-new-marker): Argument POS made optional.
18869         (org-agenda-get-timestamps): Deadlines which are done are listed
18870         in org-done-face now.
18871         (org-agenda-get-todos, org-agenda-get-timestamps)
18872         (org-agenda-get-deadlines, org-agenda-get-scheduled):
18873         Set `undone-face' and `done-face' properties.
18874         (org-last-todo-state-is-todo): New variable.
18875         (org-todo): Set `org-last-todo-state-is-todo'.
18876         (org-agenda-todo): Change face according to
18877         `org-last-todo-state-is-todo'.  And change other lines referring to
18878         the same entry.
18879         (org-calendar-goto-agenda): New command.
18880         (org-calendar-to-agenda-key): New option.
18881         (org-startup-folded): New allowed value `content'.
18882         (org-set-regexps-and-options): Accept new value `content' for
18883         `org-startup-folded'.
18884         (org-get-current-options): Handle new value `content' for
18885         `org-startup-folded'.
18886         (org-insert-todo-heading): New command.
18887         (org-mode): Insert first line "*-* mode: org-mode -*-" when called
18888         interactively in empty file and option
18889         `org-insert-mode-line-in-empty-file' has been set.
18890         (org-agenda-todo, org-agenda-priority): Modify to use
18891         `org-agenda-change-all-lines'.
18892         (org-warning-face): Change color on dark background
18894 2005-04-14  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
18896         * international/mule-cmds.el (set-locale-environment): On Mac OS,
18897         use preferences AppleLocale and AppleLanguages, and variable
18898         mac-system-locale for default locale.  On Mac OS Classic, use
18899         mac-system-coding-system for default coding systems.
18901         * term/mac-win.el: Don't set file-name-coding-system.
18902         Decode variables system-name, emacs-build-system, user-login-name, and
18903         user-full-name by mac-system-coding-system on Mac OS Classic.
18904         (mac-system-coding-system): New variable.
18906 2005-04-13  Luc Teirlinck  <teirllm@auburn.edu>
18908         * startup.el (command-line): Handle `xterm-mouse-mode' before
18909         reading init file.
18911         * xt-mouse.el (xterm-mouse-mode): Adapt to above change.
18913 2005-04-13  Glenn Morris  <gmorris@ast.cam.ac.uk>
18915         * progmodes/sh-script.el (sh-here-document-word): Make it a
18916         defcustom.  Doc fix.
18917         (sh-add): Bash uses $(( )) for arithmetic.
18918         (sh-while-getopts) <sh>: Set OPTIND back to 1 at end.
18919         (sh-maybe-here-document): Remove quotes and leading whitespace
18920         from heredoc word when closing.  Indent heredoc with tabs if word
18921         starts with "-".
18923 2005-04-13  Richard M. Stallman  <rms@gnu.org>
18925         * simple.el (undo): Fix previous change.
18927         * custom.el (defface): Doc fix.
18929 2005-04-13  Lute Kamstra  <lute@gnu.org>
18931         * Makefile.in (DONTCOMPILE): Remove list.
18932         (compile, compile-always): Don't use DONTCOMPILE.
18933         (update-authors): Load the library in which batch-update-authors
18934         is defined.
18935         * makefile.w32-in (DONTCOMPILE): Remove list.
18936         (compile, compile-always): Fix comments.
18937         (update-authors): Load the library in which batch-update-authors
18938         is defined.
18940         * generic-x.el (generic-mode-ini-file-find-file-hook):
18941         Rename to ini-generic-mode-find-file-hook.
18942         Keep generic-mode-ini-file-find-file-hook as an alias.
18943         (ini-generic-mode-find-file-hook): Rename from
18944         generic-mode-ini-file-find-file-hook.  Fix docstring.
18945         (ini-generic-mode): Docstring change.
18946         (bat-generic-mode-run-as-comint): Silence the byte compiler.
18948         * help.el (describe-key-briefly): UNTRANSLATED can be nil when
18949         called from lisp.
18951         * generic.el: Move to the emacs-lisp subdir.
18953 2005-04-12  Dan Nicolaescu  <dann@ics.uci.edu>
18955         * term/xterm.el (function-key-map): Add mappings for A-, C-, S-
18956         and C-S- function and cursor motion keys.
18958 2005-04-12  Luc Teirlinck  <teirllm@auburn.edu>
18960         * startup.el (command-line): Enable Xterm Mouse mode by default.
18961         * xt-mouse.el (xterm-mouse-mode): Provide correct standard value
18962         for Custom.  No longer show "Mouse" in mode line when enabled.
18963         Doc fix.
18965 2005-04-12  Kim F. Storm  <storm@cua.dk>
18967         * emulation/cua-base.el (cua-rectangle-face)
18968         (cua-rectangle-noselect-face): Define face attributes here.
18970         * emulation/cua-rect.el (cua--init-rectangles): Remove face setup.
18972 2005-04-12  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
18974         * startup.el (command-line): Turn off blinking cursor if
18975         cursorBlink in resources is off or false.
18977 2005-04-12  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
18979         * term/mac-win.el (dnd): Require dnd.
18980         (mac-drag-n-drop): Call dnd-handle-one-url.
18981         (kTextEncodingMacRoman, kTextEncodingISOLatin1)
18982         (kTextEncodingISOLatin2): Remove constants.
18983         (mac-script-code-coding-systems): New constant.
18984         (mac-handle-language-change): New function.
18985         (special-event-map): Bind it to `language-change' event.
18986         (mac-centraleurroman, mac-cyrillic): New coding systems.
18987         (mac-font-encoder-list, ccl-encode-mac-centraleurroman-font)
18988         (ccl-encode-mac-cyrillic-font): Rename mac-centraleurroman-encoder
18989         and mac-cyrillic-encoder to encode-mac-centraleurroman and
18990         encode-mac-cyrillic, respectively.
18992 2005-04-12  Nick Roberts  <nickrob@snap.net.nz>
18994         * progmodes/gud.el, progmodes/gdb-ui.el (gdb-assembler-mode):
18995         Don't set overlay-arrow-string to "=>" as this is done
18996         globally in C now.
18998 2005-04-12  Lute Kamstra  <lute@gnu.org>
19000         * generic-x.el (rc-generic-mode, rul-generic-mode):
19001         Fix auto-mode-alist entries.
19002         (etc-fstab-generic-mode): Tweak fontification.
19004         * generic.el (generic-make-keywords-list): Fix docstring.
19005         (generic-mode-internal): Simplify generic-font-lock-keywords.
19007 2005-04-11  Rajesh Vaidheeswarran  <rv@gnu.org>
19009         * whitespace.el (whitespace-buffer-leading)
19010         (whitespace-buffer-trailing): Revert the incorrect test inversion.
19011         However, fix the highlight area for the leading and
19012         trailing whitespaces to show space.
19014 2005-04-11  Rajesh Vaidheeswarran  <rv@gnu.org>
19016         * whitespace.el (whitespace-version): Bump to 3.5
19018         (whitespace-buffer-leading, whitespace-buffer-trailing):
19019         Invert sense of the test to highlight the whitespace.
19021 2005-04-12  Nick Roberts  <nickrob@snap.net.nz>
19023         * progmodes/gud.el (gud-display-line): GUD uses its own
19024         overlay arrow now so don't set overlay-arrow-string.
19025         (gud-pdb-command-name): Revert back to "pdb" (2004-04-26).
19027 2005-04-11  Dan Nicolaescu  <dann@ics.uci.edu>
19029         * term.el (term-ansi-current-bold, term-ansi-current-underline)
19030         (term-ansi-current-reverse, term-ansi-current-invisible)
19031         (term-ansi-face-already-done): Change to boolean.
19032         (term-reset-terminal, term-handle-colors-array): Handle the above
19033         vars accordingly.
19034         (term-buffer-vertical-motion): Rename from buffer-vertical-motion.
19035         (term-emulate-terminal): Use the new name.
19037         * faces.el (secondary-selection): Use yellow1, not yellow.
19038         (trailing-whitespace): Use red1, not red.
19040 2005-04-11  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
19042         * dired.el (dired-mode): Use dnd-* instead of x-dnd-*
19043         (dired-dnd-handle-local-file): Call dnd-get-local-file-name.
19044         (dired-dnd-handle-file): Call dnd-get-local-file-uri
19046         * cus-edit.el (dnd): New group.
19048         * term/w32-win.el (dnd): Require dnd
19049         (w32-drag-n-drop): Call dnd-handle-one-url.
19051         * x-dnd.el: Require dnd.
19052         (x-dnd-handle-uri-list, x-dnd-handle-file-name):
19053         Call dnd-handle-one-url.
19054         (x-dnd-types-alist, x-dnd-insert-utf8-text)
19055         (x-dnd-insert-utf16-text, x-dnd-insert-ctext): Change x-dnd-insert-text
19056         to dnd-insert-text.
19057         (x-dnd-protocol-alist, x-dnd-open-file-other-window)
19058         (x-dnd-handle-one-url, x-dnd-get-local-file-uri)
19059         (x-dnd-get-local-file-name, x-dnd-open-local-file)
19060         (x-dnd-open-file, x-dnd-insert-text): Move to dnd.el (without x-).
19062         * dnd.el (dnd-protocol-alist): New file with generic DND functions.
19064 2005-04-11  JUAN-LEON Lahoz Garcia  <juanleon1@gmail.com>
19066         * wdired.el: Doc fixes.
19067         (wdired-confirm-overwrite): Rename from wdired-is-ok-overwrite.
19068         (wdired-use-dired-vertical-movement): Rename from
19069         wdired-always-move-to-filename-beginning.
19070         (wdired-mode-map): Use `ignore' instead of `wdired-newline'.
19071         (wdired-change-to-wdired-mode): Change mode name.
19072         (wdired-newline): Delete.
19074 2005-04-11  Richard M. Stallman  <rms@gnu.org>
19076         * whitespace.el (whitespace-highlight-the-space):
19077         Don't call whitespace-unhighlight-the-space here.
19079         * simple.el (undo): Record t in undo-equiv-table
19080         for the redo record made by an undo-in-region.
19082 2005-04-12  Nick Roberts  <nickrob@snap.net.nz>
19084         * progmodes/gdb-ui.el (gdb-display-inferior-io-buffer)
19085         (gdb-frame-inferior-io-buffer): New Functions to control
19086         display of separate IO buffer.
19087         (menu): Add them to menu-bar.
19088         (gdb-display-buffer): Check for buffer another frame.
19089         Protect GUD buffer.
19090         (gdb-setup-windows): Create IO buffer if not already there.
19091         (gdb-memory-mode): Remove purecopy noops.
19093 2005-04-11  Glenn Morris  <gmorris@ast.cam.ac.uk>
19095         * progmodes/f90.el (f90-electric-insert): Add optional prefix arg,
19096         and pass to self-insert-command.
19098 2005-04-11  Lute Kamstra  <lute@gnu.org>
19100         * generic.el: Commentary section cleanup.
19101         (generic): Delete.
19102         (generic-use-find-file-hook, generic-lines-to-scan)
19103         (generic-find-file-regexp, generic-ignore-files-regexp)
19104         (default-generic-mode, generic-mode-find-file-hook)
19105         (generic-mode-ini-file-find-file-hook): Move to generic-x.el.
19106         * generic-x.el (generic-x): Docstring fix.  Put it in the data group.
19107         (generic-use-find-file-hook, generic-lines-to-scan)
19108         (generic-find-file-regexp, generic-ignore-files-regexp)
19109         (default-generic-mode, generic-mode-find-file-hook)
19110         (generic-mode-ini-file-find-file-hook): Move from generic.el.
19112 2005-04-10  Karl Fogel  <kfogel@red-bean.com>
19114         * bookmark.el (bookmark-write-file): Catch errors writing file.
19115         This is the same change as saveplace.el at 2005-04-10T23:32:00Z!rms@gnu.org.
19117 2005-04-10  Richard M. Stallman  <rms@gnu.org>
19119         * startup.el (fancy-splash-tail): Update copyright year.
19120         (command-line): Split part of -Q into -D.
19121         (emacs-basic-display): New defvar.
19122         (fancy-splash-text): Correct name of menu item.
19124         * saveplace.el (save-place-alist-to-file): Catch errors writing file.
19126         * info.el (Info-fontify-node): Handle fontification of multiple * Menu
19127         lines in one node.
19129         * comint.el (comint-send-input): New arg ARTIFICIAL.
19130         Callers in this file changed.
19132         * abbrev.el (define-abbrevs): Read system abbrevs properly.
19134         * emacs-lisp/map-ynp.el (map-y-or-n-p): Clarify RET/q in help message.
19136 2005-04-10  Chong Yidong  <cyd@stupidchicken.com>
19138         * url/url-ldap.el (url-ldap): Add docstring.  Fix call to
19139         `ldap-search-internal'.
19141 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
19143         * files.el (set-auto-mode-1): Use line-end-position.
19145         * international/latin-1.el:
19146         * international/latin-2.el:
19147         * international/latin-3.el:
19148         * international/latin-4.el:
19149         * international/latin-5.el:
19150         * international/latin-8.el:
19151         * international/latin-9.el: Give punctuation syntax to NBSP.
19153         * textmodes/bibtex.el (bibtex-autokey-titleword-ignore)
19154         (bibtex-reference-key, bibtex-autokey-demangle-name, bibtex-mode):
19155         Use char-classes to accept non-ascii letters, accepted in some recent
19156         bibtex implementations.
19158 2005-04-10  Luc Teirlinck  <teirllm@auburn.edu>
19160         * custom.el (custom-set-minor-mode): Any non-nil value for the
19161         variable should enable the mode when set through Custom.
19163 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
19165         * progmodes/vhdl-mode.el (vhdl-mode-map-init): Don't override default
19166         TAB binding so tab-always-indent is obeyed.
19167         (vhdl-minibuffer-local-map): Move initialization into declaration.
19168         (vhdl-mode-abbrev-table-init): Mark the abbrevs as `system'.
19169         (vhdl-run-when-idle, vhdl-create-mode-menu, vhdl-character-to-event)
19170         (vhdl-hooked-abbrev): Avoid test for XEmacs.
19171         (vhdl-current-line): Use line-beginning-position.
19172         (vhdl-doc-variable, vhdl-doc-mode): Call help-setup-xref before
19173         with-output-to-temp-buffer, so the current position can be recorded.
19175 2005-04-10  Masatake YAMATO  <jet@gyve.org>
19177         * progmodes/compile.el (compilation-error-regexp-alist-alist):
19178         Add regexp for gcov.
19180 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
19182         * calendar/time-date.el (time-to-seconds, seconds-to-time)
19183         (days-to-time, time-subtract, time-add): Don't use the #xhhhh
19184         syntax which Emacs 20 doesn't support.
19186 2005-04-09  Richard M. Stallman  <rms@gnu.org>
19188         * help.el (describe-key-briefly, describe-key):
19189         Replace strings as event types with "(any string)".
19191 2005-04-09  Stefan Monnier  <monnier@iro.umontreal.ca>
19193         * arc-mode.el (archive-mode-map): Move initialization into
19194         the declaration.  Override *all* bindings of `undo'.
19195         (archive-lemacs): Remove, use (featurep 'xemacs) instead.
19197 2005-04-09  Jay Belanger  <belanger@truman.edu>
19199         * calc/calc-units.el (math-standard-units): Redefine Watt hour as W*hr.
19201 2005-04-09  Dan Nicolaescu  <dann@ics.uci.edu>
19203         * term/xterm.el (xterm-rgb-convert-to-16bit): Simplify.
19204         (xterm-register-default-colors): Update color values computation
19205         to match xterm-200.
19207 2005-04-09  Kenichi Handa  <handa@m17n.org>
19209         * international/code-pages.el (iso-latin-7): Fix the map.
19211 2005-04-08  Luc Teirlinck  <teirllm@auburn.edu>
19213         * emacs-lisp/lisp.el (defun-prompt-regexp)
19214         (parens-require-spaces, buffer-end, end-of-defun)
19215         (insert-parentheses): Doc fixes.
19217 2005-04-08  Kim F. Storm  <storm@cua.dk>
19219         * comint.el (comint-highlight-prompt): Fix face spec.
19220         * hi-lock.el (hi-green): Likewise.
19222 2005-04-08  Dan Nicolaescu  <dann@ics.uci.edu>
19224         * cus-edit.el (custom-modified-face):
19225         * comint.el (comint-highlight-input): Fix previous changes.
19226         * term.el (term-handle-ansi-escape): Add a comment.
19228 2005-04-08  Stefan Monnier  <monnier@iro.umontreal.ca>
19230         * whitespace.el (whitespace-highlight-the-space): Put the same overlay
19231         in the buffer and in whitespace-highlighted-space.
19232         (whitespace-unhighlight-the-space): Simplify.
19233         (whitespace-buffer): Simplify.
19235 2005-04-08  Dan Nicolaescu  <dann@ics.uci.edu>
19237         * textmodes/table.el (table-cell-face): Add special case for
19238         displays supporting a high number of colors.
19239         * progmodes/vhdl-mode.el (vhdl-font-lock-prompt-face)
19240         (vhdl-font-lock-reserved-words-face)
19241         (vhdl-speedbar-architecture-face)
19242         (vhdl-speedbar-instantiation-face)
19243         (vhdl-speedbar-architecture-selected-face)
19244         (vhdl-speedbar-instantiation-selected-face): Likewise.
19245         * progmodes/sh-script.el (sh-heredoc-face): Likewise.
19246         * progmodes/idlw-help.el (idlwave-help-link-face): Likewise.
19247         * progmodes/ebrowse.el (ebrowse-tree-mark-face)
19248         (ebrowse-root-class-face, ebrowse-member-attribute-face)
19249         (ebrowse-progress-face): Likewise.
19250         * progmodes/compile.el (compilation-info-face): Likewise.
19251         * progmodes/cc-fonts.el (c-invalid-face): Likewise.
19252         * emacs-lisp/re-builder.el (reb-match-3): Likewise.
19253         * calendar/calendar.el (diary-face): Likewise.
19254         * woman.el (woman-italic-face, woman-bold-face)
19255         (woman-unknown-face): Likewise.
19256         * wid-edit.el (widget-button-pressed-face): Likewise.
19257         * whitespace.el (whitespace-highlight-face): Likewise.
19258         * smerge-mode.el (smerge-mine-face, smerge-base-face): Likewise.
19259         * pcvs-info.el (cvs-marked-face): Likewise.
19260         * info.el (info-xref): Likewise.
19261         * ido.el (ido-subdir-face, ido-indicator-face): Likewise.
19262         * hilit-chg.el (highlight-changes-face)
19263         (highlight-changes-delete-face): Likewise.
19264         * hi-lock.el (hi-yellow, hi-green, hi-blue-b, hi-green-b)
19265         (hi-red-b): Likewise.
19266         * generic-x.el (show-tabs-tab-face, show-tabs-space-face): Likewise.
19267         * font-lock.el (font-lock-keyword-face)
19268         (font-lock-function-name-face, font-lock-warning-face): Likewise.
19269         * cus-edit.el (custom-invalid-face, custom-modified-face)
19270         (custom-set-face, custom-changed-face, custom-variable-tag-face)
19271         (custom-group-tag-face-1, custom-group-tag-face): Likewise.
19272         * comint.el (comint-highlight-prompt): Likewise.
19274 2005-04-08  Lute Kamstra  <lute@gnu.org>
19276         * font-lock.el (font-lock-keywords): Docstring fixes.
19278 2005-04-08  Kenichi Handa  <handa@m17n.org>
19280         * ps-mule.el (ps-mule-show-warning): If the number of unprintable
19281         chars are more than a limit, print " and more..." at the tail.
19283 2005-04-08  Kim F. Storm  <storm@cua.dk>
19285         * emacs-lisp/authors.el (authors-aliases): Update list.
19286         (authors-ignored-files): New list.
19287         (authors-fixed-entries): Fix typo.
19288         (authors-renamed-files-alist): Update list.
19289         (authors-add): Check authors-ignored-files.
19291 2005-04-08  Carsten Dominik  <dominik@science.uva.nl>
19293         * calendar/diary-lib.el (add-to-diary-list): MARKER argument made
19294         optional, to ensure backward compatibility.
19296 2005-04-08  Stephen Eglen  <stephen@gnu.org>
19298         * textmodes/flyspell.el (flyspell-large-region): Doc fix.
19300 2005-04-08  Kim F. Storm  <storm@cua.dk>
19302         * buff-menu.el (Buffer-menu-mode-map): Map follow-link to mouse-face.
19304         * mouse.el (mouse-on-link-p): Doc fix.
19306 2005-04-07  Luc Teirlinck  <teirllm@auburn.edu>
19308         * ielm.el (ielm-prompt-read-only): Doc fix.
19310         * comint.el (comint-prompt-read-only): Doc fix.
19312 2005-04-07  Benjamin Rutt  <brutt@bloomington.in.us>
19314         * ffap.el (ffap-pass-wildcards-to-dired): New user option to
19315         ensure dired always handles wildcards passed to ffap.
19316         (find-file-at-point): Use it.
19317         (ffap-dired-wildcards): Doc fix.
19319 2005-04-07  Juri Linkov  <juri@jurta.org>
19321         * simple.el (next-error-overlay-arrow-position): New defvar.
19322         Put "=>" on its property `overlay-arrow-string'.  Add it to
19323         `overlay-arrow-variable-list'.
19325         * progmodes/compile.el (compilation-setup):
19326         Set `next-error-overlay-arrow-position' to nil.  Also set it to
19327         nil in the local hook `kill-buffer-hook'.  Make local variable
19328         `overlay-arrow-string' and set it to "=>".
19329         (compilation-goto-locus): Set BOL position to
19330         `next-error-overlay-arrow-position' instead of
19331         `overlay-arrow-position'.
19333         * info.el (Info-mode): Add `Info-kill-buffer' to `kill-buffer-hook'
19334         locally instead of adding it to the global hook.
19335         (Info-kill-buffer): Move up.
19337 2005-04-06  Dan Nicolaescu  <dann@ics.uci.edu>
19339         * term/xterm.el (xterm-standard-colors): Update color values from
19340         xterm-200.
19342 2005-04-06  Stefan Monnier  <monnier@iro.umontreal.ca>
19344         * textmodes/tex-mode.el (tex-font-lock-keywords-2): Add \bfseries.
19346         * fast-lock.el:
19347         * lazy-lock.el: Move them to the obsolete subdir.
19349 2005-04-06  JUAN-LEON Lahoz Garcia  <juanleon1@gmail.com>
19351         * wdired.el (wdired-advise-functions, wdired-add-skip-in-replace)
19352         (wdired-add-replace-advice): Remove.
19353         (wdired-change-to-wdired-mode): Use query-replace-skip-read-only.
19355 2005-04-06  Kim F. Storm  <storm@cua.dk>
19357         * startup.el (command-line): Add --bare-bones alias for -Q.
19359 2005-04-06  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
19361         * term/mac-win.el: Use create-fontset-from-mac-roman-font to
19362         create the startup fontset if a font specification ends with
19363         `mac-roman'.
19365 2005-04-06  Lute Kamstra  <lute@gnu.org>
19367         * add-log.el (change-log-font-lock-keywords): Complete 2005-04-03
19368         change.
19370         * emacs-lisp/copyright.el (copyright-update-year): Replace the
19371         right subexpression.  Suggested by Jay Bingham <jay.bingham@hp.com>.
19373 2005-04-05  Lute Kamstra  <lute@gnu.org>
19375         * generic.el (generic-mode-internal): Fix 2005-03-31 change.
19376         (define-generic-mode): Ditto.  Fix debug declaration.
19378         * generic-x.el (show-tabs-tab-face, show-tabs-space-face):
19379         Put them in the generic-x group.
19381         * calendar/timeclock.el (timeclock): Doc fix.
19383         * generic.el (define-generic-mode): Don't use custom-current-group.
19384         Document default :group value.
19385         * emacs-lisp/easy-mmode.el (define-minor-mode): Ditto.
19386         (define-global-minor-mode): Don't use custom-current-group.
19388 2005-04-05  Glenn Morris  <gmorris@ast.cam.ac.uk>
19390         * startup.el (command-line-1): Display startup-echo-area-message
19391         when fancy splash screen is in use.
19393         * progmodes/sh-script.el (sh-builtins) <bash>: Add `caller'.
19394         (sh-escaped-newline): New face.
19395         (sh-font-lock-keywords) <shell>: Improve regexp for escaped
19396         newline, and use sh-escaped-newline face.
19398         * progmodes/tcl.el (tcl-escaped-newline): New face.
19399         (tcl-builtin-list): New variable.
19400         (tcl-set-font-lock-keywords): Add builtins, variables, and escaped
19401         newlines.  Fix keywords subexpression number.
19403 2005-04-05  Carsten Dominik  <dominik@science.uva.nl>
19405         * textmodes/org.el (org-diary-default-entry): Fix call to
19406         `add-to-diary-entry'.
19408 2005-04-05  Kim F. Storm  <storm@cua.dk>
19410         * ediff-init.el: Use (featurep 'xemacs).
19412 2005-04-05  David Ponce  <david@dponce.com>
19414         * cus-edit.el (face): Derive from symbol widget.  Display sample
19415         of the current face on the fly.
19416         (widget-face-sample-face-get, widget-face-notify): New functions.
19417         (widget-face-value-create): Remove.
19419         * wid-edit.el (widget-field-end): Temporarily remove field
19420         narrowing before to call `get-char-property'.
19422 2005-04-04  Jay Belanger  <belanger@truman.edu>
19424         * calc/calc-aent.el (math-read-replacement-list): Add subscripts.
19425         (math-read-subscripts): New variable.
19426         (math-read-preprocess-string): Process subscripts.
19428 2005-04-04  Luc Teirlinck  <teirllm@auburn.edu>
19430         * comint.el (comint-prompt-read-only): Doc fix.
19432         * dired.el (dired-copy-filename-as-kill): Make `-' arg behave like
19433         `-1'.  Doc fix.
19435 2005-04-04  Carsten Dominik  <dominik@science.uva.nl>
19437         * textmodes/org.el (org-insert-mode-line-in-empty-file):
19438         Change default value to nil.
19440 2005-04-04  Lute Kamstra  <lute@gnu.org>
19442         * autorevert.el (auto-revert-mode): Specify :group.
19443         * battery.el (display-battery-mode): Specify :group.
19444         * diff-mode.el (diff-minor-mode): Specify :group.
19445         * font-core.el (font-lock-mode): Specify :group.
19446         * hl-line.el (hl-line-mode): Specify :group.
19447         * iimage.el (iimage): New customization group.
19448         (iimage-mode): Specify :group.
19449         * longlines.el (longlines-mode): Specify :group.
19450         * master.el: Don't require easy-mmode.
19451         (master): New customization group.
19452         (master-mode): Specify :group.
19453         * msb.el (msb-mode): Specify :group.
19454         * reveal.el (reveal-mode): Specify :group.
19455         * simple.el (next-error-follow-minor-mode): Specify :group.
19456         * smerge-mode.el (smerge-mode): Specify :group.
19457         * emacs-lisp/eldoc.el (eldoc-mode): Specify :group.
19458         * emulation/cua-base.el (cua-mode): Specify :group.
19459         * international/encoded-kb.el (encoded-kbd-mode): Specify :group.
19460         * language/thai-util.el (thai-auto-composition-mode)
19461         (thai-word-mode): Specify :group.
19462         * mail/supercite.el (sc-minor-mode): Specify :group.
19463         * progmodes/cwarn.el (cwarn-mode): Specify :group.
19464         * progmodes/flymake.el (flymake-mode): Specify :group.
19465         * progmodes/glasses.el (glasses-mode): Specify :group.
19466         * progmodes/hideif.el (hide-ifdef-mode): Specify :group.
19467         * textmodes/enriched.el (enriched-mode): Specify :group.
19468         * textmodes/refill.el (refill-mode): Specify :group.
19470         * add-log.el (change-log-font-lock-keywords): Names in
19471         parenthesized lists can contain spaces.
19473 2005-04-04  Thien-Thi Nguyen  <ttn@gnu.org>
19475         * startup.el (fancy-splash-text): Shorten default text of
19476         "Emacs Tutorial" line.  Also, if the current language env
19477         indicates an available tutorial file other than TUTORIAL,
19478         extract its title and append it to the line in parentheses.
19479         (fancy-splash-insert): If arg is a thunk, funcall it.
19481 2005-04-04  Jay Belanger  <belanger@truman.edu>
19483         * calc.el (calc-language-alist): Add tags to customization type.
19485 2005-04-03  Luc Teirlinck  <teirllm@auburn.edu>
19487         * xt-mouse.el (xterm-mouse-mode): Add explicit Custom group, mouse.
19488         Doc fix.
19490 2005-04-03  Marcelo Toledo  <marcelo@gnu.org>
19492         * add-log.el (change-log-font-lock-keywords): The manual
19493         describing a Change Log entry, says: (...) "Aside from these
19494         header lines, every line in the change log starts with a space or
19495         a tab.".  The font-lock was not highlighting lines started with
19496         spaces, added support for it.
19498 2005-04-03  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
19500         * textmodes/bibtex.el (bibtex-url): Use format to generate the url.
19501         (bibtex-generate-url-list): Update docstring accordingly.  Put the
19502         complex example in the docstring.
19503         (bibtex-font-lock-url): Use pop.
19505 2005-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
19507         * progmodes/tcl.el (tcl-set-font-lock-keywords): Use new \_< ops.
19509         * pcvs.el (cvs-checkout): Prompt for cvsroot as well.
19511 2005-04-03  Glenn Morris  <gmorris@ast.cam.ac.uk>
19513         * filesets.el (filesets-set-default): Doc fix.
19515 2005-04-03  Lute Kamstra  <lute@gnu.org>
19517         * generic.el (define-generic-mode): Add argument to specify
19518         keywords for defcustom.
19519         (default-generic-mode): Specify :group.
19521         * generic-x.el: Specify :group for all generic modes.
19523         * desktop.el (desktop-no-desktop-file-hook)
19524         (desktop-after-read-hook): Doc fix.
19526 2005-04-02  Luc Teirlinck  <teirllm@auburn.edu>
19528         * simple.el (visible-mode): Use explicit :group keyword.
19529         This changes the group of `visible-mode-hook' from paren-blinking
19530         to editing-basics.
19532 2005-04-02  Sergey Poznyakoff  <gray@Mirddin.farlep.net>  (tiny change)
19534         * mail/rmail.el (rmail-parse-url): Bugfix.  Parse traditional
19535         mailbox specifications as well as URLs.
19536         (rmail-insert-inbox-text): Remove unused conditional branches.
19538 2005-04-01  Jay Belanger  <belanger@truman.edu>
19540         * calc/calc-graph.el (calc-gnuplot-name, calc-gnuplot-plot-command)
19541         (calc-gnuplot-print-command): Move definitions to calc.el.
19543         * calc/calc-embed.el (calc-embedded-announce-formula)
19544         (calc-embedded-open-formula, calc-embedded-close-formula)
19545         (calc-embedded-open-word, calc-embedded-close-word)
19546         (calc-embedded-open-plain, calc-embedded-close-plain)
19547         (calc-embedded-open-new-formula, calc-embedded-close-new-formula)
19548         (calc-embedded-open-mode, calc-embedded-close-mode):
19549         Move definitions to calc.el.
19551         * calc/calc.el (calc-settings-file, calc-language-alist):
19552         Make customizable.
19553         (calc-embedded-announce-formula, calc-embedded-open-formula)
19554         (calc-embedded-close-formula, calc-embedded-open-word)
19555         (calc-embedded-close-word, calc-embedded-open-plain)
19556         (calc-embedded-close-plain, calc-embedded-open-new-formula)
19557         (calc-embedded-close-new-formula, calc-embedded-open-mode)
19558         (calc-embedded-close-mode, calc-gnuplot-name)
19559         (calc-gnuplot-plot-command, calc-gnuplot-print-command): Move here
19560         from other files and make customizable.
19562 2005-04-01  Stefan Monnier  <monnier@iro.umontreal.ca>
19564         * pcvs.el (cvs-temp-buffer, cvs-mode-kill-process, cvs-buffer-check):
19565         Use buffer-live-p.
19566         (cvs-mode-run): Don't call cvs-update-header here.
19567         (cvs-run-process): Call cvs-update-header.
19568         Use process properties for cvs-postprocess and cvs-buffer so that
19569         the sentinel can behave better if the temp buffer is killed.
19570         Use a pipe rather than a tty, to better handle unexpected prompts.
19571         (cvs-sentinel): Rewrite.  Call cvs-update-header.
19573 2005-04-01  Andre Spiegel  <spiegel@gnu.org>
19575         * vc-hooks.el (vc-workfile-unchanged-p): Disable mtime check when
19576         we go via Tramp or Ange-FTP.  Suggested by Kai Grossjohann.
19578 2005-03-31  Stefan Monnier  <monnier@iro.umontreal.ca>
19580         * generic.el (define-generic-mode): Add indentation rule.
19582 2005-03-31  Luc Teirlinck  <teirllm@auburn.edu>
19584         * files.el (mode-require-final-newline): Make Custom correctly
19585         report a nil value and allow to set it to nil via Custom.
19586         Doc fix.
19588 2005-04-01  Kenichi Handa  <handa@m17n.org>
19590         * international/characters.el: Enable the correct case setting for
19591         dotless-i and dotted-I.
19593 2005-04-01  Kim F. Storm  <storm@cua.dk>
19595         * ido.el (ido-file-internal): Fall back to non-ido command if
19596         initial directory is on slow ftp (or tramp) host.
19598 2005-03-31  Richard M. Stallman  <rms@gnu.org>
19600         * emacs-lisp/autoload.el (make-autoload):
19601         Handle define-global-minor-mode.
19603         * emacs-lisp/easy-mmode.el (define-global-minor-mode):
19604         Rename from easy-mmode-define-global-mode.
19605         (easy-mmode-define-global-mode): Alias for define-global-minor-mode.
19607         * progmodes/scheme.el (scheme-mode-syntax-table):
19608         Update syntax of | and # for two-character comment syntax.
19610 2005-03-31  Lute Kamstra  <lute@gnu.org>
19612         * emacs-lisp/easy-mmode.el (easy-mmode-define-global-mode)
19613         (define-minor-mode): Call custom-current-group at load-time.
19615         * generic.el (define-generic-mode): Add debug declaration.
19616         Add defcustom for the mode hook.
19617         (generic-mode-internal): Use run-mode-hooks.
19619 2005-03-31  Kim F. Storm  <storm@cua.dk>
19621         * mouse.el (mouse-1-click-follows-link): Increase to 450 ms.
19622         (mouse-fixup-help-message): New defun called by show_help_echo
19623         to fixup mouse-2 prefix in help messages when applicable.
19625         * tooltip.el (tooltip-show-help-function): Don't fixup message here.
19627 2005-03-31  Kenichi Handa  <handa@m17n.org>
19629         * language/thai-word.el (thai-find-word-ends): Pay attention to
19630         the case that we reach the end of buffer.
19632         * textmodes/fill.el (fill-text-properties-at): New function.
19633         (fill-newline): Use fill-text-properties-at instead of
19634         text-properties-at.
19636 2005-03-31  Olive Lin  <olive.lin@versateladsl.be>  (tiny change)
19638         * textmodes/tex-mode.el (tex-start-tex) Use shell-quote-argument,
19639         not comint-quote-filename.
19641 2005-03-31  Thien-Thi Nguyen  <ttn@gnu.org>
19643         * help-fns.el (help-with-tutorial): Revert last change.
19645 2005-03-31  Kim F. Storm  <storm@cua.dk>
19647         * emulation/cua-base.el (cua-scroll-down): Add CUA property.
19649 2005-03-30  Paul Eggert  <eggert@cs.ucla.edu>
19651         * calendar/cal-china.el: Update reference to "Calendrical
19652         Calculations" book; there's a new edition.
19653         * calendar/cal-coptic.el: Likewise.
19654         * calendar/cal-french.el: Likewise.
19655         * calendar/cal-hebrew.el: Likewise.
19656         * calendar/cal-islam.el: Likewise.
19657         * calendar/cal-iso.el: Likewise.
19658         * calendar/cal-julian.el: Likewise.
19659         * calendar/cal-mayan.el: Likewise.
19660         * calendar/cal-persia.el: Likewise.
19661         * calendar/calendar.el: Likewise.
19662         * calendar/holidays.el: Likewise.
19663         * calendar/lunar.el: Likewise.
19664         * calendar/solar.el: Likewise.
19666         * calendar/calendar.el (calendar-day-abbrev-array): Remove trailing
19667         white space from doc string.
19669 2005-03-30  Jay Belanger  <belanger@truman.edu>
19671         * calc/calc-help.el (calc-full-help): Remove email address.
19673 2005-03-30  Thien-Thi Nguyen  <ttn@gnu.org>
19675         * help-fns.el (help-with-tutorial): Delete title line.
19677 2005-03-30  Glenn Morris  <gmorris@ast.cam.ac.uk>
19679         * calendar/cal-x.el (calendar-one-frame-setup)
19680         (calendar-only-one-frame-setup, calendar-two-frame-setup): Use t
19681         rather than `symbol' for set-window-dedicated-p.
19683         * calendar/appt.el (appt-buffer-name): Make it a constant.
19684         (appt-add): Doc fix.
19686         * filesets.el (filesets-menu-path, filesets-menu-before)
19687         (filesets-menu-in-menu): Doc fix.  Now valid in GNU Emacs.
19688         (filesets-menu-cache-file): Use directory ~/.emacs.d.
19689         (filesets-add-submenu): Delete and use add-submenu instead.
19691 2005-03-30  Carsten Dominik  <dominik@science.uva.nl>
19693         * org.el (org-agenda-phases-of-moon, org-agenda-sunrise-sunset)
19694         (org-agenda-convert-date, org-agenda-goto-calendar): New commands.
19695         (org-diary-default-entry): New function.
19696         (org-get-entries-from-diary): Better parsing of diary entries.
19697         (org-agenda-check-no-diary): New function.
19698         ("diary-lib"): Advice to function `add-to-diary-list', to allow
19699         linking to diary entries.
19700         (org-agenda-execute-calendar-command): New function.
19701         (org-agenda): Improve visible section in window.
19702         Use `org-fit-agenda-window'.
19703         (org-fit-agenda-window): New option.
19704         (org-move-subtree-down): Better handling of empty lines
19705         at end of subtree.
19706         (org-cycle): Numeric prefix is interpreted now as show-subtree N
19707         levels up.
19708         (org-fontify-done-headline): New option.
19709         (org-headline-done-face): New face.
19710         (org-set-font-lock-defaults): Use `org-headline-done-face'.
19711         (org-table-copy-down): Rename from `org-table-copy-from-above'.
19712         When current field is non-empty, it is copied to next row.
19713         (org-table-copy-from-above): Fix bug which made it
19714         impossible to copy fields containing only a single non-white character.
19716 2005-03-30  Kim F. Storm  <storm@cua.dk>
19718         * kmacro.el (kmacro-end-macro): Isearch may store this command
19719         into the macro -- so ignore it when executing keyboard macro.
19721 2005-03-30  Nick Roberts  <nickrob@snap.net.nz>
19723         * tooltip.el (tooltip-gud-display): Use gud-overlay-arrow-position.
19725 2005-03-29  Kenichi Handa  <handa@m17n.org>
19727         * language/thai.el ("Thai"): Set setup-function and exit-function
19728         for Thai language environment.
19730         * language/thai-util.el: Require thai-word.
19731         (thai-word-mode-map): New variable.
19732         (thai-word-mode): New minor mode.
19733         (setup-thai-language-environment-internal): New function.
19734         (exit-thai-language-environment-internal): New function.
19736         * language/thai-word.el (thai-word-table): Declare it by defvar,
19737         use dolist to initialize it.
19738         (thai-kill-word, thai-backward-kill-word, thai-transpose-words)
19739         (thai-fill-find-break-point): New functions.
19741 2005-03-29  Richard M. Stallman  <rms@gnu.org>
19743         * simple.el (idle-update-delay): Move definition up.
19744         (set-mark): Doc fix.
19746 2005-03-29  Chong Yidong  <cyd@stupidchicken.com>
19748         * longlines.el: New file.
19750         * simple.el (buffer-substring-filters): New variable.
19751         (filter-buffer-substring): New function.
19752         (kill-region, copy-region-as-kill): Use it.
19754         * register.el (copy-to-register, append-to-register)
19755         (prepend-to-register): Use filter-buffer-substring.
19757 2005-03-30  Nick Roberts  <nickrob@snap.net.nz>
19759         * progmodes/gud.el (gdb): (Re)-initialize gud-filter-pending-text.
19760         (gud-filter-pending-text): Move in front of gdb.
19761         (gud-overlay-arrow-position): New variable.
19762         (gud-sentinel, gud-display-line): Use it in place of
19763         overlay-arrow-position.
19765 2005-03-29  Glenn Morris  <gmorris@ast.cam.ac.uk>
19767         * progmodes/fortran.el (fortran-if-indent): Doc fix.
19768         (fortran-font-lock-keywords-2): Add "where", "elsewhere".
19769         (fortran-font-lock-keywords-4): New variable.
19770         (fortran-blocks-re, fortran-end-block-re)
19771         (fortran-start-block-re): New constants, for hideshow.
19772         (hs-special-modes-alist): Add a Fortran entry.
19773         (fortran-mode-map): Bind fortran-end-of-block,
19774         fortran-beginning-of-block to \M-\C-n, \M-\C-p.
19775         (fortran-mode): Doc fix.  Add fortran-font-lock-keywords-4.
19776         (fortran-looking-at-if-then, fortran-end-of-block)
19777         (fortran-beginning-of-block): New functions, for hideshow.
19779         * progmodes/f90.el (f90-end-block-re, f90-start-block-re):
19780         Doc fix.  Tweak regexp.
19781         (f90-beginning-of-block): Push mark first.
19783 2005-03-29  Jay Belanger  <belanger@truman.edu>
19785         * calc/calc.el: Update copyright date.
19786         (calc-version): Increase to 2.1.
19787         (calc-version-date): Remove.
19789         * calc/calc-help.el: Update copyright date.
19790         (calc-full-help): Remove reference to calc-version-date.
19791         Update copyright date.
19793 2005-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
19795         * vc.el (vc-do-command): Use a pipe for async processes, so password
19796         prompts don't show up at places where the user can't reply.
19798 2005-03-29  Olive Lin  <olive.lin@versateladsl.be>  (tiny change)
19800         * textmodes/tex-mode.el (tex-send-command): shell-quote-argument
19801         on the file name we pass to the inferior shell.
19803 2005-03-29  Stephan Stahl  <stahl@eos.franken.de>  (tiny change)
19805         * progmodes/which-func.el (which-function): Be robust in the face of an
19806         imenu--make-index-alist failure.
19808 2005-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
19810         * reveal.el (reveal-mode-map): Don't override C-a and C-e.
19812         * progmodes/python.el (python-preoutput-filter): Fix last change.
19814 2005-03-29  Lute Kamstra  <lute@gnu.org>
19816         * emacs-lisp/debug.el (debug-on-entry): Handle autoloaded
19817         functions and compiled macros.
19818         (debug-convert-byte-code): Handle macros too.
19819         (debug-on-entry-1): Don't signal an error when trying to clear a
19820         function that is not set to debug on entry.
19822 2005-03-29  Jay Belanger  <belanger@truman.edu>
19824         * calc/calc-lang.el: Add functions to math-function-table
19825         properties of tex and math.
19827 2005-03-29  Kenichi Handa  <handa@m17n.org>
19829         * ps-mule.el (ps-mule-plot-string): Translate characters by
19830         ps-print-translation-table.
19831         (ps-mule-begin-job): Call find-charset-region/string with
19832         ps-print-translation-table.
19833         (ps-mule-printable-p): Return t if CHARSET is ascii or latin-iso8859-1.
19835         * ps-print.el (ps-print-translation-table): New variable.
19836         (ps-plot-region): Translate characters by ps-print-translation-table.
19838 2005-03-29  Juri Linkov  <juri@jurta.org>
19840         * simple.el (next-error-highlight-timer): New variable.
19842         * progmodes/compile.el (compilation-goto-locus):
19843         Use `next-error-highlight-timer' instead of `sit-for'.
19845 2005-03-28  Stefan Monnier  <monnier@iro.umontreal.ca>
19847         * mail/supercite.el (sc-mail-field): Use assoc-string.
19848         (sc-get-address): Simplify regexps.
19850         * files.el (minibuffer-with-setup-hook): New macro.
19851         (find-file-read-args): Use it to avoid let-binding
19852         minibuffer-with-setup-hook (which breaks turning on/off
19853         file-name-shadow-mode while in the prompt).
19855         * complete.el (PC-read-include-file-name-internal):
19856         Use test-completion.
19858 2005-03-28  Luc Teirlinck  <teirllm@auburn.edu>
19860         * font-lock.el: Bind `font-lock-fontify-block' to M-o M-o.
19862 2005-03-28  Stefan Monnier  <monnier@iro.umontreal.ca>
19864         * window.el (window-buffer-height): Use count-screen-lines.
19866         * progmodes/python.el (python-preoutput-leftover): New var.
19867         (python-preoutput-filter): Use it.
19868         (python-send-receive): Loop until all the result has been received.
19870 2005-03-28  Juri Linkov  <juri@jurta.org>
19872         * dired.el (dired-mode-map): Add ellipsis to "Compare directories".
19874         * menu-bar.el (menu-bar-file-menu): Remove ellipsis from
19875         "Recover Crashed Session".
19876         (menu-bar-search-menu): Add ellipsis to "Search tagged files".
19877         (menu-bar-replace-menu): Add ellipsis to "Replace in tagged files".
19878         (menu-bar-goto-menu): Add ellipsis to "Set Tags File Name".
19879         (menu-bar-goto-menu): Add ellipsis to "Tags Apropos".
19880         (menu-bar-options-menu): Add ellipsis to "Set Font/Fontset".
19881         (menu-bar-manuals-menu): Add ellipsis to "Find Command in Manual".
19882         (menu-bar-manuals-menu): Add ellipsis to "Find Key in Manual".
19883         (menu-bar-help-menu): Remove ellipsis from "Find Emacs Packages".
19885         * ediff-hook.el (menu-bar-ediff-misc-menu, ediff-misc-menu):
19886         Remove ellipsis from "Ediff Manual", "Customize Ediff", "List
19887         Ediff Sessions", "Toggle use of separate control buffer frame",
19888         "Use separate frame for Ediff control buffer".
19890         * bookmark.el (menu-bar-bookmark-map): Add ellipsis to "Jump to
19891         Bookmark", "Set Bookmark", "Insert Contents", "Insert Location",
19892         "Rename Bookmark", "Delete Bookmark".
19894         * info.el (Info-mode-menu): Remove ellipsis from "Index".
19895         Add ellipsis to "Lookup a String", "Lookup a string in all indices".
19896         Add `:active Info-index-alternatives' to "Next Matching Item".
19898         * wdired.el (wdired-change-to-wdired-mode):
19899         Mention `wdired-abort-changes' key in the initial message.
19901         * international/mule.el (auto-coding-alist): Associate non-ascii
19902         image filename extensions with `no-conversion'.
19904 2005-03-27  Stefan Monnier  <monnier@iro.umontreal.ca>
19906         * international/iso-acc.el:
19907         * obsolete/iso-acc.el: Move iso-acc to the obsolete subdir.
19909 2005-03-26  Luc Teirlinck  <teirllm@auburn.edu>
19911         * textmodes/sgml-mode.el (html-mode): Doc update.
19913         * autorevert.el (auto-revert-check-vc-info): Minor doc fix.
19915 2005-03-26  Dan Nicolaescu  <dann@ics.uci.edu>
19917         * term.el (term-move-columns): Fix face after extending a line.
19918         (term-insert-spaces): Likewise.
19919         (term-reset-terminal): Fix off by one error.
19921 2005-03-26  Eli Zaretskii  <eliz@gnu.org>
19923         * international/mule.el (auto-coding-alist): Add .xpi files.
19925         * files.el (auto-mode-alist): Add .xpi files.
19927 2005-03-26  Jure Cuhalev  <gandalf@owca.info>  (tiny change)
19929         * textmodes/ispell.el (ispell-dictionary-alist-6): Add slovenian.
19931 2005-03-26  Eli Zaretskii  <eliz@gnu.org>
19933         * term/bobcat.el: Don't use keyswap.el, since it is now obsolete.
19935 2005-03-26  Glenn Morris  <gmorris@ast.cam.ac.uk>
19937         * calendar/cal-menu.el (top level): Delete local C-down-mouse-3
19938         binding.  Suggested by Stephan Stahl <stahl@eos.franken.de>.
19940         * calendar/cal-move.el (calendar-beginning-of-year): Move the
19941         cursor to Jan 1 when needed.
19942         (calendar-end-of-year): Fix -/+ typo.
19943         Reported by Chong Yidong <cyd@stupidchicken.com>.
19945 2005-03-26  Stefan Monnier  <monnier@iro.umontreal.ca>
19947         * progmodes/flymake.el (flymake-mode): Add autoload cookie.
19949         * emacs-lisp/debug.el (debugger-record-expression): Add a missing
19950         format to `message'.  Inspired by Deepak Goel <deego@gnufans.org>.
19952 2005-03-25  Richard M. Stallman  <rms@gnu.org>
19954         * filesets.el (filesets-init): Add autoload.
19956         * mail/mailalias.el (mail-directory): Doc fix.
19958 2005-03-25  Frederik Fouvry  <fouvry@CoLi.Uni-SB.DE>
19960         * mail/mailalias.el (mail-directory-process): Do nothing if
19961         mail-directory-process is an atom.
19962         (mail-get-names): Ignore mail-directory-names if it is an atom.
19963         (mail-directory-process defvar): Doc fix.
19964         (mail-names): Doc fix.
19966 2005-03-25  Johan Bockg\e,Ae\e(Brd  <bojohan+mail@dd.chalmers.se>  (tiny change)
19968         * textmodes/flyspell.el (mail-mode-flyspell-verify): Fix regexp syntax.
19970 2005-03-26  Kenichi Handa  <handa@m17n.org>
19972         * international/mule-util.el (detect-coding-with-priority):
19973         Call update-coding-systems-internal before detect-coding-region.
19975 2005-03-26  Nick Roberts  <nickrob@snap.net.nz>
19977         * progmodes/gdb-ui.el (gdb-breakpoints-mode-map)
19978         (gdb-frames-mode-map): Add follow-link property.
19980 2005-03-25  Jay Belanger  <belanger@truman.edu>
19982         * calc/calcalg2.el (calc-solve-for): Use "Variable(s)" to prompt
19983         for variables.
19985 2005-03-25  Juri Linkov  <juri@jurta.org>
19987         * image-mode.el: Optimize image filename extension regexps in
19988         autoload cookies.  Associate .x[bp]m with `image-mode-maybe'
19989         in `auto-mode-alist'.
19990         (image-mode): Add `image-toggle-display-text' to local hook
19991         `change-major-mode-hook'.  Display the image as an image by
19992         default.  Set `cursor-type' and `truncate-lines' if the image
19993         is already displayed.  Take into account the current mode (image
19994         or text) in message.
19995         (image-minor-mode): New minor mode.
19996         (image-mode-maybe, image-toggle-display-text): New functions.
19997         (image-toggle-display): Use called-interactively-p.
19998         Let-bind `inhibit-read-only' to t.
20000         * image-mode.el (image-minor-mode): Set `cursor-type' and
20001         `truncate-lines' if the image is already displayed.  Add turning
20002         image-minor-mode off to `change-major-mode-hook'.  Add message.
20003         Call `image-toggle-display-text' after turning image-minor-mode off.
20005 2005-03-25  Stefan Monnier  <monnier@iro.umontreal.ca>
20007         * international/mule-cmds.el (set-locale-environment): For Mac OS X's
20008         Terminal.app, use utf-8.
20009         (set-display-table-and-terminal-coding-system): Add coding-system arg.
20010         (set-locale-environment): Use it.
20012         * term/xterm.el: Undo last change, better done in mule-cmds.el.
20014         * emacs-lisp/rx.el (rx-constituents): Add symbol-start and symbol-end.
20016         * progmodes/python.el (python-close-block-statement-p)
20017         (python-outdent-p, python-current-defun): Use symbol-end.
20019 2005-03-25  Karl Chen  <quarl@cs.berkeley.edu>  (tiny change)
20021         * files.el (save-some-buffers): Doc fix.
20023 2005-03-25  Werner Lemberg  <wl@gnu.org>
20025         * complete.el, thumbs.el: Replace `legal' with `valid'.
20026         * calendar/calendar.el: Replace `legal' with `valid'.
20027         * emacs-lisp/advice.el: Replace `legal' with `valid'.
20028         * mail/supercite.el: Replace `legal' with `valid'.
20029         * progmodes/cperl-mode.el, progmodes/idlw-shell.el
20030         * progmodes/idlwave.el, progmodes/vhdl-mode.el:
20031         Replace `legal' with `valid'.
20032         * textmodes/reftex-vars.el, textmodes/reftex.el:
20033         Replace `legal' with `valid'.
20035 2005-03-25  Werner Lemberg  <wl@gnu.org>
20037         * calc/calc-forms.el, calc/calc-sel.el
20038         * midnight.el, vc-cvs.el
20039         * emacs-lisp/cl-macs.el
20040         * emulation/vip.el
20041         * eshell/esh-io.el, eshell/esh-var.el
20042         * mail/supercite.el
20043         * progmodes/ebnf-abn.el, progmodes/ebnf-bnf.el
20044         * progmodes/ebnf-ebx.el, progmodes/ebnf-dtd.el, progmodes/ebnf-iso.el
20045         * progmodes/ebnf-yac.el, progmodes/ebnf2ps.el, progmodes/idlwave.el
20046         * progmodes/sh-script.el, progmodes/xscheme.el
20047         * textmodes/refbib.el, textmodes/refer.el, textmodes/reftex-cite.el
20048         * textmodes/reftex-index.el, textmodes/reftex-parse.el
20049         * textmodes/reftex-ref.el, textmodes/reftex-vars.el
20050         * textmodes/reftex.el, textmodes/org.el:
20051         Replace `illegal' with `invalid'.
20053 2005-03-24  Stefan Monnier  <monnier@iro.umontreal.ca>
20055         * progmodes/flymake.el (flymake-get-file-name-mode-and-masks)
20056         (flymake-find-buildfile, flymake-find-possible-master-files)
20057         (flymake-check-include, flymake-parse-line): Replace loops over the
20058         length of lists, by loops over lists, to remove silly O(n\e,A2\e(B) behavior.
20060         * progmodes/flymake.el (flymake-ensure-ends-with-slash): Remove.
20061         Substitute file-name-as-directory in the rest of the file.
20062         (flymake-get-common-file-prefix): Rewrite, using compare-strings.
20063         (flymake-replace-region): Remove unused arg `buffer'.
20064         (flymake-check-patch-master-file-buffer): Update calls to it.
20065         (flymake-add-err-info): Remove unused var `count'.
20066         (flymake-mode): Use define-minor-mode.
20068         * progmodes/flymake.el: Use with-current-buffer.
20069         (flymake-float-time, flymake-get-temp-dir, flymake-line-end-position)
20070         flymake-replace-regexp-in-string, flymake-line-beginning-position)
20071         (flymake-popup-menu, flymake-current-row, flymake-selected-frame):
20072         Avoid testing for `xemacs'.
20073         (flymake-nop): Move.
20074         (flymake-region-has-flymake-overlays): Return the computed value.
20075         (flymake-reformat-err-line-patterns-from-compile-el): Use dolist.
20076         Remove unused var `endline'.
20077         (flymake-get-line-count): Remove unused function.
20078         (flymake-display-err-menu-for-current-line): Unused var move-mouse-pos.
20080         * emulation/vi.el:
20081         * generic.el:
20082         * hilit-chg.el (global-highlight-changes):
20083         * hi-lock.el (hi-lock-mode):
20084         * follow.el: find-file-hooks -> find-file-hook.
20086         * comint.el (comint-insert-input): Obey mouse-yank-at-point.
20088 2005-03-24  Juri Linkov  <juri@jurta.org>
20090         * dired.el (dired-mode-map): Add menu item "Compare directories"
20091         for dired-compare-directories.
20093         * dired-aux.el (dired-compare-directories): Add autoload cookie.
20094         Doc fix.  Replace `read-file-name' with `read-directory-name'.
20096 2005-03-24  Stefan Monnier  <monnier@iro.umontreal.ca>
20098         * term/xterm.el: If running in Terminal.app set coding-system to utf-8.
20100 2005-03-24  Jay Belanger  <belanger@truman.edu>
20102         * calc/calc-embed.el (calc-embedded-mode-change): Save all
20103         relevant mode settings in calc-embedded-original-modes when modes
20104         are permanently changed.
20106 2005-03-24  Stefan Monnier  <monnier@iro.umontreal.ca>
20108         * autoinsert.el: find-file-hooks -> find-file-hook.
20110 2005-03-24  Lute Kamstra  <lute@gnu.org>
20112         * generic.el (generic-font-lock-defaults): Make it obsolete.
20113         (generic-font-lock-keywords): New variable to replace
20114         generic-font-lock-defaults.
20115         (generic-mode-set-font-lock): Delete it.
20116         (generic-mode-internal): Don't call generic-mode-set-font-lock.
20117         (generic-bracket-support): Add docstring.
20119         * generic-x.el: Rename generic-font-lock-defaults to
20120         generic-font-lock-keywords throughout.
20121         (mailagent-rules-setup-function): Delete it.
20122         (mailagent-rules-generic-mode): Use anonymous function instead.
20123         (show-tabs-generic-mode-font-lock-defaults-1)
20124         (show-tabs-generic-mode-font-lock-defaults-2): Make them constants.
20125         Quote faces.
20126         (show-tabs-tab-face, show-tabs-space-face): Specify background,
20127         not foreground.
20129         * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
20130         Recognize define-generic-mode.
20132 2005-03-23  Stefan Monnier  <monnier@iro.umontreal.ca>
20134         * icomplete.el (icomplete-simple-completing-p): Don't turn on icomplete
20135         if there's no completion table.
20137 2005-03-23  Miles Bader  <miles@gnu.org>
20139         * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
20140         Remove tty-specific variants, as they're no longer needed.
20142 2005-03-23  Lute Kamstra  <lute@gnu.org>
20144         * generic-x.el: Code cleanup: make args constant whenever possible.
20145         (installshield-statement-keyword-list)
20146         (installshield-system-functions-list)
20147         (installshield-system-variables-list, installshield-types-list)
20148         (installshield-funarg-constants-list): Make them constants.
20150         * generic.el (generic-make-keywords-list): Add autoload cookie.
20152         * calendar/time-date.el: Add comment on time value formats.
20153         Don't require parse-time.
20154         (with-decoded-time-value): New macro.
20155         (encode-time-value): New function.
20156         (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
20157         (days-to-time): Return a valid time value when arg is huge.
20158         (time-since): Use time-subtract.
20159         (time-to-number-of-days): Use time-to-seconds.
20161 2005-03-23  David Ponce  <david@dponce.com>
20163         * recentf.el (recentf-keep): New option.
20164         (recentf-menu-action): Default to `find-file'.
20165         (recentf-keep-non-readable-files-flag)
20166         (recentf-keep-non-readable-files-p)
20167         (recentf-file-readable-p, recentf-find-file)
20168         (recentf-cleanup-remote): Remove.
20169         (recentf-include-p): More robust.
20170         (recentf-keep-p): New function.
20171         (recentf-remove-if-non-kept): Rename from
20172         `recentf-remove-if-non-readable'.  Use `recentf-keep-p'.
20173         All callers updated.
20174         (recentf-menu-items-for-commands): Fix help string.
20175         (recentf-track-closed-file): Update.  Doc fix.
20176         (recentf-cleanup): Update.  Count removed files.  Doc fix.
20178 2005-03-23  Kim F. Storm  <storm@cua.dk>
20180         * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
20181         Don't inherit from fringe face (now happens automatically).
20183 2005-03-22  Kim F. Storm  <storm@cua.dk>
20185         * tooltip.el (tooltip-show-help-function): Ignore negative mouse
20186         position values.
20188 2005-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
20190         * menu-bar.el (showhide-date-time): Remove.
20191         (menu-bar-showhide-menu): Use menu-bar-make-mm-toggle.
20192         (menu-bar-make-mm-toggle): Simplify.
20194 2005-03-22  JUAN-LEON Lahoz Garcia  <juanleon1@gmail.com>
20196         * progmodes/perl-mode.el (perl-font-lock-keywords-2):
20197         Accept qualified variable and function names.
20199 2005-03-22  Thien-Thi Nguyen  <ttn@gnu.org>
20201         * bindings.el (completion-ignored-extensions):
20202         Remove ".lis" for `vax-vms'.
20204 2005-03-22  Andreas Schwab  <schwab@suse.de>
20206         * generic-x.el: Revert last change.
20207         * ldefs-boot.el: Update.
20209 2005-03-22  Jay Belanger  <belanger@truman.edu>
20211         * calc/calc-embed.el (calc-embedded-original-modes): New variable.
20212         (calc-embedded-save-original-modes)
20213         (calc-embedded-restore-original-modes): New functions.
20214         (calc-do-embedded): Save original modes when entering embedded mode
20215         and restore when leaving embedded mode.
20216         (calc-embedded-modes-change): Change the value of
20217         calc-embedded-original-modes to reflect permanent changes.
20219 2005-03-22  Lute Kamstra  <lute@gnu.org>
20221         * generic-x.el: Require generic again.
20223 2005-03-22  Miles Bader  <miles@gnu.org>
20225         * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
20226         Tweak details to look good on both ttys and bitmap displays, light
20227         or dark background, etc.
20229 2005-03-21  Kim F. Storm  <storm@cua.dk>
20231         * tooltip.el (tooltip-show-help-function): Check car and cdr of
20232         mouse position.
20234 2005-03-21  Stefan Monnier  <monnier@iro.umontreal.ca>
20236         * icomplete.el: Don't forcibly turn on the mode upon load.
20237         (icomplete-mode): Use define-minor-mode.
20238         (icomplete-eoinput): Default to nil.
20239         (icomplete-minibuffer-setup): Remove autoload.
20240         (icomplete-tidy): Simplify.
20241         (icomplete-exhibit): Use buffer-undo-list to determine if we're still
20242         in the initial state or if the user has modified the field.
20243         Fix handling of icomplete-max-delay-chars.
20244         Remove code that handles the oddball case where
20245         minibuffer-completion-table is an integer.
20246         Wrap icomplete-completions in while-no-input in case building
20247         completions takes more time than expected.
20248         (icomplete-completions): Simplify.
20250 2005-03-21  Richard M. Stallman  <rms@gnu.org>
20252         * jka-compr.el (jka-compr-really-do-compress):
20253         Make variable buffer-local.
20255         * image-mode.el: Handle .xpm files too.
20256         (image-toggle-display): Preserve modification flag.
20258         * help.el (where-is): Don't mention aliases with no key bindings.
20260 2005-03-21  Lute Kamstra  <lute@gnu.org>
20262         * generic.el: Fix commentary section.  Don't require cl for
20263         compilation.
20264         (generic-mode-list): Add autoload cookie.
20265         (generic-use-find-file-hook, generic-lines-to-scan)
20266         (generic-find-file-regexp, generic-ignore-files-regexp)
20267         (generic-mode, generic-mode-find-file-hook)
20268         (generic-mode-ini-file-find-file-hook): Fix docstrings.
20269         (define-generic-mode): Make it a defmacro.  Fix docstring.
20270         (generic-mode-internal): Code cleanup.  Add autoload cookie.
20271         (generic-mode-set-comments): Code cleanup.
20272         * generic-x.el: Don't prevent compilation.  Don't require generic.
20273         Follow coding conventions.  Minor code cleanup.
20274         (etc-fstab-generic-mode): Add some keywords.
20275         * font-lock.el (lisp-font-lock-keywords-1): Font lock a call to
20276         define-generic-mode like a function declaration.
20278 2005-03-21  Jay Belanger  <belanger@truman.edu>
20280         * calc/calc-embed.el (calc-do-embedded): Put data on stack before
20281         changing modes.
20283 2005-03-21  Sam Steingold  <sds@gnu.org>
20285         * add-log.el (add-log-current-defun): Support more C DEFUN forms.
20287 2005-03-21  Thien-Thi Nguyen  <ttn@gnu.org>
20289         * progmodes/dcl-mode.el (dcl-font-lock-keywords):
20290         Add underscore to "f$ lexicals" regexp.
20292 2005-03-20  Juri Linkov  <juri@jurta.org>
20294         * subr.el (progress-reporter-do-update): When `min-value' is equal
20295         to `max-value', set `percentage' to 0 and prevent division by zero.
20297 2005-03-20  Michael Albinus  <michael.albinus@gmx.de>
20299         Sync with Tramp 2.0.48.
20301         * net/tramp.el (all): Change all addresses to .gnu.org.
20302         (tramp-append-tramp-buffers): New defun.
20303         (tramp-bug): Apply `tramp-append-tramp-buffers' as post-hook.
20304         Catch `dont-send' signal.
20305         (tramp-set-auto-save-file-modes): Set always permissions, because
20306         there might be an old auto-saved file belonging to another
20307         original file.  This could be a security threat.  Reported by
20308         Kjetil Kjernsmo <kjetil@kjernsmo.net>.
20309         Check for Emacs 21.3.50 removed.
20311         * net/tramp-smb.el (all): Remove debug construct for
20312         `with-parsed-tramp-file-name'.
20313         (tramp-smb-prompt): Prompt can contain spaces inside directory names.
20314         (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file):
20315         No error message if DIRECTORY or FILENAME doesn't exist.
20316         (tramp-smb-open-connection): Check existence of
20317         `tramp-smb-program'.
20319 2005-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
20321         * progmodes/perl-mode.el (perl-font-lock-syntactic-face-function):
20322         Properly handle the case where the `m' or `s' command's argument is not
20323         yet terminated.
20324         (perl-indent-new-calculate): New function.
20325         (perl-indent-line): Use it.
20327 2005-03-20  Miles Bader  <miles@gnu.org>
20329         * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Use breakpoint faces
20330         in text-mode too.  Change to new face names.
20331         (breakpoint-enabled): Rename from `breakpoint-enabled-bitmap-face'.
20332         Add `:weight bold' attribute.
20333         (breakpoint-disabled): Rename from `breakpoint-disabled-bitmap-face'.
20335 2005-03-19  Juri Linkov  <juri@jurta.org>
20337         * files.el (auto-mode-alist): Add comment.  Optimize jar/ear/war.
20339         * international/mule.el (auto-coding-alist): Sync with
20340         `auto-mode-alist' by adding upper case archive file extensions
20341         and adding ear/war to jar extension.
20343 2005-03-19  David Casperson  <casper@unbc.ca>  (tiny change)
20345         * textmodes/tex-mode.el (tex-view): If tex-shell process is not
20346         running, restart it.
20348 2005-03-19  Yoichi NAKAYAMA  <yoichi@geiin.org>  (tiny changes)
20350         * finder.el (finder-current-item): Throw an error on an empty line.
20352         * man.el (Man-follow-manual-reference): If current-word returns
20353         nil, use "".
20355 2005-03-19  Matt Hodges  <MPHodges@member.fsf.org>
20357         * simple.el (goto-line): Doc fix.
20359 2005-03-19  Aaron Hawley  <Aaron.Hawley@uvm.edu>  (tiny change)
20361         * files.el (save-buffer): Doc fix.
20363 2005-03-19  Michael R. Mauger  <mmaug@yahoo.com>
20365         * recentf.el (recentf-cleanup-remote): New variable.
20366         (recentf-cleanup): Use it to conditionally check availability of
20367         remote files.
20369 2005-03-19  Joe Edmonds  <joe-bugs-debian-org@elem.com>  (tiny change)
20371         * emacs-lisp/lisp-mode.el (lisp-mode-variables): Recognize `@' in
20372         function names.
20374 2005-03-19  Eli Zaretskii  <eliz@gnu.org>
20376         * language/thai-word.el: New file.
20378 2005-03-19  JUAN-LEON Lahoz Garcia  <juanleon1@gmail.com>
20380         * files.el (backup-buffer): If the file's directory is not
20381         writable, use copy instead of move to backup the file.
20383 2005-03-19  Eli Zaretskii  <eliz@gnu.org>
20385         * obsolete/keyswap.el: Moved to obsolete/ from term/.
20387 2005-03-19  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
20389         * ps-print.el (ps-generate-string-list, ps-generate-header-line):
20390         Use functionp instead of symbolp and fboundp.  Reported by Drkm
20391         <darkman_spam@yahoo.fr>.
20392         (ps-print-version): New version 6.6.6.
20394 2005-03-18  Tak Ota  <Takaaki.Ota@am.sony.com>
20396         * textmodes/table.el (table--line-column-position): New idiom.
20397         (table--row-column-insertion-point-p): New function to test
20398         validity of row and column insertion operation at a location.
20399         (table-global-menu, table-cell-menu): Use above functions for
20400         deterministic test operation.
20401         (table--editable-cell-p): Behave in deterministic fashion.
20403 2005-03-18  Juri Linkov  <juri@jurta.org>
20405         * isearch.el (isearch-lazy-highlight-new-loop):
20406         Make arguments beg and end optional.
20407         (isearch-update): Remove optional arguments nil from
20408         isearch-lazy-highlight-new-loop.
20409         (isearch-lazy-highlight-search): Let-bind case-fold-search to
20410         isearch-lazy-highlight-case-fold-search instead of
20411         isearch-case-fold-search, and let-bind isearch-regexp to
20412         isearch-lazy-highlight-regexp.
20413         Use isearch-lazy-highlight-last-string instead of isearch-string.
20415         * replace.el (perform-replace): Remove bindings of global
20416         variables isearch-string, isearch-regexp, isearch-case-fold-search.
20417         Add three new arguments to `replace-highlight'.
20418         (replace-highlight): Add arguments string, regexp, case-fold.
20419         Let-bind isearch-string, isearch-regexp, isearch-case-fold-search
20420         to allow isearch-lazy-highlight-new-loop to use these values
20421         to set corresponding isearch-lazy-highlight-* internal
20422         variables whose values lazy highlighting will use regardless of
20423         changes to global variables isearch-string, isearch-regexp,
20424         isearch-case-fold-search during lazy highlighting loop.
20425         (replace-dehighlight): Rename `isearch-lazy-highlight-cleanup'
20426         to `lazy-highlight-cleanup'.
20428         * textmodes/ispell.el (ispell-lazy-highlight): New defcustom.
20429         (ispell-highlight-face): Set default face to `isearch' when
20430         lazy highlighting is enabled.
20431         (ispell-highlight-spelling-error-overlay): Set `ispell-overlay'
20432         priority to 1.  Add lazy highlighting.
20433         (ispell-highlight-spelling-error-xemacs): Remove obsolete arg
20434         from `isearch-dehighlight'.
20436 2005-03-18  David Ponce  <david@dponce.com>
20438         * files.el (hack-local-variables): Do a case-insensitive search
20439         for End.
20441 2005-03-18  Juri Linkov  <juri@jurta.org>
20443         * isearch.el (lazy-highlight-cleanup) <command>: Rename from
20444         `isearch-lazy-highlight-cleanup', add alias to old name and
20445         declare obsolete.  Add release numbers to other obsolete vars.
20446         (isearch-done, isearch-lazy-highlight-new-loop):
20447         Rename `isearch-lazy-highlight-cleanup' to `lazy-highlight-cleanup'.
20448         (lazy-highlight-cleanup) <variable>: Doc fix.
20449         (isearch-lazy-highlight-update): Rename obsolete
20450         `isearch-lazy-highlight-face' to `lazy-highlight-face'.
20452 2005-03-18  Kenichi Handa  <handa@m17n.org>
20454         * language/thai-util.el: Fix categorization of Thai characters in
20455         thai-category-table.
20456         (thai-composition-pattern): Adjust it for the above change.
20457         (thai-self-insert-command, thai-compose-syllable): New functions.
20458         (thai-compose-region): Use thai-compose-syllable.
20459         (thai-compose-string): Likewise.
20460         (thai-composition-function): Likewise.
20461         (thai-auto-composition): New function.
20462         (thai-auto-composition-mode): New minor mode.
20464         * language/thai.el: Fix patterns to be registered in
20465         composition-function-table.
20467         * international/quail.el (quail-input-method): Locally bind
20468         inhibit-modification-hooks to t.
20470 2005-03-17  Richard M. Stallman  <rms@gnu.org>
20472         * progmodes/perl-mode.el (perl-mode-hook): Defvar it.
20473         (perl-mode): Use run-mode-hooks.
20475         * mail/rmail.el (rmail-movemail-program, rmail-pop-password)
20476         (rmail-pop-password-required, rmail-remote-password): Doc fixes.
20477         (rmail-preserve-inbox, rmail-probe, rmail-autodetect): Doc fix.
20479         * mail/sendmail.el (sendmail-send-it): Reenable the code
20480         to compute resend-to-address and use it.
20482         * tar-mode.el (tar-mode): Turn off undo unconditionally.
20484         * image-mode.el: New file.
20486         * image.el (insert-sliced-image): Add autoload cookie.
20488         * font-lock.el (font-lock-lines-before): New user option.
20489         (font-lock-after-change-function): Obey it.
20491         * bindings.el (esc-map): Make M-g a prefix.
20492         Bind M-g g and M-g M-g to goto-line.
20494         * faces.el (face-id): Doc fix.
20496 2005-03-17  Frederik Fouvry  <fouvry@CoLi.Uni-SB.DE>
20498         * mail/rmail.el (rmail-unknown-mail-followup-to): New function.
20499         (rmail-show-message): Use rmail-unknown-mail-followup-to.
20500         (rmail-reply): Recognize Mail-Followup-To and Mail-Reply-To headers.
20502         * mail/sendmail.el (mail-yank-ignored-headers)
20503         (mail-font-lock-keywords, mail-mode-fill-paragraph):
20504         Add Mail-Followup-To and Mail-Reply-To headers.
20505         (mail-citation-hook): Add autoload cookie.
20506         (mail-mode): Doc fix.
20507         (mail-mode-map): Bind mail-mail-followup-to and mail-mail-reply-to.
20508         (mail-send): Compute Mail-Followup-To and Mail-Reply-To headers.
20509         (mail-mode-fill-paragraph): Handle those headers.
20510         (mail-mailing-lists): New variable.
20511         (mail-mail-reply-to, mail-mail-followup-to): New functions.
20513 2005-03-17  Juri Linkov  <juri@jurta.org>
20515         * isearch.el (isearch-fallback): Check for `(car previous)'
20516         before calling `isearch-other-end-state'.
20518 2005-03-17  Kim F. Storm  <storm@cua.dk>
20520         * simple.el (move-beginning-of-line): Move to beginning of buffer
20521         line, as well as beginning of screen line.
20523 2005-03-16  Glenn Morris  <gmorris@ast.cam.ac.uk>
20525         * calendar/diary-lib.el (mark-diary-entries): Use new optional
20526         argument REDRAW rather than calendar-redrawing variable.
20527         * calendar/calendar.el (calendar-redrawing): Delete.
20528         (redraw-calendar): Do not bind calendar-redrawing.
20530 2005-03-16  Matt Hodges  <MPHodges@member.fsf.org>
20532         * calendar/diary-lib.el (diary-redraw-calendar): Preserve point in
20533         diary-file buffer.
20535 2005-03-16  Stefan Monnier  <monnier@iro.umontreal.ca>
20537         * help.el (describe-mode): Allow a :minor-mode-function property to
20538         specify a different minor mode toggle function than the variable.
20539         * simple.el (auto-fill-function):
20540         * subr.el (add-minor-mode): Use it.
20542 2005-03-16  Kenichi Handa  <handa@m17n.org>
20544         * language/ethio-util.el (sera-being-called-by-w3): New variable.
20545         (ethio-sera-to-fidel-ethio): Check also sera-being-called-by-w3.
20546         (ethio-fidel-to-sera-buffer): Likewise.
20548 2005-03-16  Juri Linkov  <juri@jurta.org>
20550         * emacs-lisp/find-func.el (find-function-regexp):
20551         Add defun-emitting macro `menu-bar-make-toggle'.
20553         * isearch.el: Put `isearch-scroll' property to
20554         `split-window-horizontally'.
20556         * info.el: Update error messages for `debug-ignored-errors'.
20557         (Info-isearch-search): Doc fix.
20558         (Info-find-node): Move up code to go into info buffer before
20559         recording the node to the history.
20560         (Info-fontify-node): Fontify titles only if the next line
20561         has two or more `*', `=', `-', `.'.
20562         Display "go to this node" for empty (match-string 3).
20564 2005-03-16  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
20566         * term/mac-win.el: Add mouse pointer shape constants.
20568 2005-03-15  Kim F. Storm  <storm@cua.dk>
20570         * simple.el (move-beginning-of-line): Use vertical-motion.
20572 2005-03-15  Juri Linkov  <juri@jurta.org>
20574         * isearch.el (isearch-error): New variable.
20575         (isearch-invalid-regexp, isearch-within-brackets): Remove.
20576         (isearch-error-state): Rename from `isearch-invalid-regexp-state'.
20577         (isearch-within-brackets-state): Remove.
20578         (isearch-case-fold-search-state, isearch-pop-fun-state):
20579         Decrease frame index.
20580         (isearch-mode, isearch-top-state, isearch-push-state)
20581         (isearch-edit-string, isearch-abort, isearch-search-and-update)
20582         (isearch-fallback, isearch-message-prefix, isearch-message-suffix)
20583         (isearch-search, isearch-lazy-highlight-new-loop):
20584         Replace `isearch-invalid-regexp' with `isearch-error'.
20585         Remove `isearch-within-brackets'.
20586         (isearch-search): Add `search-failed' handler to `condition-case'.
20587         (isearch-lazy-highlight-search): Add `condition-case' to catch
20588         errors and allow `isearch-lazy-highlight-update' to try
20589         highlighting from the beginning of the window.
20590         (isearch-repeat): Move up code to set isearch-wrapped to t
20591         before calling isearch-wrap-function.
20593         * info.el (Info-isearch-initial-node): New internal variable.
20594         (Info-search): Signal an error in isearch mode when search leaves
20595         the initial node.  Signal an error when `bound' is non-nil and
20596         nothing was found in the current subfile.
20597         (Info-isearch-search): Remove `condition-case'.
20598         (Info-isearch-wrap): Don't wrap when search failed during leaving
20599         the initial node.  If `Info-isearch-search' is nil, wrap around
20600         the current node.
20601         (Info-isearch-start): New fun.
20602         (Info-mode): Add buffer-local hook `Info-isearch-start' to
20603         `isearch-mode-hook'.
20605 2005-03-15  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
20607         * simple.el (normal-erase-is-backspace): Set default to t if
20608         running on Mac.
20610         * term/mac-win.el (function-key-map): Sync with x-win.el.
20612 2005-03-15  Kenichi Handa  <handa@m17n.org>
20614         * international/mule-cmds.el (locale-language-names): Modify the
20615         format of elements and add more entries.
20616         (locale-preferred-coding-systems): Add more entries.
20617         (set-locale-environment): Adjust for the change of
20618         locale-language-names.
20620 2005-03-14  Stefan Monnier  <monnier@iro.umontreal.ca>
20622         * pcvs.el (smerge-ediff): Remove bogus autoload.
20624 2005-03-14  Lute Kamstra  <lute@gnu.org>
20626         * emacs-lisp/debug.el (debugger-make-xrefs): Docstring fix.
20627         Ignore a `*' at the beginning of a line.
20629         * subr.el (macro-declaration-function): Move to emacs-lisp/byte-run.el.
20630         * emacs-lisp/byte-run.el (macro-declaration-function): Move from
20631         subr.el.
20632         (dont-compile, eval-when-compile, eval-and-compile): Use declare
20633         to specify indentation.
20635         * generic.el (define-generic-mode): Let generic-mode-list be a
20636         list of strings; test membership with equal.
20638 2005-03-14  Kim F. Storm  <storm@cua.dk>
20640         * simple.el (next-line, previous-line): Add optional try-vscroll
20641         arg to recognize interactive use.  Pass it on to line-move.
20642         (line-move): Don't perform auto-window-vscroll when defining or
20643         executing keyboard macro to ensure consistent behavior.
20645 2005-03-13  Stefan Monnier  <monnier@iro.umontreal.ca>
20647         * pcvs-util.el (cvs-string->strings): Strip trailing whitespace.
20649 2005-03-13  Lute Kamstra  <lute@gnu.org>
20651         * emacs-lisp/debug.el (debug): Set debug-on-exit before calling
20652         debugger-setup-buffer so that backtrace marks the frames set to
20653         debug-on-exit and we don't have to do it manually.  Set an extra
20654         debug-on-exit for macro's.
20655         (debugger-setup-buffer): Don't mark the top frame manually.
20657 2005-03-12  Lute Kamstra  <lute@gnu.org>
20659         * emacs-lisp/byte-run.el: Replace lisp-indent-hook with
20660         lisp-indent-function throughout.
20661         (with-no-warnings): Set lisp-indent-function property.
20663 2005-03-12  Thien-Thi Nguyen  <ttn@gnu.org>
20665         * progmodes/dcl-mode.el (dcl-mode-syntax-table):
20666         Add entry for backslash.
20668 2005-03-12  Juri Linkov  <juri@jurta.org>
20670         * info.el (Info-search): Four fixes for backward search.
20672 2005-03-11  Jay Belanger  <belanger@truman.edu>
20674         * calc/calc.el (calc-language-alist): New variable.
20675         * calc/calc-embed.el (calc-embedded-language-alist): Remove.
20676         (calc-embedded-find-modes): Use calc-language-alist instead of
20677         calc-embedded-language-alist.
20679 2005-03-11  Glenn Morris  <gmorris@ast.cam.ac.uk>
20681         * calendar/calendar.el (calendar-redrawing): New internal
20682         variable.
20683         (redraw-calendar): Remove bogus save-excursion from previous
20684         change.  Bind calendar-redrawing to t for mark-diary-entries.
20685         * calendar/diary-lib.el (mark-diary-entries): No need to redraw
20686         calendar if that is why we were called.
20688 2005-03-11  Kenichi Handa  <handa@m17n.org>
20690         * international/mule.el (make-coding-system): Set property
20691         coding-system-define-form to nil.
20692         (define-coding-system-alias): Likewise.
20694 2005-03-11  Kenichi Handa  <handa@m17n.org>
20696         These changes are suggested by Dave Love <fx@gnu.org>.
20698         * textmodes/fill.el: Change encoding to iso-2022-7bit and add
20699         coding: tag.
20700         (adaptive-fill-regexp): Add more bullets.
20701         (fill-french-nobreak-p): Add Latin-1 and Latin-9 guillemets in
20702         regexps.
20704 2005-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
20706         * help.el (describe-mode): Properly handle non-trivial lighters.
20707         Don't ignore minor modes that are not listed in minor-mode-list.
20709         * tooltip.el (tooltip-mode): Don't complain that you can't turn the
20710         feature ON when the user requests to turn it OFF.
20712 2005-03-10  Lute Kamstra  <lute@gnu.org>
20714         * emacs-lisp/debug.el (debug-entry-code): Delete it.
20715         (implement-debug-on-entry): New function to replace debug-entry-code.
20716         (debug-on-entry-1): Use implement-debug-on-entry.  Delete the
20717         second argument as the 2005-03-07 change makes it obsolete.
20718         (debug-on-entry, cancel-debug-on-entry): Update call to
20719         debug-on-entry-1.
20720         (debug, debugger-setup-buffer): Comment update.
20721         (debugger-frame-number): Update to work with implement-debug-on-entry.
20723 2005-03-10  Jay Belanger  <belanger@truman.edu>
20725         * calc/calc-embed.el (math-ms-args): Declare it.
20726         (calc-embedded-eval-expr, calc-embedded-eval-get-var): Use variable
20727         math-ms-args.
20728         (calc-embedded-subst): Use math-multi-subst-rec to substitute
20729         variables.
20731 2005-03-10  Nick Roberts  <nickrob@snap.net.nz>
20733         * progmodes/gdb-ui.el (gdb-var-create-handler, gdb-get-location):
20734         Use message-box.
20736         * tooltip.el (tooltip-mode): Use define-minor-mode and simplify.
20737         (tooltip-activate-mouse-motions-if-enabled): Use dolist.
20738         (tooltip-gud-tips): Simplify.
20739         (tooltip-gud-tips-p): Remove superfluous :set.
20740         (tooltip-gud-modes): Add fortran-mode.
20741         (gdb-tooltip-print): Remove newline for tooltip-use-echo-area.
20743         * bindings.el (mode-line-mode-menu): Add tooltip-mode to mode-line.
20745 2005-03-09  Kim F. Storm  <storm@cua.dk>
20747         * play/animate.el (animate-place-char): Use forward-line instead
20748         of next-line to improve performance.
20750 2005-03-09  Simon Josefsson  <jas@extundo.com>
20752         * net/browse-url.el (browse-url-default-browser): Doc fix.
20754 2005-03-09  Miles Bader  <miles@gnu.org>
20756         * emacs-lisp/bytecomp.el (byte-compile-variable-ref)
20757         (byte-compile-obsolete): Change " since VER" to " (as of Emacs VER)".
20759 2005-03-09  Kenichi Handa  <handa@m17n.org>
20761         * international/latin-1.el: Set case and syntax for 255 only if
20762         set-case-syntax-set-multibyte is nil.
20764         * textmodes/ispell.el (ispell-insert-word): New function.
20765         (ispell-word): Use ispell-insert-word to insert a new word.
20766         (ispell-process-line): Likewise.
20767         (ispell-complete-word): Likewise.
20769 2005-03-09  Glenn Morris  <gmorris@ast.cam.ac.uk>
20771         * calendar/calendar.el (redraw-calendar): Preserve point.
20772         Reported by Matt Hodges <MPHodges@member.fsf.org>.
20773         (calendar-week-start-day): Move after definition of
20774         redraw-calendar.  Delete buffer test, since redraw-calendar has
20775         that now.
20777         * calendar/diary-lib.el (mark-diary-entries): Only call
20778         redraw-calendar in the first of any recursive calls.
20779         Reported by Alan Shutko <ats@acm.org>.
20781 2005-03-08  Juri Linkov  <juri@jurta.org>
20783         * textmodes/sgml-mode.el (sgml-tag, html-tag-alist)
20784         (html-horizontal-rule, html-line, html-image, html-checkboxes)
20785         (html-radio-buttons): Add a space before the trailing `/>' where
20786         sgml-xml-mode is non-nil.
20787         (sgml-delete-tag): Check if the tag ends with `/>' to not delete
20788         the subsequent tag of the empty XML tag.
20789         (html-href-anchor): Don't set initial input to "http:".
20790         (html-image): Ask for the image URL and set point inside alt="".
20791         (html-name-anchor): Duplicate the name in the `id' attribute when
20792         sgml-xml-mode is non-nil.
20793         (html-paragraph): Remove \n before <p>.
20794         (html-checkboxes, html-radio-buttons): Insert `checked="checked"'
20795         instead of `checked' when sgml-xml-mode is non-nil.
20797         * facemenu.el (list-colors-print): Print #RRGGBB in default face.
20798         Remove 1 space before #RRGGBB to not truncate it on terminal
20799         windows w/o fringes.  Remove 1 space between bg and fg examples
20800         to get more space.
20801         (list-colors-duplicates): Replace `and' with `if' for `boundp' to
20802         avoid byte-compile warnings.
20804         * image-file.el (image-file-handler): Put `safe-magic' property to
20805         `image-file-handler'.
20807         * info.el (Info-isearch-search): Emulate word search in
20808         isearching through multiple Info nodes with Info-search.
20809         (Info-isearch-wrap): Allow isearch-word.
20811 2005-03-08  Lute Kamstra  <lute@gnu.org>
20813         * emacs-lisp/debug.el (debugger-step-through): Make sure that
20814         stepping into the debugger's code is not possible.
20815         (debugger-jumping-flag): Docstring update.
20817 2005-03-08  Jay Belanger  <belanger@truman.edu>
20819         * calc/calc-embed.el (calc-do-embedded): Reset mode line when
20820         embedded mode begins.
20821         (calc-embedded-language-alist): New variable.
20822         (calc-embedded-find-modes): Use calc-embedded-language-alist to
20823         set default language mode.
20825 2005-03-08  Kenichi Handa  <handa@m17n.org>
20827         * international/ccl.el (define-ccl-program): Fix docstring about
20828         extra 256 bytes assured for the output buffer.
20830         * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
20831         Fix BUFFER_MAGNIFICATION to 2.
20832         (ccl-encode-mule-utf-16be-with-signature): Likewise.
20834 2005-03-07  Karl Chen  <quarl@cs.berkeley.edu>
20836         * align.el (align-rules-list): Added an alignment rule for CSS
20837         declarations (applies to css-mode and html-mode buffers).
20839 2005-03-07  Stefan Monnier  <monnier@iro.umontreal.ca>
20841         * emacs-lisp/debug.el (debug-on-entry-1): Fix handling of macros.
20843 2005-03-07  Kim F. Storm  <storm@cua.dk>
20845         * simple.el (move-beginning-of-line): New command.
20847         * bindings.el (global-map): Bind C-a to move-beginning-of-line.
20849         * reveal.el (reveal-mode-map): Bind C-a to beginning-of-line.
20851         * emulation/cua-base.el: Put CUA move property on move-end-of-line
20852         and move-beginning-of-line.
20854         * apropos.el (apropos-print): Omit command from M-x ... RET.
20856 2005-03-07  Nick Roberts  <nickrob@snap.net.nz>
20858         * progmodes/gdb-ui.el (gdb-var-create-handler): Handle just MI case.
20859         (gdb-send, gdb-send-item): Log items sent from gdb-send too.
20861 2005-03-06  Richard M. Stallman  <rms@gnu.org>
20863         * bindings.el (esc-map): Bind M-g to goto-line.
20865         * facemenu.el (global-map): Bind M-o, not M-g.
20867 2005-03-06  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
20869         * menu-bar.el (menu-bar-file-menu): Add the same :enable to
20870         "Open Directory" as for "Open File".
20872 2005-03-06  Chong Yidong  <cyd@stupidchicken.com>
20874         * simple.el (activate-mark-hook, deactivate-mark-hook): Add defvars.
20875         (push-mark-command): Run activate-mark-hook.
20877 2005-03-06  Richard M. Stallman  <rms@gnu.org>
20879         * help-mode.el (help-mode-finish): Don't alter the element
20880         in view-return-to-alist if there already is one.
20882         * jit-lock.el (jit-lock-stealth-fontify): When calling sit-for,
20883         make sure the current buffer is the expected one.
20885         * novice.el (disabled-command-function): Output in *Disabled Command*.
20886         Explicitly ignore non-keyboard events, and explicitly handle C-g.
20888         * textmodes/flyspell.el (flyspell-large-region):
20889         Pass args differently for aspell.
20891         * files.el (mode-require-final-newline): Doc fix.
20893 2005-03-03  Stephan Stahl  <stahl@eos.franken.de>  (tiny change)
20895         * progmodes/which-func.el (which-function):
20896         Specify NOERROR when calling imenu--make-index-alist.
20898 2005-03-05  Stefan Monnier  <monnier@iro.umontreal.ca>
20900         * simple.el (normal-erase-is-backspace): Define default value.
20902         * custom.el (custom-theme-set-variables): Remove unused var
20903         `immediate'.
20904         (custom-reevaluate-setting): Simple function to handle variables
20905         that are defined before their default value can really be
20906         computed.
20908         * startup.el (command-line): Use it for temporary-file-directory,
20909         small-emporary-file-directory, auto-save-file-name-transforms,
20910         blink-cursor-mode, and normal-erase-is-backspace.
20912         * font-lock.el (font-lock-fontify-keywords-region): Ensure forward
20913         progress, even with buggy anchored keywords.
20915 2005-03-05  Luc Teirlinck  <teirllm@auburn.edu>
20917         * simple.el (goto-line): Remove unbalanced final parenthesis.
20919 2005-03-05  Richard M. Stallman  <rms@gnu.org>
20921         * simple.el (goto-line): Use a number at point as the default.
20922         With C-u as arg, switch buffers.
20924 2005-03-05  Juri Linkov  <juri@jurta.org>
20926         * frame.el (blink-cursor-mode): Replace `emacs-quick-startup'
20927         with `no-blinking-cursor'.
20929         * startup.el (no-blinking-cursor): New defvar.
20930         (command-line): Add `--no-blinking-cursor' to longopts.
20931         Set `no-blinking-cursor' to t for command line arguments
20932         -Q, -nbc, --no-blinking-cursor.  Replace `emacs-quick-startup'
20933         with `no-blinking-cursor' in the condition for calling
20934         `blink-cursor-mode'.
20936 2005-03-04  Luc Teirlinck  <teirllm@auburn.edu>
20938         * menu-bar.el (menu-bar-make-mm-toggle): Doc fix.
20939         (menu-bar-options-save): Add blink-cursor-mode.
20940         (menu-bar-options-menu): Add blink-cursor-mode.
20942 2005-03-04  Ulf Jasper  <ulf.jasper@web.de>
20944         * calendar/icalendar.el (icalendar-version): Increase to 0.11.
20945         (icalendar-export-file, icalendar-export-region)
20946         (icalendar-import-file, icalendar-import-buffer): Add autoload cookies.
20947         (icalendar--convert-ical-to-diary): Fix problem with DURATION.
20949 2005-03-04  Lute Kamstra  <lute@gnu.org>
20951         * emacs-lisp/debug.el (debugger-step-after-exit): Make it a defvar.
20952         (debug-function-list): Ditto.
20954 2005-03-04  Robert J. Chassell  <bob@rattlesnake.com>
20956         * textmodes/texinfmt.el (texinfo-append-refill):
20957         Redefine the types of line to which @refill
20958         is not appended by replacing a search for `@refill\\|@bye' with
20959         `@refill\\|^[ \t]*@'.  The intent is to solve both the `@end
20960         itemize@refill' bug and the unfilled long lines bug.
20961         (texinfmt-version): Update number and date.
20963 2005-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
20965         * international/code-pages.el (windows-1250, windows-125[2-8])
20966         (iso-8859-10, -13, -16, georgian-ps): Add autoload cookies.
20968 2005-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
20970         * frame.el (blink-cursor-mode): `emacs-quick-startup' may not be
20971         bound yet.
20973 2005-03-02  Romain Francoise  <romain@orebokech.com>
20975         * ibuf-ext.el (ibuffer-filter-disable): Move back to the current
20976         buffer after removing limits.
20977         (ibuffer-pop-filter): Ditto.
20978         Update copyright.
20980 2005-03-02  Miles Bader  <miles@gnu.org>
20982         * button.el (make-text-button): If the user doesn't specify a
20983         type, use the default.  Rewrite to use `add-text-properties' and
20984         plist functions.
20986 2005-03-01  Lute Kamstra  <lute@gnu.org>
20988         * emacs-lisp/debug.el (inhibit-debug-on-entry): Add docstring.
20989         (debugger-jumping-flag): New var.
20990         (debug-entry-code): Use it.
20991         (debugger-jump): Use debugger-jumping-flag and add
20992         debugger-reenable to post-command-hook.
20993         (debugger-reenable): Use debugger-jumping-flag and remove itself
20994         from post-command-hook.
20995         (debug, debug-on-entry, cancel-debug-on-entry): Remove call to
20996         debugger-reenable.
20998 2005-03-01  Robert J. Chassell  <bob@rattlesnake.com>
21000         * textmodes/texinfmt.el (texinfo-no-refill-regexp): Comment out
21001         inclusion of "itemize\\|", which may be unnecessary, is certainly
21002         inelegant, and stops refilling in itemize lists when formatting
21003         Japanese Texinfo files to Info.
21004         Update copyright to 2005.
21006 2005-03-01  Nick Roberts  <nickrob@snap.net.nz>
21008         * progmodes/gdb-ui.el (gdb-get-location): Use a warning instead
21009         of an error if GDB can't find the source file.
21011 2005-03-01  Glenn Morris  <gmorris@ast.cam.ac.uk>
21013         * calendar/calendar.el (redraw-calendar): Work from any buffer,
21014         not just the calendar.
21016         * calendar/diary-lib.el (mark-diary-entries): Remove any old marks
21017         first.
21018         (diary-redraw-calendar): New function.
21019         (make-diary-entry): Add diary-redraw-calendar to local
21020         write-contents-functions.  Turn off selective display before
21021         inserting in diary.
21023 2005-03-01  Kim F. Storm  <storm@cua.dk>
21025         * emacs-lisp/copyright.el (copyright-fix-years): New command.
21027 2005-03-01  Lute Kamstra  <lute@gnu.org>
21029         * emacs-lisp/debug.el (debug-on-entry-1): Reimplement to make sure
21030         that debug-entry-code can be safely removed from a function while
21031         this code is being evaluated.  Revert the 2005-02-27 change as the
21032         new implementation no longer requires it.  Make sure that a
21033         function body containing just a string is not mistaken for a docstring.
21034         (debug): Skip one more frame in case of debug on entry.
21035         (debugger-setup-buffer): Delete one more frame line in case of
21036         debug on entry.
21037         (debugger-frame-number): Update to use the new text introduced by
21038         the 1999-11-03 change.  Skip one more frame in case of debug on entry.
21040 2005-02-28  Kim F. Storm  <storm@cua.dk>
21042         * double.el (double-translate-key): Call force-window-update after
21043         read-event to avoid crash in redisplay.
21045 2005-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
21047         * emacs-lisp/debug.el (inhibit-debug-on-entry): New var.
21048         (debug): Use it.  Move the inhibit-trace earlier.
21049         (debug-entry-code): New const.
21050         (debug-on-entry-1): Use it.
21052 2005-02-28  Chong Yidong  <cyd@stupidchicken.com>
21054         * international/utf-16.el (ccl-encode-mule-utf-16le):
21055         Fix BUFFER_MAGNIFICATION to 2.
21056         (ccl-encode-mule-utf-16be): Likewise.
21058 2005-02-28  Kenichi Handa  <handa@m17n.org>
21060         * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
21061         Fix BUFFER_MAGNIFICATION to 4.
21062         (ccl-encode-mule-utf-16be-with-signature): Likewise.
21064 2005-02-28  Nick Roberts  <nickrob@snap.net.nz>
21066         * speedbar.el (speedbar-update-flag): Doc fix.
21067         (speedbar-show-info-under-mouse): Give set-mouse-position the right
21068         argument.
21070 2005-02-27  Stefan Monnier  <monnier@iro.umontreal.ca>
21072         * reveal.el (reveal-post-command): Don't try to reveal overlays which
21073         have a non-nil `invisible' property but are actually visible.
21075         * progmodes/perl-mode.el (perl-imenu-generic-expression): Add entries
21076         for perldoc sections.
21077         (perl-outline-regexp, perl-outline-level): New var and function.
21078         (perl-mode): Use them.
21080 2005-02-27  Glenn Morris  <gmorris@ast.cam.ac.uk>
21082         * calendar/diary-lib.el (diary-remind): Discard any mark portion
21083         from diary-entry.  Reported by Andrew Kemp <ajwk@pell.uklinux.net>.
21085 2005-02-27  Luc Teirlinck  <teirllm@auburn.edu>
21087         * cus-edit.el: Comment change.
21088         (custom-buffer-create-internal): Slightly reword text at top of
21089         Custom buffers.  Mention there that saving an option edits the
21090         init file.  Add link to Emacs manual node on `custom-file'.
21091         (custom-magic-alist): Rewrite individual State messages to use
21092         capitalized keywords.  Doc fix.
21094 2005-02-27  Matt Hodges  <MPHodges@member.fsf.org>
21096         * calendar/calendar.el (calendar-buffer): Move above
21097         calendar-week-start-day.
21098         (calendar-week-start-day): Doc fix.  Add :set function.
21099         (calendar-minimum-window-height): New variable.
21100         (generate-calendar-window): Only resize window if selected-window
21101         is displaying the calendar buffer.  Use new variable
21102         calendar-minimum-window-height.
21103         (generate-calendar): Reword error message.
21104         (calendar-mode-map): Bind DEL to scroll-other-window-down.
21106 2005-02-27  Andreas Schwab  <schwab@suse.de>
21108         * vc.el (vc-do-command): Don't run command asynchronously when
21109         operating in a remote directory.
21111         * net/tramp.el (tramp-file-name-for-operation): Fix misapplied
21112         change from sync with Tramp 2.0.47.
21114 2005-02-27  Richard M. Stallman  <rms@gnu.org>
21116         * textmodes/ispell.el (ispell-change-dictionary): Doc fix.
21118         * textmodes/flyspell.el (flyspell-mode-on):
21119         Call ispell-change-dictionary only if necessary.
21121         * emacs-lisp/re-builder.el (regexp-builder): New function.
21123         * register.el (describe-register-1): Explicitly handle
21124         yank-excluded-properties = t.
21126         * cus-edit.el (custom-buffer-create-internal): Improve progress msgs.
21127         (custom-magic-alist): Change the status descriptions again.
21128         (face widget-type): Total rewrite based on `restricted-sexp'
21129         to eliminate the confusing double hiding levels.
21131         * emacs-lisp/debug.el (debug-on-entry-1):
21132         If function body is empty, add nil as body form.
21134 2005-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
21136         * emacs-lisp/trace.el (inhibit-trace): New var.
21137         (trace-make-advice): Use it.
21139         * emacs-lisp/debug.el (debug): Put back the inhibit-trace.
21141 2005-02-26  Kim F. Storm  <storm@cua.dk>
21143         * mouse.el (mouse-1-click-in-non-selected-windows): New defcustom.
21144         (mouse-on-link-p, mouse-drag-region-1): Use it.
21146 2005-02-25  Lute Kamstra  <lute@gnu.org>
21148         * replace.el (query-replace-read-from): Fix 2005-02-19 change.
21150 2005-02-24  Luc Teirlinck  <teirllm@auburn.edu>
21152         * frame.el (blink-cursor-mode): Add :group keyword.
21154 2005-02-24  Ulf Jasper  <ulf.jasper@web.de>
21156         * calendar/icalendar.el (icalendar--decode-isodatetime):
21157         New optional argument DAY-SHIFT.
21158         (icalendar-export-region): Fix coding-system-for-write.
21159         (icalendar--convert-ical-to-diary): Shift end-day of all-day
21160         events by one.
21162 2005-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
21164         * textmodes/tex-mode.el (tex-font-lock-keywords-3): #n is atomic.
21166 2005-02-24  Kim F. Storm  <storm@cua.dk>
21168         * international/iso-acc.el (iso-accents-compose): Fix crash
21169         during redisplay.  Call force-window-update after read-event
21170         and delete-region to signal that window is not accurate.
21172 2005-02-23  Stefan Monnier  <monnier@iro.umontreal.ca>
21174         * emacs-lisp/debug.el (debug): Hide the buffer if it's not killed.
21175         Remove unused and inexistent var `inhibit-trace'.
21176         (debugger-mode): Use run-mode-hooks.
21177         (debugger-list-functions): Add buttons; setup xref stack.
21179 2005-02-23  Richard M. Stallman  <rms@gnu.org>
21181         * calendar/appt.el (appt-time-msg-list): 3rd elt of each
21182         appointment says it was explicitly made.
21183         (appt-add): Set the 3rd element.
21184         (appt-make-list): Preserve explicit appointments.
21186         * subr.el (find-tag-default): Catch errors in forward-sexp.
21188 2005-02-23  Juri Linkov  <juri@jurta.org>
21190         * info.el (Info-isearch-search): New defcustom.
21191         (Info-isearch-search): Call the default isearch function
21192         when Info-isearch-search is nil.
21193         (Info-isearch-wrap): Use variable Info-isearch-search.
21195 2005-02-22  Luc Teirlinck  <teirllm@auburn.edu>
21197         * cus-edit.el: Comment change.
21199 2005-02-22  Kim F. Storm  <storm@cua.dk>
21201         * progmodes/hideif.el (hide-ifdef-use-define-alist):
21202         Use completing-read.  Suggested by Juan-Leon Lahoz Garcia.
21204 2005-02-22  Simon Josefsson  <jas@extundo.com>
21206         * net/browse-url.el (browse-url-netscape-new-window-is-tab):
21207         New variable.
21208         (browse-url-netscape): Use it.  Suggested by "Johann 'Myrkraverk'
21209         Oskarsson" <myrkraverk@users.sourceforget.net>.
21211 2005-02-22  Kim F. Storm  <storm@cua.dk>
21213         * mouse.el (mouse-on-link-p): If arg POS is a mouse event,
21214         check that window of that event is the selected window.
21215         (mouse-drag-region-1): Compare mouse event window to selected
21216         window before setting point.
21218         * tooltip.el (tooltip-show-help-function): Pass event to
21219         mouse-on-link-p so it can check selected window.
21221 2005-02-22  Kenichi Handa  <handa@m17n.org>
21223         * ps-mule.el (ps-mule-header-string-charsets): Delete it.
21224         (ps-mule-show-warning): New function.
21225         (ps-mule-begin-job): Use ps-mule-show-warning if unprintable
21226         characters are found.
21228         * ps-print.el (ps-header-footer-string): Return a list of header
21229         and footer strings.
21231 2005-02-21  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
21233         * pcvs.el (cvs-retrieve-revision): Fix thinko.
21235 2005-02-21  Stefan Monnier  <monnier@iro.umontreal.ca>
21237         * frame.el (blink-cursor-mode): Use define-minor-mode.
21239         * term/mac-win.el (function-key-map): Use char-names more consistently.
21240         (file-name-coding-system): Only set it for MacOS-9.  The other case is
21241         already handled in mule-cmds.el (where it also works when mac-win.el
21242         is not used).
21244 2005-02-21  Kenichi Handa  <handa@m17n.org>
21246         * international/mule.el (ctext-pre-write-conversion): Always use
21247         " *code-converting-work*" buffer for work.
21249         * textmodes/ispell.el (ispell-dictionary-alist): Fix docstring.
21251 2005-02-20  Thien-Thi Nguyen  <ttn@gnu.org>
21253         * progmodes/scheme.el (scheme-font-lock-keywords-2): Handle named-let.
21255 2005-02-20  Jonathan Yavner  <jyavner@member.fsf.org>
21257         * ses.el (undo-more): Restore defadvice, but only the part that
21258         allows changes outside the restricted area of the buffer.
21260 2005-02-20  Kim F. Storm  <storm@cua.dk>
21262         * simple.el (line-move): Add fourth optional arg try-vscroll which
21263         must be set to perform auto-window-vscroll.
21264         When moving backwards and doing auto-window-vscroll, automatically
21265         vscroll to the last part of lines which are taller than the window.
21266         (next-line, previous-line): Set try-vscroll arg on line-move.
21268 2005-02-19  Dan Nicolaescu  <dann@ics.uci.edu>
21270         * replace.el (query-replace, query-replace-regexp)
21271         (replace-string, replace-regexp): When operating on region, make
21272         the minibuffer prompt say so.
21274         * isearch.el (isearch-forward): Document isearch-query-replace and
21275         isearch-query-replace-regexp keybindings.
21277 2005-02-19  Jay Belanger  <belanger@truman.edu>
21279         * calc/calc-aent.el (math-read-token): Add local variable.
21281         * calc/calc-prog.el (calc-user-define-edit): Add local variable.
21282         (calc-edit-top): Move declaration to earlier in file.
21283         (calc-edit-macro-repeats): Add local variables.
21285         * calc/calcalg2.el: Add differentiation rule for calcFunc-coth.
21286         Adjust differentiation rules for calcFunc-tan, calcFunc-cot,
21287         calcFunc-tanh.
21288         Adjust integration rule for calcFunc-tan.
21290 2005-02-19  Michael Kifer  <kifer@cs.stonybrook.edu>
21292         * viper-cmd.el (viper-prefix-commands): Make into a defconst.
21293         (viper-exec-buffer-search): Use regexp-quote to quote buffer string.
21294         (viper-minibuffer-setup-sentinel): Make some variables buffer-local.
21295         (viper-skip-separators): Bug fix.
21296         (viper-set-searchstyle-toggling-macros): Allow to unset macros in a
21297         particular major mode.
21298         (viper-del-backward-char-in-replace): Don't put deleted char on the
21299         kill ring.
21301         * viper-ex.el (viper-color-display-p): New function.
21302         (viper-has-face-support-p): Use viper-color-display-p.
21304         * viper-keym.el (viper-gnus-modifier-map): New keymap.
21306         * viper-macs.el (viper-unrecord-kbd-macro): Bug fix.
21308         * viper-util.el (viper-glob-unix-files): Fix shell status check.
21309         (viper-file-remote-p): Make equivalent to file-remote-p.
21311         * viper.el (viper-major-mode-modifier-list):
21312         Use viper-gnus-modifier-map.
21314 2005-02-19  David Kastrup  <dak@gnu.org>
21316         * subr.el (subregexp-context-p): Fix garbled doc string by adding
21317         quoting.
21319 2005-02-19  Jay Belanger  <belanger@truman.edu>
21321         * calc/calc-math.el (calc-arctan, calc-tanh, calc-arctanh):
21322         Remove extra definitions.
21323         (calc-coth): New function.
21324         (calcFunc-cot): Fix `let'.
21326 2005-02-19  Eli Zaretskii  <eliz@gnu.org>
21328         * faces.el (escape-glyph, minibuffer-prompt): Add commentary for
21329         the reasons we use "type pc" in these faces.
21331         * button.el (button): Ditto.
21333 2005-02-19  Michael Mauger  <mmaug@yahoo.com>
21335         * replace.el (query-replace-read-from): Set the value of
21336         query-replace-from-history-variable to handle the case of an empty
21337         string entered to accept the suggested default.
21339         * net/tramp.el (tramp-file-name-for-operation):
21340         Use dired-call-process instead of dired-call-process-command.
21342 2005-02-19  Jay Belanger  <belanger@truman.edu>
21344         * calc/calc-arith.el (math-trig-inverses, math-div-trig)
21345         (math-div-non-trig): New variables.
21346         (math-combine-prod-trig, math-div-new-trig, math-div-new-non-trig)
21347         (math-div-isolate-trig, math-div-isolate-trig-term): New functions.
21348         (math-combine-prod, math-div-symb-fancy): Add simplifications for
21349         trig expressions.
21351 2005-02-19  Nick Roberts  <nickrob@snap.net.nz>
21353         * progmodes/gdb-ui.el (gdb-var-update-handler)
21354         (gdb-speedbar-timer-fn): Ensure speedbar updates with new values
21355         for watch expressions,
21356         (gdb-var-create-handler): Don't set speedbar-update-flag.
21357         (gdb-post-prompt): Simplify test for speedbar.
21359 2005-02-19  Michael Kifer  <kifer@cs.stonybrook.edu>
21361         * ediff.el (ediff-set-diff-overlays-in-one-buffer)
21362         (ediff-set-fine-overlays-in-one-buffer, ediff-goto-word): Make sure
21363         we use the syntax table of the correct buffer.
21364         (ediff-same-file-contents, ediff-same-contents): Enhancements thanks to
21365         Felix Gatzemeier.
21367         * ediff-init.el (ediff-hide-face): Check for definedness of functions.
21368         (ediff-file-remote-p): Make synonymous with file-remote-p.
21369         In all deffaces ediff-*-face-*, use min-colors.
21371         * ediff-mult.el (ediff-meta-mark-equal-files): Make use of
21372         ediff-recurse-to-subdirectories.
21373         (ediff-mark-if-equal): Check that the arguments are strings, use
21374         ediff-same-contents (after to Felix Gatzemeier).
21376         * ediff.el (ediff-merge-on-startup): Don't set buffer-modified-p to
21377         nil.
21379 2005-02-18  Stefan Monnier  <monnier@iro.umontreal.ca>
21381         * log-view.el (log-view-message-re): Fix up Subversion regexp.
21383 2005-02-18  David Kastrup  <dak@gnu.org>
21385         * progmodes/meta-mode.el (meta-mark-active): Fix condition to just
21386         use `mark-active' when defined.
21388 2005-02-18  Kenichi Handa  <handa@m17n.org>
21390         * ps-print.el (ps-font-info-database): New entry
21391         ZapfChancery-MediumItalic with correct font name.  Fix font name
21392         of the entry Zapf-Chancery-MediumItalic.
21394 2005-02-16  Luc Teirlinck  <teirllm@auburn.edu>
21396         * autorevert.el (auto-revert-stop-on-user-input): Further doc fix.
21398 2005-02-16  Kim F. Storm  <storm@cua.dk>
21400         * ido.el (ido-fallback-command): Pass user input to fallback command.
21402 2005-02-16  Nick Roberts  <nickrob@snap.net.nz>
21404         * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers)
21405         (gdb-find-file-hook): Add server prefix.
21407 2005-02-16  Richard M. Stallman  <rms@gnu.org>
21409         * replace.el (perform-replace): Pass new args to replace-highlight.
21410         (replace-highlight): Take region args,
21411         and pass them to isearch-lazy-highlight-new-loop.
21413         * novice.el (disabled-command-hook): Autoload the defalias
21414         and the make-obsolete-variable call.
21416         * menu-bar.el (menu-bar-select-frame): FRAME defaults to selected.
21418         * isearch.el (isearch-lazy-highlight-start-limit)
21419         (isearch-lazy-highlight-end-limit): New variables limit
21420         the region for highlighting.
21421         (isearch-lazy-highlight-new-loop): New args BEG and END.
21422         (isearch-lazy-highlight-search): Use the new vars.
21423         (isearch-lazy-highlight-update): Likewise.
21425         * dired.el (dired-build-subdir-alist): Bind buffer-undo-list to t.
21427         * cus-start.el (all): Use default-boundp.
21429 2005-02-15  David Casperson  <casper@unbc.ca>  (tiny change)
21431         * menu-bar.el (menu-bar-select-frame): Handle current frame.
21433 2005-02-15  Luc Teirlinck  <teirllm@auburn.edu>
21435         * autorevert.el (auto-revert-stop-on-user-input)
21436         (auto-revert-verbose): Doc fixes.
21438 2005-02-15  Benjamin Riefenstahl  <Benjamin.Riefenstahl@epost.de>
21440         * international/mule-cmds.el (set-locale-environment): Remove call
21441         to set-selection-coding-system on Windows.
21443 2005-02-15  Jay Belanger  <belanger@truman.edu>
21445         * calc/calc-alg.el: Add simplification rules for calcFunc-sec,
21446         calcFunc-csc, calcFunc-cot, calcFunc-sech, calcFunc-csch, and
21447         calcFunc-coth.
21448         (math-simplify-sqrt): Add simplifications.
21450         * calc/calc-arith.el (math-real-if-arg-functions): Add functions
21451         to list.
21453         * calc/calc-ext.el: Add functions to autoloads.
21455         * calc/calc-math.el (calc-sec, calc-csc, calc-cot, calc-sech)
21456         (calc-csch, calc-coth, calcFunc-sec, calcFunc-csc, calcFunc-cot)
21457         (calcFunc-sech, calcFunc-csch, calcFunc-coth, math-sec-raw)
21458         (math-csc-raw, math-cot-raw): New functions.
21460         * calc/calc-rules.el (calc-DistribRules, calc-NegateRules): Add rules.
21462         * calc/calc-undo.el (calc-handle-undo): Remove prefix from
21463         the variable name in a message.
21465         * calc/calc-units.el: Add simplification rules for calcFunc-sec,
21466         calcFunc-csc, calcFunc-cot.
21468         * calc/calcalg2.el: Add derivative and integration rules for
21469         calcFunc-sec, calcFunc-csc, calcFunc-cot, calcFunc-sech,
21470         calcFunc-csch, calcFunc-coth.
21471         (math-do-integral-methods): Add to checks for when to use
21472         substitutions.
21474         * calc/calccomp.el (math-eqn-special-funcs): Add functions to list.
21476 2005-02-15  Lute Kamstra  <lute@gnu.org>
21478         * emacs-lisp/lisp-mode.el (lisp-mode-variables):
21479         Add ;;;###autoload to `outline-regexp'.  Suggested by Stefan Monnier
21480         <monnier@iro.umontreal.ca>
21481         (lisp-outline-level): Improve efficiency.  Suggested by David
21482         Kastrup <dak@gnu.org>.
21484 2005-02-15  Nick Roberts  <nickrob@snap.net.nz>
21486         * progmodes/gdb-ui.el (gdb-find-file-unhook): New variable.
21487         (gdb-set-gud-minor-mode, gdb-set-gud-minor-mode-1)
21488         (gdb-set-gud-minor-mode-existing-buffers): New functions.
21489         (gdb-find-file-hook): New hook.  Add it to find-file-hook.
21490         (gdb-info-breakpoints-custom, gdb-source-info): Simplify.
21492 2005-02-14  Luc Teirlinck  <teirllm@auburn.edu>
21494         * cus-start.el (all): Comment change.
21496 2005-02-14  Lute Kamstra  <lute@gnu.org>
21498         * cus-start.el (all): Check if symbol is void.
21500 2005-02-14  Carsten Dominik  <dominik@science.uva.nl>
21502         * textmodes/reftex-cite.el (reftex-do-citation): Cleanup single
21503         optional argument to \cite.
21505 2005-02-14  Richard M. Stallman  <rms@gnu.org>
21507         * cus-edit.el (custom-buffer-create-internal): Update help message.
21508         (custom-magic-alist): Update help messages.
21510         * cus-start.el (all): Allow a var to specify a standard value.
21512 2005-02-12  Luc Teirlinck  <teirllm@auburn.edu>
21514         * custom.el (custom-theme-set-variables): Handle variable aliases.
21516         * frame.el (blink-cursor-timer): Doc fix.
21517         (blink-cursor): Make it an alias for `blink-cursor-mode' and
21518         declare obsolete.
21519         (blink-cursor-mode): Define with defcustom and use correct
21520         standard expression in that defcustom.
21521         * startup.el (command-line): Adapt to above changes in frame.el.
21523 2005-02-11  Lute Kamstra  <lute@gnu.org>
21525         * apropos.el (apropos-score-doc): Prevent division by zero.
21527 2005-02-11  Ulf Jasper  <ulf.jasper@web.de>
21529         * calendar/icalendar.el (icalendar--get-event-property): Doc fix.
21530         (icalendar--get-event-property-attributes)
21531         (icalendar--get-event-properties)
21532         (icalendar--datetime-to-diary-date): New functions.
21533         (icalendar--split-value): Doc fix.
21534         (icalendar--datetime-to-noneuropean-date)
21535         (icalendar--datetime-to-european-date): New optional argument
21536         SEPARATOR.  Return result as a string instead of a list.
21537         (icalendar--get-weekday-number): Check if ABBREVWEEKDAY is nil.
21538         (icalendar--convert-string-for-export): Rename arg S to STRING.
21539         (icalendar-export-region): Doc fix.  Change name of error buffer.
21540         Save output buffer.
21541         (icalendar-import-file): Add blank at end of prompt.
21542         (icalendar-import-buffer): Doc fix.  Do not switch to error
21543         buffer.  Indicate status in return value.
21544         (icalendar--convert-ical-to-diary): Doc fix.  Change name of error
21545         buffer.  Save output buffer.  Handle exception from recurrence
21546         rules (EXDATE, EXRULE).  Handle start- and end-date of recurring
21547         events.  Fix problems with weekly all-day events.
21549 2005-02-10  Richard M. Stallman  <rms@gnu.org>
21551         * simple.el (eval-expression-print-format):
21552         Avoid warning about edebug-active.
21554         * help.el (help-for-help-internal): Rename from help-for-help.
21555         (help-for-help): Define with defalias.
21557         * font-core.el (font-lock-default-function): Use with-no-warnings.
21559         * cus-edit.el (custom-buffer-create-internal): Improve help-echo.
21561         * custom.el (defface): Doc fix.
21563 2005-02-10  Nick Roberts  <nickrob@snap.net.nz>
21565         * progmodes/gdb-ui.el (gdb-ann3): Re-instate GDB command "set
21566         width 0" to prevent word wrapping problems.
21568 2005-02-09  Kim F. Storm  <storm@cua.dk>
21570         * ido.el (ido-file-extensions-order): New defcustom.
21571         (ido-file-extension-lessp, ido-file-extension-aux)
21572         (ido-file-extension-order): New advanced file ordering.
21573         (ido-file-lessp): New simple file ordering.
21574         (ido-sort-list): Remove.
21575         (ido-make-file-list): Use ido-file-lessp or ido-file-extension-lessp.
21576         (ido-make-dir-list, ido-completion-help): Use ido-file-lessp.
21578 2005-02-08  Dan Nicolaescu  <dann@ics.uci.edu>
21580         * progmodes/grep.el (grep-regexp-alist): Match an optional ^[[K
21581         that some versions of grep produce.
21582         (grep-mode-font-lock-keywords): Likewise.
21584 2005-02-09  Nick Roberts  <nickrob@snap.net.nz>
21586         * progmodes/gdb-ui.el (gdb-location-list): New variable.
21587         (gdb-cdir): Delete.
21588         (gdb-info-breakpoints-custom, gdb-goto-breakpoint)
21589         (gdb-source-info): Treat case when source file is in another
21590         directory properly.
21591         (gdb-get-location): New function.
21593 2005-02-07  Jay Belanger  <belanger@truman.edu>
21595         * calc/calc-prog.el (calc-write-parse-table-part)
21596         (calc-fix-token-name): Fix a check for language type.
21598         * calc/calccomp.el (math-compose-expr): Fix a check for language type.
21600 2005-02-07  Andre Spiegel  <spiegel@gnu.org>
21602         * vc-hooks.el (vc-make-version-backup): Ignore file-errors such
21603         as directory not writable.
21605 2005-02-07  Kim F. Storm  <storm@cua.dk>
21607         * emulation/cua-base.el (cua-max-undo, cua-undo): Remove.
21608         (cua--standard-movement-commands): Remove list.
21609         Instead, set CUA property value to move for movement commands.
21610         (cua-movement-commands): Remove.  Users must set CUA prop instead.
21611         (cua--pre-command-handler): Check CUA property.
21612         (cua--init-keymaps): Don't remap undo commands.
21613         (cua-mode): Don't call cua--rectangle-on-off.
21615         * emulation/cua-rect.el (cua--undo-list, cua--tidy-undo-counter)
21616         (cua--rect-undo, cua--tidy-undo-lists, cua--rectangle-on-off): Remove.
21617         (cua--rect-undo-set-point): New var.
21618         (cua--rectangle-undo-boundary): Setup undo apply entry.
21619         (cua--rect-undo-handler): New function for rectangle undo.
21620         (cua--rect-start-position, cua--rect-end-position): Add.
21621         (cua--rectangle-post-command): Call cua--rectangle-set-corners
21622         for restored rectangle.  Set point if cua--rect-undo-set-point.
21624 2005-02-06  Jay Belanger  <belanger@truman.edu>
21626         * calc/calc-lang.el (calc-tex-language): Display more information
21627         in messages.
21629         * calc/calccomp.el (math-compose-expr): Allow multiline matrices
21630         in TeX mode.
21632 2005-02-06  Richard M. Stallman  <rms@gnu.org>
21634         * emacs-lisp/lisp.el (buffer-end): Doc fix.
21636 2005-02-05  Arne_J\e,Ax\e(Brgensen  <arne@arnested.dk>  (tiny change)
21638         * net/ldap.el (ldap-search-internal): Support attributes with
21639         optional descriptions separated by a semi-colon, as in
21640         "userCertificate;binary".
21642 2005-02-05  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
21644         * x-dnd.el (x-dnd-handle-xdnd): Handle the case where the flags
21645         isn't a cons (i.e. the version is 0).
21647 2005-02-05  Eli Zaretskii  <eliz@gnu.org>
21649         * help.el (help-for-help): Doc fix.
21651 2005-02-05  Nick Roberts  <nickrob@snap.net.nz>
21653         * progmodes/gdb-ui.el: Update copyright.  Put GDB-Frames before
21654         GDB-Windows on the menu-bar as this works better.
21656 2005-02-04  Jay Belanger  <belanger@truman.edu>
21658         * calc/calc-embed.el (calc-embedded-update): Don't put in
21659         unnecessary newlines.  Adjust the end of formula marker.
21661         * calc/calc-lang.el (math-latex-parse-frac): Don't use arguments.
21662         (math-latex-parse-two-args): New function.
21664 2005-02-03  Lute Kamstra  <lute@gnu.org>
21666         * help-fns.el (help-with-tutorial): Make sure that users cannot
21667         remove the entire text of the tutorial by means of `undo'.
21669 2005-02-03  Stefan Monnier  <monnier@iro.umontreal.ca>
21671         * textmodes/ispell.el (ispell-internal-change-dictionary): Fix problem
21672         in recent changes, where the ispell process was repeatedly
21673         killed & restarted.
21675         * international/mule-cmds.el (set-locale-environment): Set file-name
21676         coding system to utf-8 on Darwin systems.
21677         (set-default-coding-systems): Don't set default-file-name-coding-system
21678         on Darwin systems.
21680 2005-02-03  Richard M. Stallman  <rms@gnu.org>
21682         * hi-lock.el (hi-lock-mode): Turning on Hi-Lock turns on Font-Lock.
21684 2005-02-03  Matt Hodges  <MPHodges@member.fsf.org>
21686         * faces.el (list-faces-display): Add optional argument.
21688 2005-02-02  Stefan Monnier  <monnier@iro.umontreal.ca>
21690         * font-core.el (font-lock-default-function): Handle the rare case where
21691         only font-lock-keywords is set.
21693 2005-02-02  Kenichi Handa  <handa@m17n.org>
21695         * international/characters.el: Cancel previous change for
21696         I-WITH-DOT-ABOVE and DOTLESS-i.
21698         * international/latin-5.el: Cancel previous change.
21700 2005-02-02  Nick Roberts  <nickrob@snap.net.nz>
21702         * progmodes/gud.el: Correction to syntax in gud-menu-map.
21704 2005-02-02  Kenichi Handa  <handa@m17n.org>
21706         * international/latin-5.el (tbl): Setup cases of I-WITH-DOT-ABOVE,
21707         DOTLESS-i.
21709         * international/characters.el: Setup cases of GREEK-FINAL-SIGMA,
21710         Y-WITH-DIAERESIS, I-WITH-DOT-ABOVE, DOTLESS-i.
21712         * case-table.el (get-upcase-table): New function.
21713         (copy-case-table): Copy upcaes table too if non-nil.
21714         (set-case-syntax-delims): Maintain upcase table too.
21715         (set-case-syntax-pair): Likewise.
21716         (set-upcase-syntax, set-downcase-syntax): New functions.
21717         (set-case-syntax): Maintain upcase table too.
21719 2005-02-02  Nick Roberts  <nickrob@snap.net.nz>
21721         * progmodes/gdb-ui.el (gdb-goto-info): Delete.
21723         * progmodes/gud.el (gud-goto-info): New function.
21724         (gud-tool-bar-map): Use correct icon.
21726 2005-02-01  Thien-Thi Nguyen  <ttn@gnu.org>
21728         * emacs-lisp/lisp-mode.el (lisp-indent-function): Fix bug:
21729         When delegating, order args in the funcall correctly.
21731 2005-02-01  Thien-Thi Nguyen  <ttn@gnu.org>
21733         * emacs-lisp/lisp-mode.el (lisp-indent-function): Doc fix.
21735 2005-02-01  Carsten Dominik  <dominik@science.uva.nl>
21737         * textmodes/reftex.el (reftex-access-scan-info): Error out in a
21738         buffer not visiting a file.
21740 2005-01-31  Jay Belanger  <belanger@truman.edu>
21742         * calc/calc-embed.el (calc-embedded-find-bounds): Set the formula
21743         bound on the line with the formula.
21745 2005-01-31  Kim F. Storm  <storm@cua.dk>
21747         * ses.el (ses-create-cell-variable-range)
21748         (ses-destroy-cell-variable-range, ses-reset-header-string)
21749         (ses-set-with-undo, ses-unset-with-undo, ses-aset-with-undo)
21750         (ses-insert-row): Fix format of apply undo entries.
21752 2005-01-31  Jay Belanger  <belanger@truman.edu>
21754         * calc/calc-aent.el (math-read-token): Separate the TeX and LaTeX
21755         parts.
21757         * calc/calc-embed.el (calc-embedded-open-formula)
21758         (calc-embedded-close-formula): Ignore matrix environments.
21760         * calc/calc-ext.el (math-read-big-expr): Make LaTeX the default
21761         TeX mode.
21763         * calc/calc-lang.el (math-function-table, math-oper-table)
21764         (math-variable-table): Adjust the LaTeX portions.
21766         * calc/calc.el (math-tex-ignore-words): Remove LaTeX portion.
21767         (math-latex-ignore-words): New constant.
21769 2005-01-31  Richard M. Stallman  <rms@gnu.org>
21771         * textmodes/ispell.el (ispell-local-dictionary-overridden): New var.
21772         (ispell-local-dictionary): Doc fix.
21773         (ispell-dictionary-alist): Don't include ispell-local-dictionary-alist.
21774         Don't reinitialize at run time.  Don't defcustom.
21775         All uses changed to append ispell-local-dictionary-alist,
21776         or check it first.
21777         (ispell-current-dictionary): New variable for dictionary in use.
21778         (ispell-dictionary): Now used only for global default.
21779         (ispell-start-process): Set ispell-current-dictionary,
21780         not ispell-dictionary.
21781         (ispell-change-dictionary): Use this only for setting
21782         user preferences.
21783         (ispell-internal-change-dictionary): New function
21784         to change the current dictionary in use.
21785         (ispell-region, ispell-process-line, ispell-buffer-local-dict):
21786         Use ispell-current-dictionary.
21787         Handle ispell-local-dictionary-overridden.
21788         (ispell-buffer-local-dict): Call ispell-internal-change-dictionary.
21790 2005-01-31  Jay Belanger  <belanger@truman.edu>
21792         * calc/calc-aent.el (math-read-token): Add support for LaTeX.
21794         * calc/calc-ext.el: Add calc-latex-language to autoloads.
21795         (calc-mode-map): Add calc-latex-language.
21797         * calc/calc-lang.el (calc-latex-language, math-latex-parse-frac)
21798         (math-latex-print-frac): New functions.
21799         (math-oper-table, math-function-table, math-variable-table)
21800         (math-complex-format, math-input-filter): Add latex properties.
21801         (calc-set-language): Set math-expr-special-function-mapping.
21803         * calc/calc-prog.el (calc-edit-user-syntax, calc-fix-token-name)
21804         (calc-write-parse-table-part): Add LaTeX support.
21806         * calc/calc.el (calc-language): Adjust docstring.
21807         (calc-set-mode-line): Add LaTeX support.
21808         (math-expr-special-function-mapping): New variable.
21809         (math-tex-ignore-words): Add to list.
21811         * calc/calccomp.el (math-compose-expr, math-compose-rows):
21812         Add LaTeX support.
21813         (math-compose-expr): Add support for special functions.
21815         * calc/calc-help.el (calc-d-prefix-help): Add LaTeX.
21817 2005-01-31  Nick Roberts  <nickrob@snap.net.nz>
21819         * progmodes/gdb-ui.el (gdb-memory-address)
21820         (gdb-memory-repeat-count, gdb-memory-format, gdb-memory-unit)
21821         (gdb-memory-mode-map, gdb-memory-format-keymap)
21822         (gdb-memory-format-menu, gdb-memory-unit-keymap)
21823         (gdb-memory-unit-menu): New variables for a buffer
21824         that lets the user examine program memory.
21825         (gdb-memory-set-address, gdb-memory-set-repeat-count)
21826         (gdb-memory-format-binary, gdb-memory-format-octal)
21827         (gdb-memory-format-unsigned, gdb-memory-format-signed)
21828         (gdb-memory-format-hexadecimal, gdb-memory-format-menu)
21829         (gdb-memory-format-menu-1, gdb-memory-unit-giant)
21830         (gdb-memory-unit-word, gdb-memory-unit-halfword)
21831         (gdb-memory-unit-byte, gdb-memory-unit-menu)
21832         (gdb-memory-unit-menu-1, gdb-make-header-line-mouse-map)
21833         (gdb-memory-mode, gdb-memory-buffer-name)
21834         (gdb-display-memory-buffer, gdb-frame-memory-buffer):
21835         New functions for above buffer.
21837 2005-01-30  Richard M. Stallman  <rms@gnu.org>
21839         * cus-edit.el (custom-bury-buffer): Function deleted.
21840         (custom-buffer-done-function): Option deleted.
21841         (custom-buffer-done-kill): New replacement option.
21842         (Custom-buffer-done): Call quit-window.
21843         (custom-buffer-create-internal): Update for above changes.
21845 2005-01-29  Luc Teirlinck  <teirllm@auburn.edu>
21847         * simple.el (undo-ask-before-discard): New var.
21848         (undo-outer-limit-truncate): Implement it.
21849         (undo-extra-outer-limit): Doc update.
21851 2005-01-29  Richard M. Stallman  <rms@gnu.org>
21853         * ses.el (undo-more): Delete defadvice.
21854         (ses-begin-change): Doc fix.
21856         * dired.el (dired-mode-map): Remap `undo' and `advertised-undo'
21857         instead of rebinding C-x u and C-_.
21859         * files.el (normal-backup-enable-predicate): Return nil for files
21860         in /tmp, regardless of temporary-file-directory.
21862         * man.el (Man-getpage-in-background): Disable undo in Man buffer.
21864         * rect.el (delete-rectangle-line, delete-extract-rectangle-line)
21865         (open-rectangle, delete-whitespace-rectangle-line)
21866         (clear-rectangle-line): If FILL, pass t instead of FILL
21867         for move-to-column's 2nd arg.
21869         * simple.el (undo): Fix the test for continuing a series of undos.
21870         (undo-more): Set pending-undo-list to t when we reach end.
21871         (pending-undo-list): Move up defvar.
21873         * wid-edit.el (widget-button-click):
21874         Shorten the range of the track-mouse binding.
21876         * comint.el (comint-insert-input): Undo previous changes;
21877         use last-input-event in interactive spec.
21879 2005-01-29  Eli Zaretskii  <eliz@gnu.org>
21881         * progmodes/compile.el (compilation-start): Bind buffer-read-only
21882         to nil before invoking call-process.  Reset buffer's modified flag
21883         after fontifying it in the no-async branch.
21885         * wid-edit.el (widget-specify-button): If mouse pointer shape
21886         cannot be changed, use mouse face instead.
21888 2005-01-29  Nick Roberts  <nickrob@snap.net.nz>
21890         * progmodes/gdb-ui.el (gdb-info-breakpoints-custom)
21891         (gdb-goto-breakpoint): Make breakpoint handling work on template
21892         functions in C++.  Reported by Martin Reed <mjreed@essex.ac.uk>
21893         (gdb-assembler-custom): Update to recognize breakpoint information
21894         added on 2005-01-19.
21896 2005-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
21898         * progmodes/scheme.el (scheme-mode-variables): Set comment-add.
21899         (dsssl-mode): Use define-derived-mode.
21900         (scheme-mode-initialize): Remove.
21901         (scheme-mode): Use run-mode-hooks.
21903         * cus-edit.el (customize-group-other-window)
21904         (custom-buffer-create-other-window): Don't override special-display-*.
21905         (custom-mode-map): Make it dense.
21907         * emacs-lisp/lisp-mode.el (eval-defun-1): Make sure `defvar' always
21908         sets the default value.
21910 2005-01-28  Eli Zaretskii  <eliz@gnu.org>
21912         * descr-text.el: Add more keywords.
21914 2005-01-27  Stefan Monnier  <monnier@iro.umontreal.ca>
21916         * speedbar.el: Avoid unnecessary use of locate-library.
21918         * international/mule-cmds.el (standard-display-european-internal):
21919         Don't fiddle with latin-1 non-break space any more since it's now
21920         special cased in the C code.
21921         Don't "do&undo" setting for 160 (especially, don't undo incorrectly).
21923 2005-01-26  Luc Teirlinck  <teirllm@auburn.edu>
21925         * cus-start.el (all): Add `undo-outer-limit'.
21927 2005-01-25  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
21929         * textmodes/bibtex.el (bibtex-format-entry):
21930         Use `bibtex-empty-field-re' only on the text of fields, not on entire
21931         field lines.
21932         (bibtex-autofill-entry): Use `bibtex-empty-field-re' on a string,
21933         not on part of a buffer.
21935 2005-01-25  Lute Kamstra  <lute@gnu.org>
21937         * textmodes/bibtex.el (bibtex-empty-field-re): Don't match
21938         nonempty field text strings like "{letters\\macro{}more letters}".
21939         Clarify docstring.
21940         (bibtex-sort-entry-class, bibtex-autokey-titleword-ignore)
21941         (bibtex-entry-offset, bibtex-parse-association)
21942         (bibtex-parse-field-name): Fix typos in docstrings.
21943         (bibtex-field-list, bibtex-find-crossref): Fix typos in error messages.
21945 2005-01-24  Carsten Dominik  <dominik@science.uva.nl>
21947         * textmodes/reftex-global.el (reftex-isearch-push-state-function)
21948         (reftex-isearch-pop-state-function, reftex-isearch-isearch-search)
21949         (reftex-isearch-switch-to-next-file, reftex-isearch-turn-off)
21950         (reftex-isearch-turn-on, reftex-isearch-minor-mode): New functions.
21952         * textmodes/reftex.el (reftex-mode-menu): Add entry for reftex
21953         isearch minor mode.
21955 2005-01-24  Luc Teirlinck  <teirllm@auburn.edu>
21957         * help-at-pt.el (help-at-pt-display-when-idle): Add autoload cookie.
21959 2005-01-24  Lute Kamstra  <lute@gnu.org>
21961         * textmodes/ispell.el (ispell-dictionary-alist-4): Rewrite the
21962         CASECHARS and NOT-CASECHARS regular expressions of the
21963         "nederlands" and "nederlands8" dictionaries to prevent a "Range
21964         striding over charsets" error.
21966 2005-01-24  Jay Belanger  <belanger@truman.edu>
21968         * calc/calc-store.el (calc-declare-variable): Use calc-var-name to
21969         display variable name.
21971 2005-01-24  Kenichi Handa  <handa@m17n.org>
21973         * international/encoded-kb.el (encoded-kbd-iso2022-single-shift):
21974         Fix setting of the element of encoded-kbd-iso2022-invocations.
21976 2005-01-24  Nick Roberts  <nickrob@snap.net.nz>
21978         * progmodes/gdb-ui.el (gdb-goto-breakpoint, gdb-frames-select)
21979         (gdb-threads-select): Change to also accept mouse events.
21980         (gdb-mouse-goto-breakpoint, gdb-frames-mouse-select)
21981         (gdb-threads-mouse-select): Delete.
21983 2005-01-23  Luc Teirlinck  <teirllm@auburn.edu>
21985         * files.el (insert-directory): Take care of empty directory,
21986         listed without -a switch.
21988 2005-01-23  Stefan Monnier  <monnier@iro.umontreal.ca>
21990         * textmodes/refill.el (refill-post-command-function):
21991         Add `indent-new-comment-line' and `reindent-then-newline-and-indent'
21992         to the list of functions that we should be careful not to undo.
21993         (refill-late-fill-paragraph-function): Remove.
21994         (refill-saved-state): New var.
21995         (refill-mode): Use it to save fill-paragraph-function.
21996         Save also the value of auto-fill-function.
21998         * term/w32-win.el: Simplify code.
22000 2005-01-23  Kim F. Storm  <storm@cua.dk>
22002         * simple.el (line-move): Adapt to new return value from
22003         pos-visible-in-window-p.
22005         * simple.el (line-move): Fix last change.  Check partial
22006         visibility at point rather than at window-start.
22008 2005-01-22  Jason Rumney  <jasonr@gnu.org>
22010         * term/w32-win.el (xw-defined-colors): Remove debug-message.
22012 2005-01-22  David Kastrup  <dak@gnu.org>
22014         * progmodes/grep.el: Add alias `find-grep' for `grep-find'.
22016 2005-01-22  Eli Zaretskii  <eliz@gnu.org>
22018         * type-break.el (type-break-mode): Add a test for
22019         type-break-file-name being non-nil.
22021 2005-01-22  Toby Allsopp  <Toby.Allsopp@navman.com>  (tiny change)
22023         * net/eudc.el (top level): Call (message "") via progn, so that
22024         eudc-options-file is loaded.
22026 2005-01-22  Kim F. Storm  <storm@cua.dk>
22028         * simple.el (line-move-1): Rename from line-move.
22029         (line-move): New function that adjusts vscroll for partially
22030         visible rows, and calls line-move-1 otherwise.
22032 2005-01-21  Ren\e,Ai\e(B Kyllingstad  <listmailxemacs@kyllingstad.com>
22034         * pcomplete.el: Define pcomplete-read-event instead of read-event,
22035         since it's not a complete read-event implementation
22037 2005-01-20  Jay Belanger  <belanger@truman.edu>
22039         * calc/calc-ext.el (calc-fancy-prefix-other-key): Set prefix arg
22040         for called function.
22042 2005-01-20  Steven Tamm  <steventamm@mac.com>
22044         * term/mac-win.el (process-connection-type): Remove.
22045         Controlled now by s/darwin.h:PTY_ITERATION.
22047 2005-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
22049         * window.el (handle-select-window): Don't switch window when we're
22050         in the minibuffer.
22052 2005-01-10  Paul Pogonyshev  <pogonyshev@gmx.net>
22054         * subr.el (dotimes-with-progress-reporter): New macro.
22056         * ses.el (ses-dotimes-msg): Remove macro.
22057         Use `dotimes-with-progress-reporter' instead.
22059 2005-01-19  Steven Tamm  <steventamm@mac.com>
22061         * term/mac-win.el (process-connection-type): Use new
22062         operating-system-release variable to use ptys on Darwin 7 (OS X
22063         10.3) when using carbon build.
22065 2005-01-19  Jay Belanger  <belanger@truman.edu>
22067         * calc/calc-ext.el (calc-fancy-prefix-other-key): Don't clear
22068         flags if the last command was a tab or M-tab.
22070         * calc/calc-prog.el (calc-user-define-edit): Put original formula
22071         in formula editing buffer.
22073 2005-01-19  Nick Roberts  <nickrob@snap.net.nz>
22075         * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Add help-echo for
22076         breakpoint image symbol in margin.
22078 2005-01-19  Jay Belanger  <belanger@truman.edu>
22080         * calc/calc-prog.el (calc-execute-kbd-macro):
22081         Ignore calc-keep-arg-flag.
22083 2005-01-19  Kenichi Handa  <handa@m17n.org>
22085         * textmodes/ispell.el (ispell-looking-at): New function.
22086         (ispell-process-line): Use ispell-looking-at to compare the ispell
22087         output and the buffer contents.
22089 2005-01-18  Jay Belanger  <belanger@truman.edu>
22091         * calc/calc.el (calc-display-raw): Fix docstring.
22093 2005-01-18  Stefan Monnier  <monnier@iro.umontreal.ca>
22095         * simple.el (blink-matching-open): Strip extra info from syntax.
22097         * progmodes/sh-script.el (sh-here-doc-open-re): Don't allow | or other
22098         funny chars in the end-of-here-doc marker.
22100 2005-01-19  Nick Roberts  <nickrob@snap.net.nz>
22102         * progmodes/gdb-ui.el (gdb-put-string): Copy/create strings so
22103         that enable/disabled state of breakpoints is shown correctly in
22104         fringe and on ttys.
22105         (gdb-put-breakpoint-icon, gdb-info-breakpoints-custom):
22106         Add breakpoint information as text properties.
22107         (gdb-mouse-toggle-breakpoint):
22108         Rename to gdb-mouse-set-clear-breakpoint.
22109         (gdb-mouse-toggle-breakpoint): New function.  Enable/disable
22110         breakpoints in the margin.
22111         (gdb-remove-strings): Simplify.
22113 2005-01-17  Jay Belanger  <belanger@truman.edu>
22115         * calc/calc-yank.el (calc-edit-mode): Inhibit read-only when
22116         erasing buffer.
22118 2005-01-17  Richard M. Stallman  <rms@gnu.org>
22120         * progmodes/grep.el (grep-find): Copy from `grep' the condition
22121         for calling grep-compute-defaults.
22123         * play/decipher.el (decipher-mode): Don't call decipher-read-alphabet
22124         if buffer is empty.
22126         * emacs-lisp/lisp.el (backward-kill-sexp, kill-sexp): Doc fixes.
22128 2005-01-17  Stefan Monnier  <monnier@iro.umontreal.ca>
22130         * hilit-chg.el (highlight-changes-mode): Don't autoload.
22132         * bindings.el (mode-line-mode-menu): Use bound-and-true-p for all the
22133         non-preloaded variables.
22135 2005-01-17  Steven Tamm  <steventamm@mac.com>
22137         * textmodes/tex-mode.el (tex-start-shell): Adding -i to the
22138         tex-shell cause to force interactivity when using pipes.
22140 2005-01-17  Kim F. Storm  <storm@cua.dk>
22142         * simple.el (just-one-space): Make arg optional.
22144 2005-01-17  Nick Roberts  <nickrob@snap.net.nz>
22146         * xt-mouse.el (xterm-mouse-event): Set new optional fourth arg in
22147         posn-at-x-y to t to access left-margin.
22149 2005-01-16  Michael Albinus  <michael.albinus@gmx.de>
22151         Sync with Tramp 2.0.47.
22153         * net/tramp.el (tramp-operation-not-permitted-regexp) New defcustom,
22154         catching keep-date problems in cp/scp operations.
22155         (tramp-handle-copy-file): Don't call `set-file-modes'
22156         unconditionally.  Specialized functions should know better what is
22157         necessary.  This improves performance a little bit, and the
22158         functions could catch errors with `cp -p' and `scp -p'.
22159         (tramp-do-copy-or-rename-file-via-buffer)
22160         (tramp-do-copy-or-rename-file-out-of-band): Call `set-file-modes'
22161         when appropriate.
22162         (tramp-do-copy-or-rename-file-directly): Mask `cp -p' error.
22163         Call `set-file-modes' when appropriate.
22164         (tramp-action-out-of-band): Mask `scp -p' error.  Reported by Isak
22165         Johnsson <isak@hypergene.com>
22166         (tramp-get-buffer, tramp-get-debug-buffer): Discard the undo list
22167         of both Tramp buffer and debug buffer.  Reported by Joakim Verona
22168         <joakim@verona.se>
22169         (tramp-file-name-for-operation): Mark `shell-command' as magic for
22170         Emacs only.
22172         * net/tramp-util.el (tramp-minor-mode): New minor mode.  Add it to
22173         `find-file-hooks' and `dired-mode-hook'.
22174         (tramp-minor-mode-map): Respective map.  Add remapping for
22175         `compile' and `recompile'.
22176         (tramp-remap-command, tramp-recompile): New defuns.
22177         (tramp-compile): Enable `tramp-minor-mode' and `compilation-mode'
22178         in buffer "*Compilation*".  Call the commands asynchronously.
22180         * net/tramp-vc.el (tramp-vc-do-command, tramp-vc-do-command-new)
22181         (tramp-vc-simple-command): Call `tramp-handle-shell-command' but
22182         `shell-command', because it isn't magic in XEmacs.  Reported by
22183         Adrian Aichner <adrian@xemacs.org>.
22185         * net/tramp-smb.el (tramp-smb-file-name-handler-alist): Add entry for
22186         `substitute-in-file-name.
22187         (tramp-smb-handle-substitute-in-file-name): New defun.
22188         (tramp-smb-advice-PC-do-completion): Delete advice.
22190 2005-01-16  Kai Grossjohann  <kgrossjo@eu.uu.net>
22192         * net/tramp.el (tramp-wait-for-output): Fix typo in echo processing.
22193         Fix error in deleting region.
22195 2005-01-15  Richard M. Stallman  <rms@gnu.org>
22197         * emacs-lisp/lisp-mnt.el (lm-with-file): Use Lisp mode in temp buffer.
22198         In non-temp buffer, switch syntax table temporarily.
22200         * emacs-lisp/lisp-mode.el (indent-pp-sexp): Doc fix.
22202         * replace.el (occur-accumulate-lines, occur-engine): Avoid warnings.
22204         * tar-mode.el (tar-extract): Bind buffer-undo-list to t.
22206         * imenu.el (imenu--split-menu): Copy menulist before sorting.
22207         (imenu--generic-function): Use START, not BEG, as pos of definition.
22209         * simple.el (just-one-space): Argument specifies number of spaces.
22211         * simple.el (eval-expression-print-format): Avoid warning
22212         about edebug-active.
22214 2005-01-15  James R. Van Zandt  <jrvz@comcast.net>  (Tiny change)
22216         * progmodes/sh-script.el: Code copied from make-mode.el
22217         with small changes,
22218         (sh-mode-map): Bind C-c C-\.
22219         (sh-backslash-column, sh-backslash-align): New variables.
22220         (sh-backslash-region, sh-append-backslash): New functions.
22222 2005-01-15  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
22224         * mail/rmail.el: Updated to work with movemail from GNU Mailutils
22225         (rmail-pop-password, rmail-pop-password-required): Move to
22226         rmail-obsolete group.
22227         (rmail-set-pop-password): Rename to rmail-set-remote-password.
22228         All callers updated.
22229         (rmail-get-pop-password): Rename to rmail-get-remote-password.
22230         Take an argument specifying whether it is POP or IMAP mailbox we
22231         are using.  All callers updated.
22232         (rmail-pop-password-error): Rename to
22233         rmail-remote-password-error.  Added mailutils-specific error message.
22234         (rmail-movemail-search-path)
22235         (rmail-movemail-variant-in-use): New variables.
22236         (rmail-remote-password, rmail-remote-password-required):
22237         New customization variables.
22238         (rmail-probe, rmail-autodetect, rmail-movemail-variant-p): New funs.
22239         (rmail-parse-url): New function.
22240         (rmail-get-new-mail, rmail-insert-inbox-text): Update for use
22241         with GNU mailutils movemail.
22243 2005-01-15  Kevin Ryde  <user42@zip.com.au>
22245         * info-look.el (c-mode/symbol): Add ^` to prefix, and change
22246         suffix to space, $ or '$, to correctly position point when going
22247         to @table style constants like DBL_MAX.
22249 2005-01-15  Jorgen Schaefer  <forcer@forcix.cx>  (tiny change)
22251         * type-break.el (type-break-mode, type-break-file-time)
22252         (type-break-file-keystroke-count, type-break-choose-file):
22253         Don't store data in or load data from the file if type-break-file-name
22254         is nil.
22255         (type-break-file-name): Doc update as per the above.
22257 2005-01-15  Stephen Eglen  <S.J.Eglen@damtp.cam.ac.uk>  (tiny change)
22259         * woman.el (woman-dired-define-key-maybe): If KEY is undefined,
22260         lookup-key might return nil; handle that.
22262 2005-01-15  Alan Mackenzie  <acm@muc.de>
22264         * ebrowse.el (ebrowse-class-in-tree): Return the tail of the tree
22265         rather than the element found, thus enabling the tree to be setcar'd.
22267 2005-01-14  Carsten Dominik  <dominik@science.uva.nl>
22269         * textmodes/org.el (org-show-following-heading): New option.
22270         (org-show-hierarchy-above): Use `org-show-following-heading'.
22271         (org-cycle): Documentation fix.
22273         * textmodes/org.el (orgtbl-optimized): New option
22274         (orgtbl-mode): New command, a minor mode.
22275         (orgtbl-mode-map): New variable.
22276         (turn-on-orgtbl, orgtbl-mode, orgtbl-make-binding)
22277         (orgtbl-error, orgtbl-self-insert-command)
22278         (orgtbl-delete-backward-char, orgtbl-delete-char): New functions.
22280         * textmodes/org.el (org-mode): `org-table-may-need-update' is now
22281         a local variable in each org-mode buffer.
22283         * textmodes/org.el (org-set-regexps-and-options): Rename from
22284         `org-set-regexps'.  Added checking for STARTUP keyword.
22285         (org-get-current-options): Add STARTUP options.
22286         (org-table-insert-row): Make mode intelligent about when
22287         realignment is needed.
22288         (org-self-insert-command, org-delete-backward-char, org-delete-char):
22289         New commands.
22290         (org-enable-table-editor): New default value `optimized'.
22291         (org-table-blank-field): Support blanking regions if active.
22293 2005-01-14  Carsten Dominik  <dominik@science.uva.nl>
22295         * textmodes/reftex-cite.el (reftex-bib-sort-year): Catch the case
22296         if the year is not given.
22298         * textmodes/reftex-ref.el (reftex-replace-prefix-escapes):
22299         Add new escapes %m and %M, fixed bug with %F by adding
22300         save-match-data.
22301         (reftex-reference): Remove ?. from list of spaces.
22302         (reftex-label-info): Add automatic label prefix recognition.
22304         * textmodes/reftex-index.el (reftex-index-next-phrase):
22305         Add slave parameter to call of `reftex-index-this-phrase'.
22306         (reftex-index-this-phrase): New optional argument.
22307         (reftex-index-region-phrases): Add slave parameter to call of
22308         `reftex-index-this-phrase'.
22309         (reftex-display-index): New argument redo.
22310         (reftex-index-rescan): Add `redo' to arguments of
22311         `reftex-display-index'.
22312         (reftex-index-Rescan, reftex-index-revert)
22313         (reftex-index-switch-index-tag): Add `redo' to arguments of
22314         `reftex-display-index'.
22315         (reftex-index-make-phrase-regexp): Fix bug with case-sensitive
22316         indexing.  Fix bug with matching is there is a quote before or
22317         after the word.
22319         * textmodes/reftex-cite.el (reftex-all-used-citation-keys):
22320         Fix bug when collecting citation keys in lines with comments.
22321         (reftex-citation): Prefix argument no longer rescans the document,
22322         but forces prompting for optional arguments of cite macros.
22323         (reftex-do-citation): Prompting for optional arguments implemented.
22325         * textmodes/reftex-vars.el (reftex-cite-format-builtin):
22326         Add optional arguments to most cite commands.
22327         (reftex-cite-cleanup-optional-args): New option
22328         (reftex-cite-prompt-optional-args): New option.
22329         (reftex-trust-label-prefix): New option.
22331         * textmodes/reftex-toc.el (reftex-toc-find-section):
22332         Add push-mark before changing the position in the buffer.
22334         * textmodes/reftex.el (reftex-prefix-to-typekey-alist): New variable.
22335         (reftex-compile-variables): Compute reftex-prefix-to-typekey-alist.
22337 2005-01-14  Nick Roberts  <nickrob@snap.net.nz>
22339         * xt-mouse.el (xterm-mouse-event): Compute window co-ordinates
22340         more carefully.
22342 2005-01-13  Stefan Monnier  <monnier@iro.umontreal.ca>
22344         * textmodes/sgml-mode.el (sgml-fill-nobreak): New fun.
22345         (sgml-mode): Use it.
22346         (sgml-get-context): Better keep track of implicitly closed tags.
22348 2005-01-13  Kenichi Handa  <handa@m17n.org>
22350         * textmodes/ispell.el: These changes are to fix misalignment error
22351         caused by equivalent characters of different Emacs charsets.
22352         (ispell-unified-chars-table): New variable.
22353         (ispell-get-decoded-string): New function.
22354         (ispell-get-casechars, ispell-get-not-casechars)
22355         (ispell-get-otherchars): Call ispell-get-decoded-string.
22357 2005-01-12  Johan Bockg\e,Ae\e(Brd  <bojohan@users.sourceforge.net>
22359         * custom.el (custom-declare-variable): Just put symbol instead
22360         of (defvar . symbol) in `current-load-list'.
22362 2005-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
22364         * emacs-lisp/elint.el: Fixed typo in Commentary section.
22366 2005-01-12  Jay Belanger  <belanger@truman.edu>
22368         * calc/calc-help.el (calc-describe-key): Use temporary info buffer
22369         to create a Calc summary.
22371 2005-01-12  Kim F. Storm  <storm@cua.dk>
22373         * mouse.el (mouse-on-link-p): Change functionality and doc
22374         string to comply with latest description in lisp ref.
22376 2005-01-12  Nick Roberts  <nickrob@snap.net.nz>
22378         * xt-mouse.el (xterm-mouse-translate, xterm-mouse-event):
22379         Enable mouse clicks on mode-line, header-line and margin.
22380         (event-type): Give mouse event symbols an `event-kind' property
22381         with value `mouse-click'.
22383 2005-01-12  Juri Linkov  <juri@jurta.org>
22385         * facemenu.el (list-colors-display): Add new arg buffer-name.
22386         Use it.  Fix docstring.  Replace code for identifying duplicate
22387         colors by the name with call to `list-colors-duplicates' which
22388         identifies duplicate colors by the value unless the color
22389         is one of special Windows colors.  Set truncate-lines to t.
22390         Print sorted duplicate color names on each line.  Indent to 22
22391         \(the longest color name in rgb.txt) instead of 20.  Optimize.
22392         (list-colors-duplicates): New function.
22393         (facemenu-color-name-equal): Delete function.
22395         * facemenu.el (list-colors-print): New function created from code
22396         in list-colors-display.  Print #RRGGBB at the window right edge.
22397         (list-colors-display): When temp-buffer-show-function is not
22398         defined, call list-colors-print from temp-buffer-show-hook
22399         to get the right value of window-width in list-colors-print
22400         after the buffer is displayed.
22402         * simple.el (pop-mark): Move deactivate-mark out of conditional
22403         part to deactivate the active mark regardless of the state of the
22404         mark ring.
22406         * desktop.el (desktop-save): Add `mode: emacs-lisp' to the local
22407         variables line in desktop files.
22409 2005-01-12  Juri Linkov  <juri@jurta.org>
22411         * isearch.el (search-highlight, isearch, isearch-lazy-highlight):
22412         Bring together isearch highlight related options.
22413         (lazy-highlight): Replace group `replace' by `matching'.
22414         (lazy-highlight-cleanup, lazy-highlight-initial-delay)
22415         (lazy-highlight-interval, lazy-highlight-max-at-a-time)
22416         (lazy-highlight): Add aliases to old names isearch-lazy-highlight-...
22417         and declare them obsolete.
22418         (lazy-highlight-face): Rename from isearch-lazy-highlight-face.
22419         (isearch-faces): Remove defgroup.
22420         (isearch-overlay, isearch-highlight, isearch-dehighlight):
22421         Move isearch highlighting code closer to lazy highlighting code.
22423         * replace.el (query-replace-lazy-highlight): Add lazy-highlight group.
22424         (query-replace-highlight, query-replace-lazy-highlight)
22425         (query-replace): Move definitions to the beginning of the file.
22427 2005-01-11  Juri Linkov  <juri@jurta.org>
22429         * toolbar/back_arrow.xpm, toolbar/back_arrow.pbm
22430         * toolbar/lc-back_arrow.xpm, toolbar/lc-fwd_arrow.xpm
22431         * toolbar/fwd_arrow.xpm, toolbar/fwd_arrow.pbm: New icons.
22433         * info.el (Info-history-forward): New variable.
22434         (Info-select-node): Reset Info-history-forward to nil.
22435         (Info-last): Turn into defalias.
22436         (Info-history-back): Rename from Info-last.
22437         Add current node to Info-history-forward.
22438         (Info-history-forward): New fun.
22439         (Info-mode-map): Replace Info-last by Info-history-back.
22440         Bind Info-history-forward to "r".
22441         (Info-mode-menu): Replace Info-last by Info-history-back.
22442         Fix menu item text.  Add menu item for Info-history-forward.
22443         (info-tool-bar-map): Replace Info-last by Info-history-back.
22444         Replace its icon "undo" by "back_arrow".  Add icon "fwd_arrow"
22445         for Info-history-forward.
22446         (Info-mode): Replace Info-last by Info-history-back in docstring.
22447         Add local variable Info-history-forward.
22448         (Info-goto-emacs-command-node): Replace Info-last by Info-history-back.
22450 2005-01-11  Stefan Monnier  <monnier@iro.umontreal.ca>
22452         * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line)
22453         (mouse-drag-region, mouse-drag-region-1, mouse-drag-secondary):
22454         Ignore select-window events rather than fiddle with
22455         mouse-autoselect-window.
22457 2005-01-11  Matthew Mundell  <matt@mundell.ukfsn.org>
22459         * type-break.el (type-break-mode): Fix previous change.
22461 2005-01-10  Jay Belanger  <belanger@truman.edu>
22463         * calc/calc-ext.el (calc-reset): Reset when inside embedded
22464         calculator; only reset when point is inside a calculator.
22465         Don't adjust the window height if the window takes up the whole height
22466         of the frame.
22468 2005-01-10  Thien-Thi Nguyen  <ttn@gnu.org>
22470         * ebuff-menu.el (Electric-buffer-menu-mode):
22471         Preserve value of buffer-local var header-line-format.
22473 2005-01-09  Jay Belanger  <belanger@truman.edu>
22475         * calc/calc.el (calc-mode-var-list-restore-saved-values):
22476         Make sure settings file exists before accessing it.
22478         * calc/calc-embed.el (calc-embedded-subst):
22479         Replace math-multi-subst-rec, which is only supposed to be called
22480         by math-multi-subst, by math-multi-subst.
22482 2005-01-09  Andre Spiegel  <spiegel@gnu.org>
22484         * vc.el (vc-allow-async-revert): New user option.
22485         (vc-disable-async-diff): New internal variable.
22486         (vc-revert-buffer): Use them to disable asynchronous diff.
22488         * vc-cvs.el, vc-arch.el, vc-svn.el, vc-mcvs.el (vc-cvs-diff)
22489         (vc-arch-diff, vc-svn-diff, vc-mcvs-diff): Don't diff
22490         asynchronously if vc-disable-async-diff is t.
22492 2005-01-09  Jay Belanger  <belanger@truman.edu>
22494         * calc/calc.el (defcalcmodevar): New macro.
22495         (calc-mode-var-list-restore-default-values)
22496         (calc-mode-var-list-restore-saved-values): New functions.
22497         (calc-mode-var-list): Use defcalcmodevar to define it.
22498         (calc-always-load-extensions, calc-line-numbering)
22499         (calc-line-breaking, calc-display-just, calc-display-origin)
22500         (calc-number-radix, calc-leading-zeros, calc-group-digits)
22501         (calc-group-char, calc-point-char, calc-frac-format)
22502         (calc-prefer-frac, calc-hms-format, calc-date-format)
22503         (calc-float-format, calc-full-float-format, calc-complex-format)
22504         (calc-complex-mode, calc-infinite-mode, calc-display-strings)
22505         (calc-matrix-just, calc-break-vectors, calc-full-vectors)
22506         (calc-full-trail-vectors, calc-vector-commas, calc-vector-brackets)
22507         (calc-matrix-brackets, calc-language, calc-language-option)
22508         (calc-left-label, calc-right-label, calc-word-size)
22509         (calc-previous-modulo, calc-simplify-mode, calc-auto-recompute)
22510         (calc-display-raw, calc-internal-prec, calc-angle-mode)
22511         (calc-algebraic-mode, calc-incomplete-algebraic-mode)
22512         (calc-symbolic-mode, calc-matrix-mode, calc-shift-prefix)
22513         (calc-window-height, calc-display-trail, calc-show-selections)
22514         (calc-use-selections, calc-assoc-selections)
22515         (calc-display-working-message, calc-auto-why, calc-timing)
22516         (calc-mode-save-mode, calc-standard-date-formats, calc-autorange-units)
22517         (calc-was-keypad-mode, calc-full-mode, calc-user-parse-tables)
22518         (calc-gnuplot-default-device, calc-gnuplot-default-output)
22519         (calc-gnuplot-print-device, calc-gnuplot-print-output)
22520         (calc-gnuplot-geometry, calc-graph-default-resolution)
22521         (calc-graph-default-resolution-3d, calc-invocation-macro)
22522         (calc-show-banner): Use defcalcmodevar to declare them and set
22523         their default values.
22525         * calc/calc-ext.el (calc-reset): Restore saved values of variables
22526         instead of default values (but restore default values if there is
22527         an argument of 0).
22529 2005-01-09  David Kastrup  <dak@gnu.org>
22531         * desktop.el (desktop-restore-eager): Fix typo in type.
22533 2005-01-08  Richard M. Stallman  <rms@gnu.org>
22535         * cus-edit.el (customize): Delete :link.
22537 2005-01-08  Jay Belanger  <belanger@truman.edu>
22539         * calc/calc.el (calc-mode): Remove the extension from the
22540         `calc-settings-file' file name when loading it.
22542 2005-01-08  Kim F. Storm  <storm@cua.dk>
22544         * info.el (Info-mode-map, Info-next-link-keymap)
22545         (Info-prev-link-keymap, Info-up-link-keymap):
22546         Map follow-link to mouse-face.
22547         (Info-fontify-node): Add "mouse-2: " prefix to tooltip.
22549 2005-01-08  Jay Belanger  <belanger@truman.edu>
22551         * calc/calc.el (calc-settings-file): Change default value.
22552         Suggested by cgw in a comment in calc-mode.el.
22554         * calc/calc-mode.el (calc-settings-file-name):
22555         Compare calc-settings-file to user-init-file instead of ~/.emacs.
22556         Replace ~/.emacs in a prompt by calc-settings-file.
22558 2005-01-07  Lars Hansen  <larsh@math.ku.dk>
22560         * desktop.el (desktop-restore-eager, desktop-lazy-verbose)
22561         (desktop-lazy-idle-delay): New customizable variables.
22562         (desktop-buffer-args-list): New variable.
22563         (desktop-append-buffer-args): New function.
22564         (desktop-save): Call desktop-append-buffer-args for some buffers.
22565         (desktop-lazy-create-buffer): New function.
22566         (desktop-idle-create-buffers): New function.
22567         (desktop-read): Add message about buffers to restore lazily.
22568         (desktop-lazy-abort): New command.
22569         (desktop-clear): Call desktop-lazy-abort.
22570         (desktop-lazy-complete): New command.
22572 2005-01-06  Richard M. Stallman  <rms@gnu.org>
22574         * emacs-lisp/find-func.el (find-face-definition):
22575         Rename from find-face.
22577 2005-01-06  Kim F. Storm  <storm@cua.dk>
22579         * simple.el (completion-list-mode-map): Map follow-link to mouse-face.
22581         * man.el (Man-xref-man-page, Man-xref-header-file)
22582         (Man-xref-normal-file): Add follow-link property.
22584 2005-01-06  Jay Belanger  <belanger@truman.edu>
22586         * calc/calc-units.el: Make sure the proper macro definitions are
22587         available when compiling.
22589 2005-01-06  Juri Linkov  <juri@jurta.org>
22591         * isearch.el (isearch-lazy-highlight-update):
22592         Rename `isearch-lazy-highlight-interval' to `lazy-highlight-interval'.
22594 2005-01-06  Miles Bader  <miles@gnu.org>
22596         * isearch.el (lazy-highlight): Rename from `lazy-highlight-face'.
22597         (isearch-lazy-highlight-face): Use new name.
22599 2005-01-05  Stefan Monnier  <monnier@iro.umontreal.ca>
22601         * uniquify.el (uniquify-rationalize-file-buffer-names):
22602         Re-add an interactive spec.
22603         (uniquify-rationalize-file-buffer-names): Fix corner case when renaming
22604         to the same name.
22606         * isearch.el (isearch-dehighlight): Remove unused arg `totally'.
22607         (isearch-update, isearch-done): Adjust calls accordingly.
22609 2005-01-05  Richard M. Stallman  <rms@gnu.org>
22611         * custom.el (custom-set-variables, custom-theme-set-variables):
22612         Clarify documentation.
22614         * emacs-lisp/find-func.el (find-variable)
22615         (find-variable-other-window, find-variable-other-frame):
22616         Fix the TYPE args to find-function-read and find-function-do-it.
22617         (find-function): Doc fix.
22618         (find-function-at-point): Replace function-at-point alias.
22620 2005-01-04  Richard M. Stallman  <rms@gnu.org>
22622         * cus-face.el (custom-declare-face):
22623         Record defface in current-load-list.
22625         * help-fns.el (variable-at-point): New arg ANY-SYMBOL.
22627         * emacs-lisp/find-func.el: Doc fixes.
22628         (find-face-regexp): New variable.
22629         (find-function-regexp-alist): New variable.
22630         (find-function-C-source): Third arg is now TYPE.
22631         (find-function-search-for-symbol): Handle general TYPE.
22632         (find-function-read, find-function-do-it): Handle general TYPE.
22633         (find-definition-noselect, find-face): New functions.
22634         (function-at-point): Alias deleted.
22636 2005-01-04  Stefan Monnier  <monnier@iro.umontreal.ca>
22638         * battery.el (display-battery-mode): Rename from display-battery.
22639         Handle the case where it gets turned off.
22641 2005-01-04  Richard M. Stallman  <rms@gnu.org>
22643         * cus-edit.el (customize): Make :link point to user doc.
22645         * man.el (Man-fontify-manpage): Turn off undo generation.
22647         * add-log.el (change-log-font-lock-keywords): Don't match just "From".
22649 2005-01-04  Andreas Schwab  <schwab@suse.de>
22651         * files.el (insert-directory): Only look for error lines in
22652         inserted text.  Don't move too far after processing --dired markers.
22654 2005-01-04  Richard M. Stallman  <rms@gnu.org>
22656         * mail/mailabbrev.el (sendmail-pre-abbrev-expand-hook):
22657         Don't expand if the character is @, period, dash, etc.
22658         (define-mail-abbrev): Quote names that contain problem characters.
22660 2005-01-04  Thien-Thi Nguyen  <ttn@gnu.org>
22662         * progmodes/hideshow.el: No longer require `cl'; `dolist' is standard.
22664 2005-01-03  Richard M. Stallman  <rms@gnu.org>
22666         * replace.el (replace-dehighlight): Use lazy-highlight-cleanup.
22667         (query-replace-highlight, query-replace-lazy-highlight)
22668         (query-replace): Definitions moved up.  Doc fix.
22670 2005-01-03  Richard M. Stallman  <rms@gnu.org>
22672         * isearch.el (lazy-highlight): Group renamed from isearch-lazy-...
22673         (lazy-highlight-cleanup, lazy-highlight-initial-delay)
22674         (lazy-highlight-interval, lazy-highlight-max-at-a-time)
22675         (lazy-highlight-face): Rename from isearch-lazy-...
22676         Change all references to them.
22678 2005-01-03  Luc Teirlinck  <teirllm@auburn.edu>
22680         * cus-edit.el (custom-file): Doc fix for defcustom.
22681         (custom-file): The function no longer sets the variable
22682         `custom-file' to its return value.
22684         * startup.el (command-line): No longer load `custom-file'.
22686 2005-01-03  Stefan Monnier  <monnier@iro.umontreal.ca>
22688         * emacs-lisp/find-func.el (find-variable-regexp): Avoid defface.
22690         * progmodes/perl-mode.el (perl-nochange, perl-calculate-indent):
22691         Don't confuse module-prefixed identifiers for labels.
22692         Reported by Juan-Leon Lahoz Garcia <juanleon1@gmail.com>.
22694 2005-01-02  Richard M. Stallman  <rms@gnu.org>
22696         * files.el (basic-save-buffer-1): Fix previous change.
22698         * loadhist.el (file-loadhist-lookup): New function.
22699         (file-provides, file-requires): Use it.
22701         * electric.el (Electric-pop-up-window): Use fit-window-to-buffer
22702         instead of calculating the right size.
22704 2005-01-02  Karl Chen  <quarl@cs.berkeley.edu>  (tiny change)
22706         * vc-svn.el (vc-svn-diff): Stay local if possible.
22708 2005-01-02  Stefan Monnier  <monnier@iro.umontreal.ca>
22710         * vc-arch.el (vc-arch-workfile-version): Handle the empty-branch case.
22712         * files.el (hack-local-variables): Fix last change.
22714 2005-01-02  Jay Belanger  <belanger@truman.edu>
22716         * calc/calc-yank.el (calc-edit-top): New variable.
22717         (calc-edit-mode): Set calc-edit-top to be the beginning of the edited
22718         object.  Change header properties.
22719         (calc-edit-finish, calc-edit-finish-stack-object)
22720         (calc-edit-show-buffer): Use calc-edit-top to find the beginning of the
22721         edited object.
22722         * calc/calc-sel.el (calc-finish-selection-edit): Use calc-edit-top
22723         for the beginning of the edited object.
22724         * calc/calc-embed.el (calc-embedded-finish-edit): Use calc-edit-top
22725         for the beginning of the edited object.
22726         * calc/calc-prog.el (calc-edit-macro-finish-edit)
22727         (calc-finish-formula-edit, calc-macro-repeats)
22728         (calc-edit-macro-adjust-buffer, calc-edit-format-macro-buffer)
22729         (calc-edit-macro-pre-finish-edit): Use calc-edit-top for the
22730         beginning of the edited object.
22731         (calc-user-define-edit): Change the header for editing macros.
22732         Remove unnecessary variable.
22734 2005-01-01  Jay Belanger  <belanger@truman.edu>
22736         * calc/calc-yank.el (calc-edit-mode): Change default header.
22737         (calc-edit-finish, calc-show-edit-buffer): Adjust to handle new header.
22738         * calc/calc-store.el (calc-edit-variable): Change title to match new
22739         header.
22740         * calc/calc-prog.el (calc-edit-user-syntax): Change title in edit
22741         mode to match new header.
22742         (calc-user-define-edit): Change titles to include names of commands.
22743         (calc-finish-formula-edit): Adjust to handle new header.
22744         (calc-finish-macro-edit): Remove.
22745         (calc-edit-macro-repeats, calc-edit-macro-adjust-buffer)
22746         (calc-edit-macro-command, calc-edit-macro-command-type)
22747         (calc-edit-macro-combine-alg-ent, calc-edit-macro-combine-ext-command)
22748         (calc-edit-macro-combine-var-name, calc-edit-macro-combine-digits)
22749         (calc-edit-format-macro-buffer, calc-edit-macro-pre-finish-edit)
22750         (calc-edit-macro-finish-edit): New functions.
22751         (calc-user-define-edit): Use new functions to edit named calc macros.
22753 2005-01-01  Stefan  <monnier@iro.umontreal.ca>
22755         * files.el (hack-local-variables): Cleanup prefix/suffix matching.
22757         * ses.el (copy-region-as-kill): Deactivate mark.
22759 2005-01-01  Richard M. Stallman  <rms@gnu.org>
22761         * replace.el (occur-1): If the output buffer is also an input,
22762         don't kill it, rename it.
22764         * faces.el (set-face-background, set-face-foreground): Doc fix.
22766         * cus-face.el (custom-face-attributes): Fix :help-echo strings
22767         for :foreground and :background.
22769         * dired.el (dired-view-command-alist): Variable deleted.
22770         (dired-view-file, dired-mouse-find-file-other-window):
22771         Delete the code to use it.
22773 2005-01-01  Kim F. Storm  <storm@cua.dk>
22775         * image.el (insert-sliced-image): Use t for line-height property.
22777 See ChangeLog.11 for earlier changes.
22779 ;; Local Variables:
22780 ;; coding: iso-2022-7bit
22781 ;; End:
22783     Copyright (C) 2005, 2006 Free Software Foundation, Inc.
22784   Copying and distribution of this file, with or without modification,
22785   are permitted provided the copyright notice and this notice are preserved.
22787 ;;; arch-tag: e39939be-dab3-400e-86f5-0e2701a883c1