(reveal-open-new-overlays): New extracted fun.
[emacs.git] / lisp / ChangeLog
blobed7e28326f93c90750768ba40ffb144ffa493b1b
1 2006-01-09  Stefan Monnier  <monnier@iro.umontreal.ca>
3         * reveal.el (reveal-open-new-overlays): New extracted fun.
4         (reveal-close-old-overlays): Idem.  Check overlays's liveness before
5         using them.  Simplify the code.
6         (reveal-post-command): Use them.  Fix up obsolete windows in
7         reveal-open-spots.
9         * progmodes/flymake.el: Use `require' rather than autoload for
10         XEmacs's overlays.
11         (flymake-get-common-file-prefix, flymake-build-relative-filename):
12         Delete.  Use file-relative-name instead.
13         (flymake-get-syntax-check-program-args, flymake-perl-init):
14         Simplify the resulting code.
16         * log-view.el (log-view-file-re, log-view-message-re): Add support
17         for DaRCS output.
19 2006-01-09  Alex Schroeder  <alex@gnu.org>
21         * mail/rmail.el (rmail-reply-regexp): Also ignore mailing list
22         identifiers sometimes added in square brackets at the beginning of
23         subject lines.
25 2006-01-07  Richard M. Stallman  <rms@gnu.org>
27         * cus-edit.el (Custom-set, Custom-save): Doc fix.
28         (Custom-reset-current, Custom-reset-saved): Change question text.
29         (Custom-reset-standard): Likewise.
30         (custom-variable-reset-saved): Doc fix.
32 2006-01-07  Eli Zaretskii  <eliz@gnu.org>
34         * startup.el (init-file-user): Doc fix.
36 2006-01-07  Alex Schroeder  <alex@gnu.org>
38         * mail/rmail.el (rmail-current-subject): New function.
39         (rmail-current-subject-regexp): New function.
40         (rmail-next-same-subject): Use it.
42         * mail/rmailsum.el (rmail-summary-by-topic):
43         Use rmail-current-subject and rmail-current-subject-regexp.
44         (rmail-summary-next-same-subject): Ditto.
46         * net/rcirc.el (rcirc-send-input): No longer check whether the
47         process is open, since not all commands need an open process.
48         (rcirc-send-string): Check whether the process is open before
49         sending anything.
50         (rcirc-ignore-list): New option.
51         (rcirc-ignore-list-automatic): New variable.
52         (rcirc-print): Take rcirc-ignore-list into account.
53         (rcirc-cmd-ignore): New command.
54         (rcirc-ignore-update-automatic): New function.
55         (rcirc-handler-PART, rcirc-handler-QUIT): Use it to maintain the
56         list if ignored nicks.
57         (rcirc-handler-NICK): Ditto, and also ignore the new nick.
59 2006-01-06  David Reitter  <david.reitter@gmail.com>
61         * mail/emacsbug.el (report-emacs-bug): Let explanations correctly
62         reflect the address to which the report will be sent.
64 2006-01-06  Eli Zaretskii  <eliz@gnu.org>
66         * progmodes/ld-script.el (auto-mode-alist): Recognize linker
67         scripts whose file-name extensions are "\.x[bdsru]?[cn]?$".
69 2006-01-01  Michael Ernst  <mernst@alum.mit.edu>  (tiny changes)
71         * textmodes/tildify.el: Fix typos (misspellings) in the commentary.
73         * emacs-lisp/find-func.el (find-definition-noselect): Fix typo in
74         the doc string: "functoin" => "function".
75         ldefs-boot.el: Likewise.
77         * textmodes/bibtex.el (bibtex-validate-globally): Fix typo in a
78         message text: "Duplicat" => "Duplicate".
80 2006-01-06  Sven Joachim  <svenjoac@gmx.de>  (tiny change)
82         * files.el (basic-save-buffer-2): If backing-up failed, reset
83         buffer-backed-up to nil.
85 2006-01-06  Nick Roberts  <nickrob@snap.net.nz>
87         * progmodes/gud.el (gdb-script-skip-to-head)
88         (gdb-script-calculate-indentation): Indent for breakpoint command
89         lists also.
91 2006-01-05  Bill Wohler  <wohler@newt.com>
93         * Makefile.in (compile-always): Add mh-autoloads dependency.
94         (bootstrap): Remove mh-autoloads dependency, as compile dependency
95         provides it.
96         (updates): Remove mh-autoloads dependency, since it probably has
97         already run recently (via recompile).
99 2006-01-05  Stefan Monnier  <monnier@iro.umontreal.ca>
101         * textmodes/flyspell.el (flyspell-accept-buffer-local-defs): Add an
102         argument `force' to disable the flyspell-last-buffer optimization.
103         (flyspell-mode-on): Use it.
105         * progmodes/flymake.el (flymake-get-cleanup-function): Default to
106         flymake-simple-cleanup.
107         (flymake-allowed-file-name-masks): Use this new default.
108         All the functions are now called in the right buffer rather than
109         passing the buffer as argument.
110         (flymake-process-sentinel): Switch to buffer before calling cleanup.
111         (flymake-parse-err-lines): Remove redundant buffer arg.
112         (flymake-get-program-dir): Comment out unused function.
113         (flymake-start-syntax-check, flymake-start-syntax-check-process):
114         Remove redundant buffer argument.
115         (flymake-get-real-file-name, flymake-simple-java-cleanup)
116         (flymake-simple-cleanup, flymake-master-cleanup): Remove buffer arg.
118 2006-01-05  Richard M. Stallman  <rms@gnu.org>
120         * info.el (Info-find-node): Don't record previous node if have none.
121         (info): Go to directory only if history is empty.
123         * simple.el (mark): Doc fix.
125 2006-01-05  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
127         * term/mac-win.el (mac-ae-parameter): Don't coerce data if it is
128         already of desired type.
129         (mac-ae-list): Coerce parameter to "list" type.
130         (mac-dispatch-apple-event): Replace cadr part of event with a
131         dummy position so that event-start returns it.
133 2006-01-05  Carsten Dominik  <dominik@science.uva.nl>
135         * textmodes/org.el: (org-end-of-subtree): New function.
136         (org-cycle, org-subtree-end-visible-p, org-scan-tags):
137         Use `org-end-of-subtree'.
138         (org-agenda, org-agenda-convert-date): Protect calls to
139         `fit-window-to-buffer'.
140         (org-tags-view): Force matching of sublevels when doing a
141         todo-only search.  Define the correct redo command, including the
142         arguments.
143         (org-agenda-redo): Display message.
144         (org-check-for-org-mode): New function.
145         (org-agenda-type): New variable.
146         (org-timeline, org-agenda-list, org-todo-list, org-tags-view):
147         Set `org-agenda-type'.
148         (org-agenda-check-type): New function.
149         (org-agenda-goto-today, org-agenda-later, org-agenda-earlier)
150         (org-agenda-week-view, org-agenda-day-view)
151         (org-agenda-next-date-line, org-agenda-previous-date-line)
152         (org-agenda-log-mode, org-agenda-toggle-diary)
153         (org-agenda-toggle-time-grid, org-agenda-date-later)
154         (org-agenda-date-prompt, org-agenda-diary-entry)
155         (org-agenda-execute-calendar-command, org-agenda-goto-calendar)
156         (org-agenda-convert-date, org-agenda-menu):
157         Use `org-agenda-check-type'.
158         (org-make-overlay, org-delete-overlay)
159         (org-detatch-overlay, org-move-overlay, org-overlay-put):
160         New compatibility functions.
161         (org-calendar-select-mouse): New command.
163 2006-01-04  Chong Yidong  <cyd@stupidchicken.com>
165         * cus-edit.el (Custom-reset-current, Custom-reset-saved)
166         (Custom-reset-standard): Fix y-or-n-p messages.
167         (custom-link): New face for links.
168         (custom-buffer-create-internal, custom-manual): Use it.
169         (custom-face-save): Push to theme-face before setting face spec.
171         * wid-edit.el (widget-default-mouse-face-get): New function.
172         (widget-specify-button): Handle mouse-face like button-face.
174         * custom.el (load-theme): Clear old theme settings if reloading.
176 2006-01-03  Luc Teirlinck  <teirllm@auburn.edu>
178         * cus-edit.el (custom-buffer-create-internal): Move whole buffer
179         "Erase Customization" button back to same position it occupies in
180         the individual State menus.
182 2006-01-04  Kim F. Storm  <storm@cua.dk>
184         * wid-edit.el (key-sequence): Rework widget to read key binding
185         using `kbd' syntax.  Use C-q to insert literal key, event, or code.
186         (widget-key-sequence-default-value): Default value for empty sequence.
187         (widget-key-sequence-map): New map for reading key binding.  Bind C-q.
188         (widget-key-sequence-read-event): New command for C-q.
189         (widget-key-sequence-validate, widget-key-sequence-value-to-internal)
190         (widget-key-sequence-value-to-external): New functions.
192 2006-01-03  Stefan Monnier  <monnier@iro.umontreal.ca>
194         * progmodes/flymake.el (flymake-create-temp-with-folder-structure):
195         Use expand-file-name.
196         (flymake-delete-temp-directory): Use expand-file-name,
197         file-name-directory, and directory-file-name.
198         (flymake-strrchr): Delete.
199         (flymake-start-syntax-check): Don't pass the redundant buffer argument
200         to the init-f function.
201         (flymake-save-buffer-in-file, flymake-init-create-temp-buffer-copy)
202         (flymake-init-find-buildfile-dir)
203         (flymake-init-create-temp-source-and-master-buffer-copy)
204         (flymake-simple-make-init-impl, flymake-simple-make-init)
205         (flymake-master-make-init, flymake-master-make-header-init)
206         (flymake-simple-make-java-init, flymake-simple-ant-java-init)
207         (flymake-perl-init, flymake-simple-tex-init, flymake-master-tex-init)
208         (flymake-xml-init): Remove corresponding redundant buffer argument.
209         (flymake-allowed-file-name-masks): Remove last elems that are equal to
210         the default anyway.  Clean up regexps.
212         * progmodes/flymake.el (flymake-temp-source-file-name)
213         (flymake-master-file-name, flymake-temp-master-file-name)
214         (flymake-base-dir): New buffer-local vars.
215         (flymake-buffer-data, flymake-get-buffer-value)
216         (flymake-set-buffer-value): Replace those hash-tables by the new
217         buffer-local vars.  Update callers.
219         * progmodes/flymake.el (flymake-check-start-time)
220         (flymake-check-was-interrupted, flymake-err-info, flymake-is-running)
221         (flymake-last-change-time, flymake-new-err-info, flymake-timer):
222         Move definition, so we can remove redundant earlier declaration.
223         (flymake-replace-regexp-in-string, flymake-split-string)
224         (flymake-get-temp-dir): Use defalias.
225         (flymake-popup-menu): Remove `pos' argument.  Use posn-at-point.
226         (flymake-xemacs-window-edges): Remove unused function.
227         (flymake-get-point-pixel-pos): Move.
228         (flymake-pid-to-names, flymake-reg-names)
229         (flymake-get-source-buffer-name, flymake-unreg-names): Remove.
230         Replace by a simple list flymake-processes and by process-buffer.
231         Update callers.  Other than simplify the code, it uses buffers rather
232         than buffer-names so it doesn't get confused by uniquify.
233         (flymake-buffer-data): The global value should just be nil.
235         * emacs-lisp/bytecomp.el (byte-compile-file-form-defalias):
236         Optimize the body of a defalias like any other code.
238         * font-lock.el (font-lock-fontify-buffer, font-lock-fontify-region):
239         Make sure we've setup font-lock's vars.  It may influence which
240         function we then call.
241         (font-lock-default-fontify-buffer): Don't bother calling set-defaults
242         here since it's too late anyway.
244 2006-01-03  Romain Francoise  <romain@orebokech.com>
246         * startup.el (fancy-splash-tail, normal-splash-screen):
247         Update copyright year.
249 2006-01-02  J.D. Smith  <jdsmith@as.arizona.edu>
251         * mouse.el (mouse-drag-track): Rename, from
252         `mouse-drag-region-1'.  Includes optional argument required to
253         enable post-drag event processing (e.g. delete region keys).
254         Can be used without this argument to track a mouse region and operate
255         on it as soon as the drag completes.
256         (mouse-drag-region): Use `mouse-drag-track'.
258 2006-01-02  Chong Yidong  <cyd@stupidchicken.com>
260         * cus-edit.el (custom-guess-name-alist, custom-guess-doc-alist):
261         Move to `custom-buffer' group.
263         * cus-theme.el: Rewrite the Custom New Theme Mode interface.
264         (custom-new-theme-mode-map, custom-theme-insert-variable-marker)
265         (custom-theme-insert-face-marker, custom-theme-variable-menu)
266         (custom-theme-face-menu): New variables.
267         (custom-theme-add-variable, custom-theme-variable-action)
268         (custom-variable-reset-theme, custom-theme-delete-variable)
269         (custom-face-reset-theme, custom-theme-face-action)
270         (custom-theme-delete-face, custom-theme-merge-theme)
271         (custom-theme-add-face, custom-theme-visit-theme): New functions.
273 2006-01-01  Chong Yidong  <cyd@stupidchicken.com>
275         * custom.el: Move Custom Themes commentary to start of theme code.
276         (custom-known-themes): Rename `standard' theme to `changed'.
277         (custom-push-theme): Caller no longer specifies what theme to use
278         when doing `reset'---the setting is simply removed from the theme.
279         Delete MODE from `theme-value' and `theme-settings' properties.
280         (custom-declare-theme): Ignore &rest args since we don't use them.
282         (custom-loaded-themes): Delete variable.
283         (custom-theme-load-themes, custom-theme-loaded-p)
284         (custom-theme-value): Delete functions.
286         (custom-declare-theme): Signal error on invalid theme names.
287         (provide-theme): custom-loaded-themes was deleted.
288         (load-theme): Load the file unconditionally.
289         (enable-theme): Call `load-theme' if theme is undefined.
290         (custom-enabled-themes): Only update value for successful loads.
291         (disable-theme): Complete from enabled themes when interactive.
292         (custom-variable-theme-value): Calculate theme value directly.
294         (custom-theme-reset-variables, custom-reset-variables): Mark as
295         XEmacs compatibility functions.  We don't actually use these.
297         * cus-edit.el (custom-variable-state-set):
298         Use custom-variable-theme-value instead of custom-theme-value.
299         (custom-face-state-set): Rename `standard' theme to `changed'.
300         (custom-save-variables, custom-save-faces): Delete unneeded
301         references to custom-reset-variables.
302         (custom-save-resets): Delete function.
303         (custom-save-variables, custom-save-faces): MODE argument deleted.
304         (custom-save-variables, custom-save-faces): Ignore theme values.
306         * cus-face.el (custom-theme-reset-faces): Mark as XEmacs
307         compatibility function.
309 2006-01-01  Richard M. Stallman  <rms@gnu.org>
311         * cus-edit.el (Custom-set, Custom-save): Ask for confirmation.
312         (Custom-reset-current, Custom-reset-saved): Likewise.
313         (Custom-reset-standard): Show message if aborted.
314         (custom-mode): Doc fix, describing those commands.
316         * mouse.el (mouse-drag-region-1): When following link via mouse-2,
317         put on event-kind property.
319 2005-12-31  Chong Yidong  <cyd@stupidchicken.com>
321         * custom.el (provide-theme): Ban `user' theme name.
322         (custom-enabling-themes): New variable.
323         (enable-theme): Don't enable user if custom-enabling-themes is t.
324         (custom-enabled-themes): Make it a defcustom.
325         (custom-theme-recalc-face): No-op if face is undefined.
327         * cus-edit.el (custom-button-mouse): New variable.
328         (custom-button-mouse): New face.
329         (custom-raised-buttons, custom-mode): Use it.
331         * cus-theme.el (custom-new-theme-mode): Use custom-button-mouse.
333 2005-12-31  Eli Zaretskii  <eliz@gnu.org>
335         * progmodes/gud.el (gud-display-line): Support hl-line in the
336         source buffer.
338 2005-12-31  Lennart Borgman  <lennart.borgman.073@student.lu.se>  (tiny change)
340         * mouse.el (mouse-drag-window-above): Verify that the found window
341         overlaps with the given window in the horizontal dimension.
343 2005-12-31  Eli Zaretskii  <eliz@gnu.org>
345         * Makefile.in (cvs-update): New target.
347         * makefile.w32-in (cvs-update): Ditto.
349 2005-12-30  Chong Yidong  <cyd@stupidchicken.com>
351         * cus-theme.el (custom-new-theme-mode): Use cus-edit faces.
352         (custom-new-theme-mode-map): New variable.
354 2005-12-30  Richard M. Stallman  <rms@gnu.org>
356         * custom.el (custom-load-themes): Function deleted.
358         * cus-edit.el (custom-save-loaded-themes): Function deleted.
359         (custom-save-variables): Don't delete or add custom-load-themes call.
361 2005-12-30  Stefan Monnier  <monnier@iro.umontreal.ca>
363         * cus-start.el: Add `visible-cursor'.
365         * progmodes/flymake.el (flymake-copy-buffer-to-temp-buffer): Simplify.
366         (flymake-parse-output-and-residual): Remove `source-buffer' argument.
367         (flymake-process-filter): Switch to buffer before calling it instead.
368         (flymake-post-syntax-check, flymake-highlight-err-lines)
369         (flymake-delete-own-overlays, flymake-parse-err-lines)
370         (flymake-start-syntax-check, flymake-start-syntax-check-process)
371         (flymake-count-lines, flymake-parse-residual):
372         Remove constant buffer argument.
373         (flymake-start-syntax-check-for-current-buffer): Remove.
374         Update callers to use flymake-start-syntax-check instead.
375         (flymake-display-err-menu-for-current-line):
376         Remove unused var `mouse-pos'.
377         (flymake-restore-formatting): Comment out unused function.
378         (flymake-report-status, flymake-report-fatal-status): Remove buffer
379         argument, use current-buffer instead.  Update callers.
381 2005-12-30  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
383         * textmodes/bibtex.el (bibtex-mode): Make completion-ignore-case
384         buffer-local because choose-completion-delete-max-match requires
385         that we set completion-ignore-case (i.e., binding via let is not
386         sufficient).
387         (bibtex-complete): Always set completion-ignore-case and
388         choose-completion-string-functions. The latter is needed because
389         choose-completion-string-functions keeps its value if we quit the
390         *Completions* buffer without requesting a completion.
392 2005-12-30  Andreas Schwab  <schwab@suse.de>
394         * progmodes/cc-defs.el: Ignore errors from font-lock-compile-keywords.
396 2005-12-30  Eli Zaretskii  <eliz@gnu.org>
398         * jit-lock.el (jit-lock-chunk-size): Doc fix.
400 2005-12-30  Juri Linkov  <juri@jurta.org>
402         * locate.el (locate-fcodes-file, locate-header-face)
403         * progmodes/delphi.el (delphi-other-face)
404         * progmodes/glasses.el (glasses-face): Add tag "None" to const nil.
406         * paren.el (show-paren-match, show-paren-mismatch): Use existing
407         group `paren-showing-faces'.
409         * net/goto-addr.el (goto-address-highlight-keymap): Fix docstring.
410         (goto-address): Fix docstring.
412         * net/webjump.el (webjump-sample-sites): Update URLs.
414         * textmodes/fill.el (fill-single-word-nobreak-p): Use `sentence-end'.
416         * subr.el (cancel-change-group): Add listp around pending-undo-list.
418 2005-12-29  Stefan Monnier  <monnier@iro.umontreal.ca>
420         * font-lock.el (font-lock-compile-keywords): Signal an error when
421         font-lock-set-defaults hasn't been called.
423 2005-12-29  Luc Teirlinck  <teirllm@auburn.edu>
425         * subr.el (noreturn, 1value): Doc fixes.
427 2005-12-29  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
429         * textmodes/bibtex.el (bibtex-text-in-field-bounds): Handle case
430         that assoc-string returns nil.
432 2005-12-29  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
434         * textmodes/bibtex.el (bibtex-entry-type-whitespace)
435         (bibtex-entry-type-str, bibtex-empty-field-re)
436         (bibtex-search-backward-string, bibtex-preamble-prefix)
437         (bibtex-search-entry, bibtex-enclosing-entry-maybe-empty-head): Remove.
438         (bibtex-any-valid-entry-type): New variable.
439         (bibtex-parse-field-name): Simplify.
440         (bibtex-parse-string, bibtex-search-forward-string): New arg empty-key.
441         (bibtex-preamble-prefix): Include left delimiter.
442         (bibtex-search-forward-field, bibtex-search-backward-field):
443         Allow unbounded search past entry boundaries (required by bibtex-pop).
444         (bibtex-text-in-field-bounds): Use push.
445         (bibtex-text-in-field): Do not use bibtex-narrow-to-entry.
446         (bibtex-parse-preamble, bibtex-valid-entry)
447         (bibtex-beginning-first-field): New functions.
448         (bibtex-skip-to-valid-entry): Use bibtex-valid-entry.  Fix regexp.
449         (bibtex-map-entries): Fix docstring.
450         (bibtex-flash-head): New arg prompt. Simplify.
451         (bibtex-enclosing-field): Include code of bibtex-inside-field.
452         (bibtex-insert-kill): Simplify.  Always insert text past the
453         current field or entry.
454         (bibtex-format-entry): Use bibtex-parse-field.
455         (bibtex-pop): Use bibtex-beginning-of-entry and
456         bibtex-end-of-entry to initiate the search.  Insert empty field if
457         we found ourselves.
458         (bibtex-print-help-message): New args field and comma.
459         Handle entry keys.
460         (bibtex-make-field): Use bibtex-beginning-of-entry.
461         (bibtex-end-of-entry): Use bibtex-valid-entry.  Recognize any
462         invalid entry.
463         (bibtex-validate): Use bibtex-valid-entry and bibtex-parse-string.
464         Handle preambles.  Simplify code for thorough test.
465         (bibtex-next-field, bibtex-find-text, bibtex-find-text-internal):
466         New arg comma.  Handle entry heads.
467         (bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters)
468         (bibtex-kill-field, bibtex-copy-field-as-kil, bibtex-empty-field):
469         New arg comma.
470         (bibtex-kill-entry): Use bibtex-any-entry-maybe-empty-head.
471         (bibtex-fill-field): Simplify.
472         (bibtex-fill-entry): Use bibtex-beginning-first-field and
473         bibtex-parse-field.
474         (bibtex-convert-alien): Do not wait before calling bibtex-validate.
475         (bibtex-complete): Use bibtex-parse-preamble.
477 2005-12-29  Nick Roberts  <nickrob@snap.net.nz>
479         * progmodes/gdb-ui.el (gdb-tooltip-print, gdb-tooltip-print-1):
480         Display name of expression instead of convenience variable.
481         (gdb-post-prompt): Only call gdb-get-changed-registers if needed.
483         * progmodes/gud.el (gud-tooltip-dereference): Rename from
484         toggle-gud-tooltip-dereference.
485         (gud-tooltip-print-command): Move concatenation of "*" to expr to...
486         (gud-tooltip-tips): ...here when dereferencing..
488 2005-12-28  Bill Wohler  <wohler@newt.com>
490         * simple.el (mh-e-user-agent): Move to mh-e/mh-comp.el and autoload.
492 2005-12-28  Stefan Monnier  <monnier@iro.umontreal.ca>
494         * vc.el (vc-annotate-display): Replace optional arg `color-map' with
495         compulsory arg `ratio'.  Inline body of vc-annotate-time-span.
496         (vc-annotate-display-autoscale): Adjust call.
497         (vc-annotate-display-default): Adjust call.  Make arg compulsory.
498         Fix interactive spec.
499         (vc-annotate-time-span): Remove.
500         (vc-annotate-oldest-in-map): Rename from vc-annotate-car-last-cons.
501         (vc-annotate-mode-menu, vc-annotate-display-autoscale)
502         (vc-annotate-display-select): Use new name.
504         * vc.el (vc-annotate-mode-map): Remove obsolete binding.
505         (vc-annotate-mode-menu): Remove left-over redundant declaration.
506         Correct the construction of span entries.  Simplify.
507         (vc-annotate-display-select): Fix the nil case.
508         (vc-annotate): Remove obsolete (and now broken) code.
509         (vc-annotate-extract-revision-at-line): Remove obsolete code.
510         (vc-annotate-time-span): Remove unused arg `quantize'.  Simplify.
512 2005-12-28  Luc Teirlinck  <teirllm@auburn.edu>
514         * subr.el (lazy-completion-table): Correct typo in docstring.
516         * startup.el (command-line): Use `custom-reevaluate-setting' for
517         `send-mail-function'.
519         * mail/sendmail.el (send-mail-function): Autoload the standard-value.
521 2005-12-05  Ralf Angeli  <angeli@iwi.uni-sb.de>
523         * mail/smtpmail.el (smtpmail-try-auth-methods):
524         Send credentials together with "AUTH PLAIN" command.
526 2005-12-27  Richard M. Stallman  <rms@gnu.org>
528         * mouse.el (mouse-drag-region-1): When remapping mouse-1 to
529         mouse-2, go back to previously selected window, so it's selected
530         when mouse-2 command runs.
532 2005-12-27  Juri Linkov  <juri@jurta.org>
534         * descr-text.el (describe-text-sexp): Use square brackets for
535         button [Show] to distinguish it from the property value `show'.
536         (describe-property-list): Use `insert-text-button' with
537         `help-face' type instead of putting face in quotes, because button
538         is not created automatically for a list of faces.
539         (describe-text-properties-1): Put button-type value in quotes to
540         distinguish from plain text "button".
541         (describe-char): Display code point values in hex.  Don't use
542         `symbol-name' for `current-input-method' because it is a string.
543         Use `insert-text-button' with `help-face' type instead of putting
544         hardcoded face in quotes, because button is not created automatically.
546 2005-12-27  Richard M. Stallman  <rms@gnu.org>
548         * progmodes/glasses.el (glasses-face): More specific custom type.
550         * files.el (set-visited-file-name): Doc fix.
552         * textmodes/flyspell.el (flyspell-external-point-words):
553         Use local var buffer-scan-pos to advance scan for next misspelling.
554         Advance it only after we find the misspelling.
556 2005-12-27  Agustin Martin  <agustin.martin@hispalinux.es>
558         * textmodes/flyspell.el (flyspell-external-point-words):
559         New criteria for finding the misspelling in the buffer.
561 2005-12-27  Nick Roberts  <nickrob@snap.net.nz>
563         * help-mode.el (help-insert-string): Set help-xref-stack-item
564         rather than call help-setup-xref.
566         * descr-text.el (describe-char): Revert previous changes for
567         optional buffer argument.
569 2005-12-27  Juri Linkov  <juri@jurta.org>
571         * help-mode.el (help-insert-string): New function.  Save buffer
572         contents in cases where it is impossible to recompute the old contents.
574         * descr-text.el (describe-char): Set help-xref-stack-item
575         explicitly after buffer has been generated.
577 2005-12-27  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
579         * cus-start.el (all): Add x-gtk-show-hidden-files.
581 2005-12-26  Richard M. Stallman  <rms@gnu.org>
583         * replace.el (perform-replace): Calculate match-again
584         before skipping read-only matches.
586         * paren.el (paren-showing-faces): New group.
587         (show-paren-match, show-paren-mismatch): Move to that group.
589         * button.el (button): Put into group `basic-faces'.
591         * progmodes/make-mode.el: Remove faces from group `faces'.
593         * apropos.el (apropos, apropos-value): Doc fix.
594         (apropos-documentation): Doc fix.
596 2005-12-26  Stefan Monnier  <monnier@iro.umontreal.ca>
598         * subr.el (lazy-completion-table): Remove argument `args'.
600         * textmodes/bibtex.el (bibtex-strings, bibtex-reference-keys):
601         Don't use the `args' argument of lazy-completion-table.
603 2005-12-26  Nick Roberts  <nickrob@snap.net.nz>
605         * descr-text.el (describe-char): Add optional argument for buffer.
606         Set buffer appropriately.  Call help-setup-xref.
607         Suggested by Stefan Monnier.
609 2005-12-26  Juri Linkov  <juri@jurta.org>
611         * descr-text.el: Require `help-fns' at runtime.  Don't require
612         `button' for byte compilation.
613         (describe-text-widget): Add `help-echo' for first button.
614         Use `help-info' for second.
615         (describe-property-list): Use `help-argument-name' instead of `italic'.
616         (describe-text-category): Add prompt to interactive spec.
617         Call `help-setup-xref'.
618         (describe-char): Use `help-character-set'.  Add `help-echo' for
619         code point.  Use `help-input-method'.  Remove superfluous insert.
621 2005-12-25  Richard M. Stallman  <rms@gnu.org>
623         * progmodes/cc-defs.el (c-emacs-features): Do parse-partial-sexp
624         at point, in case of narrowing.
626         * progmodes/delphi.el (delphi-other-face): Allow nil in type.
628         * locate.el (locate-header-face): Allow nil in type.
630         * progmodes/cpp.el (cpp-face-none-list): Use cpp-face instead of face.
632 2005-12-25  Romain Francoise  <romain@orebokech.com>
634         * battery.el (battery-linux-proc-acpi): Also try
635         `/proc/acpi/thermal_zone/THM0/temperature'.
637 2005-12-24  Chong Yidong  <cyd@stupidchicken.com>
639         * custom.el (custom-push-theme): Fix docstring.
641         * cus-edit.el (custom-variable-set, custom-variable-save)
642         (custom-variable-save): Custom-quote widget values.
643         (customize-save-variable): Fix custom-push-theme call.
645 2005-12-24  Eli Zaretskii  <eliz@gnu.org>
647         * w32-fns.el (w32-batch-update-autoloads): New function.
649         * makefile.w32-in (autoloads, $(lisp)/mh-e/mh-loaddefs.el):
650         Use w32-batch-update-autoloads, and don't setq generated-autoload-file
651         from the command line.
653 2005-12-23  Chong Yidong  <cyd@stupidchicken.com>
655         * custom.el (custom-push-theme): Clarify docstring.  VALUE nil for
656         reset means to remove setting from theme entirely.  Don't keep
657         expanding theme-settings list; delete old entries if necessary.
659         * cus-edit.el (custom-buffer-create-internal): Move "Erase
660         customization" button one line up.
661         (custom-themed): New face.
662         (custom-magic-alist): New value, THEMED, for theme settings.
663         (custom-variable-state-set, custom-face-state-set):
664         Check theme-value instead of saved-value.
665         (custom-variable-reset-standard, custom-face-reset-standard):
666         Remove theme setting entirely.  Recalculate new values.
667         (custom-variable-set, custom-variable-set)
668         (custom-variable-reset-saved, custom-variable-reset-backup)
669         (custom-face-set, custom-face-reset-saved): Update `user' theme.
670         (custom-variable-save): Fix typos.
672 2005-12-23  Juri Linkov  <juri@jurta.org>
674         * emacs-lisp/edebug.el (edebug-all-defs, edebug-all-forms):
675         Add autoload cookies.
676         (edebug-outside-d-c-i-n-s-w): New variable.
677         (edebug-display, edebug-outside-excursion): Use it to save the
678         original value of default-cursor-in-non-selected-windows.
679         Set default-cursor-in-non-selected-windows to t while Edebug
680         is active.
681         (edebug-mode, edebug-eval-mode): Doc fix.
683         * mouse.el (mouse-choose-completion): Replace `buffer-substring'
684         with `buffer-substring-no-properties' to remove common substring
685         highlighting.
687         * info.el (info-other-window, info): Rename function argument
688         `file' to `file-or-node'.
689         (Info-complete-menu-item): Use local variable `complete-nodes' to
690         keep the global value of `Info-complete-nodes' unchanged for
691         subsequent completions.
692         (info-tool-bar-map): Put `Info-index' icon just before `Info-search'.
694         * simple.el (get-next-valid-buffer, last-buffer)
695         (next-error-buffer-p, next-error-find-buffer)
696         (minibuffer-history-sexp-flag): Doc fix.
698         * savehist.el (savehist-mode-hook): Add `:group'.
700         * log-view.el: Call autoload for vc-find-version.
701         (log-view-current-file): Adjust subgroup numbers.
702         (log-view-current-tag): Add `length'.
704 2005-12-23  Richard M. Stallman  <rms@gnu.org>
706         * vc.el (vc-annotate-car-last-cons): Defn moved up.
708 2005-12-23  Juri Linkov  <juri@jurta.org>
710         * hi-lock.el (hi-lock-archaic-interface-message-used)
711         (hi-lock-archaic-interface-deduce, hi-lock-mode): Doc fix.
712         (hi-lock-mode): Display "Hi" in the mode line only when
713         hi-lock-interactive-patterns or hi-lock-file-patterns is non-nil.
714         (hi-lock-write-interactive-patterns):
715         Use hi-lock-file-patterns-prefix instead of hard-coded "Hi-lock".
716         (hi-lock-set-pattern, hi-lock-set-file-patterns)
717         (hi-lock-font-lock-hook): Set 3rd arg `how' of
718         font-lock-add-keywords to t.
720 2005-12-23  David Koppelman  <koppel@ece.lsu.edu>
722         * hi-lock.el (hi-lock-highlight-range): New variable.
723         (hi-lock-mode, hi-lock-unface-buffer): Call font-lock-fontify-buffer
724         only if font-lock-fontified is non-nil.  Remove overlays.
725         (hi-lock-set-pattern): Call font-lock-fontify-buffer if
726         font-lock-fontified is non-nil, otherwise use overlays (instead of
727         text properties).
728         (hi-lock-string-serialize-hash, hi-lock-string-serialize-serial):
729         New variables.
730         (hi-lock-string-serialize) New function.
732 2005-12-23  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
734         * menu-bar.el (menu-find-file-existing): New function.
735         (menu-bar-file-menu): Use menu-find-file-existing for Open.
737         * tool-bar.el (tool-bar-setup): open changed to menu-find-file-existing.
739 2005-12-22  Stefan Monnier  <monnier@iro.umontreal.ca>
741         * vc.el: Remove unnecessary leading * in docstrings.
742         (vc-annotate-mode-map): Move initialization into declaration.
743         (vc-static-header-alist): Nitpick on the regexp.
744         (vc-default-init-version): New fun.
745         (vc-register): Use it.
746         (vc-insert-headers): Use dolist.
747         (vc-annotate-get-backend): Remove unused function.
748         (vc-annotate-add-menu): Remove.  Build the menu directly at toplevel.
749         (vc-annotate-mode): Remove corresponding call.
750         (vc-annotate-car-last-cons): Simplify.
751         (vc-annotate-buffers): Remove var.
752         (vc-annotate-backend): Make it buffer-local.
753         (vc-annotate): Move the interaction to the interactive spec.
754         Add a `buf' argument.
755         (vc-annotate-warp-version): Use this new `buf' argument to avoid
756         killing&creating a vc-annotate buffer, which is very disruptive when
757         the buffers are shown in dedicated frames.
759 2005-12-23  Nick Roberts  <nickrob@snap.net.nz>
761         * descr-text.el: Add FSF as maintainer.
762         (describe-text-mode, describe-text-mode-map)
763         (describe-text-mode-hook, describe-text-done): Delete.  Use normal
764         help-mode.
765         (describe-text-widget, describe-text-sexp)
766         (describe-property-list, describe-text-category)
767         (describe-text-properties, describe-text-properties-1)
768         (describe-char): Use help buttons instead of widgets.
769         (describe-char-unicodedata-file): Make URL link in doc string.
771 2005-12-22  Richard M. Stallman  <rms@gnu.org>
773         * cus-edit.el (custom-variable-prompt): Say "variable" in prompt.
774         (custom-buffer-create-internal): Reword the top-of-buffer help intro.
775         Don't include buttons that write a file when there's no file.
776         (custom-variable-menu, custom-face-menu, custom-group-menu):
777         Don't include commands that write a file when there's no file.
778         (customize-browse): Reword the top-of-buffer help intro.
779         (custom-buffer-create-internal): Fix previous change.
780         (customize-changed-options-previous-release): Prev release is 21.1.
781         (customize-changed-options): Doc fix.
782         (customize-changed): New alias.
783         (custom-reset-menu, custom-magic-alist, Custom-mode-menu):
784         Say "standard values".
785         (Custom-reset-standard): Doc fix.
786         (custom-face-reset-standard): Doc fix.
788 2005-12-22  Stefan Monnier  <monnier@iro.umontreal.ca>
790         * font-lock.el (font-lock-default-fontify-buffer): Try and set-defaults
791         even if font-lock-mode is non-nil since it may be t without having
792         turned on font-lock-mode-internal.
793         (font-lock-choose-keywords): Minor optimization.
794         (font-lock-add-keywords, font-lock-remove-keywords)
795         (font-lock-set-defaults): Don't call make-local-variable on a variable
796         that we know to already be local.
798 2005-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
800         * emacs-lisp/lisp.el (lisp-complete-symbol): Don't print progress
801         messages if in the minibuffer.
803 2005-12-21  Stefan Monnier  <monnier@iro.umontreal.ca>
805         * textmodes/flyspell.el (flyspell-check-word-p): Don't quote - in a RE.
806         (tex-mode-flyspell-verify, flyspell-get-word)
807         (flyspell-external-point-words): Don't use point-min/max uselessly.
809         * emacs-lisp/lisp.el (lisp-complete-symbol): Mostly undo the change
810         by Kevin Rodgers.  Instead, just hide the completions buffer if we
811         don't need to show it.
813 2005-12-21  Luc Teirlinck  <teirllm@auburn.edu>
815         * wid-edit.el (file, directory): Doc fixes for the `define-widget's.
817 2005-12-21  Stefan Monnier  <monnier@iro.umontreal.ca>
819         * emacs-lisp/lisp.el (lisp-complete-symbol): Don't call
820         delete-windows-on with an inexistent buffer.
822 2005-12-22  Nick Roberts  <nickrob@snap.net.nz>
824         * progmodes/gud.el (gud-tooltip-modes, gud-tooltip-display):
825         Delete defcustom variable :tag names.
827 2005-12-20  Stefan Monnier  <monnier@iro.umontreal.ca>
829         * log-view.el (log-view-file-re, log-view-message-re): Use shy groups.
830         (log-view-font-lock-keywords): Ajust subgroup numbers.
831         (log-view-current-tag): Don't hard code the number of subgroups.
833 2005-12-20  Juri Linkov  <juri@jurta.org>
835         * tooltip.el (tooltip): Move defgroup before define-minor-mode.
836         (tooltip-x-offset, tooltip-y-offset): Doc fix.
838         * menu-bar.el (menu-bar-menu-frame-live-and-visible-p)
839         (menu-bar-non-minibuffer-window-p): Instead of checking
840         display-multi-frame-p, use selected-frame when menu-updating-frame
841         is nil.
843 2005-12-20  Davis Herring  <herring@lanl.gov>  (tiny change)
845         * align.el (align-rules-list): Use [ \t] instead of \s-
846         for column separators in text mode.
848 2005-12-20  Nick Roberts  <nickrob@snap.net.nz>
850         * help-mode.el (help-customize-variable, help-customize-face):
851         Don't pop help-xref-stack as help-follow no longer pushes
852         anything on to it.
854 2005-12-20  Carsten Dominik  <dominik@science.uva.nl>
856         * textmodes/org.el: (org-agenda-custom-commands): New option.
857         (org-agenda): Offer custom commands on splash screen.
858         (org-make-tags-matcher): Parser for Boolean logic added.
859         (org-agenda-set-tags): New command.
860         (org-agenda-menu, org-agenda-mode-map): Add `org-agenda-set-tags'.
861         (org-set-tags): Efficiency improvements.
862         (org-auto-align-tags): New option.
863         (org-todo, org-demote, org-promote): Realign tags.
864         (org-tags-completion-function): Use also "&" and "|" as separators.
865         (org-org-menu): Agenda commands simplified.
867 2005-12-19  Luc Teirlinck  <teirllm@auburn.edu>
869         * cus-edit.el (customize-apropos, customize-apropos-options):
870         Docstring changes.
872         * font-lock.el (font-lock): Add tags to the links in the defgroup.
874 2005-12-19  Chong Yidong  <cyd@stupidchicken.com>
876         * longlines.el (longlines-mode): Wrap while widened.
877         (longlines-decode-region, longlines-encode-region): Compute max
878         just once.
880 2005-12-19  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
882         * cus-edit.el (mac): New group.
884         * cus-start.el (all): Add user options in macterm.c.  Add test for
885         Mac-related built-ins.  Fix test for GTK-related built-ins.
887         * term/mac-win.el (mac-handle-language-change)
888         (mac-ae-open-documents, mac-ae-get-url, mac-services-open-file)
889         (mac-services-open-selection, mac-services-mail-selection)
890         (mac-services-mail-to, mac-services-insert-text)
891         (mac-dispatch-apple-event): Add docstrings.
892         (x-get-selection, mac-select-convert-to-string): Select coding
893         system from `utf-16be' and `utf-16le' using `byteorder'.
895 2005-12-18  Stefan Monnier  <monnier@iro.umontreal.ca>
897         * subr.el (lazy-completion-table): Don't be fooled if the var holds
898         a "list" (lambda ...) rather than a real completion list.
900         * emacs-lisp/cl-extra.el (cl-macroexpand-all): Fix code-walk for
901         lexical-let when encountering ((lambda (...) ...) ...).
903 2005-12-17  Chong Yidong  <cyd@stupidchicken.com>
905         * progmodes/sh-script.el (sh-mode):
906         * language/ethio-util.el (ethio-fidel-to-sera-mail-or-marker):
907         * textmodes/picture.el (picture-mode): Update docstrings.
909 2005-12-17  Eli Zaretskii  <eliz@gnu.org>
911         * makefile.w32-in (autoloads, custom-deps): Warn that parts of
912         commands enclosed in $(ARGQUOTE)s should not be split between two
913         lines, as that will break with GNU Make >3.80, when sh.exe is used
914         and arg quoting is with '..'.
915         (autoloads): Don't break the quoted --eval expression between
916         several lines.
918 2005-12-17  Chong Yidong  <cyd@stupidchicken.com>
920         * emacs-lisp/edebug.el (edebug-safe-prin1-to-string):
921         Capture error from printing circular structures.
923 2005-12-17  Martin Rudalics  <rudalics@gmx.at>  (tiny change)
925         * wid-edit.el (widget-checkbox-action): Clear undo info.
927 2005-12-16  Bill Wohler  <wohler@newt.com>
929         * menu-bar.el (kill-this-buffer): Set a good example by using menu
930         bar, not menubar in comment.
932 2005-12-16  Stefan Monnier  <monnier@iro.umontreal.ca>
934         * progmodes/cc-engine.el (c-after-change-check-<>-operators):
935         After-change-functions should not clobber the match data.
937 2005-12-16  Juri Linkov  <juri@jurta.org>
939         * simple.el (choose-completion): Use `buffer-substring-no-properties'
940         instead of `buffer-substring'.
941         (completion-common-substring): Doc fix.
942         (completion-setup-function): Use minibuffer-completion-contents
943         instead of minibuffer-contents.  Don't set common-string-length
944         initially.  Remove special handling of partial-completion-mode.
945         Move computation of completion-base-size into one cond.
946         Call completion-base-size-function in mainbuf.  In computation of
947         completion-base-size for file name completion don't move point to
948         the end of the minibuffer.  Move computation of common-string-length
949         into one cond.  Start putting faces only when common-string-length>=0.
950         Add condition to put completions-common-part when
951         common-string-length>0.
953         * complete.el (PC-do-completion): Remove `(equal (point) beg)' to
954         place point at the first different character in the minibuffer
955         even if this position is at the beginning of the minibuffer.
957         * info.el (Info-read-node-name-1): In completion-base-size-function's
958         lambda return 1 if common-substring or minibuffer-completion-contents
959         starts with (, and 0 otherwise.
961         * emacs-lisp/crm.el (crm-minibuffer-completion-help):
962         Use `crm-current-element' for second arg of `display-completion-list'.
964 2005-12-16  Klaus Zeitler  <kzeitler@lucent.com>
966         * files.el (set-auto-mode): Look for an interpreter specified on
967         the first line also if search for mode specification succeeded,
968         but the mode is not known.
970 2005-12-16  Carsten Dominik  <dominik@science.uva.nl>
972         * textmodes/org.el: (org-tags-match-list-sublevels): New option.
973         (org-open-at-point): Implement tag searches as links.
974         (org-fit-agenda-window, org-get-buffer-tags, org-get-tags)
975         (org-make-tags-matcher, org-scan-tags, org-activate-tags): New funs.
976         (org-tags-sparse-tree, org-tags-view, org-set-tags)
977         (org-agenda-dispatch): New commands.
978         (org-use-tag-inheritance, org-tags-column): New options.
979         (org-tab-follows-link, org-return-follows-link): New options.
980         (org-tags): New customize group.
981         (org-start-icalendar-file): Get local time zone.
982         (org-tags-completion-function): New function.
983         (org-set-font-lock-defaults): Make sure links will also be
984         highlighted inside headlines.
986 2005-12-16  Mark Plaksin  <happy@usg.edu>  (tiny change)
988         * term.el (term-emulate-terminal):
989         Let term-handle-ansi-terminal-messages override what Bash says about
990         its current directory.
992 2005-12-16  L\e$,1 q\e(Brentey K\e,Aa\e(Broly  <lorentey@elte.hu>
994         * bindings.el (last-buffer): Move to simple.el.
995         * simple.el (last-buffer): Move here.
996         (get-next-valid-buffer): New function.
997         (next-buffer): Use frame-local buffer list, maintain buried buffer list.
998         (prev-buffer): Ditto. Rename to `previous-buffer'.
1000         * menu-bar.el (menu-bar-update-buffers): Update uses of `prev-buffer'.
1001         * bindings.el (global-map): Ditto.
1003 2005-12-15  Luc Teirlinck  <teirllm@auburn.edu>
1005         * cus-edit.el: Introductory comment change.
1006         (custom-magic-alist): Change message string for the `rogue' state.
1008 2005-12-15  Richard M. Stallman  <rms@gnu.org>
1010         * tooltip.el: Delete defcustom variable :tag names.
1012         * complete.el (partial-completion-mode): Doc fix.
1014         * textmodes/flyspell.el (flyspell-external-point-words):
1015         Use save-excursion to ensure we don't move backward in the
1016         search loop, not even one character.
1017         (flyspell-delete-all-overlays): Use remove-overlays directly.
1019         * textmodes/ispell.el (ispell-current-personal-dictionary): New var.
1020         (ispell-start-process): Set that variable.
1021         Clear ispell-buffer-local-name.
1022         (ispell-internal-change-dictionary):
1023         Set ispell-current-dictionary after killing process.
1024         (ispell-buffer-local-dict):
1025         Don't set spell-personal-dictionary after killing process.
1026         (ispell-buffer-local-words): Don't clear out ispell-buffer-local-name.
1027         (ispell-tex-skip-alists)
1028         (ispell-html-skip-alists, ispell-skip-region-alist): Mark as risky.
1030         * net/newsticker.el (newsticker--retrieval-timer-list)
1031         (newsticker--display-timer, newsticker-running-p)
1032         (newsticker-ticker-running-p): Definitions moved up.
1034 2005-12-16  Nick Roberts  <nickrob@snap.net.nz>
1036         * progmodes/gdb-ui.el (gdb-many-windows): Echo new state in minibuffer.
1038 2005-12-15  David Ponce  <david@dponce.com>
1040         * recentf.el (recentf-dialog-goto-first): Fix missing error condition.
1041         (recentf-edit-list, recentf-open-files): Signal an error when
1042         there is no recent file.
1044 2005-12-14  Lennart Borgman  <lennart.borgman.073@student.lu.se>
1046         * textmodes/texinfmt.el (texinfo-format-region): Set buffer to
1047         read-only except for texinfo-format-region evaluation.
1049 2005-12-14  Richard M. Stallman  <rms@gnu.org>
1051         * vc.el (vc-default-previous-version, vc-default-next-version)
1052         (vc-do-command): Doc fixes.
1054 2005-12-14  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
1056         * textmodes/bibtex.el (bibtex-expand-strings)
1057         (bibtex-autokey-expand-string, bibtex-name-part)
1058         (bibtex-entry-type-whitespace, bibtex-entry-type-str)
1059         (bibtex-any-entry-maybe-empty-head, bibtex-string-type)
1060         (bibtex-preamble-prefix, bibtex-string-empty-key): New variables.
1061         (bibtex-entry-type, bibtex-entry-head): Match only valid entries.
1062         (bibtex-entry-postfix, bibtex-known-entry-type-re)
1063         (bibtex-valid-entry-re, bibtex-any-valid-entry-re)
1064         (bibtex-valid-entry-whitespace-re, bibtex-empty-field-re)
1065         (bibtex-field-name-for-parsing, bibtex-remove-delimiters-string)
1066         (bibtex-beginning-of-last-entry): Remove.
1067         (bibtex-parse-field-name): Use bibtex-field-name.  Issue error
1068         message if comma is missing but buffer is read-only.
1069         (bibtex-parse-field-text): Handle whitespaces at the end of field
1070         text.  Return 3-element list with beginning and end of field text
1071         and end of field.
1072         (bibtex-end-of-text-in-field, bibtex-end-of-field): Change accordingly.
1073         (bibtex-parse-field): Remove arg name.  Use bibtex-field-name.
1074         (bibtex-search-forward-field, bibtex-search-backward-field):
1075         Search always delimited by limits of entry.  Use more efficient
1076         search algorithms.
1077         (bibtex-name-in-field): Use bibtex-start-of-name-in-field and
1078         bibtex-end-of-name-in-field.
1079         (bibtex-text-in-field-bounds): Handle BibTeX strings when
1080         extracting the content of a field.
1081         (bibtex-text-in-field): Use search limits.
1082         (bibtex-parse-string-prefix): Handle empty string keys based on
1083         bibtex-string-empty-key.
1084         (bibtex-parse-string): Fix docstring.
1085         (bibtex-text-in-string): Use bibtex-text-in-field-bounds.
1086         (bibtex-preamble-prefix, bibtex-strings): New functions.
1087         (bibtex-skip-to-valid-entry): Include preceding whitespace in
1088         BibTeX entries (consistent with other BibTeX functions).
1089         (bibtex-map-entries): Use bibtex-skip-to-valid-entry.
1090         (bibtex-search-entry): Fix docstring.  Simplify.
1091         (bibtex-flash-head, bibtex-complete-string-cleanup)
1092         (bibtex-count-entries, bibtex-sort-buffer): Simplify.
1093         (bibtex-beginning-of-first-entry): Use bibtex-skip-to-valid-entry.
1094         (bibtex-parse-entry): New optional arg content.
1095         (bibtex-format-entry, bibtex-autofill-entry, bibtex-url): Use it.
1096         Use bibtex-text-in-field-bounds.
1097         (bibtex-print-help-message): Handle BibTeX strings and preambles.
1098         (bibtex-end-of-entry): Use bibtex-preamble-prefix and
1099         bibtex-parse-string-postfix.
1100         (bibtex-find-text-internal): New function.
1101         (bibtex-remove-delimiters): Use it.
1102         (bibtex-find-text): Use it.  New optional arg help.
1103         (bibtex-complete): Handle BibTeX string and preamble entries.
1104         (bibtex-Preamble): Fix order of closing delimiters.
1106 2005-12-14  Stefan Monnier  <monnier@iro.umontreal.ca>
1108         * vc.el (vc-default-revert): New fun.
1110         * vc-mcvs.el (vc-mcvs-revert): Fix call to vc-default-revert.
1112 2005-12-14  Romain Francoise  <romain@orebokech.com>
1114         * font-lock.el (font-lock-keywords-alist): Rename `append' to `how'.
1115         (font-lock-add-keywords, font-lock-update-removed-keyword-alist):
1116         (font-lock-remove-keywords): Likewise.
1118 2005-12-14  Juri Linkov  <juri@jurta.org>
1120         * log-view.el (log-view-diff): Doc fix.
1122         * isearch.el (isearch-query-replace): Use (mark) instead of
1123         isearch-opoint if mark is active in transient-mark-mode.
1125 2005-12-14  Aaron S. Hawley  <Aaron.Hawley@uvm.edu>
1127         * isearch.el (isearch-query-replace): Check for isearch-other-end.
1129 2005-12-14  Per Abrahamsen  <abraham@dina.kvl.dk>
1131         * progmodes/cpp.el (cpp-face): New widget.
1132         (cpp-known-face, cpp-unknown-face, cpp-edit-list): Use it.
1134 2005-12-14  Juri Linkov  <juri@jurta.org>
1136         * help-macro.el (make-help-screen): Bind `inhibit-read-only' to t
1137         around `erase-buffer' and `insert'.
1139         * descr-text.el (describe-text-properties): Replace buffer name
1140         "*Help-2*" with "*Help*<2>".
1141         (describe-char): Add functions print-help-return-message,
1142         toggle-read-only.  Use help-setup-xref with nil to not store
1143         describe-char in help-xref-stack.  Use help-make-xrefs to
1144         make [back] button.
1146         * desktop.el (desktop-minor-mode-table): Add vc-dired-mode with nil.
1148         * wdired.el (wdired-old-point): New internal variable.
1149         (wdired-change-to-wdired-mode): Set it buffer-locally.
1150         (wdired-abort-changes): Restore point after aborting changes.
1152 2005-12-13  Stefan Monnier  <monnier@iro.umontreal.ca>
1154         * vc.el (vc-do-command): Add a new value t for okstatus.
1156         * vc-svn.el (vc-svn-registered): Use it to avoid popping up a spurious
1157         frame in case of errors.
1159 2005-12-13  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
1161         * menu-bar.el (menu-bar-showhide-fringe-menu): Move "On the Right"
1162         so it comes after "On the Left" in the menu.
1164 2005-12-12  Luc Teirlinck  <teirllm@auburn.edu>
1166         * cus-edit.el (customize-apropos, customize-apropos-options)
1167         (customize-apropos-faces, customize-apropos-groups): Doc fixes.
1169 2005-12-12  Bill Wohler  <wohler@newt.com>
1171         * vc-svn.el (vc-svn-registered): Fix problem of visiting
1172         non-writable Subversion-controlled files by saving window
1173         configuration before calling vc-do-command.  vc-do-command calls
1174         pop-to-buffer on error which is unexpected during registration.
1176 2005-12-12  Jay Belanger  <belanger@truman.edu>
1178         * calc/README: Update the summary of changes.
1180 2005-12-12  Stefan Monnier  <monnier@iro.umontreal.ca>
1182         * descr-text.el (describe-char): Rework last fix to solve the problem
1183         is the same way it's solved for everything else in that function
1184         (i.e. by extracting the info before setting up the *Help* buffer).
1186 2005-12-12  Kim F. Storm  <storm@cua.dk>
1188         * subr.el (version-regexp-alist): Allow space as separator before
1189         non-numeric part, e.g. "1.0 alpha".
1190         (version-to-list): Interpret .X.Y version as 0.X.Y version.
1192 2005-12-12  Carsten Dominik  <dominik@science.uva.nl>
1194         * textmodes/org.el: (org-agenda, org-timeline, org-todo):
1195         Implement Logging and the keep-modes setting.
1196         (org-get-category): Make sure a string is returned.
1197         (org-log-done): New function.
1198         (org-log-done, org-closed-string): New options.
1200 2005-12-12  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
1202         * tooltip.el (tooltip-y-offset): Change default to 20.
1204 2005-12-12  Richard M. Stallman  <rms@gnu.org>
1206         * mouse.el (mouse-drag-vertical-line): Use adjust-window-trailing-edge.
1208         * frame.el (display-hourglass): Doc fix.
1210         * help.el (help-for-help-internal): Simplify entry for `a'.
1212         * info.el (Info-on-current-buffer): Doc fix.
1213         (info-insert-file-contents): Don't test (featurep 'jka-compr).
1215         * startup.el (inhibit-splash-screen): Make this the real name.
1216         (inhibit-startup-message): Make this the alias.
1217         (command-line): Find only simple.el, and use its directory
1218         to fill in other preloaded files' names.
1219         (command-line): Deactivate the mark if deactivate-mark is set.
1221         * international/mule.el (load-with-code-conversion):
1222         Bind deactivate-mark.
1224         * progmodes/compile.el (compilation-error-regexp-alist): Doc fix.
1226 2005-12-11  Luc Teirlinck  <teirllm@auburn.edu>
1228         * cus-edit.el (customize-apropos): Avoid listing an option more
1229         than once under different aliases.  No longer list user options
1230         that are not defined with defcustom (unless a prefix arg is given).
1231         Doc fix.
1232         (customize-apropos-options): Doc fix.
1234 2005-12-11  Juri Linkov  <juri@jurta.org>
1236         * frame.el (set-background-color, set-foreground-color)
1237         (set-cursor-color, set-mouse-color, set-border-color):
1238         Add explicit prompts to read colors by `facemenu-read-color'.
1239         (show-trailing-whitespace, blink-cursor-delay)
1240         (blink-cursor-interval, display-hourglass, hourglass-delay):
1241         Remove tags.
1242         (display-hourglass, hourglass-delay): Doc fix.
1243         (cursor-in-non-selected-windows): Capitalize words in tag.
1245         * faces.el (frame-background-mode): Replace `choice-item' keywords
1246         with `const' to not make [default] button.  Change default value tag
1247         from `default' to `automatic'.  Doc fix.
1248         (trailing-whitespace) <defface>: Change group `whitespace' to
1249         `whitespace-faces'.
1251 2005-12-11  Richard M. Stallman  <rms@gnu.org>
1253         * buff-menu.el (Buffer-menu-sort-column): Not a user variable.
1255 2005-12-11  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
1257         * term/mac-win.el: Create keymap for mac-apple-event-map.
1259 2005-12-11  Nick Roberts  <nickrob@snap.net.nz>
1261         * tooltip.el (tooltip-mode): Move to start of file so that it
1262         appears at top of customize buffer.
1264         * progmodes/gud.el (gud-tooltip-modes, gud-tooltip-display):
1265         Add the gud groupname.
1266         (gud-tooltip-mode): Add the tooltip groupname.
1267         (gud-tooltip-echo-area): Add the gud groupname. Remove tag to
1268         avoid conflict with tooltip-use-echo-area.
1270 2005-12-10  Romain Francoise  <romain@orebokech.com>
1272         * help.el (help-for-help-internal): Add `r' in doc string.
1274 2005-12-10  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
1276         * align.el (align-regexp, align-highlight-rule):
1277         Use region-beginning and region-end instead of point and mark, so that
1278         repetition (with `repeat-complex-command') recomputes the region
1279         bounds.
1281 2005-12-10  Lennart Borgman  <lennart.borgman.073@student.lu.se>
1283         * window.el (bw-get-tree, bw-get-tree-1, bw-find-tree-sub)
1284         (bw-find-tree-sub-1, bw-l, bw-t, bw-r, bw-b, bw-dir, bw-eqdir)
1285         (bw-refresh-edges, bw-adjust-window, bw-balance-sub): New functions.
1286         (balance-windows): Rewrite using the above new functions.
1288 2005-12-10  David Koppelman  <koppel@ece.lsu.edu>
1290         * hi-lock.el: (hi-lock-mode) Renamed from hi-lock-buffer-mode;
1291         react if global-hi-lock-mode seems intended.
1292         (global-hi-lock-mode) Renamed from hi-lock-mode.
1293         (hi-lock-archaic-interface-message-used)
1294         (hi-lock-archaic-interface-deduce): New variables.
1295         (turn-on-hi-lock-if-enabled, hi-lock-line-face-buffer)
1296         (hi-lock-face-buffer, hi-lock-face-phrase-buffer)
1297         (hi-lock-find-patterns, hi-lock-font-lock-hook):
1298         Replace hi-lock-buffer-mode with hi-lock-mode.
1300 2005-12-10  Kevin Rodgers  <ihs_4664@ihs.com>
1302         * emacs-lisp/lisp.el (lisp-complete-symbol): Regenerate the
1303         completion list, even after a partial completion has been
1304         inserted in the current buffer.  If there are more than 1
1305         completion, redisplay the *Completions* buffer; if the
1306         completion is unique, delete the *Completions* window.
1308 2005-12-10  Eli Zaretskii  <eliz@gnu.org>
1310         * mail/rmail.el (rmail-next-same-subject): Handle multiple "Re: "
1311         strings and long subject lines that were broken into multiple
1312         lines at arbitrary places.  Handle subjects that have "Re: " in
1313         the middle.
1315 2005-12-10  John W. Eaton  <jwe@octave.org>
1317         * emacs/octave-mod.el (octave-electric-space): Don't indent
1318         comments or strings if octave-auto-indent is nil.
1320 2005-12-10  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
1322         * term/mac-win.el: Require url when compiling.
1323         Call mac-process-deferred-apple-events after loading init files.
1324         (mac-apple-event-map): New defvar.  Define event handlers in it.
1325         (core-event, internet-event): New Apple event class symbols.
1326         (open-application, reopen-application, open-documents)
1327         (print-documents, open-contents, quit-application)
1328         (application-died, show-preferences, autosave-now, get-url):
1329         New Apple event ID symbols.
1330         (about): New HICommand ID symbol.
1331         (mac-event-spec, mac-event-ae): New macros.
1332         (mac-ae-parameter, mac-ae-list, mac-bytes-to-integer)
1333         (mac-ae-selection-range, mac-ae-text-for-search)
1334         (mac-ae-open-documents, mac-ae-text, mac-ae-get-url): New functions.
1335         (mac-application-menu-map): Remove keymap.  Handlers for HICommand
1336         and Services menu events are now defined in mac-apple-event-map.
1337         (mac-drag-n-drop): Remove selection range handling.
1339 2005-12-10  Kenichi Handa  <handa@m17n.org>
1341         * simple.el (zap-to-char):
1342         * isearch.el (isearch-process-search-char): Translate CHAR by
1343         translation-table-for-input.
1345 2005-12-09  Chong Yidong  <cyd@stupidchicken.com>
1347         * foldout.el (foldout-exit-fold): Properly hide subtree.
1349 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
1351         * files.el (save-buffer):
1352         * international/ucs-tables.el (ucs-set-table-for-input):
1353         * mail/mail-extr.el (mail-extract-address-components):
1354         * mail/sendmail.el (mail-mode): Reformat doc string.
1356 2005-12-09  Juri Linkov  <juri@jurta.org>
1358         * isearch.el (isearch-highlight): Change main overlay priority
1359         from 1 to 1001.  Simplify.
1360         (isearch-lazy-highlight-update): Change lazy overlay priority
1361         from 0 to 1000.
1363         * replace.el (replace-highlight): Change overlay priority from
1364         1 to 1001.
1366         * textmodes/ispell.el (ispell-highlight-spelling-error-overlay):
1367         Change overlay priority from 1 to 1001.  Reuse existing overlay.
1369         * compare-w.el (compare-windows-highlight): Change overlay
1370         priority from 1 to 1000.
1372         * menu-bar.el (menu-bar-edit-menu): Add listp around
1373         pending-undo-list to disable menu item "undo" when pending
1374         undo list is empty.
1376         * locate.el (locate): Disable undo in *Locate* buffer.
1378 2005-12-09  Kim F. Storm  <storm@cua.dk>
1380         * mail/smtpmail.el (smtpmail-via-smtp): Disable undo in SMTP buffer.
1382 2005-12-09  David Ponce  <david@dponce.com>
1384         * recentf.el: Improvement of the menu code.
1385         (recentf-enabled-p): Move before first use.  Use `kill-emacs-hook'
1386         instead of menu hook.
1387         (recentf-show-menu, recentf-hide-menu): New functions.
1388         (recentf-menu-customization-changed, recentf-mode): Use them.
1389         (recentf-menu-action, recentf-max-menu-items)
1390         (recentf-menu-open-all-flag, recentf-menu-append-commands-flag)
1391         (recentf-arrange-by-rule-others)
1392         (recentf-arrange-by-rules-min-items)
1393         (recentf-arrange-by-rule-subfilter) : Don't use
1394         `recentf-menu-customization-changed'.
1395         (recentf-arrange-rules): Likewise.  Accept functions to compute
1396         sub-menu titles.
1397         (recentf-menu-filter): Likewise.  Doc fix.
1398         (recentf-menu-value-shortcut): Doc fix.
1399         (recentf-dump-variable): Quote atom value.
1400         (recentf-make-menu-items): Update to use it as a menu filter.
1401         (recentf-match-rule): New function.
1402         (recentf-arrange-by-rule): Use it.
1403         (recentf-indirect-mode-rule): New function.
1404         (recentf-build-mode-rules): Use it.
1405         (recentf-dir-rule): New function.
1406         (recentf-arrange-by-dir): Use it.
1407         (recentf-filter-changer-current): Rename from
1408         `recentf-filter-changer-state'.  All references updated.
1409         (recentf-filter-changer-alist): Update filter names.
1410         (recentf-filter-changer-select): New function.
1411         (recentf-filter-changer): Use it.  Make a sub-menu from filters
1412         available in `recentf-filter-changer-alist'.
1413         (recentf-data-cache, recentf-clear-data)
1414         (recentf-update-menu): Remove.  All references updated.
1415         (recentf-match-rule-p, recentf-build-dir-rules)
1416         (recentf-filter-changer-goto-next)
1417         (recentf-filter-changer-get-current)
1418         (recentf-filter-changer-get-next): Remove.
1420 2005-12-08  Luc Teirlinck  <teirllm@auburn.edu>
1422         * cus-edit.el (custom-buffer-create-internal): Relabel the whole
1423         buffer "Reset" button to "Reset to Current" for consistency with
1424         the State buttons.
1426 2005-12-08  John Paul Wallington  <jpw@pobox.com>
1428         * ibuf-ext.el (define-ibuffer-filter filename):
1429         If `dired-directory' is a list then really use its car.
1431 2005-12-08  Kim F. Storm  <storm@cua.dk>
1433         * emulation/cua-rect.el (cua--rectangle-aux-replace): Fix
1434         indention of text on right side of replaced rectangle.
1436 2005-12-09  Nick Roberts  <nickrob@snap.net.nz>
1438         * progmodes/gud.el (gud-speedbar-buttons, gud-tooltip-tips):
1439         No need to check gud-comint-buffer is bound.
1440         (gdb): Prevent multiple debugging when first session uses gdba.
1442 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
1444         CC Mode update to 5.31.
1446         * progmodes/cc-subword.el: Add a dummy `c-subword-mode' for
1447         Emacsen which lack `define-minor-mode'.  (Currently Emacs <21.  We
1448         might do this function properly in the future).
1450         * progmodes/cc-cmds.el, cc-defs.el, cc-styles.el, cc-vars.el: New
1451         macros c-sentence-end and c-default-value-sentence end, to cope
1452         with Emacs 22's new function `sentence-end'.
1454 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
1456         * progmodes/cc-cmds.el (c-show-syntactic-information): Solved the
1457         compat issue using `c-put-overlay' and `c-delete-overlay'.
1459         * progmodes/cc-defs.el (c-put-overlay, c-delete-overlay): New
1460         compat macros to handle overlays/extents.
1462 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
1464         * progmodes/cc-fix.el: Add definitions of the macros push and pop
1465         (for GNU Emacs 20.4)
1467         * progmodes/cc-defs.el:
1468         (i) Load cc-fix.elc for `push' and `pop' (for GNU Emacs 20.4)
1470         * progmodes/cc-cmds.el (c-show-syntactic-information): change the
1471         highlighting mechanism so it will work in XEmacs too.
1473         * progmodes/cc-defs.el: Insert c-int-to-char.
1475         * progmodes/cc-langs.el (c-nonsymbol-token-char-list): Insert a
1476         call to the new macro c-int-to-char.  This solves XEmacs's
1477         regarding characters as different from integers.
1479 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
1481         * progmodes/cc-fonts.el (c-make-syntactic-matcher): New internal
1482         helper.
1484         (c-cpp-matchers, c-basic-matchers-before): Use the `eval'
1485         construct to make the indirect face lookup work in XEmacs.
1487         (c-cpp-matchers): Append the negation char face to the existing
1488         fontification, so that the cpp face doesn't disappear.  Use
1489         `c-make-syntactic-matcher' to avoid negation chars in comments and
1490         strings.
1492         * progmodes/cc-fonts.el (c-negation-char-face-name): New variable
1493         to map to `font-lock-negation-char-face' in emacsen where it
1494         exists.
1496 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
1498         * progmodes/cc-mode.el: Bind c-subword-mode to C-c C-w.
1500         * progmodes/cc-subword.el, cc-cmds.el, cc-mode.el: Rename
1501         "c-subword-move-mode" as "c-subword-mode".
1503         * progmodes/cc-mode.el: Added tty suitable bindings for C-c
1504         <delete> and C-c C-<delete>.  (To the c-hungry- delete functions).
1506 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
1508         * progmodes/cc-mode.el: Added autoload directive for
1509         `c-subword-move-mode' for use in older emacsen.
1511 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
1513         * progmodes/cc-mode.el:
1514         (i) Insert a binding for C-c C-backspace into
1515         c-bind-special-erase-keys which works in TTYs.
1516         (ii) Make sure that when file styles are used, any explicitly
1517         given style variables take priority over those in the style.  Do
1518         this by calling `hack-local-variables' a second time.
1520         * progmodes/cc-vars.el: Add language specific customization
1521         widgets for AWK to c-doc-comment-style, c-require-final-newline
1522         and c-default-style.  Add a defcustom for awk-mode-hook.  Give
1523         c-syntactic-element and c-syntactic-context doc-strings by
1524         directly setting their `variable-documentation' propery.  This
1525         allows Emacs 22.1 to read these with C-h v.
1527         * progmodes/cc-awk.el: Apply a tidy-up patch (from Stefan
1528         Monnier).
1530 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
1532         * progmodes/cc-fonts.el, cc-vars.el
1533         (gtkdoc-font-lock-doc-comments, gtkdoc-font-lock-doc-protection,
1534         gtkdoc-font-lock-keywords): GtkDoc patterns contributed by
1535         Masatake YAMATO.
1537         (c-doc-comment-style): Made GtkDoc default in C mode.
1539         * progmodes/cc-mode.el: Fixed key bindings for C-c C-<backspace>
1540         and C-c C-<delete>.
1542         (c-bind-special-erase-keys): New function for use on
1543         `normal-erase-is-backspace-hook' to bind C-c C-<delete> correctly.
1545         * progmodes/cc-cmds.el (c-hungry-delete): New function to fix
1546         <delete> key behavior in XEmacs according to `delete-forward-p'.
1547         C.f. `c-electric-delete'.
1549 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
1551         * progmodes/cc-mode.el: Give c-hungry-backspace and
1552         c-hungry-delete-forward permanent key bindings.
1554         * progmodes/cc-cmds.el (c-electric-semi&comma): Bind
1555         c-syntactic-context for calls to "criteria functions", for
1556         consistency with other calls to user functions.
1558         * progmodes/cc-cmds.el (c-indent-command): expunge use of
1559         `current-prefix-arg', since this might be the prefix arg to a
1560         command which calls c-indent-command as a function.  Change the
1561         interactive spec from "p" to "P".
1563         * progmodes/cc-styles.el: Amend the doc-string of c-set-style, in
1564         reponse to a report from Joseph Kiniry <kiniry@acm.org> that it
1565         was difficult to understand.
1567 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
1569         * progmodes/cc-engine.el (c-on-identifier): Fixed bug when at the
1570         first char of an identifier.
1572         * progmodes/cc-engine.el (c-on-identifier): Handle the "operator
1573         +" syntax in C++.
1575 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
1577         * progmodes/cc-cmds.el (c-mask-paragraph): correct, so that
1578         auto-fill doesn't split a c-comment's last word from a hanging
1579         "*/" when a space is typed between them after fill-column.
1581         * progmodes/cc-defs.el: New macro c-delete-and-extract-region.
1583         * progmodes/cc-styles.el (c-set-style,
1584         c-setup-paragraph-variables): Abort the command if we're not in a
1585         CC Mode buffer.
1587         * progmodes/cc-align.el (c-lineup-C-comments): Correct indentation
1588         with blank comment-prefix, and a blank line as the comment's
1589         second line.
1591 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
1593         * progmodes/cc-fonts.el (c-cpp-matchers, c-basic-matchers-before):
1594         Incorporated the patterns added in the Emacs development branch
1595         for the new Emacs 22 face `font-lock-negation-char-face'.
1597         * progmodes/cc-fonts.el (c-invalid-face-name): Use "red1" instead
1598         of "red" since it stands out better in xterms and DOS terminals.
1600         * progmodes/cc-engine.el (c-literal-faces): Added
1601         `font-lock-comment-delimiter-face' which is new in Emacs 22.
1603 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
1605         * progmodes/cc-cmds.el: Make C-c C-a (`c-toggle-auto-newline')
1606         forcibly enable c-electric-flag.
1608         * progmodes/cc-vars.el, cc-cmds.el: New clean-up
1609         `comment-close-slash' on c-electric-slash: if enabled, typing `/'
1610         just after the comment-prefix of a C-style comment will close that
1611         comment.
1613 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
1615         * progmodes/cc-fonts.el (c-basic-matchers-before,
1616         c-complex-decl-matchers): Fixed the "not-arrow-prefix" regexp used
1617         in Pike.
1619         * progmodes/cc-langs.el (c-other-op-syntax-tokens): Only C++ has
1620         digraphs.
1622         * progmodes/cc-fonts.el, cc-langs.el, cc-engine.el
1623         (c-cpp-message-directives, c-cpp-include-directives,
1624         c-opt-cpp-macro-define, c-opt-cpp-macro-define-start,
1625         c-cpp-expr-directives): Introduced new language constants to
1626         control cpp syntax in a cleaner way.
1628         (c-cpp-expr-functions): Renamed from c-cpp-defined-fns.
1630         (c-cpp-matchers, c-forward-to-cpp-define-body): Use them.
1632         * progmodes/cc-langs.el, cc-fonts.el (c-string-escaped-newlines,
1633         c-multiline-string-start-char): New language constants and
1634         variables to specify how newlines in string literals work.
1636         (c-font-lock-invalid-string): Use them.
1638         * progmodes/cc-cmds.el (c-try-one-liner): Robustness fix if an
1639         unbalanced close brace is entered.  Optimization by avoiding going
1640         back over arbitrarily large blocks.  Removed hints that this
1641         function only would be relevant/useful in AWK.
1643         (c-electric-brace): Indent syntactically after the cleanups since
1644         lineup functions might do it differently then.
1646         * progmodes/cc-engine.el, cc-langs.el
1647         (c-opt-op-identifier-prefix): New language constant and variable.
1649         (c-just-after-func-arglist-p, c-after-special-operator-id,
1650         c-search-decl-header-end, c-inside-bracelist-p): Use it.
1652         * progmodes/cc-align.el, cc-engine.el
1653         (c-after-special-operator-id): New helper to handle C++ operator
1654         identifiers.
1656         (c-lineup-topmost-intro-cont, c-just-after-func-arglist-p,
1657         c-guess-basic-syntax): Handle C++ operator identifiers in
1658         declarations.
1660         * progmodes/cc-langs.el (c-assignment-operators): Added the
1661         trigraph version of ^= too.
1663         * progmodes/cc-langs.el (c-assignment-operators): Added the
1664         trigraph version of |= in C++.
1666         * progmodes/cc-fonts.el (c-font-lock-declarators): Handle
1667         `c-decl-hangon-kwds' after the identifier name.
1669         * progmodes/cc-engine.el (c-guess-basic-syntax): When deciding
1670         whether an arglist is "nonempty", ignore a comment after the open
1671         paren if it isn't followed by a non-comment token on the same
1672         line.
1674         * progmodes/cc-engine.el (c-guess-basic-syntax): Case 4: Enable
1675         heuristics below the point to cope with classes inside special
1676         brace lists in Pike.
1678 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
1680         * progmodes/cc-cmds.el: Amend c-point-syntax to handle macros.
1682 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
1684         * progmodes/cc-guess.el (cc-guess-install): New function to
1685         install an already guessed style in another buffer.
1687         * progmodes/cc-defs.el (c-tentative-buffer-changes): No longer
1688         sets `inhibit-read-only' - `c-save-buffer-state' should be used
1689         anyway if the change always is undone.
1691 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
1693         Implement togglable electricity:
1695         * progmodes/cc-defs.el: Enhance c-save-buffer-state's doc-string,
1696         saying when it should be used.
1698         * progmodes/cc-engine.el: Add the new buffer-local variable,
1699         c-electric-flag.
1701         * progmodes/cc-langs.el: Change the name of c-toggle-auto-state to
1702         c-toggle-auto-newline.
1704         * progmodes/cc-mode.el: Rename c-toggle-auto-state to
1705         c-toggle-auto-newline.  Remove the binding for
1706         c-toggle-auto-hungry-state.  Add the binding C-c C-l for the new
1707         c-toggle-electric-state.
1709         * progmodes/cc-vars.el: Make c-syntactic-indentation buffer local.
1711         * progmodes/cc-cmds.el: Add `c-bytecomp-defun's for
1712         c-\(forward\|backward\)-subword.
1713         (c-update-modeline): Add the new modeline flag `l' for
1714         `c-electric-flag'.  Make the auto-newline flag `a' dependent on
1715         `l'.
1716         (c-toggle-auto-state): Rename it to `c-toggle-auto-newline'.  Make
1717         the old name an alias of the new name.
1718         (c-toggle-electric-state): New function.
1719         c-electric-\(pound\|brace\|slash\|star\|semi&comma\|colon\|lt-gt\|paren\|continued-statement\):
1720         Adapt these functions to do electric things only when
1721         c-electric-flag is non-nil.
1722         (c-point-syntax, c-brace-newlines, c-try-oneliner): Extract these
1723         new functions from c-electric-brace.
1724         (c-point-syntax): Add a check for "virtual semicolons" in AWK
1725         mode, so that the tentative extra newline doesn't change the
1726         syntax of the following brace.
1727         (c-electric-brace): restructure by extracting the above functions.
1728         Tidy up the coding somewhat.
1729         (c-electric-semi&comma, c-electric-colon, c-electric-paren):
1730         restructure a bit.
1732 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
1734         * progmodes/cc-cmds.el (c-show-syntactic-information): Show the
1735         anchor position(s) using faces.  Thanks to Masatake YAMATO for the
1736         idea.
1738         * progmodes/cc-mode.el, cc-cmds.el, cc-defs.el, cc-engine.el
1739         (c-submode-indicators): Changed name from `c-auto-hungry-string'
1740         since it's now used to track another submode.
1742         (c-update-modeline): Converted to function and extended to check
1743         `c-subword-move-mode'.
1745         (c-forward-into-nomenclature, c-backward-into-nomenclature):
1746         Converted to compat aliases for `c-forward-subword' and
1747         `c-backward-subword'.
1749         * progmodes/cc-subword.el: New functions and minor mode to handle
1750         SillyCapsedStyleIndentifiers, contributed by Masatake YAMATO:
1752         (c-forward-subword, c-backward-subword, c-mark-subword,
1753         c-kill-subword, c-backward-kill-subword, c-transpose-subwords,
1754         c-capitalize-subword, c-downcase-subword, c-upcase-subword):
1755         Functions corresponding to the standard word handling functions.
1757         (c-subword-move-mode): Minor mode that replaces all the standard
1758         word handling functions with their subword equivalences.
1760 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
1762         * progmodes/cc-vars.el (c-cleanup-list): Insert a customization
1763         entry for one-liner-defun.
1765         * progmodes/cc-defs.el: Give c-tentative-buffer-changes its own
1766         name in its def-edebug-spec.
1768         * progmodes/cc-cmds.el (c-electric-brace): Make the
1769         one-liner-defun clean-up work with empty-defun-braces.  o-l-d now
1770         compacts space before a comment, if this will make things fit on
1771         one line.
1773         Introduce an "awk" style, mainly for auto-newline and clean-ups.
1775         * progmodes/cc-align.el: new function c-snug-1line-defun-close
1777         * progmodes/cc-cmds.el: In c-electric-brace, add code for new
1778         clean-up one-liner-defun.
1780         * progmodes/cc-styles.el: Add the new "awk" style.
1782         * progmodes/cc-vars.el: Add description of one-liner-defun to
1783         c-cleanup-list's doc-string.  New user options,
1784         c-max-one-liner-length.  In c-default-style, set the default style
1785         for AWK to "awk".
1787 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
1789         * progmodes/cc-engine.el (c-forward-label): Fixed fontification of
1790         macros inside labels.
1792         * progmodes/cc-engine.el (c-looking-at-bos): Obsoleted in favor of
1793         `c-at-statement-start-p' and `c-at-expression-start-p'.
1795         * progmodes/cc-defs.el (c-tnt-chng-record-state): Don't signal an
1796         error if the mark isn't set.
1798         * progmodes/cc-engine.el (c-guess-continued-construct,
1799         c-guess-basic-syntax): Use `c-forward-decl-or-cast-1' to more
1800         accurately detect functions inside functions.
1802         * progmodes/cc-engine.el (c-at-expression-start-p): New function
1803         like `c-at-statement-start-p' that additionally recognizes commas
1804         and expression parentheses as delimiters.
1806         * progmodes/cc-engine.el (c-looking-at-inexpr-block): Added flag
1807         to avoid heuristics that doesn't work for unclosed blocks.
1809         (c-at-statement-start-p): New function.
1811         * progmodes/cc-engine.el, cc-fonts.el: Fixes in handling of
1812         Objective-C directives, e.g. directives spanning lines should work
1813         reasonably well now.
1815         (c-put-c-type-property, c-clear-c-type-property): New helpers.
1817         (c-forward-objc-directive): New function to move over any ObjC
1818         directive.
1820         (c-just-after-func-arglist-p, c-guess-basic-syntax,
1821         c-basic-matchers-before): Use it.
1823         (c-font-lock-objc-iip-decl): Removed.
1825         * progmodes/cc-engine.el (c-guess-basic-syntax): Some improvement
1826         in the template arglist recognition.
1828         * progmodes/cc-styles.el (c-style-alist): Fixed several
1829         inconsistencies in the Whitesmith style.
1831         * progmodes/cc-align.el (c-lineup-after-whitesmith-blocks): New
1832         lineup function to get lines after Whitesmith style blocks
1833         correctly indented.
1835         (c-lineup-whitesmith-in-block): Backed out the compensation for
1836         opening parens since it's done using `add' lists in the style
1837         definition instead.  Don't use the anchor position since it varies
1838         too much between the syntactic symbols. :P
1840         * progmodes/cc-vars.el (c-valid-offset): Updated.
1842         * progmodes/cc-engine.el (c-evaluate-offset): Extended to handle
1843         lists where the offsets are combined according to several
1844         different methods: `first', `min', `max', and `add'.  Report
1845         offset evaluation errors with `c-benign-error' so that some kind
1846         of reindentation still is done.
1848         * progmodes/cc-engine.el (c-guess-basic-syntax): Anchor
1849         `arglist-intro' the same way as `arglist-cont-nonempty' and
1850         `arglist-close'.
1852         * progmodes/cc-engine.el (c-guess-basic-syntax): Fixed similar
1853         situations for `arglist-cont-nonempty' and `arglist-close'.
1855         * progmodes/cc-langs.el (c-opt-identifier-concat-key-depth): New
1856         constant.
1858         * progmodes/cc-defs.el: Use `cc-bytecomp-fboundp' and
1859         cc-bytecomp-boundp' in a number of places.
1861         * progmodes/cc-engine.el (c-beginning-of-statement-1): Fixed a
1862         macro related issue.
1864 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
1866         * progmodes/cc-awk.el: Change the terminology of regexps: A char
1867         list is now
1868         [asdf], a char class [:alpha:].  Include code for char classes.
1869         Set c-awk-NL-prop on lines ending in open strings.  (Bug fix.)
1870         Add character classes (e.g. "[:alpha:]") into AWK Mode's regexps.
1872         Remove (nearly all of) the cruft associated with AWK Mode's former
1873         concept of "virtual semicolons":
1875         Adapt c-beginning-of-statement, c-end-of-statement (together with
1876         subfunctions) to use the new notion of "virtual semicolon" in
1877         place of the old awkward special handling for AWK.  There remains
1878         much cruft in cc-awk.el, cc-cmds.el and cc-engine.el to clear out.
1879         * progmodes/cc-cmds.el:
1880         (c-ascertain-adjacent-literal): In the backwards direction, now
1881         recognises AWK regexp delimiters as string delimiters.
1882         (c-after-statement-terminator-p): Adapt for virtual semicolons;
1883         check more rigorously for "end of macro".
1884         (c-back-over-illiterals, c-forward-over-illiterals): Adapt for
1885         virtual semicolons;
1886         (c-beginning-of-statement): Adapt for virtual semicolons; Separate
1887         out the code for forward movement into ...
1888         (c-end-of-statement): Now contains the code for forward movement,
1889         adapted for virtual semicolons.
1891         * progmodes/cc-engine.el:
1892         (c-ws*-string-limit-regexp): new regexp.
1893         (c-forward-single-comment, c-backward-single-comment): Comment out
1894         the (now redundant) "special" AWK stuff.
1896         * progmodes/cc-styles.el, cc-vars.el: Change the settings of
1897         c-string-par-start, c-string-par-separate to be more like Text
1898         Mode than Fundamental Mode.
1900 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
1902         * progmodes/cc-fonts.el (c-font-lock-declarations): Always narrow
1903         to the fontified region so that fontification doesn't occur
1904         outside it
1905         (could happen e.g. when fontifying a line with an unfinished
1906         declaration).
1908 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
1910         * progmodes/cc-awk.el: Regexps for analysing AWK code have been
1911         moved to near the start of the file.  ^L now separate sections of
1912         the file.  New defconsts: c-awk-non-eol-esc-pair-re,
1913         c-awk-blank-or-comment-line-re,
1914         c-awk-one-line-possibly-open-string-re,
1915         c-awk-regexp-one-line-possibly-open-char-class-re,
1916         c-awk-one-line-possibly-open-regexp-re,
1917         c-awk-one-line-non-syn-ws*-re.  New functions: c-awk-at-vsemi-p,
1918         c-awk-vsemi-status-unknown-p.
1920         Amend the concept of "virtual semicolons" (in the indentation
1921         engine) for languages like AWK, such that they are now
1922         conceptually attached to end of the last token of a statement, not
1923         the end of the line.  (In AWK Mode, however, the pertinent text
1924         property is still physically set on the EOL.)  Remove the specific
1925         tests for awk-mode, thus facilitating the introduction of other
1926         language modes where EOLs can end statements.  (Note: The
1927         funtionality in cc-cmds.el, specifically
1928         c-beginning/end-of-statement has yet to be amended.)
1930         * progmodes/cc-defs.el: New macros c-at-vsemi-p,
1931         c-vsemi-status-unknown-p.
1933         * progmodes/cc-langs.el: Added `#' into AWK Mode's value of
1934         c-stmt-delim-chars.  New c-lang-defvars: c-at-vsemi-p-fn,
1935         c-vsemi-status-unknown-p-fn (in a new page).
1937         * progmodes/cc-engine.el: In c-beginning-of-statement-1,
1938         c-crosses-statement-barrier-p, c-guess-basic-syntax, replace
1939         numerous awkward forms like
1940         (if (c-major-mode-is 'awk-mode) (c-awk-prev-line-incomplete-p))
1941         with
1942         (c-at-vsemi-p).  Fix a few typos.  In c-guess-basic-syntax, new
1943         variable before-ws-ip, the place just after char-before-ip
1944         appears.
1946         * progmodes/cc-mode.el: Fix what's almost a semantic ambiguity in
1947         a comment.
1949 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
1951         * progmodes/cc-cmds.el (c-electric-brace): Cleaned up using
1952         `c-tentative-buffer-changes'.
1954         * progmodes/cc-defs.el (c-region-is-active-p): Simplified and
1955         converted to macro to choose between Emacs and XEmacs at compile
1956         time.
1958         (c-set-region-active): New set counterpart to
1959         `c-region-is-active-p'.
1961         (c-tentative-buffer-changes): New macro to handle temporary buffer
1962         changes in a convenient way.
1964         (c-tnt-chng-record-state, c-tnt-chng-cleanup): Internal helpers
1965         for `c-tentative-buffer-changes'.
1967         * progmodes/cc-engine.el (c-looking-at-inexpr-block): Tightened up
1968         the checks for paren sexps between the point and the keyword, to
1969         avoid some false alarms.
1971         * progmodes/cc-engine.el, cc-langs.el (c-looking-at-inexpr-block):
1972         Fixed a situation where an error could be thrown for unbalanced
1973         parens.  Changed to make use of c-keyword-member' to avoid some
1974         repeated regexp matches.
1976         (c-opt-lambda-key, c-opt-inexpr-block-key,
1977         c-opt-inexpr-class-key): These language variable are no longer
1978         necessary.
1980         (c-block-stmt-kwds): New language constant used by
1981         c-looking-at-inexpr-block'.
1983         (c-guess-basic-syntax): Removed an optional check that looked at
1984         the existence of the now removed language variables.
1986         * progmodes/cc-engine.el (c-fdoc-shift-type-backward,
1987         c-forward-decl-or-cast-1): Fixed invalid recognition of C++ style
1988         object instantiation expressions as declarations in some contexts.
1989         This bug only affected languages where the declarator can't be
1990         enclosed in parentheses.
1992         * progmodes/cc-styles.el (c-style-alist): Fixed the GNU style to
1993         insert newlines before and after substatement braces.
1995         * progmodes/cc-engine.el: Improved the heuristics for recognizing
1996         function declaration headers and the handling of C++ style member
1997         init lists.
1999         (c-just-after-func-arglist-p): Rewritten to use
2000         `c-forward-decl-or-cast-1'.  Now behaves a bit differently too.
2002         (c-beginning-of-member-init-list): Removed since it isn't used
2003         anymore.
2005         (c-guess-basic-syntax): Case 5B adapted for the new
2006         `c-just-after-func-arglist-p'.  Cases 5B.1 and 5B.3 merged.  Cases
2007         5D.1 and 5D.2 removed since they aren't trigged anymore (case 5B.1
2008         covers all cases now).
2010         * progmodes/cc-defs.el (c-point): Added `bosws' and `eosws'.
2012 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
2014         * progmodes/cc-cmds.el, cc-styles.el, cc-vars.el: New variables
2015         c-string-par-start/separate c-sentence-end-with-esc-eol,
2016         initialised in c-setup-paragraph-variables, used in string
2017         scanning subroutines of c-beginning-of-statement.
2019         * progmodes/cc-cmds.el (c-electric-brace): don't delete a comment
2020         which precedes the newly inserted `{'.
2022 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
2024         * progmodes/cc-engine.el, cc-langs.el: Rewrote the recognition
2025         function for declaration level blocks.  It should now cope with
2026         templates better and also be a lot more comprehensible.
2028         (c-looking-at-decl-block): The new function.
2030         (c-search-uplist-for-classkey): The old one.  It's now a wrapper
2031         for compatibility.
2033         (c-add-class-syntax, c-guess-continued-construct,
2034         c-guess-basic-syntax): Adapted for `c-looking-at-decl-block'.
2036         (c-decl-block-key): Changed to tell apart ambiguous and
2037         unambiguous keywords.  Pike specials are now handled directly in
2038         the code instead.
2040         (c-block-prefix-disallowed-chars, c-block-prefix-charset): New
2041         language constants and variables to make the backward skip in
2042         `c-looking-at-decl-block' as tight as possible.
2044         (c-nonsymbol-token-char-list): New language constant.
2046         * progmodes/cc-engine.el (c-backward-<>-arglist): New function to
2047         find balanced template arglists backwards.
2049         * progmodes/cc-defs.el (c-make-bare-char-alt): New helper for
2050         making char classes for `c-syntactic-skip-backward'.
2052         * progmodes/cc-engine.el (c-guess-basic-syntax): Simplified case
2053         16D - can't be a class-close at that point.
2055         * progmodes/cc-engine.el (c-guess-basic-syntax,
2056         c-add-class-syntax): Don't narrow out the enclosing declaration
2057         level.  This makes everything a lot easier, and it was actually
2058         only four small places that needed it to work.  Some places that
2059         previously did `widen' are removed now, which has the effect that
2060         `c-guess-basic-syntax' never will look at things outside the
2061         current narrowment now.  The anchor position for `topmost-intro'
2062         is affected by this, but it was so bogus it was basically useless
2063         before, and now it's equally bogus but in a slightly different
2064         way.
2066         (c-narrow-out-enclosing-class): Gone.
2068         (c-most-enclosing-brace, c-least-enclosing-brace): Don't filter to
2069         the narrowed region.
2071         (c-least-enclosing-brace): Removed silly optional argument.
2073         * progmodes/cc-engine.el (c-beginning-of-decl-1): Fixed bug where
2074         the point could be left directly after an open paren when finding
2075         the beginning of the first decl in the block.
2077         * progmodes/cc-engine.el, cc-fonts.el (c-forward-keyword-clause):
2078         Specify which submatch to use.
2080         * progmodes/cc-langs.el (c-symbol-start): Include `@' in ObjC.
2082         (c-decl-start-re): No no longer any need for special treatment of
2083         ObjC due to the above.
2085         (c-other-block-decl-kwds): Handle "extern" in ObjC too since it
2086         presumably follows C in that regard.
2088         * progmodes/cc-langs.el (c-identifier-ops, c-after-id-concat-ops):
2089         New language constants to specify operator tokens inside
2090         identifiers in a more high level way.
2092         (c-opt-identifier-prefix-key): New internal language constant.
2094         (c-opt-identifier-concat-key, c-opt-after-id-concat-key,
2095         c-identifier-start, c-identifier-key): Now completely calculated
2096         from other constants.
2098         (c-identifier-last-sym-match): Decommissioned since it's no longer
2099         used.
2101         (c-operators): Use `c-identifier-ops'.  Documented
2102         `postfix-if-paren'.
2104         * progmodes/cc-engine.el (c-forward-name): Removed the
2105         optimization when c-identifier-key is equal to c-symbol-key since
2106         it doesn't work in byte compiled files.  Don't record empty
2107         regions as identifiers.
2109         * progmodes/cc-langs.el (c-filter-ops): New helper function to
2110         simplify access to `c-operators' and its likes.
2112         (c-operator-list, c-all-op-syntax-tokens,
2113         c-nonsymbol-token-regexp, c-<>-multichar-token-regexp,
2114         c-<-op-cont-regexp, c->-op-cont-regexp, c-expr-kwds,
2115         c-primary-expr-regexp, c-cast-parens): Use it.
2117         * progmodes/cc-defs.el (c-lang-const): Fixes to allow use without
2118         an explicit language in functions.
2120         * progmodes/cc-defs.el (c-make-keywords-re): Added an appendable
2121         variant of adornment.
2123         * progmodes/cc-langs.el (c-any-class-key): Removed unused language
2124         variable.
2126         (c-type-decl-prefix-key): Removed some now unnecessary cruft from
2127         the Pike value.
2129         * progmodes/cc-engine.el (c-on-identifier,
2130         c-simple-skip-symbol-backward): Small fix for handling "-"
2131         correctly in `skip-chars-backward'.  Affected the operator lfun
2132         syntax in Pike.
2134         * progmodes/cc-langs.el (c-make-init-lang-vars-fun): Disabled the
2135         diagnostic message about precompiled language vars not being used.
2137         * progmodes/cc-langs.el (c-paren-nontype-kwds): The GCC keyword
2138         "__attribute__" is followed by a parenthesis.
2140         (c-type-start-kwds, c-prefix-spec-kwds, c-prefix-spec-kwds-re,
2141         c-specifier-key, c-not-decl-init-keywords): Some cleanup using new
2142         language constants `c-type-start-kwds' and `c-prefix-spec-kwds'.
2144         * progmodes/cc-fonts.el, cc-langs.el, cc-engine.el: Internal
2145         cleanups to properly detect the declared identifiers in various
2146         declarations.
2148         (c-decl-start-kwds): New language constant to recognize
2149         declarations that can start anywhere.  Used for class declarations
2150         in Pike.
2152         (c-specifier-key, c-not-decl-init-keywords,
2153         c-decl-prefix-or-start-re, c-find-decl-prefix-search,
2154         c-find-decl-spots): Implement `c-decl-start-kwds'.
2156         (c-other-decl-kwds, c-postfix-decl-spec-kwds, c-decl-hangon-kwds,
2157         c-decl-hangon-key, c-forward-decl-or-cast-1): Separated the
2158         handling of the compiler specific extension keywords into a new
2159         language constant `c-decl-hangon-kwds' that defines keyword
2160         clauses to be ignored in declarations.
2162         (c-forward-id-comma-list, c-forward-keyword-clause): Don't skip
2163         past unrecognized tokens when handling `c-colon-type-list-kwds'.
2164         Necessary to stop at the declared identifier in e.g. IDL valuetype
2165         declarations.
2167         (c-typedef-decl-kwds, c-typeless-decl-kwds, c-type-list-kwds,
2168         c-prefix-spec-kwds-re, c-postfix-spec-kwds,
2169         c-after-suffixed-type-decl-key, c-opt-postfix-decl-spec-key,
2170         c-forward-decl-or-cast-1): Recognize the declared identifier in
2171         class and enum declarations as such and not as part of the type.
2173         (c-forward-decl-or-cast-1, c-forward-label): Relaxed the
2174         interpretation of PRECEDING-TOKEN-END when there's no preceding
2175         token.
2177         (c-forward-decl-or-cast-1): Don't disregard sure signs of
2178         declarations when there's some syntax error later on.
2180         (c-complex-decl-matchers): Did away with a reference to
2181         `c-specifier-key'.
2183         * progmodes/cc-engine.el (c-maybe-labelp): Provide no default
2184         value - this variable is always dynamically bound.
2186         * progmodes/cc-engine.el, cc-fonts.el, cc-langs.el, cc-menus.el,
2187         cc-mode.el, cc-styles.el, cc-vars.el, cc-align.el, cc-awk.el,
2188         cc-cmds.el, cc-defs.el: Changed the policy for marking up
2189         functions that might do hidden buffer changes: All such internal
2190         functions are now marked instead of those that don't.
2192         (c-beginning-of-macro, c-end-of-macro, c-(forward|backward)-comments,
2193         c-(forward|backward)-single-comment, c-parse-state, c-on-identifier,
2194         c-(fast-|slow-|)in-literal, c-literal-limits, c-collect-line-comments,
2195         c-literal-type): Allow these functions to make hidden buffer changes,
2196         so that they are free to use text property caching later on.
2198         (c-electric-backspace, c-electric-delete-forward, c-electric-pound,
2199         c-electric-brace, c-electric-slash, c-electric-star,
2200         c-electric-semi&comma, c-electric-colon, c-electric-lt-gt,
2201         c-electric-paren, c-electric-continued-statement, c-indent-command,
2202         c-indent-region, c-mask-paragraph, c-indent-new-comment-line,
2203         c-context-line-break): Added `c-save-buffer-state' calls to comply
2204         with the changed semantics of the functions above.
2206         * progmodes/cc-engine.el (c-beginning-of-statement-1): Fixed a bug
2207         when macros occur in obscure places.  Optimized the sexp movement
2208         a bit.
2210 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
2212         Enhancements for c-beginning-of-statement to work in AWK Mode:
2214         * progmodes/cc-awk.el: Supersede c-awk-NL-prop value `;'
2215         (completed statement) with `}' (statement completed by closing
2216         brace or semicolon) and `$' (statement completed by EOL).
2218         (c-awk-virtual-semicolon-ends-prev-line-p,
2219         c-awk-virtual-semicolon-ends-line-p,
2220         c-awk-skip-semantic-ws-forward, c-awk-skip-semantic-ws-backward,
2221         c-awk-at-statement-end-p): new functions
2223         * progmodes/cc-cmds.el: Simplify the structure of functions
2224         c-forward-over-illiterals, c-back-over-illiterals.  Enhance these
2225         two functions and c-beginning-of-statement to handle AWK Mode.
2227         * progmodes/cc-engine.el: Enhance c-forward-single-comment,
2228         c-backward-single-comment for AWK mode.  Attempt to clarify their
2229         doc-strings.
2231         * progmodes/cc-mode.el: Put M-a and M-e into awk-mode-map.
2233 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
2235         * progmodes/cc-engine.el, cc-fonts.el, cc-langs.el: Cleaned up the
2236         label handling.  Labels are now recognized in a uniform and more
2237         robust way, regardless of context.  Text properties are put on all
2238         labels to recognize the following declarations better.  Multiword
2239         labels are handled both in indentation and fontification for the
2240         benefit of language extensions like Qt.  For consistency, keywords
2241         in labels are now fontified with the label face instead.  That
2242         also applies to "case" and "default".
2244         (c-beginning-of-statement-1): Fixed some bugs in the label
2245         handling.  Disregard `c-nonlabel-token-key' in labels that begin
2246         with `c-label-kwds'.
2248         (c-find-decl-spots): Support that the callback adds more
2249         `c-decl-end' spots to find.
2251         (c-forward-decl-or-cast-1): Don't treat a list of plain
2252         identifiers followed by a colon as a declaration.
2254         (c-forward-label): New function to recognize labels.
2256         (c-guess-basic-syntax): Replaced uses of `c-label-key' with
2257         `c-forward-label'.  Moved the label recognition cases (14 and 15)
2258         earlier since they aren't so context sensitive now.  Handle labels
2259         on the top level gracefully.  Moved access label recognition to
2260         the generic label case (CASE 15) - removed CASE 5E.
2262         (c-font-lock-declarations): Added recognition of labels in the
2263         same round since we need to handle labels in parallell with other
2264         declarations to recognize both accurately.  It should also improve
2265         speed.
2267         (c-simple-decl-matchers, c-basic-matchers-after): Moved
2268         `c-font-lock-labels' so that it only is used on decoration level 2
2269         since `c-font-lock-declarations' handles it otherwise.
2271         (c-complex-decl-matchers): Removed the simplistic recognition of
2272         access labels.
2274         (c-decl-prefix-re): Removed the kludges that was necessary to cope
2275         with labels earlier.
2277         (c-decl-start-re): New language variable to make
2278         `c-font-lock-declarations' stop for the special protection labels
2279         in Objective-C that start with `@'.
2281         (c-label-key): Removed since it's no longer used.
2283         (c-recognize-colon-labels, c-label-prefix-re): New language
2284         constants to support recognition of generic colon-terminated
2285         labels.
2287         (c-type-decl-end-used): `c-decl-end' is now used whenever there
2288         are colon terminated labels.
2290         * progmodes/cc-align.el (c-lineup-arglist): Fixed bug when the
2291         first argument starts with a special brace list.
2293         * progmodes/cc-engine.el, cc-fonts.el (c-forward-decl-or-cast-1,
2294         c-font-lock-declarations): Broke out the declaration and cast
2295         recognition from `c-font-lock-declarations' to a new function, so
2296         that it can be used in the indentation engine.
2298         * progmodes/cc-engine.el (c-find-decl-spots): Fixed bug in backing
2299         up to the start of the literal.  Fixed bug with the point on the
2300         wrong side of the search limit that could happen when the start
2301         position is inside a literal.
2303         * progmodes/cc-engine.el (c-parse-state,
2304         c-invalidate-state-cache): Modified the use of `c-state-cache-end'
2305         so that it's kept a little bit back to increase the hit rate.
2307         (c-parse-state): Changed the macro handling and fixed some
2308         glitches.  Macro context is checked more often than necessary now,
2309         but otoh less garbage conses are generated.
2311         * progmodes/cc-engine.el (c-parse-state,
2312         c-invalidate-state-cache): Cache the last position where
2313         `c-state-cache' applies.  This can speed up refontification quite
2314         a bit in blocks where there are many non-brace parens before the
2315         point.
2317         (c-state-cache-end): New variable for this.
2319         (c-guess-basic-syntax, c-debug-parse-state): Adapted for the new
2320         cache variable.
2322         * progmodes/cc-engine.el (c-find-decl-spots): Take more care to
2323         get close initial continue positions when the start position is
2324         inside a literal or macro.  Do not call the callback for spots
2325         before the start position (which can happen e.g. for `c-decl-end'
2326         spots inside comments).  Optimize better in special cases when the
2327         region is a single line inside a literal or macro (typically when
2328         the current line is refontified).
2330         * progmodes/cc-engine.el (c-guess-basic-syntax): Simplified calls
2331         to `c-add-stmt-syntax' - there's no need to explicitly whack off
2332         entries from the paren state.
2334         * progmodes/cc-engine.el (c-add-stmt-syntax): Narrowed down the
2335         special case for "else if" clauses.
2337         * progmodes/cc-engine.el (c-looking-at-inexpr-block,
2338         c-add-stmt-syntax): Use `c-recognize-paren-inexpr-blocks'.
2340         * progmodes/cc-langs.el (c-recognize-paren-inexpr-blocks): New
2341         language variable to recognize the gcc extension with statement
2342         blocks inside expressions.
2344         * progmodes/cc-engine.el (c-add-stmt-syntax): Restructured to make
2345         it somewhat more comprehensible.  The argument AT-BLOCK-START is
2346         no longer used and hence removed.
2348         (c-guess-continued-construct, c-guess-basic-syntax): Updated calls
2349         to `c-add-stmt-syntax'.
2351         * progmodes/cc-engine.el (c-backward-to-decl-anchor): Use
2352         `c-beginning-of-statement-1' instead of duplicating parts of it.
2353         This fixes bogus label recognition.
2355         * progmodes/cc-engine.el (c-add-type, c-check-type,
2356         c-forward-name, c-forward-type): Improved storage of template
2357         types in `c-found-types' so that they can be recognized better.
2359         (c-syntactic-content): Added option to skip past nested parens.
2361         * progmodes/cc-engine.el (c-forward-name): Set
2362         `c-last-identifier-range' all the time.  It's less work that way.
2363         Handle that there might not be an identifier to store in
2364         `c-last-identifier-range'.
2366         (c-forward-type): Handle that `c-last-identifier-range' might be
2367         nil from `c-forward-name'.
2369         * progmodes/cc-defs.el: (c-safe-scan-lists,
2370         c-(go-)?(up|down)-list-(forward|backward)): Added limit arguments.
2372         * progmodes/cc-defs.el (c-save-buffer-state): Use `unwind-protect'
2373         to work even if the form fails.
2375         * progmodes/cc-engine.el (c-parse-state): Speedup when moving far
2376         down in a large file in one go.
2378         (c-get-fallback-start-pos): New helper function for
2379         `c-parse-state'.
2381         * progmodes/cc-align.el (c-lineup-assignments): New lineup
2382         function which is like `c-lineup-math' but returns nil instead of
2383         `c-basic-offset' when it doesn't match.
2385         (c-lineup-math): Changed to use `c-lineup-assignments'.
2387 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
2389         * progmodes/cc-cmds.el: Fix some bugs in subfunctions of
2390         c-beginning-of-statement.  New subfunctions
2391         c-in-comment-line-prefix-p, c-narrow-to-comment-innards.
2393 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
2395         * progmodes/cc-fonts.el, cc-langs.el: Use `c-simple-ws' instead of
2396         hardcoded char classes whereever possible.  Changed a couple of
2397         places to use skip by syntax instead of skip by char class.
2399         * progmodes/cc-langs.el (c-unterminated-block-comment-regexp):
2400         Fixed a bug in the regexp that caused extreme backtracking.
2402         * progmodes/cc-langs.el (c-block-comment-starter,
2403         c-block-comment-ender): New language constants to specify in a
2404         single place how block comments look.
2406         (c-comment-start-regexp, c-block-comment-start-regexp,
2407         comment-start, comment-end, comment-start-skip,
2408         c-syntactic-ws-start, c-syntactic-ws-end, c-nonwhite-syntactic-ws,
2409         c-syntactic-ws, c-nonempty-syntactic-ws,
2410         c-single-line-syntactic-ws, c-syntactic-eol): Now built from
2411         `c-line-comment-starter', `c-block-comment-starter' and
2412         `c-block-comment-ender'.
2414         (c-block-comment-regexp, c-unterminated-block-comment-regexp): New
2415         language constants to break up things a bit.
2417         (c-simple-ws): New language constant for simple whitespace.
2419         * progmodes/cc-defs.el (c-concat-separated): New convenience
2420         function.
2422         * progmodes/cc-defs.el (c-make-keywords-re): Added kludge for bug
2423         in `regexp-opt' in Emacs 20 and XEmacs when strings contain
2424         newlines.  Allow and ignore nil elements in the list.
2426 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
2428         * progmodes/cc-cmds.el: Comment out a (n almost certainly
2429         superfluous) check, (eq here (point-max)) in
2430         c-beginning-of-statement.
2432         * progmodes/cc-cmds.el: Tidy up the comments in
2433         c-beginning-of-statement and subfunctions.
2435         * progmodes/cc-awk.el: Replace calls to put-text-property to the
2436         more flexible c-put-char-property and c-clear-char-properties.
2437         Add the author's email address.
2439         * progmodes/cc-langs.el: New variable,
2440         c-block-comment-start-regexp.
2442         * progmodes/cc-cmds.el: Fix bug with M-e, when point is inside the
2443         closing "*/" of a block comment.
2445         * progmodes/cc-cmds.el: Tidy c-beginning-of-sentence (and
2446         subfunctions) so that it works at BOB and EOB.
2448         * progmodes/cc-cmds.el, cc-vars.el: More updating of
2449         c-beginning-of-statement, including new variable
2450         c-block-comment-start-regexp.
2452 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
2454         * progmodes/cc-langs.el (c-known-type-key): Optimize simple
2455         symbols from `*-font-lock-extra-types' so that there's no need to
2456         use `regexp-opt' on those lists.
2458         * progmodes/cc-langs.el (c-type-decl-suffix-key): Fix when
2459         `c-type-modifier-kwds' is empty.
2461         * progmodes/cc-fonts.el (c-font-lock-invalid-string): Fix when
2462         there are several strings on the same line.
2464         * progmodes/cc-engine.el (c-literal-limits): Removed the
2465         compatibility function for older emacsen.  `c-literal-limits-fast'
2466         has now taken the place of this function.
2468         * progmodes/cc-vars.el (c-emacs-features): Removed compatibility
2469         with older emacsen: We now require `pps-extended-state'.
2471 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
2473         * progmodes/cc-cmds.el: New function c-beginning-of-sentence,
2474         which obviates the need to hack sentence-end.  This now handles
2475         escaped newlines in strings correctly.  Correct minor bugs in
2476         c-move-over-sentence and in c-beginning-of-statement.
2478         * progmodes/cc-cmds.el (c-beginning-of-statement (and
2479         subfunctions)): Adapt c-\(back\|forward\)-over-illiterals such
2480         that movement over macros and code are rigorously separated from
2481         eachother.  Correct a few incidental bugs.
2483         * progmodes/cc-cmds.el: Restructure c-beginning-of-statement:
2484         Improve its doc-string.  Improve the handling of certain specific
2485         cases.
2487 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
2489         * progmodes/cc-engine.el, cc-fonts.el, cc-langs.el
2490         (c-guess-basic-syntax): Changed the way class-level labels are
2491         recognized; they can now contain essentially any symbols.
2493         (c-opt-extra-label-key): New language variable to cope with the
2494         special protection label syntax in Objective-C.
2496         (c-opt-access-key): Removed; this is now handled better by
2497         `c-nonlabel-token-key' and `c-opt-extra-label-key'.
2499         (c-complex-decl-matchers): Update to handle that
2500         `c-opt-access-key' no longer exists.
2502         * progmodes/cc-engine.el (c-guess-basic-syntax): Make use of the
2503         improved label recognition in `c-beginning-of-statement-1'.
2505         * progmodes/cc-engine.el (c-beginning-of-member-init-list):
2506         Recognize bitfields better.
2508         * progmodes/cc-engine.el (c-beginning-of-inheritance-list):
2509         Removed some cruft and fixed a bug that could cause it to go to a
2510         position further down.
2512         * progmodes/cc-langs.el, cc-engine.el
2513         (c-beginning-of-statement-1): Improved detection of labels in
2514         declaration contexts.
2516         (c-beginning-of-decl-1): Use it.
2518         (c-nonlabel-token-key): New language constant and variable needed
2519         by `c-beginning-of-statement-1'.
2521         * progmodes/cc-engine.el (c-guess-basic-syntax): Fixed bug that
2522         manifested itself due to the correction in `c-forward-sexp'.
2524         * progmodes/cc-defs.el (c-forward-sexp, c-backward-sexp): Made
2525         these behave as documented when used at the buffer limits.
2527         * progmodes/cc-mode.el, cc-engine.el, cc-langs.el
2528         (c-type-decl-end-used): Made this a language variable.
2530         * progmodes/cc-mode.el (c-after-change): Widen the buffer to work
2531         correctly when `combine-after-change-calls' is used together with
2532         temporary narrowings.
2534         * progmodes/cc-engine.el (c-beginning-of-statement-1): Report
2535         labels correctly when the start point is immediately after the
2536         colon.
2538         * progmodes/cc-defs.el (c-parse-sexp-lookup-properties): Removed
2539         since it isn't used anymore.
2541         * progmodes/cc-cmds.el (c-electric-lt-gt): Detect and mark angle
2542         bracket arglists such as template parens in C++.
2544         * progmodes/cc-engine.el (c-syntactic-skip-backward): Fixed a bug
2545         in the last check-in.  Some optimization.
2547         * progmodes/cc-engine.el (c-syntactic-skip-backward): Fixed bug
2548         where it could stop at the same level in a preceding sexp when
2549         PAREN-LEVEL is set.
2551         * progmodes/cc-mode.el (c-basic-common-init): Turn on syntax-table
2552         text property lookup only when it's needed.
2554         * progmodes/cc-langs.el, cc-engine.el, cc-fonts.el, cc-mode.el:
2555         Changed the policy for paren marked angle brackets to be more
2556         persistent; once marked they remain marked even when they're found
2557         to be unbalanced in the searched region.  This should keep the
2558         paren syntax around even when individual lines are refontified in
2559         multiline template arglists.
2561         (c-parse-and-markup-<>-arglists): New dynamically bound variable
2562         to control markup so that incorrect angle bracket arglists aren't
2563         marked in contexts where the correct value for
2564         `c-disallow-comma-in-<>-arglists' isn't known.
2566         (c-forward-<>-arglist, c-forward-<>-arglist-recur): The reparse
2567         argument has become `c-parse-and-markup-<>-arglists'.
2569         (c-remove-<>-arglist-properties): Removed - no longer used.
2571         (c-after-change-check-<>-operators): New function used on
2572         `after-change-functions' to avoid that "<" and ">" characters that
2573         are part of longer operators have paren syntax.
2575         (c-<>-multichar-token-regexp): New language variable used by
2576         `c-after-change-check-<>-operators'.
2578         (c-after-change): Call `c-after-change-check-<>-operators'.
2580         (c-font-lock-<>-arglists): Use the context properties set by
2581         `c-font-lock-declarations' to set
2582         `c-disallow-comma-in-<>-arglists' correctly to avoid doing invalid
2583         markup.
2585         (c-font-lock-declarations): Removed code that undoes the invalid
2586         markup done by `c-font-lock-<>-arglists'.
2588         (c-complex-decl-matchers): `c-font-lock-<>-arglists' now runs
2589         after `c-font-lock-declarations'.
2591         * progmodes/cc-engine.el (c-syntactic-skip-backward): Added
2592         paren-level feature.
2594         (c-guess-basic-syntax): Improved the anchor position for
2595         `template-args-cont' in nested template arglists.  There's still
2596         much to be desired in this area, though.
2598 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
2600         * progmodes/cc-cmds.el, cc-engine.el, cc-langs.el, cc-vars.el:
2601         Make the "Text Filling and Line Breaking" commands work for AWK
2602         buffers.
2604 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
2606         * progmodes/cc-defs.el, cc-engine.el (c-mode-is-new-awk-p):
2607         Removed;
2608         (c-major-mode-is 'awk-mode) can be used instead now.
2610         * progmodes/cc-mode.el: Always set up AWK mode since emacsen where
2611         it doesn't work no longer are supported.
2613         * progmodes/cc-mode.el, cc-styles.el, cc-vars.el, cc-defs.el,
2614         cc-engine.el, cc-fonts.el, cc-langs.el, cc-cmds.el: CC Mode now
2615         requires support for the syntax-table' text property, which rules
2616         out Emacs 19 and XEmacs < 21.4.  Removed various compatibility
2617         cruft associated with those versions.
2619         * progmodes/cc-defs.el, cc-fix.el: CC Mode now requires support
2620         for the `syntax-table' text property, which rules out Emacs 19 and
2621         XEmacs < 21.4.  Removed various compatibility cruft associated
2622         with those versions.
2624         * progmodes/cc-vars.el (c-emacs-features): CC Mode now requires
2625         support for the `syntax-table' text property.
2627         * progmodes/cc-fonts.el (c-nonbreakable-space-face): Remove the
2628         variable and use an extra quoted face name instead.  All the
2629         emacsen flavors handle that correctly.
2631         * progmodes/cc-fonts.el (c-font-lock-complex-decl-prepare,
2632         c-font-lock-declarators, c-font-lock-declarations,
2633         c-complex-decl-matchers, c-basic-matchers-after): Use a text
2634         property to mark the items in in declarator lists to handle
2635         refontification inside multiline declarations better.
2637         * progmodes/cc-fonts.el (c-font-lock-declarations): Recognize a
2638         construct like "a * b = c;" as a declaration.
2640 2005-12-08  Kim F. Storm  <storm@cua.dk>
2642         * emulation/cua-base.el (cua-use-hyper-key): Replaced by ...
2643         (cua-rectangle-modifier-key): ... this.  New defcustom.  Can now
2644         select either meta, hyper, or super modifier for rectangle commands.
2645         (cua--rectangle-modifier-key): New defvar.
2646         (cua--M/H-key): Use it.  Remove special case for `space'.
2647         (cua--init-keymaps): Initialize it from cua-rectangle-modifier-key
2648         on X, to meta otherwise.  Always bind C-return to toggle
2649         rectangle.  Pass ?\s instead of `space' to cua--M/H-key.
2651         * emulation/cua-rect.el (cua-help-for-rectangle): Use
2652         cua--rectangle-modifier-key.  Handle super modifier too.
2653         (cua--init-rectangles): Always bind C-return to toggle rectangle.
2654         Pass ?\s instead of `space' to cua--M/H-key and cua--rect-M/H-key.
2656         * ido.el: Move Acknowledgements and History after Commentary.
2657         Minor changes to Commentary.
2659         * emulation/cua-base.el (cua--select-keymaps): Enable repeat
2660         keymap if cua--prefix-override-timer is `shift'.
2661         (cua--shift-control-prefix): New function; emulate "type prefix
2662         key twice" functionality to handle shifted prefix key override.
2663         (cua--shift-control-c-prefix, cua--shift-control-x-prefix): New
2664         commands.
2665         (cua--init-keymaps): Bind them to S-C-c and S-C-x.
2667 2005-12-08  Carsten Dominik  <dominik@science.uva.nl>
2669         * textmodes/org.el (org-insert-heading): Try to do items before
2670         headings.
2671         (org-agenda-mode): Quote `org-agenda-mode-hook'.
2672         (org-insert-item): New function.
2673         (org-renumber-ordered-list): Don't skip to higher level lists.
2675 2005-12-08  Juri Linkov  <juri@jurta.org>
2677         * info.el (Info-mode-map): Bind M-TAB to `Info-prev-reference'.
2679         * button.el (button-buffer-map): Bind M-TAB to `backward-button'.
2681         * wid-edit.el (widget-keymap): Bind M-TAB to `widget-backward'.
2683         * pcvs.el (defun-cvs-mode): Put `definition-name' property on
2684         the constructed function name fun-1.
2686         * cus-edit.el (custom-add-parent-links): Filter out custom-group-link,
2687         because such links don't lead to parent documentation.
2689 2005-12-08  Kenichi Handa  <handa@m17n.org>
2691         * descr-text.el (describe-char): Use *Help-2* buffer if the
2692         current buffer is *Help*.  Call describe-text-properties while
2693         setting the original buffer.
2695 2005-12-07  Bill Wohler  <wohler@newt.com>
2697         * files.el (auto-mode-alist): Remove mh-letter-mode. Unnecessary,
2698         and causes problems with non-MH users (such as Gnus users).
2700 2005-12-08  Nick Roberts  <nickrob@snap.net.nz>
2702         * progmodes/gdb-ui.el (gdb-find-file-unhook): Delete variable.
2703         (gdb-set-gud-minor-mode, gdb-set-gud-minor-mode): Delete functions.
2704         (gdb-set-gud-minor-mode-existing-buffers, gdb-init-2): Use GDB
2705         command "info sources".  Move calls to GDB command "list".
2706         (gdb-find-file-hook): Just use gdb-source-file-list.
2707         (gdb-source-file-regexp): Use regexp for pre-GDB 6.4.
2708         (gdb-source-file-regexp-1): New regexp for GDB 6.4+ only.
2709         (gdb-set-gud-minor-mode-existing-buffers-1): Use it.
2710         (gdb-data-list-register-values-handler): Use correct trigger name.
2712 2005-12-07  Kim F. Storm  <storm@cua.dk>
2714         * ido.el (ido-completion-map): Renamed from ido-mode-map.
2715         (ido-common-completion-map, ido-file-completion-map)
2716         (ido-file-dir-completion-map, ido-buffer-completion-map):
2717         Renamed from ido-mode-....-map.
2718         (ido-init-completion-maps): Renamed from ido-init-mode-maps.
2719         (ido-setup-completion-map): Renamed from ido-define-mode-map.
2720         (ido-read-internal): Bind minibuffer-local-filename-completion-map
2721         to ido-completion-map.
2723 2005-12-07  Kenichi Handa  <handa@m17n.org>
2725         * international/mule-cmds.el
2726         (set-display-table-and-terminal-coding-system): If the coding
2727         system specified in `unibyte-display' property is different from
2728         the arg coding-system, don't setup standard-display-table.
2730 2005-12-06  Stefan Monnier  <monnier@iro.umontreal.ca>
2732         * emacs-lisp/edebug.el (edebug-skip-whitespace): read1:lread.c says
2733         that comments end at \n, regardless of selective-display.
2735 2005-12-07  Nick Roberts  <nickrob@snap.net.nz>
2737         * progmodes/gdb-ui.el (gdb-error-regexp, gdb-first-post-prompt)
2738         (gdb-version): New variables.
2739         (gdb-source-file-list, gdb-register-names)
2740         (gdb-changed-registers): New variables for use with GDB 6.4+.
2741         (gdb-ann3): Replace with...
2742         (gdb-init-1, gdb-init-2): ...two new functions.
2743         (gdba, gdb-prompt): Call gdb-init-1.
2744         (gdb-get-version): New function.  Call gdb-init-2 from here.
2745         (gud-watch): Make it work with mouse events too.
2746         (gdb-post-prompt): Don't add to queue until GDB version is known.
2747         (gdb-speedbar-expand-node, gdb-post-prompt, gdb-registers-mode)
2748         (gdb-locals-mode): Use gdb-version.
2749         (gdb-memory-format-map, gdb-memory-unit-map)
2750         (gdb-locals-watch-map): Rename from gdb-*-*-keymap.
2751         (gdb-locals-font-lock-keywords-1)
2752         (gdb-locals-font-lock-keywords-2): New variables.
2753         (gdb-find-file-hook): Make it work with GDB 6.4+ too.
2754         (gdb-set-gud-minor-mode-existing-buffers-1)
2755         (gdb-var-list-children-1, gdb-var-list-children-handler-1)
2756         (gdb-var-update-1, gdb-var-update-handler-1)
2757         (gdb-data-list-register-values-handler)
2758         (gdb-data-list-register-values-custom)
2759         (gdb-get-changed-registers, gdb-get-changed-registers-handler)
2760         (gdb-stack-list-locals-handler, gdb-get-register-names):
2761         New functions for use with GDB 6.4+.
2762         (gdb-locals-watch-map-1): New variable for use with GDB 6.4+.
2763         (gdb-source-file-regexp, gdb-var-list-children-regexp-1)
2764         (gdb-var-update-regexp-1, gdb-data-list-register-values-regexp)
2765         (gdb-stack-list-locals-regexp)
2766         (gdb-data-list-register-names-regexp): New regexps for use with
2767         GDB 6.4+.
2769 2005-12-06  Stefan Monnier  <monnier@iro.umontreal.ca>
2771         * progmodes/cc-defs.el (c-emacs-features): Don't assume point-min==1.
2773 2005-12-06  Nozomu Ando <nand@mac.com>  (tiny patch)
2775         * mail/smtpmail.el (smtpmail-try-auth-methods): Make password
2776         prompts work for AUTH PLAIN.  Also reported by Steve Allan
2777         <seallan@verizon.net>.
2779 2005-12-06  L\e$,1 q\e(Brentey K\e,Aa\e(Broly  <lorentey@elte.hu>
2781         * frame.el (set-frame-parameter): Add doc string.
2783 2005-12-06  Carsten Dominik  <dominik@science.uva.nl>
2785         * textmodes/org.el (org-occur-highlights): New variable.
2786         (org-highlight-new-match, org-remove-occur-highlights): New functions.
2787         (org-highlight-sparse-tree-matches): New option.
2788         (org-do-occur): New function.
2789         (org-get-heading): Make it work also at beginning of line.
2790         (org-category-table): New variable.
2791         (org-get-category-table, org-get-category)
2792         (org-camel-to-words, org-link-search): New functions.
2793         (org-select-this-todo-keyword): New variable.
2794         (org-todo-list): New command.
2795         (org-shiftright, org-shiftleft): New commands.
2796         (org-agenda-todo): Add prefix argument.
2797         (org-show-hierarchy-above): New option.
2798         (org-show-todo-tree): Numerical prefix creates tree for specific
2799         TODO keyword.
2800         (org-outline-level): New function, to assign a level to plain
2801         lists items.
2802         (org-cycle-include-plain-lists): New option.
2803         (org-mode): Use `org-outline-level' as value of `outline-level'.
2804         (org-cycle): Temporarily switch `outline-regexp' if
2805         `org-cycle-include-plain-lists' is non-nil.
2806         (org-start-icalendar-file): Fix format bug.
2807         (org-agenda-get-day-entries): Create category table.
2808         (org-agenda-get-todos, org-agenda-get-timestamps)
2809         (org-agenda-get-deadlines, org-agenda-get-scheduled)
2810         (org-agenda-get-blocks): Use `org-get-category'.
2811         (org-context-in-file-links): Rename from
2812         `org-line-numbers-in-file-links' .
2814 2005-12-06  Romain Francoise  <romain@orebokech.com>
2816         * window.el (balance-windows): Delete extraneous third arg in call
2817         to `enlarge-window'.
2819 2005-12-06  Kenichi Handa  <handa@m17n.org>
2821         * international/kinsoku.el (kinsoku-longer): Check eolp, not eobp.
2823 2005-12-06  Nick Roberts  <nickrob@snap.net.nz>
2825         * progmodes/gdb-ui.el (gdb-var-create-handler)
2826         (gdb-var-evaluate-expression-handler, gdb-frame-handler)
2827         (gdb-var-list-children-handler, gdb-var-update-handler):
2828         Current buffer is already gdb-partial-output-buffer, don't
2829         make it current again.
2831 2005-12-05  Luc Teirlinck  <teirllm@auburn.edu>
2833         * buff-menu.el (Buffer-menu-use-frame-buffer-list): New user option.
2834         (list-buffers-noselect): Use it.
2836 2005-12-05  Stefan Monnier  <monnier@iro.umontreal.ca>
2838         * mail/sendmail.el: Remove unnecessary leading-star in docstrings.
2839         (mail-yank-ignored-headers): Use regexp-opt.
2840         (mail-mode-map): Move initialization into declaration.
2841         (mail-sent-via): Remove unused shadowed var `to-line'.
2842         (mail-mailer-swallows-blank-line): Use with-temp-buffer.
2843         (mail-bury, sendmail-send-it, mail-do-fcc): Use with-current-buffer.
2844         (mail-do-fcc): Use dolist and push.
2845         (mail-mode-fill-paragraph): Pass the arg to fill-region-as-paragraph.
2846         (mail-yank-ignored-headers): Don't autoload.
2848 2005-12-05  Kenichi Handa  <handa@m17n.org>
2850         * international/mule-cmds.el (set-language-info-internal): New fun.
2851         (set-language-info): Call set-language-info-internal to update
2852         language-info-alist.  If LANG-ENV is the current one, call
2853         set-language-environment to make INFO effective now.
2854         (set-language-info-alist): Likewise.
2855         (locale-language-names): With locale "en", use English
2856         lang. env. but set the default codings to iso-8859-1.
2858 2005-12-04  Nick Roberts  <nickrob@snap.net.nz>
2860         * progmodes/gdb-ui.el (gdb-use-inferior-io-buffer)
2861         (gdb-speedbar-auto-raise): Echo new state in minibuffer.
2862         (gdb-var-create-handler, gdb-assembler-custom): Use search-forward
2863         for plain strings.
2864         (gdb-frames-mode): Remove redundant call to font-lock-mode.
2865         (gdb-all-registers): Rename from toggle-gdb-all-registers.
2866         Create registers buffer if necessary.  Echo new state in minibuffer.
2867         (gdb-registers-mode-map, gdb-registers-mode): Use gdb-all-registers.
2869 2005-12-03  Chong Yidong  <cyd@stupidchicken.com>
2871         * info.el (Info-fontify-node): Match external links using
2872         non-directory part of filename.
2874 2005-12-04  Juri Linkov  <juri@jurta.org>
2876         * font-core.el (global-font-lock-mode): Use define-global-minor-mode
2877         instead of easy-mmode-define-global-mode.  Add `:group font-lock'.
2878         (font-lock-mode): Replace `:group font-lock' with `nil nil nil'
2879         because there is no customization option for it.
2881         * font-lock.el (lisp-font-lock-keywords-1):
2882         Add define-global-minor-mode.
2884         * emacs-lisp/autoload.el (make-autoload): Add define-global-minor-mode.
2886         * emacs-lisp/derived.el (define-derived-mode): Put `definition-name'
2887         properties on the constructed variable names.
2889         * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
2890         Put `definition-name' properties on the constructed function names
2891         next-sym and prev-sym.
2893         * emacs-lisp/find-func.el (find-function-regexp):
2894         Add define-global-minor-mode.  Replace `easy-mmode-define-global-mode'
2895         with `easy-mmode-define-[a-z-]+'.  Add easy-menu-define.
2896         (find-variable-regexp): Add easy-mmode-defmap, easy-mmode-defsyntax
2897         and easy-menu-define.
2899         * emacs-lisp/lisp-mode.el: Put `doc-string-elt' property on
2900         easy-mmode-define-global-mode and define-global-minor-mode.
2901         (lisp-imenu-generic-expression): Add define-global-minor-mode.
2903         * progmodes/cwarn.el (global-cwarn-mode): Use define-global-minor-mode
2904         instead of easy-mmode-define-global-mode.
2906         * progmodes/idlw-shell.el (idlwave-shell-electric-debug-mode):
2907         Use define-minor-mode instead of easy-mmode-define-minor-mode.
2909         * cus-edit.el (customize-group, customize-group-other-window):
2910         Filter out autoloaded options from the group completion list by
2911         using heuristics that autoloaded groups don't have `custom-autoload'
2912         property on their symbols (they have only `custom-loads').
2914         * simple.el (completion-setup-function): Put completions-common-part
2915         face on complete completion string too (i.e. completion string
2916         without completions-first-difference face).
2918         * man.el (Man-section-regexp): Add 0-9 to support "3X11" sections.
2920 2005-12-03  Eli Zaretskii  <eliz@gnu.org>
2922         * view.el (view-mode): Doc fix.
2924         * disp-table.el (standard-display-european): Add to the warning
2925         message a reference to the doc string.
2927         * play/yow.el (apropos-zippy): Call print-help-return-message,
2928         similar to other Help and Apropos commands.
2930         * help.el (print-help-return-message): If pop-up-frames is
2931         non-nil, set up help-return-method to delete the help window and,
2932         possibly, its frame as well, and don't display message about
2933         scrolling the help window.  Doc fix.
2934         (help-return-method): Doc fix.
2936 2005-12-03  Martin Rudalics  <rudalics@gmx.at>  (tiny change)
2938         * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression): Fix bug
2939         whereby names of length one or names starting with a
2940         symbol-constituent character would not be returned.
2942 2005-12-03  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
2944         * subr.el (atomic-change-group): Add edebug and indentation spec.
2946 2005-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
2948         * completion.el (save-completions-file-name): Fix typo in last change.
2950 2005-12-02  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
2952         * info.el: Move back/forward history to the beginning of the tool bar.
2954 2005-12-02  Ken Manheimer  <ken.manheimer@gmail.com>
2956         * allout.el:(eval-when-compile): Remove unnecessary load of cl.
2957         Add fset of allout-real-isearch-abort during compile to fix
2958         byte-compilation warnings.
2959         (allout-mode-p): Move definition of this macro above all uses, or
2960         byte compilation in barren emacs (eg, during emacs build) will
2961         lack the definition.
2962         (allout-mode): Move this variable above any uses, or byte
2963         compilation will fail.
2964         (allout-resolve-xref): Remove use of personal file-reference function.
2965         (allout-toggle-current-subtree-encryption): Do the current (ie,
2966         visible containing) topic, rather than nearest around point.  Doc fix.
2967         (allout-toggle-subtree-encryption): New function, workhorse that
2968         works on nearest topic containing point.
2969         (allout-encrypt-string): Signal requirement for newer version of pgg.
2970         (allout-resumptions): Doc fix.
2972 2005-12-02  Eli Zaretskii  <eliz@gnu.org>
2974         * international/latexenc.el (latex-inputenc-coding-alist): Doc fix.
2976 2005-12-02  Agustin Martin  <agustin.martin@hispalinux.es>
2978         * textmodes/flyspell.el (flyspell-external-point-words):
2979         Consider a misspelling as found in the string search if: (a) misspelling
2980         and found string lengths match, or (b) misspelling is found as
2981         element in a boundary-chars separated longer string, or (c)
2982         ispell-program-name is really ispell and misspelling is found as
2983         part of a TeX string.  After successful match move beginning of
2984         search region to end of match.  Warn about not found misspellings
2985         once the process is done.
2986         (flyspell-large-region): Do not set ispell-parser to tex if in TeX mode.
2988 2005-12-02  Nick Roberts  <nickrob@snap.net.nz>
2990         * progmodes/gud.el (gud-menu-map): Put gud-finish back on the
2991         tool bar (removed inadvertently).
2993 2005-12-02  Juri Linkov  <juri@jurta.org>
2995         * log-view.el (log-view-diff): Clarify doc string.
2997 2005-12-01  Bill Wohler  <wohler@newt.com>
2999         * Makefile.in (mh-loaddefs.el): Reinsert Change Log as its absence
3000         triggers lm-verify errors.
3002 2005-12-01  Luc Teirlinck  <teirllm@auburn.edu>
3004         * simple.el (transient-mark-mode, line-number-mode)
3005         (column-number-mode, size-indication-mode): Remove `:require nil'.
3007 2005-12-01  Nick Roberts  <nickrob@snap.net.nz>
3009         * progmodes/gdb-ui.el (gdb-ann3): Bind mouse-2 to gdb-mouse-until
3010         in the margin also.
3011         (gdb-breakpoints-mode-map): Use D instead of d for
3012         gdb-delete-breakpoint.
3013         (gdb-get-frame-number): Require a number to match on.
3014         (gdb-threads-mode-map): Add follow-link binding.
3016 2005-11-30  Jason Rumney  <jasonr@gnu.org>
3018         * isearch.el (isearch-mode-map): Avoid exiting search on
3019         language-change event.
3021 2005-11-30  Romain Francoise  <romain@orebokech.com>
3023         * speedbar.el (speedbar-default-position): New defcustom.
3024         (speedbar-frame-reposition-smartly): Use it.
3026         * dframe.el (dframe-reposition-frame-emacs): Fix position
3027         computation for `left' location.
3028         Update copyright year.
3030 2005-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
3032         * help.el (help-map): Move initialization into declaration.
3034         * emacs-lisp/autoload.el (make-autoload): Handle defgroup specially.
3036         * help-fns.el (help-argument-name): Don't autoload.
3037         It's useless and triggers a bug in cus-dep.el causing ldefs-boot
3038         to be re-loaded when customizing the `help' group.
3040 2005-11-30  John Paul Wallington  <jpw@gnu.org>
3042         * help-fns.el (describe-function-1): Fill arglist output.
3044 2005-11-30  Kim F. Storm  <storm@cua.dk>
3046         * emulation/cua-rect.el (cua--rectangle-overlays): Make permanent-local.
3047         (cua--rectangle-post-command): Cleanup overlays and deactivate mark
3048         after revert-buffer (or anything else which kills all local variables).
3050         * apropos.el (apropos-parse-pattern): Doc fix.
3051         Set apropos-regexp directly, rather than expecting callers to do so.
3052         (apropos-command, apropos, apropos-value, apropos-documentation):
3053         Simplify calls to apropos-parse-pattern.
3055 2005-11-29  Chong Yidong  <cyd@stupidchicken.com>
3057         * hi-lock.el (hi-lock-line-face-buffer, hi-lock-face-buffer)
3058         (hi-lock-face-phrase-buffer): Use hi-yellow face.
3059         (hi-lock-write-interactive-patterns): Use comment-region.
3061         * longlines.el (longlines-mode): Add mail-setup-hook.
3063         * mail/mailheader.el, mail/sendmail.el: Revert 2005-11-17 changes.
3065         * simple.el (sendmail-user-agent-compose, next-line):
3066         Conditionally use hard-newline.
3068 2005-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
3070         * international/latexenc.el (latex-inputenc-coding-alist):
3071         Reword doc string.
3073 2005-11-29  Chong Yidong  <cyd@stupidchicken.com>
3075         * help.el (describe-key-briefly, describe-key): Recognize default
3076         bindings.
3078 2005-11-29  Romain Francoise  <romain@orebokech.com>
3080         * view.el (view-inhibit-help-message): New defcustom.
3081         (view-mode-enter): Use it.
3083 2005-11-29  Michael Kifer  <kifer@cs.stonybrook.edu>
3085         * ediff-wind (ediff-setup-control-frame, ediff-make-wide-display):
3086         Preserve user position.
3088 2005-11-28  Luc Teirlinck  <teirllm@auburn.edu>
3090         * font-lock.el: Throw error if facemenu is not loaded to prevent
3091         accidental change of loading order in loadup.el.  (Suggested by RMS.)
3093         * loadup.el: Add comment explaining why facemenu must be loaded
3094         before font-lock.
3096 2005-11-28  Jay Belanger  <belanger@truman.edu>
3098         * calc/calc.el: Change global keybinding for calc-dispatch to "\C-x*".
3099         (calc-dispatch-map): Add more keys for `calc-same-interface'.
3101         * calc/calc-misc.el (calc-dispatch-help): Update docstring.
3103         * calc/calc-embed.el (calc-do-embedded): Update help message.
3105         * calc/calc-prog.el (calc-user-define-invokation): Update help message.
3107 2005-11-28  Stefan Monnier  <monnier@iro.umontreal.ca>
3109         * log-edit.el (log-edit-insert-cvs-rcstemplate): Ignore stderr.
3111         * emacs-lisp/elp.el (elp-not-profilable): Replace interactive-p with
3112         called-interactively-p.
3113         (elp-profilable-p): Rename from elp-not-profilable-p.
3114         Invert result and take into account macros and autoloaded functions.
3115         (elp-instrument-function): Update call.
3116         (elp-instrument-package): Update call.  Add completion.
3117         (elp-pack-number): Use match-string.
3118         (elp-results-jump-to-definition-by-mouse): Merge into
3119         elp-results-jump-to-definition and then remove.
3120         (elp-output-insert-symname): Make help echo text single-line.
3122         * replace.el (query-replace-map): Move initialization into declaration.
3123         (occur-engine): Use with-current-buffer.
3124         (occur-mode-goto-occurrence): Make it work for mouse-clicks as well.
3125         (occur-mode-mouse-goto): Replace with an alias.
3127 2005-11-28  Juri Linkov  <juri@jurta.org>
3129         * simple.el (quoted-insert): Let-bind input-method-function to nil.
3131         * term/w32-win.el: Bind [S-tab] to [backtab].
3133         * info.el (Info-fontify-node): Set 2nd arg `noerror' of
3134         `Info-find-file' to t.
3136         * replace.el (occur-mode-mouse-goto): Pop, don't switch.
3137         (occur-mode-goto-occurrence): Let-bind same-window-buffer-names
3138         and same-window-regexps.
3139         (occur-next-error): Don't move point for arg 0.
3141 2005-11-28  Chong Yidong  <cyd@stupidchicken.com>
3143         * replace.el (occur-mode-goto-occurrence): Pop, don't switch.
3145 2005-11-28  Stefan Monnier  <monnier@iro.umontreal.ca>
3147         * log-edit.el (log-edit-changelog-use-first): New var.
3148         (log-edit-changelog-ours-p): Use it.
3149         (log-edit-insert-changelog): Set it with new arg `use-first'.
3150         (log-edit-insert-cvs-rcstemplate, log-edit-insert-filenames): New funs.
3151         (log-edit-hook): Add them to the list of suggested options.
3153         * textmodes/flyspell.el (flyspell-last-buffer): New var.
3154         (flyspell-accept-buffer-local-defs): Use it to avoid doing silly
3155         redundant work.
3156         (flyspell-mode-on): Use add-hook for after-change-functions.
3157         (flyspell-mode-off): Use remove-hook for after-change-functions.
3158         (flyspell-changes): Make it buffer-local.
3159         (flyspell-after-change-function): Make it non-interactive.  Use push.
3160         (flyspell-post-command-hook): Check input-pending-p while processing
3161         the potentially long list of buffer changes.
3163 2005-11-28  L\e$,1 q\e(Brentey K\e,Aa\e(Broly  <lorentey@elte.hu>
3165         * buff-menu.el (list-buffers-noselect): Display the selected
3166         frame's buffer list, not the global one.
3168 2005-11-28  Nick Roberts  <nickrob@snap.net.nz>
3170         * xt-mouse.el (xterm-mouse-event): Set last-input-event so
3171         that (list last-input-event) works as in interactive spec.
3173 2005-11-27  Luc Teirlinck  <teirllm@auburn.edu>
3175         * loadup.el ("facemenu"): Load facemenu before font-lock, because
3176         `facemenu-keymap' needs to be defined when font-lock is loaded.
3177         Otherwise, `M-o M-o' is not bound to `font-lock-fontify-block'.
3179 2005-11-27  Stefan Monnier  <monnier@iro.umontreal.ca>
3181         * completion.el: Remove useless leading * in defcustom docstrings.
3182         (save-completions-file-name): Use ~/.emacs.d if available.
3183         (completion-standard-syntax-table): Rename from
3184         cmpl-standard-syntax-table and fold initialization into declaration,
3185         thus removing cmpl-make-standard-completion-syntax-table.
3186         (completion-lisp-syntax-table, completion-c-syntax-table)
3187         (completion-fortran-syntax-table, completion-c-def-syntax-table): Idem.
3188         (cmpl-saved-syntax, cmpl-saved-point): Remove.
3189         (symbol-under-point, symbol-before-point)
3190         (symbol-under-or-before-point, symbol-before-point-for-complete)
3191         (add-completions-from-c-buffer): Use with-syntax-table.
3192         (make-completion): Don't return a list of completion entries.
3193         Update callers.
3194         (cmpl-prefix-entry-head, cmpl-prefix-entry-tail): Use defalias.
3195         (completion-initialize): Rename from initialize-completions.
3196         (completion-find-file-hook): Rename from cmpl-find-file-hook.
3197         (kill-emacs-save-completions): Collect stats here.
3198         (save-completions-to-file, load-completions-from-file):
3199         Use with-current-buffer.
3200         (completion-def-wrapper): Rename from def-completion-wrapper.  Make it
3201         into a function.  Move all calls to toplevel.
3202         (completion-lisp-mode-hook): New fun.
3203         (completion-c-mode-hook, completion-setup-fortran-mode):
3204         Set the syntax-table here.  Use local-set-key.
3205         (completion-saved-bindings): New var.
3206         (dynamic-completion-mode): Make it into a proper minor mode.
3207         (load-completions-from-file): Remove unused var `num-uses'.
3209         * emacs-lisp/cl-macs.el (defstruct): Don't define the default
3210         constructor if it is explicitly overridden.
3212         * complete.el (PC-completion-as-file-name-predicate):
3213         Use minibuffer-completing-file-name.
3214         (partial-completion-mode): Use find-file-not-found-functions.
3215         (PC-lisp-complete-symbol): Use with-syntax-table.
3216         (PC-look-for-include-file): Remove dead setq.
3217         (PC-look-for-include-file, PC-expand-many-files, PC-do-completion)
3218         (PC-complete): Use with-current-buffer.
3220         * progmodes/sh-script.el (sh-font-lock-syntactic-keywords): \ doesn't
3221         escape single quotes.
3223 2005-11-27  Luc Teirlinck  <teirllm@auburn.edu>
3225         * dabbrev.el (dabbrev-completion): Simplify code, by getting rid
3226         of `if' whose condition always returned nil.  Doc fix.
3228         * buff-menu.el (Buffer-menu-revert-function): Make the selected
3229         window's buffer the current buffer around the call to
3230         `list-buffers-noselect'.  This is necessary to mark that buffer
3231         with a `.' in the Buffer Menu when called from Lisp, for instance
3232         by Auto Revert Mode.
3234 2005-11-28  Nick Roberts  <nickrob@snap.net.nz>
3236         * progmodes/gdb-ui.el (gdb-stopped): Detect child process when
3237         attaching to it.
3238         (gdb-pre-prompt): Make sure gdb-error is reset.
3240         * progmodes/gud.el (gud-gdb-marker-filter): When GDB is invoked
3241         with a child process, detect it.
3242         (gud-speedbar-buttons): Match regexp more carefully.
3244 2005-11-27  Richard M. Stallman  <rms@gnu.org>
3246         * mouse.el (mouse-drag-move-window-bottom):
3247         Use adjust-window-trailing-edge.
3249 2005-11-27  Luc Teirlinck  <teirllm@auburn.edu>
3251         * simple.el (blink-matching-open): Ignore
3252         `blink-matching-paren-on-screen' if `show-paren-mode' is enabled.
3253         (blink-matching-paren-on-screen): Update docstring.
3255         * paren.el (show-paren-mode): No longer change
3256         `blink-matching-paren-on-screen'.
3258 2005-11-27  John Paul Wallington  <jpw@pobox.com>
3260         * progmodes/gdb-ui.el (gdb-goto-breakpoint, gdb-frames-select)
3261         (gdb-threads-select, gdb-edit-register-value):
3262         Use `posn-set-point' instead of `mouse-set-point' because the
3263         latter is not fbound when configured without X.
3265 2005-11-27  Kim F. Storm  <storm@cua.dk>
3267         * emulation/cua-rect.el (cua--highlight-rectangle): Preserve
3268         existing face when partially highlighting a TAB in a rectangle.
3270 2005-11-26  Kim F. Storm  <storm@cua.dk>
3272         * ido.el (ido-mode-map): Doc fix.
3273         (ido-mode-common-map, ido-mode-file-map)
3274         (ido-mode-file-dir-map, ido-mode-buffer-map): New keymaps.
3275         (ido-define-mode-map): Rewrite.  Select one of the new maps as
3276         parent for ido-mode-map instead of building from scratch.
3277         (ido-init-mode-maps): New defun to initialize new maps.
3278         (ido-mode): Call it.
3279         (ido-switch-buffer): Doc fix -- use \<ido-mode-buffer-map>.
3280         (ido-find-file): Doc fix -- use \<ido-mode-file-map>.
3282 2005-11-26  John Paul Wallington  <jpw@pobox.com>
3284         * arc-mode.el (archive-extract): Use `posn-set-point' instead of
3285         `mouse-set-point' because the latter is not fbound when configured
3286         without X.
3288 2005-11-26  Thien-Thi Nguyen  <ttn@gnu.org>
3290         * files.el (file-relative-name): Doc fix.
3292 2005-11-26  Kurt Hornik  <Kurt.Hornik@wu-wien.ac.at>
3294         * progmodes/octave-inf.el (inferior-octave-startup): Force a
3295         non-empty string for secondary prompt PS2.
3297 2005-11-25  Chong Yidong  <cyd@stupidchicken.com>
3299         * progmodes/compile.el (compilation-setup): Fix last change.
3301 2005-11-26  Nick Roberts  <nickrob@snap.net.nz>
3303         * progmodes/gdb-ui.el (gdb-info-breakpoints-custom)
3304         (gdb-mouse-toggle-breakpoint-margin)
3305         (gdb-mouse-toggle-breakpoint-fringe, gdb-threads-select):
3306         Add gdb-server-prefix to keep out of command history.
3307         (gdb-edit-register-value): New function.
3308         (gdb-registers-mode-map): Bind mouse-2 and RET to it.
3309         (gdb-info-registers-custom): Use above map.
3311 2005-11-25  Chong Yidong  <cyd@stupidchicken.com>
3313         * custom.el (enable-theme): Signal error if argument is not a
3314         theme.  Don't recalculate a face if it's not loaded yet.
3316         * cus-face.el (custom-theme-set-faces): Don't change saved-face if
3317         the `user' theme is in effect.
3319         * info.el (Info-on-current-buffer): Record actual filename in
3320         Info-current-file, instead of t, or a fake filename if a non-file
3321         buffer.  Make autoload.
3322         (Info-find-node, Info-revert-find-node): No need to check for
3323         Info-current-file nil.
3324         (Info-set-mode-line, Info-up, Info-copy-current-node-name):
3325         Info-current-file is now never `t'.
3326         (Info-fontify-node): Many simplifications due to Info-current-file
3327         always being valid.  Use Info-find-file to find node filename.
3329 2005-11-25  David Kastrup  <dak@gnu.org>
3331         * longlines.el (longlines-wrap-line): Reorder wrapping to "insert
3332         new character, then delete" in order to preserve markers.
3334 2005-11-25  David Ponce  <david@dponce.com>
3336         * recentf.el (recentf-arrange-by-rule): Handle a special
3337         `auto-mode-alist'-like "strip suffix" rule.
3338         (recentf-build-mode-rules): Handle second level auto-mode entries.
3340 2005-11-25  Michael Kifer  <kifer@cs.stonybrook.edu>
3342         * viper-keym.el (viper-ESC-key): Use different values in terminal and
3343         window modes.
3345         * viper.el (viper-emacs-state-mode-list): Delete mail-mode, add
3346         jde-javadoc-checker-report-mode.
3348         * ediff-wind (ediff-make-wide-display): Slight simplification.
3350         * ediff.el (ediff-date): Change the date of last update.
3352 2005-11-24  Chong Yidong  <cyd@stupidchicken.com>
3354         * hi-lock.el (hi-lock-buffer-mode): Renamed from `hi-lock-mode'.
3355         Use define-minor-mode, and make it a local mode.  Turn on font-lock.
3356         (hi-lock-mode): New global minor mode.
3357         (turn-on-hi-lock-if-enabled): New function.
3358         (hi-lock-line-face-buffer, hi-lock-face-buffer, hi-lock-set-pattern):
3359         Change arguments to regexp and face instead of a font-lock pattern.
3360         Directly set face property, instead of refontifying.
3361         (hi-lock-font-lock-hook): Check if font-lock is being turned on.
3362         (hi-lock-find-patterns): Use line-number-at-pos.
3364         (hi-lock-face-phrase-buffer): Call hi-lock-buffer-mode.  Use new
3365         arguments for hi-lock-set-pattern.
3366         (hi-lock-unface-buffer, hi-lock-set-file-patterns): Call
3367         font-lock-fontify-buffer.
3368         (hi-lock-find-file-hook, hi-lock-current-line)
3369         (hi-lock-refontify, hi-lock-set-patterns): Delete unused functions.
3371         (hi-lock-font-lock-hook): Turn off hi-lock when font lock is
3372         turned off.
3374         * progmodes/compile.el (compilation-setup): Don't fiddle with
3375         font-lock-defaults.
3377 2005-11-25  Nick Roberts  <nickrob@snap.net.nz>
3379         * progmodes/gdb-ui.el (gdb-var-create-handler)
3380         (gdb-var-list-children-handler): Find values for all variable
3381         objects.  gud-speedbar-buttons decides whether to display them.
3383 2005-11-24  Romain Francoise  <romain@orebokech.com>
3385         * info.el (Info-speedbar-fetch-file-nodes): Prefix temporary
3386         buffer name with a space.
3388 2005-11-24  Carsten Dominik  <dominik@science.uva.nl>
3390         * textmodes/org.el (org-export-plain-list-max-depth): Renamed from
3391         `org-export-local-list-max-depth'.  Change default value to 3.
3392         (org-auto-renumber-ordered-lists)
3393         (org-plain-list-ordered-item-terminator): New options.
3394         (org-at-item-p, org-beginning-of-item, org-end-of-item)
3395         (org-get-indentation, org-get-string-indentation)
3396         (org-maybe-renumber-ordered-list, org-renumber-ordered-list): New
3397         functions.
3398         (org-move-item-down, org-move-item-up): New commands.
3399         (org-export-as-html): New classes for CSS support.  Bug fix in
3400         regular expression detecting fixed-width regions.  Respect
3401         `org-local-list-ordered-item-terminator'.
3402         (org-set-autofill-regexps, org-adaptive-fill-function): "1)" is
3403         also a list item.
3404         (org-metaup, org-metadown, org-shiftmetaup, org-shiftmetadown):
3405         New item moving functions.
3407 2005-11-24  Juri Linkov  <juri@jurta.org>
3409         * isearch.el (isearch-repeat): With empty search ring set
3410         `isearch-error' to the error string instead of signaling error
3411         with the function `error'.
3413 2005-11-24  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
3415         * term/mac-win.el: Make modifier `ctrl' an alias for `control'.
3417 2005-11-24  Nick Roberts  <nickrob@snap.net.nz>
3419         * progmodes/gdb-ui.el (gdb-speedbar-auto-raise): New function
3420         and variable.
3421         (gdb-var-create-handler, gdb-var-list-children-handler):
3422         Don't match on "char **...".
3423         (gdb-var-update-handler): Find values for all variable objects.
3424         (gdb-info-frames-custom): Identify frames by leading "#".
3426         * progmodes/gud.el (gud-speedbar-menu-items): Add
3427         gdb-speedbar-auto-raise as radio button.
3428         (gud-speedbar-buttons): Raise speedbar if requested.
3429         Don't match on "char **...".
3430         (gud-speedbar-buttons): Add (pointer) value for non-leaves.
3431         Make it editable.
3433 2005-11-23  Chong Yidong  <cyd@stupidchicken.com>
3435         * info.el (Info-fontify-node): Handle the case where
3436         Info-current-file is t.
3438 2005-11-23  Stefan Monnier  <monnier@iro.umontreal.ca>
3440         * simple.el (blink-matching-open): Fix off-by-one in last change.
3442 2005-11-23  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
3444         * term/mac-win.el: Don't change default directory.
3446 2005-11-22  Luc Teirlinck  <teirllm@auburn.edu>
3448         * cus-edit.el (Custom-reset-standard): Make it handle Custom group
3449         buffers correctly.  (It used to throw an error in such buffers.)
3450         Make it ask for confirmation in group buffers and other Custom
3451         buffers containing more than one customization item.
3453 2005-11-22  John Paul Wallington  <jpw@gnu.org>
3455         * net/goto-addr.el (goto-address-fontify): Put `follow-link'
3456         property on mail and url overlays.
3457         (goto-address-at-point): Use `posn-set-point' instead of
3458         `mouse-set-point' because the latter is not fbound when configured
3459         without X.
3461 2005-11-22  Lars Hansen  <larsh@soem.dk>
3463         * ls-lisp.el (ls-lisp-parse-symlink): Delete.
3464         (ls-lisp-classify, ls-lisp-format): Delete call to
3465         ls-lisp-parse-symlink.
3466         (ls-lisp-handle-switches): Handle symlinks to directories as
3467         directories when ls-lisp-dirs-first in non-nil.
3469 2005-11-21  Luc Teirlinck  <teirllm@auburn.edu>
3471         * startup.el (command-line): Make sure that loaddefs.el is handled
3472         correctly in load-history.
3474 2005-11-22  Nick Roberts  <nickrob@snap.net.nz>
3476         * progmodes/gdb-ui.el (gdb-locals-watch-keymap): New local map.
3477         (gdb-struct-string, gdb-array-string): New constants.
3478         (gdb-info-locals-handler): Use them.
3479         (gdb-reset): Reset gdb-var-list to nil.
3481 2005-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
3483         * progmodes/sh-script.el (sh-font-lock-paren): Handle continued lines
3484         in patterns.
3486 2005-11-21  Juri Linkov  <juri@jurta.org>
3488         * custom.el (defcustom): Update link types in docstring.
3490 2005-11-20  Martin Rudalics  <rudalics@gmx.at>  (tiny change)
3492         * custom.el (defgroup): Add doc-string-elt info.
3494         * widget.el (define-widget): Don't use declare for the doc-string-elt.
3496 2005-11-20  Stefan Monnier  <monnier@iro.umontreal.ca>
3498         * newcomment.el (comment-enter-backward): Fix last fix.
3500         * simple.el (blink-matching-open):
3501         * paren.el (show-paren-function): Allow new paren-class info.
3503 2005-11-20  Chong Yidong  <cyd@stupidchicken.com>
3505         * faces.el: Revert 2005-11-17 change.  :ignore-defface is now
3506         handled automagically.
3508 2005-11-20  Andreas Schwab  <schwab@suse.de>
3510         * descr-text.el (describe-char): When copying overlays put them
3511         over the full char description instead of just the first character
3512         of it.
3514 2005-11-20  Juri Linkov  <juri@jurta.org>
3516         * simple.el (what-cursor-position):
3517         * descr-text.el (describe-char): Use Lisp-readable syntax
3518         for octal and hex.  Reorder decimal, octal and hex values.
3519         Remove excess whitespace in the output.  Use `=' in `column='
3520         like in `point=' and `Hscroll='.
3522         * international/mule-cmds.el (encoded-string-description):
3523         Use Lisp-readable syntax for hex.
3525 2005-11-19  Stefan Monnier  <monnier@iro.umontreal.ca>
3527         * newcomment.el (comment-enter-backward): Handle the case where the
3528         comment is closed by EOB.
3530 2005-11-19  Chong Yidong  <cyd@stupidchicken.com>
3532         * longlines.el (longlines-before-revert-hook)
3533         (longlines-after-revert-hook): New functions.
3534         (longlines-mode): Turn off longlines temporarily when reverting.
3535         Add a message-setup-hook.
3536         (longlines-decode-buffer): New function.
3537         (longlines-wrap-line): Preserve marker positions.
3539 2005-11-19  Andreas Schwab  <schwab@suse.de>
3541         * emacs-lisp/shadow.el: Handle compressed files.
3543 2005-11-19  Romain Francoise  <romain@orebokech.com>
3545         * net/browse-url.el (browse-url-default-browser): Signal an error
3546         if no usable browser can be found, rather than try to load w3.
3548 2005-11-16  Ryan Yeske  <rcyeske@gmail.com>
3550         * net/rcirc.el (rcirc-mangle-text): Add bold face property without
3551         replacing existing properties.
3552         (rcirc-my-nick, rcirc-other-nick, rcirc-server)
3553         (rcirc-nick-in-message, rcirc-prompt): Use min-colors and remove
3554         tty specs.
3555         (rcirc-server-prefix, rcirc-server): New faces.
3556         (rcirc-url-regexp): Generate with rx macro.
3557         (rcirc-last-server-message-time): New variable.
3558         (rcirc-filter): Record time of last message.
3559         (rcirc-keepalive): Kill processes that did not send a message
3560         since the last ping.
3561         (rcirc-mode): Give rcirc-topic a local binding here.
3563 2005-11-19  Michael Cadilhac  <michael.cadilhac@lrde.org>  (tiny change)
3565         * subr.el (read-passwd): Fontify the prompt as we do with other
3566         prompts.
3568 2005-11-19  Ryan Yeske  <rcyeske@gmail.com>
3570         * ffap.el (ffap-menu-rescan): Use inhibit-read-only instead of
3571         binding buffer-read-only to nil.
3573 2005-11-19  Eli Zaretskii  <eliz@gnu.org>
3575         * complete.el (partial-completion-mode):
3576         Mention completion-auto-help in the doc string.
3578         * man.el (Man-highlight-references): Doc fix.  Reformat code in a
3579         more Lisp-ish way.
3581 2005-11-19  Slawomir Nowaczyk  <slawomir.nowaczyk.847@student.lu.se> (tiny change)
3583         * ls-lisp.el (ls-lisp-format-file-size): Format file size with 9
3584         digits, not 8, to avoid misalignment for files larger than 100MB.
3586 2005-11-19  Eli Zaretskii  <eliz@gnu.org>
3588         * menu-bar.el (menu-bar-describe-menu) <list-keybindings>:
3589         Mention "keyboard shortcuts" in the help text.
3591 2005-11-19  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
3593         * startup.el (fancy-splash-default-action): Discard only
3594         mouse-down and succeeding mouse-up events in the splash screen
3595         window so that drag-n-drop event can be processed.
3597 2005-11-18  Chong Yidong  <cyd@stupidchicken.com>
3599         * longlines.el (longlines-mode): Add hacks for mail-mode and
3600         message-mode.
3602 2005-11-18  Carsten Dominik  <dominik@science.uva.nl>
3604         * textmodes/org.el (org-table-sort-lines): New command.
3605         (org-tbl-menu): Add entry for `org-table-sort-lines'.
3606         (org-add-file): Command removed, use `org-agenda-file-to-front'
3607         instead.
3608         (org-export-icalendar): Use `org-icalendar-combined-name'.
3609         (org-cycle-agenda-files, org-agenda-file-to-end)
3610         (org-agenda-file-to-front): New commands.
3611         (org-table-tab-jumps-over-hlines,org-export-html-style): New
3612         options.
3613         (org-table-next-field): Use `org-table-tab-jumps-over-hlines'.
3614         (org-at-table.el-p, org-set-autofill-regexps,org-html-protect):
3615         New functions.
3616         (org-fill-paragraph): Call `org-table-align' in tables.
3617         (org-mode): Call `org-set-autofill-regexps'.
3618         (org-export-as-html): Support for local handformatted lists.
3619         Modified to produce valid HTML 4.0. Use `org-export-html-style'.
3620         (org-export-local-list-max-depth): New option.
3621         (org-html-expand): Use `org-html-protect'.
3623 2005-11-18  Nick Roberts  <nickrob@snap.net.nz>
3625         * progmodes/gud.el (gud-install-speedbar-variables): Bind gud-pp
3626         to "p".
3627         (gdb): Move definition of gud-pp to...
3629         * progmodes/gdb-ui.el (gdb-ann3): ...here.  Make it work in the
3630         speedbar.
3631         (gdb-find-watch-expression): New function.
3633 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
3635         * faces.el (face-attribute, set-face-attribute): Mention existence
3636         of `:ignore-defface' setting in docstring.
3638 2005-11-17  Stefan Monnier  <monnier@iro.umontreal.ca>
3640         * simple.el (completion-setup-function): Fix last change.
3642 2005-11-17  John Paul Wallington  <jpw@pobox.com>
3644         * ibuf-ext.el (ibuffer-interactive-filter-by-mode):
3645         Use `posn-set-point' instead of `mouse-set-point' because the
3646         latter is not fbound when configured without X.
3648         * comint.el (comint-insert-input): Likewise.
3650 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
3652         * simple.el (hard-newline): New variable.
3653         (sendmail-user-agent-compose, next-line): Use it.
3655         * mail/sendmail.el (mail-setup, mail-send, mail-insert-from-field)
3656         (sendmail-send-it, mail-do-fcc, mail-cc, mail-bcc, mail-fcc)
3657         (mail-mail-reply-to, mail-mail-followup-to)
3658         (mail-position-on-field, mail-signature, mail-yank-original)
3659         (mail-attach-file): Likewise.
3661         * mail/mailheader.el (mail-header-format)
3662         (mail-header-format-function): Likewise.
3664         * add-log.el (add-change-log-entry, change-log-merge): Likewise.
3666 2005-11-17  Juri Linkov  <juri@jurta.org>
3668         * font-lock.el (font-lock-faces): Rename this defgroup from
3669         `font-lock-highlighting-faces'.
3670         (font-lock-comment-face, font-lock-comment-delimiter-face)
3671         (font-lock-string-face, font-lock-doc-face)
3672         (font-lock-keyword-face, font-lock-builtin-face)
3673         (font-lock-function-name-face, font-lock-variable-name-face)
3674         (font-lock-type-face, font-lock-constant-face)
3675         (font-lock-warning-face, font-lock-negation-char-face)
3676         (font-lock-preprocessor-face)
3677         (font-lock-regexp-grouping-backslash)
3678         (font-lock-regexp-grouping-construct): Rename :group from
3679         `font-lock-highlighting-faces' to `font-lock-faces'.
3681         * cus-edit.el (lisp, c, tex):
3682         * progmodes/ada-mode.el (ada):
3683         * progmodes/asm-mode.el (asm):
3684         * progmodes/cperl-mode.el (cperl-faces):
3685         * progmodes/cpp.el (cpp):
3686         * progmodes/dcl-mode.el (dcl):
3687         * progmodes/f90.el (f90):
3688         * progmodes/fortran.el (fortran):
3689         * progmodes/icon.el (icon):
3690         * progmodes/idlwave.el (idlwave-misc):
3691         * progmodes/m4-mode.el (m4):
3692         * progmodes/make-mode.el (makefile):
3693         * progmodes/meta-mode.el (meta-font):
3694         * progmodes/modula2.el (modula2):
3695         * progmodes/octave-mod.el (octave):
3696         * progmodes/pascal.el (pascal):
3697         * progmodes/perl-mode.el (perl):
3698         * progmodes/prolog.el (prolog):
3699         * progmodes/ps-mode.el (PostScript-edit):
3700         * progmodes/scheme.el (scheme):
3701         * progmodes/sh-script.el (sh-script):
3702         * progmodes/simula.el (simula):
3703         * progmodes/tcl.el (tcl):
3704         * textmodes/nroff-mode.el (nroff):
3705         * textmodes/reftex-vars.el (reftex-fontification-configurations):
3706         * textmodes/sgml-mode.el (sgml):
3707         * textmodes/texinfo.el (texinfo):
3708         Add :link (custom-group-link font-lock-faces) to defgroup.
3710         * hi-lock.el (hi-lock): Rename this defgroup from
3711         `hi-lock-interactive-text-highlighting'.  Change parent group from
3712         `faces' to `font-lock'.  Add link to the manual.
3713         (hi-lock-mode, hi-lock-file-patterns-range)
3714         (hi-lock-exclude-modes, hi-lock-faces): Rename :group from
3715         `hi-lock-interactive-text-highlighting' to `hi-lock'.
3716         (hi-lock-faces): Add :group `faces'.
3718         * cus-edit.el (custom-variable-prompt): Clarify the code.
3720         * faces.el (face-read-string): Set the default value arg of
3721         completing-read.
3723 2005-11-16  Luc Teirlinck  <teirllm@auburn.edu>
3725         * rfn-eshadow.el (file-name-shadow-properties)
3726         (file-name-shadow-tty-properties, file-name-shadow-mode):
3727         Remove autoloads, because the file is now preloaded.
3729 2005-11-16  Stefan Monnier  <monnier@iro.umontreal.ca>
3731         * printing.el (easy-menu-intern): Don't define.
3732         (pr-get-symbol): Use easy-menu-intern only if defined.
3734         * simple.el (blink-matching-open): Simplify a bit.
3735         (completion-setup-function): Fix the case of partial-completion-mode
3736         when the minibuffer's contents start with "-".
3737         Obey completion-base-size-function even when
3738         minibuffer-completing-file-name is non-nil.
3740 2005-11-16  Richard M. Stallman  <rms@gnu.org>
3742         * net/eudcb-ph.el (eudc-ph-open-session):
3743         Use set-process-query-on-exit-flag.
3745         * mail/smtpmail.el (smtpmail-send-it): Use insert-buffer-contents.
3747         * international/ucs-tables.el (ucs-set-table-for-input):
3748         Use make-local-variable, not make-variable-buffer-local.
3750         * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
3751         Improve warning message text.
3753         * savehist.el (savehist-save-hook): Add :group.
3755         * menu-bar.el (menu-bar-help-menu):
3756         Rename Find Extra Packages to External Packages.
3758         * cus-edit.el (Custom-reset-standard): Verify that
3759         :custom-standard-value prop exists before calling it.
3761         * apropos.el (apropos-calc-scores): Use apropos-pattern.
3763 2005-11-16  Martin Rudalics  <rudalics@gmx.at>  (tiny change)
3765         * wid-edit.el (color): Enclose %t in %{...%}.
3767         * cus-edit.el (face): Enclose %t in %{...%}.
3769 2005-11-16  Hrvoje Niksic  <hniksic@xemacs.org>
3771         * savehist.el (savehist-mode-hook): Re-add the var.
3772         (savehist-mode): Use it.
3774 2005-11-16  Stefan Monnier  <monnier@iro.umontreal.ca>
3776         * textmodes/flyspell.el: Fix commenting convention.
3777         Remove unnecessary leading * in custom docstrings.
3778         (flyspell-emacs): Remove unused var.
3779         (flyspell-delete-region-overlays): Use remove-overlays.
3780         (flyspell-accept-buffer-local-defs): Use save-current-buffer.
3781         (flyspell-debug-signal-no-check, flyspell-debug-signal-changed-checked)
3782         (flyspell-debug-signal-pre-word-checked, flyspell-post-command-hook)
3783         (flyspell-debug-signal-word-checked): Use with-current-buffer.
3784         (make-flyspell-overlay): Don't locally reuse a global name.
3785         (flyspell-highlight-incorrect-region)
3786         (flyspell-highlight-duplicate-region): Use flyspell-unhighlight-at.
3787         (flyspell-check-previous-highlighted-word): Use flyspell-overlay-p.
3788         (flyspell-notify-misspell): Remove unused args `start' and `end'.
3789         (flyspell-word): Adjust call accordingly.  Use ispell-send-string.
3790         Wrap calls to accept-process-output inside with-local-quit since it's
3791         often called from a post-command-hook.
3792         (flyspell-correct-word, flyspell-auto-correct-word):
3793         Use ispell-send-string.
3794         (flyspell-xemacs-popup): Remove unused arg `event'.  Update call.
3796         * calendar/diary-lib.el (diary-list-entries): Also hide the
3797         terminating newline.
3799 2005-11-16  Carsten Dominik  <dominik@science.uva.nl>
3801         * textmodes/reftex.el (reftex-use-fonts): Remove the check for
3802         window-system, to allow fonts on tty.
3804 2005-11-17  Nick Roberts  <nickrob@snap.net.nz>
3806         * progmodes/gud.el (gud-speedbar-item-info): New function.
3807         (gud-install-speedbar-variables): Use it to display data type
3808         of watch expression as a tooltip in speedbar.
3810 2005-11-15  Luc Teirlinck  <teirllm@auburn.edu>
3812         * font-core.el (global-font-lock-mode): Add :version keyword,
3813         because default was changed.
3815         * jka-cmpr-hook.el (auto-compression-mode): Ditto.
3817         * startup.el (command-line): Use `custom-reevaluate-setting' for
3818         `file-name-shadow-mode'.
3820         * loadup.el: Preload rfn-eshadow.
3822         * rfn-eshadow.el (file-name-shadow-mode): Set :init-value to t.
3823         Add :version keyword.
3824         (file-name-shadow-properties, file-name-shadow-tty-properties)
3825         (file-name-shadow): Add :version keyword.
3827         * cus-edit.el (custom-add-parent-links): Fix bug whereby, for
3828         instance, `(fringe custom-face)' shadowed `(fringe custom-group)'
3829         in the custom-group property of the symbol frames and the fringe
3830         group got no link to its parent group frames.
3831         Doc fix.
3833 2005-11-16  Nick Roberts  <nickrob@snap.net.nz>
3835         * progmodes/gud.el (gud-stop-subjob): New function.
3836         (gud-menu-map, gud-tool-bar-map): Use it.
3838 2005-11-16  Kim F. Storm  <storm@cua.dk>
3840         * progmodes/gud.el (gud-menu-map): Let [stop] stop program rather
3841         than kill it.
3842         (gud-tool-bar-map): Likewise.  Move cont/until/finish buttons
3843         to a more useful/logical place.
3845 2005-11-16  Nick Roberts  <nickrob@snap.net.nz>
3847         * progmodes/gud.el (gud-menu-map): Make visibility of stop and
3848         go buttons complementary.
3850 2005-11-15  Stefan Monnier  <monnier@iro.umontreal.ca>
3852         * rfn-eshadow.el (rfn-eshadow-regexp): Remove.
3853         (rfn-eshadow-sifn-equal): New function.
3854         (rfn-eshadow-update-overlay): Rewrite to use substitute-in-file-name.
3856 2005-11-15  Michael Kifer  <kifer@cs.stonybrook.edu>
3858         * viper-utils (viper-non-word-characters-reformed-vi): Quote `-' in
3859         string.
3861         * viper.el (viper-emacs-state-mode-list): Ensure that
3862         rcirc-mode buffers come up in Emacs state.
3864         * ediff-util (ediff-make-temp-file): Use proper file-name-handler
3865         operation.
3867 2005-11-15  Dan Nicolaescu  <dann@ics.uci.edu>
3869         * term.el (term-termcap-format): Fix typos.
3870         (term-down): Fix the negative argument case.
3872 2005-11-16  Nick Roberts  <nickrob@snap.net.nz>
3874         * progmodes/gdb-ui.el: Remove face-alias left over from change on
3875         2005-08-15.
3876         (gdb-ann3): New command gud-go.
3877         (menu): Accomodate gdb-mi.el.
3878         (gdb-assembler-custom): Make buffer of selected window current
3879         so that set-window-point works.
3881         * progmodes/gud.el (gud-menu-map, gud-tool-bar-map): Re-define
3882         buttons and include new ones.
3884 2005-11-16  Kim F. Storm  <storm@cua.dk>
3886         * progmodes/gud.el (gud-tool-bar-item-visible-no-fringe): New function.
3887         (gud-menu-map): Use it.
3889 2005-11-14  Luc Teirlinck  <teirllm@auburn.edu>
3891         * jka-cmpr-hook.el (auto-compression-mode): Enable it in a way
3892         that works correctly for Custom and that does not override a user
3893         who disables it.
3895         * help-mode.el (help-make-xrefs, help-xref-on-pp)
3896         (help-xref-interned, help-follow): Make hyperlinks for variables
3897         that are unbound, but have a non-nil variable-documentation property.
3899         * emacs-lisp/derived.el (define-derived-mode): Remove defvar for
3900         mode hook.  (It conflicted with defcustoms for some mode hooks.)
3901         Use the `variable-documentation' property to give the mode hook a
3902         docstring and expand that docstring.
3904 2005-11-14  Hrvoje Niksic  <hniksic@xemacs.org>
3906         * savehist.el (savehist-mode): Don't bother with
3907         `custom-set-minor-mode'.
3908         (savehist-coding-system): Check XEmacs version.
3909         (history-length): Declare also at run time.
3910         (savehist-mode): Don't emit a message.  Don't run the minor mode hook.
3911         Don't set the customize state.
3912         (savehist-minibuffer-hook): Special case for when
3913         minibuffer-history-variable is equal to t.
3915 2005-11-14  Stefan Monnier  <monnier@iro.umontreal.ca>
3917         * files.el (write-file): Refresh VC status.
3919         * calendar/diary-lib.el (diary-list-entries, diary-show-all-entries)
3920         (mark-diary-entries, make-diary-entry): Check default-major-mode rather
3921         than fundamental-mode to see if the mode was set.
3923 2005-11-14  Romain Francoise  <romain@orebokech.com>
3925         * dired-x.el: If `vm-visit-folder' doesn't exist, define it as a
3926         dummy function in `eval-when-compile' to avoid compiler warning.
3927         Require `man' at compile time.
3929 2005-11-14  Jay Belanger  <belanger@truman.edu>
3931         * calc-alg.el (calcFunc-write-out-power): Rename it to
3932         calcFunc-powerexpand.
3933         (math-write-out-power): Rename it to math-powerexpand; have it
3934         handle negative exponents.
3935         (calc-writeoutpower): Rename it to calc-powerexpand.
3937         * calc-ext.el: Change calcFunc-writeoutpower and
3938         calc-writeoutpower to calcFunc-powerexpand and calc-powerexpand in
3939         autoloads.
3940         Add calcFunc-ldiv to autoloads.
3942         * calc-arith.el (calcFunc-ldiv): New function.
3944         * calc.el (calc-left-divide): New function.
3946 2005-11-14  Juri Linkov  <juri@jurta.org>
3948         * cus-edit.el (custom-variable-prompt): Set the default value arg
3949         of completing-read.
3951         * cus-dep.el (custom-make-dependencies): Reverse the list of
3952         found dependencies.
3954 2005-11-14  Dan Nicolaescu  <dann@ics.uci.edu>
3956         * menu-bar.el (menu-bar-options-menu): Delete "Syntax
3957         Highlighting" entry, it is on by default now.
3958         (menu-bar-options-save): Do not save global-font-lock-mode.
3960 2005-11-13  Richard M. Stallman  <rms@gnu.org>
3962         * textmodes/flyspell.el (flyspell-large-region):
3963         Call flyspell-accept-buffer-local-defs.
3965 2005-11-13  Agustin Martin  <agustin.martin@hispalinux.es>
3967         * textmodes/flyspell.el (flyspell-notify-misspell):
3968         Fix misspelling of "Misspelling".
3969         (flyspell-process-localwords): New function.
3970         (flyspell-large-region): Call flyspell-process-localwords and
3971         flyspell-delete-region-overlays.
3972         (flyspell-delete-region-overlays): New function.
3973         (flyspell-delete-all-overlays): Call that.
3975 2005-11-13  Richard M. Stallman  <rms@gnu.org>
3977         * help.el (help-for-help-internal): Improve doc of C-h a.
3978         (describe-key): Improve prompt; doc fix.
3980 2005-11-13  Stefan Monnier  <monnier@iro.umontreal.ca>
3982         * vc-svn.el (vc-svn-registered): Catch all errors.
3984         * cus-dep.el (custom-make-dependencies): Typo.
3986 2005-11-13  Michael Albinus  <michael.albinus@gmx.de>
3988         * net/tramp-util.el (top): Fix compilation warning.
3990 2005-11-13  Kim F. Storm  <storm@cua.dk>
3992         * help.el (help-for-help-internal): Fix `a' entry.  Add `d' entry.
3994 2005-11-13  Nick Roberts  <nickrob@snap.net.nz>
3996         * progmodes/gud.el (gud-menu-map): Move parentheses (again).
3997         (gud-speedbar-buttons): Match on "const char *" too.
3999         * progmodes/gdb-ui.el (gdb-var-create-handler)
4000         (gdb-var-list-children-handler): Match on "const char *" too.
4001         (gdb-var-evaluate-expression-handler): Match on empty string.
4002         (gdb-var-update-handler): Only call
4003         gdb-var-evaluate-expression-handler when required.
4005 2005-11-13  Nick Roberts  <nickrob@snap.net.nz>
4007         * progmodes/gud.el (gud-menu-map): Revert to window-fringes for
4008         selected window.  This still doesn't work for speedbar.
4009         (gud-speedbar-buttons): Handle string expressions properly.
4011         * progmodes/gdb-ui.el (gdb-var-evaluate-expression-handler)
4012         (gdb-var-create-handler): Handle string expressions properly.
4013         (gdb-var-list-children-regexp, gdb-var-list-children-handler):
4014         Handle string expressions properly.  Move "type" field into regexp.
4016 2005-11-12  Karl Fogel  <kfogel@red-bean.com>
4018         * bookmark.el (bookmark-maybe-message): New function to reduce
4019         code duplication: invokes `message' iff baud-rate is high enough.
4020         (bookmark-write-file): Use above instead of an inline conditional.
4021         (bookmark-load): Same.
4023 2005-11-12  Karl Fogel  <kfogel@red-bean.com>
4025         * bookmark.el (bookmark-write-file): Don't visit the destination
4026         file, just write the data to it using write-region.  This is
4027         similar to saveplace.el at 2005-05-29T08:36:26Z!rms@gnu.org, but with an additional
4028         change to avoid visiting the file in the first place.
4030 2005-11-12  Chong Yidong  <cyd@stupidchicken.com>
4032         * hi-lock.el (hi-lock-mode): Set the default value of
4033         font-lock-defaults.
4035 2005-11-11  Luc Teirlinck  <teirllm@auburn.edu>
4037         * find-lisp.el (find-lisp-find-dired-insert-file): Pass `string'
4038         arg to `file-attributes'.
4039         (find-lisp-format): The UID and GID can now be strings.
4041 2005-11-12  Kim F. Storm  <storm@cua.dk>
4043         * help.el (help-map): Bind C-h d to apropos-documentation.
4045         * simple.el (what-cursor-position): Print (EOB) instead of (100%)
4046         when point is at end-of-buffer.
4048         * apropos.el (apropos-match-face): Doc fix.
4049         (apropos-sort-by-scores): Add new choice `verbose'.
4050         (apropos-documentation-sort-by-scores): New defcustom.
4051         (apropos-pattern): Now contains the pattern entered by the user.
4052         (apropos-pattern-quoted): New defvar.
4053         (apropos-regexp): New defvar, containing the regexp corresponding
4054         to apropos-pattern.
4055         (apropos-all-words-regexp): Rename from apropos-all-regexp.
4056         (apropos-read-pattern): New defun.  Use it to read pattern arg in
4057         interactive calls; returns list of words for a word list, and
4058         string for a regexp.
4059         (apropos-parse-pattern): Rename from apropos-rewrite-regexp.  Now
4060         parses a list of words or regexp as returned by apropos-read-pattern.
4061         (apropos-calc-scores): Return nil if apropos-regexp doesn't match.
4062         (apropos-score-doc): Return a very high score if the string
4063         entered by the user matches literally.
4064         (apropos-variable): Doc fix.  Use apropos-read-pattern.
4065         (apropos-command): Doc fix.  Use apropos-read-pattern and
4066         apropos-parse-pattern.  Call apropos-print with nosubst=t.
4067         (apropos, apropos-value): Doc fix. Use apropos-read-pattern and
4068         apropos-parse-pattern.
4069         (apropos-documentation): Doc fix. Use apropos-read-pattern and
4070         apropos-parse-pattern.  Locally bind apropos-sort-by-scores to
4071         apropos-documentation-sort-by-scores.  Call apropos-print with
4072         nosubst=t.
4073         (apropos-documentation-internal): Pass doc string through
4074         substitute-key-definition before adding text properties.
4075         Highlight substring matching literal user input if possible.
4076         (apropos-documentation-check-doc-file): Remove locals beg and end.
4077         Fix calculation of score (as added twice).  Pass doc string through
4078         substitute-key-definition before adding text properties.
4079         (apropos-documentation-check-elc-file): Pass doc string through
4080         substitute-key-definition before adding text properties.
4081         Highlight substring matching literal user input if possible.
4082         (apropos-print): Add new arg NOSUBST; if set, command and variable
4083         doc strings have already been passed through substitute-key-definition.
4084         Add code to handle apropos-accumulator items without score element
4085         for backwards compatibility (e.g. with woman package).
4086         Only show scores if apropos-sort-by-scores is `verbose'.
4088 2005-11-10  Stefan Monnier  <monnier@iro.umontreal.ca>
4090         * jka-cmpr-hook.el (jka-compr-install): Use push and dolist.
4091         Add jka-compr-load-suffixes to load-suffixes.
4093         * jka-compr.el: Require jka-cmpr-hook.
4094         (jka-compr-info-compress-message, jka-compr-info-compress-program)
4095         (jka-compr-info-compress-args, jka-compr-info-uncompress-message)
4096         (jka-compr-info-uncompress-program, jka-compr-info-uncompress-args)
4097         (jka-compr-info-can-append, jka-compr-info-strip-extension)
4098         (jka-compr-info-file-magic-bytes, jka-compr-get-compression-info)
4099         (jka-compr-info-regexp): Remove.  Provided by jka-cmpr-hook.
4100         (jka-compr-uninstall): Remove entries from
4101         jka-compr-added-to-file-coding-system-alist after they are used.
4102         (jka-compr-error): Remove unused var `curbuf'.
4103         (jka-compr-file-local-copy): Remove unused var `notfound'.
4105 2005-11-10  Romain Francoise  <romain@orebokech.com>
4107         * apropos.el (apropos-calc-scores): Use `apropos-pattern'.
4109 2005-11-11  Nick Roberts  <nickrob@snap.net.nz>
4111         * progmodes/gud.el (gud-menu-map): Move parentheses.
4112         (gdb): New command gud-pv.
4114 2005-11-10  Stefan Monnier  <monnier@iro.umontreal.ca>
4116         * tar-mode.el: Remove spurious or unnecessary leading stars
4117         in docstrings.
4118         (tar-header-block-tokenize): Also obey default-file-name-coding-system.
4119         (tar-parse-octal-integer-safe): Use mapc.
4120         (tar-header-block-summarize): Remove unused var `ck'.
4121         (tar-summarize-buffer): Don't clear the modified-p bit if it wasn't
4122         cleared before.  Obey default-enable-multibyte-characters.
4123         Use mapconcat.  Simplify setting of tar-header-offset.
4124         (tar-mode-map): Move initialization inside delcaration.
4125         (tar-flag-deleted): Use `abs'.
4126         (tar-expunge-internal): Remove unused var `line'.
4127         (tar-expunge-internal): Don't hardcode point-min==1.
4128         (tar-expunge): Widen while doing set-buffer-multibyte.
4129         (tar-rename-entry): Use file-name-coding-system.
4130         (tar-alter-one-field): Don't hardcode point-min==1.
4131         (tar-subfile-save-buffer): string-as-unibyte works on unibyte strings.
4132         (tar-pad-to-blocksize): Don't hardcode point-min==1.  Clarify the code.
4134 2005-11-10  Masatake YAMATO  <jet@gyve.org>
4136         * add-log.el (add-log-current-defun): Handle class::method
4137         notation of c++. Fix incorrect comment.
4139 2005-11-10  Alan Mackenzie  <acm@muc.de>
4141         * help-fns.el (describe-variable): Make C-h v work when a variable
4142         has variable documentation yet is unbound.
4144 2005-11-10  Masatake YAMATO  <jet@gyve.org>
4146         * man.el (Man-highlight-references): Set an empty
4147         string to `Man-arguments' if it is nil.
4148         Suggested by Reiner Steib <Reiner.Steib@gmx.de>.
4150 2005-11-09  Stefan Monnier  <monnier@iro.umontreal.ca>
4152         * Makefile.in (mh-loaddefs.el, loaddefs.el): Better follow the
4153         commenting conventions.
4155         * cus-dep.el (custom-make-dependencies): Simplify.
4156         Better follow the commenting conventions.
4158 2005-11-09  Richard M. Stallman  <rms@gnu.org>
4160         * apropos.el (apropos-pattern): Rename from apropos-regexp.
4161         (apropos-orig-pattern): Rename from apropos-orig-regexp.
4162         All uses changed.
4163         (apropos-rewrite-regexp): Doc fix.
4164         (apropos-variable, apropos-command, apropos, apropos-value):
4165         Change prompt; carry through the argument renaming.
4167 2005-11-09  Luc Teirlinck  <teirllm@auburn.edu>
4169         * find-lisp.el: Require dired.
4170         (find-lisp-find-dired-internal): Do not call
4171         `abbreviate-file-name' on DIR.
4173 2005-11-10  Nick Roberts  <nickrob@snap.net.nz>
4175         * progmodes/gud.el (gdb): Make gud-pp use user-defined command pp1.
4177 2005-11-09  Nick Roberts  <nickrob@snap.net.nz>
4179         * progmodes/gud.el (gud-menu-map): Ensure tool-bar is constant
4180         when using the speedbar.
4181         (gdb): New command gud-pp.
4182         (gud-menu-map, gud-tool-bar-map): Put it on the tool bar.
4184 2005-11-09  Juri Linkov  <juri@jurta.org>
4186         * replace.el (occur-excluded-properties): New defcustom.
4187         (occur-1, occur-engine, occur-accumulate-lines): Use it.
4189 2005-11-08  Jay Belanger  <belanger@truman.edu>
4191         * calc/calc-units.el (math-convert-units): Replace any composite
4192         unit by its definition.
4194 2005-11-08  Lars Hansen  <larsh@soem.dk>
4196         * emacs-lisp/autoload.el (update-directory-autoloads):
4197         Add obsolete function alias.
4199 2005-11-07  Stefan Monnier  <monnier@iro.umontreal.ca>
4201         * emacs-lisp/lisp-mode.el (lisp-mode-variables): Don't set
4202         comment-indent-function.
4203         (lisp-comment-indent): Replace by an alias for comment-indent-default.
4205         * reveal.el (reveal-post-command): Rework the handling of
4206         reveal-open-spots, so as to be more reliable.  There were several
4207         tricky corner cases where an open spot might be lost, or where
4208         a closed spot might end up on the list of open spots.
4209         Only reveal text that's ellipsised.
4211 2005-11-07  Carsten Dominik  <dominik@science.uva.nl>
4213         * textmodes/org.el (org-export-as-html): Remove bogus (debug) form.
4215 2005-11-07  John Paul Wallington  <jpw@gnu.org>
4217         * ibuffer.el (ibuffer): Search iconified frames too when
4218         getting Ibuffer buffer's window.
4220 2005-11-06  Richard M. Stallman  <rms@gnu.org>
4222         * progmodes/compile.el (compilation-internal-error-properties):
4223         save-excursion around the computation of MARKER.
4225 2005-11-06  Piet van Oostrum  <piet@cs.uu.nl>
4227         * textmodes/flyspell.el (flyspell-external-point-words):
4228         flyspell-get-word returns a list, not just a string.
4230 2005-11-06  John Paul Wallington  <jpw@pobox.com>
4232         * ibuffer.el (ibuffer): Search all visible frames when getting
4233         Ibuffer buffer's window.
4235 2005-11-07  Masatake YAMATO  <jet@gyve.org>
4237         * man.el (Man-reference-regexp): Accept spaces between
4238         `Man-name-regexp' and `Man-section-regexp'.
4239         (Man-apropos-regexp): New variable.
4240         (Man-abstract-xref-man-page): Use value for `Man-target-string'
4241         if available.
4242         (Man-highlight-references, Man-highlight-references0):
4243         Handle the case when `Man-arguments' includes "-k".
4244         (Man-highlight-references0): Rename the argument `TARGET-POS' to
4245         `TARGET'. `TARGET' can be a number, function or nil.
4247 2005-11-06  Nick Roberts  <nickrob@snap.net.nz>
4249         * progmodes/gdb-ui.el (gdb-var-create-handler, gdb-var-delete)
4250         (gdb-edit-value, gdb-speedbar-expand-node, gdb-get-create-buffer)
4251         (gdb-breakpoints-mode, gdb-toggle-breakpoint, gdb-delete-breakpoint)
4252         (gdb-goto-breakpoint, gdb-frames-mode, gdb-registers-mode)
4253         (gdb-locals-mode, gdb-find-file-hook): Use buffer-local-value.
4254         (gdb-send-item): Use buffer-local-value and simplify.
4256 2005-11-05  Luc Teirlinck  <teirllm@auburn.edu>
4258         * startup.el (command-line): Use `custom-reevaluate-setting' for
4259         `global-font-lock-mode'.
4261         * font-core.el (global-font-lock-mode): Enable `global-font-lock-mode'
4262         by default, except in batch mode or when the -D option is given.
4264         * emacs-lisp/easy-mmode.el (define-global-minor-mode): Pass all
4265         specified keyword args on to `define-minor-mode'.  Update docstring.
4267 2005-11-05  Romain Francoise  <romain@orebokech.com>
4269         * replace.el (occur-engine): Add marker at end of line, too.
4271 2005-11-04 Ken Manheimer  <ken.manheimer@gmail.com>
4273         * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
4274         (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
4275         (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
4276         (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
4277         argument to all these routines, so the passphrase can be managed
4278         externally and passed in to the system.
4279         (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
4280         pgg-add-passphrase-to-cache function.
4282         * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
4283         (pgg-pgp5-encrypt-symmetric-region, pgg-pgp5-encrypt-symmetric)
4284         (pgg-pgp5-encrypt, pgg-pgp5-decrypt-region, pgg-pgp5-decrypt)
4285         (pgg-pgp5-sign-region, pgg-pgp5-sign): Add optional PASSPHRASE
4286         argument to all these routines, so the passphrase can be managed
4287         externally and passed in to the system.
4288         (pgg-pgp5-sign-region): Use new name of pgg-add-passphrase-to-cache
4289         function.
4291 2005-11-04  Dan Nicolaescu  <dann@ics.uci.edu>
4293         * font-lock.el: Don't deal with font-lock-face-attributes here,
4294         move the code ...
4296         * startup.el (command-line): ... here. Use face-spec-set instead
4297         of custom-declare-face.
4299         * faces.el (face-spec-set): Reset the face if spec is not nil.
4301 2005-11-04  Stefan Monnier  <monnier@iro.umontreal.ca>
4303         * newcomment.el (comment-region-internal): Box more tightly in the
4304         common case where there's no TAB in the boxed text.
4306 2005-11-04  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
4308         * info.el (info-tool-bar-map): Use images prev-node, next-node and
4309         up-node.
4311 2005-11-04  Ulf Jasper  <ulf.jasper@web.de>
4313         * newsticker.el: Commentary updated. Code formatting changed.
4314         (newsticker-version): Change to "1.9".
4315         (newsticker, newsticker-feed): Doc fix.
4316         (newsticker-url-list): Doc fix.  Add option "Weekly".
4317         (newsticker-retrieval-interval): Add option "Weekly".
4318         (newsticker-headline-processing): Doc fix.
4319         (newsticker-auto-mark-filter): Remove.
4320         (newsticker-auto-mark-filter-list): New.
4321         (newsticker-layout, newsticker-sort-method): Doc fix.
4322         (newsticker-hide-old-items-in-newsticker-buffer)
4323         (newsticker-heading-format, newsticker-item-format)
4324         (newsticker-desc-format): Doc fix.
4325         (newsticker-show-all-rss-elements): Remove.
4326         (newsticker-show-all-news-elements): New.
4327         (newsticker-faces, newsticker-ticker): Doc fix.
4328         (remove-from-invisibility-spec): Code formatting.
4329         (newsticker--process-ids): New.
4330         (newsticker-mode): Doc fix.
4331         (newsticker-mode): Change mode-line-format.
4332         (newsticker-start): Remove debug output.
4333         (newsticker-start-ticker): Doc fix.  Add Autoload cookie.
4334         (newsticker-w3m-show-inline-images): Code formatting.
4335         (newsticker-next-item): Call `force-mode-line-update'.
4336         (newsticker-previous-item): Call `force-mode-line-update'.
4337         (newsticker-next-feed): Call `force-mode-line-update'.
4338         (newsticker-previous-feed): Call `force-mode-line-update'.
4339         (newsticker-mark-all-items-at-point-as-read): Code formatting.
4340         (newsticker-show-old-items): Do not show descs.
4341         (newsticker-hide-entry): Hide too much.
4342         (newsticker-hide-entry, newsticker-show-entry)
4343         (newsticker-toggle-auto-narrow-to-feed): Code formatting.
4344         (newsticker-set-auto-narrow-to-feed): Update buffer immediately.
4345         (newsticker-toggle-auto-narrow-to-item): Code formatting.
4346         (newsticker-set-auto-narrow-to-item): Update buffer immediately.
4347         (newsticker-running-p, newsticker-ticker-running-p): Autoload cookie.
4348         (newsticker-get-news): Call `force-mode-line-update'.
4349         Collect process ids.
4350         (newsticker--sentinel): Change coding system handling.
4351         Move image retrieval to new functions newsticker--get-logo-url-*.
4352         Move feed parsing to new functions newsticker--parse-*.
4353         Update list of process ids.
4354         (newsticker--get-logo-url-atom-1.0, newsticker--get-logo-url-atom-0.3)
4355         (newsticker--get-logo-url-rss-2.0, newsticker--get-logo-url-rss-1.0)
4356         (newsticker--get-logo-url-rss-0.92, newsticker--get-logo-url-rss-0.91)
4357         (newsticker--parse-atom-0.3, newsticker--parse-atom-1.0)
4358         (newsticker--parse-rss-0.91, newsticker--parse-rss-0.92)
4359         (newsticker--parse-rss-1.0, newsticker--parse-rss-2.0)
4360         (newsticker--parse-generic-feed, newsticker--parse-generic-items): New.
4361         (newsticker--decode-coding-string): Remove.
4362         (newsticker--decode-numeric-entities): Check input.  Format code.
4363         (newsticker--remove-whitespace): Check input.
4364         (newsticker--do-forget-preformatted): Doc fix.
4365         (newsticker--decode-rfc822-date): Allow for missing time.
4366         (newsticker--update-process-ids): New.
4367         (newsticker--image-sentinel): Change comment.
4368         (newsticker--image-read): Change error message.
4369         (newsticker--imenu-goto): Doc fix.  Show headline title.
4370         (newsticker--buffer-set-uptodate): Call `force-mode-line-update'.
4371         (newsticker--buffer-do-insert-text): Clean whitespace in
4372         html-rendered headline title.  Code formatting.
4373         Call `newsticker--buffer-print-extra-elements'.
4374         (newsticker--buffer-print-extra-element): Remove.
4375         (newsticker--buffer-print-extra-elements): New.
4376         (newsticker--buffer-do-print-extra-element): New.
4377         (newsticker--buffer-insert-enclosure): Doc fix.  Use MBytes for
4378         large sizes.
4379         (newsticker--run-auto-mark-filter)
4380         (newsticker--do-run-auto-mark-filter):
4381         Use `newsticker-auto-mark-filter-list'.
4383 2005-11-04  Ryan Yeske  <rcyeske@gmail.com>
4385         * net/rcirc.el: Use split-string OMIT-NULLS argument.
4386         (rcirc-print): Force redisplay before running hooks.  Do long
4387         buffer truncation after making new text read-only.  Deal with nil
4388         text when decoding strings.  If TARGET is nil, use either the
4389         currently selected buffer, if it is an rcirc buffer and of the
4390         same process or the process buffer.
4391         (rcirc-mode): Remove header-line.  Recompute short buffer names.
4392         Initialize rcirc-buffer-alist here instead of rcirc-get-buffer-create.
4393         (rcirc-short-buffer-name): Add variable.
4394         (rcirc-kill-buffer-hook): Recompute short buffer names.
4395         Remove nick from private channel.
4396         (rcirc-send-input): Send command text to current-buffer.
4397         Don't clear overlay arrow here.
4398         (rcirc-short-buffer-name): Return a short buffer name.
4399         (rcirc-update-short-buffer-names, rcirc-abbreviate)
4400         (rcirc-rebuild-tree, rcirc-make-trees): Add functions to generate
4401         buffer-name abbreviations.
4402         (rcirc-kill-buffer-hook-1): Split to make debugging easier.
4403         Do not touch nick-table when killing a parted channel.
4404         (rcirc-window-configuration-change): Rename from rcirc-update-activity.
4405         Clear arrow from current buffer if it is now hidden.
4406         (rcirc-current-buffer): Add variable.
4407         (rcirc-my-nick, rcirc-other-nick, rcirc-server)
4408         (rcirc-nick-in-message, rcirc-prompt, rcirc-mode-line-nick):
4409         Remove -face from names.
4410         (rcirc-update-activity-string): Print "DND" when globally ignoring
4411         activity.
4412         (rcirc-ignore-buffer-activity-flag): Rename from
4413         rcirc-ignore-channel-activity.
4414         (rcirc-ignore-all-activity-flag): Doc fix.
4415         (rcirc-channels): Remove variable.
4416         (rcirc-kill-buffer-hook):
4417         (rcirc-get-buffer-create): Add nick to private channel.
4418         (rcirc-multiline-edit-submit): Remove tabs.
4419         (rcirc-put-nick-channel, rcirc-channel-nicks): Look up nicks case
4420         folded.
4421         (rcirc-remove-nick-channel): Bug fix.
4422         (rcirc-toggle-ignore-buffer-activity): Rename from
4423         rcirc-toggle-ignore-channel-activity.
4424         (rcirc-record-activity): Add buffers to the front of the list.
4425         (rcirc-update-activity): Remove killed buffers from list.
4426         (rcirc-process-server-response-1): Remove last argument if it is
4427         null before calling handler.
4428         (rcirc): Add "rcirc" defcustom prefix.
4429         (rcirc-prompt): Simplify default prompt.
4430         Use custom-initialize-default.
4431         (rcirc-private-chats): Remove variable.
4432         (rcirc-prompt): Change initialization.
4433         (rcirc-version): Remove function.
4434         (rcirc-id-string): Add constant.
4435         (rcirc-last-buffer): Remove variable.
4436         (rcirc-buffer-alist): Add variable.
4437         (rcirc-connect): Update variable setup.
4438         (rcirc-sentinel, rcirc-update-prompt): Use `rcirc-buffer-alist'.
4439         (rcirc-trap-errors-flag): Rename from `rcirc-trap-errors' change
4440         default.
4441         (rcirc-handler-generic): Trigger activity.
4442         (rcirc-send-message): Create the buffor of the target.
4443         (rcirc-generate-new-buffer-name): Rename from `rcirc-get-buffer-name'.
4444         (rcirc-get-buffer): Just return nil if there is no matching buffer.
4445         (rcirc-multiline-edit-cancel): Remove function.
4446         (rcirc-set-last-buffer): Remove function.
4447         (rcirc-get-any-buffer): Add function.
4448         (rcirc-join-channels): Don't print /join text.
4449         (rcirc-toggle-ignore-channel-activity): Add and update echo area
4450         messages.
4451         (rcirc-cmd-ctcp): Use rcirc-send-string to send request.
4452         (rcirc-handler-NOTICE): Recognize CTCP responses.
4453         (rcirc-handler-332, rcirc-handler-332): Use a temp buffer for
4454         constructing TOPIC string for buffers we are not JOINed.
4455         (rcirc-handler-CTCP-response): Add handler.
4456         (rcirc-multiline-edit-submit): Restore the window-configuration
4457         before adjusting point.
4458         (rcirc): Add customization group.
4459         (rcirc-server, rcirc-port, rcirc-nick, rcirc-user-name)
4460         (rcirc-user-full-name, rcirc-startup-channels-alist)
4461         (rcirc-fill-flag, rcirc-fill-column, rcirc-fill-prefix)
4462         (rcirc-ignore-all-activity-flag, rcirc-time-format)
4463         (rcirc-input-ring-size, rcirc-read-only-flag)
4464         (rcirc-buffer-maximum-lines, rcirc-authinfo-file-name)
4465         (rcirc-auto-authenticate-flag, rcirc-prompt, rcirc-print-hooks):
4466         Change defvar to defcustom.
4467         (rcirc-update-prompt): Add optional ALL arg, which will update
4468         prompts in all rcirc buffers.  Regexp quote replacement text.
4469         (rcirc-fill-column): Accept frame-width as a value.
4470         (rcirc-set-changed): Add function.
4471         (rcirc-next-active-buffer): Write more meaningful messages.
4472         (rcirc-faces): Add customization group.
4473         (rcirc-my-nick-face, rcirc-other-nick-face, rcirc-server-face)
4474         (rcirc-nick-in-message-face, rcirc-prompt-face)
4475         (rcirc-mode-line-nick-face): Move into rcirc-faces group.
4476         (with-rcirc-process-buffer): Move before first usage.
4477         (rcirc-debug-buffer): Rename from `rcirc-log-buffer'.
4478         (rcirc-debug-flag): Rename from `rcirc-log-p'.
4479         (rcirc-debug): Rename from `rcirc-log'.
4480         (rcirc-format-response-string): Do not print `-' chars for a
4481         NOTICE with no sender.  Simplify output of server responses.
4483 2005-11-04  Henrik Enberg  <henrik.enberg@telia.com>
4485         (rcirc-browse-url-map, rcirc-browse-url-at-point)
4486         (rcirc-browse-url-at-mouse, rcirc-mangle-text): Make urls
4487         mouse and RET clickable.
4489 2005-11-04  Henrik Enberg  <henrik.enberg@telia.com>
4491         * mail/rmailout.el (rmail-output-to-rmail-file, rmail-output): Doc fix.
4493 2005-11-04  Ken Manheimer  <ken.manheimer@gmail.com>
4495         * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
4496         (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
4497         (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
4498         (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
4499         argument to all these routines, so the passphrase can be managed
4500         externally and passed in to the system.
4501         (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
4502         pgg-add-passphrase-to-cache function.
4504         * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
4505         (pgg-pgp5-encrypt-symmetric-region, pgg-pgp5-encrypt-symmetric)
4506         (pgg-pgp5-encrypt, pgg-pgp5-decrypt-region, pgg-pgp5-decrypt)
4507         (pgg-pgp5-sign-region, pgg-pgp5-sign): Add optional PASSPHRASE
4508         argument to all these routines, so the passphrase can be managed
4509         externally and passed in to the system.
4510         (pgg-pgp5-sign-region): Use new name of pgg-add-passphrase-to-cache
4511         function.
4513 2005-11-04  Edward O'Connor  <hober0@gmail.com>  (tiny change)
4515         * net/goto-addr.el (goto-address-url-regexp): Remove `data:' URLs
4516         from goto-address-url-regexp.
4518 2005-11-04  Carsten Dominik  <dominik@science.uva.nl>
4520         * textmodes/org.el (org-read-date, org-goto-calendar)
4521         (org-recenter-calendar, org-agenda-goto-calendar):
4522         Temporarily clear `calendar-move-hook'.
4524 2005-11-04  Michael Kifer  <kifer@cs.stonybrook.edu>
4526         * ediff-merge.el (ediff-merge-region-is-non-clash): Return t, if not
4527         merging.
4529         * ediff-util.el (ediff-previous-difference): Don't skip regions that
4530         have merge clashes.
4532 2005-11-04  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
4534         * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
4535         Undo previous change.
4537         * startup.el (command-line): Use `custom-reevaluate-setting' for
4538         mouse-wheel-down-event and mouse-wheel-up-event.  Don't call
4539         tty-register-default-colors on Mac.
4541 2005-11-04  Nick Roberts  <nickrob@snap.net.nz>
4543         * progmodes/gdb-ui.el (gdb-buffer-type): Remove duplicate declaration.
4544         (gdb-buffer-type): Make it automatically buffer local...
4545         (gdb-get-create-buffer): ...and set it accordingly.
4546         (gdb-frame-gdb-buffer, gdb-display-gdb-buffer): Make these
4547         actually work.
4549 2005-11-03  Dan Nicolaescu  <dann@ics.uci.edu>
4551         * font-lock.el (font-lock-warning-face): Use the more vivid red1,
4552         not red.
4554 2005-11-04  Nick Roberts  <nickrob@snap.net.nz>
4556         * progmodes/gdb-ui.el (gud-watch): Use save-selected-window in
4557         case GUD buffer is not visible.
4558         (gdb-goto-breakpoint): Try to force display in source buffer.
4559         (gdb-frame-gdb-buffer): Copy other similar functions.
4560         (gdb-restore-windows): Don't display source if not asked for.
4561         (gdb-assembler-buffer-name): Don't capitalise.
4563 2005-11-03  Richard M. Stallman  <rms@gnu.org>
4565         * wid-edit.el (key-sequence): New widget type.
4567         * simple.el (set-mark-command-repeat-pop): New variable.
4568         (set-mark-command): Only interpret plan C-@ after a pop as a pop
4569         if set-mark-command-repeat-pop is true.
4571         * info.el (Info-fontify-node): Don't display extra "see" if there
4572         already is one here.
4574         * mouse.el: Fix special handling of DEL after dragging a region:
4575         (mouse-drag-region-1): Treat mouse-set-region like mouse-set-point.
4576         (mouse-region-delete-keys): Change to defcustom.  Add [backspace].
4578         * mail/feedmail.el: Use insert-buffer-substring, not insert-buffer.
4580         * textmodes/ispell.el (ispell-command-loop): Change `i' description
4581         not to assume it pertains to an affix.
4583         * textmodes/flyspell.el (flyspell-post-command-hook):
4584         Bind deactivate-mark to prevent deactivation.
4586 2005-11-03  Lars Hansen  <larsh@soem.dk>
4588         * dired-x.el: Add menu bindings for dired-do-find-marked-files,
4589         dired-do-relsymlink, dired-flag-extension, dired-mark-extension,
4590         dired-mark-omitted, dired-do-relsymlink-regexp, dired-omit-mode.
4592 2005-11-03  Romain Francoise  <romain@orebokech.com>
4594         * net/eudcb-mab.el: Now part of GNU Emacs.  Update FSF's address.
4595         Update copyright years.
4597 2005-11-03  Sam Steingold  <sds@gnu.org>
4599         * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
4600         Use system-type instead of window-system because window-system is not
4601         correctly defined during loadup.
4603 2005-11-02  Mark A. Hershberger  <mah@everybody.org>
4605         * xml.el (xml-syntax-table): Allow xml.el to compile in xemacs.
4606         (xml-parse-tag): Join strings separated by a comment properly.
4608 2005-11-02  Andreas Schwab  <schwab@suse.de>
4610         * emacs-lisp/byte-opt.el (byte-optimize-pure-func): Fix last fix.
4612 2005-11-02  Stefan Monnier  <monnier@iro.umontreal.ca>
4614         * emacs-lisp/byte-opt.el (string-to-syntax): Mark it as pure.
4615         (byte-optimize-pure-func): Quote the eval'd value.
4617         * progmodes/perl-mode.el (perl-font-lock-special-syntactic-constructs):
4618         Rename from perl-font-lock-syntactic-face-function.
4619         Change the calling convention so it can be used as a font-lock MATCHER.
4620         Do the parse-partial-sexp loop outselves.
4621         (perl-font-lock-syntactic-keywords): Use it.
4622         (perl-mode): Don't set font-lock-syntactic-face-function any more.
4624 2005-11-02  Nick Roberts  <nickrob@snap.net.nz>
4626         * progmodes/gdb-ui.el (gdb-mouse-until): Make it work in the
4627         disassembly buffer too.
4628         (gdb-exited): Remove overlay arrows when execution has finished.
4629         (gdb-info-frames-custom, gdb-info-threads-custom)
4630         (gdb-info-registers-custom): Don't add inappropriate text
4631         properties if inferior is not active.
4633 2005-11-02  Glenn Morris  <rgm@gnu.org>
4635         * progmodes/fortran.el (fortran-blink-match):
4636         Use `blink-matching-delay'.
4638 2005-11-02  John Mongan <jmongan@mccammon.ucsd.edu>  (tiny change)
4640         * progmodes/f90.el (f90-match-end): Use `blink-matching-delay'.
4642 2005-11-02  Lars Hansen  <larsh@soem.dk>
4644         * net/tramp.el (tramp-action-out-of-band): Handle scp message
4645         "Permission denied".
4647 2005-11-01  Richard M. Stallman  <rms@gnu.org>
4649         * textmodes/flyspell.el (flyspell-external-point-words):
4650         Pass nil to flyspell-get-word.
4652 2005-11-02  Kim F. Storm  <storm@cua.dk>
4654         * menu-bar.el (menu-bar-options-menu): Show "Shift Movement (CUA)"
4655         item instead of "C-x/C-c/C-v (CUA)" if cua-enable-cua-keys is nil.
4657 2005-11-01  Stefan Monnier  <monnier@iro.umontreal.ca>
4659         * calendar/cal-menu.el (date, event): Don't declare as dynamic-var.
4660         (calendar-mouse-holidays, calendar-mouse-view-diary-entries)
4661         (calendar-mouse-print-dates): Add optional `event' argument.
4662         Update interactive-spec.
4663         (calendar-mouse-cal-tex-menu, cal-tex-mouse-filofax):
4664         Use `calendar-event-to-date' instead of `event'.
4666 2005-11-02  Masatake YAMATO  <jet@gyve.org>
4668         * progmodes/ld-script.el (ld-script-builtins):
4669         Add more words: "DATA_SEGMENT_ALIGN", "DATA_SEGMENT_END",
4670         "DATA_SEGMENT_RELRO_END", "LENGTH", "ORIGIN", and "SEGMENT_START".
4671         (auto-mode-alist): Accept .ld, .lds, ld.in and .lds.in.
4673 2005-11-01  Romain Francoise  <romain@orebokech.com>
4675         * vc-sccs.el: Update copyright year.
4676         * ezimage.el: Likewise.
4678 2005-11-01  KOBAYASHI Yasuhiro <kobayays@otsukakj.co.jp>  (tiny change)
4680         * info.el (Info-fontify-node): Use `string-width' for fontifying
4681         underlined titles.
4683 2005-11-01  Juri Linkov  <juri@jurta.org>
4685         * info.el (Info-fontify-node): Downcase node header keywords Node,
4686         Prev, Next, Up before comparison.
4687         (Info-history): Insert absolute directory name, and put invisible
4688         property on it.
4690 2005-11-01  Juri Linkov  <juri@jurta.org>
4692         * info.el (Info-file-supports-index-cookies): New variable.
4693         (Info-find-node-2): Check makeinfo version for index cookie support.
4694         (Info-index-nodes): Search for nodes with index cookies only when
4695         Info-file-supports-index-cookies is t.  Otherwise, search nodes
4696         with "Index" in the node name.
4697         (Info-index-node): Search index cookie in the current node only when
4698         Info-file-supports-index-cookies is t.  Otherwise, check the word
4699         "Index" in the node name.
4700         (Info-find-emacs-command-nodes): Remove code that searches nodes
4701         with "Index" node name in the top menu.
4703 2005-11-01  Stefan Monnier  <monnier@iro.umontreal.ca>
4705         * progmodes/scheme.el (scheme-mode-variables): Use the default
4706         comment-indent-function.
4708         * faces.el (face-attribute): Handle the case where a face inherits from
4709         a non-existent face.
4711         * simple.el (eval-expression-print-format): Use lisp-readable syntax
4712         for octal and hexa output, and merge the char into the paren.
4713         (kill-new): Use push.
4714         (copy-to-buffer): Use with-current-buffer.
4715         (completion-setup-function): Move code in loop to remove redundancy.
4716         (minibuffer-local-must-match-map): Don't add bindings that duplicate
4717         those inherited from minibuffer-local-completion-map.
4719         * savehist.el (savehist-mode) <defcustom>:
4720         Use custom-set-minor-mode if available.
4721         (savehist-mode) <defun>: Run the minor mode hook, set the custom state
4722         and emit a message if applicable.
4724 2005-11-01  Hrvoje Niksic  <hniksic@xemacs.org>
4726         * savehist.el: Sync up to version 19.
4727         (savehist-mode): New minor mode.
4728         (savehist-file): Use ~/.emacs.d or ~/.xemacs if available.
4729         (savehist-length): Remove (use history-length instead).
4730         (savehist-file-modes): Rename from savehist-modes.
4731         (savehist-save-hook, savehist-loaded): New vars.
4732         (savehist-load): Use savehist-mode.  Try to smooth up transition from
4733         old format to new format.
4734         (savehist-install): Allow savehist-autosave-interval to be nil.
4735         (savehist-save): Run the new hook.  Be more careful to only trim the
4736         history variables.
4737         (savehist-trim-history): New fun.  Replaces savehist-process-for-saving.
4738         (savehist-printable): Print into a buffer rather than char-by-char.
4740 2005-11-01  John Wiegley  <johnw@newartisans.com>
4742         * iswitchb.el (iswitchb-define-mode-map): Re-enable the
4743         toggle-ignore keybinding (C-a).  The author said it had been
4744         disabled much earlier due to a possible incompatibility, but after
4745         many months of usage I have encountered no problems (and it is a
4746         rather useful option, especially for switching to " *temp*").
4748         * net/eudcb-mab.el (eudc-mab-query-internal): Add backend
4749         support for OS/X's AddressBook, by calling out to the open source
4750         program "contacts" (installable through Fink).
4752         * net/eudc.el (eudc-expand-inline): If the
4753         `eudc-multiple-match-handling-method' is set to `all', delete the
4754         query string before inserting the query result.
4756         * eshell/em-ls.el (eshell-do-ls): Add no-op support for --dired
4757         flag, to prevent Eshell from using the system ls when
4758         `eshell-ls-insert-directory' is in used.
4759         (eshell-ls-insert-directory): Disable font-lock in directory
4760         buffer so that Eshell's own fontification is seen.  This broke
4761         recently due to changes in font-lock, so this goes back to version
4762         21 behavior.
4764 2005-11-01  Nick Roberts  <nickrob@snap.net.nz>
4766         * progmodes/gdb-ui.el (gdb-use-inferior-io-buffer): New function.
4767         (menu, toggle-gdb-use-inferior-io-buffer): Get rid of defadvice.
4768         (gdb-many-windows): Doc fix.
4770 2005-10-31  Romain Francoise  <romain@orebokech.com>
4772         * help-fns.el (describe-simplify-lib-file-name): Add autoload cookie.
4774 2005-10-31  Dan Nicolaescu  <dann@ics.uci.edu>
4776         * loadup.el: Load emacs-lisp/syntax, font-lock and jit-lock so
4777         that global-font-lock-mode can be enabled by default.
4779         * font-lock.el (font-lock-keywords, font-lock-mode-internal)
4780         (font-lock-add-keywords, font-lock-remove-keywords)
4781         (font-lock-fontify-buffer): Remove autoload cookies.
4783         * jit-lock.el (jit-lock-register): Likewise.
4785         * emacs-lisp/syntax.el (syntax-ppss): Likewise.
4787 2005-10-31  Nick Roberts  <nickrob@snap.net.nz>
4789         * progmodes/gdb-ui.el (gdb-many-windows): Leave window configuration
4790         intact if there is no gud-comint-buffer.
4792 2005-10-31  Luc Teirlinck  <teirllm@auburn.edu>
4794         * progmodes/gud.el (gud-filter): Use comint-update-fence to delete
4795         old prompt comint-prompt-read-only is t and GDB commands are
4796         issued from tool bar etc.
4798 2005-10-31  Masatake YAMATO  <jet@gyve.org>
4800         * vc.el (vc-directory-exclusion-list): Add "{arch}".
4802 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
4804         * thumbs.el (thumbs-thumbsdir): Default to ~/.emacs.d/thumbs.
4805         (thumbs-thumbsdir): Make .emacs.d if it does not exist.
4807 2005-10-30  Michael Albinus  <michael.albinus@gmx.de>
4809         * net/tramp.el (tramp-chunksize): Escape parentheses in docstring
4810         starting at beginning of line.  Fontification is messed up when
4811         `open-paren-in-column-0-is-defun-start' set to t.
4812         Reported by John Paul Wallington <jpw@pobox.com>.
4814 2005-10-30  Luc Teirlinck  <teirllm@auburn.edu>
4816         * comint.el (comint-send-input): Call `comint-update-fence' when
4817         `comint-process-echoes' and `comint-prompt-read-only' are both
4818         non-nil, to avoid leftover read-only newline.
4820 2005-10-30  Richard M. Stallman  <rms@gnu.org>
4822         * textmodes/flyspell.el (flyspell-external-point-words):
4823         Detect when WORD can't be checked properly because
4824         flyspell-get-word finds just part of it, and move on.
4826         * textmodes/ispell.el (ispell-dictionary-alist-5): Add . as
4827         boundarychar for Polish.
4828         (ispell-dictionary-alist-4): Add . as boundarychar for Italian.
4829         (ispell-dictionary-alist-3): Add . and @ as boundarychars for French.
4831 2005-10-31  Nick Roberts  <nickrob@snap.net.nz>
4833         * progmodes/gdb-ui.el (gdb-tooltip-print-1): Fix regexp.
4834         (gdb-registers-font-lock-keywords): Delete.
4835         (gdb-registers-mode): Don't fontify.
4836         (gdb-info-registers-custom): Use text properties instead as, in
4837         future, changed register values will use font-lock-warning-face.
4838         (gdb-local-font-lock-keywords): Rename to...
4839         (gdb-locals-font-lock-keywords): ...for consistency.
4841 2005-10-30  Andre Spiegel  <spiegel@gnu.org>
4843         * vc.el (vc-switch-backend): Better error message if the buffer is
4844         not visiting a file under version control.
4846         * vc-cvs.el (vc-cvs-delete-file): Commit the file after removing it.
4848 2005-10-29  Chong Yidong  <cyd@stupidchicken.com>
4850         * startup.el (command-line): Use ~/.emacs.d/init.el instead of
4851         ~/.emacs.d/.emacs.
4853 2005-10-29  Richard M. Stallman  <rms@gnu.org>
4855         * replace.el (occur-mode-mouse-goto): Always go to other window.
4856         (occur-mode-goto-occurrence): Always switch in same window.
4858         * simple.el (undo): Display message at end, not at start.
4860         * emacs-lisp/timer.el (timer-activate, timer-activate-when-idle):
4861         New arg REUSE-CELL.
4862         (cancel-timer-internal): New function.
4863         (timer-event-handler): Use cancel-timer-internal,
4864         and pass the cell it returns to timer-activate...
4866         * jit-lock.el (jit-lock-function, jit-lock-stealth-fontify)
4867         (jit-lock-deferred-fontify, jit-lock-context-fontify)
4868         (jit-lock-after-change): Test memory-full.
4870 2005-10-29  Ken Manheimer  <ken.manheimer@gmail.com>
4872         * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
4873         part of the decoded armor to find the key-identifier.
4874         (pgg-gpg-lookup-key-owner): New function to return the
4875         human-readable identifier of a key owner.
4876         (pgg-gpg-lookup-id-from-key-owner): Make it easy to identify the
4877         key itself.
4878         (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
4879         the key value) if we have a key and can match it against a secret
4880         key.  Also, added a note pointing out fact that the prompt only
4881         indicates the first matching key.
4883         * pgg.el (pgg-decrypt): Passing along PASSPHRASE in call to
4884         pgg-decrypt-region.
4885         (pgg-pending-timers): A new hash for tracking the passphrase cache
4886         timers, so that new ones supercede old ones.
4887         (pgg-add-passphrase-to-cache): Rename from
4888         `pgg-add-passphrase-cache' to reduce confusion (all callers
4889         changed).  Modified to cancel old timers when new ones are added.
4890         (pgg-remove-passphrase-from-cache): Rename from
4891         `pgg-remove-passphrase-cache' to reduce confusion (all callers
4892         changed).  Modified to cancel old timers when their keys are
4893         removed from the cache.
4894         (pgg-cancel-timer): In Emacs, an alias for cancel-timer; in
4895         XEmacs, an indirection to delete-itimer.
4896         (pgg-read-passphrase-from-cache, pgg-read-passphrase):
4897         Extract pgg-read-passphrase-from-cache from pgg-read-passphrase so
4898         users can only check cache without risk of prompting.  Correct bug in
4899         notruncate behavior.
4900         (pgg-read-passphrase-from-cache, pgg-read-passphrase)
4901         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
4902         Add informative docstrings.
4903         (pgg-decrypt): Convey provided passphrase in subordinate call to
4904         pgg-decrypt-region.
4906         * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
4907         (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
4908         (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
4909         'passphrase' argument, so the passphrase can be managed externally
4910         and then passed in to the system.
4912         * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
4913         (pgg-remove-passphrase-cache): Add optional NOTRUNCATE argument,
4914         so the passphrase cache can be used reliably with identifiers
4915         besides a pgp packet's key id.
4917         * pgg-gpg.el (pgg-pgp-encrypt-region)
4918         (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
4919         (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
4920         (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
4921         argument to all these routines, so the passphrase can be managed
4922         externally and passed in to the system.
4924         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
4925         'notruncate' argument, so the passphrase cache can be used
4926         reliably with identifiers besides a pgp packet's key id.
4928 2005-10-29  Sascha Wilde  <swilde@sha-bang.de>
4930         * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
4931         symmetric encryption.
4932         (pgg-gpg-symmetric-key-p): New function to check for an symmetric
4933         encrypted session key.
4934         (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
4935         message ask for the passphrase in a proper way.
4937         * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
4938         New user commands for symmetric encryption.
4940 2005-10-29  Roland Winkler  <roland.winkler@physik.uni-erlangen.de>
4942         * textmodes/conf-mode.el (conf-assignment-sign)
4943         (conf-assignment-regexp): Fix docstrings.
4944         (conf-mode-initialize): New function.
4945         (conf-mode): Remove optional args.  Use delay-mode-hooks to
4946         recognize recursive calls.
4947         (conf-unix-mode, conf-windows-mode, conf-javaprop-mode)
4948         (conf-space-mode, conf-colon-mode, conf-ppd-mode)
4949         (conf-xdefaults-mode): Use define-derived-mode and
4950         conf-mode-initialize.
4952 2005-10-29  Romain Francoise  <romain@orebokech.com>
4954         * help-fns.el (describe-simplify-lib-file-name): Fix regexp.
4956 2005-10-29  Ken Manheimer  <ken.manheimer@gmail.com>
4958         * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
4959         part of the decoded armor to find the key-identifier.
4960         (pgg-gpg-lookup-key-owner): New function to return the
4961         human-readable identifier of a key owner.
4962         (pgg-gpg-lookup-id-from-key-owner): Make it easy to identify the
4963         key itself.
4964         (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
4965         the key value) if we have a key and can match it against a secret
4966         key.  Also, added a note pointing out fact that the prompt only
4967         indicates the first matching key.
4969         * pgg.el (pgg-decrypt): Passing along PASSPHRASE in call to
4970         pgg-decrypt-region.
4971         (pgg-pending-timers): A new hash for tracking the passphrase cache
4972         timers, so that new ones supercede old ones.
4973         (pgg-add-passphrase-to-cache): Rename from
4974         `pgg-add-passphrase-cache' to reduce confusion (all callers
4975         changed).  Modified to cancel old timers when new ones are added.
4976         (pgg-remove-passphrase-from-cache): Rename from
4977         `pgg-remove-passphrase-cache' to reduce confusion (all callers
4978         changed).  Modified to cancel old timers when their keys are
4979         removed from the cache.
4980         (pgg-cancel-timer): In Emacs, an alias for cancel-timer; in
4981         XEmacs, an indirection to delete-itimer.
4982         (pgg-read-passphrase-from-cache, pgg-read-passphrase):
4983         Extract pgg-read-passphrase-from-cache from pgg-read-passphrase so
4984         users can only check cache without risk of prompting.  Correct bug in
4985         notruncate behavior.
4986         (pgg-read-passphrase-from-cache, pgg-read-passphrase)
4987         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
4988         Add informative docstrings.
4989         (pgg-decrypt): Convey provided passphrase in subordinate call to
4990         pgg-decrypt-region.
4992 2005-10-20  Ken Manheimer <ken.manheimer+emacs@gmail.com>
4994         * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
4995         (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
4996         (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
4997         'passphrase' argument, so the passphrase can be managed externally
4998         and then passed in to the system.
5000         * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
5001         (pgg-remove-passphrase-cache): Add optional NOTRUNCATE argument,
5002         so the passphrase cache can be used reliably with identifiers
5003         besides a pgp packet's key id.
5005         * pgg-gpg.el (pgg-pgp-encrypt-region)
5006         (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
5007         (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
5008         (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
5009         argument to all these routines, so the passphrase can be managed
5010         externally and passed in to the system.
5012         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
5013         'notruncate' argument, so the passphrase cache can be used
5014         reliably with identifiers besides a pgp packet's key id.
5016 2005-10-29  Sascha Wilde  <swilde@sha-bang.de>
5018         * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
5019         symmetric encryption.
5020         (pgg-gpg-symmetric-key-p): New function to check for an symmetric
5021         encrypted session key.
5022         (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
5023         message ask for the passphrase in a proper way.
5025         * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
5026         New user commands for symmetric encryption.
5028 2005-10-28  Bill Wohler  <wohler@newt.com>
5030         * help-mode.el (help-url): New button type. Calls browse-url.
5031         (help-xref-url-regexp): New regexp to recognize URLs in docstring.
5032         Similar to Info nodes: URL `url'.
5033         (help-make-xrefs): Create help-url buttons for
5034         help-xref-url-regexp matches.
5036 2005-10-29  Nick Roberts  <nickrob@snap.net.nz>
5038         * tool-bar.el (tool-bar-add-item-from-menu)
5039         (tool-bar-local-item-from-menu): Fix doc strings.
5041 2005-10-28  Romain Francoise  <romain@orebokech.com>
5043         * ldefs-boot.el: Update.
5045         * subr.el (locate-library): Move from help-fns.el.
5046         * help-fns.el (locate-library): Move to subr.el.
5048 2005-10-28  Richard M. Stallman  <rms@gnu.org>
5050         * net/tramp.el (tramp-completion-mode): defvar moved up.
5052         * emacs-lisp/easymenu.el (easy-menu-change): Doc fix.
5054         * tool-bar.el (tool-bar-mode): Delete autoload cookie.
5056         * files.el (find-file-noselect): Use %d to format large file size.
5058         * bindings.el (mode-line-format): Add %e.
5060         * loadup.el ("facemenu"): Load unconditionally.
5061         ("image", "international/fontset", "dnd", "mwheel", "tool-bar"):
5062         ("x-dnd"): Load, when appropriate.
5064         * startup.el (command-line): Call before-init-hook earlier.
5065         Warn about some bad characters in -u user name.
5067         * textmodes/flyspell.el (flyspell-large-region): Pass -t if Tex file.
5068         (flyspell-external-point-words): Error if misspelled word is not found.
5069         Set flyspell-large-region-beg at end of word.
5071 2005-10-28  Andreas Schwab  <schwab@suse.de>
5073         * view.el (View-revert-buffer-scroll-page-forward):
5074         Use view-page-size-default.
5076 2005-10-28  Juri Linkov  <juri@jurta.org>
5078         * international/quail.el (quail-get-current-str): Translate last
5079         raw character for deterministic input methods.
5081 2005-10-27  Jay Belanger  <belanger@truman.edu>
5083         * calc/calc-ext.el: Add functions to autoloads.
5084         (math-identity-matrix-p, math-ident-row-p): New functions.
5086         * calc/calc-arith.el (calc-mul-symb-fancy): Add checks for
5087         multiplication by an identity matrix; don't turn multiplication by
5088         an inverse matrix into division.
5089         (math-div-symbol-fancy):  Replace division by matrices with
5090         multiplication by inverse.
5092         * calc/calc-misc.el (calcFunc-inv): Check for symbolic matrices.
5094         * calc/calc-alg.el (calcFunc-writeoutpower, math-write-out-power)
5095         (calc-writeoutpower): New functions.
5097 2005-10-27  Romain Francoise  <romain@orebokech.com>
5099         * replace.el (occur-engine): Include colon in mouse-face highlight.
5101         * dired-x.el: Change Maintainer field.
5103 2005-10-26  Chong Yidong  <cyd@stupidchicken.com>
5105         * longlines.el (longlines-mode): Bind after-change-functions to
5106         nil during initial decoding and final encoding.
5108 2005-10-26  Dan Nicolaescu  <dann@ics.uci.edu>
5110         * term.el (term-emulate-terminal, term-handle-colors-array)
5111         (term-handle-ansi-escape): Specify the terminfo capabilities
5112         implemented.
5114 2005-10-26  Richard M. Stallman  <rms@gnu.org>
5116         * info.el (Info-fontify-node): Fix detection of sentence-break
5117         before *Note.
5119 2005-10-26  Romain Francoise  <romain@orebokech.com>
5121         * smerge-mode.el: Add `tools' to file keywords.
5123 2005-10-26  Nick Roberts  <nickrob@snap.net.nz>
5125         * progmodes/gud.el (gud-menu-map): Only display gud-until icon
5126         when the fringe is not available.
5128         * progmodes/gdb-ui.el (def-gdb-auto-updated-buffer)
5129         (def-gdb-auto-update-trigger): Simplify construction.
5130         (gdb-locals-buffer): Use def-gdb-auto-update-trigger instead of
5131         def-gdb-auto-updated-buffer as gdb-info-locals-handler is
5132         defined explicitly.
5133         (gdb-assembler-buffer): Use def-gdb-auto-update-handler instead of
5134         def-gdb-auto-updated-buffer as gdb-invalidate-assembler is
5135         defined explicitly.
5136         (gdb-info-locals-custom): Remove as it's a no-op.
5138 2005-10-25  Chong Yidong  <cyd@stupidchicken.com>
5140         * longlines.el (longlines-mode): Remove narrowing before
5141         performing the initial decoding or final encoding.
5143 2005-10-25  Romain Francoise  <romain@orebokech.com>
5145         * emacs-lisp/find-func.el (find-library-name): Also strip
5146         extension if library name ends in .el, to take advantage of
5147         `find-library-suffixes'.
5149 2005-10-25  Richard M. Stallman  <rms@gnu.org>
5151         * menu-bar.el (menu-bar-help-menu): Say which kind of therapist.
5153 2005-10-25  Juri Linkov  <juri@jurta.org>
5155         * textmodes/texinfo.el (texinfo-mode): Change charset of one
5156         quotation mark from [mule-unicode-0100-24ff] to [japanese-jisx0208].
5158 2005-10-25  Stefan Monnier  <monnier@iro.umontreal.ca>
5160         * play/blackbox.el (blackbox-mode-map): Move init into declaration.
5161         (blackbox-redefine-key): Add argument `map'.
5163         * jit-lock.el (jit-lock-fontify-now): Be careful not to skip multiline
5164         regions when moving the jit-lock-context-unfontify-pos boundary.
5166 2005-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
5168         * net/browse-url.el (browse-url-of-buffer): Add ".html" to filename.
5170 2005-10-25  Masatake YAMATO  <jet@gyve.org>
5172         * dired-x.el (dired-virtual): Don't use `dired-insert-headerline'.
5174 2005-10-25  Michael Cadilhac  <michael.cadilhac-@t-lrde.epita.fr>  (tiny change)
5176         * play/blackbox.el (blackbox-redefine-key): New function.
5177         (blackbox-mode-map): Use it to remap existing bindings for cursor
5178         motion instead of binding literal keys.
5180 2005-10-25  Glenn Morris  <rgm@gnu.org>
5182         * calendar/diary-lib.el (diary-list-entries): Prevent infloop when
5183         diary does not end in a newline.  Do not assume a blank line at
5184         the start of the diary file.
5186 2005-10-25  Kenichi Handa  <handa@m17n.org>
5188         * international/quail.el (quail-translate-key): If the input
5189         method is deterministic and failed to handle the last key, restart
5190         the key handling loop from an appropriate key.
5192 2005-10-25  Michael Albinus  <michael.albinus@gmx.de>
5194         * vc.el (vc-dired-mode): Extend comment for binding of
5195         `directory-listing-before-filename-regexp'.
5197 2005-10-25  Stefan Monnier  <monnier@iro.umontreal.ca>
5199         * textmodes/texinfo.el (texinfo-mode):
5200         * textmodes/paragraphs.el (sentence-end-base): Use real chars, so as
5201         not to unnecessarily expose emacs-mule's internal char codes.
5203 2005-10-25  Nick Roberts  <nickrob@snap.net.nz>
5205         * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Correct help-echo.
5206         Display hand pointer and help-echo on disabled icon too.
5207         (gdb-mouse-until): New function.
5208         (gdb-ann3): Bind it to mouse-2 and drag-mouse-1 in left fringe.
5210 2005-10-24  Chong Yidong  <cyd@stupidchicken.com>
5212         * menu-bar.el (menu-bar-help-menu): Rename "psychiatrist", in line
5213         with 2005-10-23 change to doctor.el.
5215         * finder.el (finder-mode-map): Add follow-link binding.
5217 2005-10-25  Kim F. Storm  <storm@cua.dk>
5219         * progmodes/gdb-ui.el (gdb-ann3): Bind mouse-3 in left fringe
5220         to gdb-mouse-toggle-breakpoint-fringe.
5221         (gdb-mouse-toggle-breakpoint-margin): Rename from
5222         gdb-mouse-toggle-breakpoint. Fix doc.
5223         (gdb-mouse-toggle-breakpoint-fringe): New defun.
5224         (gdb-put-string): Add optional SPROPS arg.  Add props to string.
5225         (gdb-put-breakpoint-icon): Add gdb-bptno and gdb-enabled
5226         string properties also for fringe breakpoint bitmaps.
5228 2005-10-24  Carsten Dominik  <dominik@science.uva.nl>
5230         * textmodes/org.el (org-start-icalendar-file): Fix format form.
5232 2005-10-25  Masatake YAMATO  <jet@gyve.org>
5234         * simple.el (completion-common-substring):
5235         Use `completion-common-substring' prior to `completion-base-size'.
5237 2005-10-24  Hrvoje Niksic  <hniksic@xemacs.org>
5239         * savehist.el: Require CL while compiling.
5240         (savehist-history-variables): Remove.
5241         (savehist-save-minibuffer-history, savehist-additional-variables)
5242         (savehist-minibuffer-history-variables): New vars.
5243         (savehist-save): Use them.
5244         (savehist-uninstall, savehist-minibuffer-hook): New funs.
5245         (savehist-install): New fun, extracted from savehist-load.
5246         (savehist-load): Use them.
5248 2005-10-24  Stefan Monnier  <monnier@iro.umontreal.ca>
5250         * emacs-lisp/lisp-mode.el (easy-mmode-define-global-mode): Don't add
5251         a dummy doc-string-elt property.
5252         (defalias, defvaralias, define-category): Add a docstring property.
5254         * image.el (defimage):
5255         * widget.el (define-widget):
5256         * custom.el (defface, defcustom): Add `doc-string' declaration.
5258         * emacs-lisp/advice.el (ad-make-advised-definition): Fix arg-order.
5259         (defadvice): Add `doc-string' declaration.
5261         * emacs-lisp/byte-run.el (macro-declaration-function):
5262         Handle `doc-string' declarations.
5263         (define-obsolete-function-alias, define-obsolete-variable-alias):
5264         Add `doc-string' declaration.
5266 2005-10-24  Kenichi Handa  <handa@m17n.org>
5268         * international/utf-7.el (utf-7): Add autoload cookie.
5270         * term/x-win.el: Register more Cyrillic characters in x-keysym-table.
5272 2005-10-24  Eli Zaretskii  <eliz@gnu.org>
5274         * makefile.w32-in (autoloads): Use "." instead of $(lisp) in the
5275         list of directories passed to batch-update-autoloads.  Add "." to
5276         the list of the echoed directories.
5278         * pgg-def.el:
5279         * pgg-gpg.el:
5280         * pgg-parse.el:
5281         * pgg-pgp.el:
5282         * pgg-pgp5.el:
5283         * pgg.el: Moved here from the gnus subdirectory.
5285 2005-10-24  Nick Roberts  <nickrob@snap.net.nz>
5287         * progmodes/gud.el (gud-filter): Bind inhibit-read-only to t
5288         in case comint-prompt-read-only is set to t.
5290         * progmodes/gdb-ui.el (gdb-send): Bind inhibit-read-only to t
5291         in case comint-prompt-read-only is set to t.
5293 2005-10-24  Ulf Jasper  <ulf.jasper@web.de>
5295         * calendar/icalendar.el (icalendar-version): Increase to 0.13.
5296         Now a string.
5297         (icalendar-import-format): Handle CLASS, STATUS, URL.
5298         Rename `subject' to `summary'.
5299         (icalendar-import-format-summary): Rename from
5300         `icalendar-import-format-subject'.
5301         (icalendar-import-format-url, icalendar-import-format-status)
5302         (icalendar-import-format-class): New variables.
5303         (icalendar--rris): Take variable argument list.
5304         (icalendar--datestring-to-isodate): Remove unnecessary
5305         calendar-style check when converting dates with explicit month names.
5306         (icalendar-export-region): Change return type of conversion
5307         subroutines.  Bury current buffer unless error occurred.
5308         (icalendar--convert-to-ical)
5309         (icalendar--parse-summary-and-rest): New functions.
5310         (icalendar--convert-ordinary-to-ical)
5311         (icalendar--convert-weekly-to-ical)
5312         (icalendar--convert-yearly-to-ical)
5313         (icalendar--convert-block-to-ical)
5314         (icalendar--convert-cyclic-to-ical)
5315         (icalendar--convert-anniversary-to-ical): Change return type.
5316         Strip trailing blanks from subject.
5317         (icalendar--convert-sexp-to-ical): Change return type.
5318         Strip trailing blanks from subject.  Handle simple sexp
5319         entries as generated by icalendar.el.
5320         (icalendar--convert-float-to-ical)
5321         (icalendar--convert-date-to-ical): Strip trailing blanks from subject.
5322         (icalendar-import-file): Doc fix.
5323         (icalendar--format-ical-event): Handle CLASS, STATUS, URL.
5324         Correct call to icalendar--rris.
5325         (icalendar--convert-ical-to-diary): Doc fix.  Rename `subject' to
5326         `summary'.
5327         (icalendar--add-diary-entry): Rename `subject' to `summary'.
5329 2005-10-24  Romain Francoise  <romain@orebokech.com>
5331         * server.el (server-sentinel): Set query-on-exit flag to nil on
5332         new client processes (it isn't inherited from the server process).
5334         * replace.el (occur-engine): Rearrange text properties.
5336 2005-10-23  Stefan Monnier  <monnier@iro.umontreal.ca>
5338         * emacs-lisp/debug.el (debugger-make-xrefs): Don't assume
5339         case-fold-search is nil.
5340         (debug-help-follow): Use help-xref-interned directly.
5342 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
5344         * thumbs.el (thumbs-image-type): Add .pbm.
5346 2005-10-23  Richard M. Stallman  <rms@gnu.org>
5348         * faces.el (inhibit-face-set-after-frame-default): New variable.
5349         (set-face-attribute): Bind it.
5350         (face-set-after-frame-default): Test it.
5352         * help-fns.el (describe-simplify-lib-file-name): New function.
5353         (describe-function-1, describe-variable): Use it.
5355         * faces.el (describe-face): Use describe-simplify-lib-file-name.
5357         * tooltip.el (tooltip-x-offset, tooltip-y-offset): Change defaults.
5358         Eliminate nil as possible value.
5359         (tooltip-hide-delay): Reduce internal-border-width.
5361         * menu-bar.el (menu-bar-file-menu) <dired>: Change help-echo string.
5362         (menu-bar-file-menu) <new-file>: Likewise.
5364         * simple.el (line-move-finish): Ignore fields computing LINE-END.
5366         * international/mule.el (load-with-code-conversion):
5367         Pass full file name to `eval-buffer' unless preloading.
5369         * textmodes/flyspell.el (flyspell-large-region):
5370         Call ispell-check-version.
5372         * textmodes/ispell.el (ispell-local-dictionary-overridden):
5373         Fix the make-variable-buffer-local call that was supposed
5374         to be for this variable.
5375         (ispell-aspell-supports-utf8): Doc fix.
5376         (ispell-find-aspell-dictionaries): Preserve elements of
5377         ispell-dictionary-alist for dictionaries that aspell doesn't report.
5378         (ispell-aspell-find-dictionary): Return nil on error.
5380         * play/doctor.el (doctor-doc): Don't say "psychiatrist".
5381         (doctor-symptoms): Likewise.
5383         * add-log.el (add-log-current-defun): Clean up handling of DEFUNs.
5385 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
5387         * cus-edit.el (custom-button, custom-button-pressed): New vars.
5388         (custom-raised-buttons): Add :set spec.
5389         (custom-button-unraised, custom-button-pressed-unraised):
5390         New faces, so that custom-raised-buttons actually does something.
5391         (custom-mode): Use custom-button and custom-button-pressed.
5393         * wid-edit.el (widget-specify-button): Don't ignore
5394         widget-mouse-face on graphic terminals.
5395         (widget-move-and-invoke): Cleanup.
5397 2005-10-23  Thien-Thi Nguyen  <ttn@gnu.org>
5399         * whitespace.el (whitespace-cleanup): Doc fix.
5401 2005-10-23  Romain Francoise  <romain@orebokech.com>
5403         * emulation/viper.el (viper-set-hooks): Quote forms passed to
5404         `eval-after-load' to avoid evaluating their result.
5406 2005-10-23  Michael Albinus  <michael.albinus@gmx.de>
5408         * files.el (directory-listing-before-filename-regexp):
5409         New defvar.  Replaces `dired-move-to-filename-regexp' from dired.el.
5411         * dired.el (dired-move-to-filename-regexp): Remove.
5412         All occurences replaced by `directory-listing-before-filename-regexp'.
5414         * dired-x.el, locate.el, vc.el:
5415         Replace `dired-move-to-filename-regexp' by
5416         `directory-listing-before-filename-regexp'.  In vc.el it is
5417         overwritten locally; maybe this can be handled in files.el too.
5419         * net/ange-ftp.el (ange-ftp-date-regexp): Remove.  All occurences
5420         replaced by `directory-listing-before-filename-regexp'.
5422 2005-10-23  Andreas Schwab  <schwab@suse.de>
5424         * font-lock.el (lisp-font-lock-keywords-2): Add eval-at-startup
5425         and eval-next-after-load.
5427 2005-10-23  MIYOSHI Masanori  <miyoshi@meadowy.org>  (tiny change)
5429         * mouse.el (mouse-drag-region): If the *Messages* buffer doesn't
5430         exist, create it.
5432 2005-10-23  Ken Manheimer  <ken.manheimer@gmail.com>
5434         * allout.el: Remove autoloads for mailcrypt and crypt++.
5435         Require pgg, pgg-gpg during compilation.
5436         (allout-version): Increment version number to 2.1, and use a literal
5437         rather than RCS Id.
5438         (allout-default-encryption-scheme): Remove.
5439         (allout-passphrase-verifier-handling)
5440         (allout-passphrase-verifier-string)
5441         (allout-file-passphrase-verifier-string)
5442         (allout-passphrase-hint-string): Rename -key- to -passphrase-.
5443         (allout-passphrase-hint-handling): Rename and simplify.
5444         (allout-init): Use `find-file-hook' if available, otherwise
5445         `find-file-hooks'.
5446         (allout-mode): Use `write-file-functions' if available, otherwise
5447         `local-write-file-hooks' and, instead of making auto-save-hook
5448         buffer local, make the write-file-hook activity contingent to
5449         allout-mode.
5450         (allout-mode): Use key-binding substitution in the docstring.
5451         (allout-kill-line): Spell-out kill ring data structure mutation
5452         instead of using byte-compiler-complaint-provoking `pop'.
5453         (allout-insert-listified): Use `insert' rather than `insert-string'
5454         (allout-toggle-current-subtree-encryption): Update docstring, adjust
5455         to new gpp-based encryption, use new `allout-encrypted-topic-p'.
5456         (allout-encrypt-string): Totally revamped vis new underlying
5457         encryption facilities.
5458         (allout-mc-activate-passwd): Remove.
5459         (allout-obtain-passphrase): New, more or less replaces
5460         allout-mc-activate-passwd.
5461         (allout-encrypted-key-info): More or less replaces
5462         allout-encrypted-text-type.
5463         (outlineify-sticky, outlinify-sticky): Add autoload cookie.
5464         (my-mark-marker): Use `(featurep 'xemacs)'.
5466 2005-10-23  Lars Hansen <larsh@soem.dk>
5468         * emacs-lisp/bytecomp.el (byte-compile-lambda): New arg add-lambda.
5469         (byte-compile-file-form-defmumble, byte-compile-defun)
5470         (byte-compile-defmacro): Use it.
5471         (byte-compile-form): Don't call byte-compile-set-symbol-position
5472         when a byte-compile handler is called.
5474 2005-10-22  Romain Francoise  <romain@orebokech.com>
5476         * savehist.el (savehist-history-variables): Add `grep-find-history'.
5478         * subr.el (eval-after-load): Convert library name to an absolute
5479         file name using locate-library, since load-history no longer has
5480         library names in it.
5482 2005-10-22  Richard M. Stallman  <rms@gnu.org>
5484         * files.el (make-temp-file): Move from subr.el.
5485         * subr.el (make-temp-file): Move to files.el.
5487         * window.el (get-buffer-window-list): Move from subr.el.
5488         * subr.el (get-buffer-window-list): Move to window.el.
5490         * image.el (image-load-path): Use eval-at-startup to initialize.
5492         * subr.el (eval-at-startup): New macro.
5494         * subr.el: Much rearrangement of functions and division
5495         into pages.  No code changes.
5497 2005-10-22  Kenichi Handa  <handa@m17n.org>
5499         * tar-mode.el (tar-extract): Be sure to call
5500         find-operation-coding-system if set-auto-coding doesn't find a
5501         coding system.
5503 2005-10-22  Kim F. Storm  <storm@cua.dk>
5505         * image.el (image-type-header-regexps): Rename from image-type-regexps.
5506         Change users.
5507         (image-type-file-name-regexps): New defconst.
5508         (image-type-from-data): Simplify loop.
5509         (image-type-from-buffer): New defun.
5510         (image-type-from-file-header): Use it instead of image-type-from-data.
5511         Use image-search-load-path instead of only looking in data-directory.
5512         (image-type-from-file-name): New defun.
5513         (image-search-load-path): Change `pathname' to `filename'.
5514         Make PATH arg optional, default to image-load-path.
5516 2005-10-21  Richard M. Stallman  <rms@gnu.org>
5518         * textmodes/texinfo.el (texinfo-mode): Set sentence-end-base.
5520         * textmodes/paragraphs.el (sentence-end-base): New variable.
5521         (sentence-end): Use sentence-end-base.
5523 2005-10-21  Stefan Monnier  <monnier@iro.umontreal.ca>
5525         * font-lock.el (font-lock-default-fontify-region): Check the multiline
5526         property independently from the font-lock-multiline variable.
5528 2005-10-21  Richard M. Stallman  <rms@gnu.org>
5530         * emacs-lisp/find-func.el (find-library-name): Doc fix.
5532         * startup.el (command-line): Convert library names
5533         in `load-history' to absolute file names.
5535         * subr.el (symbol-file): Doc fix.
5537         * loadhist.el (file-loadhist-lookup): Call locate-library
5538         instead of find-library-name.  Don't try converting
5539         abs file names to library names, since load-history no longer
5540         has library names in it.
5541         (file-dependents, file-provides, file-requires): Doc fixes.
5543 2005-10-21  Juri Linkov  <juri@jurta.org>
5545         * progmodes/etags.el (tags-table-mode): New function.
5546         (tags-verify-table): Replace initialize-new-tags-table with
5547         tags-table-mode.
5549         * desktop.el (desktop-buffers-not-to-save): Remove TAGS from the
5550         default value.
5551         (desktop-modes-not-to-save): Add tags-table-mode to the
5552         default value.
5554         * info.el (Info-index-next): Add total number of index
5555         alternatives to the message.
5557         * textmodes/fill.el (fill-nobreak-p): Fix first two rules to skip
5558         backward only space (instead of space and period) before looking
5559         at sentence end.
5561         * simple.el (set-variable): Use user-variable-p instead of symbolp.
5562         Add the old variable value as 4th default-value arg of read-string.
5564 2005-10-21  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
5566         * cus-face.el (custom-declare-face): Make face from X resources
5567         also on Mac.
5569         * disp-table.el (standard-display-g1, standard-display-graphic):
5570         Refuse to use string glyphs also on Mac.
5571         (standard-display-european): Don't set terminal coding system also
5572         on Mac.
5574         * frame.el (display-screens): Use x-display-screens also on Mac.
5576 2005-10-21  Romain Francoise  <romain@orebokech.com>
5578         * net/rcirc.el: Now part of GNU Emacs.  Update FSF's address.
5580 2005-10-21  Stefan Monnier  <monnier@iro.umontreal.ca>
5582         * progmodes/sh-script.el (sh-font-lock-syntactic-keywords): Make $@
5583         and $? into sexps.
5585         * font-lock.el (font-lock-compile-keywords): Add a help-echo to the
5586         warning face on open-paren-in-column-0.
5588         * emacs-lisp/syntax.el (syntax-ppss-flush-cache): Fix corner
5589         boundary case.  Fix typo.
5590         Suggested by Martin Rudalics <rudalics@gmx.at>.
5592 2005-10-21  Carsten Dominik  <dominik@science.uva.nl>
5594         * textmodes/org.el (org-combined-agenda-icalendar-file)
5595         (org-icalendar-include-todo, org-icalendar-combined-name): New options.
5596         (org-export-icalendar-this-file)
5597         (org-export-icalendar-all-agenda-files)
5598         (org-export-icalendar-combine-agenda-files): New commands.
5599         (org-export-icalendar, org-print-icalendar-entries)
5600         (org-start-icalendar-file, org-finish-icalendar-file)
5601         (org-ical-ts-to-string): New functions.
5602         (org-read-date, org-goto-calendar)
5603         (org-agenda-goto-calendar): Inhibit displaying diary entries by
5604         call to `calendar'.
5605         (orgtbl-setup): Remove the :keys arguments from the menu description.
5606         (org-after-save-iCalendar-file-hook): New variable.
5608 2005-10-21  Kenichi Handa  <handa@m17n.org>
5610         * language/vietnamese.el (tcvn-5712): Make it an alias of
5611         vietnamese-tcvn coding-system.
5613 2005-10-20  Michael Albinus  <michael.albinus@gmx.de>
5615         * net/ange-ftp.el (ange-ftp-date-regexp): Handle also the case no
5616         group id is given.
5618 2005-10-20  Stefan Monnier  <monnier@iro.umontreal.ca>
5620         * progmodes/sh-script.el (sh-escaped-line-re): New var.
5621         (sh-here-doc-open-re, sh-font-lock-close-heredoc): Use it.
5622         (sh-font-lock-open-heredoc): Try to properly handle heredoc starters
5623         whose line is either continued or ends with a comment.
5625 2005-10-20  Romain Francoise  <romain@orebokech.com>
5627         * net/rcirc.el (with-rcirc-process-buffer): Move above its first user.
5629         * replace.el (occur-engine): Add follow-link property.
5631         * font-core.el (font-lock-mode): Doc fix.
5633 2005-10-20  Richard M. Stallman  <rms@gnu.org>
5635         * net/rcirc.el: New file.
5637 2005-10-20  Bryan Henderson  <bryanh@giraffe-data.com>  (tiny change)
5639         * term.el (term-term-name): Initialize to "eterm-color".
5641 2005-10-20  Ken Manheimer  <ken.manheimer@gmail.com>
5643         * allout.el: Add autoloads of crypt++ and mailcrypt routines, all
5644         for encryption functionality.
5645         Move allout customization subgroup from `editing' to `outlines' group.
5646         Fix commentary keywords to legitimate ones.
5647         Update author info (using my current email address, obscurified).
5648         (allout-encrypt-string, allout-encryption-produce-work-buffer)
5649         (allout-encrypted-topic-p, allout-encrypted-text-type)
5650         (allout-mc-activate-passwd, allout-create-encryption-key-verifier)
5651         (allout-situate-encryption-key-verifier)
5652         (allout-get-encryption-key-verifier, allout-verify-key)
5653         (allout-next-topic-pending-encryption)
5654         (allout-encrypt-decrypted, allout-encrypted-type-prefix): New funcs.
5655         (outline-topic-encryption-bullet, outline-default-encryption-scheme)
5656         (outline-key-verifier-handling, outline-key-hint-handling)
5657         (outline-encrypt-unencrypted-on-saves): New defcustoms.
5658         (allout-file-key-verifier-string, allout-encryption-scheme)
5659         (allout-key-verifier-string, allout-key-hint-string)
5660         (allout-after-save-decrypt): New variables.
5661         (allout-write-file-hook-handler, allout-auto-save-hook-handler)
5662         (allout-after-saves-handler): New hook functions.
5663         (allout-post-command-business): Do allout-after-save-decrypt.
5664         (allout-enable-file-variable-adjustment): Custom var to enable
5665         mechanism for adding and adjusting settings of Emacs file variables.
5666         (allout-adjust-file-variable, allout-file-vars-section-data):
5667         New functions, implement the mechanism.
5668         (outlineify-sticky): Use the file vars mechanism.
5669         (allout-inhibit-protection, allout-during-write-cue)
5670         (allout-override-protect, allout-before-change-protect): Remove.
5671         (allout-flag-region, allout-open-topic): Adjust read-only text.
5672         (allout-open-line-not-read-only): Add to facilitate read-only
5673         text based protection.
5674         (allout-kill-line): Revise to adjust read-only text, clue the
5675         user about the inhibition.
5676         (allout-unprotected): Use unwind-protect.
5677         (allout-shift-in, allout-shift-out): Disallow manually shifting a
5678         topic deeper than the offspring depth of the previous topic -
5679         avoiding confusing "containment discontinuities".
5680         (allout-reindent-bodies): Fix retention of body relative hanging
5681         indent during promotion of collapsed bodies.
5682         (allout-open-topic): Make it easy to open new topic with same
5683         bullet as current topic - topic creation functions provided with
5684         any universal argument provokes now prompt for bullet, defaulting
5685         to the bullet of the previous topic.
5686         (allout-plain-bullets-string, allout-distinctive-bullets-string):
5687         Plain bullet alternates `.' period and `,' comma only.  All other
5688         bullets are relegated to special status (but customizable).
5689         (allout-end-of-entry): Rename from allout-end-of-current-entry
5690         since it actually operates w.r.t. most immediately containing
5691         entry, visible or not.
5692         (allout-hide-current-entry, allout-show-current-entry): Use the
5693         revised version.
5694         (allout-old-expose-topic): Solidify deprecation.
5695         (allout-end-of-subtree): Add so we can span concealed as well
5696         as visible topics.
5697         (allout-end-of-current-subtree): Use `allout-end-of-subtree'.
5698         (allout-end-of-current-heading): Tweak to just respect the first line.
5699         (allout-get-body-text): Add.
5700         (allout-ascend-to-depth, allout-ascend): Position at end of prefix
5701         when invoked interactively.
5702         (allout-up-current-level): Use `interactive-p'.
5703         (allout-mode, allout-init): Miscellaneous docstring and
5704         operational refinements, as well as hookups of new encryption stuff.
5705         (allout-beginning-of-current-entry): Now works as advertised.
5706         (allout-end-of-current-entry): Remove of superfluous allout-show-entry.
5707         (allout-isearch-rectification): Refine condition for isearching.
5708         (allout-isearch-abort, allout-enwrap-isearch)
5709         (allout-flag-region, my-region-active-p): Relocate some macros.
5710         (allout-title): Fallback title is (buffer-name), not
5711         non-existing (current-buffer-name).
5712         (subst-char-in-string): Define if absent (for some XEmacs versions).
5714 2005-10-20  Jari Aalto  <jari.aalto@cante.net>
5716         * mail/sendmail.el (mail-setup-hook, mail-aliases)
5717         (mail-yank-prefix, mail-indentation-spaces, mail-yank-hooks)
5718         (mail-citation-prefix-regexp, mail-signature-file)
5719         (mail-default-headers, mail-bury-selects-summary)
5720         (mail-send-nonascii): Add autoload cookies.
5722 2005-10-20  Emanuele Giaquinta  <emanuele.giaquinta@gmail.com>  (tiny change)
5724         * frame.el (blink-cursor-mode): Add `mac' to the list of
5725         window-system's that support blinking cursor.
5727 2005-10-20  Reiner Steib  <Reiner.Steib@gmx.de>
5729         * textmodes/org.el (org-level-color-stars-only): Fix typo in docstring.
5731 2005-10-20  Eli Zaretskii  <eliz@gnu.org>
5733         * makefile.w32-in ($(lisp)/mh-e/mh-loaddefs.el):
5734         Bind find-file-suppress-same-file-warnings to t, to avoid warnings due
5735         to different drive letter case in D:/foo/bar.el vs d:/foo/bar.el.
5737 2005-10-20  Kim F. Storm  <storm@cua.dk>
5739         * ido.el (ido-is-tramp-root): Simplify regexp matching tramp root.
5740         (ido-set-current-directory): Don't add / after final @.
5741         (ido-file-name-all-completions-1): Adapt to fixed tramp completion.
5742         Explicitly handle ange-ftp completion oddities.
5743         (ido-make-file-list): Don't rotate list at tramp root to avoid
5744         triggering tramp file handler for expand-file-name via get-file-buffer.
5746 2005-10-19  Stefan Monnier  <monnier@iro.umontreal.ca>
5748         * savehist.el (savehist-coding-system): Revert to checking XEmacs.
5750 2005-10-19  Jay Belanger  <belanger@truman.edu>
5752         * calc/calc-units.el (math-standard-units): Add units, adjust
5753         symbols and update values.
5754         (math-unit-prefixes):  Add more prefixes.
5756 2005-10-19  Romain Francoise  <romain@orebokech.com>
5758         * bookmark.el (bookmark-menu-heading): New face.
5759         (bookmark-bmenu-list): Use it.
5760         Don't fiddle with `baud-rate' at top-level.
5762 2005-10-18  Chong Yidong  <cyd@stupidchicken.com>
5764         * image.el (create-image, find-image): Mention max-image-size in
5765         docstring.
5767 2005-10-18  Stefan Monnier  <monnier@iro.umontreal.ca>
5769         * savehist.el (savehist-load): Revert to checking XEmacs.
5771         * textmodes/conf-mode.el: Don't use font-lock-defaults-alist.
5772         Various docstring and line-width fixups.
5773         (conf-mode): Use cond.
5774         Set font-lock-defaults.  Don't set comment-use-syntax.
5776 2005-10-18  David Ponce  <david@dponce.com>
5778         * tree-widget.el (tree-widget-button-click): New function.
5779         (tree-widget-button-keymap): Use it.
5781 2005-10-18  Romain Francoise  <romain@orebokech.com>
5783         * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
5784         (bookmark-bmenu-hide-filenames): Add follow-link property.
5785         Improve help-echo text.
5787         * ffap.el (find-file-at-point): Doc fix.
5789 2005-10-18  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
5791         * mouse.el (mouse-set-region): Don't do sit-for on a mac frame.
5793 2005-10-18  Masatake YAMATO  <jet@gyve.org>
5795         Install to the CVS repository what I forgot to install in my
5796         2005-10-16 changes.
5798         * progmodes/python.el (python-complete-symbol): Pass the common
5799         prefix substring of completion to `display-completion-list'.
5801         * textmodes/org.el (org-complete): Ditto.
5803 2005-10-18  Masatake YAMATO  <jet@gyve.org>
5805         Fix a bug reported by Sven Joachim <sven_joachim@web.de>.
5807         * woman.el (WoMan-xref-man-page): New button type derived
5808         from `Man-abstract-xref-man-page'.
5809         (woman-mode): Pass `WoMan-xref-man-page' to `Man-highlight-references'.
5811         * man.el (Man-abstract-xref-man-page): New button type.
5812         (Man-xref-man-page): Make it derived from `Man-abstract-xref-man-page'.
5813         (Man-highlight-references): Add new optional argument `xref-man-type'.
5815 2005-10-18  Nick Roberts  <nickrob@snap.net.nz>
5817         * progmodes/gud.el (gud-menu-map): Correct condition for fringe.
5819 2005-10-17  Chong Yidong  <cyd@stupidchicken.com>
5821         * cus-edit.el (Custom-move-and-invoke): Delete.
5822         (custom-mode-map): Bind mouse-1 to widget-move-and-invoke.
5824         * wid-edit.el (widget-move-and-invoke): New function, from
5825         Custom-move-and-invoke.
5827 2005-10-17  Bill Wohler  <wohler@newt.com>
5829         Move all remaining images from lisp/toolbar to etc/images, move
5830         lisp/toolbar/tool-bar to lisp and "delete" lisp/toolbar.  Place
5831         the low resolution images in their own directory (low-color).
5833         * toolbar/attach.*, toolbar/cancel.*, toolbar/close.*,
5834         * toolbar/copy.*, toolbar/cut.*, toolbar/diropen.*, toolbar/exit.*:
5835         * toolbar/help.*, toolbar/home.*, toolbar/index.*, toolbar/info.*:
5836         * toolbar/mail.*, toolbar/new.*, toolbar/open.*, toolbar/paste.*:
5837         * toolbar/preferences.*, toolbar/print.*, toolbar/save.*:
5838         * toolbar/saveas.*, toolbar/search.*, toolbar/search-replace.*:
5839         * toolbar/spell.*, toolbar/undo.*: Move to etc/images.
5841         * toolbar/lc-copy.*: Move to etc/images/low-color/copy.*.
5842         * toolbar/lc-cut.*: Move to etc/images/low-color/cut.*.
5843         * toolbar/lc-help.*: Move to etc/images/low-color/help.*.
5844         * toolbar/lc-home.*: Move to etc/images/low-color/home.*.
5845         * toolbar/lc-index.*: Move to etc/images/low-color/index.*.
5846         * toolbar/lc-new.*: Move to etc/images/low-color/new.*.
5847         * toolbar/lc-open.*: Move to etc/images/low-color/open.*.
5848         * toolbar/lc-paste.*: Move to etc/images/low-color/paste.*.
5849         * toolbar/lc-preferences.*: Move to etc/images/low-color/preferences.*.
5850         * toolbar/lc-print.*: Move to etc/images/low-color/print.*.
5851         * toolbar/lc-save.*: Move to etc/images/low-color/save.*.
5852         * toolbar/lc-saveas.*: Move to etc/images/low-color/saveas.*.
5853         * toolbar/lc-search.*: Move to etc/images/low-color/search.*.
5854         * toolbar/lc-spell.*: Move to etc/images/low-color/spell.*.
5855         * toolbar/lc-undo.*: Move to etc/images/low-color/undo.*.
5857         To conform with convention, replace the underscore (_) in the
5858         following image names with dash (-) or (/) as appropriate.
5860         * toolbar/back_arrow.*: Move to etc/images/back-arrow.*.
5861         * toolbar/fld_open.*: Move to etc/images/fld-open.*.
5862         * toolbar/fwd_arrow.*: Move to etc/images/fwd-arrow.*.
5863         * toolbar/jump_to.*: Move to etc/images/jump-to.*.
5864         * toolbar/left_arrow.*: Move to etc/images/left-arrow.*.
5865         * toolbar/right_arrow.*: Move to etc/images/right-arrow.*.
5866         * toolbar/up_arrow.*: Move to etc/images/up-arrow.*.
5867         * toolbar/lc-back_arrow.*: Move to etc/images/low-color/back-arrow.*.
5868         * toolbar/lc-fwd_arrow.*: Move to etc/images/low-color/fwd-arrow.*.
5869         * toolbar/lc-jump_to.*: Move to etc/images/low-color/jump-to.*.
5870         * toolbar/lc-left_arrow.*: Move to etc/images/low-color/left-arrow.*.
5871         * toolbar/lc-right_arrow.*: Move to etc/images/low-color/right-arrow.*.
5872         * toolbar/lc-up_arrow.*: Move to etc/images/low-color/up-arrow.*.
5873         * toolbar/mail_compose.*: Move to etc/images/mail/compose.*.
5874         * toolbar/mail_send.*: Move to etc/images/mail/send.*.
5876         * info.el (info-tool-bar-map): Replace underscores in image names
5877         with dashes.
5879         * makefile.w32-in (WINS): Remove toolbar.
5881         * menu-bar.el: Replace toolbar/tool-bar.el with tool-bar.el in comment.
5883         * tool-bar.el: Move to lisp from toolbar.  Now that
5884         toolbar is empty, it should be deleted when folks run "cvs up -P".
5886 2005-10-18  Jay Belanger  <belanger@truman.edu>
5888         * calc/calc-store.el (calc-store-into): Get the proper variable name
5889         to display in message.
5891 2005-10-18  Nick Roberts  <nickrob@snap.net.nz>
5893         * progmodes/gdb-ui.el (gdb-var-create-handler): Make watch
5894         expressions display in speedbar for all buffers when debugging.
5895         (gdb-speedbar-expand-node): Ensure node contraction is always updated.
5897         * speedbar.el (speedbar-set-mode-line-format): Indent properly.
5898         (speedbar-insert-button, speedbar-make-button):
5899         Use add-text-properties.
5900         (speedbar-update-localized-contents)
5901         (speedbar-update-directory-contents)
5902         (speedbar-update-special-contents): Use dolist.
5903         (speedbar-buffer-easymenu-definition): Add a menu separator.
5905 2005-10-17  Jason Rumney  <jasonr@gnu.org>
5907         * makefile.w32-in: Use $(lisp) consistently.
5908         (pre-mh-loaddefs.el-SH, pre-mh-loaddefs.el-CMD): New targets
5909         for shell specific generation of mh-autoloads.
5911 2005-10-17  Richard M. Stallman  <rms@gnu.org>
5913         * textmodes/tex-mode.el (tex-font-lock-keywords-2): Undo prev change.
5915 2005-10-17  Stefan Monnier  <monnier@iro.umontreal.ca>
5917         * jit-lock.el (jit-lock-fontify-now):
5918         Move jit-lock-context-unfontify-pos to avoid wasted work.
5920 2005-10-17  Michael Albinus  <michael.albinus@gmx.de>
5922         * net/tramp.el (tramp-completion-mode): New defvar.  Used in
5923         `tramp-completion-mode' for checking if we are in completion mode.
5924         (tramp-completion-handle-file-name-all-completions): Reorder code
5925         in order to complete for file names only in case there are no
5926         method/user/host completions.  This is necessary for cooperation
5927         with ido.  Reported by Kim F. Storm <storm@cua.dk>.
5929 2005-10-16  Chong Yidong  <cyd@stupidchicken.com>
5931         * longlines.el (longlines-search-forward)
5932         (longlines-search-backward): Match any number of spaces.
5934 2005-10-16  Thien-Thi Nguyen  <ttn@gnu.org>
5936         * diff-mode.el (diff-mode): Doc fix.
5938 2005-10-16  David Reitter <david.reitter@gmail.com>
5940         * mail/sendmail.el (send-mail-function): Use mailclient-send-it
5941         as default on darwin and windows systems.
5943 2005-10-16  Sven Joachim  <svenjoac@gmx.de>  (tiny change)
5945         * arc-mode.el (archive-zip-extract): Doc fix.
5947 2005-10-16  Romain Francoise  <romain@orebokech.com>
5949         * mouse.el (mouse-1-click-follows-link): Doc fix.
5951 2005-10-16  Stefan Monnier  <monnier@iro.umontreal.ca>
5953         * savehist.el: Don't require CL at runtime.
5954         (savehist-xemacs): Remove.
5955         (savehist-coding-system): Use utf-8 if present, regardless of religion.
5956         (savehist-no-conversion): Use (featurep 'xemacs).
5957         (savehist-load): Check existence of start-itimer rather than XEmacs.
5958         Use an idle timer.
5959         (savehist-process-for-saving): Replace use of CL funs `subseq' and
5960         `delete-if-not'.
5962 2005-10-16  Hrvoje Niksic  <hniksic@xemacs.org>
5964         * savehist.el: Newer version.
5965         (savehist-autosave-interval, savehist-coding-system, savehist-timer)
5966         (savehist-last-checksum, savehist-no-conversion): New vars.
5967         (savehist-autosave, savehist-process-for-saving, savehist-printable):
5968         New functions.
5969         (savehist-load, savehist-save): Use them.
5970         (savehist-delimit): Remove.
5972 2005-10-16  Stefan Monnier  <monnier@iro.umontreal.ca>
5974         * progmodes/compile.el (compilation-goto-locus): Display the
5975         compilation buffer first and the source buffer second, in case they're
5976         in overlapping frames.  Don't raise the compilation frame if it was the
5977         selected window upon entry.  Pass the `other-window' arg to
5978         pop-to-buffer.
5980         * info.el (Info-fontify-node): Use dolist.
5981         Change add-text-properties to put-text-property.
5983 2005-10-16  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
5985         * textmodes/bibtex.el (bibtex-font-lock-url): Catch when point past
5986         bound of search.
5988 2005-10-16  Masatake YAMATO  <jet@gyve.org>
5990         * dabbrev.el (dabbrev-completion): Pass the common
5991         prefix substring of completion to `display-completion-list'.
5993         * filecache.el (file-cache-minibuffer-complete)
5994         (file-cache-complete): Ditto.
5996         * tempo.el (tempo-display-completions): Ditto.
5998         * wid-edit.el (widget-file-complete, widget-color-complete): Ditto.
6000         * emacs-lisp/lisp.el (lisp-complete-symbol): Ditto.
6002         * eshell/em-hist.el (eshell-list-history): Ditto.
6004         * mail/mailabbrev.el (mail-abbrev-complete-alias): Ditto.
6006         * mail/mailalias.el (mail-complete): Ditto.
6008         * progmodes/etags.el (complete-tag): Ditto.
6010         * progmodes/make-mode.el (makefile-complete): Ditto.
6012         * progmodes/meta-mode.el (meta-complete-symbol): Ditto.
6014         * progmodes/octave-mod.el (octave-complete-symbol): Ditto.
6016         * progmodes/pascal.el (pascal-complete-word)
6017         (pascal-show-completions): Ditto.
6019         * textmodes/bibtex.el (bibtex-complete-internal): Ditto.
6021         * simple.el (completion-common-substring): New variable.
6022         (completion-setup-function): Use `completion-common-substring'
6023         to put faces.
6025 2005-10-16  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
6027         * term/mac-win.el: Apply 2005-10-09 change for term/x-win.el.
6028         (x-get-selection, mac-select-convert-to-string): Convert from/to
6029         UTF-16 clipboard data as in native byte order, no BOM.
6031 2005-10-16  Nick Roberts  <nickrob@snap.net.nz>
6033         * progmodes/gud.el (gud-tool-bar-map): Rename the images
6034         appropriately (gud/next, gud/nexti, gud/step, gud/stepi).
6035         (gud-sentinel): Use speedbar-frame to check for speedbar.
6037 2005-10-15  Richard M. Stallman  <rms@gnu.org>
6039         * savehist.el: New file.
6041 2005-10-14  Karl Chen  <quarl@cs.berkeley.edu>
6043         * textmodes/tex-mode.el (tex-font-lock-keywords-2):
6044         Fix bug in \bf fontification.
6046 2005-10-15  Stefan Monnier  <monnier@iro.umontreal.ca>
6048         * pcvs.el (cvs-edit-log-files): New var.
6049         (cvs-mode-edit-log): New arg `file'.
6050         (cvs-edit-log-minor-wrap): Don't set the ignore-marks property.
6051         Instead force the use of the original file and nothing else.
6052         (cvs-edit-log-filelist): Don't use the cvs-mode-* function unless
6053         the cvs-minor-wrap-function is set.
6054         (cvs-do-edit-log): Obey the vars set in cvs-edit-log-minor-wrap.
6056 2005-10-14  Bill Wohler  <wohler@newt.com>
6058         * toolbar/gud-break.*: Moved to etc/images/gud/break.*.
6059         * toolbar/gud-cont.*: Moved to etc/images/gud/cont.*.
6060         * toolbar/gud-down.*: Moved to etc/images/gud/down.*.
6061         * toolbar/gud-finish.*: Moved to etc/images/gud/finish.*.
6062         * toolbar/gud-ni.*: Moved to etc/images/gud/ni.*.
6063         * toolbar/gud-n.*: Moved to etc/images/gud/n.*.
6064         * toolbar/gud-print.*: Moved to etc/images/gud/print.*.
6065         * toolbar/gud-pstar.*: Moved to etc/images/gud/pstar.*.
6066         * toolbar/gud-remove.*: Moved to etc/images/gud/remove.*.
6067         * toolbar/gud-run.*: Moved to etc/images/gud/run.*.
6068         * toolbar/gud-si.*: Moved to etc/images/gud/si.*.
6069         * toolbar/gud-s.*: Moved to etc/images/gud/s.*.
6070         * toolbar/gud-until.*: Moved to etc/images/gud/until.*.
6071         * toolbar/gud-up.*: Moved to etc/images/gud/up.*.
6072         * toolbar/gud-watch.*: Moved to etc/images/gud/watch.*.
6074         * progmodes/gud.el (gud-tool-bar-map): Rename the images
6075         appropriately (for example, gud-break to gud/break).
6077 2005-10-14  Chong Yidong  <cyd@stupidchicken.com>
6079         * longlines.el (longlinges-search-function)
6080         (longlines-search-forward, longlines-search-backward): New functions.
6081         (longlines-mode): Set isearch-search-fun-function to
6082         longlinges-search-function.
6084         * mouse.el (mouse-drag-region-1): Handle the case where a
6085         double-click event is bound to an arbitrary function.
6087 2005-10-14  David Ponce  <david@dponce.com>
6089         * recentf.el (recentf-track-opened-file)
6090         (recentf-track-closed-file, recentf-update-menu)
6091         (recentf-used-hooks, recentf-enabled-p): Move before dialog stuff.
6092         (recentf-dialog-mode-map): Map follow-link to RET, so dialogs obey
6093         mouse-1-click-follows-link.
6095 2005-10-13  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
6097         * toolbar/diropen.xpm, toolbar/diropen.pbm: New versions made from
6098         Gnome file-manager.png.  Suggested by
6099         Joachim Nilsson <joachim.nilsson@vmlinux.org>.
6101         * toolbar/README: Add diropen.xpm.
6103 2005-10-13  Bill Wohler  <wohler@newt.com>
6105         * makefile.w32-in (MH_E_SRC): Rename from MH-E-SRC per NMAKE
6106         restrictions.  Suggested by David Robinow <drobinow@gmail.com>.
6108 2005-10-13  Stefan Monnier  <monnier@iro.umontreal.ca>
6110         * progmodes/mixal-mode.el (mixal-operation-codes-alist):
6111         Don't waste the byte-compiler's time on constant data.
6113 2005-10-13  Kenichi Handa  <handa@m17n.org>
6115         * international/utf-8.el (utf-8-compose): Display an invalid UTF-8
6116         byte with `escape-glyph' face.
6118         * international/fontset.el (ccl-encode-unicode-font):
6119         Lookup utf-subst-table-for-encode, not ucs-mule-cjk-to-unicode.
6120         Handle the case that ucs-mule-to-mule-unicode translates a character to
6121         ASCII (usually for IPA characters).
6123 2005-10-12  Stefan Monnier  <monnier@iro.umontreal.ca>
6125         * info.el (Info-fontify-node): Don't be fooled by a lone "...".
6126         Don't hide the underline of titles if font-lock-mode is disabled.
6128 2005-10-12  Bill Wohler  <wohler@newt.com>
6130         * makefile.w32-in (MH-E-SRC): New. Used by mh-autoloads.
6131         (mh-autoloads): New. Builds mh-e/mh-loaddefs.el. Rebuilds if any
6132         files in MH-E-SRC have been updated.
6133         (updates, compile, recompile, bootstrap): Depend on mh-autoloads.
6135 2005-10-12  Stefan Monnier  <monnier@iro.umontreal.ca>
6137         * progmodes/mixal-mode.el (mixal-operation-codes): Remove.
6138         (mixal-mode-syntax-table): Add \n as end-comment.
6139         (mixal-operation-codes-alist): Immediately initialize to full value.
6140         (mixal-add-operation-code): Remove.
6141         (mixal-describe-operation-code): Make the arg non-optional.
6142         Use the interactive spec instead.
6143         Use mixal-operation-codes-alist rather than mixal-operation-codes.
6144         (mixal-font-lock-keywords): Don't highlight comments here any more.
6145         (mixal-font-lock-syntactic-keywords): New var.
6146         (mixal-mode): Use it.  Fix comment-start-skip.
6148 2005-10-12  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
6150         * startup.el (command-line-x-option-alist): -nb => -nbi
6152 2005-10-12  Kim F. Storm  <storm@cua.dk>
6154         * startup.el (fancy-splash-default-action): Discard mouse click in
6155         the splash screen window, as it has no sensible meaning in the
6156         next window to be selected.  Fixes error reported by Jan D.
6158 2005-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
6160         * desktop.el (desktop-load-file): Do nothing when FUNCTION is nil.
6162 2005-10-11  Stefan Monnier  <monnier@iro.umontreal.ca>
6164         * progmodes/mixal-mode.el: Sync with version in the GNU MDK project.
6165         Try to fix up minor layout issues like indentation, line break, etc...
6166         (mixal-mode-syntax-table): Don't try to specify comment syntax,
6167         because it doesn't work.
6168         (mixal-operation-codes): Add some more codes.
6169         (mixal-font-lock-keywords): Process comments here.
6170         (mixal-mode): mixasm no longer needs -g option.
6172 2005-10-11  Sven Joachim  <svenjoac@gmx.de>  (tiny change)
6174         * progmodes/sh-script.el (sh-tmp-file):
6175         Use mktemp -t.  Finish support for es and rc shells.
6177 2005-10-11  Jay Belanger  <belanger@truman.edu>
6179         * calc/calcalg2.el (calc-integral): With an argument, compute the
6180         definite integral.
6182 2005-10-11  Chong Yidong  <cyd@stupidchicken.com>
6184         * mouse.el (mouse-drag-region-1): Don't try to catch a
6185         double-click when doing follow-link (it's overridden anyway).
6187 2005-10-11  Juanma Barranquero  <lekktu@gmail.com>
6189         * emacs-lisp/autoload.el (update-directory-autoloads): Doc fix.
6190         (autoload-print-form-outbuf): Add docstring.
6192 2005-10-11  Juri Linkov  <juri@jurta.org>
6194         * info.el (Info-mode-menu): Delete menu item "Edit".
6195         (Info-mode): Delete description of Info-edit from docstring,
6196         and rearrange descriptions of Info commands in the order
6197         they are documented in the Info manual.
6199 2005-10-11  Stefan Monnier  <monnier@iro.umontreal.ca>
6201         * calendar/appt.el (appt-check): Use diary-selective-display var.
6203 2005-10-10  Richard M. Stallman  <rms@gnu.org>
6205         * net/newsticker.el (newsticker-start, newsticker-show-news):
6206         Add autoload cookies.
6208 2005-10-10  Emanuele Giaquinta  <emanuele.giaquinta@gmail.com>
6210         * progmodes/sh-script.el (sh-tmp-file): Use mktemp.
6212 2005-10-10  Karl Chen  <quarl@cs.berkeley.edu>
6214         * jka-cmpr-hook.el (jka-compr-handler): Fix typo in `operations' prop.
6216 2005-10-10  Jay Belanger  <belanger@truman.edu>
6218         * calc/calc-arith.el (math-check-known-scalarp)
6219         (math-check-known-matrixp): Check the values of arguments that are
6220         variables.
6221         (math-check-known-square-matrixp): New function.
6222         (math-known-square-matrixp): Use math-check-known-square-matrixp.
6223         (math-super-types): Add sqmatrix type.
6225         * calc/calc-mode.el (calc-matrix-mode, math-get-modes-vec): Change the
6226         mode name `square' to `sqmatrix'.
6228         * calc/calc.el (calc-matrix-mode, calc-set-mode-line): Change the
6229         mode name `square' to `sqmatrix'.
6231 2005-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
6233         * progmodes/etags.el (select-tags-table-mode): Don't use
6234         selective-display.
6235         (tags-select-tags-table): Pass `button' to the action function.
6236         (select-tags-table): Place the side-info on button properties rather
6237         than in hidden text.  Abbreviate file names.
6238         (select-tags-table-mode-map): Inherit rather than copy buttom-map.
6239         (select-tags-table-select): Add `button' argument.
6240         Get side-info from the button property rather than from hidden text.
6242 2005-10-11  Nick Roberts  <nickrob@snap.net.nz>
6244         * progmodes/gud.el (gud-install-speedbar-variables): Add more bindings.
6245         (gud-speedbar-buttons): Preserve point if possible.
6246         (gud-sentinel): Restore previous speedbar display type.
6248         * progmodes/gdb-ui.el (gdba): Improve diagram.
6249         (def-gdb-auto-update-handler, gdb-info-locals-handler)
6250         (gdb-put-breakpoint-icon, gdb-remove-breakpoint-icons):
6251         Call get-buffer-window once.
6253 2005-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
6255         * progmodes/pascal.el (pascal-mode-map): Move init into declaration.
6256         (pascal-mode-syntax-table): Make (* *) markers same class as { ... }.
6257         (pascal-indent-command): Remove unused var `ind'.
6258         (pascal-indent-case): Remove unused var `oldpos'.
6259         (pascal-outline-map): Don't inherit from pascal-mode-map anymore,
6260         since it's now used as a proper minor mode map.
6261         (pascal-outline): Rename to pascal-outline-mode.
6262         (pascal-outline-mode): Use define-minor-mode.
6263         (pascal-outline-mode, pascal-outline-change): Use overlays rather than
6264         selective-display.
6266 2005-10-10  Andreas Schwab  <schwab@suse.de>
6268         * textmodes/tex-mode.el (tex-font-lock-keywords-2): Adjust match
6269         number.  Reported by Karl Chen <quarl@cs.berkeley.edu>.
6271         * Makefile.in ($(lisp)/mh-e/mh-loaddefs.el): Fix for building
6272         outside source directory.
6274 2005-10-10  Carsten Dominik  <dominik@science.uva.nl>
6276         * textmodes/org.el (org-mode-map): Explicit definition of `C-c
6277         C-x' as a prefix.
6278         (orgtbl-mode-map): Full keymap instead of sparse, because all
6279         `self-insert-command' keys are redefined in this map.
6280         (org-export-as-html): Specify charset for HTML file, by taking it
6281         from the coding system.
6283 2005-10-10  Kenichi Handa  <handa@m17n.org>
6285         * textmodes/flyspell.el (flyspell-check-word-p):
6286         If unread-command-events is non-empty, don't call sit-for.
6288 2005-10-09  Richard M. Stallman  <rms@gnu.org>
6290         * font-lock.el (font-lock-syntactic-keywords)
6291         (font-lock-keywords): Doc fixes.
6293         * textmodes/flyspell.el (flyspell-external-point-words):
6294         Simplify logic, and don't try to check for consecutive appearances
6295         of one incorrect word.
6297 2005-10-10  Nick Roberts  <nickrob@snap.net.nz>
6299         * speedbar.el (speedbar-buffer-easymenu-definition): Add menu
6300         separator.
6302         * progmodes/gud.el (gud-last-speedbar-buffer): Remove.
6303         (gud-install-speedbar-variables): Add GUD to speedbar "Displays" list.
6304         (gud-expansion-speedbar-buttons): New function.
6305         (gud-speedbar-buttons): Check for gud-comint-buffer.
6307 2005-10-09  Bill Wohler  <wohler@newt.com>
6309         * Makefile.in (updates): Add mh-loaddefs dependency.
6311 2005-10-09  Chong Yidong  <cyd@stupidchicken.com>
6313         * speedbar.el (speedbar-file-key-map): Fix typo.
6315 2005-10-09  Daniel Brockman  <daniel@brockman.se>
6317         * cus-start.el (line-spacing): Add custom spec.
6319 2005-10-09  Romain Francoise  <romain@orebokech.com>
6321         * textmodes/ispell.el (ispell-check-version): Fix last change.
6323 2005-10-09  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
6325         * term/x-win.el: Remove -i, --icon-type from comment.
6327         * startup.el (command-line-x-option-alist): Remove options -i,
6328         -itype, --icon-type, added -nb, --no-bitmap-icon
6330 2005-10-09  Nick Roberts  <nickrob@snap.net.nz>
6332         * progmodes/gud.el (gud-speedbar-menu-items): Use :visible
6333         instead of :active.
6335 2005-10-08  Eric Hanchrow  <offby1@blarg.net>  (tiny change)
6337         * textmodes/ispell.el (ispell-check-version):
6338         Ignore hyphen, and all that follows, in aspell's version text.
6340 2005-10-08  Jay Belanger  <belanger@truman.edu>
6342         * calc/calc-arith.el (math-known-square-matrixp): New function.
6343         (math-pow-fancy): Check for matrices before distributing exponent
6344         across products.
6346         * calc/calc-keypd.el (calc-do-keypad): Widen keypad window for
6347         fullscreen keypad.  Suggested by Luc Teirlinck.
6348         (calc-keypad-show-input): Add space for formatting.
6350         * calc/calc-mode.el (calc-matrix-mode, math-get-modes-vec):
6351         Add square matrix option.
6353         * calc/calc-poly.el (math-expand-term): Check for matrices instead
6354         of checking calc-matrix-mode when deciding how to expand.
6356         * calc/calc.el (calc-set-mode-line): Add square matrix option.
6358 2005-10-08  Lars Hansen  <larsh@soem.dk>
6360         * net/tramp.el (tramp-perl-directory-files-and-attributes):
6361         Add error handling.
6362         (tramp-handle-directory-files-and-attributes): Handle perl error msg.
6364 2005-10-08  Michael Albinus  <michael.albinus@gmx.de>
6366         Sync with Tramp 2.0.51.
6368         * net/tramp.el (tramp-handle-set-visited-file-modtime)
6369         (tramp-handle-insert-file-contents, tramp-handle-write-region):
6370         Insert special handling for `last-coding-system-used', again
6371         it still seems to be necessary (unlike stated before).
6372         Reported by Toshinori Sugita <sugita@d-pad.co.jp>.
6373         (tramp-password-prompt-regexp): There might be other words before
6374         trailing ":".  Reported by Kurt Steinkraus <kurt@steinkraus.us>.
6375         (tramp-chunksize): Improve docstring.
6376         (tramp-set-auto-save-file-modes): Octal integer code #o600 breaks
6377         Emacs 20.  Use `tramp-octal-to-decimal' therefore.  Reported by
6378         Christian Joergensen <bugs@razor.dk>.
6380 2005-10-07  Glenn Morris  <rgm@gnu.org>
6382         * progmodes/f90.el (f90-keywords-re, f90-mode): Doc fix.
6383         (f90-font-lock-keywords-2, f90-mode-abbrev-table): Add `double
6384         precision'.
6386 2005-10-07  Romain Francoise  <romain@orebokech.com>
6388         * ibuf-ext.el (ibuffer-do-shell-command-pipe)
6389         (ibuffer-do-shell-command-pipe-replace)
6390         (ibuffer-do-shell-command-file, ibuffer-do-eval)
6391         (ibuffer-do-view-and-eval, ibuffer-do-rename-uniquely)
6392         (ibuffer-do-revert, ibuffer-do-replace-regexp)
6393         (ibuffer-do-query-replace, ibuffer-do-query-replace-regexp)
6394         (ibuffer-do-print, ibuffer-filter-by-mode, ibuffer-filter-by-used-mode)
6395         (ibuffer-filter-by-name, ibuffer-filter-by-filename)
6396         (ibuffer-filter-by-size-gt, ibuffer-filter-by-size-lt)
6397         (ibuffer-filter-by-content, ibuffer-filter-by-predicate
6398         (ibuffer-do-sort-by-major-mode, ibuffer-do-sort-by-mode-name)
6399         (ibuffer-do-sort-by-alphabetic, ibuffer-do-sort-by-size):
6400         Autoload file sans suffix.
6402         * emulation/cua-base.el (cua-toggle-global-mark): Likewise.
6404 2005-10-07  David Ponce  <david@dponce.com>
6406         * recentf.el (recentf-menu-open-all-flag): New option.
6407         (recentf-digit-shortcut-command-name): New function.
6408         (recentf--shortcuts-keymap): New variable.
6409         (recentf-menu-shortcuts): New variable.
6410         (recentf-make-menu-items): Initialize it.  Replace the "More..."
6411         menu item by "All...", if `recentf-menu-open-all-flag' is non-nil.
6412         (recentf-menu-value-shortcut): New function.
6413         (recentf-make-menu-item): Use it.  No more in-lined.
6414         (recentf-dialog-mode-map): Base on `recentf--shortcuts-keymap'.
6415         (recentf-open-most-recent-file): Rename from
6416         `recentf-open-file-with-key'.  Don't depend on key binding.
6417         (recentf-mode-map): New variable.
6418         (recentf-mode): Use it.
6420 2005-10-06  Bill Wohler  <wohler@newt.com>
6422         * mh-e/mh-loaddefs.el: Remove.  Now generated automatically.
6424         * Makefile.in (AUTOGENEL): Add mh-e/mh-loaddefs.el.
6425         (MH-E-SRC): New.  Used by mh-autoloads.
6426         (mh-autoloads): New.  Builds mh-e/mh-loaddefs.el.  Rebuilds if any
6427         files in MH-E-SRC have been updated.
6428         (compile, recompile, bootstrap): Depend on mh-autoloads.
6430 2005-10-07  Nick Roberts  <nickrob@snap.net.nz>
6432         * progmodes/gud.el (gud-menu-map): Only display un-intuitive
6433         gud-break and gud-remove icons when the fringe is not available.
6435         * progmodes/gdb-ui.el (gdb-fringe-width -> gdb-buffer-fringe-width):
6436         Typo.
6438 2005-10-06  Michael Cadilhac  <michael.cadilhac-@t-lrde.epita.fr>  (tiny change)
6440         * play/zone.el (zone): Wrap body with save-window-excursion.
6442 2005-10-06  Stefan Monnier  <monnier@iro.umontreal.ca>
6444         * calendar/cal-menu.el (calendar-mouse-view-diary-entries):
6445         Use the new `list-only' arg to diary-list-entries.
6447         * calendar/diary-lib.el: Use overlays rather than selective-display.
6448         (diary-selective-display): New var.
6449         (diary-header-line-format): Use it.
6450         (diary-list-entries): Add argument `list-only'.
6451         Put the buffer in diary-mode.  Don't add \^M at beg and end.
6452         Replace \^M by invisible overlays.
6453         (diary-unhide-everything): Replace \^M by invisible overlays.
6454         (print-diary-entries): Look for overlays rather than \^M.
6455         Add a space to the temp buffer name.
6456         (diary-show-all-entries, mark-diary-entries, make-diary-entry):
6457         Put the buffer in diary-mode.
6458         (list-sexp-diary-entries): Replace \^M by invisible overlays.
6459         (diary-anniversary): Make the year arg optional.
6460         (diary-time-regexp): New const.
6461         (diary-font-lock-keywords): Use it to accept a few more time formats.
6463         * pcvs.el (cvs-sentinel): Make sure we do re-enable undo.
6465 2005-10-06  Thien-Thi Nguyen  <ttn@gnu.org>
6467         * textmodes/artist.el (artist-ellipse-mirror-quadrant):
6468         Fix bug introduced 2005-07-03: Use (car (last ...))
6469         to faithfully reproduce replaced artist-last.
6470         (artist-set-arrow-points-for-poly): Likewise.
6471         Suggested by Johan Bockg\e,Ae\e(Brd.
6473 2005-10-06  Juanma Barranquero  <lekktu@gmail.com>
6475         * dframe.el (x-pointer-hand2, x-pointer-top-left-arrow):
6476         * wid-edit.el (widget):
6477         * progmodes/gdb-ui.el (gdb-buffer-fringe-width):
6478         * progmodes/vhdl-mode.el (speedbar-attached-frame): Add defvars.
6480 2005-10-06  Kenichi Handa  <handa@m17n.org>
6482         * international/mule-cmds.el (set-language-environment):
6483         Fix setting up of case-table for unibyte mode.
6485         * simple.el (what-cursor-position): If the character is displayed
6486         by some `display' text property, show that.  Don't use
6487         single-key-description for eight-bit characters in multibyte mode.
6489 2005-10-06  Nick Roberts  <nickrob@snap.net.nz>
6491         * progmodes/gdb-ui.el (gdb-fringe-width): New variable.
6492         (gdb-ann3): Set it.
6493         (gdb-put-breakpoint-icon): Don't take fringe-width from speedbar frame.
6494         (gdb-info-frames-custom): Use inverse-video for first five
6495         characters of selected frame only.
6496         (gdb-get-frame-number): Select frame even when point is on frame
6497         number.
6499 2005-10-06  Masatake YAMATO  <jet@gyve.org>
6501         * progmodes/gdb-ui.el (gdb-info-breakpoints-custom):
6502         Put `font-lock-function-name-face'.
6503         (gdb-info-frames-custom): Put `font-lock-function-name-face'
6504         and `font-lock-variable-name-face'
6505         (gdb-registers-font-lock-keywords): New font lock keywords definition.
6506         (gdb-registers-mode): Use `gdb-registers-font-lock-keywords`.
6507         (gdb-memory-font-lock-keywords): New font lock keywords definition.
6508         (gdb-memory-mode): Use `gdb-memory-font-lock-keywords'.
6509         (gdb-local-font-lock-keywords): New font lock keywords definition.
6510         (gdb-locals-mode): Use `gdb-local-font-lock-keywords'
6511         (gdb-threads-font-lock-keywords): New font lock keywords definition.
6512         (gdb-threads-mode): Use `gdb-threads-font-lock-keywords'.
6514 2005-10-05  Michael Kifer  <kifer@cs.stonybrook.edu>
6516         * ediff-merge.el (ediff-merge-region-is-non-clash): New defsubst.
6517         (ediff-merge-region-is-non-clash-to-skip): Previously called
6518         ediff-merge-region-is-non-clash.
6520         * ediff-mult.el (ediff-append-custom-diff, ediff-meta-show-patch):
6521         Use insert-buffer-substring.
6523         * ediff-ptch.el (ediff-fixup-patch-map): Use better heuristics for
6524         selecting files to patch.  Also bug fixes.
6526         * ediff-util.el (ediff-setup): Bug fix.
6527         (ediff-next-difference): Never skip clashes that differ in white
6528         space only.
6530         * ediff-wind.el (ediff-setup-control-frame)
6531         (ediff-destroy-control-frame): Check the menubar feature.
6533         * viper-cmd.el (viper-normalize-minor-mode-map-alist)
6534         (viper-refresh-mode-line): Use make-local-variable to localize
6535         some vars instead of make-variable-buffer-local.  Suggested by
6536         Stefan Monnier.
6538         * viper-init.el (viper-make-variable-buffer-local): Delete alias.
6539         (viper-restore-cursor-type, viper-set-insert-cursor-type):
6540         Use make-local-variable instead of make-variable-buffer-local.
6541         Suggested by Stefan Monnier.
6543         * viper.el (viper-mode): Don't use viper-make-variable-buffer-local.
6544         (viper-comint-mode-hook): Use make-local-variable on
6545         require-final-newline.
6546         (viper-non-hook-settings): Don't use make-variable-buffer-local.
6548 2005-10-05  Stefan Monnier  <monnier@iro.umontreal.ca>
6550         * progmodes/scheme.el (scheme-mode-syntax-table): Mark ; as being
6551         also the second char of a comment-start sequence.
6552         (scheme-sexp-comment-syntax-table): New var.
6553         (lambda, define): Set their scheme-doc-string-elt property.
6554         (scheme-font-lock-syntactic-face-function): Handle sexp-comments.
6555         Use lisp-font-lock-syntactic-face-function now that it properly
6556         handles |...| symbols.
6557         (scheme-mode-variables): Set lisp-doc-string-elt-property,
6558         parse-sexp-lookup-properties and font-lock-extra-managed-props.
6560         * emacs-lisp/lisp-mode.el (lisp-mode-syntax-table): Move the nesting
6561         bit from # to |.
6562         (lisp-font-lock-syntactic-face-function): Distinguish |...| symbols.
6564         * emacs-lisp/lisp-mode.el (lambda): Add its doc-string-elt property.
6565         (lisp-doc-string-elt-property): New var.
6566         (lisp-font-lock-syntactic-face-function): Use it.
6567         Rewrite to recognize docstrings even for forms not at toplevel.
6569         * progmodes/scheme.el (scheme-mode-syntax-table): Put the nested
6570         annotation on the | part of #| rather than on the # part.
6571         (scheme-font-lock-syntactic-face-function): New function, to
6572         distinguish strings from |...| symbols.
6573         (scheme-mode-variables): Use it.  Also fix up the font-lock-time
6574         syntax-table so that #|...|# is properly highlighted.
6576         * emacs-lisp/lisp-mode.el (lisp-font-lock-syntactic-face-function):
6577         Don't mark as docstring the 3rd elem of an unknown toplevel form.
6579 2005-10-04  Stefan Monnier  <monnier@iro.umontreal.ca>
6581         * bindings.el (global-map): Resync [home] and [end] bindings with C-a
6582         and C-e.
6584         * emacs-lisp/eldoc.el: Move comments into docstrings.
6585         (eldoc-message-commands): Initialize in its declaration.
6586         Add move-beginning-of-line and move-end-of-line.
6587         (eldoc-add-command, eldoc-add-command-completions)
6588         (eldoc-remove-command, eldoc-remove-command-completions): Simplify.
6590         * outline.el (outline-mark-subtree): Activate the mark.
6592         * calendar/appt.el (appt-time-regexp): New var.
6593         (appt-add, appt-make-list): Use it.
6594         (appt-convert-time): Clean up.
6596         * textmodes/tex-mode.el (tex-font-lock-syntactic-face-function):
6597         Don't set any syntax-table property here.
6598         (tex-font-lock-verb): New function.  Do it here.
6599         (tex-font-lock-syntactic-keywords): Use it.
6601 2005-10-04  Richard M. Stallman  <rms@gnu.org>
6603         * wid-edit.el (widget-file-complete): Get the widget start point
6604         the right way.  Default directory to `/' if file has none.
6606         * x-dnd.el (x-dnd-drop-data): Check for dedicated windows.
6608         * textmodes/flyspell.el (flyspell-mode-on):
6609         Call ispell-maybe-find-aspell-dictionaries.
6611         * textmodes/ispell.el (ispell-word, ispell-region):
6612         Call ispell-maybe-find-aspell-dictionaries.
6613         (ispell-accept-buffer-local-defs):
6614         Don't call ispell-maybe-find-aspell-dictionaries
6616 2005-10-04  Richard M. Stallman  <rms@gnu.org>
6618         * iswitchb.el (iswitchb-buffer-ignore): Label it risky.
6620 2005-10-04  Emilio C. Lopes  <eclig@gmx.net>
6622         * iswitchb.el (iswitchb-ignore-buffername-p): Use `functionp'
6623         instead of `fboundp' in order to allow for anonymous functions.
6625 2005-10-04  Chong Yidong  <cyd@stupidchicken.com>
6627         * info.el (Info-next, Info-prev, Info-up): Select info buffer, in
6628         case the user clicks on the link while another window is selected.
6629         (Info-speedbar-hierarchy-buttons): Use speedbar-current-frame.
6631         * dframe.el (dframe-update-keymap): Use mouse-1-click-follows-link
6632         functionality.
6633         (dframe-help-echo): Save point in case mouse tracking is off.
6635 2005-10-04  Thien-Thi Nguyen  <ttn@gnu.org>
6637         * net/ange-ftp.el (ange-ftp-ls): Fix typo introduced in last change.
6639 2005-10-03  Stefan Monnier  <monnier@iro.umontreal.ca>
6641         * progmodes/cc-styles.el (c-setup-paragraph-variables): Make sure we do
6642         not change the global value of those vars.
6644         * progmodes/cc-mode.el (c-basic-common-init): Remove calls to
6645         make-local-variable which we do not need any more.
6647 2005-10-03  Chong Yidong  <cyd@stupidchicken.com>
6649         * speedbar.el (speedbar-ignored-path-regexp, speedbar-line-path)
6650         (speedbar-ignored-path-expressions, speedbar-buffers-line-path)
6651         (speedbar-add-ignored-path-regexp, speedbar-buffers-line-path)
6652         (speedbar-path-line): Define obsolete aliases.
6653         (speedbar-line-directory): Doc fix.
6655         * progmodes/vhdl-mode.el (vhdl-speedbar-initialize)
6656         (vhdl-speedbar-rescan-hierarchy): Call speedbar-line-directory
6657         instead of speedbar-line-path.
6659 2005-10-03  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
6661         * x-dnd.el (x-dnd-drop-data): Don't set dnd-open-file-other-window
6662         to nil if dropping on a window.  Handle dropping on a minibuffer window
6663         like dropping on a non-window part of Emacs.
6665 2005-10-03  Stefan Monnier  <monnier@iro.umontreal.ca>
6667         * net/ange-ftp.el: Use with-current-buffer.
6668         (ange-ftp-insert-directory): Do not follow symlinks any more.
6670         * textmodes/ispell.el (ispell-find-aspell-dictionaries):
6671         Remove interactive spec.
6673 2005-10-03  Kim F. Storm  <storm@cua.dk>
6675         * ido.el (ido-mode): Use custom-initialize-set.
6677 2005-10-02  Richard M. Stallman  <rms@gnu.org>
6679         * progmodes/ebnf2ps.el (ebnf-eps-production-list):
6680         Use insert-buffer-substring.
6682         * net/tramp.el: Pacify byte compiler warnings in pacification code.
6683         (tramp-handle-file-local-copy): Use insert-buffer-substring.
6685 2005-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
6687         * net/ange-ftp.el (ange-ftp-insert-directory): Undo unintended part
6688         in last change.
6689         (ange-ftp-insert-directory): Fix up the search for the case where
6690         `file' is absolute.
6692 2005-10-02  Romain Francoise  <romain@orebokech.com>
6694         * progmodes/compile.el (compile-goto-error): Delete extra paren.
6696 2005-10-02  Andreas Schwab  <schwab@suse.de>
6698         * ediff-ptch.el (ediff-fixup-patch-map): Handle file names without
6699         directory component in the session info.
6701 2005-10-01  Richard M. Stallman  <rms@gnu.org>
6703         * comint.el (comint-redirect-subvert-readonly): Doc fix.
6705         * simple.el (next-error-internal): New function.
6707         * progmodes/compile.el (compilation-buffer-name): New arg MODE-COMMAND.
6708         (compilation-start): Pass new arg to compilation-buffer-name.
6709         (compile-goto-error): Use next-error-internal.
6711 2005-10-01  Chong Yidong  <cyd@stupidchicken.com>
6713         * speedbar.el: Remove RCS tag.
6714         (speedbar-check-read-only): Handle non-existent files.
6716         * dframe.el, ezimage.el, sb-image.el: Remove RCS tags.
6718         * info.el (Info-speedbar-hierarchy-buttons)
6719         (Info-speedbar-goto-node): Call speedbar-select-attached-frame.
6721 2005-10-01  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
6723         * textmodes/bibtex.el (bibtex-valid-entry-whitespace-re):
6724         Do not match newline.
6725         (bibtex-realign): Do not use bibtex-valid-entry-whitespace-re.
6726         (bibtex-summary): Remove unnecessary save-excursion.
6727         (bibtex-fill-field-bounds): Use fill-region-as-paragraph.
6729 2005-10-01  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
6731         * term/mac-win.el: Add charset info for "iso10646-1".
6732         Modify default fontset to use ATSUI-compatible fonts for some charsets
6733         if available.
6735 2005-10-01  Chong Yidong  <cyd@stupidchicken.com>
6737         * speedbar.el: Re-apply arch tag.
6738         (speedbar-version): Rename to version 1.0.  Suggested by Eric
6739         M. Ludlam.
6740         Reapply two changes from Emacs CVS' version of speedbar lost
6741         during the merge:
6742         (speedbar-use-imenu-flag): Avoid unnecessary use of locate-library.
6743         (speedbar-frame-parameters): Improve customize type.
6745 2005-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
6747         * net/ange-ftp.el (ange-ftp-gwp-start): Use with-current-buffer.
6748         (ange-ftp-file-directory-p): Fix the symlink case.
6749         (ange-ftp-insert-directory): When listing a single file, get a list of
6750         the parent buffer and extract the relevant line.  Inspired from a patch
6751         by Katsumi Yamaoka <yamaoka@jpl.org>.
6752         (ange-ftp-file-name-sans-versions): Simplify.
6754 2005-09-30  Bill Wohler  <wohler@newt.com>
6756         Move MH-E image files from toolbar and mail directories into
6757         etc/images.
6759         * mail/reply2.*: Move to etc/images/mail/reply*.
6761         * toolbar/execute.*, toolbar/highlight.*, toolbar/mh-logo.xpm:
6762         * toolbar/page-down.*, toolbar/show.*, toolbar/widen.*: Move to
6763         etc/images.
6765         * toolbar/alias.*, toolbar/refile.*, toolbar/repack.*:
6766         * toolbar/reply*: Move to etc/images/mail.
6768         * toolbar/rescan.*: Move and rename to etc/images/refresh.*.
6770 2005-09-30  Eric M. Ludlam <zappo@gnu.org>
6772         * speedbar.el: New version 1.0pre3.
6774         Frame management code (including timer, and mouse click specifics)
6775         moved to dframe.el:
6776         (speedbar-attached-frame): Removed.  Use dframe-attached-frame.
6777         (speedbar-timer): Removed.  Use dframe-timer.
6778         (speedbar-close-frame): Removed.  Use dframe-close-frame.
6779         (speedbar-activity-change-focus-flag): Removed.  Use
6780         dframe-activity-change-focus-flag.
6781         (speedbar-update-speed, speedbar-navigating-speed): Obsolete.  Use
6782         dframe-update-speed.
6784         (speedbar-current-frame): New macro.  Use this instead of the
6785         variable speedbar-frame.
6787         (speedbar-use-images, speedbar-expand-image-button-alist)
6788         (speedbar-insert-image-button-maybe): Moved to sb-image.el.
6790         (speedbar-find-image-on-load-path): Removed.  Replaced by
6791         defezimage in ezimage.el.
6792         (speedbar-expand-image-button-alist): Removed.  Replaced by
6793         ezimage-expand-image-button-alist in ezimage.el.
6795         (speedbar-ignored-directory-regexp)
6796         (speedbar-add-ignored-directory-regexp)
6797         (speedbar-ignored-directory-expressions)
6798         (speedbar-line-directory, speedbar-buffers-line-directory)
6799         (speedbar-directory-line, speedbar-buffers-line-directory):
6800         Renamed, replacing `path' with `directory'.
6802         (speedbar-create-directory, speedbar-expand-line-descendants)
6803         (speedbar-toggle-line-expansion)
6804         (speedbar-contract-line-descendants): New commands.
6806         (speedbar-query-confirmation-method, speedbar-select-frame-method)
6807         (speedbar-use-tool-tips-flag): New options.
6809         (speedbar-check-read-only, speedbar-require-version)
6810         (speedbar-insert-separator, speedbar-buffers-tail-notes)
6811         (speedbar-handle-delete-frame, speedbar-try-completion)
6812         (speedbar-update-localized-contents): New functions.
6814         (speedbar-incompatible-version, speedbar-ro-to-do-point)
6815         (speedbar-object-read-only-indicator): New variables.
6817         (speedbar-visiting-tag-hook, speedbar-before-visiting-file-hook):
6818         New hooks.
6820         (speedbar-separator-face): New face.
6822         (speedbar-supported-extension-expressions): Add `.g' and `.ma?k'.
6823         (speedbar-ignored-modes): Add fundamental-mode.
6824         (speedbar-directory-unshown-regexp): Add . directories.
6826         (speedbar-key-map): Remove old SPC and DEL page up/down keys.
6827         (speedbar-file-key-map): Add SPC to toggle node expansion, `[' and
6828         `]' for full expand/close.
6829         (speedbar-buffers-key-map): Add SPC to toggle node expansion.
6831         (speedbar-check-vc): Support hidden files.
6832         (speedbar-vc-check-dir-p): Use vc-state if available for CVS.
6833         (speedbar-this-file-in-vc): Use vc-state if available.  If VC
6834         state is nil, it is not checked out.
6836         (speedbar-line-text, speedbar-line-token): Support expand buttons
6837         with no text.
6838         (speedbar-refresh): Universal argument acts as power-click.
6839         (speedbar-fetch-dynamic-tags): If a buffer is in Emacs, switch to
6840         that buffer to get variable values.
6842         And many other bugfixes.
6844         * dframe.el, ezimage.el, sb-image.el: New files.
6846         * sb-*.xpm: Remove files.  New image files installed into
6847         etc/images/ezimage.
6849 2005-09-30  Kenichi Handa  <handa@m17n.org>
6851         * ps-mule.el (ps-mule-show-warning): If a character is in
6852         ps-print-translation-table, don't treat it as non-printable.
6854 2005-09-30  David Ponce  <david@dponce.com>
6856         * tree-widget.el (tree-widget-themes-load-path): New variable.
6857         (tree-widget-themes-directory): Doc fix.
6858         (tree-widget-image-formats) [Emacs]: Doc fix.
6859         (tree-widget--locate-sub-directory): New function.
6860         (tree-widget-themes-directory): Use it.
6862         * recentf.el (recentf-filename-handlers): Rename from
6863         `recentf-filename-handler'.  Allow a list of functions.
6864         (recentf-menu-items-for-commands): Fix :help strings.
6865         (recentf-apply-filename-handlers): New function.
6866         (recentf-expand-file-name): Use it.
6867         (recentf-cleanup): Remove duplicates too.
6869 2005-09-29  Juri Linkov  <juri@jurta.org>
6871         * faces.el: Rearrange face definitions to be in the same order as
6872         their face descriptions in "(emacs)Standard Faces".
6874         * isearch.el (isearch, lazy-highlight): Add group `basic-faces'.
6876         * tooltip.el (tooltip): Add group `basic-faces'.
6878         * buff-menu.el (Buffer-menu-buffer): Remove group
6879         `font-lock-highlighting-faces'.
6881         * progmodes/compile.el (compilation-error, compilation-warning)
6882         (compilation-info, compilation-line-number, compilation-column-number):
6883         Change group from `font-lock-highlighting-faces' to `compilation'.
6885         * progmodes/vhdl-mode.el (vhdl-font-lock-prompt-face)
6886         (vhdl-font-lock-attribute-face, vhdl-font-lock-enumvalue-face)
6887         (vhdl-font-lock-function-face, vhdl-font-lock-directive-face)
6888         (vhdl-font-lock-reserved-words-face)
6889         (vhdl-font-lock-translate-off-face, syntax-alist): Remove group
6890         `font-lock-highlighting-faces'.
6892         * cus-edit.el (custom-buffer-sort-alphabetically): Default to nil.
6894 2005-09-28  Kim F. Storm  <storm@cua.dk>
6896         * emulation/cua-base.el: Set CUA move property on additional commands:
6897         up-list, down-list, backward-up-list, end-of-defun beginning-of-defun,
6898         forward-sexp, backward-sexp, forward-list, backward-list.
6900 2005-09-28  Romain Francoise  <romain@orebokech.com>
6902         * comint.el (comint-show-output): Really set point at the
6903         beginning of the output when not using `comint-use-prompt-regexp'.
6905 2005-09-27  Jay Belanger  <belanger@truman.edu>
6907         * calc/calc-lang.el (math-oper-table): Raise the precedence of "/"
6908         in TeX mode.
6910 2005-09-26  Juanma Barranquero  <lekktu@gmail.com>
6912         * textmodes/org.el (org-table-sum): Fix format string.
6914         * textmodes/tex-mode.el (tex-insert-quote, latex-indent):
6915         Quote face names.
6917 2005-09-26  Romain Francoise  <romain@orebokech.com>
6919         * isearch.el (isearch-forward-regexp): Close doc string.
6921 2005-09-25  Richard M. Stallman  <rms@gnu.org>
6923         * simple.el (blink-matching-open): Don't no-op when point is BEGV+1.
6925         * isearch.el (isearch-forward, isearch-forward-regexp): Doc fixes.
6927         * progmodes/compile.el (compilation-error-properties):
6928         When getting the file from the previous error message,
6929         correctly decode the new data format.
6931         * progmodes/cc-cmds.el (c-electric-paren):
6932         Call old-blink-paren only for close-paren.
6934 2005-09-24  Andreas Schwab  <schwab@suse.de>
6936         * term/rxvt.el (rxvt-register-default-colors): Delete redundant
6937         condition.
6939 2005-09-25  Romain Francoise  <romain@orebokech.com>
6941         * dired-aux.el (dired-copy-file-recursive):
6942         * dired.el (dired-delete-file):
6943         * ediff-mult.el (ediff-dir-diff-copy-file):
6944         * ediff-util.el (ediff-test-save-region):
6945         * forms.el (forms-mode):
6946         * ido.el (ido-file-internal, ido-delete-file-at-head):
6947         * log-edit.el (log-edit-done):
6948         * ses.el (ses-yank-resize):
6949         * play/gomoku.el (gomoku-human-plays, gomoku)
6950         (gomoku-human-resigns, gomoku-prompt-for-other-game)
6951         (gomoku-offer-a-draw):
6952         * play/landmark.el (lm-human-resigns, lm):
6953         * net/eudcb-ldap.el (eudc-ldap-check-base):
6954         * play/mpuz.el (mpuz-offer-abort, mpuz-try-letter, mpuz-close-game):
6955         * progmodes/ebrowse.el (ebrowse-find-pattern):
6956         * progmodes/idlw-shell.el (idlwave-shell-set-bp-check):
6957         * textmodes/reftex-index.el (reftex-index-initialize-phrases-buffer):
6958         End `yes-or-no-p' and `y-or-n-p' prompts with question mark and space.
6960         * vc.el (vc-delete-file):
6961         * play/gomoku.el (gomoku-terminate-game, gomoku)
6962         (gomoku-prompt-for-move, gomoku-human-takes-back):
6963         * play/landmark.el (lm-human-takes-back, lm-prompt-for-move)
6964         (lm-start-robot, lm-human-plays): Remove extraneous spaces in messages.
6966 2005-09-24  Dan Nicolaescu  <dann@ics.uci.edu>
6968         * term/rxvt.el (rxvt-register-default-colors): Add support for 255
6969         color rxvt terminals by using the code xterm.el used to use before
6970         2005-04-09 in order to match the colors used by rxvt.
6972 2005-09-24  Emanuele Giaquinta <emanuele.giaquinta@gmail.com>  (tiny change)
6974         * term/rxvt.el (rxvt-register-default-colors): Add support for 88
6975         colors rxvt-unicode terminals by using the same code as xterm.el.
6977 2005-09-24  Stefan Monnier  <monnier@iro.umontreal.ca>
6979         * textmodes/tex-mode.el (tex-font-lock-append-prop)
6980         (tex-font-lock-suscript, tex-insert-quote, latex-indent): Adjust to the
6981         new symbol used for the tex-verbatim face.
6983 2005-09-24  Emilio C. Lopes  <eclig@gmx.net>
6985         * woman.el (woman-file-name):
6986         * wid-edit.el (widget-file-prompt-value)
6987         (widget-coding-system-prompt-value):
6988         * w32-fns.el (set-w32-system-coding-system):
6989         * vc.el (vc-version-diff, vc-annotate):
6990         * textmodes/reftex-auc.el (reftex-arg-cite)
6991         (reftex-arg-index-tag):
6992         * textmodes/refer.el (refer-get-bib-files):
6993         * textmodes/artist.el (artist-figlet-choose-font):
6994         * terminal.el (terminal-emulator):
6995         * replace.el (occur-read-primary-args):
6996         * rect.el (string-rectangle, string-insert-rectangle):
6997         * ps-print.el (ps-print-preprint):
6998         * progmodes/pascal.el (pascal-goto-defun):
6999         * progmodes/etags.el (visit-tags-table, visit-tags-table-buffer):
7000         * progmodes/compile.el (compilation-find-file):
7001         * printing.el (pr-interactive-n-up):
7002         * play/animate.el (animate-birthday-present):
7003         * net/rcompile.el (remote-compile):
7004         * man.el (man, Man-goto-section, Man-follow-manual-reference):
7005         * mail/rmailsum.el (rmail-summary-search-backward)
7006         (rmail-summary-search):
7007         * mail/rmailout.el (rmail-output-read-rmail-file-name)
7008         (rmail-output-read-file-name):
7009         * mail/rmail.el (rmail-search, rmail-search-backwards):
7010         * mail/mailabbrev.el (merge-mail-abbrevs, rebuild-mail-abbrevs):
7011         * locate.el (locate):
7012         * international/quail.el (quail-show-keyboard-layout):
7013         * international/mule.el (set-buffer-file-coding-system)
7014         (revert-buffer-with-coding-system, set-file-name-coding-system)
7015         (set-terminal-coding-system, set-keyboard-coding-system)
7016         (set-next-selection-coding-system):
7017         * international/mule-diag.el (describe-coding-system)
7018         (describe-font, describe-fontset):
7019         * international/mule-cmds.el (universal-coding-system-argument)
7020         (search-unencodable-char, describe-input-method)
7021         (set-language-environment, describe-language-environment):
7022         * international/codepage.el (codepage-setup):
7023         * international/code-pages.el (codepage-setup):
7024         * info.el (Info-search, Info-follow-reference)
7025         (Info-search-backward):
7026         * emacs-lisp/advice.el (ad-read-advised-function)
7027         (ad-read-advice-class, ad-clear-cache, ad-activate)
7028         (ad-deactivate, ad-update, ad-unadvise, ad-read-advice-name)
7029         (ad-enable-advice, ad-disable-advice, ad-remove-advice)
7030         (ad-read-regexp):
7031         * ediff-util.el (ediff-toggle-regexp-match):
7032         * ediff-ptch.el (ediff-prompt-for-patch-file):
7033         * dired-aux.el (dired-diff):
7034         * diff.el (diff):
7035         * cus-edit.el (custom-variable-prompt):
7036         * calendar/timeclock.el (timeclock-ask-for-project):
7037         * calc/calcalg3.el (calc-get-fit-variables):
7038         * calc/calc-store.el (calc-edit-variable)
7039         (calc-permanent-variable):
7040         * vc-mcvs.el (vc-mcvs-register):
7041         * shadowfile.el (shadow-define-literal-group):
7042         * woman.el (woman-file-name):
7043         * vc.el (vc-version-diff, vc-merge):
7044         * textmodes/reftex-index.el (reftex-index-complete-tag):
7045         * format.el (format-decode-buffer, format-decode-region):
7046         * emulation/viper-cmd.el (viper-read-string-with-history):
7047         * emacs-lisp/debug.el (cancel-debug-on-entry):
7048         * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
7049         * ediff.el (ediff-merge-revisions)
7050         (ediff-merge-revisions-with-ancestor, ediff-revision):
7051         * completion.el (interactive-completion-string-reader):
7052         * calc/calc-prog.el (calc-user-define-formula):
7053         Follow convention for reading with the minibuffer.
7055 2005-09-24  Steven Huwig  <steven_h@acm.org>  (tiny change)
7057         * progmodes/python.el (python-describe-symbol): Add globals() and
7058         locals() to the arguments of emacs.ehelp.
7060 2005-09-24  Magnus Henoch  <mange@freemail.hu>
7062         * textmodes/ispell.el (ispell-maybe-find-aspell-dictionaries):
7063         New function, code extracted from ispell-valid-dictionary-list.
7064         (ispell-valid-dictionary-list, ispell-accept-buffer-local-defs):
7065         Call it.
7067 2005-09-24  Eli Zaretskii  <eliz@gnu.org>
7069         * subr.el (version-regexp-alist): Extend valid syntax for version
7070         strings: allow any of the characters -,_,+ to separate the
7071         alpha/beta/rc part from the version part.  Doc fix.
7072         (version-to-list): Doc fix.  Bind case-fold-search to t, as advertised.
7074 2005-09-23  David Reitter  <david.reitter@gmail.com>
7076         * mail/mailclient.el: New file.
7078 2005-09-23  Richard M. Stallman  <rms@gnu.org>
7080         * textmodes/flyspell.el (flyspell-highlight-incorrect-region)
7081         (flyspell-incorrect-hook, flyspell-highlight-duplicate-region):
7082         Doc fixes.
7084         * progmodes/cc-mode.el (c-font-lock-init):
7085         Specify font-lock-lines-before.
7087 2005-09-23  Stefan Monnier  <monnier@iro.umontreal.ca>
7089         * smerge-mode.el (smerge-remove-props): Cause re-highlighting of the
7090         whole conflict.
7092 2005-09-23  Carsten Dominik  <dominik@science.uva.nl>
7094         * textmodes/org.el (org-mode-map, orgtbl-mode-map):
7095         Move keybindings with `C-c C-h' prefix to `C-c C-x' prefix.  Make use
7096         of `remap' feature when available.  Additional key bindings for
7097         better tty support.
7098         (org-mode-restart, org-force-self-insert): New commands.
7099         (org-time-stamp-inactive): New command.
7100         (org-remap): New function.
7101         (org-table-auto-blank-field, org-level-color-stars-only): New options.
7102         (org-enable-fixed-width-editor): Move to `org-structure'
7103         customization group.
7104         (org-self-insert-command, orgtbl-self-insert-command): Modify to
7105         blank field after field motion commands.
7107 2005-09-23  Kenichi Handa  <handa@m17n.org>
7109         * international/mule-cmds.el (set-language-environment):
7110         Don't check utf-translate-cjk-lang-env is nil or not on deciding if we
7111         have to call utf-translate-cjk-load-tables.
7113 2005-09-22  Stefan Monnier  <monnier@iro.umontreal.ca>
7115         * mouse.el (mouse-move-drag-overlay): Fix last change.
7117 2005-09-22  David Ponce  <david@dponce.com>
7119         * tree-widget.el (tree-widget-value-create): Fix previous change.
7121 2005-09-21  Dan Nicolaescu  <dann@ics.uci.edu>
7123         * term/xterm.el (terminal-init-xterm): Fix loading rxvt at run time.
7125 2005-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
7127         * mouse.el (mouse-move-drag-overlay): New function.
7128         (mouse-drag-region-1): Use it.
7129         Try to simplify a bit the state handling.  Handle clicks on links
7130         inside intangible areas.
7131         (mouse-save-then-kill): Minor simplification.
7132         (mouse-secondary-overlay): Make it always non-nil instead of
7133         recreating it each time.
7134         (mouse-start-secondary, mouse-set-secondary, mouse-drag-secondary)
7135         (mouse-kill-secondary, mouse-secondary-save-then-kill):
7136         Simplify accordingly.
7138 2005-09-21  Dan Nicolaescu  <dann@ics.uci.edu>
7140         * term/rxvt.el (rxvt-standard-colors): Fix some colors.
7142 2005-09-20  Michael Kifer  <kifer@cs.stonybrook.edu>
7144         * ediff-ptch.el (ediff-prompt-for-patch-file): More intuitive prompt.
7145         (ediff-file-name-sans-prefix): Treat nil as an empty string.
7146         (ediff-fixup-patch-map): Better heuristic for intuiting the file names
7147         to patch.
7149         * ediff-util.el: Use insert-buffer-substring.
7151         * ediff-vers.el (cvs-run-ediff-on-file-descriptor): Bug fix.
7153         * emulation/viper-cmd.el (viper-change-state): Don't move over the
7154         field boundaries in the minibuffer.
7155         (viper-set-minibuffer-style): Add viper-minibuffer-post-command-hook.
7156         (viper-minibuffer-post-command-hook): New hook.
7157         (viper-line): Don't move cursor at bolp.
7159         * emulation/viper-ex.el (ex-pwd, viper-info-on-file): Fix message.
7161         * emulation/viper-init.el: Add alias to make-variable-buffer-local to
7162         avoid compiler warnings.
7164         * emulation/viper-macs.el (ex-map): Better messages.
7166         * emulation/viper-utils.el (viper-beginning-of-field): New function.
7168         * emulation/viper.el: Replace make-variable-buffer-local with
7169         viper-make-variable-buffer-local everywhere, to avoid warnings.
7171 2005-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
7173         * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line):
7174         Delete unused var `old-selected-window'.
7175         (mouse-drag-region-1): Delete unused vars `start-frame', `end-of-range'.
7176         (mouse-drag-secondary): Delete unused var `start-frame'.
7178 2005-09-19  Emanuele Giaquinta  <emanuele.giaquinta@gmail.com>  (tiny change)
7180         * term/rxvt.el (terminal-init-rxvt): Add entry for [end].
7182 2005-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
7184         * calendar/calendar.el (mark-visible-calendar-date): Save excursion.
7185         Re-indent within 80 columns.  Use inhibit-read-only.
7187 2005-09-19  Romain Francoise  <romain@orebokech.com>
7189         * calendar/diary-lib.el (mark-diary-entries): Revert last change.
7191 2005-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
7193         * font-lock.el (font-lock-default-fontify-region): Don't add a line
7194         unconditionally, since the after-change-function already did it.
7196 2005-09-19  Miles Bader  <miles@gnu.org>
7198         * net/newsticker.el: Get rid of CVS keyword.
7200 2005-09-19  Johan Bockg\e,Ae\e(Brd  <bojohan+sf@dd.chalmers.se>
7202         * dired-aux.el (dired-handle-overwrite): Don't use `format' here.
7203         The prompt is formatted later.
7205 2005-09-19  David Ponce  <david@dponce.com>
7207         * tree-widget.el (tree-widget-value-create): Save the converted
7208         tree :node widget.
7210 2005-09-19  Juanma Barranquero  <lekktu@gmail.com>
7212         * progmodes/sh-script.el (sh-blink): Fix spurious reference to
7213         variable `message'.
7215 2005-09-18  Michael Albinus  <michael.albinus@gmx.de>
7217         * net/tramp.el (tramp-login-prompt-regexp): Expand regexp in order
7218         to cover prompts like "login as:".  Reported by Slawomir Nowaczyk
7219         <slawomir.nowaczyk.847@student.lu.se>.
7221 2005-09-18  Chong Yidong  <cyd@stupidchicken.com>
7223         * image.el (image-load-path): Use symbol `data-directory' instead
7224         of its value, for backward compatibility with packages that bind
7225         it during `find-image'.  Suggested by Katsumi Yamaoka.
7226         (image-search-load-path): Handle symbols whose values are strings.
7228 2005-09-18  Romain Francoise  <romain@orebokech.com>
7230         * calendar/diary-lib.el (mark-diary-entries): Rearrange to wrap
7231         with-current-buffer form in save-excursion.
7233 2005-09-18  D Goel  <deego@gnufans.org>
7235         * apropos.el (apropos-command): Fix `message' call: first arg
7236         should be a format spec.  In this and all other cases that appear
7237         below and elsewhere in the source code, I made a change only when
7238         two conditions were satisfied: [1] I can think of a possibility
7239         that the arguments would cause an error, for example, the code in
7240         question relies on external variables such as filenames.  [2] I
7241         was sure that the arg to `message' could not have been nil in the code.
7243         * textmodes/tildify.el (tildify-region): Ditto.
7245         * textmodes/reftex-index.el (reftex-index-change-entry)
7246         (reftex-index-phrase-selection-or-word, reftex-query-index-phrase):
7247         * textmodes/reftex-dcr.el (reftex-echo-ref, reftex-echo-cite):
7248         * textmodes/org.el (org-complete, org-deadline, org-schedule)
7249         (org-priority, org-table-sum):
7250         * textmodes/ispell.el (ispell-check-version, ispell-parse-output):
7251         * textmodes/flyspell.el (flyspell-mode-on, flyspell-notify-misspell)
7252         (flyspell-word, flyspell-display-next-corrections):
7253         * textmodes/bibtex.el (bibtex-print-help-message):
7254         * textmodes/artist.el (artist-key-set-point-poly):
7255         * term/mac-win.el (mac-services-insert-text):
7256         * progmodes/vhdl-mode.el (vhdl-warning, vhdl-print-warnings)
7257         (vhdl-hooked-abbrev, vhdl-template-insert-fun)
7258         (vhdl-port-paste-testbench, vhdl-compose-new-component)
7259         (vhdl-compose-configuration):
7260         * progmodes/sh-script.el (sh-blink, sh-show-indent)
7261         (sh-set-indent, sh-learn-line-indent):
7262         * progmodes/ps-mode.el (ps-mode-target-column):
7263         * progmodes/idlwave.el (idlwave-make-tags)
7264         (idlwave-scan-library-catalogs):
7265         * progmodes/idlw-shell.el (idlwave-shell-parse-stack-and-display):
7266         * progmodes/gud.el (gud-jdb-analyze-source):
7267         * progmodes/flymake.el (flymake-log):
7268         * progmodes/ebnf2ps.el (ebnf-generate-region):
7269         * progmodes/cmacexp.el (c-macro-expansion):
7270         * progmodes/ada-xref.el (ada-treat-cmd-string):
7271         * progmodes/ada-mode.el (ada-create-case-exception-substring)
7272         (ada-justified-indent-current, ada-batch-reformat):
7273         * play/zone.el (zone):
7274         * play/landmark.el (lm-move):
7275         * play/decipher.el (decipher-show-alphabet):
7276         * net/newsticker.el (newsticker--display-jump)
7277         (newsticker--display-scroll):
7278         * mail/rmail-spam-filter.el (rsf-add-subject-to-spam-list)
7279         (rsf-add-sender-to-spam-list, rsf-add-region-to-spam-list):
7280         * mail/feedmail.el (feedmail-dump-message-to-queue):
7281         * eshell/esh-proc.el (eshell-remove-process-entry):
7282         * emulation/ws-mode.el (ws-last-error):
7283         * emulation/viper-macs.el (ex-map-read-args, ex-unmap-read-args)
7284         (viper-record-kbd-macro):
7285         * emulation/viper-ex.el (ex-pwd, viper-info-on-file):
7286         * emacs-lisp/lisp-mnt.el (lm-report-bug):
7287         * emacs-lisp/find-func.el (find-function-noselect):
7288         * calendar/timeclock.el (timeclock-status-string)
7289         (timeclock-workday-remaining-string, timeclock-workday-elapsed-string)
7290         (timeclock-when-to-leave-string):
7291         * calendar/icalendar.el (icalendar--convert-ical-to-diary):
7292         * calc/calc-units.el (calc-enter-units-table):
7293         * calc/calc-mode.el (calc-mode-record-mode):
7294         * woman.el (woman-mini-help):
7295         * wdired.el (wdired-change-to-wdired-mode):
7296         * vc.el (vc-retrieve-snapshot):
7297         * strokes.el (strokes-read-stroke, strokes-read-complex-stroke):
7298         * startup.el (display-startup-echo-area-message):
7299         * simple.el (set-goal-column):
7300         * ses.el (ses-command-hook, ses-recalculate-cell):
7301         * server.el (server-process-filter):
7302         * printing.el (pr-interface-txt-print, pr-interface-printify)
7303         (pr-interface-ps):
7304         * pcvs.el (cvs-help):
7305         * log-edit.el (log-edit, log-edit-mode-help):
7306         * iswitchb.el (iswitchb-possible-new-buffer):
7307         * isearch.el (isearch-edit-string):
7308         * image-mode.el (image-mode, image-minor-mode):
7309         * ibuf-macs.el (define-ibuffer-filter):
7310         * hi-lock.el (hi-lock-find-patterns):
7311         * files.el (toggle-read-only):
7312         * ediff-util.el (ediff-copy-diff)
7313         (ediff-write-merge-buffer-and-maybe-kill):
7314         * echistory.el (Electric-history-undefined):
7315         * dnd.el (dnd-insert-text):
7316         * dired-aux.el (dired-query):
7317         * desktop.el (desktop-restore-file-buffer, desktop-lazy-create-buffer):
7318         * bookmark.el (bookmark-bmenu-locate):
7319         * obsolete/fast-lock.el (@top-level) <with-temp-message macro>:
7320         Fix `message' calls to ensure first arg is a format string.
7321         The change was made only when these two conditions were satisfied:
7322         [1] when there is a possibility that the arguments would cause an error
7323         for example, if the code in question relies on external variables
7324         such as filenames, and
7325         [2] if the arg to `message' could not have been nil in the code.
7327         * pcomplete.el (pcomplete--help): Fix `message' format spec.
7328         Not having a %s would be weird, though not technically wrong.
7330 2005-09-18  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
7332         * term/mac-win.el (mac-add-charset-info): Doc fix.
7334 2005-09-17  Romain Francoise  <romain@orebokech.com>
7336         * shell.el (shell-resync-dirs): Handle echoing processes more
7337         reliably.  Don't insert resync command if `comint-process-echoes'
7338         is non-nil.
7340 2005-09-17  Magnus Henoch  <mange@freemail.hu>
7342         * textmodes/ispell.el (ispell-aspell-supports-utf8): New variable.
7343         (ispell-check-version): Set ispell-aspell-supports-utf8 to t for
7344         aspell versions >= 0.60.
7345         (ispell-valid-dictionary-list): Call ispell-find-aspell-dictionaries
7346         only if ispell-aspell-supports-utf8 is non-nil.
7348 2005-09-17  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
7350         * progmodes/scheme.el (scheme-mode-variables): Use setq to assign
7351         buffer-local value to lisp-indent-function.
7353 2005-09-17  Milan Zamazal  <pdm@zamazal.org>
7355         * progmodes/glasses.el (glasses-make-readable): If
7356         glasses-separator differs from underscore, put appropriate
7357         overlays over underscore characters.
7358         (glasses-convert-to-unreadable): If glasses-separator differs from
7359         underscore, try to convert glasses-separator characters to
7360         underscores.
7362 2005-09-16  Stefan Monnier  <monnier@iro.umontreal.ca>
7364         * calendar/diary-lib.el (mark-diary-entries): Don't move point.
7365         Use with-syntax-table and dolist.
7367 2005-09-16  Carsten Dominik  <dominik@science.uva.nl>
7369         * textmodes/reftex-auc.el:
7370         * textmodes/reftex-cite.el:
7371         * textmodes/reftex-dcr.el:
7372         * textmodes/reftex-global.el:
7373         * textmodes/reftex-parse.el:
7374         * textmodes/reftex-ref.el:
7375         * textmodes/reftex-sel.el:
7376         * textmodes/reftex-toc.el:
7377         * textmodes/reftex-vars.el:
7378         * textmodes/reftex.el: Small changes to remove compiler warnings.
7380         * textmodes/reftex-index.el: Likewise.
7381         (reftex-query-index-phrase): More efficient use of markers.
7383 2005-09-15  Chong Yidong  <cyd@stupidchicken.com>
7385         * image.el (image-load-path): New variable.
7386         (image-search-load-path): New function.
7387         (find-image): Search for images in `image-load-path'.
7389 2005-09-15  Richard M. Stallman  <rms@gnu.org>
7391         * follow.el: Change Maintainer field.
7393 2005-09-15  David Ponce  <david@dponce.com>
7395         * recentf.el (recentf-save-file-modes): New option.
7396         (recentf-save-list): Use it.
7398 2005-09-15  Nick Roberts  <nickrob@snap.net.nz>
7400         * bindings.el (mode-line-eol-desc, mode-line-coding-system-map)
7401         (mode-line-mule-info, mode-line-modified): Move bindings from
7402         mouse-3 to mouse-1.
7404 2005-09-15  Chong Yidong  <cyd@stupidchicken.com>
7406         * simple.el (sendmail-user-agent-compose): Revert last change.
7408 2005-09-14  Stefan Monnier  <monnier@iro.umontreal.ca>
7410         * net/ange-ftp.el (ange-ftp-process-filter): Revert to ^#+$.
7411         Use with-current-buffer.
7412         (ange-ftp-gwp-start): Remove unused var `gw-user'.
7413         (ange-ftp-guess-hash-mark-size): Remove unused var `result'.
7414         (ange-ftp-insert-directory): Remove unused var `short'.
7415         (ange-ftp-file-name-sans-versions): Remove unused var `host-type'.
7417         * pcvs-defs.el (cvs-version): Recognize CVSNT version string.
7418         (cvs-execute-single-dir): Change default: cvs-1.9 is ancient.
7420         * calendar/cal-menu.el: Don't require easymenu, since we don't use it.
7421         (check-calendar-holidays, diary-list-entries): Autoload.
7422         Otherwise `emacs -q' followed by "mouse-2 -> diary entries" burps.
7423         (calendar-mouse-holidays, calendar-mouse-view-diary-entries): Simplify.
7425         * calendar/diary-lib.el (diary-show-all-entries): Fix last change,
7426         which mistakenly removed a call to display-buffer.
7428 2005-09-14  Juanma Barranquero  <lekktu@gmail.com>
7430         * obsolete/iso-insert.el: Move to obsolete/ from international/.
7432 2005-09-14  Thien-Thi Nguyen  <ttn@gnu.org>
7434         * progmodes/hideshow.el
7435         (hs-hide-comments-when-hiding-all): Remove autoload cookie.
7436         (hs-allow-nesting): New user var.
7437         (hs-discard-overlays): Skip "internal" overlays if nesting allowed.
7438         (hs-hide-block-at-point): When nesting allowed,
7439         if there is already an overlay in place, delete it.
7440         (hs-safety-is-job-n): Delete func; remove call sites.
7441         (hs-hide-level-recursive): Don't pre-clean if nesting allowed.
7442         (hs-overlay-at): New func.
7443         (hs-already-hidden-p, hs-show-block): Use it.
7444         (hs-hide-all): Don't pre-clean if nesting allowed.
7445         (hs-show-all): Temporarily disallow
7446         nesting around call to `hs-discard-overlays'.
7448 2005-09-14  Chong Yidong  <cyd@stupidchicken.com>
7450         * mouse.el (mouse-major-mode-menu): Make `prefix' optional.
7451         Delete unused local var.
7453 2005-09-13  Juanma Barranquero  <lekktu@gmail.com>
7455         * help-fns.el (describe-categories): "?\ " -> "?\s".
7456         (help-do-arg-highlight): Recognize also ARG-n, as in
7457         `move-to-left-margin' (ARG+n is already recognized).  Simplify.
7459         * international/codepage.el (dos-unsupported-char-glyph):
7460         * net/newsticker.el (tool-bar-map, w3-mode-map)
7461         (w3m-minor-mode-map):
7462         * progmodes/vhdl-mode.el (conf-alist, conf-entry, conf-key)
7463         (ent-alist):
7464         * textmodes/reftex-vars.el (reftex-tables-dirty): Add defvars.
7466 2005-09-13  Chong Yidong  <cyd@stupidchicken.com>
7468         * custom.el (custom-push-theme): Handle the case where a symbol is
7469         bound but face properties have not yet been assigned.
7471         * mail/sendmail.el (mail): Use new buffer if `noerase' is `new'.
7472         Fix behavior if noerase is `t' and there is no mail buffer.
7474         * simple.el (sendmail-user-agent-compose): Use a new mail buffer
7475         if `continue' is nil, rather than signal an error.
7477 2005-09-12  Richard M. Stallman  <rms@gnu.org>
7479         * font-lock.el (font-lock-keywords): Add autoload.
7481         * help-fns.el (describe-variable): Rearrange to put source link
7482         in a predictable place.
7484         * net/newsticker.el: New file.
7486 2005-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
7488         * calendar/calendar.el (calendar-for-loop): Add edebug info.
7489         (calendar-basic-setup): Use the new nil arg.
7490         (number-of-diary-entries): Move to diary-lib.el.
7492         * calendar/diary-lib.el: Use with-current-buffer, match-string.
7493         (diary-list-entries): Use with-syntax-table and dolist.
7494         Rename from list-diary-entries.
7495         Use number-of-diary-entries if `number' is nil.
7496         (diary, diary-view-entries): Use this new name and new nil arg value.
7497         (number-of-diary-entries): Move from calendar.el.
7498         (diary-unhide-everything): New function.
7499         (include-other-diary-files, fancy-diary-display)
7500         (diary-show-all-entries, make-diary-entry): Use it.
7501         (diary-mail-entries): Use buffer-string.
7502         (mark-diary-entries): Fix long standing paren typo.
7503         (diary-sexp-entry): Use count-lines.
7504         (make-diary-entry): Avoid `previous-line'.
7505         (diary-mode-map): New var.
7506         (diary-mode): Redraw cal after saving.  Setup header-line.
7507         (fancy-diary-display-mode): Use local-set-key.
7509         * startup.el (command-line): Try calling various terminal-init-foo-bar
7510         functions by stripping hyphenated suffixes from $TERM.
7512         * files.el (normal-mode): Check boundness of font-lock-keywords.
7514 2005-09-12  Richard M. Stallman  <rms@gnu.org>
7516         * progmodes/compile.el: Don't decide a file's directory
7517         until the user actually tries to go there.
7518         (compilation-next-error-function):
7519         Pass compilation-find-file the directory from the file-struct.
7520         (compilation-internal-error-properties): Separate local FILE-STRUCT
7521         from FILE.  Doc the args better.  Rename arg FMT to FMTS.
7522         (compilation-find-file): Arg DIR renamed to DIRECTORY.
7523         Expand it, and if nil, use default-directory.
7524         (compilation-get-file-structure): Don't mix specified directory
7525         with default directory.  Put specified directory into
7526         file-struct.  Don't make the file name absolute.
7528         * progmodes/compile.el (compilation-error-regexp-alist): Doc fix.
7529         (compile-command): Add autoload.
7530         (compilation-disable-input): Add autoload.
7532 2005-09-11  Stephen Gildea  <gildea@stop.mail-abuse.org>
7534         * time-stamp.el: Mention variable `time-stamp-pattern' in doc
7535         strings of the variables it can override.
7536         (time-stamp): New (as yet undocumented) time-stamp-format escapes
7537         %Q and %q, for fully-qualified domain name and unqualified host name.
7539 2005-09-11  Kim F. Storm  <storm@cua.dk>
7541         * emacs-lisp/authors.el (authors-aliases): Update list.
7542         (authors-fixed-entries): Update mldrag.el entry.
7544 2005-09-10  Alan Mackenzie  <acm@muc.de>
7546         * page.el (narrow-to-page): Exclude _entire_ multi-line delimiter
7547         from the region narrowed to.
7549 2005-09-10  Magnus Henoch  <mange@freemail.hu>
7551         * textmodes/ispell.el (ispell-check-version): Signal an error if
7552         aspell version is less than 0.60.
7554 2005-09-10  Pascal Dupuis  <Pascal.Dupuis@esat.kuleuven.be>  (tiny change)
7556         * progmodes/octave-inf.el (inferior-octave-startup):
7557         Resync current dir at the end.
7559 2005-09-10  Emilio C. Lopes  <eclig@gmx.net>
7561         * woman.el (woman-topic-at-point-default):
7562         Rename to woman-use-topic-at-point-default.
7563         (woman-topic-at-point): Rename to woman-use-topic-at-point.
7564         (woman-file-name): Reflect renames above.  Automatically use the
7565         word at point as topic if woman-use-topic-at-point is non-nil.
7566         Otherwise offer it as default but don't insert it in the
7567         minibuffer.  Also use `test-completion' instead of `assoc' as
7568         suggested by Stefan Monnier.
7570 2005-09-10  Andre Spiegel  <spiegel@gnu.org>
7572         * vc.el (vc-directory, vc-update-change-log): Throw an error on
7573         the attempt to do it over Tramp.  This is not yet supported.
7575 2005-09-10  Eli Zaretskii  <eliz@gnu.org>
7577         * menu-bar.el (menu-bar-menu-frame-live-and-visible-p)
7578         (menu-bar-non-minibuffer-window-p): New functions.
7579         ("Split Window", "Save As..."): Use them.
7580         ("Postscript Print Buffer (B+W)", "Postscript Print Buffer")
7581         ("Print Buffer", "Truncate Long Lines in this Buffer"):
7582         Use menu-bar-menu-frame-live-and-visible-p.
7583         ("Save Buffer", "Insert File", "Open Directory...")
7584         ("Open File...", "Visit New File..."):
7585         Use menu-bar-non-minibuffer-window-p.
7586         (kill-this-buffer-enabled-p, dired <menu-enable>):
7587         Use menu-bar-non-minibuffer-window-p.
7589 2005-09-09  Eli Zaretskii  <eliz@gnu.org>
7591         * cus-start.el (all): Don't complain about fringe-related
7592         built-ins if fringes are not supported.  Ditto about
7593         selection-related built-ins.  Fix the test for GTK-related built-ins.
7595         * menu-bar.el ("Split Window", "Postscript Print Buffer (B+W)")
7596         ("Postscript Print Buffer", "Print Region", "Save As...")
7597         ("Save", "Insert File...", "Open Directory...")
7598         ("Open File...", "Visit New File..."")
7599         ("Truncate Long Lines in this Buffer"): Don't look at
7600         menu-updating-frame if this display does not support multiple frames.
7602 2005-09-09  Frederik Fouvry  <fouvry@CoLi.Uni-SB.DE>
7604         * mail/sendmail.el (default-sendmail-coding-system): Doc fix.
7606 2005-09-09  Emilio Lopes  <eclig@gmx.net>
7608         * woman.el: Format- and whitespace-related changes.
7610 2005-09-09  Eli Zaretskii  <eliz@gnu.org>
7612         * woman.el: Fix my email address.
7614 2005-09-08  Richard M. Stallman  <rms@gnu.org>
7616         * progmodes/sh-script.el (sh-skeleton-pair-default-alist): New var.
7617         (sh-mode): Locally set skeleton-pair-default-alist.
7619         * progmodes/make-mode.el (makefile-add-log-defun): Trim the result.
7621         * progmodes/flymake.el: Require `compile' unconditionally.
7623         * mail/sendmail.el (send-mail-function): Add Mailclient alternative.
7625         * woman.el (woman-file-name): Provide a default, not initial input.
7627         * smerge-mode.el (smerge-resolve): Pass args to smerge-remove-props.
7629         * font-lock.el (font-lock-support-mode): Doc fix.
7631         * descr-text.el (describe-property-list): Handle non-symbol prop names.
7633 2005-09-08  Richard M. Stallman  <rms@gnu.org>
7635         * simple.el (blink-matching-open): Get rid of text props from
7636         the string shown in echo area.  Don't permanently set point.
7637         Some rearrangements.
7639 2005-09-08  Reiner Steib  <Reiner.Steib@gmx.de>
7641         * recentf.el (recentf-filename-handler): Add custom choice
7642         `abbreviate-file-name'.
7644         * msb.el (msb--very-many-menus): Fix typo.
7646         * disp-table.el (standard-display-european): Don't set
7647         enable-multibyte-characters to nil.
7649 2005-09-08  David Ponce  <david@dponce.com>
7651         * recentf.el (recentf-show-file-shortcuts-flag): New option.
7652         (recentf-expand-file-name): Doc fix.
7653         (recentf-dialog-mode-map): Define digit shortcuts.
7654         (recentf--files-with-key): New variable.
7655         (recentf-show-digit-shortcut-filter): New function.
7656         (recentf-open-files-items): New function.
7657         (recentf-open-files): Use it.
7658         (recentf-open-file-with-key): New command.
7660 2005-09-08  Chong Yidong  <cyd@stupidchicken.com>
7662         * buff-menu.el (Buffer-menu-sort-by-column): New function.
7663         Suggested by Kim F. Storm.
7664         (Buffer-menu-sort-button-map): Global keymap for sort buttons.
7665         (Buffer-menu-make-sort-button): Use global keymap.
7667 2005-09-07  Michael Albinus  <michael.albinus@gmx.de>
7669         * woman.el (top): Remap `man' command by `woman' in `woman-mode-map'.
7670         (Man-getpage-in-background-advice): Remove defadvice; it isn't
7671         necessary any longer with the remapped command.
7672         (Man-bgproc-sentinel-advice): Remove defadvice which counts
7673         formatting time only.
7675         * net/tramp.el (tramp-action-password)
7676         (tramp-multi-action-password): Compile the password prompt from
7677         `method', `user' and `host'.  Sometimes it isn't obvious which
7678         password to enter, for example with remote files offered by
7679         recentf.el, or with multiple steps.  Suggested by Robert Marshall
7680         <robert@chezmarshall.freeserve.co.uk>.
7682 2005-09-07  Stefan Monnier  <monnier@iro.umontreal.ca>
7684         * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
7685         Fix regexp for when "s///" is at the beginning of line.
7687 2005-09-07  Jay Belanger  <belanger@truman.edu>
7689         * calc/calc-poly.el (math-expand-term): Multiply out any powers
7690         when in matrix mode.
7692 2005-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
7694         * buff-menu.el (Buffer-menu-make-sort-button): Add docstrings, use
7695         non-anonymous functions.
7697 2005-09-06  Chong Yidong  <cyd@stupidchicken.com>
7699         * buff-menu.el (Buffer-menu-make-sort-button): Allow mouse-1 clicks
7700         when using a header line.  Otherwise, use mouse-1-click-follows-link.
7702         * mouse.el (mouse-drag-header-line): Do nothing if the header-line
7703         can't be moved; don't signal an error.
7705 2005-09-05  Chong Yidong  <cyd@stupidchicken.com>
7707         * cus-theme.el (custom-theme-write-faces): Save the current face
7708         spec, not the defface spec.
7710         * custom.el (custom-known-themes): Clarify meaning of "standard".
7711         (custom-push-theme): Save old values in the standard theme.
7712         (disable-theme): Correct typo.
7713         (custom-face-theme-value) Deleted unused function.
7714         (custom-theme-recalc-face): Rewritten to treat enable/disable properly.
7716 2005-09-05  Stefan Monnier  <monnier@iro.umontreal.ca>
7718         * progmodes/compile.el (compilation-goto-locus): Take into account
7719         iconified frames when determining whether the buffer is
7720         already visible.
7721         Don't reset window height if the window already existed.
7723 2005-09-04  Chong Yidong  <cyd@stupidchicken.com>
7725         * custom.el (load-theme): Rename from require-theme.
7726         Add interactive spec.
7727         (enable-theme): Rename from custom-enable-theme.
7728         Add interactive spec.
7729         (disable-theme): Rename from custom-disable-theme.
7730         Add interactive spec.
7731         (custom-make-theme-feature): Doc fix.
7732         (custom-theme-directory): Doc fix.
7733         (provide-theme): Call enable-theme.
7735 2005-09-02  Stefan Monnier  <monnier@iro.umontreal.ca>
7737         * obsolete/lazy-lock.el (lazy-lock-mode):
7738         * obsolete/fast-lock.el (fast-lock-mode): Don't try to turn on
7739         font-lock-mode if it's off.  Print a warning instead.
7741         * progmodes/compile.el (compilation-start): Ignore errors if the
7742         process died before we get to send-eof.
7744         * textmodes/tex-mode.el (tex-send-tex-command, tex-bibtex-file):
7745         Undo last change.  Enclosing the result in quotes broke things on Unix
7746         since tex-send-command passes it through shell-quote-argument.
7747         (tex-send-command): Pass `file' through convert-standard-filename
7748         when possible.
7749         (tex-uptodate-p): Handle the case where TeX hasn't put additional
7750         info in a transcript.
7752 2005-09-02  Dan Nicolaescu  <dann@ics.uci.edu>
7754         * term/xterm.el (terminal-init-xterm): Add eval-when-compile to
7755         fix compilation warning. Reorder the key definitions to group
7756         together keys emitted by the current version of xterm.
7758         * progmodes/vhdl-mode.el (vhdl-highlight-faces)
7759         (vhdl-speedbar-entity-face, vhdl-speedbar-entity-selected-face):
7760         Reorder predicates to correct min-color usage.
7762 2005-09-01  Chong Yidong  <cyd@stupidchicken.com>
7764         * longlines.el (longlines-mode): Inhibit read-only when encoding.
7765         Kill local variables when longlines-mode is turned off.
7767 2005-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
7769         * international/mule-cmds.el (set-locale-environment): Soothe compiler.
7771         * obsolete/lazy-lock.el (lazy-lock) <defgroup>: Move from font-lock.el.
7773         * obsolete/fast-lock.el (fast-lock) <defgroup>: Move from font-lock.el.
7775         * font-lock.el (fast-lock, lazy-lock) <defgroup>: Remove.
7776         (font-lock-lines-before): Change default to being inactive.
7777         (font-lock-default-fontify-region): Obey font-lock-lines-before.
7778         (font-lock-after-change-function): Don't handle f-l-lines-before here.
7780 2005-08-31  Michael Albinus  <michael.albinus@gmx.de>
7782         * net/tramp.el (tramp-handle-make-auto-save-file-name):
7783         Deactivate temporarily advice if active (not needed for Emacs 22,
7784         but for backwards compatibility).
7785         (tramp-exists-file-name-handler): Rewrite.  First implementation
7786         was too simple.
7787         (tramp-advice-make-auto-save-file-name):
7788         Call `tramp-handle-make-auto-save-file-name' (again, just for
7789         backwards compatibility).
7791 2005-08-31  Reto Zimmermann  <reto@gnu.org>
7793         * progmodes/vhdl-mode.el
7794         (vhdl-update-sensitivity-list): Handle multi-dimensional array access.
7795         (vhdl-end-p): Fix indentation bug "else" after "-- when".
7796         (vhdl-set-default-project): New function (easier setting of default).
7797         (vhdl-port-copy): Handle extended identifiers for generics.
7798         (vhdl-compiler-alist): Better description for error message regexp.
7799         (vhdl-make): Query for target, use previous as default.
7800         (vhdl-port-copy): Fix port copy for port names starting with "signal".
7801         (vhdl-font-lock-keywords-2): Fix fontification for record
7802         el. assign.
7803         (vhdl-speedbar-make-subpack-line): Add package body link.
7804         (vhdl-generate-makefile-1): Not include itself as dependency.
7805         (vhdl-font-lock-init): Highlight c-preprocessor directives.
7806         (vhdl-*ward-syntactic-ws): Skip c-preprocessor directives.
7807         (vhdl-get-syntactic-context): Handle c-preprocessor directives.
7808         (vhdl-update-sensitivity-list): Start scan at opening parenthesis.
7809         (vhdl-fixup-whitespace-region): Fix jumping point (infinite loop).
7810         (vhdl-update-sensitivity-list-buffer): Add string argument for `error'.
7811         (vhdl-import-project): Add string argument for `error'.
7812         (vhdl-compose-configuration)
7813         (vhdl-compose-configuration-architecture): Add configuration
7814         declaration generation.
7815         (vhdl-scan-directory-contents): Scan for block/generate hierarchy.
7816         (vhdl-trailer-re): Add "record" keyword (better indentation).
7817         (vhdl-fixup-whitespace-region): "[^ \t\"-]+" instead of
7818         "[^ \t-\"]+".
7819         (vhdl-font-lock-keywords-2): Not highlight formal parameter after `|'.
7820         (vhdl-testbench-entity-file-name)
7821         (vhdl-testbench-architecture-file-name): Allow separate
7822         customization of testbench file names.
7823         (vhdl-beginning-of-block): Handle optional subprogram parameter list.
7824         (vhdl-get-visible-signals): Allow newline within alias declaration.
7825         (vhdl-update-sensitivity-list): Signal read only on certain attributes.
7826         (vhdl-fixup-whitespace-region): Fix bug with strings (double quotes).
7827         (member-ignore-case): Alias for missing function in XEmacs.
7828         (vhdl-compiler-alist): Add unit-to-file name mapping for Cadence NC.
7829         (vhdl-update-sensitivity-list): Ignore case on read signals.
7830         (vhdl-replace-string): Adjust case only for file names.
7831         (vhdl-update-sensitivity-list): Fix search for read signals.
7832         (vhdl-update-sensitivity-list): Exclude formal parameters.
7833         (vhdl-get-visible-signals): Include aliases of signals.
7834         (vhdl-get-visible-signals): Fix signal name searching.
7835         (vhdl-port-flatten, vhdl-port-reverse-direction): Better message.
7836         (vhdl-fixup-whitespace-region): Fix for character
7837         literals (e.g. ':').
7839 2005-08-31  Juanma Barranquero  <lekktu@gmail.com>
7841         * ansi-color.el (comint-last-output-start):
7842         * bs.el (font-lock-verbose):
7843         * diff-mode.el (add-log-buffer-file-name-function):
7844         * dired-x.el (vm-folder-directory):
7845         * faces.el (help-xref-stack-item):
7846         * files.el (font-lock-keywords):
7847         * find-lisp.el (dired-buffers, dired-subdir-alist):
7848         * ido.el (cua-inhibit-cua-keys):
7849         * log-view.el (cvs-minor-wrap-function):
7850         * outline.el (font-lock-warning-face):
7851         * simple.el (compilation-current-error):
7852         * speedbar.el (ange-ftp-path-format, efs-path-regexp)
7853         (font-lock-keywords, x-pointer-hand2, x-pointer-top-left-arrow):
7854         * tooltip.el (comint-prompt-regexp):
7855         * w32-fns.el (explicit-shell-file-name):
7856         * term/mac-win.el (mac-charset-info-alist)
7857         (mac-services-selection, mac-system-script-code):
7858         * term/tty-colors.el (msdos-color-values):
7859         * term/w32-win.el (xlfd-regexp-registry-subnum):
7860         * term/x-win.el (x-keysym-table, x-selection-timeout)
7861         (x-session-id, x-session-previous-id):
7862         * textmodes/ispell.el (mail-yank-prefix):
7863         * textmodes/makeinfo.el (tex-end-of-header, tex-start-of-header):
7864         * textmodes/org.el (calc-embedded-close-formula)
7865         (calc-embedded-open-formula)
7866         (font-lock-unfontify-region-function):
7867         * textmodes/reftex-global.el (isearch-next-buffer-function)
7868         (TeX-master):
7869         * textmodes/reftex.el (font-lock-keywords):
7870         * textmodes/tex-mode.el (font-lock-comment-face)
7871         (font-lock-doc-face):
7872         * textmodes/texinfo.el (outline-heading-alist):
7873         Add defvars.
7875         * textmodes/artist.el (x-pointer-crosshair): Add defvar.
7876         (artist-spray-chars, artist-mode-init, artist-replace-string)
7877         (artist-select-erase-char, artist-vap-find-endpoints-horiz)
7878         (artist-vap-find-endpoints-vert, artist-vap-find-endpoints-swne)
7879         (artist-vap-find-endpoints-nwse): "?\ " -> "?\s".
7881         * textmodes/conf-mode.el (outline-heading-end-regexp): Add defvar.
7882         (conf-align-assignments): "?\ " -> "?\s".
7884         * textmodes/reftex-index.el (TeX-master): Add defvar.
7885         (reftex-index-phrases-marker): Move up defvar.
7887         * textmodes/reftex-toc.el (zmacs-regions): Add defvar.
7888         (reftex-toc-include-labels-indicator)
7889         (reftex-toc-include-index-indicator)
7890         (reftex-toc-max-level-indicator): Move up declarations.
7892         * net/tramp.el (tramp-handle-make-auto-save-file-name): Pass list
7893         of args to `tramp-run-real-handler', even if it's empty in this case.
7895 2005-08-31  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
7897         * dired.el (dired-move-to-filename-regexp): Add date format for
7898         Mac OS X 10.3 in East Asian locales.
7900 2005-08-31  Michael Albinus  <michael.albinus@gmx.de>
7902         * files.el (make-auto-save-file-name): Add file name handler call
7903         if applicable.
7905         * net/tramp.el (tramp-file-name-handler-alist)
7906         (tramp-file-name-for-operation): Add `make-auto-save-file-name'.
7907         (tramp-handle-make-auto-save-file-name): Rename from
7908         `tramp-make-auto-save-file-name'.
7909         (tramp-exists-file-name-handler): New defun.
7910         (tramp-advice-make-auto-save-file-name): Make defadvice only when
7911         `make-auto-save-file-name' is not a magic file name operation.
7913 2005-08-30  Richard M. Stallman  <rms@gnu.org>
7915         * files.el (risky-local-variable-p):
7916         Match `-predicates' and `-commands.
7918         * cus-edit.el (custom-buffer-sort-alphabetically): Default to t.
7919         (custom-save-all): Visit the file if necessary;
7920         kill the buffer if we created it.
7921         (custom-save-delete): Don't visit file or kill buffer here.
7923 2005-08-30  Carsten Dominik  <dominik@science.uva.nl>
7925         * textmodes/org.el (org-special-keyword): New face.
7926         (org-table-copy-down, org-table-eval-formula)
7927         (org-table-recalculate, org-init-section-numbers):
7928         Use `string-to-number' instead of `string-to-int'.
7929         (org-get-location): Use `insert-buffer-substring' instead of
7930         `insert-buffer'.
7931         (org-modify-diary-entry-string): New function.
7932         (org-get-entries-from-diary): Set the hook for `add-to-diary-list'.
7933         (org-disable-agenda-to-diary): Rename from `org-disable-diary'.
7934         (org-toggle-fixed-width-section): Use QUOTE keyword if there is no
7935         active region.
7936         (org-export-as-html): Handle QUOTE keyword.
7937         (org-quote-string): New option.
7938         (org-bookmark-jump-unhide): New function, used for
7939         `bookmark-after-jump-hook'.
7940         (org-diary-default-entry): Apply only when not called through
7941         `org-agenda'.
7943 2005-08-30  Juanma Barranquero  <lekktu@gmail.com>
7945         * net/eudc.el (mode-popup-menu):
7946         * play/handwrite.el (ps-printer-name, ps-lpr-command):
7947         * progmodes/ada-mode.el (compile-auto-highlight)
7948         (skeleton-further-elements):
7949         * progmodes/autoconf.el (font-lock-syntactic-keywords):
7950         * progmodes/cmacexp.el (msdos-shells):
7951         * progmodes/compile.el (font-lock-extra-managed-props)
7952         (font-lock-keywords, font-lock-maximum-size)
7953         (font-lock-support-mode):
7954         * progmodes/grep.el (font-lock-lines-before):
7955         * progmodes/idlw-complete-structtag.el (idlwave-completion-help-info):
7956         * progmodes/mixal-mode.el (compile-command):
7957         * progmodes/perl-mode.el (font-lock-comment-face)
7958         (font-lock-doc-face, font-lock-string-face):
7959         * progmodes/prolog.el (comint-prompt-regexp):
7960         * progmodes/sh-script.el (font-lock-comment-face)
7961         (font-lock-set-defaults, font-lock-string-face):
7962         * progmodes/sql.el (font-lock-keyword-face)
7963         (font-lock-set-defaults, font-lock-string-face):
7964         * progmodes/vhdl-mode.el (compilation-file-regexp-alist)
7965         (itimer-version, lazy-lock-defer-contextually)
7966         (lazy-lock-defer-on-scrolling, lazy-lock-defer-on-the-fly):
7967         Add defvars.
7969         * progmodes/cperl-mode.el (cperl-electric-lbrace)
7970         (cperl-electric-keyword, cperl-electric-pod)
7971         (cperl-electric-backspace, cperl-forward-re)
7972         (cperl-fix-line-spacing, cperl-fill-paragraph): "?\ " -> "?\s".
7973         (vc-rcs-header, vc-sccs-header): Add defvars.
7975         * progmodes/fortran.el (fortran-indent-to-column): "?\ " -> "?\s".
7976         (font-lock-syntactic-keywords, gud-find-expr-function):
7977         Add defvars.
7979         * progmodes/gdb-ui.el (tool-bar-map): Add defvar.
7980         (gdb-frame-parameters): Declare before use.
7982         * progmodes/gud.el (gdb-active-process, gdb-define-alist)
7983         (gdb-macro-info, gdb-server-prefix, gdb-show-changed-values)
7984         (gdb-var-changed, gdb-var-list, tool-bar-map): Add defvars.
7985         (gud-expr-compound-sep, gud-expr-compound): "?\ " -> "?\s".
7987         * progmodes/idlw-help.el (browse-url-generic-args): Add defvar.
7988         (idlwave-help-with-source): Use `insert-buffer-substring', not
7989         `insert-buffer'.
7991 2005-08-29  Juri Linkov  <juri@jurta.org>
7993         * outline.el (hide-entry, hide-leaves, outline-toggle-children):
7994         Put outline-back-to-heading function call inside save-excursion.
7996 2005-08-29  Juanma Barranquero  <lekktu@gmail.com>
7998         * man.el (Man-init-defvars, Man-translate-references)
7999         (Man-support-local-filenames, Man-highlight-references):
8000         * progmodes/sql.el (sql-interactive-mode):
8001         * shell.el (shell-mode, shell-resync-dirs): Fix typos in docstrings.
8003         * emacs-lisp/checkdoc.el (compilation-error-regexp-alist)
8004         (compilation-mode-font-lock-keywords): Add defvars.
8005         (checkdoc-interactive-loop): "?\ " -> "?\s".
8007         * emacs-lisp/lisp-mode.el (font-lock-comment-face)
8008         (font-lock-doc-face, font-lock-string-face)
8009         (font-lock-keywords-case-fold-search): Add defvars.
8010         (emacs-lisp-mode-syntax-table): "?\ " -> "?\s".
8012         * obsolete/sun-fns.el (mouse-select-or-drag-move-point):
8013         Don't pass X and Y (they are ignored anyway).
8014         (mouse-set-mark, mouse-select-window, mouse-delete-other-windows)
8015         (mouse-delete-window): Make arguments optional.
8017         * obsolete/rnews.el (news-add-news-group): Don't use `end-of-line'.
8018         (caesar-translate-table, minor-modes, news-buffer-save)
8019         (news-group-name, news-minor-modes): Add defvars.
8021         * emacs-lisp/lselect.el (mouse-highlight-priority)
8022         (x-lost-selection-functions, zmacs-regions):
8023         * emacs-lisp/pp.el (font-lock-verbose):
8024         * emacs-lisp/syntax.el (font-lock-beginning-of-syntax-function):
8025         * emacs-lisp/tcover-ses.el (ses-initial-global-parameters)
8026         (ses-mode-map):
8027         * emacs-lisp/tcover-unsafep.el (safe-functions):
8028         * international/mule-cmds.el (mac-system-coding-system)
8029         (mac-system-locale):
8030         * language/ethio-util.el (rmail-current-message)
8031         (rmail-message-vector):
8032         * language/thai-util.el (thai-auto-composition-mode):
8033         * mail/metamail.el (rmail-current-message, rmail-message-vector):
8034         * mail/mspools.el (rmail-inbox-list, vm-crash-box)
8035         (vm-folder-directory, vm-init-file, vm-init-file-loaded)
8036         (vm-primary-inbox, vm-spool-files):
8037         * mail/rmail.el (deleted-head, font-lock-fontified)
8038         (mail-abbrev-syntax-table, mail-abbrevs, messages-head)
8039         (rmail-use-spam-filter, rsf-beep, rsf-sleep-after-message)
8040         (total-messages):
8041         * mail/rmail-spam-filter.el (bbdb/mail_auto_create_p)
8042         (rmail-summary-mode-map):
8043         * mail/rmailkwd.el (rmail-buffer, rmail-current-message)
8044         (rmail-last-label, rmail-last-multi-labels)
8045         (rmail-summary-vector, rmail-total-messages):
8046         * mail/rmailmsc.el (rmail-current-message, rmail-inbox-list):
8047         * mail/rmailsum.el (msgnum):
8048         * mail/uce.el (gnus-original-article-buffer, mail-reply-buffer)
8049         (rmail-current-message):
8050         * obsolete/fast-lock.el (font-lock-face-list):
8051         * obsolete/rnewspost.el (mail-reply-buffer):
8052         * obsolete/scribe.el (compile-command):
8053         * obsolete/x-menu.el (x-process-mouse-hook): Add defvars.
8055 2005-08-28  John Paul Wallington  <jpw@gnu.org>
8057         * ibuf-ext.el (ibuffer-auto-update-changed):
8058         Use `frame-or-buffer-changed-p' to check whether we need to update.
8059         (ibuffer-auto-mode): Don't advise `get-buffer-create' and
8060         `kill-buffer'.  Initialise `ibuffer-auto-buffers-changed'
8061         as a `frame-or-buffer-changed-p' state vector instead.
8063 2005-08-27  Romain Francoise  <romain@orebokech.com>
8065         * textmodes/makeinfo.el (makeinfo-compile):
8066         Use `compilation-start'.  Set `next-error-function' according to
8067         `disable-errors'.
8068         (makeinfo-next-error): New function.
8069         (makeinfo-region): Adjust to new `makeinfo-compile' prototype.
8070         (makeinfo-buffer): Likewise.
8072         * progmodes/compile.el (compilation-start): Add autoload cookie.
8074         * progmodes/antlr-mode.el: Don't autoload `compilation-start'.
8075         * textmodes/sgml-mode.el: Likewise.
8076         * progmodes/python.el: Likewise.
8078 2005-08-27  Eli Zaretskii  <eliz@gnu.org>
8080         * simple.el (blink-matching-paren-distance): Document the meaning
8081         of nil value, and allow to customize to nil.
8083         * eshell/esh-ext.el (eshell-windows-shell-file): Look for
8084         command.com, not command.exe.
8086 2005-08-26  John Wiegley  <johnw@newartisans.com>
8088         * eshell/esh-cmd.el (eshell-rewrite-named-command): Change the
8089         code around a bit so that an extraneous nil argument is not added
8090         to a command when no args are given.
8092         * eshell/esh-arg.el (eshell-parse-double-quote): If a
8093         double-quoted argument resolves to nil, return it as an empty
8094         string rather than as nil.  This made it impossible to pass "" to
8095         a shell script as a null string argument.
8097 2005-08-26  Stefan Monnier  <monnier@iro.umontreal.ca>
8099         * outline.el (outline-invent-heading): New fun.
8100         (outline-promote, outline-demote): Use it.
8101         (outline-move-subtree-down): Remove unused vars `re' and `txt'.
8102         (outline-end-of-subtree): Remove unused var `opoint'.
8104 2005-08-26  David Reitter  <david.reitter@gmail.com>
8106         * menu-bar.el (truncate-lines, write-file, print-buffer)
8107         (ps-print-buffer-faces, ps-print-buffer, split-window):
8108         Disable menu items when the frame they refer to is invisible, or when
8109         they refer to a buffer and the minibuffer is selected.
8111 2005-08-26  Pavel Kobiakov  <pk_at_work@yahoo.com>
8113         * progmodes/flymake.el (flymake-highlight-err-lines):
8114         Use save-excursion around flymake-highlight-line to preserve point.
8116 2005-08-26  Eli Zaretskii  <eliz@gnu.org>
8118         * progmodes/octave-mod.el: Change Author and Maintainer address.
8119         (octave-maintainer-address): Change Kurt's email address.
8120         * progmodes/octave-inf.el: Change Author and Maintainer address.
8121         * progmodes/octave-hlp.el: Change Author and Maintainer address.
8123 2005-08-26  Kim F. Storm  <storm@cua.dk>
8125         * subr.el (version-list-<, version-list-<=, version-list-=):
8126         Rename from integer-list-*.
8127         (version-list-not-zero): Likewise.  Fix while loop.
8128         (version=): Use version-list-= instead of string-equal.
8130 2005-08-26  Richard M. Stallman  <rms@gnu.org>
8132         * outline.el (outline-promote): Try shortening the heading.
8133         As last resort, read the heading to use.
8134         (outline-demote): As last resort, read the heading to use.
8136 2005-08-26  Romain Francoise  <romain@orebokech.com>
8138         * progmodes/compile.el (compilation-start): Doc fix.
8140         * progmodes/antlr-mode.el (antlr-default): Fix defface form.
8141         (antlr-font-lock-additional-keywords): Fix reference to
8142         `antlr-font-lock-literal-regexp' erroneously changed during the
8143         mass face rename.
8144         (antlr-run-tool): Use `compilation-start'.
8146         * textmodes/sgml-mode.el (sgml-validate): Use `compilation-start'
8147         instead of the obsolete `compile-internal'.
8149 2005-08-26  Juanma Barranquero  <lekktu@gmail.com>
8151         * calendar/cal-bahai.el (date, displayed-month, displayed-year)
8152         (number, original-date):
8153         * calendar/cal-china.el (date):
8154         * calendar/cal-coptic.el (date):
8155         * calendar/cal-french.el (date):
8156         * calendar/cal-hebrew.el (date, entry, number, original-date):
8157         * calendar/cal-islam.el (date, number, original-date):
8158         * calendar/cal-iso.el (date):
8159         * calendar/cal-julian.el (date):
8160         * calendar/cal-mayan.el (date):
8161         * calendar/cal-menu.el (date, event):
8162         * calendar/cal-persia.el (date):
8163         * calendar/lunar.el (date):
8164         * calendar/solar.el (date): Add defvars.
8166         * emerge.el:
8167         * ibuffer.el:
8168         * info-xref.el:
8169         * obsolete/bg-mouse.el:
8170         * obsolete/sun-curs.el:
8171         * obsolete/swedish.el: Move the `defvar's to the top level.
8173         * smerge-mode.el (smerge-refined-change): Add :group.
8175 2005-08-25  Stefan Monnier  <monnier@iro.umontreal.ca>
8177         * smerge-mode.el (smerge-remove-props): Make the args non-optional.
8178         (smerge-keep-n): Remove props.
8179         (smerge-keep-base, smerge-keep-other, smerge-keep-mine)
8180         (smerge-keep-current, smerge-kill-current): Don't remove props anymore
8181         now that it's done in smerge-keep-n.
8182         (smerge-refined-change): New face.
8183         (smerge-refine-chopup-region, smerge-refine-highlight-change)
8184         (smerge-refine): New funs.
8185         (smerge-basic-map): Bind smerge-refine.
8187 2005-08-25  Juri Linkov  <juri@jurta.org>
8189         * progmodes/grep.el (grep, grep-mode): Make buffer-local variables
8190         compilation-process-setup-function and compilation-disable-input
8191         in grep-mode instead of let-bindings in grep.
8193         * menu-bar.el (menu-bar-options-menu, menu-bar-options-save):
8194         Delete "Automatic File De/compression" (auto-compression-mode).
8196 2005-08-25  Juanma Barranquero  <lekktu@gmail.com>
8198         * obsolete/bg-mouse.el: Move to obsolete/ from term/.
8199         Silence warning about non-existent variable.
8201 2005-08-25  Richard M. Stallman  <rms@gnu.org>
8203         * menu-bar.el (menu-bar-describe-menu): Delete "What's New".
8204         Rename "Describe Key" to "Describe Key or Mouse Operation".
8206         * mail/mailalias.el (build-mail-aliases): Delete comments
8207         from the contents before processing them.
8209         * isearch.el (isearch-edit-string): Erase the Search prompt
8210         if user enters an empty string and there is no default.
8212         * comint.el (comint-file-name-prefix): Add autoload.
8214 2005-08-25  Joe Corneli  <jcorneli@math.utexas.edu>
8216         * subr.el (play-sound): Rearrange to avoid warning.
8218 2005-08-25  Carsten Dominik  <dominik@science.uva.nl>
8220         * calendar/diary-lib.el (diary-modify-entry-list-string-function):
8221         New hook.
8222         (add-to-diary-list): Call `diary-modify-entry-list-string-function'
8224 2005-08-24  Stefan Monnier  <monnier@iro.umontreal.ca>
8226         * emacs-lisp/easy-mmode.el (define-minor-mode): Simplify.
8228         * custom.el (custom-theme-set-variables): Sort minor modes last.
8230 2005-08-24  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
8232         * subr.el (version-separator, version-regexp-alist): New vars used by
8233         version comparison funs.
8234         (integer-list-<, integer-list-=, integer-list-<=)
8235         (integer-list-not-zero): New funs for integer list comparison.
8236         (version-to-list, version=, version<, version<=): New funs for version
8237         comparison.
8239 2005-08-24  Juanma Barranquero  <lekktu@gmail.com>
8241         * emerge.el (merge-begin, merge-end, template, A-begin, A-end)
8242         (B-begin, B-end, diff, diff-vector, valid-diff): Defvar at compile
8243         time to silence the byte-compiler.
8245         * ibuffer.el (ibuffer-compile-make-eliding-form)
8246         (ibuffer-check-formats): Use `with-no-warnings' to hide references
8247         to `ibuffer-elide-long-columns' (which is defined on ibuffer.el,
8248         so it's silly to get warnings for it).
8249         (ibuffer-auto-mode, ibuffer-cached-filter-formats)
8250         (ibuffer-compiled-filter-formats, ibuffer-filter-format-alist)
8251         (ibuffer-filter-group-kill-ring, ibuffer-filter-groups)
8252         (ibuffer-filtering-qualifiers, ibuffer-hidden-filter-groups)
8253         (ibuffer-inline-columns, ibuffer-show-empty-filter-groups)
8254         (ibuffer-tmp-hide-regexps, ibuffer-tmp-show-regexps):
8255         Defvar at compile time.
8256         (ibuffer-compiled-formats, ibuffer-cached-eliding-string)
8257         (ibuffer-cached-formats, ibuffer-cached-elide-long-columns):
8258         Declare them before use.
8260         * info-xref.el (info-xref-xfile-alist, info-xref-filename-heading)
8261         (info-xref-good, info-xref-bad): Defvar at compile time.
8263         * obsolete/mlsupport.el (filter-region, execute-monitor-command):
8264         Use `let*' instead of `let'.
8266         * obsolete/sun-curs.el (icon-edit, *mouse-window*, *mouse-x*)
8267         (*mouse-y*, menu, char): Defvar at compile time.
8268         (sc::menu): Declare it before use.
8269         (sc::pack-one-line): Use `let', not `let*'.
8271         * obsolete/swedish.el (news-inews-hook, news-group-hook-alist)
8272         (mail-send-hook): Defvar at compile time.
8274         * term/bg-mouse.el (bg-mouse-x, bg-mouse-y, bg-cursor-window):
8275         Defvar at compile time.
8277         * term/sun-mouse.el (current-global-mousemap)
8278         (current-local-mousemap): Declare them before use.
8280 2005-08-24  Carsten Dominik  <dominik@science.uva.nl>
8282         * bookmark.el (bookmark-after-jump-hook): New hook.
8283         (bookmark-jump): Run `bookmark-after-jump-hook'.
8285 2005-08-23  Juri Linkov  <juri@jurta.org>
8287         * faces.el (minibuffer-prompt): Doc fix.
8289 2005-08-23  Juanma Barranquero  <lekktu@gmail.com>
8291         * progmodes/xscheme.el: Trivial changes to silence warnings.
8292         (xscheme-previous-mode, xscheme-previous-process-state):
8293         Add defvars.
8294         (xscheme-last-input-end, xscheme-process-command-line)
8295         (xscheme-process-name, xscheme-buffer-name)
8296         (xscheme-expressions-ring-max, xscheme-expressions-ring)
8297         (xscheme-expressions-ring-yank-pointer, xscheme-running-p)
8298         (xscheme-control-g-synchronization-p)
8299         (xscheme-control-g-disabled-p, xscheme-string-receiver)
8300         (default-xscheme-runlight, xscheme-runlight)
8301         (xscheme-runlight-string, xscheme-process-filter-state)
8302         (xscheme-allow-output-p, xscheme-prompt, xscheme-mode-string):
8303         Move to beginning of file.
8304         (scheme-interaction-mode-commands-alist)
8305         (scheme-interaction-mode-map, scheme-debugger-mode-map):
8306         Declare them before use.  Note: the initialization code for the variables
8307         has not been moved because it uses functions that reference the variables.
8308         (xscheme-control-g-message-string, xscheme-process-filter-alist)
8309         (xscheme-prompt-for-expression-map): Declare them before use.
8310         (scheme-debugger-mode-commands): "?\ " -> "?\s".
8312 2005-08-23  Ed Swarthout  <ed.swarthout@gmail.com>  (tiny change)
8314         * hexl.el (hexl-print-current-point-info): Fix simple spelling error.
8316 2005-08-22  Juri Linkov  <juri@jurta.org>
8318         * faces.el (set-face-underline): Delete this duplicate function
8319         and make an obsolete alias to set-face-underline-p.
8320         (set-face-underline-p): Use docstring of set-face-underline.
8321         (describe-face): Create hyperlink to parent face.
8323         * info.el (Info-insert-dir): Use save-excursion around
8324         insert-buffer-substring.
8325         (Info-isearch-search): Use LITERAL arg of replace-regexp-in-string.
8326         (Info-escape-percent): Delete function.
8327         (Info-fontify-node): Replace Info-escape-percent by
8328         replace-regexp-in-string with REP arg set to lambda that
8329         duplicates `%' and preserves text properties.
8331         * progmodes/compile.el (compilation-disable-input): Doc fix.
8332         (define-compilation-mode): Doc fix and refill.
8333         (kill-compilation): Use `mode-name' in the error message.
8334         (compilation-find-file): Use `compilation-error' in the
8335         read-file-name's prompt.
8337 2005-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
8339         * smerge-mode.el (smerge-basic-map): Bind smerge-combine-with-next.
8340         (smerge-auto-leave): Make undo re-enable the mode.
8341         (debug-ignored-errors): Add the user-error of impossible resolution.
8342         (smerge-resolve): Move things around a bit, in preparation for later.
8343         (smerge-diff): Don't fail if the buffer has no associated file.
8344         (ediff-ancestor-buffer, ediff-quit-hook): Quieten byte-compiler.
8345         (smerge-conflict-overlay): New function.
8346         (smerge-match-conflict): Don't add text properties here.
8347         (smerge-find-conflict): Instead, add an overlay here.
8348         Also check for the case where we're inside a conflict already, so as to
8349         obviate the need for font-lock-multiline, which is unbearably slow with
8350         large conflicts and ciomplex font-lock patterns.
8351         (smerge-remove-props): Remove overlay rather than text-properties.
8352         (smerge-mode): Don't set font-lock-multiline.
8353         Remove overlays when turned off.
8355 2005-08-21  Kim F. Storm  <storm@cua.dk>
8357         * ido.el (ido-ignore-item-p): Use save-match-data.
8358         Bind case-fold-search to ido-case-fold locally.
8360 2005-08-20  Richard M. Stallman  <rms@gnu.org>
8362         * files.el (normal-mode): If font lock is on, turn it off and on.
8364         * subr.el (replace-regexp-in-string): Doc fix.
8366         * startup.el (command-line-1): Don't suppress startup screen
8367         due to existing processes.
8369         * progmodes/grep.el (grep): Bind compilation-disable-input to t.
8371         * progmodes/compile.el (compilation-disable-input): Default to nil.
8373 2005-08-20  Kevin Rodgers  <ihs_4664@yahoo.com>  (tiny change)
8375         * progmodes/compile.el (compilation-disable-input): New defcustom.
8376         (compilation-start): If compilation-disable-input is non-nil, send
8377         EOF to the compilation process.
8379 2005-08-20  Eli Zaretskii  <eliz@gnu.org>
8381         * textmodes/tex-mode.el (tex-bibtex-file, tex-send-tex-command):
8382         Run the argument of tex-shell-cd-command through
8383         convert-standard-filename, to get the correct style of slashes on
8384         Windows, and enclose the result in quotes, in case the file name
8385         includes whitespace or other special characters.
8387 2005-08-19  Andreas Schwab  <schwab@suse.de>
8389         * progmodes/gud.el (gud-kill-buffer-hook): Don't kill unrelated
8390         process.
8392 2005-08-18  Luc Teirlinck  <teirllm@auburn.edu>
8394         * cus-start.el (minibuffer-prompt-properties): Correct typo.
8396 2005-08-18  Kim F. Storm  <storm@cua.dk>
8398         * scroll-lock.el: Fix errors due to incorrect line wrapping.
8400 2005-08-18  Richard M. Stallman  <rms@gnu.org>
8402         * scroll-lock.el: New file.
8404 2005-08-18  Thien-Thi Nguyen  <ttn@gnu.org>
8406         * dired.el (dired-move-to-end-of-filename):
8407         Handle fifo as rendered by "ls -lF": Don't include trailing "|".
8409 2005-08-18  Kim F. Storm  <storm@cua.dk>
8411         * ido.el (ido-everywhere): Fix defcustom :set function to disable
8412         rather than toggle mode when custom value is nil.
8413         (ido-everywhere): Fix defun doc string.
8415 2005-08-17  Richard M. Stallman  <rms@gnu.org>
8417         * cus-start.el (minibuffer-prompt-properties): Use "Don't Enter"
8418         as tag instead of "Inviolable".
8420 2005-08-17  Kim F. Storm  <storm@cua.dk>
8422         * windmove.el (windmove-coordinates-of-position): Remove.
8423         (windmove-coordinates-of-window-position): Remove.
8424         (windmove-reference-loc): Use posn-at-point instead.
8426         * subr.el (insert-for-yank-1): Doc fix.
8428         * ido.el (ido-enter-matching-directory): Rename from
8429         ido-enter-single-matching-directory.  Change `slash' choice to
8430         `only'.  Add `first' choice.
8431         (ido-exhibit): Adapt to above changes.
8433 2005-08-16  Luc Teirlinck  <teirllm@auburn.edu>
8435         * Makefile.in: Expand comment about building loaddefs.el.
8437 2005-08-16  Nick Roberts  <nickrob@snap.net.nz>
8439         * progmodes/gdb-ui.el (toggle-gdb-use-inferior-io-buffer):
8440         Comment use of defadvice.
8442         * progmodes/gud.el (gud-jump): Rework for gdb-ui.
8444 2005-08-15  Dan Nicolaescu  <dann@ics.uci.edu>
8446         * buff-menu.el, compare-w.el, emacs-lisp/testcover.el,
8447         * play/gomoku.el, play/mpuz.el, progmodes/flymake.el,
8448         * progmodes/gdb-ui.el, progmodes/idlw-help.el,
8449         * progmodes/idlw-shell.el, progmodes/ld-script.el,
8450         * progmodes/which-func.el, ruler-mode.el, strokes.el,
8451         * textmodes/sgml-mode.el, textmodes/table.el: Do not use face-alias
8452         for backward compatibility for faces that did not appear in the
8453         previous Emacs release.
8455         * simple.el (next-error-follow-minor-mode): Fix init value and lighter.
8457 2005-08-15  Kim F. Storm  <storm@cua.dk>
8459         * emulation/cua-base.el (cua-delete-region): Return t if
8460         deleted region was non-empty.
8461         (cua-replace-region): Inhibit overwrite-mode for
8462         self-insert-command if replaced region was non-empty.
8463         (cua--explicit-region-start, cua--status-string): Make them
8464         buffer-local at top-level...
8465         (cua-mode): ...rather than when mode is enabled.
8467 2005-08-15  Thien-Thi Nguyen  <ttn@gnu.org>
8469         * progmodes/vhdl-mode.el (vhdl-emacs-21):
8470         Set t for Emacs 21, 22, and so on.
8472 2005-08-15  David Ponce  <david@dponce.com>
8474         * tree-widget.el: Update Commentary header.
8475         (tree-widget-theme): Doc fix.
8476         (tree-widget-space-width): New option.
8477         (tree-widget-image-properties): Look up in the default theme too.
8478         (tree-widget--cursors): Only for images with arrow pointer shape.
8479         (tree-widget-lookup-image): Pointer shape is hand by default.
8480         (tree-widget-icon): Rename generic icon widget from
8481         `tree-widget-control'.
8482         (tree-widget-*-icon): Rename from `tree-widget-*-control' and
8483         derive from `tree-widget-icon'.
8484         (tree-widget-handle): Improve default look and feel of the text
8485         representation.
8486         (tree-widget): Rename :*-control properties to :*-icon properties.
8487         Add :action and :help-echo properties.
8488         (tree-widget-after-toggle-functions): Move.
8489         (tree-widget-close-node, tree-widget-open-node): Remove.
8490         (tree-widget-before-create-icon-functions): New hook.
8491         (tree-widget-value-create): Update to allow customization of icons
8492         and nodes at run-time via that new hook.
8493         (tree-widget-icon-create, tree-widget-leaf-node-icon-p)
8494         (tree-widget-icon-action, tree-widget-icon-help-echo)
8495         (tree-widget-action, tree-widget-help-echo): New functions.
8497 2005-08-15  Kim F. Storm  <storm@cua.dk>
8499         * ido.el (ido-buffer-internal): Use with-no-warnings.
8500         (ido-make-merged-file-list): Use while-no-input.
8502 2005-08-15  Richard M. Stallman  <rms@gnu.org>
8504         * textmodes/flyspell.el (flyspell-mark-duplications-flag): Doc fix.
8505         (flyspell-large-region): Fix doc and custom type.
8507 2005-08-14  Richard M. Stallman  <rms@gnu.org>
8509         * files.el (interpreter-mode-alist): Doc fix.
8511         * mail/rmail.el (rmail-nonignored-headers): New variable.
8512         (rmail-clear-headers): Use it.
8513         (rmail-reply): Better handling of mail-followup-to header.
8515         * progmodes/sh-script.el (sh-font-lock-keywords-var):
8516         Rename variable from sh-font-lock-keywords.  In the `shell' entry,
8517         don't try to refer to executable-font-lock-keywords.
8518         (sh-font-lock-keywords-var-1): Rename from sh-font-lock-keywords-1.
8519         (sh-font-lock-keywords-var-2): Rename from sh-font-lock-keywords-2.
8520         (sh-font-lock-keywords): Append executable-font-lock-keywords here.
8521         (sh-mode): Set comment-start-skip, local-abbrev-table,
8522         imenu-case-fold-search.
8523         (sh-set-shell): Don't set them here.
8524         (sh-feature): Simplify.  Get rid of the eval-a-variable feature.
8525         Don't cache the results in the original alist; don't ever modify
8526         that alist.
8528         * textmodes/flyspell.el (flyspell-mode): Autoload a defvar.
8530         * textmodes/ispell.el (lookup-words): Cope with case where ARGS is
8531         empty.
8533 2005-08-15  Andreas Schwab  <schwab@suse.de>
8535         * desktop.el: Put autoload cookie at risky-local-variable declarations.
8537         * dired.el, info.el, mail/rmail.el: Revert last change.
8539 2005-08-14  Thien-Thi Nguyen  <ttn@gnu.org>
8541         * dired.el: Fix dependency bug: Wrap `desktop-buffer-mode-handlers'
8542         modification in `eval-after-load' form.
8543         * info.el: Likewise.
8544         * mail/rmail.el: Likewise.
8546 2005-08-14  Juri Linkov  <juri@jurta.org>
8548         * progmodes/compile.el (compilation-mode-font-lock-keywords):
8549         Remove highlighting of "Compilation started".  Highlight only
8550         the word "finished" in "Compilation finished".  Add highlighting
8551         of "interrupt", "killed", "terminated" and the exit code.
8552         (compilation-start): Add newline after header.  Use exactly the
8553         same time stamp format as the finishing message.
8554         (compilation-mode-map): Add ellipsis to "Search Files (grep)".
8556         * progmodes/grep.el (grep-mode-map): Add ellipsis to "Another grep".
8557         (grep-mode-font-lock-keywords): Don't highlight "Grep started".
8558         Add highlighting of "interrupt", "killed", "terminated".
8560         * delsel.el (delete-selection-pre-hook): If overwrite-mode is
8561         enabled and the current command is self-insert-command, call it
8562         explicitly with overwrite-mode bound to nil, to not allow it
8563         to delete the character after the selected region.
8565 2005-08-12  Matt Hodges  <MPHodges@member.fsf.org>
8567         * emacs-lisp/eldoc.el: Add move-beginning-of-line,
8568         move-end-of-line, end-of-line, and beginning-of-line to the list
8569         of commands after which the echo area is updated.
8571 2005-08-12  Eli Zaretskii  <eliz@gnu.org>
8573         * cus-edit.el (custom-save-all, custom-save-delete):
8574         Bind recentf-exclude to exclude custom-file.
8576 2005-08-12  Ehud Karni  <ehud@unix.mvs.co.il>
8578         * mail/rmailsum.el (rmail-summary-end-of-message): New command
8579         to go to the bottom of the mail message.  Added to
8580         `rmail-summary-mode-map' with key "/".
8581         (rmail-summary-show-message): New (internal) function for use by
8582         both `rmail-summary-beginning/end-of-message'.
8583         (rmail-summary-beginning-of-message): Change to use
8584         rmail-summary-show-message.
8586         * mail/rmail.el (rmail-end-of-message): New command to go to the
8587         end of the current message.  Added to `rmail-mode-map' with key "/".
8588         (rmail-beginning-of-message): Fix to work as documented.
8589         (rmail-mode): Change documentation.
8591         * progmodes/compile.el (compilation-start): Add the line
8592         "Compilation started" with compilation start time.
8593         (compilation-mode-font-lock-keywords): Add `started' to keywords.
8595 2005-08-11  Luc Teirlinck  <teirllm@auburn.edu>
8597         * menu-bar.el (menu-bar-options-menu): Standardize capitalization
8598         of menu items.
8600 2005-08-11  Richard M. Stallman  <rms@gnu.org>
8602         * simple.el (pop-global-mark): Reverse test of widen-automatically.
8604         * battery.el (battery-status-function): Don't use ignore-errors.
8606 2005-08-11  Lute Kamstra  <lute@gnu.org>
8608         * emacs-lisp/generic.el (generic-font-lock-defaults): Declare with
8609         define-obsolete-variable-alias.
8611 2005-08-11  Stefan Monnier  <monnier@iro.umontreal.ca>
8613         * net/ange-ftp.el: Use \\` and \\' instead of ^ and $ in regexps.
8614         (ange-ftp-send-cmd): Revert last change, and expand
8615         the comment explaining the problem.
8617 2005-08-10  Luc Teirlinck  <teirllm@auburn.edu>
8619         * ldefs-boot.el: Update.
8621         * menu-bar.el (menu-bar-showhide-menu): Rename "Date, Time and Mail"
8622         item to "Time, Load and Mail".  Change help echo text.
8624         * time.el (display-time-use-mail-icon, display-time-format)
8625         (display-time-string-forms): Shorten first line of docstrings.
8627 2005-08-10  Lars Hansen  <larsh@soem.dk>
8629         * desktop.el (desktop-buffer-mode-handlers):
8630         Make non-customizable. Add autoload cookie.  Change initial value to
8631         nil; add elements in respective modules instead.  Fix doc string.
8632         (desktop-load-file): New function.
8633         (desktop-minor-mode-handlers): New autoloaded variable.
8634         (desktop-create-buffer): Call minor mode handlers.
8635         Use desktop-load-file to load major and minor mode modules prior to
8636         checking for a handler.
8637         (desktop-save): Don't add nil to desktop-minor-modes for minor
8638         modes with nil function in desktop-minor-mode-table.  Don't delete
8639         desktop file before rewriting it.
8640         (desktop-locals-to-save): Add autoload cookie.  Don't make
8641         automatically buffer-local.  Add variables column-number-mode,
8642         size-indication-mode, indent-tabs-mode,
8643         indicate-buffer-boundaries, indicate-empty-lines and
8644         show-trailing-whitespace.
8645         (desktop-clear): Allow desktop-clear-preserve-buffers to contain
8646         regexps. Don't use desktop-clear-preserve-buffers-regexp.
8647         (desktop-clear-preserve-buffers-regexp): Delete.
8648         (desktop-clear-preserve-buffers): Update initial value and docstring.
8649         (desktop-save-buffer): Fix doc string.
8651         * hilit-chg.el: Add handler to desktop-minor-mode-handlers.
8652         (hilit-chg-desktop-restore): New function.
8653         (highlight-changes-mode): Add highlight-changes-mode to
8654         desktop-locals-to-save.
8656         * dired.el: Add handler to desktop-buffer-mode-handlers.
8657         (dired-restore-desktop-buffer): Remove autoload cookie.
8658         (dired-mode): Add autoload cookie.
8660         * info.el: Add handler to desktop-buffer-mode-handlers.
8661         (Info-restore-desktop-buffer): Remove autoload cookie.
8662         (Info-mode): Add autoload cookie.
8664         * mh-e/mh-e.el: Add handler to desktop-buffer-mode-handlers.
8665         (mh-restore-desktop-buffer): Remove autoload cookie.
8666         (mh-folder-mode): Add autoload cookie.
8668         * mail/rmail.el: Add handler to desktop-buffer-mode-handlers.
8669         (rmail-restore-desktop-buffer): Remove autoload cookie.
8671 2005-08-11  Masatake YAMATO  <jet@gyve.org>
8673         * hexl.el (hexl-address-region):
8674         (hexl-ascii-region, hexl-font-lock-keywords):
8675         (hexl-highlight-line-range): Use the term "region"
8676         instead of "area" for consistency with the other symbols
8677         defined in hexl.el.
8679 2005-08-09  Luc Teirlinck  <teirllm@auburn.edu>
8681         * menu-bar.el (menu-bar-options-save): Move `display-time-mode' to
8682         correct group: it is set with `menu-bar-make-mm-toggle' (pointed
8683         out by Juri Linkov).  Add `display-battery-mode'.
8685 2005-08-09  Juri Linkov  <juri@jurta.org>
8687         * progmodes/compile.el (compilation-mode-font-lock-keywords):
8688         Remove `-text' from face variable names.
8689         (compilation-error-file-name, compilation-warning-file-name)
8690         (compilation-info-file-name): Delete faces.
8691         (compilation-line-number, compilation-column-number):
8692         Remove face underlining.
8693         (compilation-message-face): Set to `underline' value by default.
8694         (compilation-error-face, compilation-warning-face)
8695         (compilation-info-face): Remove `-file-name' from face names.
8696         (compilation-error-text-face, compilation-warning-text-face)
8697         (compilation-info-text-face): Delete face variables.
8698         (compilation-text-face): Delete function.
8700         * progmodes/grep.el (grep-regexp-alist): Use `.+?' instead of `[^:\n]+'.
8701         (grep-mode-font-lock-keywords): Use `.+?' instead of `[^\n-]+'.
8702         (grep-error-face): Set to `compilation-error' instead of
8703         `compilation-error-face' (which is redefined to `grep-hit-face' in
8704         grep buffers).
8705         (grep-mode-font-lock-keywords): Remove `-text' from face variable
8706         names.  Use `grep-error-face' instead of `compilation-error-text-face'.
8708         * dired-aux.el (dired-do-query-replace-regexp):
8709         Use `query-replace-read-args'.
8711         * replace.el (query-replace-read-from, query-replace-read-to)
8712         (query-replace-read-args): Rename arg `string' to `prompt'.
8714         * menu-bar.el (menu-bar-showhide-menu): Add `showhide-battery'.
8716 2005-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>  (tiny change)
8718         * net/ange-ftp.el (ange-ftp-send-cmd): Make it work properly with
8719         uploading files.
8720         (ange-ftp-canonize-filename): Handle file names beginning with ~
8721         correctly.
8723 2005-08-09  Juanma Barranquero  <lekktu@gmail.com>
8725         * textmodes/fill.el (canonically-space-region)
8726         (fill-context-prefix, fill-french-nobreak-p)
8727         (fill-delete-newlines, fill-comment-paragraph)
8728         (justify-current-line): "?\ " -> "?\s".
8730 2005-08-09  Ben North  <ben@redfrontdoor.org>  (tiny change)
8732         * textmodes/fill.el (fill-nonuniform-paragraphs):
8733         Improve argument/docstring consistency.
8735 2005-08-09  Richard M. Stallman  <rms@gnu.org>
8737         * textmodes/ispell.el (ispell-word): More fboundp checks.
8739         * files.el (find-file-noselect): Don't call set-buffer-major-mode.
8740         (find-file-noselect-1): Call it here, only if RAWFILE.
8741         (normal-mode): Always set some major mode.
8742         (save-some-buffers-action-alist): Change some explanation strings.
8743         (file-name-non-special): In the `quote' method, use unwind-protect.
8745 2005-08-09  Magnus Henoch  <mange@freemail.hu>
8747         * textmodes/ispell.el (ispell-find-aspell-dictionaries): New command.
8748         (ispell-have-aspell-dictionaries): New variable.
8749         (ispell-aspell-data-dir, ispell-aspell-dict-dir): New variables.
8750         (ispell-get-aspell-config-value): New function.
8751         (ispell-aspell-find-dictionary): New function.
8752         (ispell-aspell-add-aliases): New function.
8753         (ispell-valid-dictionary-list): Call ispell-find-aspell-dictionaries if
8754         appropriate.  Don't look for ispell dictionaries if we use aspell.
8755         (ispell-menu-map): Don't build a submenu of dictionaries.
8757 2005-08-09  Richard M. Stallman  <rms@gnu.org>
8759         * progmodes/sql.el (sql-interactive-mode-map): Use fboundp.
8760         (sql-read-passwd): Use read-passwd.
8762         * progmodes/idlw-toolbar.el (idlwave-toolbar)
8763         (idlwave-toolbar-is-possible): Add defvars.
8765         * progmodes/idlw-shell.el (idlwave-xemacs-hack-mouse-track):
8766         Avoid warnings.
8768         * progmodes/idlw-rinfo.el (idlwave-system-variables-alist)
8769         (idlwave-system-class-info, idlwave-executive-commands-alist):
8770         Use defvar.
8772         * progmodes/cc-engine.el (c-guess-basic-syntax): Add autoload.
8774         * mail/supercite.el (sc-ask, sc-no-blank-line-or-header):
8775         Avoid warnings.
8777         * mail/rmail.el (rmail-ignored-headers): Don't hide mime-version:
8778         and content-type: headers.
8780         * eshell/eshell.el (eshell): Avoid warnings about eshell-mode.
8782         * emacs-lisp/map-ynp.el (map-y-or-n-p): Reorder the options
8783         and rename some of them to be more self-explanatory.
8785         * calendar/calendar.el (calendar-mode-map): Bind < and > usefully.
8787         * startup.el (command-line-1): Implement -scriptload.
8789         * replace.el (occur-engine): Initial *Occur* output not undoable.
8791         * menu-bar.el (menu-bar-file-menu): Rename some menu items
8792         and improve help strings.
8794         * isearch.el (isearch-repeat): When changing direction,
8795         mark search successful.
8797         * ediff-init.el: Use (featurep 'xemacs).
8799         * comint.el (send-invisible): Identify buffer, if not selected.
8801         * align.el: Delete autoload for c-guess-basic-syntax.
8803 2005-08-09  Juanma Barranquero  <lekktu@gmail.com>
8805         * textmodes/refbib.el (r2b-convert-record, r2b-convert-buffer):
8806         Improve argument/docstring consistency.  Doc fixes.
8807         (r2b-variables, r2bv-address, r2bv-annote, r2bv-author)
8808         (r2bv-booktitle, r2bv-date, r2bv-decade, r2bv-editor)
8809         (r2bv-entry-kind, r2bv-institution, r2bv-journal, r2bv-keywords)
8810         (r2bv-kn, r2bv-month, r2bv-note, r2bv-number, r2bv-ordering)
8811         (r2bv-organization, r2bv-pages, r2bv-primary-author)
8812         (r2bv-publisher, r2bv-school, r2bv-title, r2bv-title-first-word)
8813         (r2bv-tr, r2bv-type, r2bv-volume, r2bv-where, r2bv-year):
8814         Defvar at compile time.
8816 2005-08-09  Juri Linkov  <juri@jurta.org>
8818         * info.el: Replace `info' with upper-case `Info' where appropriate.
8819         (info-title-1, info-title-2, info-title-3, info-title-4)
8820         (info-menu-header): Move up face definitions.
8821         (info-menu-star): Rename from `info-menu-5'.
8822         (Info-fontify-node): Replace `info-menu-5' with `info-menu-star'.
8823         (Info-fontify-visited-nodes): Fix docstring.
8824         (Info-hide-note-references): Fix docstring.
8825         (Info-up, Info-next-reference, Info-prev-reference): Put cursor on
8826         menu items in the same way as on cross-references.
8827         (info-apropos): Fix sorting order and formatting to be like in the
8828         stand-alone Info browser.  Display error messages for 1 sec.
8829         (Info-mode-map): Move down `c' key binding.  Bind `^' to `Info-up'.
8830         (Info-mode-menu): Remove item for `Info-search-case-sensitively'
8831         from the menu bar.
8832         (Info-insert-dir): Restore point after calling
8833         `insert-buffer-substring'.
8835 2005-08-08  Richard M. Stallman  <rms@gnu.org>
8837         * emacs-lisp/lmenu.el (lucid-menubar-map, lucid-failing-menubar)
8838         (recompute-lucid-menubar): Add defvars.
8840         * mail/sendmail.el (mail-yank-original): Use with-no-warnings.
8842         * mail/reporter.el (reporter-dump-state): Use insert-buffer-substring.
8844         * net/net-utils.el (run-dig): Rename from `dig'.
8846         * play/gametree.el (gametree-mode): Use make-local-variable,
8847         not make-variable-buffer-local.
8849         * progmodes/ada-prj.el (ada-prj-display-page): Use with-no-warnings.
8851         * ansi-color.el (ansi-color-make-extent)
8852         (ansi-color-set-extent-face): Use fboundp, not functionp.
8854         * autorevert.el (auto-revert-tail-mode): Use make-local-variable,
8855         not make-variable-buffer-local.
8857         * bookmark.el (Info-current-file): Add defvar.
8858         (bookmark-jump-noselect): Use with-no-warnings.
8860         * completion.el (c-mode-map, fortran-mode-map): Add defvars.
8862         * ebuff-menu.el (Helper-return-blurb): Add defvar.
8864         * ffap.el (gnus-summary-buffer, gnus-article-buffer): Add defvars.
8866         * find-file.el (ada-procedure-start-regexp)
8867         (ada-package-start-regexp): Add defvars.
8869         * info.el (Info-insert-dir): Use insert-buffer-substring.
8871         * xml.el (xml-att-def-re): Add defvar.
8873         * icomplete.el (icomplete-exhibit): Adapt to new while-no-input
8874         calling convention.
8876         * subr.el (while-no-input): Return t if there is input.
8878 2005-08-08  Luc Teirlinck  <teirllm@auburn.edu>
8880         * cus-start.el (all): Add `overflow-newline-into-fringe'.
8882 2005-08-08  Juanma Barranquero  <lekktu@gmail.com>
8884         * cmuscheme.el (inferior-scheme-mode-hook, inferior-scheme-mode)
8885         (scheme-prev-l/c-dir/file): Fix typos in docstrings.
8887 2005-08-08  Emilio C. Lopes  <eclig@gmx.net>
8889         * cmuscheme.el (scheme-start-file): Replace reference to
8890         `user-emacs-directory' by "~/.emacs.d/".
8892 2005-08-08  Thien-Thi Nguyen  <ttn@gnu.org>
8894         * info.el (Info-dir-remove-duplicates): Avoid case folding
8895         in loop; instead, keep downcased strings for comparison.
8896         Suggested by Helmut Eller.
8898 2005-08-07  Michael Albinus  <michael.albinus@gmx.de>
8900         Sync with Tramp 2.0.50.
8902         * net/tramp.el: Remove defvar of `last-coding-system-used' in the
8903         XEmacs case; not necessary anymore.
8904         (tramp-user-regexp): Allow "@" as part of user name.
8905         (tramp-handle-set-visited-file-modtime)
8906         (tramp-handle-insert-file-contents)
8907         (tramp-handle-write-region): No special handling for
8908         `last-coding-system-used, because this is done in
8909         `tramp-accept-process-output' now.
8910         (tramp-accept-process-output): New defun.
8911         (tramp-process-one-action, tramp-process-one-multi-action)
8912         (tramp-wait-for-regexp, tramp-wait-for-output)
8913         (tramp-discard-garbage-erase-buffer): Call it.  Reported by David
8914         Howells <dhowells@redhat.com>.
8915         (clear-visited-file-modtime): Defadvice removed.  The check for
8916         unset buffer's modtime does not need to be based on
8917         `tramp-buffer-file-attributes'.  Suggested by RMS.
8918         (tramp-message): Insert "\n" if not being at beginning of line.
8919         (tramp-find-shell): Use `tramp-barf-if-no-shell-prompt' for code
8920         sequence with same logic.
8921         (tramp-completion-handle-expand-file-name): Discard call of
8922         `tramp-drop-volume-letter'.  It is not necessary, and there have
8923         been problems with (expand-file-name "~/.netrc" "/") in ange-ftp.
8924         Reported by Richard G. Bielawski <Richard.G.Bielawski@wellsfargo.com>.
8925         (tramp-do-copy-or-rename-file-out-of-band): Transfer message
8926         should always be visible.
8927         (tramp-handle-insert-directory, tramp-setup-complete)
8928         (tramp-set-process-query-on-exit-flag)
8929         (tramp-append-tramp-buffers): Pacify byte-compiler.
8930         (tramp-bug): Delete non-existing variables from list.
8931         Apply `tramp-load-report-modules' as pre-hook.
8932         Mask `tramp-password-prompt-regexp', `tramp-shell-prompt-pattern' and
8933         `shell-prompt-pattern' because of non-7bit characters.
8934         Reported by Sebastian Luque <sluque@mun.ca>.
8935         (tramp-reporter-dump-variable, tramp-load-report-modules): New defuns.
8936         (tramp-match-string-list): Remove function.
8937         (tramp-wait-for-regexp): Remove call of that function.
8938         Suggested by Kim F. Storm <storm@cua.dk>.
8939         (tramp-set-auto-save-file-modes): Use octal integer code #o600
8940         instead of octal character code ?\600.  The latter resulted in a
8941         syntax error with XEmacs.
8943         * net/tramp-smb.el: Remove defvar of `last-coding-system-used' in the
8944         XEmacs case; not necessary anymore.
8945         (tramp-smb-handle-write-region): No special handling for
8946         `last-coding-system-used, because this is done in
8947         `tramp-accept-process-output' now.
8948         (tramp-smb-wait-for-output): Call `tramp-accept-process-output'.
8950 2005-08-06  Luc Teirlinck  <teirllm@auburn.edu>
8952         * wid-edit.el (widget-choice-value-create):
8953         Unconditionally respect user choice.  Set :explicit-choice back to nil
8954         when no longer needed.
8955         (widget-choice-action): Unconditionally respect user choice.
8956         Eliminate :explicit-choice-value.
8958         * fringe.el (set-fringe-indicators-1, fringe-indicators): Delete.
8960         * menu-bar.el (menu-bar-options-save): Replace `fringe-indicators'
8961         with `indicate-empty-lines' and `indicate-buffer-boundaries'.
8962         (menu-bar-showhide-fringe-menu): Add new item "Empty line indicators"
8963         running new function `toggle-indicate-empty-lines'.
8964         Rename "Customize" item to "Customize fringe".
8965         Rename "Indicators" item to "Buffer boundaries" and change help echo.
8966         (menu-bar-showhide-fringe-ind-menu): Change several help echos.
8967         Add `menu-bar-showhide-fringe-ind-customize' as "Other (customize)".
8968         Delete "Empty lines only" item.
8969         (menu-bar-showhide-fringe-ind-customize): New function.
8970         (menu-bar-showhide-fringe-ind-mixed)
8971         (menu-bar-showhide-fringe-ind-box)
8972         (menu-bar-showhide-fringe-ind-right)
8973         (menu-bar-showhide-fringe-ind-left)
8974         (menu-bar-showhide-fringe-ind-none): Use `indicate-buffer-boundaries'
8975         instead of `fringe-indicators'.
8977 2005-08-06  Michael Kifer  <kifer@cs.stonybrook.edu>
8979         * viper.el (viper-emacs-state-mode-list): Add recentf-dialog-mode.
8980         Change the date of last update.
8982 2005-08-06  Michael Kifer  <kifer@cs.stonybrook.edu>
8984         * viper-cmd.el (viper-harness-minor-mode, viper-exec-delete)
8985         (viper-exec-yank, viper-put-back): Don't display modification msg
8986         if in the minibuffer.
8988         * viper-init.el (viper-replace-overlay-cursor-color)
8989         (viper-insert-state-cursor-color, viper-vi-state-cursor-color):
8990         Make variables frame local.
8992         * viper-util.el (viper-append-filter-alist): Use append instead of
8993         nconc.
8995         * viper.el (viper-vi-state-mode-list)
8996         (viper-emacs-state-mode-list): Move help-mode and
8997         completion-list-mode from the first list to the second.
8998         (viper-mode): Docstring.
8999         (viper-go-away, viper-non-hook-settings): Don't localize
9000         minor-mode-alist in newer Emacsen.  Add advice to
9001         set-cursor-color.  Don't bind "\C-c\\".
9003 2005-08-06  Emilio C. Lopes  <eclig@gmx.net>
9005         * cmuscheme.el (scheme-trace-command, scheme-untrace-command)
9006         (scheme-macro-expand-command): New user options.
9007         (scheme-trace-procedure, scheme-expand-current-form): New commands.
9008         (scheme-form-at-point, scheme-start-file)
9009         (scheme-interactively-start-process): New functions.
9010         (scheme-get-process): New function, extracted from `scheme-proc'.
9011         (run-scheme): Call `scheme-start-file' to get start file, and pass
9012         it to `make-comint'.
9013         (switch-to-scheme, scheme-proc):
9014         Call `scheme-interactively-start-process' if no Scheme buffer/process
9015         is available.
9017 2005-08-06  Juri Linkov  <juri@jurta.org>
9019         * progmodes/compile.el (compilation-mode-font-lock-keywords):
9020         Use `compilation-text-face', `compilation-info-text-face' and
9021         `compilation-error-text-face' instead of `font-lock-keyword-face'.
9022         (compilation-error): New face.
9023         (compilation-error-file-name): Inherit from
9024         `compilation-error' instead of `font-lock-warning-face'.
9025         (compilation-warning-file-name): Inherit from
9026         `compilation-warning' instead of `font-lock-warning-face'.
9027         (compilation-info, compilation-error-file-name)
9028         (compilation-warning-file-name, compilation-info-file-name)
9029         (compilation-line-number, compilation-column-number): Doc fix.
9030         (compilation-error-text-face, compilation-warning-text-face)
9031         (compilation-info-text-face): New face variables.
9032         (compilation-line-face, compilation-column-face)
9033         (compilation-enter-directory-face)
9034         (compilation-leave-directory-face): Doc fix.
9035         (compilation-text-face): New function.
9037         * progmodes/grep.el (grep-regexp-alist): Set 5th arg `TYPE' to 0
9038         instead of 1 to display binary file names as info file links.
9039         (grep-error-face): Use `compilation-error-face' instead of
9040         `font-lock-keyword-face'.
9041         (grep-mode-font-lock-keywords): Use `compilation-info-text-face'
9042         and `compilation-warning-text-face' instead of
9043         `font-lock-keyword-face'.  Use `compilation-error-text-face'
9044         instead of `grep-error-face'.
9046 2005-08-05  Kenichi Handa  <handa@m17n.org>
9048         * international/code-pages.el: Add autoload cookies for all coding
9049         systems.
9051 2005-08-04  Luc Teirlinck  <teirllm@auburn.edu>
9053         * cus-start.el (all): Put undo.c where it alphabetically belongs.
9055 2005-08-04  Juri Linkov  <juri@jurta.org>
9057         * progmodes/compile.el (compilation-mode-map):
9058         * progmodes/grep.el (grep-mode-map):
9059         Bind TAB to `compilation-next-error' and [backtab] to
9060         `compilation-previous-error'.
9062         * progmodes/grep.el (grep-regexp-alist): Replace complex regexp
9063         matching line numbers, column numbers and their ranges with regexp
9064         matching only line numbers.
9065         (grep-context-face): New face variable.
9066         (grep-mode-font-lock-keywords): Use it.
9068         * faces.el (read-face-name): Delete duplicate faces.
9070 2005-08-02  Juanma Barranquero  <lekktu@gmail.com>
9072         * thumbs.el (thumbs-find-image): Don't make variables
9073         automatically buffer local.
9074         (thumbs-current-tmp-filename, thumbs-current-image-filename)
9075         (thumbs-image-num): Make automatically buffer local.
9076         (thumbs-show-thumbs-list): Use `make-local-variable', not
9077         `make-variable-buffer-local'.
9078         (thumbs-insert-image): Make `thumbs-current-image-size' buffer-local.
9080         * play/doctor.el (doctor-type-symbol): "?\ " -> "?\s".
9081         (**mad**, *debug*, *print-space*, *print-upcase*, abuselst)
9082         (abusewords, account, afraidof, arerelated, areyou, bak, beclst)
9083         (bother, bye, canyou, chatlst, continue, deathlst, describe)
9084         (drnk, drugs, eliza-flag, elizalst, famlst, feared, fears)
9085         (feelings-about, foullst, found, hello, history, howareyoulst)
9086         (howdyflag, huhlst, ibelieve, improve, inter, isee, isrelated)
9087         (lincount, longhuhlst, lover, machlst, mathlst, maybe, moods)
9088         (neglst, obj, object, owner, please, problems, qlist)
9089         (random-adjective, relation, remlst, repetitive-shortness)
9090         (replist, rms-flag, schoollst, sent, sexlst, shortbeclst)
9091         (shortlst, something, sportslst, stallmanlst, states, subj)
9092         (suicide-flag, sure, things, thlst, toklst, typos, verb, want)
9093         (whatwhen, whereoutp, whysay, whywant, zippy-flag, zippylst):
9094         Defvar at compile time.
9096         * progmodes/ada-mode.el (ada-mode): Use `make-local-variable',
9097         not `make-variable-buffer-local'.
9099 2005-08-02  Kim F. Storm  <storm@cua.dk>
9101         * emulation/cua-rect.el (cua--highlight-rectangle): Only show
9102         rectangle overlay in selected window.
9104 2005-08-01  Luc Teirlinck  <teirllm@auburn.edu>
9106         * cus-start.el (all): Put `indicate-empty-lines' in fringe group
9107         instead of display group.  Make `indicate-buffer-boundaries'
9108         customizable through Custom.
9110 2005-08-01  Juanma Barranquero  <lekktu@gmail.com>
9112         * progmodes/gdb-ui.el (gdb-frame-address, gdb-var-changed)
9113         (gdb-output-sink, gdba, gdb-cpp-define-alist-program)
9114         (gdb-set-gud-minor-mode, gdb-exited, gdb-setup-windows)
9115         (gdb-put-string): Fix typos in docstrings.
9117 2005-08-01  Nick Roberts  <nickrob@snap.net.nz>
9119         Update copyright notices of files in progmodes directory for
9120         release of Emacs 22.1.
9122         * progmodes/gdb-ui.el (gdb-enable-debug-log): Add autoload cookie.
9124         * progmodes/gud.el (gud-tooltip-mode): Add autoload cookie.
9125         Don't barf if the GUD buffer has been killed.
9127 2005-08-01  Kim F. Storm  <storm@cua.dk>
9129         * textmodes/table.el (table-yank-handler): Change defcustom to defvar.
9131 2005-07-29  Stefan Monnier  <monnier@iro.umontreal.ca>
9133         * simple.el (next-error-follow-minor-mode):
9134         make-variable-buffer-local -> make-local-variable.
9136         * emacs-lisp/cl-extra.el: Require CL also when compiling.
9138         * emacs-lisp/bytecomp.el (byte-compile-make-variable-buffer-local)
9139         (byte-compile-form-make-variable-buffer-local): New functions to warn
9140         about misuses of make-variable-buffer-local where make-local-variable
9141         was meant.
9143 2005-07-29  Juanma Barranquero  <lekktu@gmail.com>
9145         * bs.el (bs-attributes-list): Doc fix.
9146         (bs): Update url-link.
9148         * desktop.el (desktop-save-buffer): Fix typos in docstring.
9149         (desktop-load-default): Simplify.
9151         * ibuffer.el (ibuffer-columnize-and-insert-list)
9152         (ibuffer-mouse-toggle-mark, ibuffer-count-marked-lines)
9153         (ibuffer-unmark-all, ibuffer-toggle-marks)
9154         (ibuffer-unmark-forward, ibuffer-unmark-backward)
9155         (ibuffer-compile-make-format-form, ibuffer-format-column)
9156         (ibuffer-current-buffers-with-marks)
9157         (ibuffer-update-title-and-summary): "?\ " -> "?\s".
9158         (ibuffer): Doc fix.
9159         (ibuffer-mode): Fix typo in docstring.
9160         (ibuffer-hooks, ibuffer-mode-hooks): Make obsolete and declare
9161         with `define-obsolete-variable-alias'.
9162         (ibuffer-elide-long-columns): Mark as obsolete.  Doc fix.
9164 2005-07-29  Kenichi Handa  <handa@m17n.org>
9166         * international/mule-cmds.el (select-message-coding-system):
9167         Be sure to use LF for end-of-line.  If no coding system is decided,
9168         return iso-8859-1-unix.
9170 2005-07-28  Stefan Monnier  <monnier@iro.umontreal.ca>
9172         * net/ange-ftp.el (ange-ftp-gateway-fatal-msgs)
9173         (ange-ftp-pending-error-line): New vars.
9174         (ange-ftp-process-handle-line, ange-ftp-process-filter): Use them
9175         to handle the non-fatal no-route-to-host messages.
9176         (internal-ange-ftp-mode): Make the no-match regexp more efficient.
9178 2005-07-28  Juanma Barranquero  <lekktu@gmail.com>
9180         * isearch.el (isearch-mode-map, isearch-other-meta-char)
9181         (isearch-quote-char, isearch-printing-char)
9182         (isearch-text-char-description): "?\ " -> "?\s".
9183         (isearch-lazy-highlight-cleanup)
9184         (isearch-lazy-highlight-initial-delay)
9185         (isearch-lazy-highlight-interval)
9186         (isearch-lazy-highlight-max-at-a-time)
9187         (isearch-lazy-highlight-face, isearch-lazy-highlight-cleanup):
9188         Declare with define-obsolete-*-alias macros.
9189         (isearch-forward): Fix typo in docstring.
9190         (search-invisible, search-ring-yank-pointer)
9191         (regexp-search-ring-yank-pointer): Doc fixes.
9193         * recentf.el (recentf-menu-append-commands-p): Declare with
9194         `define-obsolete-variable-alias'.
9195         (recentf-max-saved-items, recentf-menu-filter)
9196         (recentf-arrange-by-rule-subfilter): Doc fixes.
9197         (recentf-menu-append-commands-flag)
9198         (recentf-initialize-file-name-history, recentf-expand-file-name)
9199         (recentf-clear-data): Fix typos in docstrings.
9201 2005-07-28  Nick Roberts  <nickrob@snap.net.nz>
9203         * progmodes/gdb-ui.el: Smarten comments.
9204         (gdb-info-breakpoints-custom): Use nowarn when finding file.
9206 2005-07-27  Dan Nicolaescu  <dann@ics.uci.edu>
9208         * term/apollo.el (terminal-init-apollo): New function containing
9209         all former top level forms in the file.
9210         * term/bobcat.el (terminal-init-bobcat):
9211         * term/cygwin.el (terminal-init-cygwin):
9212         * term/iris-ansi.el (terminal-init-iris-ansi):
9213         * term/linux.el (terminal-init-linux):
9214         * term/news.el (terminal-init-news):
9215         * term/rxvt.el (terminal-init-rxvt):
9216         * term/sun.el (terminal-init-sun):
9217         * term/tvi970.el (terminal-init-tvi970):
9218         * term/vt100.el (terminal-init-vt100):
9219         * term/vt102.el (terminal-init-vt102):
9220         * term/vt125.el (terminal-init-vt125):
9221         * term/vt200.el (terminal-init-vt200):
9222         * term/vt201.el (terminal-init-vt201):
9223         * term/vt220.el (terminal-init-vt220):
9224         * term/vt240.el (terminal-init-vt240):
9225         * term/vt300.el (terminal-init-vt300):
9226         * term/vt320.el (terminal-init-vt320):
9227         * term/vt400.el (terminal-init-vt400):
9228         * term/vt420.el (terminal-init-vt420):
9229         * term/wyse50.el (terminal-init-wyse50):
9230         * term/xterm.el (terminal-init-xterm): Likewise.
9232         * term/README: Describe the terminal-init-* functionality.
9234         * startup.el (command-line): After loading the terminal initialization
9235         file call the corresponding terminal initialization function.
9237 2005-07-27  Kenichi Handa  <handa@m17n.org>
9239         * ps-bdf.el (bdf-read-font-info): Ignore glyphs whose ENCODING is
9240         negative.
9242         * ps-mule.el (ps-mule-bitmap-prologue): Fix arguments to setcharwidth.
9243         (ps-mule-composition-prologue): Fix for the case that
9244         RelativeCompose is false.
9246 2005-07-26  Stefan Monnier  <monnier@iro.umontreal.ca>
9248         * smerge-mode.el (smerge-ediff): Use insert-buffer-substring.
9250         * descr-text.el (describe-char): Handle the case where the list of
9251         chars is displayed in a separate frame.
9252         Be a bit more discriminating when looking for the char.
9254 2005-07-26  Juanma Barranquero  <lekktu@gmail.com>
9256         * bookmark.el (bookmark-automatically-show-annotations)
9257         (bookmark-read-annotation-text-func): Doc fixes.
9258         (bookmark-save): Improve argument/docstring consistency.
9259         (bookmark-get-bookmark, bookmark-get-bookmark-record)
9260         (bookmark-alist-from-buffer)
9261         (bookmark-upgrade-file-format-from-0)
9262         (bookmark-grok-file-format-version)
9263         (bookmark-maybe-upgrade-file-format, bookmark-kill-line)
9264         (bookmark-read-annotation-mode)
9265         (bookmark-insert-current-bookmark, bookmark-jump)
9266         (bookmark-exit-hook): Fix typos in docstrings.
9267         (bookmark-exit-hooks): Define as obsolete alias.
9268         (bookmark-exit-hook-internal): Run `bookmark-exit-hook',
9269         not `bookmark-exit-hooks'.  Fix docstring.
9270         (bookmark-bmenu-select): "?\ " -> "?\s".
9272 2005-07-25  Ari Roponen <arjuropo@cc.jyu.fi>  (tiny change)
9274         * startup.el (command-line): Fix typo.
9276 2005-07-24  Richard M. Stallman  <rms@gnu.org>
9278         * tooltip.el (tooltip-mode): Test emacs-basic-display,
9279         not emacs-quick-startup.
9281 2005-07-24  Juanma Barranquero  <lekktu@gmail.com>
9283         * emacs-lisp/re-builder.el (reb-with-current-window): Delete.
9284         (reb-next-match, reb-show-subexp): Use `with-selected-window'
9285         instead of `reb-with-current-window'.
9286         (reb-prev-match): Likewise.  Also, don't move left if the search
9287         was unsuccessful.
9288         (reb-initialize-buffer): New function.
9289         (re-builder, reb-change-syntax): Use it.
9291         * man.el (Man-goto-page): Make second argument NOERROR optional.
9293 2005-07-23  Richard M. Stallman  <rms@gnu.org>
9295         * man.el (Man-bgproc-sentinel): Check here for failure to find
9296         any man page in the output, and report the error here.
9297         (Man-arguments): Make it permanent local.
9298         (Man-goto-page): New arg NOERROR.  Never kill the current buffer.
9299         (Man-mode): Pass t for NOERROR.
9301         * progmodes/grep.el (grep-error-face): Use font-lock-keyword-face.
9302         (grep-mode-font-lock-keywords):
9303         Don't use compilation-...-face for messages that are not file names.
9305         * progmodes/compile.el (compilation-mode-font-lock-keywords):
9306         Don't use compilation-...-face for messages that are not file names.
9308 2005-07-22  Juri Linkov  <juri@jurta.org>
9310         * startup.el (normal-splash-screen): Update menu name.
9312         * tempo.el (tempo-insert-template): Fix 2005-07-16 change.
9314 2005-07-22  Dan Nicolaescu  <dann@ics.uci.edu>
9316         * term/xterm.el: Load term/rxvt if the terminal is actually an
9317         rxvt terminal.
9318         (xterm-rxvt-set-background-mode): Remove, not used anymore.
9320         * term/rxvt.el (function-key-map): Use substitute-key-definition
9321         to bind {C,S,C-S}-{f1-f10}. Add a few missing key bindings.
9323         * term/cygwin.el: New file.
9325 2005-07-22  Kim F. Storm  <storm@cua.dk>
9327         * image-file.el (insert-image-file, image-file-yank-handler):
9328         Fix last change to maintain a (unique) yank-handler on yanked images.
9330 2005-07-22  Eduardo Mu\e,Aq\e(Boz  <emufer@terra.es>  (tiny change)
9332         * dired.el (dired-move-to-filename-regexp): Recognize the B suffix
9333         of the file size (as in "177B" for 177 bytes).  This happens with
9334         "ls -lh" on FreeBSD.
9336 2005-07-22  Juanma Barranquero  <lekktu@gmail.com>
9338         * hilit-chg.el (highlight-changes-global-initial-state)
9339         (highlight-compare-buffers, hilit-chg-turn-on-maybe)
9340         (hilit-chg-fixup, highlight-changes-mode):
9341         Fix typos in docstrings.
9342         (highlight-changes-global-modes, highlight-changes-rotate-faces):
9343         Doc fixes.
9345 2005-07-21  Luc Teirlinck  <teirllm@auburn.edu>
9347         * emacs-lisp/easy-mmode.el (define-minor-mode): Never call the
9348         mode function using `eval-after-load'.
9350 2005-07-21  Kim F. Storm  <storm@cua.dk>
9352         * mail/emacsbug.el (report-emacs-bug): Request that backtraces are
9353         included when reporting an emacs crash, and tell about the DEBUG file.
9355         * image-file.el (insert-image-file): Add yank-handler.
9356         (image-file-yank-handler): Yank handler to make unique copies of
9357         images when they are yanked into a buffer next to each other.
9359 2005-07-21  Juanma Barranquero  <lekktu@gmail.com>
9361         * comint.el (comint-use-prompt-regexp, comint-send-input)
9362         (comint-source-default, comint-extract-string)
9363         (comint-get-source, comint-word, comint-completion)
9364         (comint-source, comint-prompt-read-only, comint-update-fence):
9365         Fix typos in docstrings.
9366         (comint-use-prompt-regexp-instead-of-fields, comint-kill-output):
9367         Declare with define-obsolete-*-alias macros.
9368         (comint-previous-matching-input-from-input)
9369         (comint-next-matching-input-from-input)
9370         (comint-previous-matching-input, comint-next-matching-input)
9371         (comint-forward-matching-input):
9372         Improve argument/docstring consistency.
9374         * desktop.el (desktop-clear-preserve-buffers-regexp):
9375         Also preserve the *server* buffer.
9377         * simple.el (clone-indirect-buffer): Doc fix.
9378         (fixup-whitespace, just-one-space)
9379         (backward-delete-char-untabify, lambda): "?\ " -> "?\s".
9380         (next-error, next-error-highlight)
9381         (next-error-highlight-no-select, next-error-last-buffer)
9382         (next-error-buffer-p, next-error-find-buffer, next-error)
9383         (previous-error, next-error-no-select, previous-error-no-select)
9384         (open-line, split-line, minibuffer-prompt-width, kill-new)
9385         (binary-overwrite-mode): Fix typos in docstrings.
9386         (set-fill-column): Fix typo in message.
9388         * skeleton.el (skeleton-proxy-new): Doc fix.
9390         * strokes.el (strokes-load-hook): Doc fix.
9391         (strokes-grid-resolution, strokes-get-grid-position)
9392         (strokes-renormalize-to-grid, strokes-read-stroke)
9393         (strokes-read-complex-stroke, strokes-file, strokes-last-stroke)
9394         (strokes-global-map): Fix typos in docstrings.
9395         (strokes-help): Doc fix.  Fix help message and pass it through
9396         `substitute-command-keys'.
9398         * tempo.el (tempo-insert-prompt, tempo-interactive)
9399         (tempo-show-completion-buffer, tempo-tags, tempo-match-finder)
9400         (tempo-insert-string-functions, tempo-local-tags)
9401         (tempo-define-template, tempo-insert-template)
9402         (tempo-insert-prompt-compat, tempo-is-user-element)
9403         (tempo-insert-mark, tempo-find-match-string, tempo-complete-tag):
9404         Fix typos in docstrings.
9406         * vcursor.el (vcursor-other-window, vcursor-bind-keys)
9407         (vcursor-key-bindings, vcursor-use-vcursor-map)
9408         (vcursor-find-window, vcursor-scroll-down)
9409         (vcursor-disable, vcursor-beginning-of-buffer)
9410         (vcursor-end-of-buffer): Fix typos in docstrings.
9411         (vcursor-relative-move, vcursor-get-char-count):
9412         Improve argument/docstring consistency.
9414         * version.el: "?\ " -> "?\s".
9416         * wid-edit.el (widget-default-create, widget-after-change)
9417         (widget-default-format-handler, widget-checklist-add-item)
9418         (widget-radio-add-item, widget-choose, widget-specify-secret)
9419         (widget-field-value-create, widget-field-value-get)
9420         (widget-editable-list-format-handler)
9421         (widget-editable-list-entry-create, widget-group-value-create)
9422         (widget-documentation-link-add)
9423         (widget-documentation-string-value-create): "?\ " -> "?\s".
9424         (widget-convert-text): Doc fix.
9425         (widget-narrow-to-field, widget-field-find)
9426         (widget-url-link-action, widget-emacs-library-link-action)
9427         (widget-color-notify): Fix typos in docstrings.
9429         * w32-fns.el (w32-shell-name): Use `bound-and-true-p'.
9430         (x-select-text, set-w32-system-coding-system)
9431         (w32-add-charset-info): Fix typos in docstrings.
9433         * emulation/cua-base.el (cua-mode, cua-enable-register-prefix)
9434         (cua-enable-cua-keys, cua-use-hyper-key)
9435         (cua-virtual-rectangle-edges): Fix typos in docstrings.
9436         (cua--M/H-key, cua--init-keymaps): "?\ " -> "?\s".
9438         * net/tramp.el (tramp-handle-load): Fix typo in error message.
9440         * emacs-lisp/re-builder.el (regexp-builder): Declare with
9441         `defalias' instead of faking it.
9443         * eshell/em-ls.el (eshell-ls-decorated-name): Doc fix.
9444         (eshell-ls-missing, eshell-ls-dired-initial-args)
9445         (eshell-ls-use-in-dired): Fix typos in docstrings.
9447 2005-07-20  Kim F. Storm  <storm@cua.dk>
9449         * emulation/cua-base.el (cua-mode): Improve doc string.
9451 2005-07-20  Juanma Barranquero  <lekktu@gmail.com>
9453         * abbrev.el (expand-region-abbrevs): Doc fix.
9454         (inverse-add-mode-abbrev, inverse-add-global-abbrev):
9455         Improve argument/docstring consistency.
9457         * arc-mode.el (archive-get-descr, archive-alternate-display):
9458         Doc fixes.
9459         (archive-l-e): Improve argument/docstring consistency.
9460         (archive-tmpdir, archive-unixdate, archive-unixtime)
9461         (archive-chmod-entry): Fix typos in docstrings.
9462         (archive-unflag, archive-unflag-backwards)
9463         (archive-unmark-all-files): "?\ " -> "?\s".
9465         * buff-menu.el (Buffer-menu-unmark): Doc fix.
9466         (Buffer-menu-not-modified, Buffer-menu-execute)
9467         (Buffer-menu-toggle-read-only, Buffer-menu-buffer+size)
9468         (list-buffers-noselect, Buffer-menu-select): "?\ " -> "?\s".
9470         * composite.el (compose-string, encode-composition-rule)
9471         (compose-last-chars): Fix typos in docstrings.
9473         * desktop.el (desktop-enable, desktop-basefilename):
9474         Declare with `define-obsolete-variable-alias'.
9475         (desktop-internal-v2s): Don't quote keywords.
9476         (desktop-clear): "?\ " -> "?\s".
9478         * dired.el (dired-align-file, dired-flag-backup-files)
9479         (dired-change-marks, dired-unmark-all-files): "?\ " -> "?\s".
9480         (dired-listing-switches, dired-ls-F-marks-symlinks)
9481         (dired-dwim-target, dired-load-hook, dired-mode-hook)
9482         (dired-directory, dired-faces, dired, dired-revert)
9483         (dired-mode, dired-summary, dired-view-file)
9484         (dired-copy-filename-as-kill, dired-delete-file)
9485         (dired-no-confirm, dired-unmark-all-marks)
9486         (dired-sort-by-date-regexp, dired-sort-by-name-regexp)
9487         (dired-sort-inhibit, dired-sort-other): Fix typos in docstrings.
9488         (dired-undo, dired-get-file-for-visit, dired-sort-toggle-or-edit):
9489         Fix typos in message strings.
9491         * dired-x.el (virtual-dired): Declare with `defalias'.
9492         (dired-mark-unmarked-files, dired-local-variables-file)
9493         (dired-omit-here-always): Doc fix.
9494         (dired-omit-mode, dired-find-subdir)
9495         (dired-enable-local-variables, dired-clean-up-buffers-too)
9496         (dired-extra-startup, dired-mark-extension, dired-jump)
9497         (dired-jump-other-window, dired-omit-localp, dired-virtual-mode)
9498         (dired-smart-shell-command, dired-guess-shell-alist-user)
9499         (dired-man, dired-initial-position, dired-x-hands-off-my-keys)
9500         (dired-x-bind-find-file, dired-x-submit-report):
9501         Fix typos in docstrings.
9502         (dired-mark-unmarked-files): "?\ " -> "?\s".
9504         * dirtrack.el (dirtrack-list): Fix typos in docstring.
9506         * faces.el (describe-face): "?\ " -> "?\s".
9507         (read-all-face-attributes, read-face-font, modify-face)
9508         (face-attr-construct, italic): Fix typos in docstrings.
9509         (frame-update-face-colors): Declare with
9510         `define-obsolete-function-alias'.
9512         * files.el (find-file-noselect, recode-file-name): Doc fixes.
9513         (insert-directory, kill-some-buffers): "?\ " -> "?\s".
9514         (magic-mode-alist, buffer-file-numbers-unique)
9515         (write-file-functions, get-free-disk-space):
9516         Fix typos in docstrings.
9517         (find-file-not-found-hooks, find-file-hooks, write-file-hooks)
9518         (write-contents-hooks, write-file-hooks):
9519         Declare with `define-obsolete-variable-alias'.
9521         * forms-d2.el (arch-rj): Fix typo in docstrings.
9522         (arch-tocol): Likewise.  "?\ " -> "?\s".
9524         * frame.el (set-frame-font, cursor-in-non-selected-windows):
9525         Fix typo in docstring.
9526         (set-screen-width, set-screen-height): Delete redundant info in
9527         doctrings.
9528         (new-frame, screen-height, screen-width): Declare with
9529         `define-obsolete-function-alias'.
9530         (delete-frame-hook, blink-cursor): Declare with
9531         `define-obsolete-variable-alias'.
9533         * paths.el (prune-directory-list): Fix typos in docstring.
9535         * pcvs-util.el (cvs-flags-query, cvs-strings->string)
9536         (cvs-prefix-get): Fix typos in docstrings.
9538         * ps-print.el (ps-extend-face-list, ps-extend-face)
9539         (ps-print-background-image): Fix typos in docstrings.
9540         (ps-default-fg, ps-default-bg): Doc fixes.
9542         * s-region.el (s-region-bind): Doc fix.
9543         (s-region-move-p1, s-region-move-p2): Fix typos in docstrings.
9545         * textmodes/org.el (org-table-formula-substitute-names)
9546         (org-table-get-vertical-vector): Doc fixes.
9547         (org-table-recalculate): Remove unused argument to `message'.
9549 2005-07-19  Carsten Dominik  <dominik@science.uva.nl>
9551         * textmodes/org.el (org-table-column-names)
9552         (org-table-column-name-regexp)
9553         (org-table-named-field-locations): New variables.
9554         (org-archive-subtree): Protect `this-command' when calling
9555         `org-copy-subtree' and `org-cut-subtree', to avoid appending to
9556         the kill buffer.
9557         (org-complete): Remove fixed-formula completion.
9558         (org-edit-formulas-map): New variable.
9559         (org-table-edit-formulas): New command.
9560         (org-finish-edit-formulas, org-abort-edit-formulas)
9561         (org-show-variable, org-table-get-vertical-vector): New functions.
9562         (org-table-maybe-eval-formula): Handle `:=' fields.
9563         (org-table-get-stored-formulas, org-table-store-formulas)
9564         (org-table-get-formula, org-table-modify-formulas)
9565         (org-table-replace-in-formulas): Handle named field formulas.
9566         (org-table-get-specials): Store locations of named fields.
9568 2005-07-19  Juri Linkov  <juri@jurta.org>
9570         * progmodes/grep.el (grep-regexp-alist)
9571         (grep-mode-font-lock-keywords, grep-process-setup):
9572         Use default GNU grep match color "01;31m" instead of "01;41m".
9573         (grep-regexp-alist, grep-mode-font-lock-keywords):
9574         Use `\\[[0-9]*m' instead of `\\[00m'.
9575         (grep-regexp-alist): Move `\\(?:\033\\[K\\)?' from sgr_end to
9576         sgr_start where its handling is more important.  Use the real
9577         length of sgr_start instead of constant 8.
9578         (grep-mode-font-lock-keywords): Don't delete `\\(?:\033\\[K\\)?'
9579         specially.  Delete all remaining escape sequences.
9580         (grep-process-setup): Set "GREP_COLORS" for GNU grep 2.5.1-cvs.
9581         (grep-regexp-alist): Make hyperlink only for binary file name
9582         instead of the whole line.
9583         (grep-mode-map): Bind `backtab' to `compilation-previous-file'.
9584         (grep-mode): Add autoload.
9586         * emacs-lisp/find-func.el (find-function-regexp):
9587         Add `define-compilation-mode'.
9589 2005-07-19  Juri Linkov  <juri@jurta.org>
9591         * compare-w.el (compare-ignore-whitespace, compare-windows-sync)
9592         (compare-windows-sync-string-size, compare-windows-recenter)
9593         (compare-windows-highlight, compare-windows): Add version 22.1.
9594         (compare-windows) <defface>: Inherit from lazy-highlight instead
9595         of duplicating its default value.
9597         * cus-edit.el (custom-mode-map): Bind `C-c C-c' to `Custom-set'.
9598         (Custom-mode-menu): Use `info' instead of `Info-goto-node'.
9600         * descr-text.el (describe-char): Create link buttons for `charset'
9601         and `code point'.  Add the current input method name with a link
9602         button to `to input' field.  Print face names of display table
9603         characters in `The display table entry is displayed by' section
9604         instead of printing face-id in the `display' field.
9605         Guess hardcoded faces and create a link button for them.
9606         Skip empty fields when calculating max-width.
9607         Treat `widget-create' specially while inserting strings from the
9608         collected field list.
9609         (describe-char-after): Made obsolete in version 22.1, not 21.5.
9611         * diff-mode.el (diff-file-header): Change foreground color from
9612         yellow to green on light backgrounds.
9613         (diff-context): Inherit from `shadow' only for color/grayscale
9614         with more than 88 colors.
9615         (diff-indicator-removed, diff-indicator-added)
9616         (diff-indicator-changed): New faces.
9617         (diff-font-lock-keywords): Use new faces.  Regroup rules.
9618         Add "^---$" for `normal' diff format.  Fontify `#' lines with
9619         font-lock-comment-delimiter-face and font-lock-comment-face.
9620         Add `#' to ^[^...] in the rule for `diff-context-face'.
9622         * faces.el (mode-line-highlight): Replace RoyalBlue4 with
9623         a button-like box.  Inherit from `highlight' on low colors.
9624         (shadow): Use shades of gray only for color/grayscale with
9625         more than 88 colors.  Use green for light backgrounds with
9626         8 colors, and yellow for dark backgrounds with 8 colors.
9628         * font-lock.el (font-lock-regexp-grouping-backslash):
9629         Don't inherit from escape-glyph (use bold for all cases).
9631         * info.el (info-xref-visited): Use light foreground color `violet'
9632         for dark backgrounds instead of dark color `magenta3'.
9633         (info-title-1): Use `yellow' color for dark backgrounds.
9635         * isearch.el (isearch): Use not-too-dark magenta3 instead of
9636         too-light magenta2.
9638         * replace.el (match): Use slightly more light RoyalBlue3 instead
9639         of dark RoyalBlue4.
9641         * wid-edit.el (widget-inactive): Inherit from `shadow'.
9643 2005-07-19  Juanma Barranquero  <lekktu@gmail.com>
9645         * novice.el (disabled-command-hook): Declare it with
9646         `define-obsolete-variable-alias'.
9648         * desktop.el (desktop-enable, desktop-buffer-modes-to-save)
9649         (desktop-buffer-misc-functions, desktop-buffer-handlers)
9650         (desktop-load-default): Add release to obsolescence info.
9651         (desktop-globals-to-clear, desktop-buffer-mode-handlers)
9652         (desktop-append-buffer-args, desktop-read):
9653         Fix typos in docstrings.
9654         (desktop-kill): Fix typo in message.
9655         (desktop-save): Doc fix.
9657 2005-07-19  Michael Kifer  <kifer@cs.stonybrook.edu>
9659         * viper-cmd.el (viper-escape-to-state): Bug fix.
9660         (viper-envelop-ESC-key): Change the definition of fast
9661         keysequence so it'll work with keyboard macros.
9663         * ediff.el (ediff-patch-buffer): Change the docstring.
9665 2005-07-19  Kenichi Handa  <handa@m17n.org>
9667         * international/mule-cmds.el (select-safe-coding-system): Try to
9668         use an auto-coding (if any) before anything else.  If the found
9669         auto-coding is invalid, show a warning message.
9671         * international/mule.el (find-auto-coding): New function created
9672         by modifying the body of set-auto-coding.
9673         (set-auto-coding): Use find-auto-coding to find a coding.
9675 2005-07-18  Richard M. Stallman  <rms@gnu.org>
9677         * allout.el (allout-isearch-expose): Use isearch-mode-end-hook-quit,
9678         not isearch-mode-end-hook-error.
9679         (allout-before-change-protect): Fix error message.
9681 2005-07-18  Juri Linkov  <juri@jurta.org>
9683         * allout.el (allout-mode):
9684         * calculator.el (calculator-copy):
9685         * custom.el (custom-known-themes):
9686         * dired.el (dired-desktop-buffer-misc-data)
9687         (dired-restore-desktop-buffer):
9688         * dired-x.el (dired-omit-marker-char):
9689         * files.el (basic-save-buffer):
9690         * font-core.el (font-lock-mode):
9691         * calendar/calendar.el (calendar-goto-hebrew-date)
9692         (calendar-goto-coptic-date, calendar-goto-ethiopic-date)
9693         (calendar-goto-persian-date):
9694         * language/ethio-util.el (ethio-sera-to-fidel-region):
9695         * textmodes/picture.el (picture-mode):
9696         Delete duplicate duplicate words.
9698 2005-07-18  Juri Linkov  <juri@jurta.org>
9700         * isearch.el (isearch-mode-map): Remove key bindings for regexp
9701         chars * ? } |.
9702         (isearch-fallback): Don't call `isearch-process-search-char'.
9703         (isearch-*-char, isearch-}-char, isearch-|-char): Remove functions.
9704         (isearch-process-search-char): Call `isearch-fallback' for regexp
9705         chars * ? } |.
9706         (isearch-return-char): Make obsolete with `make-obsolete' instead
9707         of simply documenting it as obsolete in the docstring.
9708         (isearch-fallback): Refill docstring.
9710         * international/isearch-x.el
9711         (isearch-process-search-multibyte-characters): Remove unneeded
9712         `concat'.  Add intermediate values to `junk-hist' instead of
9713         `minibuffer-history'.  Test the length of `str'.
9715 2005-07-18  Juanma Barranquero  <lekktu@gmail.com>
9717         * allout.el (allout-resolve-xref): Fix typos in error strings.
9718         (allout-before-change-protect): Remove unneeded `concat'.
9720         * array.el (array-mode, array-reconfigure-rows)
9721         (untabify-backward): Fix typos in docstrings.
9722         (array-reconfigure-rows): Use `insert-buffer-substring', not
9723         `insert-buffer'.
9725         * calendar/icalendar.el (icalendar--get-unfolded-buffer):
9726         * progmodes/ada-mode.el (ada-make-body):
9727         Use `insert-buffer-substring' and `goto-char', not `insert-buffer'.
9729         * dired.el (dired-log):
9730         * tar-mode.el (tar-subfile-save-buffer):
9731         * play/zone.el (zone-pgm-stress-destress):
9732         Use `insert-buffer-substring', not `insert-buffer'.
9734 2005-07-17  Simon Josefsson  <jas@extundo.com>
9736         * mail/smtpmail.el (smtpmail-auth-supported): Prefer PLAIN over LOGIN.
9738 2005-07-16  Jose E. Marchesi  <jemarch@gnu.org>
9740         * lisp/mail/smtpmail.el (smtpmail-auth-supported):
9741         Add plain auth method.
9742         (smtpmail-try-auth-methods): Add AUTH PLAIN dialog.
9744 2005-07-17  Kim F. Storm  <storm@cua.dk>
9746         * ido.el (dired-other-window): Add ido property.
9748 2005-07-16  Juanma Barranquero  <lekktu@gmail.com>
9750         * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
9751         Fix typo in docstring.
9752         (byte-compile-interactive-only-functions): Add `insert-buffer' and
9753         `insert-file-literally'.
9755         * emacs-lisp/edebug.el (def-edebug-form-spec): Add obsolescence
9756         info and delete redundant message.  Doc fix.
9757         (edebug-install-custom-print-funcs, edebug-reset-print-funcs)
9758         (edebug-uninstall-custom-print-funcs): Define as obsolete aliases.
9760 2005-07-16  Richard M. Stallman  <rms@gnu.org>
9762         * emacs-lisp/bytecomp.el (byte-compile-and-recursion): New function.
9763         (byte-compile-and): Use byte-compile-and-recursion.
9764         (byte-compile-or-recursion): New function.
9765         (byte-compile-or): Use that.
9766         (byte-compile-if): Guard the else-clause too.
9767         (byte-compile-maybe-guarded): Handle (not (featurep 'emacs)).
9769         * isearch.el (isearch-mode-end-hook-quit): New variable.
9770         (isearch-done): Bind it.
9771         (isearch-mode-end-hook): Doc fix.
9773         * allout.el (allout-isearch-did-quit): Variable deleted.
9774         (allout-real-isearch-abort): Function name no longer used.
9775         (allout-mode): Do allout-enwrap-isearch whenever feature is wanted.
9776         (allout-isearch-rectification): isearch-mode always exists.
9777         Don't set allout-isearch-did-quit.
9778         (allout-isearch-expose): Check isearch-mode-end-hook-error, not
9779         allout-isearch-did-quit.
9780         (allout-enwrap-isearch): Just add the hook.
9781         (allout-isearch-abort): Function deleted.
9782         (allout-pre-command-business): Avoid warning.
9784         * progmodes/pascal.el (pascal-outline-map): Use fboundp, not boundp.
9785         Correctly avoid warnings.
9786         (pascal-outline): Likewise.
9788         * progmodes/f90.el (f90-abbrev-start): Avoid warning.
9790         * progmodes/asm-mode.el (asm-comment): Use with-no-warnings.
9792         * play/tetris.el (tetris-mode): Avoid warning.
9794         * play/snake.el (snake-mode): Avoid warning.
9796         * play/gamegrid.el (gamegrid-shared-game-dir): Add defvar.
9797         (gamegrid-set-display-table): Avoid warning.
9798         (gamegrid-set-timer): Likewise.
9799         (gamegrid-make-mono-tty-face): Use set-face-inverse-video-p.
9800         (gamegrid-add-score-with-update-game-score-1): Take FILE
9801         as argument.
9802         (gamegrid-add-score-with-update-game-score): Pass that argument.
9803         Rename have-shared-game-dir to gamegrid-shared-game-dir.
9805         * net/eudc-hotlist.el (eudc-hotlist-mode): Avoid warnings.
9807         * net/eudc-bob.el (eudc-jump-to-event): Avoid warning.
9808         (eudc-bob-display-jpeg, eudc-bob-can-display-inline-images): Likewise.
9810         * mail/uce.el (uce-reply-to-uce): Replace beginning-of-buffer
9811         and insert-file.
9813         * mail/supercite.el (sc-no-blank-line-or-header): Avoid warning.
9814         (sc-ask): Avoid warnings.
9816         * eshell/em-hist.el (eshell-rebind-keys-alist): Add defvar.
9817         (eshell-hist-initialize): Use that var the natural way.
9819         * emulation/viper-init.el (viper-activate-input-method): Avoid warning.
9821         * emacs-lisp/re-builder.el (reb-cook-regexp):
9822         Avoid warning calling lre-compile-string.
9823         (reb-color-display-p): Avoid warning.
9825         * calculator.el (calculator-last-input): Guard uses
9826         of event-key and key-press-event-p.
9827         (event-key, key-press-event-p): Delete definitions.
9829         * emacs-lisp/find-gc.el (find-gc-unsafe-list)
9830         (find-gc-source-directory, find-gc-subrs-callers)
9831         (find-gc-noreturn-list, find-gc-source-files)
9832         (find-gc-subrs-called): Vars renamed and defvar'd.
9834         * emacs-lisp/checkdoc.el (checkdoc-make-overlay)
9835         (checkdoc-overlay-put, checkdoc-delete-overlay)
9836         (checkdoc-overlay-start, checkdoc-overlay-end)
9837         (checkdoc-mode-line-update, checkdoc-char=):
9838         Define such that compiler knows they are defined.
9839         (checkdoc-call-eval-buffer): Delete.  Use eval-buffer directly.
9840         (checkdoc-read-event): Delete.  Use read-event directly.
9842         * whitespace.el (whitespace-make-overlay)
9843         (whitespace-overlay-put, whitespace-delete-overlay)
9844         (whitespace-overlay-start, whitespace-overlay-end):
9845         Define such that compiler knows they are defined.
9846         (whitespace): Move conditional inside.
9848         * tempo.el (tempo-insert-template): Suppress warning.
9850         * ediff-diff.el (longlines-mode): Add defvar.
9852 2005-07-16  Gary Howell  <g1howell-list@yahoo.com>  (tiny change)
9854         * server.el: Bind "C-x #" in a way that works even if C-x is
9855         redefined to a command key, not a prefix key.
9857 2005-07-16  Johan Bockgard  <bojohan@users.sourceforge.net>  (tiny change)
9859         * emacs-lisp/cl-macs.el (cl-make-type-test): Defer evaluation of
9860         cl-make-type-test till execution time.
9862 2005-07-16  Markus Rost  <rost@math.uni-bielefeld.de>
9864         * dired-x.el (dired-do-relsymlink-regexp): Add missing optional
9865         arg ARG and use it.
9867 2005-07-16  Johan Bockgard  <bojohan@users.sourceforge.net>  (tiny change)
9869         * emacs-lisp/cl-macs.el (cl-make-type-test): Add `atom' type.
9871 2005-07-15  Luc Teirlinck  <teirllm@auburn.edu>
9873         * emacs-lisp/easy-mmode.el (define-minor-mode): Avoid constructing
9874         a defcustom with two :set or :type keywords.
9876 2005-07-15  Richard M. Stallman  <rms@gnu.org>
9878         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
9879         Don't give ^M comment-end syntax.
9881 2005-07-16  Nick Roberts  <nickrob@snap.net.nz>
9883         * progmodes/gdb-ui.el (gdb-var-update, gdb-var-update-handler):
9884         Don't consider gdbmi (gdb-mi.el has its own update functions).
9885         (gdb-var-delete): Make it work for gdbmi as well.
9886         (gdb-speedbar-expand-node): Move var-update here for gdbmi.
9888         * progmodes/gud.el (etags, sdb): Only require etags when needed.
9889         (gud-speedbar-menu-items): Correct logic for enabling items.
9891 2005-07-15  Kim F. Storm  <storm@cua.dk>
9893         * ido.el: Fix commentary.
9894         (ido-define-mode-map): Move ido-next-work-file to C-M-o.
9895         Use with-no-warnings around ffap-guesser.
9896         (ido-file-internal, ido-read-file-name, ido-read-directory-name):
9897         Let bind minibuffer-completing-file-name to t.
9899 2005-07-15  Juanma Barranquero  <lekktu@gmail.com>
9901         * startup.el (site-run-file, keyboard-type): Doc fixes.
9902         (command-line): Check for "--basic-display" argument; also for
9903         "--quick", not "--bare-bones" (which was renamed).
9904         (fancy-splash-text): Add missing item "Getting New Versions".
9905         (normal-splash-screen): Fix typos and improve consistency with
9906         `fancy-splash-text'.  Update copyright year.
9908         * hexl.el (hexl-mode-map): Recognize also `ehelp-command' as a
9909         valid binding for `help-char'.
9911         * emacs-lisp/derived.el (derived-mode-hook-name): Doc fix.
9913 2005-07-14  Dan Nicolaescu  <dann@ics.uci.edu>
9915         * term.el (term-mode): Disable cua-mode for term buffers.
9917 2005-07-14  Juanma Barranquero  <lekktu@gmail.com>
9919         * add-log.el (add-log-mailing-address, change-log-merge):
9920         Doc fixes.
9921         (change-log-get-method-definition): Fix typo in docstring.
9923 2005-07-14  Kim F. Storm  <storm@cua.dk>
9925         * emulation/cua-base.el:
9926         (cua--pre-command-handler-1, cua--pre-command-handler)
9927         (cua--post-command-handler-1, cua--post-command-handler):
9928         Split in two.  Check (buffer local) value of cua-mode.
9929         (cua-selection-mode): New command.
9931 2005-07-13  Luc Teirlinck  <teirllm@auburn.edu>
9933         * custom.el (custom-initialize-safe-set)
9934         (custom-initialize-safe-default): Doc fixes.
9936         * frame.el (blink-cursor-mode): Use `custom-initialize-safe-default'
9937         and simplify :init-value again.
9939         * tooltip.el (tooltip-mode): Use `custom-initialize-safe-default'
9940         and simplify :init-value again.  Delete autoload.
9942         * startup.el (command-line): Use `custom-reevaluate-setting' again
9943         for tooltip-mode.
9945         * emacs-lisp/easy-mmode.el (define-minor-mode): Avoid constructing
9946         a defcustom with two :initialize keywords.
9948 2005-07-13  Juanma Barranquero  <lekktu@gmail.com>
9950         * allout.el (my-mark-marker, allout-isearch-prior-pos)
9951         (allout-unprotected, allout-undo-aggregation, allout-snug-back)
9952         (allout-post-command-business, allout-flag-region)
9953         (isearch-reenable-font-lock, allout-yank)
9954         (allout-insert-latex-header, allout-insert-latex-trailer)
9955         (allout-latex-verbatim-quote-curr-line, allout-latexify-exposed)
9956         (allout-latex-verb-quote): Fix typos in docstrings.
9957         (allout-enwrap-isearch, regexp-sans-escapes): Doc fixes.
9958         (allout-unprotected, allout-prefix-data):
9959         Improve argument/docstring consistency.
9960         (allout-chart-subtree): Fix argument spec.
9961         (allout-open-topic): Rename `use_sib_bullet' argument to
9962         `use-sib-bullet'.  Doc fix.
9964         * whitespace.el (whitespace-check-buffer-leading)
9965         (whitespace-check-buffer-trailing)
9966         (whitespace-check-buffer-indent)
9967         (whitespace-check-buffer-spacetab)
9968         (whitespace-check-buffer-ateol, whitespace-highlighted-space)
9969         (whitespace-check-leading-whitespace)
9970         (whitespace-check-trailing-whitespace)
9971         (whitespace-check-spacetab-whitespace)
9972         (whitespace-check-indent-whitespace)
9973         (whitespace-check-ateol-whitespace, whitespace-abort-on-error)
9974         (whitespace-modes): Fix typos in docstrings.
9975         (defgroup, defcustom): Doc fixes.
9977         * winner.el (winner-mode, winner-boring-buffers)
9978         (winner-pending-undo-ring): Doc fixes.
9979         (winner-ring): Remove unneeded `progn'.
9980         (winner-equal): `defsubst' it.
9981         (winner-redo): Fix message.
9983 2005-07-13  Kim F. Storm  <storm@cua.dk>
9985         * simple.el (line-move-1): Always use vertical-motion to
9986         do the last (or only) line move to ensure some movement.
9987         Undo 2005-06-23 change--don't check for overlays.
9989 2005-07-13  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
9991         * term/mac-win.el (ccl-encode-mac-roman-font)
9992         (ccl-encode-mac-centraleurroman-font)
9993         (ccl-encode-mac-cyrillic-font, ccl-encode-mac-symbol-font):
9994         (ccl-encode-mac-dingbats-font): Remove check for ASCII.
9995         Change charset-id boundary of dimension to ?\xef.
9996         (mac-char-fontspec-list): New constant.
9997         (fontset-add-mac-fonts): Use it.  Accept non-string `base-family'
9998         argument.  Nil uses itself as family in font-spec.  Previous
9999         behavior for nil is now provided by non-nil non-string argument.
10000         All callers changed.  Add font-specs for Mac fonts to
10001         "fontset-default" unless iso8859-1 fonts are installed.
10003 2005-07-13  Stefan Monnier  <monnier@iro.umontreal.ca>
10005         * progmodes/sh-script.el (sh-get-indent-info): Only indent
10006         a continuation line if the \ is preceded by SPC or TAB.
10007         (sh-get-indent-info): Simplify.
10008         (sh-mark-init, sh-learn-buffer-indent, sh-add-completer):
10009         Use with-current-buffer.
10011         * font-lock.el (font-lock-fontify-keywords-region): Avoid inf-loops
10012         when the matched text is empty.
10014 2005-07-12  Luc Teirlinck  <teirllm@auburn.edu>
10016         * startup.el (command-line): Revert to previous handling of
10017         tooltip-mode.  Explain in comment why the complexity is needed.
10019         * tooltip.el (tooltip-mode): Revert to previous implementation of
10020         its defcustom.
10022         * frame.el (blink-cursor-mode): Revert to previous implementation
10023         of its defcustom.  Update comment.
10025 2005-07-12  Lars Hansen  <larsh@soem.dk>
10027         * desktop.el: Update e-mail address.
10029 2005-07-12  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
10031         * term/mac-win.el (mac-services-mail-selection)
10032         (mac-services-mail-to): New functions.
10033         (mac-application-menu-map): Bind them.
10035 2005-07-12  wulei <milton@wulei.net>  (tiny change)
10037         * progmodes/gdb-ui.el: Add note about buffering with Windows.
10039 2005-07-11  Luc Teirlinck  <teirllm@auburn.edu>
10041         * custom.el (custom-reevaluate-setting): Doc fix.
10043 2005-07-11  Jay Belanger  <belanger@truman.edu>
10045         * calc/calc.el (calc-embedded-announce-formula-alist)
10046         (calc-embedded-open-close-plain-alist)
10047         (calc-embedded-open-close-mode-alist): Add checks for additional
10048         major modes (due to Robert J. Chassell <bob@rattlesnake.com>).
10050 2005-07-11  Juanma Barranquero  <lekktu@gmail.com>
10052         * custom.el (custom-enable-theme): Don't add theme to
10053         `custom-enabled-themes' with `push' because there is no
10054         setf-method for `delq'.
10056 2005-07-11  Richard M. Stallman  <rms@gnu.org>
10058         * custom.el (custom-declare-variable): Doc fix.
10060         * dired-aux.el (dired-compare-directories): Remove "." and ".."
10061         from the alists.
10063         * emacs-lisp/edebug.el (edebug-slow-after, edebug-slow-before):
10064         Do nothing if edebug-active.
10066         * emacs-lisp/edebug.el (edebug-enter): Don't with-timeout-suspend here.
10067         (edebug-display): Do it here instead.
10069 2005-07-10  Richard M. Stallman  <rms@gnu.org>
10071         * cus-face.el (custom-theme-set-faces): Make it work.
10072         (custom-reset-faces): Doc fix.
10073         (custom-theme-reset-internal-face, custom-theme-face-value):
10074         Functions deleted.
10076         * custom.el (custom-push-theme): Maintain list of the settings
10077         of a given theme in its theme-settings property.
10078         Maintain position of old settings in the theme-value
10079         or theme-face property.
10080         (custom-enabled-themes): New variable.
10081         (custom-theme-enabled-p): New function.
10082         (provide-theme): Update custom-enabled-themes.
10083         Disable and reenable the `user' theme.
10084         (require-theme): Doc fix.
10085         (custom-do-theme-reset, custom-remove-theme): Functions deleted.
10086         (custom-theme-value, custom-theme-variable-value): Likewise.
10087         (custom-theme-reset-internal): Likewise.
10088         (custom-theme-load-themes): Fix bugs and use custom-disable-theme.
10089         (custom-enable-theme, custom-disable-theme): New functions.
10090         (custom-variable-theme-value, custom-face-theme-value): Likewise.
10091         (custom-theme-recalc-variable, custom-theme-recalc-face): Likewise.
10092         (custom-theme-reset-variables): Simplify.
10093         (deftheme, custom-declare-theme, custom-make-theme-feature):
10094         Definitions moved.
10096 2005-07-10  Chong Yidong  <cyd@stupidchicken.com>
10098         * longlines.el (longlines-show-region)
10099         (longlines-unshow-hard-newlines): Recognize hard newlines by
10100         non-nil hard property, instead of t.
10102 2005-07-10  Michael Kifer  <kifer@cs.stonybrook.edu>
10104         * viper-cmd.el (viper--key-maps): New variable.
10105         (viper-normalize-minor-mode-map-alist): Use viper--key-maps and
10106         emulation-mode-map-alists.
10107         (viper-envelop-ESC-key): Use viper-subseq.
10108         (viper-search-forward/backward/next): Disable debug-on-error.
10110         * viper-keym.el (viper-toggle-key, viper-quoted-insert-key)
10111         (viper-ESC-key): New defcustoms.
10113         * viper-macs.el (ex-map-read-args): Use viper-subseq.
10115         * viper-util.el (viper-key-to-emacs-key): Use viper-subseq.
10116         (viper-subseq): Copy of subseq from cl.el.
10118         * viper.el (viper-go-away, viper-set-hooks): Use
10119         emulation-mode-map-alists, advise self-insert-command, add-minor-mode.
10121         * viper-mous.el (viper-current-frame-saved): Use defvar.
10123         * viper-init.el: Get rid of -face in face names.
10125         * ediff-diff.el (ediff-extract-diffs, ediff-extract-diffs3):
10126         Make it work with longlines mode
10128         * ediff-mult.el (ediff-meta-mode-hook): New variable.
10130         * ediff-ptch.el (ediff-file-name-sans-prefix): Quote regexp.
10132         * ediff-init.el: Get rid of -face in face names.
10134 2005-07-10  Richard M. Stallman  <rms@gnu.org>
10136         * emacs-lisp/edebug.el (edebug-enter): Call with-timeout-suspend
10137         and with-timeout-unsuspend.
10139         * emacs-lisp/debug.el (debug): Call with-timeout-suspend
10140         and with-timeout-unsuspend.
10142         * emacs-lisp/timer.el (with-timeout-timers): New variable.
10143         (with-timeout): Bind that variable to record timers.
10144         (with-timeout-suspend, with-timeout-unsuspend): New functions.
10146         * emacs-lisp/debug.el (debug-help-follow): New function.
10147         (debugger-mode-map): Use that instead of help-follow.
10148         (debugger-setup-buffer): Use eval-buffer-list
10149         to handle eval-buffer frames.
10151 2005-07-10  N. Raghavendra  <raghu@mri.ernet.in>  (tiny change)
10153         * timezone.el (timezone-parse-date): Change first regexp
10154         so it will not mistakenly match dates with no time zone.
10156 2005-07-10  Jeff Dwork  <jeff.dwork@amd.com>  (tiny change)
10158         * facemenu.el (facemenu-read-color): Do case-insensitive matching.
10160 2005-07-10  Luc Teirlinck  <teirllm@auburn.edu>
10162         * custom.el (custom-initialize-safe-set)
10163         (custom-initialize-safe-default): New functions.
10165         * frame.el (blink-cursor-mode): Use `custom-initialize-safe-default'
10166         and simplify :init-value.
10168         * tooltip.el (tooltip-mode): Use `custom-initialize-safe-default'
10169         and simplify :init-value.  Delete obsolete comment.
10171         * startup.el (command-line): Use `custom-reevaluate-setting' to
10172         handle `tooltip-mode'.  Delete obsolete comment.
10174         * files.el (set-visited-file-name): Avoid calling
10175         `file-name-nondirectory' with a nil argument.
10177 2005-07-09  Richard M. Stallman  <rms@gnu.org>
10179         * emacs-lisp/debug.el (debugger-setup-buffer): When eval-buffer
10180         was called with nil for the buffer, handle the read position right.
10181         Handle read position for eval-region, too.
10183 2005-07-09  Juri Linkov  <juri@jurta.org>
10185         * fringe.el (fringe-mode): Add period in docstring.
10186         (fringe-query-style): Build prompt depending on `all-frames' arg.
10188         * dired.el (dired-marker-char): Avoid quotations for `do' and `mark'
10189         to not create links to unrelated functions in the Help buffer.
10191         * progmodes/compile.el (compilation-mode-hook, compilation-mode):
10192         Doc fix.
10194         * simple.el (next-error-hook): New variable.
10195         (next-error): Use it.  Doc fix.
10197         * textmodes/ispell.el (ispell-command-loop): Add current
10198         dictionary name and program name to mode-line-format.
10199         (ispell-region, ispell-process-line): Add current dictionary name
10200         and program name to messages.
10202 2005-07-08  Jay Belanger  <belanger@truman.edu>
10204         * calc/calc.el (calc-embedded-announce-formula-alist)
10205         (calc-embedded-open-close-formula-alist)
10206         (calc-embedded-open-close-word-alist)
10207         (calc-embedded-open-close-plain-alist)
10208         (calc-embedded-open-close-new-formula-alist)
10209         (calc-embedded-open-close-mode-alist)
10210         (calc-embedded-new-buffer-hook, calc-embedded-new-formula-hook)
10211         (calc-embedded-mode-hook): New variables.
10213         * calc/calc-embed.el (calc-embedded-firsttime)
10214         (calc-embedded-firsttime-buf, calc-embedded-firsttime-formula):
10215         New variables.
10216         (calc-do-embedded): Use calc-embedded-firsttime,
10217         calc-embedded-firsttime-buf and calc-embedded-firsttime-formula to
10218         determine whether or not to run hooks.
10219         (calc-embedded-make-info) Set calc-embedded-firsttime-buf and
10220         calc-embedded-firsttime-formula appropriately.
10221         Set calc-embedded delimiter variables according to mode.
10223 2005-07-08  Richard M. Stallman  <rms@gnu.org>
10225         * emacs-lisp/checkdoc.el (checkdoc-proper-noun-list):
10226         Check for "emacs", etc., as entire symbol, not just as word.
10227         (checkdoc-file-comments-engine): Use regexp-quote on FN.
10229         * files.el (set-visited-file-name): Report the error
10230         for "empty filename" earlier.
10231         (kill-some-buffers): Ignore buffers already dead.
10233         * fringe.el (fringe-mode): Doc fix.
10235         * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
10236         Check for (featurep 'xemacs) and turn off warnings in what it guards.
10237         Use unwind-protect to ensure byte-compile-unresolved-functions
10238         is updated.
10240         * whitespace.el (whitespace-buffer-leading-cleanup):
10241         Simplify w/ skip-chars-forward.
10242         (whitespace-buffer-trailing-cleanup): Simplify w/ skip-chars-backward.
10244         * mail/rmail.el (rmail-only-expunge): Fix paren error.
10245         Unconditionally try to leave point at the same old place.
10247 2005-07-08  Ralf Angeli  <angeli@iwi.uni-sb.de>  (tiny change)
10249         * comint.el (comint-postoutput-scroll-to-bottom)
10250         (comint-show-maximum-output): Take scroll-margin into consideration.
10252 2005-07-08  Kim F. Storm  <storm@cua.dk>
10254         * ido.el (ido-use-filename-at-point): New choice `guess'.
10255         (ido-file-internal): Try ffap-guesser if selected.
10257         * ido.el (ido-before-fallback-functions): New hook.
10258         (ido-buffer-internal, ido-file-internal, ido-read-buffer)
10259         (ido-read-file-name): Run it.
10261 2005-07-07  Stefan Monnier  <monnier@iro.umontreal.ca>
10263         * progmodes/hideif.el (hide-ifdef-use-define-alist): Pass a list of
10264         strings rather than a list of symbols to the completion function.
10266 2005-07-07  Jay Belanger  <belanger@truman.edu>
10268         * calc/calc-units.el (math-apply-units): Change the places in
10269         which units are simplified.
10271 2005-07-07  Luc Teirlinck  <teirllm@auburn.edu>
10273         * cus-edit.el (customize-option, customize-option-other-window):
10274         Make them handle aliases.
10276         * custom.el (custom-variable-p): Make it recursively follow
10277         aliases.  Mention that in the docstring.
10279 2005-07-07  Richard M. Stallman  <rms@gnu.org>
10281         * cus-start.el (exec-path): Use `directory' instead of `file'.
10282         Fix tag for nil.
10284 2005-07-07  Juanma Barranquero  <lekktu@gmail.com>
10286         * replace.el (occur-rename-buffer): Use `generate-new-buffer' also
10287         when called non-interactively.  Doc fix.
10289 2005-07-07  Lute Kamstra  <lute@gnu.org>
10291         * elide-head.el (elide-head-headers-to-hide): Recognize the FSF's
10292         new address as well.
10294 2005-07-07  Kenichi Handa  <handa@m17n.org>
10296         * international/mule.el (make-coding-system):
10297         Describe `ascii-incompatible' property in the docstring.
10298         (set-file-name-coding-system): Signal an error if coding-system is
10299         ascii-incompatible.
10300         (set-keyboard-coding-system): Likewise.
10302         * international/mule-cmds.el (set-default-coding-systems):
10303         Don't set default-file-name-coding-system and
10304         default-keyboard-coding-system if coding-system is ASCII-incompatible.
10306         * international/utf-16.el: Declare that all UTF-16-based coding
10307         systems are ASCII-incompatible.
10309 2005-07-07  Nick Roberts  <nickrob@snap.net.nz>
10311         * progmodes/gud.el: Require font-lock for displaying errors.
10312         Used by gdb-ui.el.
10314 2005-07-07  Juanma Barranquero  <lekktu@gmail.com>
10316         * hi-lock.el (hi-lock-find-patterns): Protect also against invalid
10317         values for the pattern lists which are `read'able but not
10318         `append'able (like symbols).
10320 2005-07-06  Richard M. Stallman  <rms@gnu.org>
10322         * progmodes/flymake.el (flymake-float-time): Instead of
10323         with-no-warnings, test for xemacs.
10324         (flymake-replace-regexp-in-string): Test fboundp of replace-in-string
10325         to avoid warning.
10327 2005-07-06  Juanma Barranquero  <lekktu@gmail.com>
10329         * w32-vars.el (w32-fixed-font-alist): Fix typo in `defcustom' tag.
10331 2005-07-05  Lute Kamstra  <lute@gnu.org>
10333         * battery.el: Add support for Darwin (with much debugging help
10334         from Samuel Lauber <sam124@operamail.com>).
10335         (battery-status-function, battery-echo-area-format)
10336         (battery-mode-line-format): Add support for pmset on Darwin.
10337         (battery-load-low, battery-load-critical): New user options.
10338         (battery-pmset): New function.
10340 2005-07-05  Lute Kamstra  <lute@gnu.org>
10342         Update FSF's address in GPL notices.
10344         * textmodes/page-ext.el: Update FSF's address.
10346 2005-07-04  Stefan Monnier  <monnier@iro.umontreal.ca>
10348         * emacs-lisp/lisp-mode.el (lisp-mode-variables): Prevent adaptive
10349         filling from using prefix when filling a single-line docstring.
10351         * progmodes/flymake.el: Remove useless eval-when-compile.
10353         * arc-mode.el (archive-lzh-ogm): Reorder save excursion/restriction.
10355 2005-07-04  Richard M. Stallman  <rms@gnu.org>
10357         * textmodes/org.el (org-file-apps-defaults-gnu):
10358         Rename from org-file-apps-defaults-linux.
10359         (org-default-apps): Don't test system-type for `linux'.
10360         (org-file-apps): Doc fix.
10362 2005-07-04  David Ponce  <david@dponce.com>
10364         * tree-widget.el: Improve header Commentary section.
10365         (tree-widget) [defgroup]
10366         (tree-widget-image-enable, tree-widget-themes-directory)
10367         (tree-widget-theme, tree-widget-image-properties-emacs)
10368         (tree-widget-image-properties-xemacs, tree-widget-create-image)
10369         (tree-widget-image-formats, tree-widget-control)
10370         (tree-widget-empty-control, tree-widget-leaf-control
10371         (tree-widget-guide, tree-widget-end-guide, tree-widget-no-guide)
10372         (tree-widget-handle, tree-widget-no-handle, tree-widget-p)
10373         (tree-widget-keep, tree-widget-after-toggle-functions)
10374         (tree-widget-open-node, tree-widget-close-node): Doc fix.
10375         (tree-widget-open-control, tree-widget-close-control): Fix doc and
10376         :help-echo message.
10377         (tree-widget-set-theme): Doc fix.  Use `string-equal'.
10378         (tree-widget-image-properties): Doc fix.  Clearer implementation.
10379         (tree-widget--cursors): New constant.
10380         (tree-widget-lookup-image): New function split from
10381         `tree-widget-find-image'.  Clearer implementation.
10382         (tree-widget-find-image): Use it.
10383         (tree-widget-button-keymap): Use `set-keymap-parent'.
10384         (tree-widget) [define-widget]: Use `widget-children-value-delete'.
10385         Define the sub-widgets here.
10386         (tree-widget-node): Check that :node is not a tree-widget.
10387         (tree-widget-get-super, tree-widget-open-control)
10388         (tree-widget-close-control, tree-widget-empty-control)
10389         (tree-widget-leaf-control, tree-widget-guide)
10390         (tree-widget-end-guide, tree-widget-no-guide, tree-widget-handle)
10391         (tree-widget-no-handle, tree-widget-value-delete)
10392         (tree-widget-map): Remove.
10393         (tree-widget-children-value-save): Doc fix.  Simplified.
10394         (tree-widget-value-create): Update according to previous changes.
10396 2005-07-04  Carsten Dominik  <dominik@science.uva.nl>
10398         * textmodes/org.el: Leading space replaced by TABS.
10399         (org-recalc-marks, org-table-rotate-recalc-marks)
10400         (org-table-get-specials): Treat "^" and "_" marks.
10401         (org-table-justify-field-maybe): Optional argument NEW.
10402         (org-table-eval-formula): Parsing of the format simplified.
10403         New modes C,I.  Honor the %= parameter in the current table.
10404         Avoid unnecessary re-align by using the NEW argument to
10405         `org-table-justify-field-maybe'.
10406         (org-calc-default-modes): Default for date-format mimicks org-mode.
10407         (org-agenda, org-timeline): Quote argument in org-agenda-redo-command.
10409 2005-07-03  Luc Teirlinck  <teirllm@auburn.edu>
10411         * cus-face.el (custom-theme-set-faces): Make it handle face
10412         aliases whose alias declarations are pre- or autoloaded.
10414 2005-07-04  Juri Linkov  <juri@jurta.org>
10416         * faces.el (read-face-name): Put the code for getting a face name
10417         from the buffer before adding the faces from the `face' property.
10418         Use `completing-read-multiple' instead of `completing-read'.
10419         Require `crm'.  Add default value and post-process the returned
10420         list of faces.
10422         * emacs-lisp/crm.el (crm-find-current-element)
10423         (crm-minibuffer-complete-and-exit): Handle minibuffer prompt.
10425         * emacs-lisp/lisp-mode.el (eval-defun-1):
10426         * emacs-lisp/edebug.el (edebug-eval-defun):
10427         Remove unnecessary quotes.
10429 2005-07-04  Juanma Barranquero  <lekktu@gmail.com>
10431         * progmodes/prolog.el (prolog-eof-string): Doc fixes.
10432         (prolog-indent-level): Fix typo in docstring.
10434         * info.el (Info-history, Info-history-forward)
10435         (Info-history-list, Info-speedbar-fetch-file-nodes): Doc fixes.
10437         * add-log.el (add-change-log-entry):
10438         * comint.el (comint-dynamic-list-input-ring)
10439         (comint-dynamic-list-completions):
10440         * dabbrev.el (dabbrev-expand):
10441         * delim-col.el (delimit-columns-rectangle-line):
10442         * diff-mode.el (diff-context->unified, diff-reverse-direction)
10443         (diff-unified->context):
10444         * ediff-init.el (ediff-abbrev-jobname):
10445         * ediff-mult.el (ediff-replace-session-status-in-meta-buffer)
10446         (ediff-replace-session-activity-marker-in-meta-buffer):
10447         * info.el (Info-summary):
10448         * lpr.el (printify-region):
10449         * printing.el (pr-create-interface):
10450         * ps-print.el (ps-print-quote):
10451         * ses.el (ses-column-widths, ses-print-cell)
10452         (ses-adjust-print-width, ses-center):
10453         * shell.el (shell-file-name-quote-list):
10454         * strokes.el (strokes-read-stroke, strokes-read-complex-stroke)
10455         (strokes-fill-current-buffer-with-whitespace)
10456         (strokes-xpm-for-stroke, strokes-list-strokes)
10457         (strokes-xpm-char-bit-p, strokes-xpm-for-compressed-string):
10458         * term.el (term-dynamic-list-input-ring)
10459         (term-dynamic-list-completions):
10460         * calc/calc.el (math-format-stack-value):
10461         * emacs-lisp/edebug.el (edebug-display-freq-count):
10462         * progmodes/delphi.el (delphi-indent-line, delphi-fill-comment)
10463         (delphi-new-comment-line):
10464         * progmodes/ebnf2ps.el (ebnf-eps-filename, ebnf-trim-right):
10465         * progmodes/executable.el (executable-set-magic):
10466         * progmodes/python.el (inferior-python-mode):
10467         * progmodes/scheme.el (scheme-mode-syntax-table):
10468         * progmodes/sh-script.el (sh-maybe-here-document):
10469         * progmodes/sql.el (sql-copy-column):
10470         * progmodes/tcl.el (tcl-comment-indent, tcl-quote):
10471         * textmodes/bibtex.el (bibtex-mode):
10472         * textmodes/sgml-mode.el (html-imenu-index, sgml-attributes)
10473         (sgml-auto-attributes):
10474         * textmodes/table.el (table-insert, table-shorten-cell)
10475         (table--generate-source-scan-lines, table-delete-row)
10476         (*table--cell-delete-char, table--spacify-frame)
10477         (table--horizontally-shift-above-and-below)
10478         (table--cell-insert-char, table--cell-blank-str)
10479         (table--fill-region-strictly):
10480         * textmodes/tex-mode.el (tex-insert-quote, latex-find-indent):
10481         * textmodes/texinfo.el (texinfo-insert-quote): "?\ " -> "?\s".
10483         * add-log.el (change-log):
10484         * apropos.el (apropos):
10485         * comint.el (comint-completion, comint-source):
10486         * dabbrev.el (dabbrev):
10487         * delim-col.el (columns):
10488         * diff-mode.el (diff-mode):
10489         * ediff.el (ediff):
10490         * ediff-diff.el (ediff-diff):
10491         * ediff-init.el (ediff-highlighting, ediff-merge, ediff-hook):
10492         * ediff-mult.el (ediff-mult):
10493         * ediff-ptch.el (ediff-ptch):
10494         * ediff-wind.el (ediff-window):
10495         * facemenu.el (facemenu):
10496         * indent.el (indent):
10497         * info.el (info):
10498         * jka-cmpr-hook.el (compression, jka-compr):
10499         * lpr.el (lpr):
10500         * outline.el (outlines):
10501         * pcmpl-cvs.el (pcmpl-cvs):
10502         * pcmpl-rpm.el (pcmpl-rpm):
10503         * printing.el (printing):
10504         * ps-print.el (postscript, ps-print, ps-print-horizontal)
10505         (ps-print-vertical, ps-print-headers, ps-print-font)
10506         (ps-print-color, ps-print-face, ps-print-n-up, ps-print-zebra)
10507         (ps-print-background, ps-print-printer, ps-print-page)
10508         (ps-print-miscellany):
10509         * ses.el (ses):
10510         * shell.el (shell, shell-directories, shell-faces):
10511         * startup.el (initialization):
10512         * strokes.el (strokes):
10513         * term.el (term):
10514         * uniquify.el (uniquify):
10515         * w32-vars.el (w32):
10516         * calc/calc.el (calc):
10517         * emacs-lisp/bytecomp.el (bytecomp):
10518         * emacs-lisp/cl-indent.el (lisp-indent):
10519         * emacs-lisp/edebug.el (edebug):
10520         * emacs-lisp/elp.el (elp):
10521         * emacs-lisp/testcover.el (testcover):
10522         * emacs-lisp/trace.el (trace):
10523         * emulation/viper-ex.el (viper-ex):
10524         * emulation/viper-mous.el (viper-mouse):
10525         * mail/mailalias.el (mailalias):
10526         * mail/supercite.el (supercite, supercite-frames)
10527         (supercite-attr, supercite-cite, supercite-hooks):
10528         * net/rcompile.el (remote-compile):
10529         * net/rlogin.el (rlogin):
10530         * obsolete/ooutline.el (outlines):
10531         * progmodes/delphi.el (delphi):
10532         * progmodes/ebnf2ps.el (postscript, ebnf2ps, ebnf-special)
10533         (ebnf-except, ebnf-repeat, ebnf-terminal, ebnf-non-terminal)
10534         (ebnf-production, ebnf-shape, ebnf-displacement, ebnf-syntactic)
10535         (ebnf-optimization):
10536         * progmodes/etags.el (etags):
10537         * progmodes/executable.el (executable):
10538         * progmodes/idlwave.el (idlwave):
10539         * progmodes/pascal.el (pascal):
10540         * progmodes/prolog.el (prolog):
10541         * progmodes/python.el (python):
10542         * progmodes/scheme.el (scheme):
10543         * progmodes/sh-script.el (sh, sh-script):
10544         * progmodes/sql.el (SQL):
10545         * progmodes/tcl.el (tcl):
10546         * textmodes/bibtex.el (bibtex, bibtex-autokey):
10547         * textmodes/enriched.el (enriched):
10548         * textmodes/makeinfo.el (makeinfo):
10549         * textmodes/sgml-mode.el (sgml):
10550         * textmodes/table.el (table-hooks):
10551         * textmodes/tex-mode.el (tex-file, tex-run, tex-view):
10552         * textmodes/texinfo.el (texinfo):
10553         * textmodes/two-column.el (two-column):
10554         Finish `defgroup' description with period.
10556         * emacs-lisp/cl-indent.el (lisp-indent-maximum-backtracking):
10557         * eshell/esh-var.el (eshell-var):
10558         * progmodes/vhdl-mode.el (vhdl-testbench):
10559         * textmodes/org.el (org): Fix typos in docstrings.
10561         * emacs-lisp/timer.el (with-timeout): Improve argument/docstring
10562         consistency.
10564         * progmodes/flymake.el (flymake-find-file): Remove.
10565         (flymake-float-time): Use `with-no-warnings'.
10566         (flymake-check-start-time, flymake-check-was-interrupted)
10567         (flymake-err-info, flymake-is-running, flymake-last-change-time)
10568         (flymake-new-err-info): `defvar' at compile time.
10570 2005-07-03  Juanma Barranquero  <lekktu@gmail.com>
10572         * replace.el (occur-hook): Doc fix.
10573         (occur-1): Don't call `occur-hook' if there are no matches.
10575 2005-07-03  Richard M. Stallman  <rms@gnu.org>
10577         * emulation/tpu-edt.el (tpu-original-global-map): Don't copy
10578         global-map, save the same map.
10579         (global-map): Don't alter it at top level.
10580         (tpu-edt-on): Save global map in tpu-original-global-map, then copy.
10581         Then alter it here instead.
10582         (tpu-edt-off): Set global-map to the saved one.
10584         * emulation/tpu-edt.el (tpu-emacs19-p): Var deleted.
10585         All references simplified.
10586         (tpu-lucid-emacs-p): Rename from tpu-lucid-emacs19-p.  Uses changed.
10587         (zmacs-regions): Add defvar.
10588         (repeat-complex-command-map): Everything about that deleted.
10590         * textmodes/artist.el (artist-key-is-drawing)
10591         (artist-key-endpoint1, artist-key-poly-point-list)
10592         (artist-key-shape, artist-key-draw-how, artist-popup-menu-table)
10593         (artist-key-compl-table, artist-rb-save-data)
10594         (artist-arrow-point-1, artist-arrow-point-2): Move defvars up.
10595         Don't put them in eval-when-compile.
10596         (artist-set-arrow-points-for-poly): Use `last', not `artist-last'.
10598         * progmodes/ebrowse.el (ebrowse-revert-tree-buffer-from-file):
10599         Use with-no-warnings.
10601         * net/browse-url.el (dos-windows-version): Add defvar.
10603         * mail/supercite.el (filladapt-prefix-table): Add defvar.
10605         * mail/rmailsum.el (rmail-summary-redo): Add defvar.
10606         (rmail-summary-mode-map, rmail-summary-overlay): Defvars moved up.
10607         (rmail-new-summary-line-count): Rename from new-summary-line-count.
10608         Add defvar.
10609         (rmail-summary-beginning-of-message): Use with-no-warnings.
10610         (rmail-summary-first-message, rmail-summary-last-message): Likewise.
10612         * emulation/vip.el (vip-replace-string, ex-map, ex-read):
10613         Use with-no-warnings.
10615         * emulation/vi.el (vi-mark-region): Use c-mark-function.
10616         (c-mark-function): Add point-moving-unit property.
10617         (vi-goto-line): Use with-no-warnings.
10619         * emulation/edt.el (edt-last-copied-word): Add defvar.
10620         (zmacs-region-stays): Likewise.
10621         (edt-mark-section-wisely): Use c-mark-function for C.
10622         Use makr-defun for Fortran.
10623         (time-string): defvar deleted.
10624         (edt-display-the-time): Don't set time-string.
10626         * emacs-lisp/macroexp.el (macroexp-accumulate): Rename arg to var+list.
10628         * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn):
10629         Don't warn when name is not constant
10630         or for defining the group `emacs'.
10632         * tooltip.el (gud-tooltip-mode): Add defvar.
10634         * startup.el (default-frame-background-mode): Add defvar.
10636         * smerge-mode.el (smerge-mode): Add duplicate defvar near top.
10638         * info.el (tool-bar-map): Add defvar.
10640         * dired.el (dnd-protocol-alist): Add defvar.
10642         * dired-aux.el (dired-query): Display question with answer, when
10643         the user answers.
10645         * custom.el (custom-add-option): Doc fix.
10647         * bookmark.el (Info-current-node, Info-suffix-list): Add defvars.
10649 2005-07-03  Eli Zaretskii  <eliz@gnu.org>
10651         * font-lock.el (font-lock-regexp-grouping-construct): Fix the
10652         bogus name from the last change.
10654 2005-07-02  Luc Teirlinck  <teirllm@auburn.edu>
10656         * custom.el (custom-declare-variable): Fix typos in comment.
10657         (custom-known-themes): Doc fix.
10658         (custom-theme-directory): New defcustom.
10659         (require-theme): Make it check `custom-theme-directory'.
10661         * cus-theme.el (custom-new-theme-mode): New function.
10662         (custom-theme-name, custom-theme-variables, custom-theme-faces)
10663         (custom-theme-description): Add compiler defvars.
10664         (customize-create-theme): Add doc to the "*New Custom Theme*"
10665         buffer.  Use `custom-new-theme-mode'.
10666         (custom-theme-write): Put the created buffer in emacs-lisp-mode
10667         and save it to the `custom-theme-directory'.  Make this the
10668         default directory of the buffer.
10670 2005-07-02  David Hunter  <hunterd_42@comcast.net>  (tiny change)
10672         * progmodes/flymake.el (flymake-mode, flymake-mode-off):
10673         Fix unbalanced parentheses.
10675 2005-07-02  Stefan Monnier  <monnier@iro.umontreal.ca>
10677         * progmodes/flymake.el (flymake-mode-on, flymake-mode-off): Move body
10678         into flymake-mode and delegate to flymake-mode.
10680         * find-file.el (ff-which-function-are-we-in): Clean up.
10682 2005-07-02  Juanma Barranquero  <lekktu@gmail.com>
10684         * replace.el (occur-rename-buffer): Fix docstring.
10686         * emulation/edt.el (*EDT-keys*, edt-default-global-map)
10687         (edt-last-copied-word, edt-learn-macro-count)
10688         (edt-orig-page-delimiter, edt-orig-transient-mark-mode)
10689         (edt-rect-start-point, edt-user-global-map, rect-start-point)
10690         (time-string, zmacs-region-stays):
10691         * emulation/edt-mapper.el (edt-save-function-key-map)
10692         (EDT-key-name): `defvar' to silence the byte-compiler.
10694 2005-07-02  Martin Rudalics  <rudalics@gmx.at>  (tiny change)
10696         * font-lock.el (font-lock-regexp-grouping-backslash): Rename from
10697         font-lock-regexp-backslash.  Doc fix.
10698         (font-lock-regexp-backslash-grouping-construct): Rename from
10699         font-lock-regexp-backslash-construct.  Doc fix.
10700         (lisp-font-lock-keywords-2): Fix highlighting of Elisp regexp
10701         grouping constructs.
10703 2005-07-02  Eli Zaretskii  <eliz@gnu.org>
10705         * makefile.w32-in (bootstrap): Remove the $(EMACS) binary after
10706         updating all the prerequisites.
10708 2005-07-01  Juanma Barranquero  <lekktu@gmail.com>
10710         * textmodes/org.el (org-agenda-start-on-weekday)
10711         (org-calendar-to-agenda-key, org-agenda-sorting-strategy)
10712         (org-agenda-use-time-grid, org-archive-location)
10713         (org-allow-space-in-links, org-usenet-links-prefer-google)
10714         (org-enable-table-editor, org-export-default-language)
10715         (org-export-html-show-new-buffer, org-fill-paragraph)
10716         (org-cycle, org-goto-ret, org-goto-left, org-goto-right)
10717         (org-goto-quit, org-occur, org-eval-in-calendar)
10718         (org-agenda-cleanup-fancy-diary, org-agenda-no-heading-message)
10719         (org-agenda-diary-entry, org-remember-help)
10720         (org-table-convert-region, org-at-table-p)
10721         (org-table-move-row-down, org-table-move-row-up)
10722         (org-table-copy-region, org-table-toggle-vline-visibility)
10723         (org-table-get-stored-formulas, org-table-get-specials)
10724         (org-recalc-commands, org-table-eval-formula)
10725         (org-table-formula-substitute-names, orgtbl-make-binding)
10726         (org-format-org-table-html, org-format-table-table-html)
10727         (org-format-table-table-html-using-table-generate-source)
10728         (org-customize): Fix typos in docstrings.
10729         (org-level-2, org-at-timestamp-p, org-agenda-day-view)
10730         (org-agenda-toggle-diary, org-agenda-toggle-time-grid)
10731         (org-back-to-heading): Doc fixes.
10732         (org-agenda-toggle-time-grid, org-cmp-category, org-cmp-time)
10733         (org-agenda-change-all-lines, org-get-header):
10734         Improve argument/docstring consistency.
10735         (orgtbl-error): Fix error message.
10737         * progmodes/flymake.el (flymake-find-possible-master-files)
10738         (flymake-master-file-compare, flymake-get-line-err-count)
10739         (flymake-highlight-line, flymake-gui-warnings-enabled):
10740         Fix typos in docstrings.
10741         (flymake-parse-line, flymake-get-project-include-dirs-function)
10742         (flymake-get-prev-err-line-no, flymake-goto-prev-error):
10743         Doc fixes.
10744         (flymake-get-project-include-dirs-function)
10745         (flymake-make-err-menu-data):
10746         Improve argument/docstring consistency.
10748 2005-07-01  Lute Kamstra  <lute@gnu.org>
10750         * battery.el (battery-linux-proc-apm): Fix typo in docstring.
10751         Catch errors with ignore-errors.  Use temporary buffer.
10752         (battery-linux-proc-acpi): Fix typo in docstring.  Document `%r'.
10754         * facemenu.el (facemenu-unlisted-faces): Delete foreground and
10755         background color faces.
10756         (facemenu-set-foreground, facemenu-set-background):
10757         Use facemenu-set-face-from-menu.
10758         (facemenu-set-face-from-menu): Treat face names that start with
10759         "fg:" or "bg:" as special.
10760         (facemenu-add-new-color): Don't create faces.  Simplify.
10762 2005-06-30  Richard M. Stallman  <rms@gnu.org>
10764         * emacs-lisp/crm.el (crm-do-completion): Handle minibuffer prompt.
10765         (crm-find-current-element): Likewise.
10767 2005-06-30  Johan Bockg\e,Ae\e(Brd  <bojohan@users.sourceforge.net>
10769         * help-fns.el (help-do-arg-highlight): Regexp-quote argument names.
10771 2005-06-30  Stefan Monnier  <monnier@iro.umontreal.ca>
10773         * arc-mode.el (archive-extract): Make it work as a mouse binding.
10774         (archive-mouse-extract): Make it an obsolete alias.
10775         (archive-mode-map): Don't use archive-mouse-extract any more.
10776         (archive-mode, archive-extract): write-contents-hooks ->
10777         write-contents-functions.
10778         (archive-arc-rename-entry, archive-lzh-rename-entry): Remove unused
10779         first arg.
10780         (archive-rename-entry): Update the call.
10781         (archive-zip-summarize): Remove unused var `method'.
10782         (archive-lzh-summarize): Remove unused var `creator'.
10784         * emacs-lisp/debug.el (debug): Quieten Drew Adams by killing the
10785         dedicated frame upon exit.
10787         * arc-mode.el: Bind inhibit-read-only rather than buffer-read-only.
10788         (archive-zip-extract, archive-zip-expunge)
10789         (archive-zip-update, archive-zip-update-case): Use executable-find.
10790         (archive-resummarize, archive-flag-deleted, archive-unmark-all-files):
10791         Use restore-buffer-modified-p.
10792         (archive-extract, archive-add-new-member, archive-write-file-member):
10793         Use with-current-buffer.
10794         (archive-lzh-ogm, archive-zip-chmod-entry): Use dolist.
10796 2005-06-30  Andreas Schwab  <schwab@suse.de>
10798         * progmodes/gud.el (gud-filter): Remove unneeded progn.
10800 2005-06-30  Glenn Morris  <gmorris@ast.cam.ac.uk>
10802         * progmodes/sh-script.el (sh-get-kw): `&' also separates words.
10804 2005-06-30  Juri Linkov  <juri@jurta.org>
10806         * faces.el (vertical-border): Inherit from mode-line-inactive
10807         only on tty.
10809 2005-06-30  Juanma Barranquero  <lekktu@gmail.com>
10811         * help-fns.el (help-do-arg-highlight): Highlight also -ARG (for
10812         example, -NLINES in the `occur' docstring).
10814         * replace.el (occur-1): When no matches are found, do not set the
10815         `buffer-read-only' and modified flags for the occur buffer,
10816         because it is deleted.
10818         * emulation/cua-base.el (cua-check-pending-input)
10819         (cua-repeat-replace-region, cua-mode, cua-debug)
10820         (cua-auto-tabify-rectangles, cua-inhibit-cua-keys):
10821         Fix typos in docstrings.
10823         * emulation/cua-gmrk.el (cua-toggle-global-mark)
10824         (cua-cut-region-to-global-mark)
10825         (cua--cut-rectangle-to-global-mark):
10826         Remove period from end of messages.
10828         * emulation/cua-rect.el (cua-do-rectangle-padding):
10829         Remove period from end of messages.
10830         (cua--rectangle-seq-format): Fix typo in docstring.
10831         (cua-sequence-rectangle, cua-fill-char-rectangle):
10832         Improve argument/docstring consistency.
10834 2005-06-29  Juri Linkov  <juri@jurta.org>
10836         * faces.el (default-frame-background-mode): New internal variable.
10837         (frame-set-background-mode): Use it.
10839         * startup.el (normal-top-level): Set default-frame-background-mode
10840         instead of frame-background-mode.  Before setting it, test for its
10841         nil value.  Remove tests for frame-background-mode and frame
10842         parameter `reverse'.  Add test for "unspecified-fg".
10844         * term/xterm.el (xterm-rxvt-set-background-mode):
10845         * term/rxvt.el (rxvt-set-background-mode):
10846         Set default-frame-background-mode instead of frame-background-mode.
10848 2005-06-29  Juanma Barranquero  <lekktu@gmail.com>
10850         * simple.el (set-variable): Warn about obsolete user variables.
10852         * imenu.el (imenu--completion-buffer):
10853         * mouse.el (mouse-buffer-menu-alist):
10854         * msb.el (msb-invisible-buffer-p):
10855         * calendar/diary-lib.el (diary-header-line-format):
10856         * emacs-lisp/pp.el (pp-buffer):
10857         * progmodes/cperl-mode.el (cperl-do-auto-fill):
10858         * textmodes/picture.el (picture-replace-match):
10859         Change space constants followed by a sexp to "?\s ".
10861         * play/decipher.el (decipher-loop-with-breaks):
10862         * textmodes/texinfo.el (texinfo-insert-@item): Change space
10863         constants "protected" from end of line by a comment to "?\s".
10865 2005-06-29  Stefan Monnier  <monnier@iro.umontreal.ca>
10867         * font-lock.el (save-buffer-state): Use `declare'.
10869         * progmodes/cperl-mode.el (cperl-find-pods-heres): Don't gratuitously
10870         reset the syntax-table to cperl-mode-syntax-table.
10871         (cperl-mode): Make _ into word-syntax during font-locking so "print" in
10872         "foo_print_bar" is not matched as a reserved keyword.
10874 2005-06-29  Carsten Dominik  <dominik@science.uva.nl>
10876         * textmodes/org.el (orgtbl-setup): New function, for delayed
10877         setup for the orgtbl commands.
10878         (org-calc-default-modes): New option.
10879         (orgtbl-make-binding): Use `defun' to get better help display.
10880         (org-diary): Call `org-compile-prefix-format'.
10881         (org-table-formula-substitute-names): New function.
10882         (org-agenda-day-view, org-agenda-week-view): New commands.
10883         (org-agenda-toggle-week-view): Command removed.
10884         (org-tbl-menu): Split off from org-org-menu.
10885         (org-mode): Move removal of outline-mode menus to here.
10886         (org-table-formula-debug): New option.
10887         (org-table-insert-row): Keep first field if just "#" or "*".
10888         (org-mode): Paragraph regexps fixed.
10889         (org-table-recalculate-regexp): New constant.
10890         (org-table-justify-field-maybe): Avoid replace if not necessary.
10891         (org-copy-special, org-cut-special): Use `call-interactively'.
10892         (org-table-copy-region): Take region from `interactive' call.
10893         (org-trim): Return string even if no match.
10894         (org-formula): New face.
10895         (org-set-font-lock-defaults): No longer highlight "FIXME".
10896         But highlight formula-related fields in table.
10897         (org-table-p): Use regexp, not fontification.
10898         (org-table-align): Handle white space at end of line.
10899         (org-table-formula-evaluate-inline): New option.
10900         (org-mode): Auto-wrapping in comment lines turned off.
10901         (org-table-copy-down): Evaluate only in copied field, not in
10902         destination.
10903         (org-table-current-formula): Variable removed.
10904         (org-table-store-formulas, org-table-get-stored-formulas)
10905         (org-table-modify-formulas, org-table-replace-in-formulas)
10906         (org-table-maybe-eval-formula): New functions.
10907         (org-table-get-formula): Modify to use stored formulas.
10908         (org-table-insert-column, org-table-delete-column)
10909         (org-table-move-column): Call `org-table-modify-formulas'.
10910         (org-complete): Add completion for keyword formulas.
10911         (orgtbl-mode): Pull orgtbl-mode-map to start of
10912         minor-mode-map-alist.
10914 2005-06-29  Stefan Monnier  <monnier@iro.umontreal.ca>
10916         * progmodes/python.el (python-check): Require `compile' before
10917         modifying its variables.
10919         * newcomment.el (comment-indent-default): Don't get fooled by an early
10920         end of buffer.
10922 2005-06-28  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
10924         * ps-print.el (ps-print-version): Fix version number.
10926 2005-06-28  Luc Teirlinck  <teirllm@auburn.edu>
10928         * textmodes/ispell.el (ispell-word): Remove stray parenthesis.
10930 2005-06-28  Richard M. Stallman  <rms@gnu.org>
10932         * textmodes/flyspell.el (flyspell-use-local-map): Variable deleted.
10933         (flyspell-local-mouse-map): Declaration deleted.
10934         (flyspell-mouse-map): Bind only mouse-2.
10935         (flyspell-mode-map): Don't test flyspell-use-local-map.
10936         (flyspell-overlay-keymap-property-name): Var deleted.
10937         (flyspell-mode-on): Don't make local bindings for
10938         flyspell-mouse-map and flyspell-mode-map.
10939         (make-flyspell-overlay): Unconditionally put on `keymap' text prop.
10941         * textmodes/ispell.el (ispell-word): Do not ignore short words.
10943         * progmodes/compile.el (compilation-next-error-function):
10944         Don't switch buffers; operate on the current buffer.
10946         * progmodes/compile.el (compilation-error-file-name)
10947         (compilation-warning-file-name, compilation-info-file-name)
10948         (compilation-line-number, compilation-column-number): New faces.
10949         (compilation-error-face, compilation-warning-face)
10950         (compilation-info-face, compilation-line-face)
10951         (compilation-column-face): Use them.
10953         * facemenu.el (facemenu-add-face): Warn when font-lock is active.
10955         * comint.el (comint-password-prompt-regexp): Accept ", try again".
10957         * bindings.el (global-map): Bind insertchar and its variants.
10959 2005-06-27  Richard M. Stallman  <rms@gnu.org>
10961         * textmodes/artist.el (artist-text-overwrite)
10962         (artist-figlet-get-extra-args, artist-text-see-thru): Use read-string.
10964 2005-06-27  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
10966         * ps-print.el: It was not working the page selection for printing.
10967         Reported by Sebastian Tennant <sebyte@smolny.plus.com>.
10968         (ps-print-version): New version 6.6.7.
10969         (ps-end-sheet): New fun.
10970         (ps-header-sheet, ps-end-job): Call it.
10972 2005-06-27  Luc Teirlinck  <teirllm@auburn.edu>
10974         * subr.el (add-to-list, add-to-ordered-list): Doc fixes.
10976 2005-06-27  Lute Kamstra  <lute@gnu.org>
10978         * facemenu.el (facemenu-unlisted-faces): Add foreground and
10979         background color faces.
10980         (facemenu-get-face): Delete function.
10981         (facemenu-set-face-from-menu): Don't call facemenu-get-face.
10982         (facemenu-add-new-color): Make second argument mandatory.
10983         Create the appropriate face and return it.  Simplify.
10984         (facemenu-set-foreground, facemenu-set-background): Don't check if
10985         color is defined.  Use return value of facemenu-add-new-color.
10987 2005-06-26  Nick Roberts  <nickrob@snap.net.nz>
10989         * progmodes/gud.el (gud-filter): Add missing argument to
10990         with-selected-window.
10992 2005-06-26  Stefan Monnier  <monnier@iro.umontreal.ca>
10994         * emacs-lisp/easy-mmode.el (define-minor-mode): Don't automatically add
10995         a :require to the defcustom.
10997         * emacs-lisp/autoload.el (make-autoload): Add the :setter for
10998         defcustoms corresponding to minor modes.
11000 2005-06-26  David Ponce  <david@dponce.com>
11002         * recentf.el: Require tree-widget instead of wid-edit.
11003         (recentf-filename-handler): Fix widget :type.
11004         (recentf-cancel-dialog, recentf-open-more-files)
11005         (recentf-open-files-action): Doc fix.
11006         (recentf-dialog-goto-first): New function.
11007         (recentf-dialog-mode-map): Set parent keymap first.
11008         (recentf-dialog-mode): Define with define-derived-mode.
11009         Don't display continuation lines in dialogs.
11010         (recentf-edit-list): Rename from recentf-edit-selected-items.
11011         (recentf-edit-list-select): Rename from recentf-edit-list-action.
11012         Simplify.
11013         (recentf-edit-list-validate): New function.
11014         (recentf-edit-list): Update accordingly.
11015         (recentf-open-files-item-shift): Remove.
11016         (recentf-open-files-item): Convert menu elements into tree and
11017         link widgets.  Don't create the widgets.
11018         (recentf-open-files): Update accordingly.
11019         (recentf-save-list): Untabify.
11021 2005-06-25  Luc Teirlinck  <teirllm@auburn.edu>
11023         * replace.el (keep-lines-read-args): Add INTERACTIVE arg.
11024         (keep-lines): Add INTERACTIVE arg.  Never delete lines only
11025         partially contained in the active region.  Do not take active
11026         region into account when called from Lisp, unless INTERACTIVE arg
11027         is non-nil.  Use `forward-line' instead of `beginning-of-line' to
11028         avoid trouble with fields.  Make marker point nowhere when no
11029         longer used.  Always return nil.  Doc fix.
11030         (flush-lines): Add INTERACTIVE arg.  Do not take active region
11031         into account when called from Lisp, unless INTERACTIVE arg is
11032         non-nil.  Use `forward-line' instead of `beginning-of-line' to
11033         avoid trouble with fields.  Make marker point nowhere when no
11034         longer used.  Always return nil.  Doc fix.
11035         (how-many): Add INTERACTIVE arg.  Make RSTART and REND args
11036         interchangeable.  Do not take active region into account when
11037         called from Lisp, unless INTERACTIVE arg is non-nil.  Do not print
11038         message in echo area when called from Lisp, unless INTERACTIVE arg
11039         is non-nil.  Avoid saying "1 occurrences".  Do not use markers.
11040         Return the number of matches.  Doc fix.
11041         (occur): Doc fix.
11042         (perform-replace): Make comment follow double space convention for
11043         the sake of `outline-minor-mode'.
11045         * faces.el (facep): Doc fix.
11047 2005-06-25  Richard M. Stallman  <rms@gnu.org>
11049         * facemenu.el (facemenu-enable-faces-p): New function.
11050         (facemenu-background-menu, facemenu-foreground-menu)
11051         (facemenu-face-menu): Add menu-enable property.
11053         * jka-compr.el (jka-compr-insert-file-contents):
11054         Special handling if cannot find the uncompression program.
11056         * cus-face.el (custom-face-attributes): Add autoload.
11058         * emacs-lisp/lisp-mode.el (lisp-mode-variables):
11059         Bind comment-indent-function locally.
11061         * window.el (save-selected-window): Use save-current-buffer.
11063         * subr.el (with-selected-window): Use save-current-buffer.
11065         * progmodes/gud.el (gud-filter): Simplify using with-selected-window
11066         and with-current-buffer.
11068 2005-06-24  Richard M. Stallman  <rms@gnu.org>
11070         * simple.el (line-move-1): Fix previous change.
11072 2005-06-24  Juanma Barranquero  <lekktu@gmail.com>
11074         * replace.el (occur-1): Set `buffer-read-only' and the
11075         buffer-modified flag before running `occur-hook' to protect
11076         against unintentional buffer switches that can lead to data loss.
11078 2005-06-24  Nick Roberts  <nickrob@snap.net.nz>
11080         * progmodes/gud.el (gud-tooltip-print-command): Indent properly.
11081         (gud-gdb-marker-filter): Use font-lock-warning-face for any
11082         initial error.
11084         * progmodes/gdb-ui.el (gdb-send): Remove warning face from errors
11085         after fresh input.
11086         (gdb-var-create-handler): Put name of expression in quotes.
11088 2005-06-23  Luc Teirlinck  <teirllm@auburn.edu>
11090         * emacs-lisp/ring.el (ring-elements): Make it return a list of the
11091         elements of RING in order, and without bogus nil elements.
11093 2005-06-23  Richard M. Stallman  <rms@gnu.org>
11095         * simple.el (set-variable): Args renamed; doc fix.
11096         (line-move-1): When there are overlays around, use vertical-motion.
11098         * faces.el (escape-glyph): Use brown against light background.
11099         (nobreak-space): Rename from no-break-space.
11100         Fix previous change.
11102         * dired-aux.el (dired-do-copy): Fix arg prompt.
11104         * mail/sendmail.el (mail-setup-with-from): Fix custom type.
11106 2005-06-23  Glenn Morris  <gmorris@ast.cam.ac.uk>
11108         * mail/emacsbug.el (report-emacs-bug): Use "X server distributor"
11109         rather than "Distributor".
11111 2005-06-23  Lute Kamstra  <lute@gnu.org>
11113         * emacs-lisp/debug.el (debugger-special-form-p): New defun.
11114         (debug-on-entry): Use it.  New interactive declaration that uses
11115         function-called-at-point.
11117 2005-06-23  Kim F. Storm  <storm@cua.dk>
11119         * subr.el (save-match-data): Add comment about using evaporate arg
11120         to set-match-data.
11122 2005-06-22  Glenn Morris  <gmorris@ast.cam.ac.uk>
11124         * cus-edit.el (customize-face)
11125         (customize-face-other-window): Handle face aliases.
11127         * faces.el (face-documentation, set-face-attribute)
11128         (face-spec-set): Handle face aliases.
11130 2005-06-22  Juanma Barranquero  <lekktu@gmail.com>
11132         * help-mode.el (help-make-xrefs): If a symbol representing a face
11133         name is not followed by the word "face", it could still be a
11134         function or variable name, so don't bypass other checks.
11136 2005-06-22  Juri Linkov  <juri@jurta.org>
11138         * ps-print.el (ps-face-foreground-name, ps-face-background-name):
11139         Replace aliased functions with calls where second arg `inherit' is t.
11141 2005-06-22  Nick Roberts  <nickrob@snap.net.nz>
11143         * progmodes/gdb-ui.el (gdb-error): New variable.
11144         (gdb-error): New function.
11145         (gdb-annotation-rules): Act on error-begin and error annotations.
11146         (gdb-concat-output): Use font-lock-warning-face for errors.
11148 2005-06-22  Miles Bader  <miles@gnu.org>
11150         * bindings.el (propertized-buffer-identification): Use renamed
11151         `Buffer-menu-buffer' face.
11153         * faces.el (vertical-border): Rename from `vertical-divider'.
11154         (escape-glyph): Change dark-background color back to `cyan'.
11156 2005-06-21  Juri Linkov  <juri@jurta.org>
11158         * faces.el (face-user-default-spec): Try getting `customized-face'
11159         prior to `saved-face'.
11160         (frame-background-mode): Refill docstring.
11162         * emacs-lisp/lisp-mode.el (eval-defun-1):
11163         * emacs-lisp/edebug.el (edebug-eval-defun):
11164         Set `saved-face' temporarily to nil before calling form.
11165         Set `customized-face' to the new spec after that.
11167 2005-06-21  Juanma Barranquero  <lekktu@gmail.com>
11169         * subr.el (1value, lambda, key-substitution-in-progress):
11170         Doc fixes.
11172         * autoinsert.el (auto-insert-alist):
11173         * ses.el (ses-call-printer):
11174         * subr.el (noreturn):
11175         * emacs-lisp/lisp.el (check-parens):
11176         * emacs-lisp/byte-opt.el (byte-optimize-pure-func):
11177         * net/browse-url.el (browse-url-mosaic):
11178         * progmodes/cc-defs.el (c-safe-scan-lists):
11179         * progmodes/ebnf-abn.el (ebnf-abn-lex):
11180         * progmodes/ebnf-bnf.el (ebnf-bnf-lex):
11181         * progmodes/ebnf-dtd.el (ebnf-dtd-lex):
11182         * progmodes/ebnf-ebx.el (ebnf-ebx-lex):
11183         * progmodes/ebnf-iso.el (ebnf-iso-lex):
11184         * progmodes/ebnf-yac.el (ebnf-yac-lex): Fix spellings.
11186 2005-06-21  Reiner Steib  <Reiner.Steib@gmx.de>
11188         * pcvs-defs.el (cvs-menu): Add cvs-mode-mark and cvs-mode-unmark.
11190 2005-06-21  Glenn Morris  <gmorris@ast.cam.ac.uk>
11192         * calendar/appt.el (appt-make-list): Activate the package, if
11193         not already active (for backwards compatibility).
11195 2005-06-20  Kim F. Storm  <storm@cua.dk>
11197         * subr.el (add-to-ordered-list): Test membership with eq.  Simplify.
11199 2005-06-20  Miles Bader  <miles@gnu.org>
11201         * faces.el (vertical-divider): New face.
11203 2005-06-20  Juanma Barranquero  <lekktu@gmail.com>
11205         * simple.el (kill-whole-line): Doc fix.
11206         (next-error-buffer-p, next-error-find-buffer)
11207         (clone-indirect-buffer): Fix typos in docstrings.
11208         (comment-line-break-function): Doc fix: don't say variable
11209         is automatically buffer-local (it isn't).
11211 2005-06-19  Michael Albinus  <michael.albinus@gmx.de>
11213         * net/tramp-ftp.el (top):
11214         * net/tramp-smb.el (top):
11215         * net/tramp-util.el (top):
11216         * net/tramp-uu.el (top):
11217         * net/tramp-vc.el (top):
11218         * net/tramp.el (top): Revert copyright years back to original
11219         ones.  Tramp has a life outside GNU Emacs.
11221 2005-06-19  Nick Roberts  <nickrob@snap.net.nz>
11223         * tooltip.el (tooltip-use-echo-area): Don't make it obsolete.
11225 2005-06-18  Juri Linkov  <juri@jurta.org>
11227         * progmodes/grep.el (grep-regexp-alist): Use backreference at the
11228         end of first regexp to limit the match to the position between
11229         line number and source line with same separator character as used
11230         between file name and line number.  In the second regexp limit
11231         mouse-face area to file name and line number by adding new group
11232         for them and referring it in HYPERLINK arg.
11233         (grep-regexp-alist, grep-mode-font-lock-keywords): Use shy group.
11234         (grep-mode): Set font-lock-lines-before to 0 to not refontify the
11235         previous line where grep markers may be already removed.
11237 2005-06-18  Peter Kleiweg  <p.c.j.kleiweg@rug.nl>
11239         * progmodes/ps-mode.el: Update version and maintainer's email address.
11241 2005-06-18  Steve Youngs  <steve@xemacs.org>
11243         * net/browse-url.el (browse-url-browser-function)
11244         (browse-url-default-browser): Add firefox.
11245         (browse-url-firefox-program, browse-url-firefox-arguments)
11246         (browse-url-firefox-startup-arguments)
11247         (browse-url-firefox-new-window-is-tab): New defcustoms.
11248         (browse-url-firefox, browse-url-firefox-sentinel): New functions.
11250 2005-06-17  Richard M. Stallman  <rms@gnu.org>
11252         * startup.el (command-line): Warn if specified user name has
11253         no home directory.
11255         * term.el (term-get-old-input, term-input-filter, term-input-sender)
11256         (term-mode-hook, term-exec-hook, term-escape-char): Doc fixes.
11258         * longlines.el (longlines-mode, longlines-show-hard-newlines):
11259         Doc fixes.
11261         * faces.el (underline): Try bold if terminal doesn't support underline.
11263         * mail/sendmail.el (mail-setup-with-from): New variable.
11264         (mail-insert-from-field): New function.
11265         (sendmail-send-it): Call it.
11266         (mail-setup): Optionally call it here.
11268         * term/linux.el: Call tty-no-underline.
11270 2005-06-17  Luc Teirlinck  <teirllm@auburn.edu>
11272         * emacs-lisp/edebug.el (edebug-goto-here): Doc fix.
11274 2005-06-17  Miles Bader  <miles@gnu.org>
11276         * ediff-init.el (ediff-current-diff-A, ediff-current-diff-B)
11277         (ediff-current-diff-C, ediff-current-diff-Ancestor)
11278         (ediff-fine-diff-A, ediff-fine-diff-B, ediff-fine-diff-C)
11279         (ediff-fine-diff-Ancestor, ediff-even-diff-A, ediff-even-diff-B)
11280         (ediff-even-diff-C, ediff-even-diff-Ancestor, ediff-odd-diff-A)
11281         (ediff-odd-diff-B, ediff-odd-diff-C, ediff-odd-diff-Ancestor):
11282         Remove "-face" suffix from face names.
11283         (ediff-current-diff-face-A, ediff-current-diff-face-B)
11284         (ediff-current-diff-face-C, ediff-current-diff-face-Ancestor)
11285         (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
11286         (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
11287         (ediff-even-diff-face-A, ediff-even-diff-face-B)
11288         (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
11289         (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
11290         (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
11291         New backward-compatibility aliases for renamed faces.
11292         (ediff-current-diff-face-A, ediff-current-diff-face-B)
11293         (ediff-current-diff-face-C, ediff-current-diff-face-Ancestor)
11294         (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
11295         (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
11296         (ediff-even-diff-face-A, ediff-even-diff-face-B)
11297         (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
11298         (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
11299         (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
11300         Use renamed ediff faces.
11302         * eshell/esh-test.el (eshell-test-ok, eshell-test-failed):
11303         Remove "-face" suffix from face names.
11304         (eshell-test-ok-face, eshell-test-failed-face):
11305         New backward-compatibility aliases for renamed faces.
11306         (eshell-run-test): Use renamed eshell-test faces.
11308         * eshell/em-prompt.el (eshell-prompt): Remove "-face" suffix from
11309         face name.
11310         (eshell-prompt-face): New backward-compatibility alias for renamed
11311         face.
11312         (eshell-emit-prompt): Use renamed eshell-prompt face.
11314         * eshell/em-ls.el (eshell-ls-directory, eshell-ls-symlink)
11315         (eshell-ls-executable, eshell-ls-readonly, eshell-ls-unreadable)
11316         (eshell-ls-special, eshell-ls-missing, eshell-ls-archive)
11317         (eshell-ls-backup, eshell-ls-product, eshell-ls-clutter):
11318         Remove "-face" suffix from face names.
11319         (eshell-ls-directory-face, eshell-ls-symlink-face)
11320         (eshell-ls-executable-face, eshell-ls-readonly-face)
11321         (eshell-ls-unreadable-face, eshell-ls-special-face)
11322         (eshell-ls-missing-face, eshell-ls-archive-face)
11323         (eshell-ls-backup-face, eshell-ls-product-face)
11324         (eshell-ls-clutter-face):
11325         New backward-compatibility aliases for renamed faces.
11326         (eshell-ls-decorated-name): Use renamed eshell-ls faces.
11328         * progmodes/cc-fonts.el (c-nonbreakable-space-face):
11329         Remove "-face" suffix from face name.
11330         (c-cpp-matchers): Use the variable `c-nonbreakable-space-face'
11331         instead of literal face.
11333 2005-06-17  Juanma Barranquero  <lekktu@gmail.com>
11335         * emacs-lisp/warnings.el (display-warning, lwarn)
11336         (warning-minimum-log-level): Doc fixes.
11337         (warning-minimum-level, warning-minimum-log-level):
11338         Add :debug to :type choices.
11340         * progmodes/ada-mode.el (ada-format-paramlist)
11341         (ada-get-indent-case, ada-check-matching-start)
11342         (ada-check-defun-name, ada-goto-matching-decl-start)
11343         (ada-goto-matching-start, ada-goto-matching-end, ada-tab)
11344         (ada-untab, ada-move-to-start, ada-fill-comment-paragraph)
11345         (ada-make-subprogram-body): Follow error conventions.
11346         (ada-case-exception-file, ada-indent-comment-as-code)
11347         (ada-indent-handle-comment-special, ada-indent-renames)
11348         (ada-indent-return, ada-search-directories-internal)
11349         (ada-tab-policy, ada-case-exception-substring)
11350         (ada-other-file-alist, ada-matching-start-re)
11351         (ada-matching-decl-start-re, ada-contextual-menu-last-point)
11352         (ada-imenu-generic-expression, ada-compile-goto-error)
11353         (ada-in-comment-p, ada-in-string-p, ada-in-string-or-comment-p)
11354         (ada-popup-menu, ada-add-extensions, ada-mode)
11355         (ada-region-selected, ada-create-case-exception)
11356         (ada-create-case-exception-substring, ada-after-keyword-p)
11357         (ada-activate-keys-for-case, ada-adjust-case-region)
11358         (ada-adjust-case-buffer, ada-format-paramlist)
11359         (ada-scan-paramlist, ada-insert-paramlist)
11360         (ada-indent-newline-indent)
11361         (ada-indent-newline-indent-conditional)
11362         (ada-justified-indent-current, ada-goto-previous-word)
11363         (ada-indent-current, ada-get-indent-open-paren)
11364         (ada-get-indent-paramlist, ada-get-indent-end)
11365         (ada-get-indent-case, ada-get-indent-when, ada-get-indent-if)
11366         (ada-get-indent-block-start, ada-get-indent-subprog)
11367         (ada-get-indent-noindent, ada-get-indent-label)
11368         (ada-get-indent-loop, ada-get-indent-type, ada-goto-stmt-start)
11369         (ada-search-prev-end-stmt, ada-goto-next-non-ws)
11370         (ada-goto-stmt-end, ada-goto-next-word)
11371         (ada-check-matching-start, ada-check-defun-name)
11372         (ada-goto-matching-decl-start, ada-goto-matching-start)
11373         (ada-goto-matching-end, ada-search-ignore-string-comment)
11374         (ada-in-decl-p, ada-looking-at-semi-or)
11375         (ada-looking-at-semi-private, ada-in-paramlist-p)
11376         (ada-in-open-paren-p, ada-tab, ada-indent-current-function)
11377         (ada-untab-hard, ada-move-to-start, ada-move-to-end)
11378         (ada-next-procedure, ada-previous-procedure, ada-next-package)
11379         (ada-previous-package, ada-create-menu)
11380         (ada-fill-comment-paragraph-justify)
11381         (ada-fill-comment-paragraph-postfix, ada-fill-comment-paragraph)
11382         (ada-other-file-name, ada-last-which-function-line)
11383         (ada-last-which-function-subprog, ada-which-function)
11384         (ada-get-body-name, ada-outline-level, ada-narrow-to-defun)
11385         (ada-gen-treat-proc, ada-check-emacs-version)
11386         (ada-continuation-indent, ada-align-region-separate):
11387         Fix typos in docstrings.
11388         (ada-adjust-case, ada-adjust-case-interactive): Doc fixes.
11390 2005-06-16  Lute Kamstra  <lute@gnu.org>
11392         * simple.el (fundamental-mode): Run after-change-major-mode-hook
11393         conditionally.
11395 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
11397         * comint.el (comint-replace-by-expanded-filename)
11398         (comint-prompt-regexp, comint-delimiter-argument-list)
11399         (comint-preinput-scroll-to-bottom):
11400         * info.el (Info-hide-cookies-node):
11401         * ls-lisp.el (ls-lisp-classify):
11402         * find-file.el (ff-search-directories, ff-special-constructs)
11403         (ff-find-other-file):
11404         * font-lock.el (font-lock-keywords):
11405         * shell.el (shell-prompt-pattern)
11406         (shell-dynamic-complete-functions, shell-mode)
11407         (shell-delimiter-argument-list):
11408         * term.el (term-replace-by-expanded-filename)
11409         (term-prompt-regexp, term-delimiter-argument-list):
11410         * woman.el (woman-ignore, woman0-if):
11411         * emacs-lisp/derived.el (derived-mode-init-mode-variables):
11412         * emacs-lisp/elint.el (elint-init-env):
11413         * emacs-lisp/regexp-opt.el (regexp-opt-depth):
11414         * eshell/esh-mode.el (eshell-preinput-scroll-to-bottom):
11415         * language/ethio-util.el (ethio-tilde-escape)
11416         (ethio-use-three-dot-question):
11417         * net/zone-mode.el (zone-mode-load-time-setup):
11418         * progmodes/cc-align.el (c-lineup-argcont):
11419         * progmodes/cc-awk.el (c-awk-beginning-of-defun):
11420         * progmodes/cperl-mode.el (cperl-set-style-back):
11421         * progmodes/inf-lisp.el (inferior-lisp-prompt):
11422         * progmodes/vhdl-mode.el (vhdl-beginning-of-libunit):
11423         Fix spellings in docstrings.
11425         * textmodes/sgml-mode.el (sgml-calculate-indent, html-tag-help):
11426         * progmodes/modula2.el (m2-for): Fix spellings.
11428         * menu-bar.el (menu-bar-games-menu): Fix typo in menu help string.
11430         * simple.el (undo-more): Don't use `format' on `error' arguments.
11431         Improve argument/docstring consistency.
11432         (pending-undo-list): Doc fix.
11434         * smerge-mode.el (smerge-ensure-match):
11435         * emulation/vip.el (vip-ex):
11436         * net/zone-mode.el (zone-mode-update-serial):
11437         * progmodes/idlwave.el (idlwave-complete):
11438         * progmodes/vhdl-mode.el (vhdl-visit-file)
11439         (vhdl-compose-wire-components):
11440         Don't use `format' on `error' arguments.
11442         * tooltip.el (tooltip-start-delayed-tip, tooltip-timeout)
11443         (tooltip-use-echo-area, tooltip-process-prompt-regexp)
11444         (tooltip-help-tips): Fix typos in docstrings.
11446 2005-06-16  David Ponce  <david@dponce.com>
11448         * tree-widget.el (tree-widget-value-create): Simplify last change.
11450 2005-06-15  Matt Hodges  <MPHodges@member.fsf.org>
11452         * ido.el (ido-incomplete-regexp): New variable.
11453         (ido-set-matches-1): Handle invalid-regexp error and set
11454         ido-incomplete-regexp.
11455         (ido-incomplete-regexp): New face.
11456         (ido-completions): Use it.
11457         (ido-complete, ido-exit-minibuffer, ido-completions):
11458         Handle incomplete regexps.
11459         (ido-completions): Add check for complete match when entering a regexp.
11461 2005-06-15  Stefan Monnier  <monnier@iro.umontreal.ca>
11463         * subr.el (add-to-ordered-list): Use a weak hash-table to avoid leaks.
11465 2005-06-15  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
11467         * textmodes/bibtex.el (bibtex-Preamble): Enclose BibTeX preamble
11468         by field delimiters.
11470 2005-06-15  David Ponce  <david@dponce.com>
11472         * tree-widget.el: eval-and-compile inlined functions so they will
11473         be available at run-time too.
11474         (tree-widget-super-format-handler)
11475         (tree-widget-format-handler): Remove.
11476         (tree-widget-value-create): Handle the :indent property.
11478 2005-06-15  Miles Bader  <miles@gnu.org>
11480         * progmodes/which-func.el (which-func): Only inherit
11481         `font-lock-function-name-face' when that makes sense against the
11482         default mode-line face, otherwise set the face color explicitly.
11484         * progmodes/cperl-mode.el (cperl-init-faces): Use literal cperl
11485         faces instead of (non-existent) variables.
11487 2005-06-14  Stefan Monnier  <monnier@iro.umontreal.ca>
11489         * iswitchb.el (iswitchb-to-end): Replace mapcar with dolist.
11490         (iswitchb-get-matched-buffers): Likewise.  Simplify.
11492 2005-06-14  Miles Bader  <miles@gnu.org>
11494         * progmodes/ld-script.el (ld-script-location-counter):
11495         Remove "-face" suffix from face name.
11496         (ld-script-location-counter-face):
11497         New backward-compatibility alias for renamed face.
11498         (ld-script-location-counter-face): Use renamed face.
11500         * progmodes/cperl-mode.el (cperl-nonoverridable, cperl-array)
11501         (cperl-hash): Remove "-face" suffix from face names.
11502         (cperl-nonoverridable-face, cperl-array-face, cperl-hash-face):
11503         New backward-compatibility aliases for renamed faces.
11504         (cperl-find-pods-heres, cperl-init-faces, cperl-ps-print-init)
11505         (cperl-ps-print-face-properties): Use renamed cperl-mode faces.
11507         * progmodes/which-func.el (which-func): Remove "-face" suffix from face
11508         name.
11509         (which-func-face): New backward-compatibility alias for renamed face.
11510         (which-func-format): Use renamed which-func face.
11512         * progmodes/vhdl-mode.el (vhdl-prompt, vhdl-attribute, vhdl-enumvalue)
11513         (vhdl-function, vhdl-directive, vhdl-reserved-word)
11514         (vhdl-translate-off): Remove "-face" suffix and "font-lock-" from face
11515         names.
11516         (vhdl-speedbar-entity, vhdl-speedbar-architecture)
11517         (vhdl-speedbar-configuration, vhdl-speedbar-package)
11518         (vhdl-speedbar-library, vhdl-speedbar-instantiation)
11519         (vhdl-speedbar-subprogram, vhdl-speedbar-entity-selected)
11520         (vhdl-speedbar-architecture-selected)
11521         (vhdl-speedbar-configuration-selected)
11522         (vhdl-speedbar-package-selected)
11523         (vhdl-speedbar-instantiation-selected): Remove "-face" suffix from face
11524         names.
11525         (vhdl-font-lock-keywords-2, vhdl-font-lock-keywords-5):
11526         Use renamed faces.
11527         (vhdl-prompt-face, vhdl-attribute-face, vhdl-enumvalue-face)
11528         (vhdl-function-face, vhdl-directive-face, vhdl-reserved-words-face)
11529         (vhdl-translate-off-face): Variables renamed to remove "font-lock-".
11530         Use renamed faces.
11531         (syntax-alist): Don't use "font-lock-" or "-face" in generated face
11532         names.
11533         (vhdl-font-lock-init, vhdl-ps-print-settings): Use renamed faces.
11534         (vhdl-speedbar-insert-hierarchy, vhdl-speedbar-expand-entity)
11535         (vhdl-speedbar-expand-package, vhdl-speedbar-update-current-unit)
11536         (vhdl-speedbar-make-inst-line, vhdl-speedbar-make-pack-line)
11537         (vhdl-speedbar-make-subpack-line, vhdl-speedbar-make-subprogram-line)
11538         (vhdl-speedbar-item-info, vhdl-speedbar-check-unit): Use renamed faces.
11540         * progmodes/sh-script.el (sh-heredoc): Remove "-face" suffix from
11541         face name.
11542         (sh-heredoc-face): New backward-compatibility alias for renamed face.
11543         (sh-heredoc-face): Use renamed sh-heredoc face.
11545         * progmodes/idlw-help.el (idlwave-help-link):
11546         Remove "-face" suffix from face name.
11547         (idlwave-help-link-face):
11548         New backward-compatibility alias for renamed face.
11549         (idlwave-highlight-linked-completions): Use renamed idlwave-help faces.
11551         * progmodes/idlw-shell.el (idlwave-shell-bp-face)
11552         (idlwave-shell-disabled-bp): Remove "-face" suffix from face names.
11553         (idlwave-shell-bp-face, idlwave-shell-disabled-bp):
11554         New backward-compatibility aliases for renamed faces.
11555         (idlwave-shell-disabled-breakpoint-face)
11556         (idlwave-shell-breakpoint-face): Use renamed idlwave-shell faces.
11558         * progmodes/flymake.el (flymake-errline, flymake-warnline):
11559         Remove "-face" suffix from face names.
11560         (flymake-errline-face, flymake-warnline-face):
11561         New backward-compatibility aliases for renamed faces.
11562         (flymake-highlight-line): Use renamed flymake faces.
11564         * progmodes/ebrowse.el (ebrowse-tree-mark, ebrowse-root-class)
11565         (ebrowse-file-name, ebrowse-default, ebrowse-member-attribute)
11566         (ebrowse-member-class, ebrowse-progress):
11567         Remove "-face" suffix from face names.
11568         (ebrowse-tree-mark-face, ebrowse-root-class-face)
11569         (ebrowse-file-name-face, ebrowse-default-face)
11570         (ebrowse-member-attribute-face, ebrowse-member-class-face)
11571         (ebrowse-progress-face):
11572         New backward-compatibility aliases for renamed faces.
11573         (ebrowse-show-progress, ebrowse-show-file-name-at-point)
11574         (ebrowse-set-mark-props, ebrowse-draw-tree-fn)
11575         (ebrowse-draw-member-buffer-class-line, ebrowse-draw-member-long-fn)
11576         (ebrowse-draw-member-short-fn): Use renamed ebrowse faces.
11578         * progmodes/antlr-mode.el (antlr-default, antlr-keyword,
11579         antlr-syntax)
11580         (antlr-ruledef, antlr-tokendef, antlr-ruleref, antlr-tokenref)
11581         (antlr-literal): Remove "-face" suffix and "font-lock-" from face
11582         names.
11583         (antlr-font-lock-default-face, antlr-font-lock-keyword-face)
11584         (antlr-font-lock-syntax-face, antlr-font-lock-ruledef-face)
11585         (antlr-font-lock-tokendef-face, antlr-font-lock-ruleref-face)
11586         (antlr-font-lock-tokenref-face, antlr-font-lock-literal-face): New
11587         backward-compatibility aliases for renamed faces.
11588         (antlr-default-face, antlr-keyword-face, antlr-syntax-face)
11589         (antlr-ruledef-face, antlr-tokendef-face, antlr-ruleref-face)
11590         (antlr-tokenref-face, antlr-literal-face): Variables renamed to
11591         remove "font-lock-".  Use renamed antlr-mode faces.
11592         (antlr-font-lock-additional-keywords): Use renamed faces.  Replace
11593         literal face-names with face variable references.
11595         * buff-menu.el (Buffer-menu-buffer): Remove "-face" suffix from
11596         face name.
11597         (Buffer-menu-buffer-face): New backward-compatibility alias for
11598         renamed face.
11599         (list-buffers-noselect): Use renamed Buffer-menu-buffer face.
11601 2005-06-15  Daniel Pfeiffer  <occitan@esperanto.org>
11603         * progmodes/make-mode.el (makefile-space, makefile-makepp-perl):
11604         Eliminate "-face" suffix.
11605         (makefile-targets): Inherit from font-lock-function-name-face and
11606         eliminate "-face" suffix.
11607         (makefile-shell): Remove attributes and eliminate "-face" suffix.
11608         (makefile-*-font-lock-keywords): Append makefile-targets in rule
11609         actions, instead of prepending, to make it less visible.
11610         (makefile-previous-dependency, makefile-match-dependency):
11611         Don't match a target on a continuation line.
11613         * files.el (auto-mode-alist): Put Makefile in gmake mode.
11615 2005-06-15  Nick Roberts  <nickrob@snap.net.nz>
11617         * progmodes/gdb-ui.el (menu): Re-order menu items.
11618         (gdb-tooltip-print): Respect tooltip-use-echo-area.
11620         * progmodes/gud.el (tooltip-use-echo-area): Remove alias.
11621         Define in tooltip.el.
11622         (gud-tooltip-process-output): Respect tooltip-use-echo-area.
11623         (gud-tooltip-tips): Respect tooltip-use-echo-area and
11624         gud-tooltip-echo-area.
11626         * tooltip.el (tooltip-use-echo-area): Restore from gud.el for
11627         backward compatibility and make obsolete.
11628         (tooltip-help-tips): Use tooltip-use-echo-area.
11629         (tooltip-show-help-function): Rename to...
11630         (tooltip-show-help): ...this, because it is a function.
11631         (tooltip-mode, tooltip-help-message): Call tooltip-show-help.
11633 2005-06-14  Luc Teirlinck  <teirllm@auburn.edu>
11635         * emacs-lisp/edebug.el (edebug-all-defs, edebug-initial-mode)
11636         (edebug-print-length, edebug-print-level, edebug-print-circle)
11637         (edebug-modify-breakpoint, edebug-eval-last-sexp)
11638         (edebug-eval-print-last-sexp): Doc fixes.
11640 2005-06-14  Kim F. Storm  <storm@cua.dk>
11642         * ido.el (ido-mode): Make a new keymap every time we enable ido,
11643         as the coverage buffer/file/both may change.
11645 2005-06-14  Lute Kamstra  <lute@gnu.org>
11647         * net/ange-ftp.el (internal-ange-ftp-mode): Use delay-mode-hooks
11648         and run-mode-hooks.  Simplify.
11650         * mail/rmailedit.el (rmail-edit-mode):
11651         * progmodes/octave-inf.el (inferior-octave-mode):
11652         * progmodes/sql.el (sql-interactive-mode): Use delay-mode-hooks.
11654         * recentf.el (recentf-dialog-mode): Use kill-all-local-variables
11655         and run-mode-hooks.
11656         (recentf-edit-list, recentf-open-files): Don't call
11657         kill-all-local-variables directly.
11659         * emacs-lisp/debug.el (debug-on-entry): Fix docstring.
11661 2005-06-14  Juanma Barranquero  <lekktu@gmail.com>
11663         * emacs-lisp/byte-run.el (make-obsolete)
11664         (define-obsolete-function-alias): Rename arguments FUNCTION and
11665         NEW to OBSOLETE-NAME and CURRENT-NAME respectively.
11666         (make-obsolete-variable, define-obsolete-variable-alias):
11667         Rename arguments VARIABLE and NEW to OBSOLETE-NAME and CURRENT-NAME
11668         respectively.
11670         * isearchb.el (isearchb-activate):
11671         * pcvs.el (cvs-mode):
11672         * ses.el (ses-load):
11673         * vc-arch.el (vc-arch-checkin, vc-arch-diff):
11674         * net/tramp.el (tramp-find-file-exists-command)
11675         (tramp-find-shell):
11676         * progmodes/ada-mode.el (ada-create-case-exception)
11677         (ada-create-case-exception-substring, ada-make-subprogram-body):
11678         * progmodes/idlw-shell.el (idlwave-shell-move-to-bp):
11679         * progmodes/idlwave.el (idlwave-complete-class-structure-tag-help):
11680         * progmodes/vhdl-mode.el (vhdl-speedbar-place-component):
11681         * textmodes/org.el (org-promote, org-evaluate-time-range)
11682         (org-agenda-next-date-line, org-agenda-previous-date-line)
11683         (org-agenda-error, org-open-at-point, org-table-move-row)
11684         (org-format-table-table-html-using-table-generate-source)
11685         (org-shiftcursor-error, org-ctrl-c-ctrl-c):
11686         * textmodes/reftex.el (reftex-access-scan-info):
11687         * textmodes/reftex-toc.el (reftex-toc-dframe-p)
11688         (reftex-toc-promote-prepare): Follow error conventions.
11690         * diff-mode.el (diff-mode): Fix typo in docstring.
11692         * forms.el (forms--intuit-from-file): Fix reference to
11693         `forms-number-of-fields' in error message.
11694         (forms-print): Fix quoting in error message.
11696         * forms.el (forms-mode):
11697         * emulation/vi.el (vi-goto-insert-state):
11698         * progmodes/flymake.el (flymake-new-err-info)
11699         (flymake-start-syntax-check-for-current-buffer)
11700         (flymake-simple-cleanup):
11701         * eshell/esh-var.el (eshell/export):
11702         * progmodes/gud.el (xdb):
11703         * textmodes/flyspell.el (flyspell-incorrect-hook)
11704         (flyspell-maybe-correct-transposition)
11705         (flyspell-maybe-correct-doubling): Fix quoting in docstring.
11707 2005-06-13  Luc Teirlinck  <teirllm@auburn.edu>
11709         * emacs-lisp/debug.el (cancel-debug-on-entry): Mention default in
11710         minibuffer prompt.
11712 2005-06-13  Kim F. Storm  <storm@cua.dk>
11714         * subr.el (add-to-ordered-list): New defun.
11716         * emulation/cua-base.el (cua-mode): Use add-to-ordered-list to
11717         add cua--keymap-alist to emulation-mode-map-alists.
11719 2005-06-13  Stefan Monnier  <monnier@iro.umontreal.ca>
11721         * subr.el (complete-in-turn): New macro.
11722         (dynamic-completion-table, lazy-completion-table): Add debug info.
11724         * faces.el (read-face-name): Use complete-in-turn complete non-aliases
11725         in preference to face aliases.
11727         * textmodes/fill.el (fill-match-adaptive-prefix): New function.
11728         (fill-context-prefix): Use it to avoid guessing absurdly long prefixes.
11729         Remove unused vars `start' and `firstline'.
11730         (fill-nobreak-p): Fix line-move-invisible -> line-move-invisible-p.
11731         (justify-current-line, fill-individual-paragraphs): Remove unused vars.
11733 2005-06-13  Eli Zaretskii  <eliz@gnu.org>
11735         * cus-start.el (all): Don't complain about missing GTK-related
11736         variables, unless either `gtk' is boundp or this isn't a
11737         `windows-nt' build.
11739 2005-06-13  Lute Kamstra  <lute@gnu.org>
11741         * abbrev.el (edit-abbrevs-mode): Use kill-all-local-variables and
11742         run-mode-hooks.
11744         * ediff-mult.el (ediff-meta-mode):
11745         * ediff-util.el (ediff-mode): Use run-mode-hooks.
11747         * ledit.el (ledit-mode): Use delay-mode-hooks.
11749         * woman.el (woman-mode-line-format): Delete constant.
11750         (woman-mode-map): Initialize it properly.
11751         (woman-mode): Set mode-class property to special.
11752         Use delay-mode-hooks and run-mode-hooks.  Use the right keymap.
11753         Set major-mode and mode-name.  Don't set mode-line-format directly.
11754         (Man-getpage-in-background): Don't reference woman-mode-line-format.
11756         * emacs-lisp/debug.el (cancel-debug-on-entry): Make the empty
11757         string argument obsolete.
11759 2005-06-13  Carsten Dominik  <dominik@science.uva.nl>
11761         * textmodes/org.el (org-CUA-compatible): New option.
11762         (org-disputed-keys): New variable.
11763         (org-key): New function.
11764         (orgtbl-make-binding): Add docstring to the created function.
11765         (org-mode): Set paragraph start/separate regexps.
11766         (orgtbl-mode): Don't start `orgtbl-mode' in `org-mode' buffers.
11767         (org-archive-location, org-archive-mark-done)
11768         (org-archive-stamp-time): New options.
11769         (org-archive-subtree): New command.
11770         (org-fill-paragraph): New function.
11771         (org-mode): Set `fill-paragraph-function' to `org-fill-paragraph'.
11772         (org-fake-empty-table-line): Function removed.
11773         (org-format-org-table-html): Do not create empty table lines at
11774         separator lines.  Improved table header treatment.
11775         (org-link-format): New option.
11776         (org-make-link): New function.
11777         (org-insert-link, org-store-link): Use org-make-link.
11778         (org-open-file): Quote file name for shell command, to allow
11779         spaces in file names.
11780         (org-link-regexp): Fix bug with mailto link.
11781         (org-link-maybe-angles-regexp, org-protected-link-regexp):
11782         New constants.
11783         (org-export-as-html): Deal with the optional angles around a link.
11784         Better treatment of file: links.
11785         (org-open-at-point): Replace @{ and @} with < and >.
11786         (org-run-mode-hooks): Function removed.
11787         (org-agenda-mode): No longer use `org-run-mode-hooks'.
11789 2005-06-13  Nick Roberts  <nickrob@snap.net.nz>
11791         * progmodes/gdb-ui.el (gdb-registers-mode): Let gdbmi use
11792         MI command -data-list-register-values.
11793         (gdb-post-prompt): Indent properly.
11795 2005-06-13  Juanma Barranquero  <lekktu@gmail.com>
11797         * hilit-chg.el (highlight-changes-colors): Rename from
11798         `highlight-changes-colours'.
11799         (highlight-changes-colours): Keep as obsolete alias.
11800         (highlight-changes-face-list): Doc fix.
11801         (hilit-chg-make-list): Use `highlight-changes-colors'.
11803 2005-06-12  Mark A. Hershberger  <mah@everybody.org>
11805         * progmodes/cperl-mode.el (cperl-mode): Remove stray paren in
11806         defun-prompt-regexp.
11808 2005-06-12  Eli Zaretskii  <eliz@gnu.org>
11810         * loadup.el: Don't say we are dumping under 2 names on windows-nt
11811         and cygwin.
11813         * makefile.w32-in (bootstrap-clean-CMD, bootstrap-clean-SH):
11814         Don't use an old loaddefs.el, as in Makefile.in.
11816 2005-06-12  Lute Kamstra  <lute@gnu.org>
11818         * Makefile.in (bootstrap-prepare): Don't use an old loaddefs.el.
11820         * man.el (Man-mode-map): Initialize it properly.
11821         (Man-mode): Set mode-class property to special.
11823         * calendar/calendar.el (calendar-mode): Use run-mode-hooks.
11825 2005-06-11  Luc Teirlinck  <teirllm@auburn.edu>
11827         * menu-bar.el (menu-bar-make-toggle): Remove stray backslash.
11828         A newline is needed in the docstring there.
11830         * emacs-lisp/debug.el (debug-on-entry, cancel-debug-on-entry):
11831         Doc fixes.
11833 2005-06-11  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
11835         * printing.el: Doc fix.  The menubar is no more changed when printing
11836         is loaded, it only changes when pr-menu-bind or pr-update-menus is
11837         called.  Now, the menubar changing will work in Emacs 20, 21 and 22.
11838         (pr-version): New version number (6.8.4).
11839         (pr-menu-bind): New command.
11840         (pr-update-menus): Docstring and code fix.
11841         (pr-menu-print-item): Now is a global var in Emacs and XEmacs.
11842         Docstring fix.
11843         (pr-txt-printer-alist, pr-ps-printer-alist, pr-gv-command)
11844         (pr-gs-command, pr-gs-switches, pr-ps-utility-alist): Docstring fix.
11846 2005-06-11  Thien-Thi Nguyen  <ttn@gnu.org>
11848         * emacs-lisp/ewoc.el: Doc fixes for public funcs:
11849         "Returns" to "return", document useful return values, etc.
11851 2005-06-11  Alan Mackenzie  <acm@muc.de>
11853         * fill.el (fill-context-prefix): Try `adaptive-fill-function'
11854         BEFORE `adaptive-fill-regexp' when determining a fill prefix.
11855         (adaptive-file-function): Minor amendment to doc-string.
11857 2005-06-11  Frederik Fouvry  <fouvry@CoLi.Uni-SB.DE>
11859         * thumbs.el (thumbs-per-line, thumbs-thumbsdir-max-size)
11860         (thumbs-relief, thumbs-margin, thumbs-image-resizing-step):
11861         Fix :type--it is `integer', not `string'.
11863         * faces.el (modeline-highlight): Rename from (the erroneous)
11864         `modeline-higilight'.
11866 2005-06-11  Lute Kamstra  <lute@gnu.org>
11868         * emacs-lisp/edebug.el (edebug-eval-mode-map): Don't copy
11869         lisp-interaction-mode-map but make it the parent.
11870         (edebug-eval-mode): Use define-derived-mode.
11872 2005-06-11  Andreas Schwab  <schwab@suse.de>
11874         * bindings.el: Add binding of `ESC functionkey' for every
11875         `M-functionkey'.
11876         * hexl.el (hexl-mode-map): Likewise.
11878 2005-06-10  Michael Hotchin  <michael@hotchin.net>  (tiny change)
11880         * progmodes/compile.el (compilation-error-regexp-alist-alist)
11881         [msft]: update regexp for newer msft compilers.
11883 2005-06-10  Mark A. Hershberger  <mah@everybody.org>
11885         * xml.el (start-chars, xml-parse-dtd): Add the ability to skip
11886         ATTLIST portions of included DTDs.
11887         (xml-parse-dtd): Eliminate use of inefficient match-data.
11889 2005-06-10  Miles Bader  <miles@gnu.org>
11891         * play/mpuz.el (mpuz-unsolved, mpuz-solved, mpuz-trivial)
11892         (mpuz-text): Remove "-face" suffix from face names.
11893         (mpuz-unsolved-face, mpuz-solved-face, mpuz-trivial-face)
11894         (mpuz-text-face): New backward-compatibility aliases for renamed faces.
11895         (mpuz-create-buffer, mpuz-paint-digit): Use renamed mpuz faces.
11897         * play/gomoku.el (gomoku-O, gomoku-X):
11898         Remove "-face" suffix from face names.
11899         (gomoku-font-lock-O-face, gomoku-font-lock-X-face):
11900         New backward-compatibility aliases for renamed faces.
11901         (gomoku-font-lock-keywords): Use renamed gomoku faces.
11903 2005-06-10  Juanma Barranquero  <lekktu@gmail.com>
11905         * thumbs.el: Fixes for changes of 2005-06-09.
11906         (thumbs-thumbsdir): Force `thumbs-thumbsdir' to be interpretable
11907         as a directory.
11908         (thumbs-thumbname): Remove directory separator from format string;
11909         `thumbs-thumbsdir' now returns a valid directory name.
11910         (thumbs-temp-dir): New defsubst.
11911         (thumbs-temp-file, thumbs-resize-image, thumbs-modify-image):
11912         Use it.
11914         * cus-edit.el (minibuffer):
11915         * files.el (make-backup-file-name-function):
11916         * filesets.el (filesets-external-viewers):
11917         * hilit-chg.el (highlight-changes-colours)
11918         (highlight-changes-face-list, highlight-changes-rotate-faces):
11919         * ielm.el (ielm-dynamic-return, inferior-emacs-lisp-mode):
11920         * kmacro.el (kmacro-call-macro):
11921         * log-edit.el (log-edit-changelog-full-paragraphs):
11922         * mouse.el (mouse-1-click-follows-link):
11923         * skeleton.el (skeleton-autowrap):
11924         * subr.el (insert-for-yank-1):
11925         * tempo.el (tempo-insert-region):
11926         * terminal.el (terminal-emulator):
11927         * time.el (display-time-mail-face):
11928         * vc.el (vc-annotate):
11929         * vcursor.el (vcursor-copy-line):
11930         * woman.el (woman-bold-headings, woman-ignore)
11931         (woman-default-faces, woman-monochrome-faces):
11932         * calendar/todo-mode.el (todo-insert-threshold):
11933         * emulation/pc-select.el (pc-select-selection-keys-only)
11934         (pc-selection-mode):
11935         * emulation/vip.el (vip-find-char-forward):
11936         * emulation/viper-cmd.el (viper-find-char-forward):
11937         * international/mule-cmds.el
11938         (select-safe-coding-system-accept-default-p)
11939         (input-method-exit-on-invalid-key):
11940         * international/mule-diag.el (describe-coding-system):
11941         * international/ucs-tables.el (unify-8859-on-encoding-mode):
11942         * net/browse-url.el (browse-url-xterm-program):
11943         * obsolete/lazy-lock.el (lazy-lock-mode):
11944         * progmodes/cperl-mode.el (cperl-info-on-command-no-prompt)
11945         (cperl-mode):
11946         * progmodes/cpp.el (cpp-face-light-name-list)
11947         (cpp-face-dark-name-list):
11948         * progmodes/delphi.el (delphi-newline-always-indents):
11949         Fix spellings in docstrings.
11951         * ido.el (ido-mode, ido-file-extensions-order)
11952         (ido-default-file-method, ido-default-buffer-method)
11953         (ido-max-prospects, ido-slow-ftp-hosts, ido-setup-hook)
11954         (ido-decorations, ido-read-file-name-as-directory-commands)
11955         (ido-read-file-name-non-ido, ido-work-directory-list)
11956         (ido-ignore-item-temp-list, ido-current-directory)
11957         (ido-magic-forward-char, ido-enter-find-file)
11958         (ido-enter-switch-buffer, ido-visit-buffer, ido-switch-buffer)
11959         (ido-find-file, ido-read-buffer): Fix typos in docstrings.
11961 2005-06-10  Lute Kamstra  <lute@gnu.org>
11963         * play/dunnet.el (dun-mode): Use define-derived-mode.
11964         (dungeon-mode-map): Rename to dun-mode-map.  Keep old name as an
11965         obsolete alias.
11967         * play/doctor.el (doctor-mode-map): Remove defvar.
11968         (doctor-mode): Use define-derived-mode.
11970         * mail/mspools.el (mspools-mode):
11971         * net/eudc-hotlist.el (eudc-hotlist-mode):
11972         * play/blackbox.el (blackbox-mode): Use run-mode-hooks.
11974 2005-06-10  Miles Bader  <miles@gnu.org>
11976         * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
11977         Remove "-face" suffix from face names.
11978         (flyspell-incorrect-face, flyspell-duplicate-face):
11979         New backward-compatibility aliases for renamed faces.
11980         (flyspell-mode-on, make-flyspell-overlay)
11981         (flyspell-highlight-incorrect-region)
11982         (flyspell-highlight-duplicate-region)
11983         (flyspell-display-next-corrections)
11984         (flyspell-auto-correct-previous-word): Use renamed flyspell faces.
11986         * textmodes/texinfo.el (texinfo-heading): Remove "-face" suffix
11987         from face name.
11988         (texinfo-heading-face): New backward-compatibility alias for
11989         renamed face.
11990         (texinfo-heading-face): Use renamed texinfo-heading face.
11992         * textmodes/tex-mode.el (tex-math, tex-verbatim): Remove "-face"
11993         suffix from face names.
11994         (tex-math-face, tex-verbatim-face):
11995         New backward-compatibility aliases for renamed faces.
11996         (tex-math-face, tex-verbatim-face): Use renamed tex-mode faces.
11997         (tex-insert-quote): Use `tex-verbatim-face' variable instead of
11998         literal face name.
12000         * textmodes/table.el (table-cell): Remove "-face" suffix from face
12001         name.
12002         (table-cell-face): New backward-compatibility alias for renamed face.
12003         (table--put-cell-face-property, table--update-cell-face):
12004         Use renamed table-cell face.
12006         * textmodes/sgml-mode.el (sgml-namespace): Remove "-face" suffix
12007         from face name.
12008         (sgml-namespace-face): New backward-compatibility alias for
12009         renamed face.
12010         (sgml-namespace-face): Use renamed sgml-namespace face.
12012         * textmodes/org.el (org-level-1, org-level-2, org-level-3)
12013         (org-level-4, org-level-5, org-level-6, org-level-7)
12014         (org-level-8, org-warning, org-headline-done)
12015         (org-deadline-announce, org-scheduled-today)
12016         (org-scheduled-previously, org-link, org-done, org-table)
12017         (org-time-grid): Remove "-face" suffix from face names.
12018         (org-level-1-face, org-level-2-face, org-level-3-face)
12019         (org-level-4-face, org-level-5-face, org-level-6-face)
12020         (org-level-7-face, org-level-8-face, org-warning-face)
12021         (org-headline-done-face, org-deadline-announce-face)
12022         (org-scheduled-today-face, org-scheduled-previously-face)
12023         (org-link-face, org-done-face, org-table-face)
12024         (org-time-grid-face):
12025         New backward-compatibility aliases for renamed faces.
12026         (org-level-faces, org-set-font-lock-defaults, org-timeline)
12027         (org-agenda, org-agenda-get-todos, org-agenda-get-deadlines)
12028         (org-agenda-get-timestamps, org-agenda-get-scheduled)
12029         (org-agenda-add-time-grid-maybe, org-table-p): Use renamed org faces.
12031         * emulation/viper-init.el (viper-search, viper-replace-overlay)
12032         (viper-minibuffer-emacs, viper-minibuffer-insert)
12033         (viper-minibuffer-vi): Remove "-face" suffix from face names.
12034         (viper-search-face, viper-replace-overlay-face)
12035         (viper-minibuffer-emacs-face, viper-minibuffer-insert-face)
12036         (viper-minibuffer-vi-face):
12037         New backward-compatibility aliases for renamed faces.
12038         (viper-search-face, viper-replace-overlay-face)
12039         (viper-minibuffer-emacs-face, viper-minibuffer-insert-face)
12040         (viper-minibuffer-vi-face): Use renamed viper faces.
12042         * emacs-lisp/testcover.el (testcover-nohits, testcover-1value):
12043         Remove "-face" suffix from face names.
12044         (testcover-nohits-face, testcover-1value-face):
12045         New backward-compatibility aliases for renamed faces.
12046         (testcover-mark): Use renamed testcover faces.
12048         * calendar/diary-lib.el (diary-button): Remove "-face" suffix from
12049         face name.
12050         (diary-button-face): New backward-compatibility alias for renamed face.
12051         (diary-entry): Use renamed diary-button face.
12053         * calendar/calendar.el (diary, calendar-today, holiday)
12054         (mark-visible-calendar-date): Remove "-face" suffix from face names.
12055         (diary-face, calendar-today-face, holiday-face):
12056         New backward-compatibility aliases for renamed faces.
12057         (eval-after-load "facemenu", diary-entry-marker)
12058         (calendar-today-marker, calendar-holiday-marker, diary-face):
12059         Use renamed calendar faces.
12061         * compare-w.el (compare-windows): Remove "-face" suffix from face name.
12062         (compare-windows-face): New backward-compatibility alias for
12063         renamed face.
12064         (compare-windows-highlight): Use renamed compare-windows face.
12066         * strokes.el (strokes-char): Remove "-face" suffix from face name.
12067         (strokes-char-face): New backward-compatibility alias for renamed face.
12068         (strokes-encode-buffer): Use renamed strokes-char face.
12070         * pcvs-info.el (cvs-header, cvs-filename, cvs-unknown)
12071         (cvs-handled, cvs-need-action, cvs-marked, cvs-msg):
12072         Remove "-face" suffix from face names.
12073         (cvs-header-face, cvs-filename-face, cvs-unknown-face)
12074         (cvs-handled-face, cvs-need-action-face, cvs-marked-face)
12075         (cvs-msg-face): New backward-compatibility aliases for renamed faces.
12076         (cvs-fi-up-to-date-face, cvs-fi-unknown-face, cvs-fileinfo-pp):
12077         Use renamed pcvs faces.
12078         * pcvs.el (cvs-mode-find-file): Use renamed pcvs faces.
12079         * pcvs-defs.el (cvs-mode-map): Likewise.
12080         * cvs-status.el (cvs-status-font-lock-keywords): Likewise.
12082         * info.el (info-title-1, info-title-2, info-title-3)
12083         (info-title-4): Remove "-face" suffix from and downcase face names.
12084         (Info-title-1-face, Info-title-2-face, Info-title-3-face)
12085         (Info-title-4-face):
12086         New backward-compatibility aliases for renamed faces.
12087         (Info-fontify-node): Use renamed info faces.
12089         * hilit-chg.el (highlight-changes, highlight-changes-delete):
12090         Remove "-face" suffix from face names.
12091         (highlight-changes-face, highlight-changes-delete-face):
12092         New backward-compatibility aliases for renamed faces.
12093         (hilit-chg-cust-fix-changes-face-list, hilit-chg-make-ov)
12094         (hilit-chg-make-list): Use renamed highlight-changes faces.
12096         * generic-x.el (show-tabs-tab, show-tabs-space):
12097         Remove "-face" suffix from face names.
12098         (show-tabs-tab-face, show-tabs-space-face):
12099         New backward-compatibility aliases for renamed faces.
12100         (show-tabs-generic-mode-font-lock-defaults-1)
12101         (show-tabs-generic-mode-font-lock-defaults-2):
12102         Use renamed show-tabs faces.
12104         * smerge-mode.el (smerge-mine, smerge-other, smerge-base)
12105         (smerge-markers): Remove "-face" suffix from face names.
12106         (smerge-mine-face, smerge-other-face, smerge-base-face)
12107         (smerge-markers-face):
12108         New backward-compatibility aliases for renamed faces.
12109         (smerge-mine-face, smerge-other-face, smerge-base-face)
12110         (smerge-markers-face): Use renamed smerge faces.
12112         * log-view.el (log-view-file, log-view-message): Remove "-face"
12113         suffix from face names.
12114         (log-view-file-face, log-view-message-face):
12115         New backward-compatibility aliases for renamed faces.
12116         (log-view-file-face, log-view-message-face): Use renamed log-view
12117         faces.
12119         * paren.el (show-paren-match, show-paren-mismatch):
12120         Remove "-face" suffix from face names.
12121         (show-paren-match-face, show-paren-mismatch-face):
12122         New backward-compatibility aliases for renamed faces.
12123         (show-paren-function): Use renamed show-paren faces.
12125         * ruler-mode.el (ruler-mode-default, ruler-mode-pad)
12126         (ruler-mode-margins, ruler-mode-fringes)
12127         (ruler-mode-column-number, ruler-mode-fill-column)
12128         (ruler-mode-comment-column, ruler-mode-goal-column)
12129         (ruler-mode-tab-stop, ruler-mode-current-column): Remove "-face"
12130         suffix from face names.
12131         (ruler-mode-default-face, ruler-mode-pad-face)
12132         (ruler-mode-margins-face, ruler-mode-fringes-face)
12133         (ruler-mode-column-number-face, ruler-mode-fill-column-face)
12134         (ruler-mode-comment-column-face, ruler-mode-goal-column-face)
12135         (ruler-mode-tab-stop-face, ruler-mode-current-column-face):
12136         New backward-compatibility aliases for renamed faces.
12137         (ruler-mode-pad, ruler-mode-margins, ruler-mode-fringes)
12138         (ruler-mode-column-number, ruler-mode-fill-column)
12139         (ruler-mode-comment-column, ruler-mode-goal-column)
12140         (ruler-mode-tab-stop, ruler-mode-current-column)
12141         (ruler-mode-mouse-grab-any-column, ruler-mode-ruler): Use renamed
12142         faces.
12144         * whitespace.el (whitespace-highlight): Remove "-face" suffix from
12145         face name.
12146         (whitespace-highlight-the-space): Use renamed face.
12147         (whitespace-highlight-face): New backward-compatibility alias for
12148         renamed face.
12150         * woman.el (woman-italic, woman-bold, woman-unknown)
12151         (woman-addition, woman-symbol-face):
12152         Remove "-face" suffix from face names.
12153         (woman-italic-face, woman-bold-face, woman-unknown-face)
12154         (woman-addition-face):
12155         New backward-compatibility aliases for renamed faces.
12156         (woman-default-faces, woman-monochrome-faces, woman-man-buffer)
12157         (woman-decode-region, woman-replace-match)
12158         (woman-display-extended-fonts, woman-special-characters)
12159         (woman-font-alist, woman-change-fonts, woman2-TH, woman2-SH):
12160         Use renamed woman faces.
12162         * longlines.el (longlines-visible-face): Face removed.
12164         * diff-mode.el (diff-header, diff-file-header, diff-index)
12165         (diff-hunk-header, diff-removed, diff-added, diff-changed)
12166         (diff-function, diff-context, diff-nonexistent): Remove "-face"
12167         suffix from face names.
12168         (diff-header-face, diff-file-header-face, diff-index-face)
12169         (diff-hunk-header-face, diff-removed-face, diff-added-face)
12170         (diff-changed-face, diff-function-face, diff-context-face)
12171         (diff-nonexistent-face): New backward-compatibility aliases for
12172         renamed faces.
12173         (diff-header-face, diff-file-header-face)
12174         (diff-index, diff-index-face, diff-hunk-header)
12175         (diff-hunk-header-face, diff-removed, diff-removed-face)
12176         (diff-added, diff-added-face, diff-changed-face, diff-function)
12177         (diff-function-face, diff-context-face, diff-nonexistent)
12178         (diff-nonexistent-face): Use renamed diff-mode faces.
12180         * progmodes/compile.el (compilation-warning-face)
12181         (compilation-info-face): Remove "-face" suffix from face names.
12182         (compilation-warning-face, compilation-info-face):
12183         New backward-compatibility aliases for renamed faces.
12184         (compilation-warning-face, compilation-info-face):
12185         Use renamed compilation faces.
12187         * add-log.el (change-log-date, change-log-name)
12188         (change-log-email, change-log-file, change-log-list)
12189         (change-log-conditionals, change-log-function)
12190         (change-log-acknowledgement): Remove "-face" suffix from face names.
12191         (change-log-date-face, change-log-name-face)
12192         (change-log-email-face, change-log-file-face)
12193         (change-log-list-face, change-log-conditionals-face)
12194         (change-log-function-face, change-log-acknowledgement-face):
12195         New backward-compatibility aliases for renamed faces.
12196         (change-log-font-lock-keywords): Use renamed change-log faces.
12198         * cus-edit.el (custom-invalid, custom-rogue, custom-modified)
12199         (custom-set, custom-changed, custom-saved, custom-button)
12200         (custom-button-pressed, custom-documentation, custom-state)
12201         (custom-comment, custom-comment-tag, custom-variable-tag)
12202         (custom-variable-button, custom-face-tag, custom-group-tag-1)
12203         (custom-group-tag): Remove "-face" suffix from face names.
12204         (custom-magic-alist, custom-magic-value-create)
12205         (custom-group-sample-face-get, custom-mode): Use renamed custom faces.
12206         (custom-invalid-face, custom-rogue-face, custom-modified-face)
12207         (custom-set-face, custom-changed-face, custom-saved-face)
12208         (custom-button-face, custom-button-pressed-face)
12209         (custom-documentation-face, custom-state-face)
12210         (custom-comment-face, custom-comment-tag-face)
12211         (custom-variable-tag-face, custom-variable-button-face)
12212         (custom-face-tag-face, custom-group-tag-face-1)
12213         (custom-group-tag-face):
12214         New backward-compatibility aliases for renamed faces.
12216         * wid-edit.el (widget-documentation, widget-button)
12217         (widget-field, widget-single-line-field, widget-inactive)
12218         (widget-button-pressed): "-face" suffix removed from face names.
12219         (widget-documentation-face, widget-button-face)
12220         (widget-field-face, widget-single-line-field-face)
12221         (widget-inactive-face, widget-button-pressed-face):
12222         New backward-compatibility aliases for renamed faces.
12223         (widget-documentation-face, widget-button-face)
12224         (widget-button-pressed-face, widget-specify-field)
12225         (widget-specify-inactive): Use renamed widget faces.
12227 2005-06-10  Kenichi Handa  <handa@m17n.org>
12229         * term/x-win.el (x-clipboard-yank): Remove condition-case
12230         wrapping.
12232 2005-06-11  Kenichi Handa  <handa@m17n.org>
12234         * add-log.el (change-log-font-lock-keywords): Make the regexp for
12235         date lines stricter.
12237 2005-06-10  Zhang Wei  <id.brep@gmail.com>  (tiny change)
12239         * term/x-win.el (x-clipboard-yank): Use x-selection-value instead
12240         of x-get-selection.
12242 2005-06-10  Juanma Barranquero  <lekktu@gmail.com>
12244         * comint.el (comint-mode, comint-snapshot-last-prompt):
12245         * frame.el (frame-current-scroll-bars):
12246         * term.el (term-mode, term-check-proc, term-input-sender)
12247         (term-simple-send, term-extract-string, term-word)
12248         (term-match-partial-filename):
12249         * window.el (window-current-scroll-bars):
12250         * emulation/cua-base.el (cua-normal-cursor-color)
12251         (cua-read-only-cursor-color, cua-overwrite-cursor-color)
12252         (cua-global-mark-cursor-color):
12253         * mail/undigest.el (rmail-forward-separator-regex):
12254         Fix typos in docstrings.
12256         * comint.el (comint-check-proc, make-comint-in-buffer)
12257         (comint-source-default): Doc fixes.
12259         * term.el (term-send-string): Improve argument/docstring consistency.
12261 2005-06-09  Luc Teirlinck  <teirllm@auburn.edu>
12263         * comint.el (comint-send-input): Bind `inhibit-read-only' around
12264         call to `delete-region'.
12265         (comint-mode-hook): Do not enable Font Lock by default.
12267 2005-06-09  Lute Kamstra  <lute@gnu.org>
12269         * textmodes/ispell.el (ispell-menu-map-needed): flyspell-mode
12270         could be void.
12272 2005-06-09  Stefan Monnier  <monnier@iro.umontreal.ca>
12274         * emacs-lisp/debug.el (debugger-will-be-back): New var.
12275         (debug): Use it.
12276         (debugger-step-through, debugger-continue, debugger-jump)
12277         (debugger-return-value): Set it when needed.
12278         (debugger-make-xrefs, debugger-frame, debugger-frame-clear):
12279         Use inhibit-read-only.
12281 2005-06-09  Juanma Barranquero  <lekktu@gmail.com>
12283         * window.el (shrink-window-if-larger-than-buffer)
12284         (window-size-fixed): Fix typo in docstring.
12286         * thumbs.el: Don't set `auto-image-file-mode'.  Do not create the
12287         thumbnails directory on loading.
12288         (thumbs-conversion-program): Use `eq' to check the system type,
12289         not `equal'.
12290         (thumbs-temp-dir): Initialize to `temporary-file-directory',
12291         not "/tmp".  Fix docstring.
12292         (thumbs-thumbsdir): New function to return the thumbnails
12293         directory, creating it if needed.
12294         (thumbs-cleanup-thumbsdir, thumbs-thumbname): Use it.
12295         (thumbs-temp-file): Delete variable and make it into a function.
12296         (thumbs-resize-image, thumbs-modify-image): Use it.
12297         (thumbs-kill-buffer): Simplify.
12298         (thumbs-gensym): Defalias or duplicate CL `gensym'.
12299         (thumbs-resize-image, thumbs-resize-interactive): Fix typos in
12300         docstrings.
12302 2005-06-09  Kim F. Storm  <storm@cua.dk>
12304         * subr.el (save-match-data): Add RESEAT arg `evaporate' to
12305         set-match-data to free markers in match-data.
12307         * replace.el (replace-match-data): Pass RESEAT arg `t' to
12308         match-data to unchain markers in match-data.
12310 2005-06-08  Stefan Monnier  <monnier@iro.umontreal.ca>
12312         * emacs-lisp/debug.el (debug): Don't iconify if we know we'll re-enter
12313         the debugger immediately anyway.  Undo the 2005-06-06 change, rendered
12314         unnecessary now.
12316 2005-06-08  Richard M. Stallman  <rms@gnu.org>
12318         * emacs-lisp/easy-mmode.el (define-minor-mode): If BODY is empty,
12319         give the variable a doc string that doesn't say don't set it directly.
12321         * textmodes/ispell.el (ispell-check-version):
12322         Use match-string-no-properties.
12323         (ispell-region, ispell-buffer-local-parsing, ispell-buffer-local-dict)
12324         (ispell-buffer-local-words): Likewise.
12326         * progmodes/make-mode.el (makefile-shell-face): Make this a no-op
12327         except on terminals with enough colors to really display it.
12328         (makefile-dependency-regex): Delete spurious `bb'.
12330         * faces.el (escape-glyph): Use blue once again in last case.
12331         (no-break-space): Redefine so that it isn't invisible on a tty.
12333 2005-06-08  Kim F. Storm  <storm@cua.dk>
12335         * ido.el (ido-read-file-name): Fallback to read-file-name on C-f
12336         also when reading directory name.
12338 2005-06-08  Lute Kamstra  <lute@gnu.org>
12340         * textmodes/flyspell.el (flyspell-mode): Use define-minor-mode.
12341         (flyspell-mode-line-string): Remove autoload cookie.
12342         (flyspell-mode): Remove defvar.
12344 2005-06-07  Lute Kamstra  <lute@gnu.org>
12346         * textmodes/org.el (org-run-mode-hooks): New function.
12347         (org-agenda-mode): Use it.
12349 2005-06-07  David McCabe  <davemccabe@gmail.com>  (tiny change)
12351         * emacs-lisp/lisp-mode.el (defstruct): Set `doc-string-elt' property.
12353 2005-06-06  Stefan Monnier  <monnier@iro.umontreal.ca>
12355         * international/iso-cvt.el (iso-sgml2iso-trans-tab): Add NBSP.
12357 2005-06-06  Luc Teirlinck  <teirllm@auburn.edu>
12359         * font-lock.el (font-lock-add-keywords): Doc fix.
12361 2005-06-06  Stefan Monnier  <monnier@iro.umontreal.ca>
12363         * textmodes/tex-mode.el (tex-guess-mode): Add RequirePackage.
12364         (tex-compile-default): In the absence of any history, use the order in
12365         tex-compile-alist to choose the preferred command.
12366         (tex-compile-commands): Reorder a bit.
12368         * textmodes/flyspell.el (flyspell-auto-correct-binding)
12369         (flyspell-incorrect-face, flyspell-duplicate-face):
12370         Use (X)Emacs-agnostic code.
12371         (flyspell-mode-map): Don't overwrite at each load.  Remove code
12372         redundant with the subsequent add-minor-mode.  Merge Emacs and
12373         XEmacs code.
12374         (flyspell-word): Minor simplification.
12375         (flyspell-math-tex-command-p): Quieten the byte-compiler.
12376         (flyspell-external-point-words): Remove unused vars `size' and `start'.
12377         (flyspell-do-correct): Rename from flyspell-xemacs-correct.
12378         Merge the corresponding Emacs code.
12379         (flyspell-correct-word, flyspell-xemacs-popup):
12380         Use flyspell-do-correct.
12382         * emacs-lisp/debug.el (debug): Don't bury the buffer unless it's in
12383         a dedicated window.
12385         * international/latexenc.el (latexenc-find-file-coding-system):
12386         Undo part of last patch, to turn off a compiler warning.
12388 2005-06-06  Juri Linkov  <juri@jurta.org>
12390         * tmm.el (tmm-inactive, tmm-remove-inactive-mouse-face):
12391         Rename `tmm-inactive-face' to `tmm-inactive'.
12393 2005-06-06  Matt Hodges  <MPHodges@member.fsf.org>
12395         * iswitchb.el: Rename faces.
12397 2005-06-06  Kim F. Storm  <storm@cua.dk>
12399         * emulation/cua-base.el (cua-rectangle, cua-rectangle-noselect)
12400         (cua-global-mark): Remove -face suffix from face names.
12402         * emulation/cua-gmrk.el (cua--init-global-mark):
12403         Remove cua-global-mark face setup.
12405 2005-06-06  Richard M. Stallman  <rms@gnu.org>
12407         * progmodes/make-mode.el (makefile-dependency-regex): Handle whitespace
12408         just like other allowed characters.
12409         (makefile-match-dependency): Exclude leading and training whitespace
12410         from the range of regexp subexp 1.
12411         (makefile-macroassign-regex): Don't try to match the body,
12412         just the name of the macro being defined.
12414         * info.el (Info-read-node-name-2): New function.
12415         (Info-read-node-name-1): Use that.
12416         Add a completion-base-size-function property.
12418         * simple.el (completion-setup-function): Look for
12419         completion-base-size-function property of minibuffer-completion-table.
12421         * files.el (locate-file-completion): Doc fix.
12423         * printing.el: Don't call pr-update-menus; user must do that.
12425         * emacs-lisp/debug.el (debugger-window): New variable.
12426         (debug): Use debugger-window if it is set and still alive.
12427         Record debugger-window for next entry.
12429         * mail/supercite.el (sc-mail-glom-frame): Mark as risky.
12431 2005-06-06  Matthias F\e,Av\e(Brste  <slashdevslashnull@gmx.net>
12433         * files.el (hack-local-variables-confirm): New arg FLAG-TO-CHECK.
12434         (hack-one-local-variable, hack-local-variables)
12435         (hack-local-variables-prop-line): Pass that arg.
12437 2005-06-06  Kim F. Storm  <storm@cua.dk>
12439         * ido.el (ido-first-match, ido-only-match, ido-subdir)
12440         (ido-indicator): Remove -face suffix from face names.
12442 2005-06-06  Juri Linkov  <juri@jurta.org>
12444         * font-lock.el (font-lock-regexp-backslash)
12445         (font-lock-regexp-backslash-construct): New faces.
12446         (lisp-font-lock-keywords-2): Use new faces.  Match `?:' only
12447         after `('.  Add `while-no-input' to control structures.
12449         * faces.el (no-break-space, shadow): New faces.
12450         (escape-glyph): Use less loud colors pink2 and red4.
12452         * diff-mode.el (diff-context-face)
12453         * dired.el (dired-ignored)
12454         * rfn-eshadow.el (file-name-shadow)
12455         * tmm.el (tmm-inactive-face): Inherit from `shadow' face.
12457         * info.el (Info-title-1-face): Use green instead of yellow because
12458         bold yellow is not readable on light backgrounds.
12460         * progmodes/compile.el (compilation-start): Move `erase-buffer' up
12461         before selecting the desired mode to not spend time fontifying
12462         old contents.
12464 2005-06-06  Juanma Barranquero  <lekktu@gmail.com>
12466         * thumbs.el (thumbs-thumbsdir-max-size, thumbs-image-resizing-step)
12467         (thumbs-thumbsdir-auto-clean): Fix typos in docstrings.
12469         * ps-print.el (ps-default-fg, ps-default-bg):
12470         Fix typos in docstrings.
12472         * isearchb.el (isearchb): Don't pass a spurious second argument to
12473         `iswitchb-completions'.
12475 2005-06-05  Nick Roberts  <nickrob@snap.net.nz>
12477         * progmodes/gdb-ui.el (gdb-info-locals-handler): Use window point
12478         to preserve point.
12479         (gdb-find-file-hook): Add doc string.
12481         * progmodes/gud.el (gdb, gud-menu-map): Add command to evaluate
12482         C dereferenced pointer expression.
12483         (gud-tool-bar-map): Put it on the tool bar.  Re-order icons.
12485         * toolbar/gud-pstar.xpm, toolbar/gud-pstar.pbm: New files.
12487         * toolbar/gud-break.xpm, toolbar/gud-cont.xpm, toolbar/gud-down.xpm
12488         * toolbar/gud-finish.xpm, toolbar/gud-ni.xpm, toolbar/gud-n.xpm
12489         * toolbar/gud-print.xpm, toolbar/gud-remove.xpm, toolbar/gud-run.xpm
12490         * toolbar/gud-si.xpm, toolbar/gud-s.xpm, toolbar/gud-until.xpm
12491         * toolbar/gud-up.xpm, toolbar/gud-watch.xpm:
12492         Make background transparent.
12494 2005-06-04  Luc Teirlinck  <teirllm@auburn.edu>
12496         * font-lock.el (font-lock-add-keywords): Doc fix.  Comment change.
12497         (font-lock-remove-keywords): Doc fix.
12498         (font-lock-mode-major-mode): Compiler defvar.
12499         (font-lock-set-defaults): Use `font-lock-mode-major-mode'.
12501         * font-core.el (font-lock-mode-major-mode): Compiler defvar.
12502         (font-lock-mode): Update `font-lock-mode-major-mode'.
12503         (font-lock-set-defaults): Compiler defvar.
12504         (font-lock-default-function): Take `font-lock-mode-major-mode'
12505         into account.
12507         * emacs-lisp/easy-mmode.el (define-global-minor-mode): Make it
12508         keep track of which major mode it enabled the minor mode for.
12509         Use find-file-hook again.  Update docstring.
12511         * simple.el (eval-expression-print-level)
12512         (eval-expression-print-length, eval-expression-debug-on-error):
12513         Doc fixes.
12515 2005-06-04  Matt Hodges  <MPHodges@member.fsf.org>
12517         * iswitchb.el (iswitchb-single-match-face)
12518         (iswitchb-current-match-face, iswitchb-virtual-matches-face)
12519         (iswitchb-invalid-regexp-face): New faces.
12520         (iswitchb-completions): Use them.
12521         (iswitchb-use-faces): Rename from iswitchb-use-fonts, which is
12522         now marked as an obsolete alias.
12523         (iswitchb-read-buffer): Remove check for bound font variables.
12524         (iswitchb-invalid-regexp): New free variable.
12525         (iswitchb-get-matched-buffers): Catch invalid-regexp errors and
12526         set iswitchb-invalid-regexp.
12527         (iswitchb, iswitchb-complete, iswitchb-completions): Deal with
12528         invalid regexps.
12529         (iswitchb-completions): Add check for complete match when entering
12530         a regexp.
12531         (iswitchb-completions): Remove require-match argument.
12532         (iswitchb-exhibit): Fix caller.
12533         (iswitchb-common-match-inserted): New variable.
12534         (iswitchb-complete, iswitchb-completion-help): Use it.
12536 2005-06-04  David Reitter  <david.reitter@gmail.com>  (tiny change)
12538         * url-http.el (url-http-chunked-encoding-after-change-function):
12539         Use `url-http-debug' instead of `message'.
12541 2005-06-04  Thierry Emery  <thierry.emery@free.fr>  (tiny change)
12543         * url-http.el (url-http-parse-headers): Pass redirected URL as a
12544         callback argument.
12546 2005-06-04  Kim F. Storm  <storm@cua.dk>
12548         * simple.el (line-move): Only call sit-for when moving backwards.
12550         * ido.el (ido-make-merged-file-list-1): New defun split from
12551         ido-make-merged-file-list.
12552         (ido-make-merged-file-list): Bind throw-on-input around call to
12553         ido-make-merged-file-list-1.  Return input-pending-p if
12554         interrupted by more input available.
12555         (ido-read-internal): Handle input-pending-p return value from
12556         ido-make-merged-file-list.
12558 2005-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
12560         * textmodes/flyspell.el (flyspell-check-word-p): Simplify silly
12561         compatibility code.
12563         * international/latexenc.el (latexenc-find-file-coding-system):
12564         Don't inherit the EOL part of the coding-system from the
12565         tex-main buffer.  Fit within 80 columns.
12567 2005-06-03  Matt Hodges  <MPHodges@member.fsf.org>
12569         * tmm.el (tmm-inactive-face): New face.
12570         (tmm-remove-inactive-mouse-face): New function.
12571         (tmm-prompt, tmm-add-one-shortcut)
12572         (tmm-add-prompt, tmm-get-keymap): Make active menu items visible
12573         but not selectable.
12575 2005-06-03  Juanma Barranquero  <lekktu@gmail.com>
12577         * faces.el (face-equal): Improve argument/docstring consistency.
12579 2005-06-03  Daniel Pfeiffer  <occitan@esperanto.org>
12581         * progmodes/make-mode.el (makefile-targets-face)
12582         (makefile-shell-face, makefile-makepp-perl-face): Add :version.
12583         (makefile-bsdmake-dependency-regex)
12584         (makefile-makepp-rule-action-regex)
12585         (makefile-bsdmake-rule-action-regex): New constants.
12586         (makefile-makepp-mode, makefile-bsdmake-mode): Use them.
12588         * progmodes/compile.el (compilation-error-regexp-alist-alist):
12589         Allow (...) within `...' for makepp messages.
12591 2005-06-03  Michael Kifer  <kifer@cs.stonybrook.edu>
12593         * ediff-diff.el (ediff-same-contents): Eliminate CL-type functions.
12595         * ediff-mult.el (ediff-intersect-directories): Make sure that ".." and
12596         "." files are deleted from all file lists before comparison.
12598         * viper-keym.el (viper-toggle-key, viper-quoted-insert-key)
12599         (viper-ESC-key): Made them customizable.
12601         * viper.el (viper-non-hook-settings): Fix the names of defadvices.
12603 2005-06-01  Luc Teirlinck  <teirllm@auburn.edu>
12605         * autorevert.el (auto-revert-buffers): Use save-match-data.
12607 2005-06-01  Stefan Monnier  <monnier@iro.umontreal.ca>
12609         * emacs-lisp/easymenu.el (easy-menu-return-item): Quick fix to find
12610         menu items with a nil command binding.
12612 2005-06-01  Juanma Barranquero  <lekktu@gmail.com>
12614         * emacs-lisp/cl-macs.el (defsetf):
12615         Improve argument/docstring consistency.
12617         * faces.el (list-faces-display): Improve the formatting by
12618         computing the maximum length required for any face-name (reworked
12619         patch of 1999-01-11, accidentally deleted on 1999-07-21).
12620         (internal-find-face): Remove redundant info in docstring.
12622 2005-06-01  Nick Roberts  <nickrob@snap.net.nz>
12624         * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-1)
12625         (gdb-info-breakpoints-custom, gdb-delete-breakpoint)
12626         (gdb-goto-breakpoint, gdb-source-info, gdb-get-location)
12627         (gdb-assembler-custom): Improve regexps.
12628         (def-gdb-auto-update-handler): Use window point to preserve point.
12630 2005-05-31  Stefan Monnier  <monnier@iro.umontreal.ca>
12632         * thumbs.el (thumbs-mode): Fix misuse of make-variable-buffer-local.
12634 2005-05-31  Jay Belanger  <belanger@truman.edu>
12636         * calc/calc-embed.el (calc-embedded-word): Change argument passed
12637         to calc-embedded.
12638         (calc-embedded-make-info): Have plain prefix argument select
12639         entire line.
12641 2005-05-31  Juanma Barranquero  <lekktu@gmail.com>
12643         * faces.el (list-faces-display): Signal error if passed a regexp
12644         that matches no face name.
12646         * simple.el (filter-buffer-substring): Fix typo in docstring.
12648 2005-05-31  Richard M. Stallman  <rms@gnu.org>
12650         * progmodes/vhdl-mode.el (vhdl-fill-region): Test ARG, not INTERACTIVE.
12651         (vhdl-emacs-21): Doc fix.
12652         (vhdl-mode): Unconditionally set comment-padding.
12653         (vhdl-fixup-whitespace-region): Insert spaces only where
12654         there are none.
12655         (vhdl-statistics-buffer): Make the Emacs 21 behavior universal.
12657 2005-05-30  John Wiegley  <johnw@newartisans.com>
12659         * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el
12660         * eshell/em-unix.el, eshell/esh-ext.el, eshell/esh-io.el
12661         * eshell/esh-util.el, eshell/esh-var.el: Change all uses of
12662         `directory-sep-char' to ?/, and all uses of `string-to-int' to
12663         `string-to-number'.
12665 2005-05-30  Jay Belanger  <belanger@truman.edu>
12667         * calc/calc.el (calc-bug-address): Fix docstring.
12668         (calc-window-hook, calc-trail-window-hook): New variables.
12669         (calc-trail-display): Restore use of calc-trail-window-hook.
12670         (calc): Restore use of calc-window-hook.
12672 2005-05-31  Masatake YAMATO  <jet@gyve.org>
12674         * emacs-lisp/find-func.el (find-function-noselect): Handle subroutines.
12676         * help-fns.el (help-C-file-name): Add autoload mark for
12677         `find-function-noselect'.
12679 2005-05-30  Stefan Monnier  <monnier@iro.umontreal.ca>
12681         * textmodes/tex-mode.el (tex-compile-commands, tex-compile)
12682         (tex-start-tex): Undo all but the last part of the 2005-05-28 change.
12684 2005-05-30  Glenn Morris  <gmorris@ast.cam.ac.uk>
12686         * calendar/diary-lib.el (mark-included-diary-files): Only kill
12687         included diary buffer if it was not already being visited.
12688         Reported by Stephen Berman <Stephen.Berman@gmx.net>.
12690         * calendar/icalendar.el (top-level): Do not require appt.
12692         * mail/supercite.el (sc-select-attribution): Only use a list
12693         element from sc-attrib-selection-list if it returns a string.
12694         Reported by Davide G. M. Salvetti <salve@debian.org>.
12696 2005-05-30  Juanma Barranquero  <lekktu@gmail.com>
12698         * thumbs.el (thumbs-thumbname): The resulting thumbname now
12699         includes a hash value to improve its uniqueness, and has a ".jpg"
12700         extension.  Also, it is now a valid filename on all systems.
12701         (thumbs-make-thumb): Use `let', not `let*'.
12702         (thumbs-show-thumbs-list): Check for JPEG availability.
12704 2005-05-30  Richard M. Stallman  <rms@gnu.org>
12706         * filesets.el (filesets-menu-ensure-use-cached):
12707         Prevent warning when emacs-version>= is undefined.
12709         * printing.el (pr-interactive-n-up): Use string-to-number.
12711         * emulation/tpu-mapper.el: Use eval-buffer, not eval-current-buffer.
12713         * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn):
12714         Warn only when name to be defined is quoted.
12716 2005-05-30  Nick Roberts  <nickrob@snap.net.nz>
12718         * progmodes/gdb-ui.el (gdb-toggle-breakpoint):
12719         Make regexp more robust.
12720         (gdb-display-assembler-buffer, gdb-frame-assembler-buffer):
12721         Force regeneration of disassembly.
12723 2005-05-29  Jay Belanger  <belanger@truman.edu>
12725         * calc/calc.el (calc-user-invocation): Check if
12726         calc-invocation-macro is non-nil.
12728 2005-05-29  Juri Linkov  <juri@jurta.org>
12730         * add-log.el (change-log-font-lock-keywords):
12731         Add `+' to e-mail regexp to accept mail address with keywords.
12733         * man.el (Man-name-regexp): Add `:' to accept qualified names.
12735 2005-05-29  Luc Teirlinck  <teirllm@auburn.edu>
12737         * progmodes/inf-lisp.el (inferior-lisp-mode): Use delay-mode-hooks.
12739         * ielm.el (inferior-emacs-lisp-mode): Ditto.
12741 2005-05-29  Richard M. Stallman  <rms@gnu.org>
12743         * textmodes/flyspell.el (flyspell-auto-correct-previous-word):
12744         Undo the change that moves to end of the current word.
12746 2005-05-29  Nick Roberts  <nickrob@snap.net.nz>
12748         * progmodes/gdb-ui.el (gdb-memory-set-repeat-count):
12749         Throw error when count <= 0 to ensure input is a number.
12750         (gdb-read-memory-custom): Pick up address from buffer.
12751         (gdb-memory-mode): Allow user to increment and decrement
12752         memory address from header line.
12754 2005-05-29  Richard M. Stallman  <rms@gnu.org>
12756         * flyspell.el (flyspell-version): Function deleted.
12757         (flyspell-auto-correct-previous-hook): Doc fix.
12759         * jit-lock.el (jit-lock-function, jit-lock-after-change):
12760         Do nothing if memory is full.
12762         * font-lock.el (font-lock-fontify-syntactically-region):
12763         Pass t for GREEDY to looking-back.
12765         * saveplace.el (save-place-alist-to-file): Write the file
12766         using write-region.
12768         * subr.el (looking-back): New argument GREEDY.
12770         * progmodes/compile.el (compilation-start): Set the mode
12771         before inserting the initial text.
12773         * progmodes/which-func.el (which-func-update-1): Turn the mode
12774         off in case of error by setting which-func-mode.
12776 2005-05-29  Peter Heslin  <p.j.heslin@durham.ac.uk>  (tiny change)
12778         * flyspell.el (flyspell-auto-correct-previous-word):
12779         Narrow down to what's on the screen, and recenter overlays
12780         at the end of the next word.
12782 2005-05-29  Manuel Serrano  <Manuel.Serrano@sophia.inria.fr>
12784         * flyspell.el (flyspell-emacs, flyspell-use-local-map): Vars moved up.
12785         (flyspell-default-delayed-commands): Add backward-delete-char-untabify.
12786         (flyspell-abbrev-p): Default to nil.
12787         (flyspell-use-global-abbrev-table-p): Doc fix.
12788         (flyspell-large-region): Allow nil as value.
12789         (flyspell-use-meta-tab, flyspell-auto-correct-binding): New variables.
12791         (mail-mode-flyspell-verify): More robust handling
12792         of `mail-header-separator'.  More efficient signature detection.
12793         Allow for regexp metacharacters in message-header-separator.
12794         Adding `To' not to be checked in mail-mode-flyspell-verify.
12796         (flyspell-prog-mode): Run flyspell-prog-mode-hook.
12797         (flyspell-mouse-map): Bind M-TAB only if flyspell-use-meta-tab.
12798         Bind flyspell-auto-correct-binding.
12799         Bind C-. and C-, .
12800         (flyspell-mode-map): Likewise.
12801         (flyspell-mode): Doc fix.
12802         (flyspell-accept-buffer-local-defs): Preserve current buffer.
12803         (flyspell-mode-on): Bind flyspell-mouse-map and flyspell-mode-map.
12804         (flyspell-word-cache-result): New var, always local.
12805         (flyspell-check-pre-word-p): Doc fix.
12806         (flyspell-check-changed-word-p): Handle spc like newline.
12807         (flyspell-post-command-hook): Set flyspell-word-cache-result.
12808         (flyspell-word-search-backward, flyspell-word-search-forward):
12809         New functions.
12810         (flyspell-word): Return t if nothing to check.
12811         When parsing TeX code, check for after } or \.
12812         Use flyspell-word-search-backward to find previous word.
12813         Return nil if duplicated word.
12814         For word already checked, return same value as last time.
12815         Set flyspell-word-cache-result after checking.
12816         Don't clobber the return value.
12817         (flyspell-get-word): Major rewrite.
12818         (flyspell-external-point-words): New locals pword, pcount.
12819         Fix size used in progress message.
12820         Find the proper corresponding word in flyspell-large-region-buffer.
12821         (flyspell-region): Check for flyspell-large-region = nil.
12822         (flyspell-highlight-incorrect-region): Clean up overlays in region.
12823         (flyspell-auto-correct-word): Check that WORD is a cons.
12824         (flyspell-correct-word): Likewise.
12826 2005-05-29  Daniel Pfeiffer  <occitan@esperanto.org>
12828         * progmodes/make-mode.el (makefile-rule-action-regex)
12829         (makefile-macroassign-regex, makefile-makepp-mode)
12830         (makefile-bsdmake-mode): Continuation lines may be empty.
12831         Reported by Joshua Varner.
12832         (makefile-makepp-font-lock-keywords): Add $(stem).
12834 2005-05-28  Karl Berry  <karl@gnu.org>
12836         * textmodes/tex-mode.el: Now that tex-send-command calls
12837         shell-quote-argument (2005-03-31 change), remove all calls to
12838         shell-quote-argument; they all end up invoking tex-send-command.
12839         The double quoting loses on filenames with non-safe characters,
12840         such as "@".  Reported by Frederik Fouvry.
12842 2005-05-29  Nick Roberts  <nickrob@snap.net.nz>
12844         * progmodes/gdb-ui.el (gdb-assembler-custom): Be more careful
12845         about preserving point.
12847 2005-05-27  Jay Belanger  <belanger@truman.edu>
12849         * calc/calc-misc.el (calc-info-goto-node): Use info instead of
12850         Info-goto-node.
12852         * calc/calc-embed.el (calc-embed-arg): New variable.
12853         (calc-do-embedded-activate, calc-embedded-activate-formula)
12854         (calc-embedded-edit, calc-do-embedded-activate): Replace undeclared
12855         variable by new variable.
12856         (calc-embedded-make-info): Replace undeclared variable by new
12857         variable.  When selecting region with positive prefix
12858         argument, use end of previous line instead of beginning of line.
12860         * calc/calc-aent.el (calc-arg-values): Declare it.
12862         * calc/calc-ext.el (calc-help-map, calc-alg-map, calc-alg-esc-map):
12863         Declare them.
12865         * calc/calc-stuff.el (math-decls-cache-tag): Declare it.
12867         * calc/calc.el (calc-alg-map): Declare it.
12869         * calc/calcalg2.el (math-decls-cache, math-decls-all): Declare them.
12871 2005-05-28  Nick Roberts  <nickrob@snap.net.nz>
12873         * progmodes/gdb-ui.el (gdb-all-registers): New variable.
12874         (gdb-registers-buffer, toggle-gdb-all-registers):
12875         Toggle display of floating point registers.
12876         (gdb-registers-mode-map): Bind SPC to toggle-gdb-all-registers.
12878         * progmodes/gud.el (gud-goto-info): Use info.  Don't use require.
12879         (toggle-gud-tooltip-dereference):
12880         Rename from gud-toggle-tooltip-dereference.
12882 2005-05-27  Stefan Monnier  <monnier@iro.umontreal.ca>
12884         * info.el (Info-goto-node): Revert autoload addition (2004-06-12).
12886 2005-05-27  Jay Belanger  <belanger@truman.edu>
12888         * calc/calc-prog.el (calc-kbd-report): Remove.
12889         (calc-kbd-query): Rewrite.
12891 2005-05-27  Juanma Barranquero  <lekktu@gmail.com>
12893         * image.el (image-library-alist): Move to image.c.
12894         (image-type-available-p): Doc fix.
12896 2005-05-27  Lute Kamstra  <lute@gnu.org>
12898         * calc/calc.el (calc):
12899         * outline.el (outline-1, outline-2, outline-3, outline-4)
12900         (outline-5, outline-6, outline-7, outline-8):
12901         * textmodes/dns-mode.el (dns-mode):
12902         * textmodes/sgml-mode.el (sgml-namespace-face):
12903         * textmodes/tex-mode.el (superscript, subscript, tex-math-face)
12904         (tex-verbatim-face, tex-use-reftex):
12905         * textmodes/texinfo.el (texinfo-heading-face):
12906         Specify customization group.
12908         * longlines.el: Don't require easy-mmode.
12909         (longlines-visible-face): Specify customization group.
12911 2005-05-27  Kenichi Handa  <handa@m17n.org>
12913         * language/cyrillic.el: Add cyrillic-iso8859-5 characters in the
12914         encoding table of windows-1251.
12916         * international/ucs-tables.el (ucs-set-table-for-input):
12917         If translation-table-for-input of a coding system is a symbol, get
12918         its translation-table property.
12920         * international/code-pages.el: Don't register a coding system into
12921         non-iso-charset-alist more than once.
12922         (cp-make-coding-system): Likewise.
12924 2005-05-26  John Wiegley  <johnw@newartisans.com>
12926         * eshell/esh-cmd.el (eshell-eval-command): If the return value of
12927         `eshell-resume-eval' is wrapped in a list, it indicates that the
12928         command was run asynchronously.  In that case, unwrap the value
12929         before checking the delimiter value.
12931         * eshell/em-cmpl.el (eshell-complete-parse-arguments): If the
12932         character before a space at the end of a line is \, assume the space
12933         is part of the last argument rather than a final argument separator.
12935         * eshell/esh-io.el (eshell-get-target): If `eshell-buffer-shorthand'
12936         is in use, and the target is `t' or `nil' (which are the most common
12937         values), don't assume that the symbol target is a buffer.
12939 2005-05-26  Luc Teirlinck  <teirllm@auburn.edu>
12941         * calendar/calendar.el (calendar-mode-line-format):
12942         Use mode-line-highlight as mouse-face.
12944         * time.el (display-time-string-forms, display-time-update):
12945         Use mode-line-highlight as mouse-face.
12947 2005-05-26  Jay Belanger  <belanger@truman.edu>
12949         * calc/calc.el (calc-language-alist): Remove extra defvar.
12951 2005-05-26  Lute Kamstra  <lute@gnu.org>
12953         * arc-mode.el (archive-mode):
12954         * bookmark.el (bookmark-read-annotation-mode)
12955         (bookmark-edit-annotation-mode, bookmark-bmenu-mode):
12956         * bs.el (bs-mode):
12957         * calc/calc-yank.el (calc-edit-mode):
12958         * calc/calc.el (calc-mode, calc-trail-mode):
12959         * calculator.el (calculator-mode):
12960         * chistory.el (command-history-mode):
12961         * comint.el:
12962         * cus-edit.el (custom-mode):
12963         * descr-text.el (describe-text-mode):
12964         * ebuff-menu.el (Electric-buffer-menu-mode):
12965         * ediff-util.el (ediff-mode):
12966         * emacs-lisp/re-builder.el (reb-mode):
12967         * emulation/vi.el (vi-mode-setup):
12968         * emulation/ws-mode.el (wordstar-mode):
12969         * eshell/esh-mode.el (eshell-mode):
12970         * forms.el (forms-mode):
12971         * help-mode.el (help-mode):
12972         * hexl.el (hexl-mode):
12973         * ibuffer.el (ibuffer-mode):
12974         * ielm.el (inferior-emacs-lisp-mode):
12975         * info.el (Info-mode, Info-edit-mode):
12976         * international/swedish.el:
12977         * ledit.el (ledit-from-lisp-mode):
12978         * locate.el (locate-mode):
12979         * mail/rmail.el (rmail-mode):
12980         * mail/rmailedit.el (rmail-edit-mode):
12981         * mail/rmailsum.el (rmail-summary-mode):
12982         * mail/supercite.el (sc-electric-mode):
12983         * net/eudc.el (eudc-mode):
12984         * net/quickurl.el (quickurl-list-mode):
12985         * net/snmp-mode.el (snmp-mode, snmpv2-mode):
12986         * obsolete/ooutline.el (outline-mode):
12987         * obsolete/options.el (Edit-options-mode):
12988         * obsolete/rnews.el (news-mode):
12989         * obsolete/rnewspost.el (news-reply-mode):
12990         * play/5x5.el (5x5-mode):
12991         * play/decipher.el (decipher-mode, decipher-stats-mode):
12992         * play/gomoku.el (gomoku-mode):
12993         * play/snake.el (snake-mode):
12994         * play/solitaire.el (solitaire-mode):
12995         * play/tetris.el (tetris-mode):
12996         * progmodes/ada-mode.el (ada-mode):
12997         * progmodes/antlr-mode.el (antlr-mode):
12998         * progmodes/autoconf.el (autoconf-mode):
12999         * progmodes/dcl-mode.el (dcl-mode):
13000         * progmodes/delphi.el (delphi-mode):
13001         * progmodes/ebrowse.el (ebrowse-tree-mode)
13002         (ebrowse-electric-list-mode, ebrowse-member-mode)
13003         (ebrowse-electric-position-mode):
13004         * progmodes/f90.el (f90-mode):
13005         * progmodes/fortran.el (fortran-mode):
13006         * progmodes/icon.el (icon-mode):
13007         * progmodes/idlw-help.el (idlwave-help-mode):
13008         * progmodes/idlw-shell.el (idlwave-shell-mode):
13009         * progmodes/idlwave.el (idlwave-mode):
13010         * progmodes/inf-lisp.el (inferior-lisp-mode):
13011         * progmodes/m4-mode.el (m4-mode):
13012         * progmodes/meta-mode.el (metafont-mode, metapost-mode):
13013         * progmodes/modula2.el (modula-2-mode):
13014         * progmodes/octave-inf.el (inferior-octave-mode):
13015         * progmodes/octave-mod.el (octave-mode):
13016         * progmodes/pascal.el (pascal-mode):
13017         * progmodes/sh-script.el (sh-mode):
13018         * progmodes/sql.el (sql-mode, sql-interactive-mode):
13019         * progmodes/vhdl-mode.el (vhdl-mode):
13020         * progmodes/xscheme.el (scheme-interaction-mode):
13021         * replace.el (occur-mode):
13022         * ses.el (ses-mode):
13023         * simple.el (completion-list-mode):
13024         * skeleton.el:
13025         * speedbar.el (speedbar-mode):
13026         * term.el (term-mode):
13027         * terminal.el (terminal-edit-mode):
13028         * textmodes/reftex-index.el (reftex-index-mode)
13029         (reftex-index-phrases-mode):
13030         * textmodes/reftex-sel.el (reftex-select-label-mode)
13031         (reftex-select-bib-mode):
13032         * textmodes/reftex-toc.el (reftex-toc-mode):
13033         * wdired.el (wdired-change-to-wdired-mode):
13034         * wid-browse.el (widget-browse-mode):
13035         Use run-mode-hooks.
13037         * array.el (array-mode):
13038         * calendar/todo-mode.el (todo-mode):
13039         * man.el (Man-mode):
13040         * play/landmark.el (lm-mode):
13041         * play/mpuz.el (mpuz-mode):
13042         Use kill-all-local-variables and run-mode-hooks.
13044         * subr.el (delay-mode-hooks): Specify indentation.
13046 2005-05-26  Mark A. Hershberger  <mah@everybody.org>
13048         * xml.el (xml-substitute-special): Don't die for undefined xml
13049         entities.
13051 2005-05-26  Jay Belanger  <belanger@truman.edu>
13053         * calc/calc-prog.el (calc-user-define-edit): Don't find substring
13054         of nil.
13056 2005-05-27  Nick Roberts  <nickrob@snap.net.nz>
13058         * progmodes/gdb-ui.el (gdb-frame-address):
13059         Rename from gdb-current-address.
13060         (gdb-previous-frame-address): Rename from gdb-previous-address.
13061         (gdb-selected-frame): Rename from gdb-current-frame.
13062         (gdb-get-selected-frame): Rename from gdb-get-current-frame.
13063         (gdb-frame-number): Rename from gdb-current-stack-level.
13064         (gdb-ann3): Match new mode-name for disassembly buffer.
13065         Extend initialization of variables.
13066         (gdb-post-prompt): Update disassembly from gdb-frame-handler.
13067         (gdb-memory-mode): Use mouse-face in header line.
13068         (gdb-assembler-buffer-name): Call it disassembly and give frame
13069         in mode line.
13070         (gdb-source-spec-regexp, gdb-assembler-custom)
13071         (gdb-invalidate-assembler, gdb-frame-handler):
13072         Make robust to leading zeroes in address format.
13074 2005-05-26  Carsten Dominik  <dominik@science.uva.nl>
13076         * textmodes/org.el (org-mode): Use `define-derived-mode' to
13077         define `org-mode'.
13078         (org-agenda-mode): Use `run-mode-hooks' instead of `run-hooks'.
13080 2005-05-26  Stefan Monnier  <monnier@iro.umontreal.ca>
13082         * log-edit.el (log-edit-changelog-entries): Distinguish between
13083         filenames like xfns.c and fns.c.
13085 2005-05-25  Luc Teirlinck  <teirllm@auburn.edu>
13087         * buff-menu.el (Buffer-menu-revert-function): Improve handling of
13088         point after reverting.
13089         (Buffer-menu-make-sort-button): Handle the case where
13090         `Buffer-menu-use-header-line' is nil.
13092 2005-05-25  Thien-Thi Nguyen  <ttn@gnu.org>
13094         * vms-patch.el (vms-magic-right-square-brace, vms-magic-colon):
13095         New funcs.  In minibuffer-local-completion-map bind `]', `/'
13096         and `:' to them.
13098 2005-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
13100         * startup.el (normal-top-level): Allow modification of load-path while
13101         we're iterating over it.
13103 2005-05-25  Juanma Barranquero  <lekktu@gmail.com>
13105         * thumbs.el (thumbs-thumbsdir-max-size, thumbs-temp-file)
13106         (thumbs-cleanup-thumbsdir, thumbs-call-convert)
13107         (thumbs-resize-interactive, thumbs-insert-image)
13108         (thumbs-insert-thumb, thumbs-dired-show-marked)
13109         (thumbs-find-image-at-point, thumbs-delete-images)
13110         (thumbs-rename-images, thumbs-next-image, thumbs-dired-setroot)
13111         (thumbs-increment-image-size, thumbs-decrement-image-size):
13112         Fix typos in docstrings.
13114 2005-05-24  Andre Spiegel  <spiegel@gnu.org>
13116         * progmodes/cperl-mode.el (cperl-vc-header-alist): Obsolete.
13117         (cperl-vc-rcs-header, cperl-vc-sccs-header): New user options.
13118         (cperl-mode): Use them.
13120 2005-05-24  Juanma Barranquero  <lekktu@gmail.com>
13122         * window.el (quit-window, shrink-window-if-larger-than-buffer):
13123         Doc fixes.
13125 2005-05-24  Nick Roberts  <nickrob@snap.net.nz>
13127         * progmodes/gdb-ui.el (gdb-inferior-io-mode-map):
13128         Bind C-d to gdb-inferior-io-eof.
13130         * dired.el (dired-dnd-popup-notice): Use message-box.
13132 2005-05-23  Masatake YAMATO  <jet@gyve.org>
13134         * bindings.el (mode-line-major-mode-keymap):
13135         Bind [mode-line down-mouse-1] to `mouse-major-mode-menu'.
13137         * faces.el (mode-line-highlight): New face.
13139         * ruler-mode.el (ruler-mode-ruler): Use mode-line-highlight
13140         as mouse-face.
13142         * bindings.el (top-level, help-echo, mode-line-modified)
13143         (mode-line-mule-info, mode-line-eol-desc): Use mode-line-highlight
13144         as mouse-face.
13146 2005-05-23  Juanma Barranquero  <lekktu@gmail.com>
13148         * progmodes/cc-engine.el (c-guess-basic-syntax):
13149         Remove spurious call to `zerop'.
13151         * emacs-lisp/cl.el (acons, pairlis): Add docstring.
13153 2005-05-23  Martin Stjernholm  <bug-cc-mode@gnu.org>
13155         CC Mode update to 5.30.10:
13157         * cc-fonts.el (c-font-lock-declarators): Fix bug where the point
13158         could go past the limit in decoration level 2, thereby causing
13159         errors during interactive fontification.
13161         * cc-mode.el (c-make-inherited-keymap): Fix cc-bytecomp bug when
13162         the file is evaluated interactively.
13164         * cc-engine.el (c-guess-basic-syntax): Handle operator
13165         declarations somewhat better in C++.
13167         * cc-styles.el, cc-mode.el (c-run-mode-hooks): New helper macro to
13168         make use of `run-mode-hooks' which has been added in Emacs 21.1.
13169         (c-mode, c++-mode, objc-mode, java-mode, idl-mode, pike-mode)
13170         (awk-mode): Use it.
13171         (make-local-hook): Suppress warning about obsoleteness.
13173         * cc-engine.el, cc-align.el, cc-cmds.el
13174         (c-append-backslashes-forward, c-delete-backslashes-forward)
13175         (c-find-decl-spots, c-semi&comma-no-newlines-before-nonblanks):
13176         Compensate for return value from `forward-line' when it has moved
13177         but not to a different line due to eob.
13179         * cc-engine.el (c-guess-basic-syntax): Fix anchoring in
13180         `objc-method-intro' and `objc-method-args-cont'.
13182 2005-05-23  Alan Mackenzie  <bug-cc-mode@gnu.org>
13184         CC Mode update to 5.30.10:
13186         * cc-mode.el, cc-engine.el, cc-align.el: Change the FSF's address
13187         in the copyright statement.  Incidentally, change "along with GNU
13188         Emacs" to "along with this program" where it occurs.
13190         * cc-mode.el: Add a fourth parameter `t' to the awk-mode autoload,
13191         so that it is interactive, hence can be found by M-x awk-mode
13192         whilst cc-mode is yet to be loaded.  Reported by Glenn Morris
13193         <gmorris+emacs@ast.cam.ac.uk>.
13195         * cc-awk.el: Add character classes (e.g. "[:alpha:]") into AWK
13196         Mode's regexps.
13198 2005-05-23  Kevin Ryde  <user42@zip.com.au>
13200         * cc-align.el (c-lineup-argcont): Ignore conses for {} pairs from
13201         c-parse-state, to avoid a lisp error (on bad code).
13203 2005-05-23  Lute Kamstra  <lute@gnu.org>
13205         * subr.el (font-lock-defaults): Remove defvar as it's already
13206         defined in font-core.el.
13208         * font-lock.el (font-lock-beginning-of-syntax-function): Fix docstring.
13210 2005-05-23  Nick Roberts  <nickrob@snap.net.nz>
13212         * progmodes/gdb-ui.el (gdb-info-locals-handler): Make regexps
13213         more general and work when GDB variable "print pretty" is on,
13214         as with Emacs, for example.
13216 2005-05-22  Luc Teirlinck  <teirllm@auburn.edu>
13218         * font-core.el: Update comment.
13220         * emacs-lisp/easy-mmode.el (define-global-minor-mode):
13221         Use `after-change-major-mode-hook' instead of `find-file-hook'.
13223         * buff-menu.el (Buffer-menu-mode): Use `run-mode-hooks'.
13225 2005-05-22  Eli Zaretskii  <eliz@gnu.org>
13227         * simple.el (yank, yank-pop): Mention `yank-excluded-properties'
13228         and `yank-handler' in the doc strings.
13230 2005-05-22  Stefan Monnier  <monnier@iro.umontreal.ca>
13232         * emacs-lisp/cl.el (eql): Remove.  It's a builtin already.
13234 2005-05-22  Richard M. Stallman  <rms@gnu.org>
13236         * help.el (describe-key): Move print-help-return-message call
13237         out of conditional.
13239         * progmodes/etags.el (list-tags): Use with-no-warnings.
13241         * mail/smtpmail.el (smtpmail-open-stream): Use with-no-warnings.
13242         (smtpmail-send-queued-mail): Avoid beginning-of-buffer.
13243         (starttls-extra-args, starttls-extra-arguments): Add defvars.
13245         * mail/mailalias.el (mail-get-names): Avoid beginning-of-buffer.
13247         * language/viet-util.el (viet-viscii-nonascii-translation-table):
13248         Add defvar.
13250         * emulation/viper-ex.el (viper-ex-work-buf, viper-ex-print-buf):
13251         Use defvar, not defconst.
13253         * hexl.el (hexl-follow-line): Use with-no-warnings.
13255         * emulation/tpu-extras.el: Use write-file-functions instead of
13256         write-file-hooks.
13258         * dired.el (dired-font-lock-keywords): Fontify files with junk
13259         extensions even if marked by -F.
13261 2005-05-22  Juanma Barranquero  <lekktu@gmail.com>
13263         * emacs-lisp/cl.el (pushnew, cl-macroexpand, floatp-safe, plusp)
13264         (minusp, oddp, evenp, mapcar*, list*, copy-list, adjoin, subst):
13265         * emacs-lisp/cl-extra.el (coerce, map, maplist, cl-mapc, mapl)
13266         (mapcan, mapcon, some, every, notany, notevery, signum, isqrt)
13267         (concatenate, list-length, get*, getf, cl-remprop):
13268         * emacs-lisp/cl-macs.el (function*, case, ecase, typecase)
13269         (etypecase, progv, lexical-let, lexical-let*)
13270         (multiple-value-bind, multiple-value-setq, shiftf):
13271         Improve argument/docstring consistency.
13273         * subr.el (focus-frame, unfocus-frame): Revert deletion on 2005-05-01.
13275 2005-05-22  Andre Spiegel  <spiegel@gnu.org>
13277         * vc-cvs.el (vc-cvs-checkout-model): Handle the case where FILE
13278         doesn't exist.
13280         * vc.el (vc-trunk-p): Add autoload cookie.  The function is used in
13281         vc-rcs.el when vc-mistrust-permissions is t, which is not the default.
13283 2005-05-22  Nick Roberts  <nickrob@snap.net.nz>
13285         * emacs-lisp/bytecomp.el: Remove make-obsolete-variable for
13286         already deleted variables: auto-fill-hook, blink-paren-hook,
13287         lisp-indent-hook, inhibit-local-variables, unread-command-event,
13288         suspend-hooks, comment-indent-hook, meta-flag,
13289         before-change-function, after-change-function,
13290         font-lock-doc-string-face.
13292 2005-05-21  Luc Teirlinck  <teirllm@auburn.edu>
13294         * emacs-lisp/derived.el (define-derived-mode): Doc fix.
13296 2005-05-21  Eli Zaretskii  <eliz@gnu.org>
13298         * mail/rmail.el (rmail-reply): Filter the list in reply-to through
13299         rmail-dont-reply-to.
13301 2005-05-21  Frederik Fouvry  <fouvry@CoLi.Uni-SB.DE>
13303         * mail/sendmail.el (mail-send): Use [[:space:]] instead of a
13304         literal blank when splitting new-header-values.
13306 2005-05-21  Matt Hodges  <MPHodges@member.fsf.org>
13308         * calendar/cal-menu.el (cal-menu-update): Add separator as a
13309         string so that tmm doesn't create a completion entry for it.
13311         * textmodes/table.el (table-disable-menu): Ditto.
13313 2005-05-21  Richard M. Stallman  <rms@gnu.org>
13315         * progmodes/idlwave.el (idlwave-doc-header): Use insert-file-contents.
13317         * progmodes/flymake.el (flymake-makehash): Use with-no-warnings.
13319         * net/rcompile.el (remote-compile): Use compilation-start.
13321         * tmm.el (tmm-shortcut): Avoid using beginning-of-buffer.
13323 2005-05-21  Daniel Pfeiffer  <occitan@esperanto.org>
13325         * files.el (auto-mode-alist): Check GNUmakefile before makefile.
13326         Default to makefile-bsdmake-mode on BSD systems.
13328         * imenu.el (imenu-generic-expression, imenu--generic-function'):
13329         REGEXP may also be a search function now.  The part of doc-string
13330         for describing the structure was 95% identical to that of
13331         `imenu--generic-function'.  Unify it there.
13333         * progmodes/make-mode.el (makefile-imenu-generic-expression):
13334         Use function to find dependencies, because regexp alone is so complex,
13335         it easily goes into an endless loop.
13336         (makefile-makepp-mode): Also add submenu for Perl functions
13337         defined in the makefile.
13338         (makefile-bsdmake-mode): Special imenu-generic-expression no
13339         longer needed, due to function call.
13340         (makefile-match-dependency): Take BOUND into account when checking
13341         if we're through.
13343 2005-05-20  Jay Belanger  <belanger@truman.edu>
13345         * calc/calc-units.el (calc-invalidate-units-table):
13346         Use inhibit-read-only.
13347         (math-build-units-table-buffer): Use view-mode.
13349 2005-05-20  David Kastrup  <dak@gnu.org>
13351         * emacs-lisp/easymenu.el (easy-menu-add): Correct docstring since
13352         easy-menu-add is not a nop on Emacs; and clarify when to call it.
13354 2005-05-20  Lute Kamstra  <lute@gnu.org>
13356         * diff-mode.el (diff-header-face, diff-file-header-face)
13357         (diff-index-face, diff-hunk-header-face, diff-removed-face)
13358         (diff-added-face, diff-changed-face, diff-function-face)
13359         (diff-context-face, diff-nonexistent-face): Put them in the
13360         diff-mode customization group.
13362 2005-05-20  Stefan Monnier  <monnier@iro.umontreal.ca>
13364         * progmodes/vhdl-mode.el (vhdl-font-lock-match-item): Simplify regexp.
13366         * progmodes/sh-script.el (sh-mode, sh-get-word): Minor regexp fixes.
13368         * font-lock.el (lisp-font-lock-keywords-2): Don't error.
13369         Minor regexp-optimization.
13371 2005-05-20  Carsten Dominik  <dominik@science.uva.nl>
13373         * textmodes/org.el (org-agenda-toggle-time-grid): New command.
13374         (org-agenda-use-time-grid, org-agenda-time-grid): New options.
13375         (org-agenda-add-time-grid-maybe): New function.
13376         (org-agenda): Call `org-agenda-add-time-grid-maybe'.
13377         (org-table-create): `dotimes' instead of `mapcar'.
13378         (org-xor): Simplify implementation.
13379         (org-agenda): `inhibit-redisplay' turned on.
13380         (org-agenda-change-all-lines): Use `org-format-agenda-item' to get
13381         a consistent line after a state change.
13382         (org-agenda-remove-times-when-in-prefix): New option.
13383         (org-prefix-has-time): New variable.
13384         (org-parse-time-string): Optional argument NODEFAULT.
13385         (org-format-agenda-item): Parse items for time-of-day
13386         specifications and move these into the prefix if possible.
13387         (org-agenda-priority): Get current heading, not previous heading
13388         during agenda remote editing.
13390 2005-05-20  Juanma Barranquero  <lekktu@gmail.com>
13392         * emacs-lisp/cl-seq.el (reduce, fill, replace, remove*)
13393         (remove-if, remove-if-not, delete*, delete-if, delete-if-not)
13394         (remove-duplicates, delete-duplicates, substitute)
13395         (substitute-if, substitute-if-not, nsubstitute, nsubstitute-if)
13396         (nsubstitute-if-not, find, find-if, find-if-not, position)
13397         (position-if, position-if-not, count, count-if, count-if-not)
13398         (mismatch, search, sort*, stable-sort, merge, member*)
13399         (member-if, member-if-not, assoc*, assoc-if, assoc-if-not)
13400         (rassoc*, rassoc-if, rassoc-if-not, union, nunion)
13401         (intersection, nintersection, set-difference, nset-difference)
13402         (set-exclusive-or, nset-exclusive-or, subsetp, subst-if)
13403         (subst-if-not, nsubst, nsubst-if, nsubst-if-not, sublis)
13404         (nsublis, tree-equal): Improve argument/docstring consistency.
13406         * subr.el (send-string, send-region): Remove obsolescence declaration.
13407         (window-dot, set-window-dot, read-input, show-buffer)
13408         (eval-current-buffer, string-to-int):
13409         Add release number to obsolescence declarations.
13411 2005-05-19  Kim F. Storm  <storm@cua.dk>
13413         * ido.el (ido-magic-forward-char): Enter ido-find-file at end of input.
13414         (ido-magic-backward-char): Enter ido-switch-buffer at start of input.
13416 2005-05-20  Matt Hodges  <MPHodges@member.fsf.org>
13418         * faces.el (list-faces-display): Make back button respect optional
13419         regexp arg.
13421 2005-05-19  Juanma Barranquero  <lekktu@gmail.com>
13423         * calculator.el (calculator-radix-grouping-mode)
13424         (calculator-radix-grouping-digits, calculator-displayer)
13425         (calculator-radix-grouping-separator, calculator-copy-displayer):
13426         * dabbrev.el (dabbrev-search-these-buffers-only):
13427         * diff-mode.el (diff-jump-to-old-file, diff-update-on-the-fly)
13428         (diff-advance-after-apply-hunk, diff-mode-hook)
13429         (diff-minor-mode-prefix):
13430         * imenu.el (imenu-use-popup-menu):
13431         * jit-lock.el (jit-lock-context-time):
13432         * newcomment.el (comment-fill-column, comment-column)
13433         (comment-style, comment-padding, comment-multi-line)
13434         (comment-empty-lines, comment-auto-fill-only-comments):
13435         * reveal.el (reveal-around-mark):
13436         * uniquify.el (uniquify-buffer-name-style)
13437         (uniquify-after-kill-buffer-p)
13438         (uniquify-ask-about-buffer-names-p, uniquify-ignore-buffers-re)
13439         (uniquify-min-dir-content, uniquify-separator)
13440         (uniquify-trailing-separator-p, uniquify-strip-common-suffix):
13441         * w32-vars.el (w32-fixed-font-alist):
13442         * emacs-lisp/testcover.el (testcover-potentially-1value-functions):
13443         * obsolete/rsz-mini.el (resize-minibuffer-frame-max-height):
13444         * progmodes/antlr-mode.el (antlr-font-lock-maximum-decoration):
13445         * progmodes/perl-mode.el (perl-indent-level)
13446         (perl-continued-statement-offset, perl-continued-brace-offset)
13447         (perl-brace-offset, perl-brace-imaginary-offset)
13448         (perl-label-offset, perl-indent-continued-arguments)
13449         (perl-tab-always-indent, perl-tab-to-comment, perl-nochange):
13450         * progmodes/tcl.el (tcl-indent-level)
13451         (tcl-continued-indent-level, tcl-auto-newline)
13452         (tcl-tab-always-indent, tcl-electric-hash-style)
13453         (tcl-help-directory-list, tcl-use-smart-word-finder)
13454         (tcl-application, tcl-command-switches, tcl-prompt-regexp)
13455         (inferior-tcl-source-command):
13456         * textmodes/fill.el (enable-kinsoku):
13457         * textmodes/reftex-vars.el (reftex-index-phrases-wrap-long-lines):
13458         * textmodes/table.el (table-yank-handler):
13459         Specify missing group (and type, if simple) in defcustom.
13461 2005-05-19  Luc Teirlinck  <teirllm@auburn.edu>
13463         * progmodes/compile.el (compilation-finish-function): Fix defvar.
13465 2005-05-19  Richard M. Stallman  <rms@gnu.org>
13467         * progmodes/make-mode.el (makefile-mode): Use run-mode-hooks.
13469         * subr.el (event-basic-type): Don't get an error.
13470         (left-fringe-p): Function deleted.
13472         * buff-menu.el (Buffer-menu-buffer-face): In group Buffer-menu.
13473         (list-buffers-noselect): Set `font-lock-face' property, not `face'.
13475         * dired-aux.el (dired-copy-file-recursive): Handle symlinks
13476         in recursive copy.
13478         * frame.el (show-trailing-whitespace): In group `whitespace-faces'.
13480         * emacs-lisp/byte-run.el (eval-when-compile): Doc fix.
13482         * emacs-lisp/bytecomp.el
13483         (byte-compile-file-form-custom-declare-variable):
13484         Call byte-compile-nogroup-warn if appropriate.
13486         * progmodes/compile.el (compilation-finish-function): Mark obsolete.
13487         (compilation-set-window): Don't call left-fringe-p; do it directly.
13489 2005-05-19  Jay Belanger  <belanger@truman.edu>
13491         * calc/calc-graph.el (calc-graph-format-data): Make sure
13492         var-PlotRejects is bound before trying to check its value.
13494 2005-05-19  Carsten Dominik  <dominik@science.uva.nl>
13496         * textmodes/reftex.el (reftex-isearch-minor-mode): Move the
13497         definition of this variable from reftex-global.el to reftex.el,
13498         because it is needed in the menu.
13500 2005-05-19  Lute Kamstra  <lute@gnu.org>
13502         * emacs-lisp/copyright.el (copyright-fix-years): Make sure all
13503         years are fixed.  Don't insert a space after a dash.
13505 2005-05-19  Kim F. Storm  <storm@cua.dk>
13507         * emulation/crisp.el (crisp-home, crisp-end): Put CUA property.
13509 2005-05-19  Daniel Pfeiffer  <occitan@esperanto.org>
13511         * font-lock.el (lisp-font-lock-keywords-2): Do \\) only in
13512         strings, because (eq ... ?\\) is fairly frequent.
13514         * progmodes/make-mode.el (makefile-add-this-line-targets):
13515         Simplify and integrate into `makefile-pickup-targets'.
13516         (makefile-add-this-line-macro): Simplify and integrate into
13517         `makefile-pickup-macros.
13518         (makefile-pickup-filenames-as-targets): Simplify.
13519         (makefile-previous-dependency, makefile-match-dependency):
13520         Don't stumble over `::'.
13522 2005-05-19  Nick Roberts  <nickrob@snap.net.nz>
13524         * subr.el (post-command-idle-hook, post-command-idle-delay):
13525         Remove obsoletion of post-command-idle-hook and
13526         post-command-idle-delay.
13528         * faces.el (list-faces-display): Provide button when describe-face
13529         is called to take user back to the list of faces.
13531         * help-fns.el (describe-variable): Remove hyperlinks in a
13532         variable's value as these are quite frequently inappropriate.
13534         * follow.el (follow-submit-feedback, follow-mode):
13535         Remove references to post-command-idle-hook.
13537 2005-05-18  Daniel Pfeiffer  <occitan@esperanto.org>
13539         * progmodes/make-mode.el (makefile-previous-dependency)
13540         (makefile-match-dependency): Check for := (and in bsd mode also
13541         !=) to give a better result, even when font-lock is not on.
13543 2005-05-18  Jay Belanger  <belanger@truman.edu>
13545         * calc/calc-help.el (calc-s-prefix-help):
13546         Add `calc-copy-special-constant' to help string.
13548 2005-05-18  Luc Teirlinck  <teirllm@auburn.edu>
13550         * emacs-lisp/eldoc.el (eldoc-mode): Doc fix.
13552 2005-05-18  Jay Belanger  <belanger@truman.edu>
13554         * calc/calc-poly.el (math-factor-poly-coefs): Make sure the terms
13555         in linear factors are in proper order.
13557 2005-05-18  Carsten Dominik  <dominik@science.uva.nl>
13559         * textmodes/reftex-vars.el (reftex-cite-format-builtin):
13560         Support for jurabib.
13562         * textmodes/reftex.el (featurep): Define aliases for overlay
13563         commands, for XEmacs compatibility, and use these aliases in
13564         overlay initializations.
13565         (reftex-highlight): Use `reftex-move-overlay'.
13566         (reftex-unhighlight): Use `reftex-delete-overlay'.
13567         (reftex-uniq): Function removed.  Use `reftex-uniquify' instead.
13568         (reftex-access-search-path): Use `reftex-uniquify' instead of
13569         `reftex-uniq'
13571         * textmodes/reftex-sel.el (reftex-select-unmark): Overlay
13572         `before-string' property modification enables for Emacs as well.
13573         (reftex-select-item): Use `reftex-delete-overlay'.
13574         (reftex-select-mark): Use `reftex-make-overlay' and
13575         `reftex-overlay-put'.
13576         (reftex-select-unmark): Use `reftex-delete-overlay' and
13577         `reftex-overlay-put'.
13579 2005-05-18  Lute Kamstra  <lute@gnu.org>
13581         * emacs-lisp/lisp.el (check-parens): Fix docstring.
13583 2005-05-18  Juanma Barranquero  <lekktu@gmail.com>
13585         * add-log.el (add-change-log-entry):
13586         * array.el (array-make-template, array-reconfigure-rows)
13587         (array-init-max-row, array-init-max-column)
13588         (array-init-columns-per-line, array-init-field-width):
13589         * replace.el (replace-match-maybe-edit, perform-replace):
13590         * textmodes/spell.el (spell-region):
13591         Replace `read-input' by `read-string'.
13593         * forms.el (forms-mode):
13594         * finder.el (finder-compile-keywords):
13595         * shadowfile.el (shadow-read-files):
13596         Replace `eval-current-buffer' by `eval-buffer'.
13598         * terminal.el (te-pass-through):
13599         * net/ange-ftp.el (ange-ftp-process-filter, ange-ftp-gwp-filter)
13600         (ange-ftp-raw-send-cmd):
13601         * net/telnet.el (telnet-interrupt-subjob, telnet-c-z)
13602         (send-process-next-char, telnet-initial-filter, telnet):
13603         Replace `send-string' by `process-send-string'.
13605         * progmodes/prolog.el (inferior-prolog-mode): Doc fix.
13606         (prolog-consult-region): Replace `send-string' by
13607         `process-send-string'; replace `send-region' by `process-send-region'.
13609         * progmodes/delphi.el (delphi-log-msg):
13610         Replace `set-window-dot' by `set-window-point'.
13612         * subr.el (window-dot, set-window-dot, read-input, send-string)
13613         (send-region, show-buffer, eval-current-buffer):
13614         Make really obsolete, as the comment says.
13616 2005-05-17  Kim F. Storm  <storm@cua.dk>
13618         * emulation/cua-base.el (cua-use-hyper-key): Doc fix.
13619         (cua--init-keymaps): Bind C-return instead of S-return to set
13620         rectangle mark.
13622         * emulation/cua-rect.el (cua--init-rectangles): Bind C-return
13623         instead of S-return to toggle/clear rectangle mark.
13625 2005-05-17  Daniel Pfeiffer  <occitan@esperanto.org>
13627         * progmodes/make-mode.el (makefile-dependency-skip): New variable.
13628         (makefile-macroassign-regex, makefile-make-font-lock-keywords):
13629         Also fontify plain strings assigned to variables, mostly so that a
13630         colon has a face and is thus not taken as a dependency separator.
13631         (makefile-previous-dependency): Inline the new matcher, because it
13632         is too complex to work in both directions.
13633         (makefile-match-dependency): Eliminate `backward' arg (see above).
13634         Completely reimplemented so as to not sometimes go into an endless
13635         loop.  It should also be more efficient, because first it only
13636         searches for `:', instead of applying the very complex regexp.
13637         (makefile-mode): Cancel `font-lock-support-mode', because blocks
13638         to be fontified in one piece can be too long for JIT.
13639         Makefiles are never *that* big.
13641 2005-05-17  Reiner Steib  <Reiner.Steib@gmx.de>
13643         * dired.el (dired-mode): Simplify.
13645 2005-05-17  Lute Kamstra  <lute@gnu.org>
13647         * emacs-lisp/easy-mmode.el (define-minor-mode): Don't generate a
13648         defcustom for the mode hook variable.
13650         * emacs-lisp/authors.el (authors): Do parse the ChangeLogs of the
13651         Emacs Lisp Reference Manual.
13653 2005-05-17  Juanma Barranquero  <lekktu@gmail.com>
13655         * emacs-lisp/cl.el (eql, floatp-safe, plusp, minusp, oddp)
13656         (evenp, list*):
13657         * emacs-lisp/cl-macs.el (macrolet, symbol-macrolet):
13658         * emacs-lisp/cl-seq.el (subsetp, tree-equal): Doc fixes.
13660         * net/tramp-smb.el (tramp-smb-open-connection):
13661         Pass `tramp-chunksize' as fifth (required) argument.
13663 2005-05-16  Daniel Pfeiffer  <occitan@esperanto.org>
13665         * font-lock.el (lisp-font-lock-keywords-1):
13666         Set `font-lock-negation-char-face' for [^...] char group.
13667         (lisp-font-lock-keywords-2): Highlight regexp's \\( \\| \\).
13669         * progmodes/make-mode.el (makefile-dependency-regex): Turn it into
13670         a var, and refine it to mask one more level of nested vars.
13671         (makefile-rule-action-regex): Turn it into a var, and refine it so
13672         it recognizes backslashed continuation lines as belonging to the
13673         same command.
13674         (makefile-macroassign-regex): Refine it so it recognizes
13675         backslashed continuation lines as belonging to the same command.
13676         (makefile-var-use-regex): Don't look at the next char, because it
13677         might be the same one to be skipped by the initial [^$], leading
13678         to an overlooked variable use.
13679         (makefile-make-font-lock-keywords): Remove two parameters, which
13680         are now variables that some of the modes set locally.
13681         Handle dependency and rule action matching through functions, because
13682         regexps alone match too often.  Dependency matching now comes
13683         last, so it can check, whether a colon already matched something else.
13684         (makefile-mode): Inform that font-lock improves makefile parsing
13685         capabilities.
13686         (makefile-match-dependency, makefile-match-action): New functions.
13688 2005-05-16  Juanma Barranquero  <lekktu@gmail.com>
13690         * emacs-lisp/cl-extra.el (equalp): Doc fix.
13692         * align.el (align-regexp):
13693         * ansi-color.el (ansi-color-get-face):
13694         * array.el (array-reconfigure-rows, array-init-max-row)
13695         (array-init-max-column, array-init-columns-per-line)
13696         (array-init-field-width):
13697         * dired-aux.el (dired-trample-file-versions):
13698         * dired-x.el (dired-mark-sexp):
13699         * ediff-diff.el (ediff-extract-diffs, ediff-get-diff3-group):
13700         * edmacro.el (edmacro-finish-edit, edmacro-parse-keys):
13701         * emerge.el (emerge-extract-diffs, emerge-get-diff3-group):
13702         * faces.el (face-read-integer):
13703         * files.el (backup-extract-version, insert-directory):
13704         * hexl.el (hexl-insert-decimal-char):
13705         * server.el (server-process-filter):
13706         * shell.el (shell-extract-num):
13707         * startup.el (command-line-1):
13708         * term.el (term-command-hook):
13709         * time-stamp.el (time-stamp, time-stamp-string-preprocess)
13710         (time-stamp-do-number):
13711         * time.el (display-time-update):
13712         * timezone.el (timezone-parse-date, timezone-zone-to-minute)
13713         (timezone-fix-time):
13714         * vms-patch.el (vms-suspend-resume-hook):
13715         * calendar/appt.el (appt-convert-time):
13716         * calendar/cal-bahai.el (mark-bahai-diary-entries):
13717         * calendar/cal-hebrew.el (mark-hebrew-diary-entries):
13718         * calendar/cal-islam.el (mark-islamic-diary-entries):
13719         * calendar/calendar.el (calendar-cursor-to-date)
13720         (calendar-star-date):
13721         * calendar/diary-lib.el (diary-attrtype-convert)
13722         (mark-diary-entries, diary-entry-time):
13723         * calendar/solar.el (solar-get-number):
13724         * emacs-lisp/lisp-mnt.el (lm-last-modified-date):
13725         * emacs-lisp/re-builder.el (reb-display-subexp):
13726         * emulation/edt.el (edt-set-scroll-margins):
13727         * emulation/tpu-extras.el (tpu-set-scroll-margins):
13728         * emulation/vip.el (vip-get-ex-token, vip-get-ex-buffer)
13729         (vip-get-ex-count):
13730         * emulation/viper-ex.el (viper-get-ex-token)
13731         (viper-get-ex-buffer, viper-get-ex-count, ex-next):
13732         * international/fontset.el (fontset-plain-name):
13733         * mail/feedmail.el (feedmail-look-at-queue-directory):
13734         * mail/mailalias.el (mail-get-names):
13735         * mail/rmail.el (rmail-convert-to-babyl-format):
13736         * mail/rmailsum.el (rmail-make-basic-summary-line)
13737         (rmail-summary-next-same-subject, rmail-summary-rmail-update)
13738         (rmail-summary-goto-msg):
13739         * mail/smtpmail.el (smtpmail-read-response):
13740         * net/ange-ftp.el (ange-ftp-guess-hash-mark-size)
13741         (ange-ftp-vms-add-file-entry):
13742         * play/gametree.el (gametree-looking-at-ply)
13743         (gametree-current-branch-score):
13744         * progmodes/ada-xref.el (ada-prj-find-prj-file)
13745         (ada-xref-find-in-modified-ali, ada-find-in-src-path):
13746         * progmodes/cperl-mode.el (condition-case):
13747         * progmodes/ebrowse.el (ebrowse-set-tree-indentation)
13748         (ebrowse-set-member-buffer-column-width)
13749         (ebrowse-select-1st-to-9nth):
13750         * progmodes/etags.el (etags-snarf-tag):
13751         * progmodes/flymake.el (flymake-parse-line):
13752         * progmodes/idlw-shell.el (idlwave-shell-parse-line)
13753         (idlwave-shell-filter-bp, idlwave-shell-goto-next-error)
13754         (idlwave-shell-menu-def):
13755         * progmodes/ps-mode.el (ps-run-goto-error):
13756         * progmodes/vhdl-mode.el (vhdl-read-offset, vhdl-load-cache)
13757         (vhdl-speedbar-contract-level):
13758         * term/mac-win.el (x-handle-numeric-switch):
13759         * term/sun-mouse.el (sun-get-frame-data):
13760         * term/w32-win.el (x-handle-numeric-switch):
13761         * term/x-win.el (x-handle-numeric-switch):
13762         * textmodes/ispell.el (ispell-parse-output):
13763         * textmodes/nroff-mode.el (nroff-outline-level):
13764         * textmodes/reftex-cite.el (reftex-bib-sort-year)
13765         (reftex-bib-sort-year-reverse, reftex-format-citation):
13766         * textmodes/reftex-parse.el (reftex-init-section-numbers)
13767         (reftex-section-number):
13768         * textmodes/texinfmt.el (texinfo-paragraphindent):
13769         Replace `string-to-int' by `string-to-number'.
13771         * international/latexenc.el: Add page marker to force the "Local
13772         Variables:" string out of the last page.
13774 2005-05-16  Nick Roberts  <nickrob@snap.net.nz>
13776         * progmodes/gud.el (gud-tooltip-mode): Add gud prefix to
13777         tooltip-change-major-mode.
13778         (gud-tooltip-print-command): Remove case where gud-minor-mode
13779         is gdb ("--fullname").
13780         (gud-tooltip-tips): Turn GUD tooltips off for this case and
13781         explain to user.
13783 2005-05-16  Jay Belanger  <belanger@truman.edu>
13785         * calc/calc-store.el (calc-copy-special-constant): New function.
13787         * calc/calc-ext.el (calc-init-extensions): Add binding for
13788         `calc-copy-special-constant'.
13790         * calc/calc-prog.el (calc-edit-format-macro-buffer): Add a case
13791         for the `calc-copy-special-constant' command.
13793 2005-05-16  Nick Roberts  <nickrob@snap.net.nz>
13795         * subr.el (left-fringe-p): New function.
13797         * progmodes/compile.el (compilation-setup): Set local value of
13798         overlay-arrow-string to "" always.
13799         (compilation-set-window): Left fringe then don't scroll.
13800         No left fringe then no arrow and scroll message to top.
13801         (compilation-context-lines): Adjust doc string accordingly.
13803 2005-05-16  Kim F. Storm  <storm@cua.dk>
13805         * ido.el (ido-magic-forward-char, ido-magic-backward-char)
13806         (ido-magic-delete-char): New commands for C-f, C-b, C-d.
13807         (ido-wide-find-dir-or-delete-dir): New command for M-d.
13808         (ido-define-mode-map): Bind them.  Add C-x prefix to fallback commands.
13809         (ido-read-file-name): Handle commands with ido property value
13810         equal to find-file as reading a file name, to allow C-d to enter dired.
13811         (ibuffer-find-file): Add ido property with value find-file.
13813 2005-05-15  Kim F. Storm  <storm@cua.dk>
13815         * subr.el (open-network-stream-nowait): Remove.
13816         (open-network-stream-server): Remove.
13818 2005-05-15  Richard M. Stallman  <rms@gnu.org>
13820         * faces.el (describe-face): Output a definition link button.
13822         * help-mode.el (help-face-def): New button type.
13824         * emacs-lisp/copyright.el (copyright-fix-years):
13825         Match properly if the first year is 2-digit.
13826         Don't mess up the whitespace after the years by filling.
13828         * dired-aux.el (dired-mark-confirm):
13829         Pass t to dired-get-marked-files for DISTINGUISH-ONE-MARKED.
13831         * dired.el (dired-map-over-marks): New arg DISTINGUISH-ONE-MARKED.
13832         (dired-get-marked-files): New arg DISTINGUISH-ONE-MARKED.
13833         (dired-mark-pop-up): Handle FILES = (t FILE) specially.
13835         * emacs-lisp/lisp-mode.el (lisp-mode-variables):
13836         Set font-lock-comment-start-skip.
13838         * font-lock.el (font-lock-comment-start-skip): New variable.
13839         (font-lock-comment-end-skip): New variable.
13840         (font-lock-fontify-syntactically-region): Use them if non-nil.
13842 2005-05-15  Jay Belanger  <belanger@truman.edu>
13844         * calc/calc-store.el (calc-store-value): Return a string rather
13845         than display it as a message.
13846         Use calc-var-name for variable name.
13847         (calc-store-into): Add the result of calc-store-value to message.
13848         (calc-copy-variable): Add a message.
13849         (calc-store-exchange): Improve error messages.
13850         (calc-store-binary, calc-store-map): Don't reset the values of
13851         special constants.
13853 2005-05-14  Luc Teirlinck  <teirllm@auburn.edu>
13855         * emacs-lisp/derived.el (define-derived-mode): Add link to Elisp
13856         manual to docstring.
13858         * files.el (hack-local-variables-confirm): Add STRING argument.
13859         Make the function handle non file visiting buffers correctly.
13860         (hack-local-variables-prop-line, hack-local-variables)
13861         (hack-one-local-variable): Use STRING arg of
13862         `hack-local-variables-confirm'.
13864 2005-05-14  Michael Albinus  <michael.albinus@gmx.de>
13866         Sync with Tramp 2.0.49.
13868         * net/tramp.el (tramp-handle-dired-call-process)
13869         (tramp-handle-insert-directory):`insert-buffer' cannot be used
13870         because the contents of the Tramp buffer is changed before
13871         insertion (`expand-file' and alike).
13872         (tramp-handle-insert-directory): If `localname' has an empty
13873         nondirectory name, it must not be quoted.
13874         (tramp-pre-connection): Add parameter CHUNKSIZE.  Make local
13875         variable `tramp-chunksize'.  Change callees.
13876         (tramp-open-connection-setup-interactive-shell): Check remote host
13877         for buggy `send-process-string' implementation.
13878         Set `tramp-chunksize' if found.  Reported by Michael Kifer
13879         <kifer@cs.sunysb.edu> (and a lot of other people all the years).
13880         (tramp-handle-shell-command): `insert-buffer' cannot be used
13881         because the contents of the Tramp buffer is changed before
13882         insertion (`expand-file' and alike).  Reported by Fr\e,Ai\e(Bd\e,Ai\e(Bric Bothamy
13883         <frederic.bothamy@free.fr>.
13884         (tramp-set-auto-save): Actions should be done for Tramp file name
13885         handler only.  Ange-FTP has its own auto-save mechanism.
13886         Reported by Richard G. Bielawski <Richard.G.Bielawski@wellsfargo.com>.
13887         (tramp-set-auto-save-file-modes): Set file modes of
13888         `buffer-auto-save-file-name' to ?\600 as fallback solution.
13889         Reported by Ferenc Wagner <wferi@tba.elte.hu>.
13890         (tramp-bug): Remove obsolete variable.
13891         (tramp-append-tramp-buffers): Rewrite partly.  More suitable check
13892         for presence of `mml-mode'.  Make it running for older Emacsen as well.
13894 2005-05-14  John Paul Wallington  <jpw@pobox.com>
13896         * ibuf-ext.el (define-ibuffer-filter filename):
13897         If `dired-directory' is a list, use its car.
13899 2005-05-14  Daniel Brockman  <daniel@brockman.se>  (tiny change)
13901         * ibuffer.el (define-ibuffer-column filename):
13902         If `dired-directory' is a list, use its car.
13904 2005-05-14  Richard M. Stallman  <rms@gnu.org>
13906         * subr.el (symbol-file): Doc fix.
13908         * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn): New function.
13909         (byte-compile-form): Call byte-compile-nogroup-warn.
13910         (byte-compile-warning-types): Doc fix.
13912         * eshell/esh-mode.el (eshell-find-tag): Use with-no-warnings.
13914         * progmodes/cc-engine.el (c-literal-faces):
13915         Add font-lock-comment-delimiter-face.
13917         * net/net-utils.el (dig): Use with-no-warnings.
13919         * mail/supercite.el (sc-cite-frame-alist, sc-uncite-frame-alist)
13920         (sc-recite-frame-alist, sc-default-cite-frame)
13921         (sc-default-uncite-frame, sc-default-recite-frame)
13922         (sc-attrib-selection-list, sc-rewrite-header-list):
13923         Mark as risky-local-variable.
13925         * international/ogonek.el (ogonek-jak, ogonek-how):
13926         Don't use beginning-of-buffer.
13928         * emacs-lisp/eldoc.el (eldoc-documentation-function): Add autoload.
13930         * calendar/solar.el (solar-data-list): Move definition up.
13932         * dnd.el (dnd-protocol-alist): Add autoload.
13934         * progmodes/sh-script.el: Many doc usage fixes.
13935         (sh-indent-after-do): Change default to match common styles.
13937 2005-05-13  Luc Teirlinck  <teirllm@auburn.edu>
13939         * files.el (interpreter-mode-alist)
13940         (auto-mode-interpreter-regexp): Doc fixes.
13942 2005-05-13  Matt Hodges  <MPHodges@member.fsf.org>
13944         * tmm.el (tmm-get-keymap): Include only active menus and menu items.
13946         * emacs-lisp/easymenu.el (easy-menu-define): Doc fixes.
13948 2005-05-13  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
13950         * dired.el (dired-mode): make-variable-buffer-local =>
13951         make-local-variable.
13953 2005-05-13  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
13955         * term/mac-win.el (mac-select-convert-to-string): Try coding
13956         systems in mac-script-code-coding-systems if specified one cannot
13957         encode string for `com.apple.traditional-mac-plain-text'.
13959 2005-05-13  Daniel Pfeiffer  <occitan@esperanto.org>
13961         * progmodes/make-mode.el (makefile-targets-face)
13962         (makefile-shell-face, makefile-makepp-perl-face): New faces.
13963         (makefile-dependency-regex): Fix it to not make the colon in
13964         $(var:a=b) special.
13965         (makefile-rule-action-regex): New regexp for highlighting embedded
13966         Shell strings.
13967         (makefile-macroassign-regex): Handle != for highlighting as
13968         embedded Shell strings.
13969         (makefile-var-use-regex): New const.
13970         (makefile-statements, makefile-automake-statements)
13971         (makefile-gmake-statements, makefile-makepp-statements)
13972         (makefile-bsdmake-statements): New consts.
13973         (makefile-make-font-lock-keywords): New function.
13974         (makefile-automake-font-lock-keywords)
13975         (makefile-gmake-font-lock-keywords)
13976         (makefile-makepp-font-lock-keywords)
13977         (makefile-bsdmake-font-lock-keywords): New consts.
13978         (makefile-mode-map): Add switchers between the various submodes.
13979         (makefile-mode): Document the availability of the variants.
13980         (makefile-automake-mode, makefile-gmake-mode)
13981         (makefile-makepp-mode, makefile-bsdmake-mode): New derived modes.
13983         * files.el (auto-mode-alist, interpreter-mode-alist): Set up the
13984         new variants of makefile-mode.
13986 2005-05-12  Stefan Monnier  <monnier@iro.umontreal.ca>
13988         * font-lock.el (font-lock-comment-delimiter-face): Fix up
13989         the inheritance.
13991 2005-05-12  Luc Teirlinck  <teirllm@auburn.edu>
13993         * progmodes/inf-lisp.el (inferior-lisp-mode-hook)
13994         (inferior-lisp-load-hook): Convert defcustoms back to defvars.
13996         * files.el (normal-mode): Extend the scope of the
13997         `enable-local-variables' binding to include the `set-auto-mode' call.
13998         (magic-mode-alist): Doc fix.
14000 2005-05-12  Stefan Monnier  <monnier@iro.umontreal.ca>
14002         * font-lock.el (font-lock-comment-delimiter-face): Inherit from
14003         font-lock-comment-face rather than copying its setting.
14005 2005-05-12  Andreas Schwab  <schwab@suse.de>
14007         * eshell/esh-mode.el (eshell-send-input): Doc fix.
14009 2005-05-12  Lute Kamstra  <lute@gnu.org>
14011         * emacs-lisp/generic.el (define-generic-mode): Don't generate a
14012         defcustom for the mode hook variable.  Delete the last argument.
14013         * generic-x.el: Fix callers of define-generic-mode.
14014         (generic-x-modes): Delete group.
14015         (show-tabs-tab-face, show-tabs-space-face): Put them in the
14016         generic-x customization group.
14018 2005-05-12  Kim F. Storm  <storm@cua.dk>
14020         * font-lock.el (font-lock-negation-char-face): Default to "off".
14022         * progmodes/cc-fonts.el (c-basic-matchers-before): Don't apply
14023         font-lock-negation-char-face to ! in !=.
14025 2005-05-12  Masatake YAMATO  <jet@gyve.org>
14027         * add-log.el (find-change-log): Fix typos in the docstring
14028         of function.
14030 2005-05-11  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
14032         * international/latexenc.el (latexenc-find-file-coding-system):
14033         Avoid `re-search-forward' when looking for input encoding because
14034         of speed and safety.  Better regular expressions for recognizing
14035         input encoding.  Limit a search for TeX-master/tex-main-file to
14036         the local variable section.
14038 2005-05-11  Dan Nicolaescu  <dann@ics.uci.edu>
14040         * progmodes/sh-script.el (sh-mode-default-syntax-table): Set the
14041         syntax of $ to "'" (quote).
14043 2005-05-11  Reiner Steib  <Reiner.Steib@gmx.de>
14045         * dnd.el (dnd-protocol-alist): Improve custom type.
14047         * dired.el (dired-dnd-protocol-alist): New variable.
14048         (dired-mode): Use `dired-dnd-protocol-alist'.  Move call of
14049         `dired-mode-hook' to the end.
14051 2005-05-11  Stefan Monnier  <monnier@iro.umontreal.ca>
14053         * font-lock.el (font-lock-fontify-syntactically-region): Don't use
14054         comment-end if comment-start-skip is not set.
14055         Obey the font-lock-comment-delimiter-face variables.
14057 2005-05-11  Stefan Monnier  <monnier@iro.umontreal.ca>
14059         * files.el (executable-find): Move from executable.el.  Use
14060         locate-file.
14061         * progmodes/executable.el (executable-find): Move to files.el.
14063         * font-lock.el (font-lock-fontify-keywords-region): Use a marker
14064         when trying to ensure forward progress.
14066 2005-05-11  Chong Yidong  <cyd@stupidchicken.com>
14068         * mouse-sel.el (mouse-sel-follow-link-p): New function.
14069         (mouse-select, mouse-select-internal, mouse-extend-internal):
14070         Use it to implement mouse-1-click-follows-link functionality.
14072 2005-05-11  Richard M. Stallman  <rms@gnu.org>
14074         * font-lock.el (font-lock-fontify-syntactically-region):
14075         Use font-lock-comment-delimiter-face for comment delimiters.
14077 2005-05-10  Jay Belanger  <belanger@truman.edu>
14079         * calc/calc-help.el (calc-m-prefix-help): Add mention of
14080         preserving embedded modes.
14082 2005-05-10  Richard M. Stallman  <rms@gnu.org>
14084         * progmodes/sh-script.el (sh-indent-for-do): Default to 0.
14086         * progmodes/ada-mode.el (ada-adjust-case-skeleton):
14087         Move from ada-stmt.el.
14088         (ada-mode): Add ada-adjust-case-skeleton to skeleton-end-hook.
14090         * progmodes/ada-stmt.el (ada-adjust-case-skeleton):
14091         Move to ada-mode.el.
14092         (ada-stmt-mode-hook): Delete; do the work in ada-mode.
14094         * cus-edit.el (custom-file): Call file-chase-links.
14096         * files.el (read-directory-name): Fix previous change.
14097         (hack-local-variables-confirm): New function.
14098         (hack-local-variables-prop-line, hack-local-variables)
14099         (hack-one-local-variable): Use it.
14101 2005-05-10  Lute Kamstra  <lute@gnu.org>
14103         * font-lock.el (font-lock-keywords-alist)
14104         (font-lock-removed-keywords-alist): Clarify docstrings.
14106 2005-05-10  Nick Roberts  <nickrob@snap.net.nz>
14108         * progmodes/gdb-ui.el (gdb-macro-info): New variable.
14109         (gdb-source-info): Check for preprocessor info.
14110         (gdb-tooltip-print-1): New function.  Don't print tooltip if it is
14111         a macro for a function.
14112         (gdb-info-breakpoints-custom): Try to find file again if not already
14113         found (user might have used GDB dir command).
14114         (gdb-get-location): Update gdb-location-alist correctly for change
14115         to gdb-info-breakpoints-custom.
14117         * progmodes/gud.el (gud-tooltip-mode): Require tooltip to be safe.
14118         (gud-tooltip-print-command): Add gdbmi case.
14119         (gud-tooltip-tips): Call gdb-tooltip-print-1 first if there is
14120         preprocessor info.
14122 2005-05-09  Reiner Steib  <Reiner.Steib@gmx.de>
14124         * startup.el (fancy-splash-insert): Fix typo in doc string.
14126 2005-05-09  Juanma Barranquero  <lekktu@gmail.com>
14128         * obsolete/float.el (string-to-float):
14129         * obsolete/hilit19.el (hilit-add-pattern):
14130         * obsolete/rnews.el (news-parse-range, news-select-message)
14131         (news-get-pruned-list-of-files): Replace `string-to-int' by
14132         `string-to-number'.
14134         * obsolete/uncompress.el: Set `find-file-not-found-functions', not
14135         `find-file-not-found-hooks'; use `add-hook'.
14136         (uncompress-while-visiting): Set `write-file-functions', not
14137         `write-file-hooks'; use `add-hook'.
14139 2005-05-09  Kim F. Storm  <storm@cua.dk>
14141         * emulation/cua-base.el (cua-copy-region, cua-cut-region)
14142         (cua-paste): Handle clipboard action.
14143         (cua--init-keymaps): Remap clipboard-kill-region and
14144         clipboard-kill-ring-save.
14146 2005-05-08  Eli Zaretskii  <eliz@gnu.org>
14148         * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
14149         Improve commentary.
14151         * simple.el (next-error-overlay-arrow-position): Revert the change
14152         made on 2005-04-30.
14154 2005-05-07  Jay Belanger  <belanger@truman.edu>
14156         * calc/calcsel2.el (calc-commute-left, calc-commute-right)
14157         (calc-sel-unpack, calc-sel-isolate): Rename variable `reselect' to
14158         `calc-sel-reselect'.
14160         * calc/calc-mode.el (calc-save-modes): Reset the modes list if
14161         Calc is in embedded mode.
14163 2005-05-07  Eli Zaretskii  <eliz@gnu.org>
14165         * progmodes/compile.el (compilation-setup):
14166         Set overlay-arrow-string to an empty string on text terminals.
14168         * textmodes/ispell.el (ispell-program-name): Try looking for
14169         "aspell" along exec-path, and if found, use it as the default
14170         speller program.
14172 2005-05-07  Jirka Kosek  <jirka@kosek.cz>  (tiny change)
14174         * international/mule.el (sgml-xml-auto-coding-function):
14175         Recognize encoding='FOO' in single quotes as well as in double quotes.
14177 2005-05-07  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
14179         * emacs-lisp/cl-macs.el (cl-transform-lambda): Recognize `declare'
14180         as well as `interactive', so that defmacro* would recognize
14181         `declare' forms.
14183 2005-05-07  Eli Zaretskii  <eliz@gnu.org>
14185         * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
14186         Explain more about the LIGHTER arg's usage in the doc string.
14187         Add commentary to clarify what the code does.  Fix the regexp that
14188         strips whitespace from LIGHTER.  Quote LIGHTER before using it,
14189         since it could have characters special to regular expressions.
14191 2005-05-07  Matt Hodges  <MPHodges@member.fsf.org>  (tiny change)
14193         * replace.el (occur-1): Bind inhibit-read-only so that
14194         erase-buffer doesn't barf on read-only text properties (likewise
14195         for add-text-properties in occur-engine).  Mark buffer as unmodified.
14196         (occur-engine): Don't set buffer-read-only here.
14198 2005-05-06  Stefan Monnier  <monnier@iro.umontreal.ca>
14200         * pcvs.el (cvs-mode-commit, cvs-mode-edit-log): Don't fiddle with
14201         list-buffers-directory.  This caused the *cvs-commit* buffer to be
14202         sometimes mistakenly reused as a *cvs* buffer.
14204 2005-05-07  Nick Roberts  <nickrob@snap.net.nz>
14206         * tooltip.el: Move code for GUD tooltips into gud.el.
14207         (require): CL no longer needed to compile case.
14208         (tooltip-mode): Do not toggle functions for GUD tooltips.
14209         (tooltip-gud-tips-p): Remove.  Replace with minor mode
14210         gud-tooltip-mode in gud.el.
14211         (tooltip-gud-modes, tooltip-gud-display, tooltip-gud-echo-area)
14212         (tooltip-gud-toggle-dereference): Rename in gud.el by replacing
14213         tooltip-gud prefix with gud-tooltip and obsolete.
14214         (tooltip-change-major-mode, tooltip-activate-mouse-motions-if-enabled)
14215         (tooltip-mouse-motions-active, tooltip-activate-mouse-motions)
14216         (tooltip-mouse-motion): Mouse movement functions/variable.
14217         Rename in gud.el by adding gud prefix.
14218         (tooltip-gud-original-filter, tooltip-gud-dereference)
14219         (tooltip-gud-event, tooltip-toggle-gud-tips)
14220         (tooltip-gud-process-output, tooltip-gud-print-command)
14221         (tooltip-gud-tips): GUD tooltip functions/variables.  Rename in
14222         gud.el by replacing tooltip-gud prefix with gud-tooltip.
14223         (gdb-tooltip-print): Move to gdb-ui.el.
14225         * progmodes/gud.el: Move code for GUD tooltips from tooltip.el.
14226         (require): CL needed to compile case.
14227         (gud-tooltip-mode): Use to toggle GUD tooltips instead of
14228         tooltip-gud-tips-p.  Make it a minor-mode.
14229         (gud-find-file): Only prepare GUD tooltips if gud-tooltip-mode is t.
14230         (gud-menu-map): GUD tooltips use gud-tooltip-mode now.
14231         (gud-tooltip-modes, gud-tooltip-display, gud-tooltip-echo-area)
14232         (gud-tooltip-change-major-mode)
14233         (gud-tooltip-activate-mouse-motions-if-enabled)
14234         (gud-tooltip-mouse-motions-active, gud-tooltip-activate-mouse-motions)
14235         (gud-tooltip-mouse-motion, gud-tooltip-toggle-dereference)
14236         (gud-tooltip-original-filter, gud-tooltip-dereference)
14237         (gud-tooltip-event, tooltip-toggle-gud-tips)
14238         (gud-tooltip-process-output, gud-tooltip-print-command)
14239         (gud-tooltip-tips): Move from tooltip.el.
14241         * progmodes/gdb-ui.el (gdb-tooltip-print): Move from tooltip.el.
14242         (gdb-cpp-define-alist-flags): Doc fix.
14243         (gdb-set-gud-minor-mode-1): Only prepare GUD tooltips if
14244         gud-tooltip-mode is t.
14246 2005-05-06  Stefan Monnier  <monnier@iro.umontreal.ca>
14248         * net/goto-addr.el (goto-address-fontify): Make sure the overlays
14249         evaporate if their text is deleted.
14250         (goto-address-at-point): Make it work as a mouse binding as well.
14251         (goto-address-at-mouse): Obsolete it.  Update users.
14253 2005-05-06  Glenn Morris  <gmorris@ast.cam.ac.uk>
14255         * calendar/appt.el (top-level): No longer activate on load.
14257 2005-05-06  Juanma Barranquero  <lekktu@gmail.com>
14259         * calendar/cal-bahai.el (mark-bahai-diary-entries):
14260         * net/webjump.el (webjump):
14261         * progmodes/idlw-help.el (idlwave-do-context-help1)
14262         (idlwave-highlight-linked-completions):
14263         * textmodes/po.el (po-find-file-coding-system-guts):
14264         Replace `assoc-ignore-case' by `assoc-string'.
14266 2005-05-06  Eli Zaretskii  <eliz@gnu.org>
14268         * files.el (locate-file): Doc fix.
14270         * progmodes/gdb-ui.el (gdb-cpp-define-alist-program): Doc fix.
14271         Remove the redundant test for ms-dos.
14273         * progmodes/cmacexp.el (c-macro-preprocessor): Use locate-file to
14274         look for the preprocessor with exec-suffixes.  If not found in
14275         standard places, look in exec-path.  Remove most of the tests that
14276         used system-type.
14278         * loadup.el: Load jka-cmpr-hook instead of jka-comp-hook.
14280         * jka-compr.el (jka-compr-uninstall): Add autoload cookie.
14282         * jka-cmpr-hook.el: Renamed from jka-comp-hook.el, to avoid
14283         file-name clash with jka-compr.el on 8+3 filesystems.
14285 2005-05-06  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
14287         * term/mac-win.el: Don't define or bind scroll bar functions if
14288         x-toolkit-scroll-bars is t.
14289         (x-select-text, x-get-selection-value): Clear
14290         x-last-selected-text-clipboard if x-select-enable-clipboard is
14291         nil.
14292         (PRIMARY): Put mac-scrap-name property.
14293         (mac-select-convert-to-file-url): New function.
14294         (public.file-url): New selection target type.  Add to
14295         selection-converter-alist.
14296         (x-get-selection, x-selection-value): Handle it.
14297         (x-cut-buffer-or-selection-value): New alias.
14299 2005-05-05  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
14301         * textmodes/bibtex.el (bibtex-summary): Use current BibTeX
14302         entry to avoid calling bibtex-find-entry with arg global
14303         being t.  Remove arg key.
14304         (bibtex-summary-function, bibtex-complete-crossref-cleanup)
14305         (bibtex-copy-summary-as-kill): Change accordingly.
14307 2005-05-05  Stefan Monnier  <monnier@iro.umontreal.ca>
14309         * textmodes/org.el (org-get-entries-from-diary): Remove unused vars.
14310         (org-agenda-date-later): Use with-current-buffer.
14312 2005-05-05  Luc Teirlinck  <teirllm@auburn.edu>
14314         * emacs-lisp/byte-run.el (define-obsolete-function-alias)
14315         (define-obsolete-variable-alias): Doc Fixes.
14317 2005-05-06  Kim F. Storm  <storm@cua.dk>
14319         * simple.el (line-move-1): Fix 2005-04-26 change.  Must still use
14320         vertical-motion when selective-display is active.
14322         * ido.el (ido-setup-hook): New hook.
14323         (ido-define-mode-map-hook): Remove hook; use ido-setup-hook instead.
14324         (ido-input-stack): New var.
14325         (ido-define-mode-map): Bind M-b to ido-push-dir.  Move old
14326         ido-next-work-file binding to M-O.
14327         Bind M-f to ido-wide-find-file-or-pop-dir.
14328         (ido-define-mode-map): Don't run ido-define-mode-map-hook.
14329         (ido-read-internal): Run ido-setup-hook.
14330         Catch quit in read-file-name and read-string to cancel edit.
14331         Handle new push, pop, and pop-all exit codes (for M-b/M-f).
14332         Automatically pop-all when completing a directory name (RET).
14333         (ido-file-internal): Add with-no-warnings around ffap and dired code.
14334         (ido-exit-minibuffer): Use exit-minibuffer instead of throw.
14335         (ido-wide-find-file, ido-wide-find-dir): Catch quit to cancel find.
14336         (ido-push-dir, ido-pop-dir, ido-wide-find-file-or-pop-dir):
14337         New functions for M-b/M-f to move among the directory components.
14338         (ido-make-merged-file-list): Catch quit to cancel merge.
14339         (ido-make-dir-list): Delete "." when ido-input-stack is non-empty.
14340         (ido-completion-help): No warnings for ido-completion-buffer-full.
14342 2005-05-05  Daniel Pfeiffer  <occitan@esperanto.org>
14344         * font-lock.el (font-lock-negation-char-face): New face and variable.
14345         * progmodes/cc-fonts.el (c-cpp-matchers): Use it.
14346         * progmodes/sh-script.el (sh-font-lock-keywords): Use it.
14347         * progmodes/cperl-mode.el (cperl-init-faces): Use it.
14348         * progmodes/make-mode.el (makefile-font-lock-keywords): Use it.
14350 2005-05-05  Juanma Barranquero  <lekktu@gmail.com>
14352         * emacs-lisp/byte-run.el (define-obsolete-function-alias):
14353         Fix typo in docstring.
14355         * progmodes/ebrowse.el (ebrowse-install-1-to-9-keys)
14356         (ebrowse-print-statistics-line)
14357         (ebrowse-electric-position-mode-hook): Fix typo in docstring.
14359         * term/w32-win.el (image-library-alist): Add additional name for
14360         Xpm library.
14362 2005-05-05  Nick Roberts  <nickrob@snap.net.nz>
14364         * progmodes/cmacexp.el (c-macro-preprocessor): Update for BSD and
14365         use gcc instead of cpp.
14367         * progmodes/gdb-ui.el (gdb-cpp-define-alist-flags): New variable.
14368         (gdb-create-define-alist): Use it.
14369         (gdb-cpp-define-alist-program): Update for MS-DOS.
14371 2005-05-04  Nick Roberts  <nickrob@snap.net.nz>
14373         * progmodes/cmacexp.el (c-macro-preprocessor): Update for Mac OS X.
14375 2005-05-04  Richard M. Stallman  <rms@gnu.org>
14377         * help.el (describe-key): No error when UNTRANSLATED is nil.
14379         * simple.el (line-move-1): Fix previous change to signal errors
14380         appropriately.
14382 2005-05-03  Ulf Jasper  <ulf.jasper@web.de>
14384         * calendar/icalendar.el (icalendar-version): Now at 0.12.
14385         (icalendar-duration-correction): Remove.
14386         (icalendar--get-event-properties): Split result at commas.
14387         (icalendar--decode-isoduration): New optional argument
14388         DURATION-CORRECTION.
14389         (icalendar--convert-ordinary-to-ical, icalendar--convert-sexp-to-ical)
14390         (icalendar--convert-yearly-to-ical, icalendar--convert-weekly-to-ical)
14391         (icalendar--convert-block-to-ical, icalendar--convert-float-to-ical)
14392         (icalendar--convert-date-to-ical, icalendar--convert-cyclic-to-ical)
14393         (icalendar--convert-anniversary-to-ical): New functions, extracted
14394         from icalendar-export-region, with bug fixes.
14395         (icalendar-export-region): Use the above functions.
14396         (icalendar-import-buffer): Check before saving diary file.
14397         (icalendar--convert-recurring-to-diary)
14398         (icalendar--convert-non-recurring-all-day-to-diary)
14399         (icalendar--convert-non-recurring-not-all-day-to-diary): New functions,
14400         extracted from icalendar--convert-ical-to-diary, with bug fixes.
14401         (icalendar--convert-ical-to-diary): Use the above functions.
14403 2005-05-03  Nick Roberts  <nickrob@snap.net.nz>
14405         * progmodes/cc-mode.el (cc-define-alist, cc-create-define-alist):
14406         Remove these recent additions.
14407         (c-mode): Restore to before 2005-04-28.
14409         * progmodes/cc-vars.el (cc-define-list-program): Remove this
14410         recent addition.
14412         * progmodes/gdb-ui.el (gdb-cpp-define-alist-program)
14413         (gdb-define-alist): New variables.
14414         (gdb-create-define-alist): New function.
14415         (gdb-set-gud-minor-mode-1): Handle gdb-define-alist.
14416         (gdb-source, gdb-memory-set-repeat-count): Replace string-to-int
14417         with string-to-number.
14418         (gdb-reset): Kill gdb-define-alist.  Move assignments outside loop.
14420         * progmodes/gud.el: Replace string-to-int with string-to-number.
14421         (gud-find-file): Handle gdb-define-alist.
14423         * tooltip.el (tooltip-gud-tips): Use gdb-define-alist.
14425 2005-05-02  Jay Belanger  <belanger@truman.edu>
14427         * calc/calc-aent.el (math-read-token):
14428         * calc/calc-bin.el (calc-word-size):
14429         * calc/calc-ext.el (calc-read-number-fancy):
14430         * calc/calc-forms.el (calc-time, calc-date-notation, math-this-year)
14431         (math-parse-date, math-parse-standard-date, calcFunc-tzone):
14432         * calc/calc-frac.el (calc-over-notation):
14433         * calc/calc-graph.el (calc-graph-plot, calc-graph-set-styles)
14434         (calc-graph-num-points, calc-graph-init):
14435         * calc/calc-prog.el (calc-read-parse-table-part)
14436         (calc-edit-macro-repeats):
14437         * calc/calc-yank.el (calc-do-grab-rectangle):
14438         * calc/calc.el (calcDigit-key, math-read-number, math-read-bignum):
14439         Replace `string-to-int' by `string-to-number'.
14441 2005-05-02  Kim F. Storm  <storm@cua.dk>
14443         * kmacro.el: Use executing-kbd-macro-index variable.
14445 2005-05-02  Thien-Thi Nguyen  <ttn@gnu.org>
14447         * net/rlogin.el (rlogin-parse-words): Delete func.
14448         (rlogin): Use split-string, not rlogin-parse-words.
14449         Also, if there are option-like elements in the parsed args,
14450         take the host to be the first arg immediately following them.
14451         Suggested by Michael Mauger.
14453 2005-05-01  Luc Teirlinck  <teirllm@auburn.edu>
14455         * subr.el (executing-macro): Use `define-obsolete-variable-alias'.
14457 2005-05-02  Nick Roberts  <nickrob@snap.net.nz>
14459         * progmodes/cc-mode.el (cc-create-define-alist): Use a shell.
14460         (cc-mode-cpp-program): Rename to cc-define-list-program and
14461         move to cc-vars.el.
14463         * progmodes/cc-vars.el (cc-define-list-program):
14464         Change to "gcc -E -dM -".  Make customizable.
14466 2005-05-02  Kim F. Storm  <storm@cua.dk>
14468         * emulation/cua-base.el: Fix check for CUA-mode if no init file.
14470 2005-05-02  Nick Roberts  <nickrob@snap.net.nz>
14472         * progmodes/cc-mode.el (cc-mode-cpp-program): Change to "gcc -E".
14474         * international/mule-util.el (truncate-string): Remove alias and
14475         obsolete declaration.
14477         * international/mule-cmds.el (update-iso-coding-systems):
14478         Remove alias and obsolete declaration.
14480         * international/mule.el (coding-system-parent): Remove alias and
14481         obsolete declaration.
14483         * subr.el (define-function, sref): Remove aliases and obsolete
14484         declarations.
14485         (chars-in-region): Remove obsolete declaration.
14487 2005-05-01  Richard M. Stallman  <rms@gnu.org>
14489         * info.el (Info-mode): Set widen-automatically to nil, locally.
14491         * simple.el (widen-automatically): New variable.
14492         (pop-global-mark): Obey widen-automatically.
14494 2005-05-01  Dan Nicolaescu  <dann@ics.uci.edu>
14496         * term/xterm.el (function-key-map): Call substitute-key-definition
14497         before the keymap size is increased by a lot of define-key calls.
14499 2005-05-01  Richard M. Stallman  <rms@gnu.org>
14501         * subr.el (add-to-invisibility-spec, remove-from-invisibility-spec):
14502         Rename ARG to ELEMENT.  Doc fix.
14504 2005-05-01  Nick Roberts  <nickrob@snap.net.nz>
14506         * allout.el (allout-exposure): Remove macro and obsolete declaration.
14507         Remove references to allout-exposure/change to allout-new-exposure.
14509         * emacs-lisp/bytecomp.el (dot, dot-min, dot-max): Don't create
14510         bytecode symbols.
14512         * subr.el (dot, dot-marker, dot-min, dot-max, buffer-flush-undo)
14513         (compiled-function-p, focus-frame, unfocus-frame):
14514         Remove aliases and obsolete declarations.
14515         Back out inadvertent changes from previous commit.
14517 2005-05-01  Luc Teirlinck  <teirllm@auburn.edu>
14519         * files.el (require-final-newline): Make Custom tags consistent
14520         with mode-require-final-newline.
14521         (mode-require-final-newline): Doc fix.
14523 2005-05-01  Stefan Monnier <monnier@iro.umontreal.ca>
14525         * international/latexenc.el (latexenc-find-file-coding-system):
14526         Fix regular expressions.
14528 2005-05-01  David Kastrup <dak@gnu.org>
14530         * international/latexenc.el (latexenc-find-file-coding-system):
14531         Fix regular expressions.
14533 2005-05-01  Nick Roberts  <nickrob@snap.net.nz>
14535         * subr.el (string-to-int): Make obsolete.
14537 2005-04-30  Richard M. Stallman  <rms@gnu.org>
14539         * simple.el (next-error-overlay-arrow-position): Turn off, for ttys.
14541         * loadup.el: load jka-comp-hook.
14543         * jka-compr.el: Many functions and vars moved to jka-comp-hook.el.
14544         (jka-compr-handler): Add autoload.  `put' calls moved
14545         to jka-comp-hook.el.
14546         (compression, jka-compr): defgroups moved to jka-comp-hook.el.
14547         (jka-compr-inhibit): Autoload.
14549         * jka-comp-hook.el: New file.
14550         Enable the mode by default.
14552         * files.el (backup-buffer-copy): Use copy-file instead
14553         of write-region, and put back the 'excl.
14555 2005-04-30  Chong Yidong  <cyd@stupidchicken.com>
14557         * progmodes/flymake.el (flymake-split-string)
14558         (flymake-split-string, flymake-log, flymake-pid-to-names)
14559         (flymake-reg-names, flymake-get-source-buffer-name)
14560         (flymake-unreg-names, flymake-add-line-err-info)
14561         (flymake-add-err-info): Clarify docstrings.
14562         (flymake-popup-menu, flymake-make-emacs-menu)
14563         (flymake-make-xemacs-menu): Add docstrings.
14564         (flymake-get-buffer-*, flymake-set-buffer-*): Functions deleted.
14565         Set variables directly throughout.
14567 2005-04-30  Nick Roberts  <nickrob@snap.net.nz>
14569         * progmodes/cc-mode.el (cc-create-define-alist): Check that file
14570         exists.  Initialize cc-define-alist.
14571         (c-mode): Add cc-create-define-alist locally to after-save-hook.
14572         If there is no file (Macroexpansion) don't create an alist.
14574 2005-04-29  Sam Steingold  <sds@gnu.org>
14576         * progmodes/cc-mode.el (cc-mode-cpp-program): New user variable.
14577         (cc-create-define-alist): Use it instead of the hard-coded string.
14579 2005-04-29  Stefan Monnier  <monnier@iro.umontreal.ca>
14581         * international/mule-conf.el (file-coding-system-alist): Fix regexp
14582         for latexenc.
14584 2005-04-29  Lute Kamstra  <lute@gnu.org>
14586         * emacs-lisp/generic.el: Improve commentary section.
14587         (define-generic-mode): Improve docstring.
14589 2005-04-29  Carsten Dominik  <dominik@science.uva.nl>
14591         * textmodes/org.el (many places): Change to quiet the byte compiler.
14592         (org-prefix-format-compiled): New variable.
14593         (org-compile-prefix-format): New function.
14594         (org-timeline, org-agenda, org-diary): Call org-compile-prefix-format.
14595         (org-agenda-prefix-format,org-timeline-prefix-format): New options.
14596         (org-agenda-get-scheduled): Check if file is opened in `org-mode'.
14597         (org-get-entries-from-diary): Use `org-get-time-of-day' for
14598         consistency with entries from `org-mode' files.
14599         (org-get-time-of-day): Fix bug with partial matches early in a line.
14600         (org-non-link-chars): New constant.
14601         (org-link-regexp): Respect `org-non-link-chars'.
14602         (org-agenda-day-view): Remove command.
14603         (org-agenda-toggle-week-view): Rename from `org-agenda-week-view'.
14604         (org-follow-bbdb-link, org-store-link): Search also company field.
14605         (org-highlight-overlay): New variable.
14606         (org-highlight, org-unhighlight): New functions.
14607         (org-agenda-mode): Add pre-command-hook to remove highlight.
14608         (org-evaluate-time-range): Behavior depends upon whether time stamp
14609         contains a time or not.
14610         (org-show-subtree, org-show-entry): New functions.
14611         (org-agenda-cleanup-fancy-diary): Remove empty lines.
14613 2005-04-28  Luc Teirlinck  <teirllm@auburn.edu>
14615         * comint.el (comint-output-filter-functions): Add autoload cookie.
14617 2005-04-28  Kim F. Storm  <storm@cua.dk>
14619         * ido.el (ido-everywhere): Fix last change.
14621 2005-04-28  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
14623         * international/latexenc.el: New file.
14624         * international/mule-conf.el (file-coding-system-alist): For .tex,
14625         .ltx, .dtx and .drv extensions, use `latexenc-find-file-coding-system'.
14627 2005-04-28  Lute Kamstra  <lute@gnu.org>
14629         * font-lock.el (font-lock-add-keywords)
14630         (font-lock-remove-keywords): Clarify docstring.
14631         (font-lock-keywords-alist, font-lock-removed-keywords-alist):
14632         Don't start docstrings with a `*'.
14633         (font-lock-update-removed-keyword-alist): Give it a docstring.
14635         * generic-x.el: Update commentary section.
14636         Only require font-lock when compiling.
14637         Define all modes conditionally.
14638         Place all generic modes in the generic-x-modes customization group.
14639         (generic-x-modes): New customization group.
14640         (generic-default-modes, generic-mswindows-modes)
14641         (generic-unix-modes, generic-other-modes): New constants.
14642         (generic-define-mswindows-modes, generic-define-unix-modes):
14643         Update docstrings.  Make them obsolete.
14644         (generic-extras-enable-list): New default value.  Update docstring.
14645         Improve :type.  Change :set function.
14646         (bat-generic-mode-syntax-table, rul-generic-mode-syntax-table):
14647         Fix docstring.
14649         * emacs-lisp/generic.el (generic-mode-internal):
14650         Simplify font-lock-defaults.
14651         (define-generic-mode): Fix docstring.
14653 2005-04-28  Stefan Monnier  <monnier@iro.umontreal.ca>
14655         * progmodes/grep.el (grep-mode-font-lock-keywords): Use the
14656         font-lock-face property to highlight matches.
14658 2005-04-28  Nick Roberts  <nickrob@snap.net.nz>
14660         * progmodes/cc-mode.el (cc-create-define-alist): New function.
14661         (cc-define-alist): New variable.
14662         (c-mode): Make it local and initialize it.
14664         * progmodes/gdb-ui.el (gdb-active-process): New variable.
14665         (gdb-exited): New function.
14666         (gdb-annotation-rules): Use it.
14667         (gdb-starting): Set gdb-active-process to t.
14668         (gdb-stopping): Amend doc string.
14669         (gdb-reset): Set gdb-active-process to nil.
14671         * tooltip.el (tooltip-gud-tips): Show the associated #define
14672         directives when a C program under GDB is not executing.
14674 2005-04-27  Stefan Monnier  <monnier@iro.umontreal.ca>
14676         * progmodes/cperl-mode.el (cperl-mode): Don't precompile the
14677         font-lock-fontify-syntactic-keywords.
14679         * font-lock.el (font-lock-default-fontify-region): Don't force
14680         parse-sexp-lookup-properties to nil.
14682 2005-04-27  Alexander Klimov  <alserkli@inbox.ru>  (tiny change)
14684         * man.el (man-mode-syntax-table): Set up `:' to have
14685         word-constituent syntax.
14687 2005-04-27  Lute Kamstra  <lute@gnu.org>
14689         * novice.el (disable-command): Don't add spurious newlines to the
14690         init file.  Reported by Dan Jacobson <jidanni@jidanni.org>.
14692 2005-04-26  Jay Belanger  <belanger@truman.edu>
14694         * calc/calc-yank.el (calc-edit-finish): Make sure there is more
14695         than one window before deleting window.
14697 2005-04-26  Luc Teirlinck  <teirllm@auburn.edu>
14699         * shell.el (shell-prompt-pattern): Doc fix.
14700         (shell-mode): Set paragraph-separate buffer locally to "\\'".
14702         * comint.el (comint-prompt-regexp, comint-get-old-input)
14703         (comint-use-prompt-regexp)
14704         (comint-use-prompt-regexp-instead-of-fields)
14705         (comint-replace-by-expanded-history, comint-send-input)
14706         (comint-output-filter, comint-get-old-input-default)
14707         (comint-line-beginning-position, comint-bol, comint-show-output)
14708         (comint-backward-matching-input, comint-forward-matching-input)
14709         (comint-next-prompt, comint-previous-prompt):
14710         Rename `comint-use-prompt-regexp-instead-of-fields' to
14711         `comint-use-prompt-regexp'.  Keep old name as alias and declare
14712         obsolete.
14713         (comint-use-prompt-regexp): Shorten first line of doc string.
14715         * ielm.el (inferior-emacs-lisp-mode): Adapt to above name change.
14716         Set paragraph-separate buffer locally to "\\'".
14718         * hippie-exp.el (try-expand-line, try-expand-line-all-buffers):
14719         Adapt to above name change.
14721         * net/net-utils.el (nslookup-prompt-regexp, ftp-prompt-regexp)
14722         (smbclient-prompt-regexp): Ditto.
14724         * progmodes/inf-lisp.el (inferior-lisp-prompt): Ditto.
14726 2005-04-27  Nick Roberts  <nickrob@snap.net.nz>
14728         * progmodes/gdb-ui.el (gdb-location-alist): Rename from
14729         gdb-location-list.
14730         Break lines that are over 80 characters wide.
14732 2005-04-26  Stefan Monnier  <monnier@iro.umontreal.ca>
14734         * pcvs-info.el (cvs-fileinfo->full-path, cvs-display-full-path):
14735         New fun and var, to preserve compatibility.
14737         * pcvs.el, pcvs-info.el: Rename "full-path" -> "full-name".
14739 2005-04-26  Dominique de Waleffe  <ddw@missioncriticalit.com>  (tiny change)
14741         * pcvs-info.el (cvs-fileinfo->backup-file): Don't pass the full file
14742         name to file-newer-than-file-p.
14744 2005-04-26  Richard M. Stallman  <rms@gnu.org>
14746         * simple.el (line-move-1): Avoid using vertical-motion in easy cases.
14748         * progmodes/python.el (python-mode):
14749         Use new name eldoc-documentation-function.
14751         * hexl.el (hexl-mode): Use new name eldoc-documentation-function.
14753         * emacs-lisp/eldoc.el (eldoc-mode): Doc fix.
14754         (eldoc-documentation-function):
14755         Rename from eldoc-print-current-symbol-info-function.  Calls changed.
14757 2005-04-26  Nick Roberts  <nickrob@snap.net.nz>
14759         * emacs-lisp/byte-run.el (define-obsolete-function-alias): New macro.
14761 2005-04-25  Dan Nicolaescu  <dann@ics.uci.edu>
14763         * term/xterm.el (function-key-map): Fix strings for
14764         {C,S,A,C-S}-f[1-4].  Use substitute-key-definition to bind
14765         {C,S,A,C-S}-{f1-f12}.
14767 2005-04-26  Kenichi Handa  <handa@m17n.org>
14769         * international/mule-cmds.el (select-safe-coding-system):
14770         Fix previous change.
14772 2005-04-26  Lute Kamstra  <lute@gnu.org>
14774         * emacs-lisp/easy-mmode.el (define-minor-mode): Fix docstring.
14776         * font-lock.el (font-lock-fontify-region-function): Fix docstring.
14777         (font-lock-comment-delimiter-face): Ditto.
14779         * calc/calc.el (calc-trail-mode): Don't set font-lock-defaults.
14781 2005-04-25  Jay Belanger  <belanger@truman.edu>
14783         * calc/calc-help.el (calc-view-news): Let-bind inhibit-read-only
14784         to t while inserting information; use help-mode.
14786 2005-04-25  Dan Nicolaescu  <dann@ics.uci.edu>
14788         * term.el (ansi-term-color-vector): Use the xterm colors.
14789         (term-raw-map): Don't add mappings for \eO and \e[.  Map deletechar.
14791 2005-04-25  Lute Kamstra  <lute@gnu.org>
14793         * font-core.el (font-lock-defaults): Fix docstring.
14795         * font-lock.el (font-lock-syntactic-face-function): Fix docstring.
14797 2005-04-25  Kenichi Handa  <handa@m17n.org>
14799         * international/mule-cmds.el (select-safe-coding-system):
14800         Don't check consistency with coding: spec, etc if raw-text or
14801         no-conversion was found to be safe.
14803 2005-04-24  Richard M. Stallman  <rms@gnu.org>
14805         * mail/sendmail.el (mail-font-lock-keywords): Match any number of
14806         citation markers at start of each line.
14808         * mail/rmail.el (rmail-font-lock-keywords): Match any number of
14809         citation markers at start of each line.
14811         * font-lock.el (font-lock-comment-delimiter-face): Doc fix.
14813         * files.el (mode-require-final-newline): Fix previous change.
14814         (require-final-newline): Fix type label.
14816 2005-04-24  Glenn Morris  <gmorris@ast.cam.ac.uk>
14818         * progmodes/f90.el (f90-calculate-indent): Fix treatment of first
14819         statement in buffer (broken by 2004-11-24 change).
14821 2005-04-24  Kim F. Storm  <storm@cua.dk>
14823         * ido.el (ido-everywhere): Save and restore old read-buffer-function
14824         and read-file-name-function values.  Don't overwrite existing
14825         non-nil values if ido-mode is enabled without ido-everywhere.
14827 2005-04-24  Luc Teirlinck  <teirllm@auburn.edu>
14829         * files.el (mode-require-final-newline): Minor doc fix.
14831 2005-04-24  Eli Zaretskii  <eliz@gnu.org>
14833         * subr.el (syntax-after): Doc fix.
14834         (syntax-class): If argument is nil, return nil.  Mask off upper 16
14835         bits, not 8 bits.
14837         * files.el (mode-require-final-newline): Doc fix.
14838         (backup-buffer-copy): Fix last change.
14840 2005-04-24  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
14842         * term/mac-win.el: Require select.  Set selection-coding-system to
14843         mac-system-coding-system.  Call menu-bar-enable-clipboard.
14844         (x-last-selected-text-clipboard, x-last-selected-text-primary)
14845         (x-select-enable-clipboard): New variables.
14846         (x-select-text, x-get-selection, x-selection-value)
14847         (x-get-selection-value, mac-select-convert-to-string)
14848         (mac-services-open-file, mac-services-open-selection)
14849         (mac-services-insert-text): New functions.
14850         (CLIPBOARD, FIND): Put mac-scrap-name property.
14851         (com.apple.traditional-mac-plain-text, public.utf16-plain-text)
14852         (public.tiff): Put mac-ostype property.
14853         (selection-converter-alist): Add entries for them.
14854         (mac-application-menu-map): New keymap.
14855         (interprogram-cut-function, interprogram-paste-function): Set to
14856         x-select-text and x-get-selection-value, respectively.
14857         (split-window-keep-point): Set to t.
14859 2005-04-23  Richard M. Stallman  <rms@gnu.org>
14861         * files.el (read-directory-name): Always pass non-nil
14862         DEFAULT-FILENAME arg to read-file-name.
14863         (backup-buffer-copy, basic-save-buffer-2): Take care against
14864         writing thru an unexpected existing symlink.
14865         (revert-buffer): In indirect buffer, revert the base buffer.
14866         (magic-mode-alist): Doc fix.
14867         (buffer-stale-function): Doc fix.
14868         (minibuffer-with-setup-hook): Avoid warning.
14869         (mode-require-final-newline): Doc and custom fix.
14871         * follow.el (follow-end-of-buffer): Use with-no-warnings.
14873         * font-lock.el (font-lock-comment-face): On terminals with few colors,
14874         use the default appearance.
14875         (font-lock-comment-delimiter-face): New face, new variable.
14877         * imenu.el (imenu--generic-function): The official position of a
14878         definition is the start of the line that BEG is in.
14880         * midnight.el (midnight-timer): Move defvar up.
14882         * mouse.el (mouse-drag-region-1): Delete some debugging code.
14884         * saveplace.el (save-place-to-alist): Use with-no-warnings.
14886         * startup.el (command-line): Use with-no-warnings.
14888         * window.el (window-size-fixed): New defvar.
14890         * emacs-lisp/easymenu.el (easy-menu-do-define): Use defalias, not fset.
14892         * mail/rmail.el (rmail-font-lock-keywords):
14893         Use font-lock-comment-delimiter-face.
14895         * mail/sendmail.el (mail-font-lock-keywords):
14896         Use font-lock-comment-delimiter-face.
14898         * progmodes/compile.el (next-error-highlight-timer): New defvar.
14900 2005-04-23  SAITO Takuya  <tabmore@rivo.mediatti.net>  (tiny change)
14902         * progmodes/compile.el (compilation-mode-font-lock-keywords):
14903         Specify t for LAXMATCH when matching directories.
14904         Save match data around compilation-compat-error-properties form.
14906 2005-04-23  David Kastrup  <dak@gnu.org>
14908         * textmodes/tex-mode.el (TeX-mode, plain-TeX-mode, LaTeX-mode):
14909         Mention that the autoloaded aliases should be kept for AUCTeX.
14911 2005-04-23  Andreas Schwab  <schwab@suse.de>
14913         * isearch.el (isearch-forward): Doc fix.
14915 2005-04-23  Eli Zaretskii  <eliz@gnu.org>
14917         * jit-lock.el (jit-lock-stealth-time): Change default value to 16.
14918         (jit-lock-stealth-nice): Change default value to 0.5.
14920 2005-04-23  Eric Hanchrow  <offby1@blarg.net>  (tiny change)
14922         * abbrev.el (write-abbrev-file): Write table entries in
14923         alphabetical order by table name.
14925 2005-04-22  Kim F. Storm  <storm@cua.dk>
14927         * ido.el (ido-read-internal): Fix `list' completion.
14929 2005-04-22  Kenichi Handa  <handa@m17n.org>
14931         * recentf.el (recentf-save-file-coding-system): New variable.
14932         (recentf-save-list): Encode the file by
14933         recentf-save-file-coding-system and add coding: tag.
14935 2005-04-22  Nick Roberts  <nickrob@snap.net.nz>
14937         * emacs-lisp/byte-run.el (define-obsolete-variable-alias): New macro.
14939 2005-04-21  Lute Kamstra  <lute@gnu.org>
14941         * loadhist.el (unload-feature): Don't remove a function from hooks
14942         if it is about to be restored to an autoload .  Remove functions
14943         that will become unbound from auto-mode-alist.  Simplify the code.
14945         * subr.el (assq-delete-all): New implementation that is linear,
14946         not quadratic.  Suggested by David Kastrup <dak@gnu.org>.
14947         (rassq-delete-all): New function.
14949         * menu-bar.el (menu-bar-options-save, menu-bar-showhide-menu):
14950         Add size-indication-mode.
14952 2005-04-21  Kenichi Handa  <handa@m17n.org>
14954         * international/mule-cmds.el: Add autoload for widget-value in
14955         eval-when-compile.
14957 2005-04-21  Nick Roberts  <nickrob@snap.net.nz>
14959         * menu-bar.el (menu-bar-options-save, menu-bar-showhide-menu):
14960         Add tooltip-mode.
14962         * bindings.el (mode-line-mode-menu): Remove tooltip-mode.
14964 2005-04-20  Luc Teirlinck  <teirllm@auburn.edu>
14966         * progmodes/inf-lisp.el (inferior-lisp): New defgroup.
14967         (inferior-lisp-filter-regexp, inferior-lisp-program)
14968         (inferior-lisp-load-command, inferior-lisp-prompt)
14969         (inferior-lisp-mode-hook, lisp-source-modes)
14970         (inferior-lisp-load-hook): defvar->defcustom.
14971         (inferior-lisp-program, inferior-lisp-prompt)
14972         (inferior-lisp-load-hook): Doc fixes.
14973         (inferior-lisp-install-letter-bindings): Small change in
14974         introductory comment.
14976 2005-04-20  Dan Nicolaescu  <dann@ics.uci.edu>
14978         * vc.el (vc-annotate-color-map): Change some colors so that text
14979         using them as foreground is readable on both white and black
14980         backgrounds.
14982 2005-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
14984         * international/mule-conf.el (translation-table-for-input):
14985         Remove redundant declaration.
14987 2005-04-20  Nick Roberts  <nickrob@snap.net.nz>
14989         * progmodes/gud.el (gud-menu-map): Add tooltip-toggle-gud-tips.
14991         * tooltip.el (tooltip-gud-tips-p): Expand documentation.
14992         (tooltip-toggle-gud-tips): New function.
14994 2005-04-20  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
14996         * term/mac-win.el (mac-symbol-encoder): Fix mappings of left and
14997         right angle brackets.
14999 2005-04-20  Nick Roberts  <nickrob@snap.net.nz>
15001         * tooltip.el (tooltip-use-echo-area): Replace as alias and deprecate.
15003 2005-04-19  Stefan Monnier  <monnier@iro.umontreal.ca>
15005         * progmodes/flymake.el (flymake-get-absolute-file-name-basedir):
15006         Remove.  Update callers to use expand-file-name instead.
15008         * subr.el (syntax-class): New function.
15010         * simple.el (blink-matching-open): Use it.
15012         * paren.el (show-paren-function): Use it to recognize parens that are
15013         also used in 2-char comment markers.
15015 2005-04-19  Lute Kamstra  <lute@gnu.org>
15017         * loadhist.el (unload-feature): Update for new format of
15018         load-history.  Simplify the code.
15020 2005-04-19  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
15022         * term/mac-win.el: Add coding: tag and set it to iso-2022-7bit.
15023         (mac-add-charset-info): New function.  Initialize variable
15024         mac-charset-info-alist using it.
15025         (mac-centraleurroman, mac-cyrillic): Do not use UCS in table data
15026         for translation.
15027         (mac-symbol-encoder, mac-dingbats-encoder): New translation table.
15028         (mac-font-encoder-list): Add entries for mac-symbol and mac-dingbats.
15029         (ccl-encode-mac-symbol-font, ccl-encode-mac-dingbats-font):
15030         New CCL programs.
15032 2005-04-19  Kim F. Storm  <storm@cua.dk>
15034         * simple.el (next-buffer, prev-buffer, next-error)
15035         (scroll-other-window, keyboard-quit, keyboard-escape-quit)
15036         (clone-indirect-buffer-other-window): Move bindings to bindings.el.
15038         * bindings.el (next-buffer, prev-buffer, next-error)
15039         (scroll-other-window, keyboard-quit, keyboard-escape-quit)
15040         (clone-indirect-buffer-other-window): Move bindings from simple.el.
15041         (next-buffer, prev-buffer): Add C-x C-right and C-x C-left bindings.
15042         (next-error, previous-error): Add M-g M-n/n and M-g M-p/p bindings.
15044 2005-04-18  Stefan Monnier  <monnier@iro.umontreal.ca>
15046         * isearch.el (isearch-edit-string): Make the search-ring available for
15047         minibuffer history commands.
15048         (minibuffer-local-isearch-map): Remove bindings for M-p and M-n,
15049         the default history commands now work just as well.
15050         (isearch-ring-retreat-edit, isearch-ring-advance-edit): Remove.
15052 2005-04-18  Kim F. Storm  <storm@cua.dk>
15054         * emulation/cua-base.el (cua--pre-command-handler): Add more
15055         elaborate check for shift modifier on non-window systems.
15057 2005-04-18  Lars Hansen  <larsh@math.ku.dk>
15059         * desktop.el: Make "--no-desktop" turn off `desktop-save-mode'.
15061 2005-04-18  Kim F. Storm  <storm@cua.dk>
15063         * tooltip.el (tooltip-show): Change second arg to USE-ECHO-AREA
15064         and make it optional.  Don't test tooltip-gud-echo-area here.
15065         (tooltip-gud-process-output, gdb-tooltip-print):
15066         Pass tooltip-gud-echo-area to tooltip-show.
15067         (tooltip-help-tips): Remove second optional arg to tooltip-show.
15069 2005-04-18  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
15071         * tooltip.el (tooltip-mode): `emacs-quick-startup' and
15072         `display-graphic-p' may not be bound yet.
15074 2005-04-17  Luc Teirlinck  <teirllm@auburn.edu>
15076         * startup.el (command-line): No longer enable Xterm Mouse mode by
15077         default in terminals compatible with xterm.
15079         * xt-mouse.el (xterm-mouse-mode): Set init value back to nil.
15081 2005-04-18  Nick Roberts  <nickrob@snap.net.nz>
15083         * tooltip.el (tooltip-gud-echo-area): Rename from
15084         tooltip-use-echo-area.
15085         (tooltip-show, tooltip-gud-process-output, gdb-tooltip-print)
15086         (tooltip-help-tips): Allow GUD tooltips to be displayed in echo
15087         area independently of where help tooltips are displayed.
15089 2005-04-17  David Kastrup  <dak@gnu.org>
15091         * cus-theme.el (custom-theme-write-variables): Quote variables
15092         where necessary.
15094 2005-04-17  Richard M. Stallman  <rms@gnu.org>
15096         * simple.el (yank-excluded-properties): Add follow-link to value.
15098         * jka-compr.el (jka-compr-compression-info-list): Fix custom type.
15100         * startup.el (fancy-splash-max-time): Just 30 seconds.
15101         (fancy-splash-delay): Just 7.
15102         (fancy-splash-screens): No time limit other than fancy-splash-max-time.
15104         * loadhist.el (unload-feature): Update for new format of load-history.
15105         Simplify the code.
15107         * mail/rmail.el (rmail-ignored-headers): Ignore more headers
15108         (rmail-font-lock-keywords): Don't fontify the text of a citation.
15110         * mail/sendmail.el (mail-font-lock-keywords):
15111         Don't fontify subject text.
15112         Don't fontify the text of a citation.
15114 2005-04-17  Mark H. Weaver  <mhw@netris.org>  (tiny change)
15116         * comint.el (comint-output-filter): Run comint-output-filter-functions
15117         with point where the user had it.
15119 2005-04-16  Stefan Monnier  <monnier@iro.umontreal.ca>
15121         * international/ucs-tables.el (ucs-set-table-for-input):
15122         Disable when using unify-on-decoding.
15124 2005-04-16  Dan Nicolaescu  <dann@ics.uci.edu>
15126         * emulation/cua-base.el (cua-global-mark-face): Add special case
15127         for displays supporting a high number of colors.
15129 2005-04-16  Matt Hodges  <MPHodges@member.fsf.org>  (tiny change)
15131         * repeat.el (repeat): Invoke pre-command-hook and post-command-hook.
15133 2005-04-16  Chong Yidong  <cyd@stupidchicken.com>
15135         * filesets.el (filesets-add-buffer): If user supplies a name of a
15136         non-existing fileset, create a new fileset.
15138 2005-04-16  Carsten Dominik  <dominik@science.uva.nl>
15140         * textmodes/org.el (org-up-heading-all): Fix bug with
15141         `outline-up-heading-all'.
15143 2005-04-16  Andreas Schwab  <schwab@suse.de>
15145         * files.el (auto-mode-alist): Handle /etc/sysconfig/*,
15146         /etc/permissions.d/* and /etc/aliases.d/*.
15148 2005-04-16  Kenichi Handa  <handa@m17n.org>
15150         * international/code-pages.el (cp-make-coding-system):
15151         Set `translation-table-for-input' property value to the symbol
15152         ucs-mule-to-mule-unicode, not to that value.
15153         (pt154): Escape guillemet by `\'.
15155 2005-04-15  Luc Teirlinck  <teirllm@auburn.edu>
15157         * loadup.el: Load tooltip if x-show-tip is fboundp.
15159         * startup.el (command-line): Add comment.
15161         * tooltip.el (tooltip-mode): Specify correct standard value for
15162         Custom in init-value.
15164 2005-04-15  Nick Roberts  <nickrob@snap.net.nz>
15166         * progmodes/gud.el (gud-goto-info): Use existing Info buffer, if
15167         possible.
15169 2005-04-15  Carsten Dominik  <dominik@science.uva.nl>
15171         * textmodes/org.el (org-agenda-date-prompt): Rename from
15172         `org-agenda-date-today'.
15173         (org-evaluate-time-range): Insert at point instead of directly
15174         after time range.
15175         (org-first-headline-recenter, org-subtree-end-visible-p)
15176         (org-optimize-window-after-visibility-change): New functions
15177         (org-agenda-post-command-hook): Don't allow point at end of line,
15178         to make sure it always hits the text properties.
15179         (org-agenda-next-date-line, org-agenda-previous-date-line):
15180         New commands.
15181         (org-set-regexps-and-options): Category may contain white space.
15182         (org-agenda-get-deadlines, org-agenda-get-scheduled):
15183         Improve marker positions.
15184         (org-agenda-new-marker): Argument POS made optional.
15185         (org-agenda-get-timestamps): Deadlines which are done are listed
15186         in org-done-face now.
15187         (org-agenda-get-todos, org-agenda-get-timestamps)
15188         (org-agenda-get-deadlines, org-agenda-get-scheduled):
15189         Set `undone-face' and `done-face' properties.
15190         (org-last-todo-state-is-todo): New variable.
15191         (org-todo): Set `org-last-todo-state-is-todo'.
15192         (org-agenda-todo): Change face according to
15193         `org-last-todo-state-is-todo'.  And change other lines referring to
15194         the same entry.
15195         (org-calendar-goto-agenda): New command.
15196         (org-calendar-to-agenda-key): New option.
15197         (org-startup-folded): New allowed value `content'.
15198         (org-set-regexps-and-options): Accept new value `content' for
15199         `org-startup-folded'.
15200         (org-get-current-options): Handle new value `content' for
15201         `org-startup-folded'.
15202         (org-insert-todo-heading): New command.
15203         (org-mode): Insert first line "*-* mode: org-mode -*-" when called
15204         interactively in empty file and option
15205         `org-insert-mode-line-in-empty-file' has been set.
15206         (org-agenda-todo,org-agenda-priority): Modify to use
15207         `org-agenda-change-all-lines'.
15208         (org-warning-face): Change color on dark background
15210 2005-04-14  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
15212         * international/mule-cmds.el (set-locale-environment): On Mac OS,
15213         use preferences AppleLocale and AppleLanguages, and variable
15214         mac-system-locale for default locale.  On Mac OS Classic, use
15215         mac-system-coding-system for default coding systems.
15217         * term/mac-win.el: Don't set file-name-coding-system.
15218         Decode variables system-name, emacs-build-system, user-login-name, and
15219         user-full-name by mac-system-coding-system on Mac OS Classic.
15220         (mac-system-coding-system): New variable.
15222 2005-04-13  Luc Teirlinck  <teirllm@auburn.edu>
15224         * startup.el (command-line): Handle `xterm-mouse-mode' before
15225         reading init file.
15227         * xt-mouse.el (xterm-mouse-mode): Adapt to above change.
15229 2005-04-13  Glenn Morris  <gmorris@ast.cam.ac.uk>
15231         * progmodes/sh-script.el (sh-here-document-word): Make it a
15232         defcustom.  Doc fix.
15233         (sh-add): Bash uses $(( )) for arithmetic.
15234         (sh-while-getopts) <sh>: Set OPTIND back to 1 at end.
15235         (sh-maybe-here-document): Remove quotes and leading whitespace
15236         from heredoc word when closing.  Indent heredoc with tabs if word
15237         starts with "-".
15239 2005-04-13  Richard M. Stallman  <rms@gnu.org>
15241         * simple.el (undo): Fix previous change.
15243         * custom.el (defface): Doc fix.
15245 2005-04-13  Lute Kamstra  <lute@gnu.org>
15247         * Makefile.in (DONTCOMPILE): Remove list.
15248         (compile, compile-always): Don't use DONTCOMPILE.
15249         (update-authors): Load the library in which batch-update-authors
15250         is defined.
15251         * makefile.w32-in (DONTCOMPILE): Remove list.
15252         (compile, compile-always): Fix comments.
15253         (update-authors): Load the library in which batch-update-authors
15254         is defined.
15256         * generic-x.el (generic-mode-ini-file-find-file-hook):
15257         Rename to ini-generic-mode-find-file-hook.
15258         Keep generic-mode-ini-file-find-file-hook as an alias.
15259         (ini-generic-mode-find-file-hook): Rename from
15260         generic-mode-ini-file-find-file-hook.  Fix docstring.
15261         (ini-generic-mode): Docstring change.
15262         (bat-generic-mode-run-as-comint): Silence the byte compiler.
15264         * help.el (describe-key-briefly): UNTRANSLATED can be nil when
15265         called from lisp.
15267         * generic.el: Move to the emacs-lisp subdir.
15269 2005-04-12  Dan Nicolaescu  <dann@ics.uci.edu>
15271         * term/xterm.el (function-key-map): Add mappings for A-, C-, S-
15272         and C-S- function and cursor motion keys.
15274 2005-04-12  Luc Teirlinck  <teirllm@auburn.edu>
15276         * startup.el (command-line): Enable Xterm Mouse mode by default.
15277         * xt-mouse.el (xterm-mouse-mode): Provide correct standard value
15278         for Custom.  No longer show "Mouse" in mode line when enabled.
15279         Doc fix.
15281 2005-04-12  Kim F. Storm  <storm@cua.dk>
15283         * emulation/cua-base.el (cua-rectangle-face)
15284         (cua-rectangle-noselect-face): Define face attributes here.
15286         * emulation/cua-rect.el (cua--init-rectangles): Remove face setup.
15288 2005-04-12  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
15290         * startup.el (command-line): Turn off blinking cursor if
15291         cursorBlink in resources is off or false.
15293 2005-04-12  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
15295         * term/mac-win.el (dnd): Require dnd.
15296         (mac-drag-n-drop): Call dnd-handle-one-url.
15297         (kTextEncodingMacRoman, kTextEncodingISOLatin1)
15298         (kTextEncodingISOLatin2): Remove constants.
15299         (mac-script-code-coding-systems): New constant.
15300         (mac-handle-language-change): New function.
15301         (special-event-map): Bind it to `language-change' event.
15302         (mac-centraleurroman, mac-cyrillic): New coding systems.
15303         (mac-font-encoder-list, ccl-encode-mac-centraleurroman-font)
15304         (ccl-encode-mac-cyrillic-font): Rename mac-centraleurroman-encoder
15305         and mac-cyrillic-encoder to encode-mac-centraleurroman and
15306         encode-mac-cyrillic, respectively.
15308 2005-04-12  Nick Roberts  <nickrob@snap.net.nz>
15310         * progmodes/gud.el, progmodes/gdb-ui.el (gdb-assembler-mode):
15311         Don't set overlay-arrow-string to "=>" as this is done
15312         globally in C now.
15314 2005-04-12  Lute Kamstra  <lute@gnu.org>
15316         * generic-x.el (rc-generic-mode, rul-generic-mode):
15317         Fix auto-mode-alist entries.
15318         (etc-fstab-generic-mode): Tweak fontification.
15320         * generic.el (generic-make-keywords-list): Fix docstring.
15321         (generic-mode-internal): Simplify generic-font-lock-keywords.
15323 2005-04-11  Rajesh Vaidheeswarran  <rv@gnu.org>
15325         * whitespace.el (whitespace-buffer-leading)
15326         (whitespace-buffer-trailing): Revert the incorrect test inversion.
15327         However, fix the highlight area for the leading and
15328         trailing whitespaces to show space.
15330 2005-04-11  Rajesh Vaidheeswarran  <rv@gnu.org>
15332         * whitespace.el (whitespace-version): Bump to 3.5
15334         (whitespace-buffer-leading, whitespace-buffer-trailing):
15335         Invert sense of the test to highlight the whitespace.
15337 2005-04-12  Nick Roberts  <nickrob@snap.net.nz>
15339         * progmodes/gud.el (gud-display-line): GUD uses its own
15340         overlay arrow now so don't set overlay-arrow-string.
15341         (gud-pdb-command-name): Revert back to "pdb" (2004-04-26).
15343 2005-04-11  Dan Nicolaescu  <dann@ics.uci.edu>
15345         * term.el (term-ansi-current-bold, term-ansi-current-underline)
15346         (term-ansi-current-reverse, term-ansi-current-invisible)
15347         (term-ansi-face-already-done): Change to boolean.
15348         (term-reset-terminal, term-handle-colors-array): Handle the above
15349         vars accordingly.
15350         (term-buffer-vertical-motion): Rename from buffer-vertical-motion.
15351         (term-emulate-terminal): Use the new name.
15353         * faces.el (secondary-selection): Use yellow1, not yellow.
15354         (trailing-whitespace): Use red1, not red.
15356 2005-04-11  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
15358         * dired.el (dired-mode): Use dnd-* instead of x-dnd-*
15359         (dired-dnd-handle-local-file): Call dnd-get-local-file-name.
15360         (dired-dnd-handle-file): Call dnd-get-local-file-uri
15362         * cus-edit.el (dnd): New group.
15364         * term/w32-win.el (dnd): Require dnd
15365         (w32-drag-n-drop): Call dnd-handle-one-url.
15367         * x-dnd.el: Require dnd.
15368         (x-dnd-handle-uri-list, x-dnd-handle-file-name):
15369         Call dnd-handle-one-url.
15370         (x-dnd-types-alist, x-dnd-insert-utf8-text)
15371         (x-dnd-insert-utf16-text, x-dnd-insert-ctext): Change x-dnd-insert-text
15372         to dnd-insert-text.
15373         (x-dnd-protocol-alist, x-dnd-open-file-other-window)
15374         (x-dnd-handle-one-url, x-dnd-get-local-file-uri)
15375         (x-dnd-get-local-file-name, x-dnd-open-local-file)
15376         (x-dnd-open-file, x-dnd-insert-text): Move to dnd.el (without x-).
15378         * dnd.el (dnd-protocol-alist): New file with generic DND functions.
15380 2005-04-11  JUAN-LEON Lahoz Garcia  <juanleon1@gmail.com>
15382         * wdired.el: Doc fixes.
15383         (wdired-confirm-overwrite): Rename from wdired-is-ok-overwrite.
15384         (wdired-use-dired-vertical-movement): Rename from
15385         wdired-always-move-to-filename-beginning.
15386         (wdired-mode-map): Use `ignore' instead of `wdired-newline'.
15387         (wdired-change-to-wdired-mode): Change mode name.
15388         (wdired-newline): Delete.
15390 2005-04-11  Richard M. Stallman  <rms@gnu.org>
15392         * whitespace.el (whitespace-highlight-the-space):
15393         Don't call whitespace-unhighlight-the-space here.
15395         * simple.el (undo): Record t in undo-equiv-table
15396         for the redo record made by an undo-in-region.
15398 2005-04-12  Nick Roberts  <nickrob@snap.net.nz>
15400         * progmodes/gdb-ui.el (gdb-display-inferior-io-buffer)
15401         (gdb-frame-inferior-io-buffer): New Functions to control
15402         display of separate IO buffer.
15403         (menu): Add them to menu-bar.
15404         (gdb-display-buffer): Check for buffer another frame.
15405         Protect GUD buffer.
15406         (gdb-setup-windows): Create IO buffer if not already there.
15407         (gdb-memory-mode): Remove purecopy noops.
15409 2005-04-11  Glenn Morris  <gmorris@ast.cam.ac.uk>
15411         * progmodes/f90.el (f90-electric-insert): Add optional prefix arg,
15412         and pass to self-insert-command.
15414 2005-04-11  Lute Kamstra  <lute@gnu.org>
15416         * generic.el: Commentary section cleanup.
15417         (generic): Delete.
15418         (generic-use-find-file-hook, generic-lines-to-scan)
15419         (generic-find-file-regexp, generic-ignore-files-regexp)
15420         (default-generic-mode, generic-mode-find-file-hook)
15421         (generic-mode-ini-file-find-file-hook): Move to generic-x.el.
15422         * generic-x.el (generic-x): Docstring fix.  Put it in the data group.
15423         (generic-use-find-file-hook, generic-lines-to-scan)
15424         (generic-find-file-regexp, generic-ignore-files-regexp)
15425         (default-generic-mode, generic-mode-find-file-hook)
15426         (generic-mode-ini-file-find-file-hook): Move from generic.el.
15428 2005-04-10  Karl Fogel  <kfogel@red-bean.com>
15430         * bookmark.el (bookmark-write-file): Catch errors writing file.
15431         This is the same change as saveplace.el at 2005-04-10T23:32:00Z!rms@gnu.org.
15433 2005-04-10  Richard M. Stallman  <rms@gnu.org>
15435         * startup.el (fancy-splash-tail): Update copyright year.
15436         (command-line): Split part of -Q into -D.
15437         (emacs-basic-display): New defvar.
15438         (fancy-splash-text): Correct name of menu item.
15440         * saveplace.el (save-place-alist-to-file): Catch errors writing file.
15442         * info.el (Info-fontify-node): Handle fontification of multiple * Menu
15443         lines in one node.
15445         * comint.el (comint-send-input): New arg ARTIFICIAL.
15446         Callers in this file changed.
15448         * abbrev.el (define-abbrevs): Read system abbrevs properly.
15450         * emacs-lisp/map-ynp.el (map-y-or-n-p): Clarify RET/q in help message.
15452 2005-04-10  Chong Yidong  <cyd@stupidchicken.com>
15454         * url/url-ldap.el (url-ldap): Add docstring.  Fix call to
15455         `ldap-search-internal'.
15457 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
15459         * files.el (set-auto-mode-1): Use line-end-position.
15461         * international/latin-1.el:
15462         * international/latin-2.el:
15463         * international/latin-3.el:
15464         * international/latin-4.el:
15465         * international/latin-5.el:
15466         * international/latin-8.el:
15467         * international/latin-9.el: Give punctuation syntax to NBSP.
15469         * textmodes/bibtex.el (bibtex-autokey-titleword-ignore)
15470         (bibtex-reference-key, bibtex-autokey-demangle-name, bibtex-mode):
15471         Use char-classes to accept non-ascii letters, accepted in some recent
15472         bibtex implementations.
15474 2005-04-10  Luc Teirlinck  <teirllm@auburn.edu>
15476         * custom.el (custom-set-minor-mode): Any non-nil value for the
15477         variable should enable the mode when set through Custom.
15479 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
15481         * progmodes/vhdl-mode.el (vhdl-mode-map-init): Don't override default
15482         TAB binding so tab-always-indent is obeyed.
15483         (vhdl-minibuffer-local-map): Move initialization into declaration.
15484         (vhdl-mode-abbrev-table-init): Mark the abbrevs as `system'.
15485         (vhdl-run-when-idle, vhdl-create-mode-menu, vhdl-character-to-event)
15486         (vhdl-hooked-abbrev): Avoid test for XEmacs.
15487         (vhdl-current-line): Use line-beginning-position.
15488         (vhdl-doc-variable, vhdl-doc-mode): Call help-setup-xref before
15489         with-output-to-temp-buffer, so the current position can be recorded.
15491 2005-04-10  Masatake YAMATO  <jet@gyve.org>
15493         * progmodes/compile.el (compilation-error-regexp-alist-alist):
15494         Add regexp for gcov.
15496 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
15498         * calendar/time-date.el (time-to-seconds, seconds-to-time)
15499         (days-to-time, time-subtract, time-add): Don't use the #xhhhh
15500         syntax which Emacs 20 doesn't support.
15502 2005-04-09  Richard M. Stallman  <rms@gnu.org>
15504         * help.el (describe-key-briefly, describe-key):
15505         Replace strings as event types with "(any string)".
15507 2005-04-09  Stefan Monnier  <monnier@iro.umontreal.ca>
15509         * arc-mode.el (archive-mode-map): Move initialization into
15510         the declaration.  Override *all* bindings of `undo'.
15511         (archive-lemacs): Remove, use (featurep 'xemacs) instead.
15513 2005-04-09  Jay Belanger  <belanger@truman.edu>
15515         * calc/calc-units.el (math-standard-units): Redefine Watt hour as W*hr.
15517 2005-04-09  Dan Nicolaescu  <dann@ics.uci.edu>
15519         * term/xterm.el (xterm-rgb-convert-to-16bit): Simplify.
15520         (xterm-register-default-colors): Update color values computation
15521         to match xterm-200.
15523 2005-04-09  Kenichi Handa  <handa@m17n.org>
15525         * international/code-pages.el (iso-latin-7): Fix the map.
15527 2005-04-08  Luc Teirlinck  <teirllm@auburn.edu>
15529         * emacs-lisp/lisp.el (defun-prompt-regexp)
15530         (parens-require-spaces, buffer-end, end-of-defun)
15531         (insert-parentheses): Doc fixes.
15533 2005-04-08  Kim F. Storm  <storm@cua.dk>
15535         * comint.el (comint-highlight-prompt): Fix face spec.
15536         * hi-lock.el (hi-green): Likewise.
15538 2005-04-08  Dan Nicolaescu  <dann@ics.uci.edu>
15540         * cus-edit.el (custom-modified-face):
15541         * comint.el (comint-highlight-input): Fix previous changes.
15542         * term.el (term-handle-ansi-escape): Add a comment.
15544 2005-04-08  Stefan Monnier  <monnier@iro.umontreal.ca>
15546         * whitespace.el (whitespace-highlight-the-space): Put the same overlay
15547         in the buffer and in whitespace-highlighted-space.
15548         (whitespace-unhighlight-the-space): Simplify.
15549         (whitespace-buffer): Simplify.
15551 2005-04-08  Dan Nicolaescu  <dann@ics.uci.edu>
15553         * textmodes/table.el (table-cell-face): Add special case for
15554         displays supporting a high number of colors.
15555         * progmodes/vhdl-mode.el (vhdl-font-lock-prompt-face)
15556         (vhdl-font-lock-reserved-words-face)
15557         (vhdl-speedbar-architecture-face)
15558         (vhdl-speedbar-instantiation-face)
15559         (vhdl-speedbar-architecture-selected-face)
15560         (vhdl-speedbar-instantiation-selected-face): Likewise.
15561         * progmodes/sh-script.el (sh-heredoc-face): Likewise.
15562         * progmodes/idlw-help.el (idlwave-help-link-face): Likewise.
15563         * progmodes/ebrowse.el (ebrowse-tree-mark-face)
15564         (ebrowse-root-class-face, ebrowse-member-attribute-face)
15565         (ebrowse-progress-face): Likewise.
15566         * progmodes/compile.el (compilation-info-face): Likewise.
15567         * progmodes/cc-fonts.el (c-invalid-face): Likewise.
15568         * emacs-lisp/re-builder.el (reb-match-3): Likewise.
15569         * calendar/calendar.el (diary-face): Likewise.
15570         * woman.el (woman-italic-face, woman-bold-face)
15571         (woman-unknown-face): Likewise.
15572         * wid-edit.el (widget-button-pressed-face): Likewise.
15573         * whitespace.el (whitespace-highlight-face): Likewise.
15574         * smerge-mode.el (smerge-mine-face, smerge-base-face): Likewise.
15575         * pcvs-info.el (cvs-marked-face): Likewise.
15576         * info.el (info-xref): Likewise.
15577         * ido.el (ido-subdir-face, ido-indicator-face): Likewise.
15578         * hilit-chg.el (highlight-changes-face)
15579         (highlight-changes-delete-face): Likewise.
15580         * hi-lock.el (hi-yellow, hi-green, hi-blue-b, hi-green-b)
15581         (hi-red-b): Likewise.
15582         * generic-x.el (show-tabs-tab-face, show-tabs-space-face): Likewise.
15583         * font-lock.el (font-lock-keyword-face)
15584         (font-lock-function-name-face, font-lock-warning-face): Likewise.
15585         * cus-edit.el (custom-invalid-face, custom-modified-face)
15586         (custom-set-face, custom-changed-face, custom-variable-tag-face)
15587         (custom-group-tag-face-1, custom-group-tag-face): Likewise.
15588         * comint.el (comint-highlight-prompt): Likewise.
15590 2005-04-08  Lute Kamstra  <lute@gnu.org>
15592         * font-lock.el (font-lock-keywords): Docstring fixes.
15594 2005-04-08  Kenichi Handa  <handa@m17n.org>
15596         * ps-mule.el (ps-mule-show-warning): If the number of unprintable
15597         chars are more than a limit, print " and more..." at the tail.
15599 2005-04-08  Kim F. Storm  <storm@cua.dk>
15601         * emacs-lisp/authors.el (authors-aliases): Update list.
15602         (authors-ignored-files): New list.
15603         (authors-fixed-entries): Fix typo.
15604         (authors-renamed-files-alist): Update list.
15605         (authors-add): Check authors-ignored-files.
15607 2005-04-08  Carsten Dominik  <dominik@science.uva.nl>
15609         * calendar/diary-lib.el (add-to-diary-list): MARKER argument made
15610         optional, to ensure backward compatibility.
15612 2005-04-08  Stephen Eglen  <stephen@gnu.org>
15614         * textmodes/flyspell.el (flyspell-large-region): Doc fix.
15616 2005-04-08  Kim F. Storm  <storm@cua.dk>
15618         * buff-menu.el (Buffer-menu-mode-map): Map follow-link to mouse-face.
15620         * mouse.el (mouse-on-link-p): Doc fix.
15622 2005-04-07  Luc Teirlinck  <teirllm@auburn.edu>
15624         * ielm.el (ielm-prompt-read-only): Doc fix.
15626         * comint.el (comint-prompt-read-only): Doc fix.
15628 2005-04-07  Benjamin Rutt  <brutt@bloomington.in.us>
15630         * ffap.el (ffap-pass-wildcards-to-dired): New user option to
15631         ensure dired always handles wildcards passed to ffap.
15632         (find-file-at-point): Use it.
15633         (ffap-dired-wildcards): Doc fix.
15635 2005-04-07  Juri Linkov  <juri@jurta.org>
15637         * simple.el (next-error-overlay-arrow-position): New defvar.
15638         Put "=>" on its property `overlay-arrow-string'.  Add it to
15639         `overlay-arrow-variable-list'.
15641         * progmodes/compile.el (compilation-setup):
15642         Set `next-error-overlay-arrow-position' to nil.  Also set it to
15643         nil in the local hook `kill-buffer-hook'.  Make local variable
15644         `overlay-arrow-string' and set it to "=>".
15645         (compilation-goto-locus): Set BOL position to
15646         `next-error-overlay-arrow-position' instead of
15647         `overlay-arrow-position'.
15649         * info.el (Info-mode): Add `Info-kill-buffer' to `kill-buffer-hook'
15650         locally instead of adding it to the global hook.
15651         (Info-kill-buffer): Move up.
15653 2005-04-06  Dan Nicolaescu  <dann@ics.uci.edu>
15655         * term/xterm.el (xterm-standard-colors): Update color values from
15656         xterm-200.
15658 2005-04-06  Stefan Monnier  <monnier@iro.umontreal.ca>
15660         * textmodes/tex-mode.el (tex-font-lock-keywords-2): Add \bfseries.
15662         * fast-lock.el:
15663         * lazy-lock.el: Move them to the obsolete subdir.
15665 2005-04-06  JUAN-LEON Lahoz Garcia  <juanleon1@gmail.com>
15667         * wdired.el (wdired-advise-functions, wdired-add-skip-in-replace)
15668         (wdired-add-replace-advice): Remove.
15669         (wdired-change-to-wdired-mode): Use query-replace-skip-read-only.
15671 2005-04-06  Kim F. Storm  <storm@cua.dk>
15673         * startup.el (command-line): Add --bare-bones alias for -Q.
15675 2005-04-06  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
15677         * term/mac-win.el: Use create-fontset-from-mac-roman-font to
15678         create the startup fontset if a font specification ends with
15679         `mac-roman'.
15681 2005-04-06  Lute Kamstra  <lute@gnu.org>
15683         * add-log.el (change-log-font-lock-keywords): Complete 2005-04-03
15684         change.
15686         * emacs-lisp/copyright.el (copyright-update-year): Replace the
15687         right subexpression.  Suggested by Jay Bingham <jay.bingham@hp.com>.
15689 2005-04-05  Lute Kamstra  <lute@gnu.org>
15691         * generic.el (generic-mode-internal): Fix 2005-03-31 change.
15692         (define-generic-mode): Ditto.  Fix debug declaration.
15694         * generic-x.el (show-tabs-tab-face, show-tabs-space-face):
15695         Put them in the generic-x group.
15697         * calendar/timeclock.el (timeclock): Doc fix.
15699         * generic.el (define-generic-mode): Don't use custom-current-group.
15700         Document default :group value.
15701         * emacs-lisp/easy-mmode.el (define-minor-mode): Ditto.
15702         (define-global-minor-mode): Don't use custom-current-group.
15704 2005-04-05  Glenn Morris  <gmorris@ast.cam.ac.uk>
15706         * startup.el (command-line-1): Display startup-echo-area-message
15707         when fancy splash screen is in use.
15709         * progmodes/sh-script.el (sh-builtins) <bash>: Add `caller'.
15710         (sh-escaped-newline): New face.
15711         (sh-font-lock-keywords) <shell>: Improve regexp for escaped
15712         newline, and use sh-escaped-newline face.
15714         * progmodes/tcl.el (tcl-escaped-newline): New face.
15715         (tcl-builtin-list): New variable.
15716         (tcl-set-font-lock-keywords): Add builtins, variables, and escaped
15717         newlines.  Fix keywords subexpression number.
15719 2005-04-05  Carsten Dominik  <dominik@science.uva.nl>
15721         * textmodes/org.el (org-diary-default-entry): Fix call to
15722         `add-to-diary-entry'.
15724 2005-04-05  Kim F. Storm  <storm@cua.dk>
15726         * ediff-init.el: Use (featurep 'xemacs).
15728 2005-04-05  David Ponce  <david@dponce.com>
15730         * cus-edit.el (face): Derive from symbol widget.  Display sample
15731         of the current face on the fly.
15732         (widget-face-sample-face-get, widget-face-notify): New functions.
15733         (widget-face-value-create): Remove.
15735         * wid-edit.el (widget-field-end): Temporarily remove field
15736         narrowing before to call `get-char-property'.
15738 2005-04-04  Jay Belanger  <belanger@truman.edu>
15740         * calc/calc-aent.el (math-read-replacement-list): Add subscripts.
15741         (math-read-subscripts): New variable.
15742         (math-read-preprocess-string): Process subscripts.
15744 2005-04-04  Luc Teirlinck  <teirllm@auburn.edu>
15746         * comint.el (comint-prompt-read-only): Doc fix.
15748         * dired.el (dired-copy-filename-as-kill): Make `-' arg behave like
15749         `-1'.  Doc fix.
15751 2005-04-04  Carsten Dominik  <dominik@science.uva.nl>
15753         * textmodes/org.el (org-insert-mode-line-in-empty-file):
15754         Change default value to nil.
15756 2005-04-04  Lute Kamstra  <lute@gnu.org>
15758         * autorevert.el (auto-revert-mode): Specify :group.
15759         * battery.el (display-battery-mode): Specify :group.
15760         * diff-mode.el (diff-minor-mode): Specify :group.
15761         * font-core.el (font-lock-mode): Specify :group.
15762         * hl-line.el (hl-line-mode): Specify :group.
15763         * iimage.el (iimage): New customization group.
15764         (iimage-mode): Specify :group.
15765         * longlines.el (longlines-mode): Specify :group.
15766         * master.el: Don't require easy-mmode.
15767         (master): New customization group.
15768         (master-mode): Specify :group.
15769         * msb.el (msb-mode): Specify :group.
15770         * reveal.el (reveal-mode): Specify :group.
15771         * simple.el (next-error-follow-minor-mode): Specify :group.
15772         * smerge-mode.el (smerge-mode): Specify :group.
15773         * emacs-lisp/eldoc.el (eldoc-mode): Specify :group.
15774         * emulation/cua-base.el (cua-mode): Specify :group.
15775         * international/encoded-kb.el (encoded-kbd-mode): Specify :group.
15776         * language/thai-util.el (thai-auto-composition-mode)
15777         (thai-word-mode): Specify :group.
15778         * mail/supercite.el (sc-minor-mode): Specify :group.
15779         * progmodes/cwarn.el (cwarn-mode): Specify :group.
15780         * progmodes/flymake.el (flymake-mode): Specify :group.
15781         * progmodes/glasses.el (glasses-mode): Specify :group.
15782         * progmodes/hideif.el (hide-ifdef-mode): Specify :group.
15783         * textmodes/enriched.el (enriched-mode): Specify :group.
15784         * textmodes/refill.el (refill-mode): Specify :group.
15786         * add-log.el (change-log-font-lock-keywords): Names in
15787         parenthesized lists can contain spaces.
15789 2005-04-04  Thien-Thi Nguyen  <ttn@gnu.org>
15791         * startup.el (fancy-splash-text): Shorten default text of
15792         "Emacs Tutorial" line.  Also, if the current language env
15793         indicates an available tutorial file other than TUTORIAL,
15794         extract its title and append it to the line in parentheses.
15795         (fancy-splash-insert): If arg is a thunk, funcall it.
15797 2005-04-04  Jay Belanger  <belanger@truman.edu>
15799         * calc.el (calc-language-alist): Add tags to customization type.
15801 2005-04-03  Luc Teirlinck  <teirllm@auburn.edu>
15803         * xt-mouse.el (xterm-mouse-mode): Add explicit Custom group, mouse.
15804         Doc fix.
15806 2005-04-03  Marcelo Toledo  <marcelo@gnu.org>
15808         * add-log.el (change-log-font-lock-keywords): The manual
15809         describing a Change Log entry, says: (...) "Aside from these
15810         header lines, every line in the change log starts with a space or
15811         a tab.".  The font-lock was not highlighting lines started with
15812         spaces, added support for it.
15814 2005-04-03  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
15816         * textmodes/bibtex.el (bibtex-url): Use format to generate the url.
15817         (bibtex-generate-url-list): Update docstring accordingly.  Put the
15818         complex example in the docstring.
15819         (bibtex-font-lock-url): Use pop.
15821 2005-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
15823         * progmodes/tcl.el (tcl-set-font-lock-keywords): Use new \_< ops.
15825         * pcvs.el (cvs-checkout): Prompt for cvsroot as well.
15827 2005-04-03  Glenn Morris  <gmorris@ast.cam.ac.uk>
15829         * filesets.el (filesets-set-default): Doc fix.
15831 2005-04-03  Lute Kamstra  <lute@gnu.org>
15833         * generic.el (define-generic-mode): Add argument to specify
15834         keywords for defcustom.
15835         (default-generic-mode): Specify :group.
15837         * generic-x.el: Specify :group for all generic modes.
15839         * desktop.el (desktop-no-desktop-file-hook)
15840         (desktop-after-read-hook): Doc fix.
15842 2005-04-02  Luc Teirlinck  <teirllm@auburn.edu>
15844         * simple.el (visible-mode): Use explicit :group keyword.
15845         This changes the group of `visible-mode-hook' from paren-blinking
15846         to editing-basics.
15848 2005-04-02  Sergey Poznyakoff  <gray@Mirddin.farlep.net>  (tiny change)
15850         * mail/rmail.el (rmail-parse-url): Bugfix.  Parse traditional
15851         mailbox specifications as well as URLs.
15852         (rmail-insert-inbox-text): Remove unused conditional branches.
15854 2005-04-01  Jay Belanger  <belanger@truman.edu>
15856         * calc/calc-graph.el (calc-gnuplot-name, calc-gnuplot-plot-command)
15857         (calc-gnuplot-print-command): Move definitions to calc.el.
15859         * calc/calc-embed.el (calc-embedded-announce-formula)
15860         (calc-embedded-open-formula, calc-embedded-close-formula)
15861         (calc-embedded-open-word, calc-embedded-close-word)
15862         (calc-embedded-open-plain, calc-embedded-close-plain)
15863         (calc-embedded-open-new-formula, calc-embedded-close-new-formula)
15864         (calc-embedded-open-mode, calc-embedded-close-mode):
15865         Move definitions to calc.el.
15867         * calc/calc.el (calc-settings-file, calc-language-alist):
15868         Make customizable.
15869         (calc-embedded-announce-formula, calc-embedded-open-formula)
15870         (calc-embedded-close-formula, calc-embedded-open-word)
15871         (calc-embedded-close-word, calc-embedded-open-plain)
15872         (calc-embedded-close-plain, calc-embedded-open-new-formula)
15873         (calc-embedded-close-new-formula, calc-embedded-open-mode)
15874         (calc-embedded-close-mode, calc-gnuplot-name)
15875         (calc-gnuplot-plot-command, calc-gnuplot-print-command): Move here
15876         from other files and make customizable.
15878 2005-04-01  Stefan Monnier  <monnier@iro.umontreal.ca>
15880         * pcvs.el (cvs-temp-buffer, cvs-mode-kill-process, cvs-buffer-check):
15881         Use buffer-live-p.
15882         (cvs-mode-run): Don't call cvs-update-header here.
15883         (cvs-run-process): Call cvs-update-header.
15884         Use process properties for cvs-postprocess and cvs-buffer so that
15885         the sentinel can behave better if the temp buffer is killed.
15886         Use a pipe rather than a tty, to better handle unexpected prompts.
15887         (cvs-sentinel): Rewrite.  Call cvs-update-header.
15889 2005-04-01  Andre Spiegel  <spiegel@gnu.org>
15891         * vc-hooks.el (vc-workfile-unchanged-p): Disable mtime check when
15892         we go via Tramp or Ange-FTP.  Suggested by Kai Grossjohann.
15894 2005-03-31  Stefan Monnier  <monnier@iro.umontreal.ca>
15896         * generic.el (define-generic-mode): Add indentation rule.
15898 2005-03-31  Luc Teirlinck  <teirllm@auburn.edu>
15900         * files.el (mode-require-final-newline): Make Custom correctly
15901         report a nil value and allow to set it to nil via Custom.
15902         Doc fix.
15904 2005-04-01  Kenichi Handa  <handa@m17n.org>
15906         * international/characters.el: Enable the correct case setting for
15907         dotless-i and dotted-I.
15909 2005-04-01  Kim F. Storm  <storm@cua.dk>
15911         * ido.el (ido-file-internal): Fall back to non-ido command if
15912         initial directory is on slow ftp (or tramp) host.
15914 2005-03-31  Richard M. Stallman  <rms@gnu.org>
15916         * emacs-lisp/autoload.el (make-autoload):
15917         Handle define-global-minor-mode.
15919         * emacs-lisp/easy-mmode.el (define-global-minor-mode):
15920         Rename from easy-mmode-define-global-mode.
15921         (easy-mmode-define-global-mode): Alias for define-global-minor-mode.
15923         * progmodes/scheme.el (scheme-mode-syntax-table):
15924         Update syntax of | and # for two-character comment syntax.
15926 2005-03-31  Lute Kamstra  <lute@gnu.org>
15928         * emacs-lisp/easy-mmode.el (easy-mmode-define-global-mode)
15929         (define-minor-mode): Call custom-current-group at load-time.
15931         * generic.el (define-generic-mode): Add debug declaration.
15932         Add defcustom for the mode hook.
15933         (generic-mode-internal): Use run-mode-hooks.
15935 2005-03-31  Kim F. Storm  <storm@cua.dk>
15937         * mouse.el (mouse-1-click-follows-link): Increase to 450 ms.
15938         (mouse-fixup-help-message): New defun called by show_help_echo
15939         to fixup mouse-2 prefix in help messages when applicable.
15941         * tooltip.el (tooltip-show-help-function): Don't fixup message here.
15943 2005-03-31  Kenichi Handa  <handa@m17n.org>
15945         * language/thai-word.el (thai-find-word-ends): Pay attention to
15946         the case that we reach the end of buffer.
15948         * textmodes/fill.el (fill-text-properties-at): New function.
15949         (fill-newline): Use fill-text-properties-at instead of
15950         text-properties-at.
15952 2005-03-31  Olive Lin  <olive.lin@versateladsl.be>  (tiny change)
15954         * textmodes/tex-mode.el (tex-start-tex) Use shell-quote-argument,
15955         not comint-quote-filename.
15957 2005-03-31  Thien-Thi Nguyen  <ttn@gnu.org>
15959         * help-fns.el (help-with-tutorial): Revert last change.
15961 2005-03-31  Kim F. Storm  <storm@cua.dk>
15963         * emulation/cua-base.el (cua-scroll-down): Add CUA property.
15965 2005-03-30  Paul Eggert  <eggert@cs.ucla.edu>
15967         * calendar/cal-china.el: Update reference to "Calendrical
15968         Calculations" book; there's a new edition.
15969         * calendar/cal-coptic.el: Likewise.
15970         * calendar/cal-french.el: Likewise.
15971         * calendar/cal-hebrew.el: Likewise.
15972         * calendar/cal-islam.el: Likewise.
15973         * calendar/cal-iso.el: Likewise.
15974         * calendar/cal-julian.el: Likewise.
15975         * calendar/cal-mayan.el: Likewise.
15976         * calendar/cal-persia.el: Likewise.
15977         * calendar/calendar.el: Likewise.
15978         * calendar/holidays.el: Likewise.
15979         * calendar/lunar.el: Likewise.
15980         * calendar/solar.el: Likewise.
15982         * calendar/calendar.el (calendar-day-abbrev-array): Remove trailing
15983         white space from doc string.
15985 2005-03-30  Jay Belanger  <belanger@truman.edu>
15987         * calc/calc-help.el (calc-full-help): Remove email address.
15989 2005-03-30  Thien-Thi Nguyen  <ttn@gnu.org>
15991         * help-fns.el (help-with-tutorial): Delete title line.
15993 2005-03-30  Glenn Morris  <gmorris@ast.cam.ac.uk>
15995         * calendar/cal-x.el (calendar-one-frame-setup)
15996         (calendar-only-one-frame-setup, calendar-two-frame-setup): Use t
15997         rather than `symbol' for set-window-dedicated-p.
15999         * calendar/appt.el (appt-buffer-name): Make it a constant.
16000         (appt-add): Doc fix.
16002         * filesets.el (filesets-menu-path, filesets-menu-before)
16003         (filesets-menu-in-menu): Doc fix.  Now valid in GNU Emacs.
16004         (filesets-menu-cache-file): Use directory ~/.emacs.d.
16005         (filesets-add-submenu): Delete and use add-submenu instead.
16007 2005-03-30  Carsten Dominik  <dominik@science.uva.nl>
16009         * org.el (org-agenda-phases-of-moon, org-agenda-sunrise-sunset)
16010         (org-agenda-convert-date, org-agenda-goto-calendar): New commands.
16011         (org-diary-default-entry): New function.
16012         (org-get-entries-from-diary): Better parsing of diary entries.
16013         (org-agenda-check-no-diary): New function.
16014         ("diary-lib"): Advice to function `add-to-diary-list', to allow
16015         linking to diary entries.
16016         (org-agenda-execute-calendar-command): New function.
16017         (org-agenda): Improve visible section in window.
16018         Use `org-fit-agenda-window'.
16019         (org-fit-agenda-window): New option.
16020         (org-move-subtree-down): Better handling of empty lines
16021         at end of subtree.
16022         (org-cycle): Numeric prefix is interpreted now as show-subtree N
16023         levels up.
16024         (org-fontify-done-headline): New option.
16025         (org-headline-done-face): New face.
16026         (org-set-font-lock-defaults): Use `org-headline-done-face'.
16027         (org-table-copy-down): Rename from `org-table-copy-from-above'.
16028         When current field is non-empty, it is copied to next row.
16029         (org-table-copy-from-above): Fix bug which made it
16030         impossible to copy fields containing only a single non-white character.
16032 2005-03-30  Kim F. Storm  <storm@cua.dk>
16034         * kmacro.el (kmacro-end-macro): Isearch may store this command
16035         into the macro -- so ignore it when executing keyboard macro.
16037 2005-03-30  Nick Roberts  <nickrob@snap.net.nz>
16039         * tooltip.el (tooltip-gud-display): Use gud-overlay-arrow-position.
16041 2005-03-29  Kenichi Handa  <handa@m17n.org>
16043         * language/thai.el ("Thai"): Set setup-function and exit-function
16044         for Thai language environment.
16046         * language/thai-util.el: Require thai-word.
16047         (thai-word-mode-map): New variable.
16048         (thai-word-mode): New minor mode.
16049         (setup-thai-language-environment-internal): New function.
16050         (exit-thai-language-environment-internal): New function.
16052         * language/thai-word.el (thai-word-table): Declare it by defvar,
16053         use dolist to initialize it.
16054         (thai-kill-word, thai-backward-kill-word, thai-transpose-words)
16055         (thai-fill-find-break-point): New functions.
16057 2005-03-29  Richard M. Stallman  <rms@gnu.org>
16059         * simple.el (idle-update-delay): Move definition up.
16060         (set-mark): Doc fix.
16062 2005-03-29  Chong Yidong  <cyd@stupidchicken.com>
16064         * longlines.el: New file.
16066         * simple.el (buffer-substring-filters): New variable.
16067         (filter-buffer-substring): New function.
16068         (kill-region, copy-region-as-kill): Use it.
16070         * register.el (copy-to-register, append-to-register)
16071         (prepend-to-register): Use filter-buffer-substring.
16073 2005-03-30  Nick Roberts  <nickrob@snap.net.nz>
16075         * progmodes/gud.el (gdb): (Re)-initialize gud-filter-pending-text.
16076         (gud-filter-pending-text): Move in front of gdb.
16077         (gud-overlay-arrow-position): New variable.
16078         (gud-sentinel, gud-display-line): Use it in place of
16079         overlay-arrow-position.
16081 2005-03-29  Glenn Morris  <gmorris@ast.cam.ac.uk>
16083         * progmodes/fortran.el (fortran-if-indent): Doc fix.
16084         (fortran-font-lock-keywords-2): Add "where", "elsewhere".
16085         (fortran-font-lock-keywords-4): New variable.
16086         (fortran-blocks-re, fortran-end-block-re)
16087         (fortran-start-block-re): New constants, for hideshow.
16088         (hs-special-modes-alist): Add a Fortran entry.
16089         (fortran-mode-map): Bind fortran-end-of-block,
16090         fortran-beginning-of-block to \M-\C-n, \M-\C-p.
16091         (fortran-mode): Doc fix.  Add fortran-font-lock-keywords-4.
16092         (fortran-looking-at-if-then, fortran-end-of-block)
16093         (fortran-beginning-of-block): New functions, for hideshow.
16095         * progmodes/f90.el (f90-end-block-re, f90-start-block-re):
16096         Doc fix.  Tweak regexp.
16097         (f90-beginning-of-block): Push mark first.
16099 2005-03-29  Jay Belanger  <belanger@truman.edu>
16101         * calc/calc.el: Update copyright date.
16102         (calc-version): Increase to 2.1.
16103         (calc-version-date): Remove.
16105         * calc/calc-help.el: Update copyright date.
16106         (calc-full-help): Remove reference to calc-version-date.
16107         Update copyright date.
16109 2005-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
16111         * vc.el (vc-do-command): Use a pipe for async processes, so password
16112         prompts don't show up at places where the user can't reply.
16114 2005-03-29  Olive Lin  <olive.lin@versateladsl.be>  (tiny change)
16116         * textmodes/tex-mode.el (tex-send-command): shell-quote-argument
16117         on the file name we pass to the inferior shell.
16119 2005-03-29  Stephan Stahl  <stahl@eos.franken.de>  (tiny change)
16121         * progmodes/which-func.el (which-function): Be robust in the face of an
16122         imenu--make-index-alist failure.
16124 2005-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
16126         * reveal.el (reveal-mode-map): Don't override C-a and C-e.
16128         * progmodes/python.el (python-preoutput-filter): Fix last change.
16130 2005-03-29  Lute Kamstra  <lute@gnu.org>
16132         * emacs-lisp/debug.el (debug-on-entry): Handle autoloaded
16133         functions and compiled macros.
16134         (debug-convert-byte-code): Handle macros too.
16135         (debug-on-entry-1): Don't signal an error when trying to clear a
16136         function that is not set to debug on entry.
16138 2005-03-29  Jay Belanger  <belanger@truman.edu>
16140         * calc/calc-lang.el: Add functions to math-function-table
16141         properties of tex and math.
16143 2005-03-29  Kenichi Handa  <handa@m17n.org>
16145         * ps-mule.el (ps-mule-plot-string): Translate characters by
16146         ps-print-translation-table.
16147         (ps-mule-begin-job): Call find-charset-region/string with
16148         ps-print-translation-table.
16149         (ps-mule-printable-p): Return t if CHARSET is ascii or latin-iso8859-1.
16151         * ps-print.el (ps-print-translation-table): New variable.
16152         (ps-plot-region): Translate characters by ps-print-translation-table.
16154 2005-03-29  Juri Linkov  <juri@jurta.org>
16156         * simple.el (next-error-highlight-timer): New variable.
16158         * progmodes/compile.el (compilation-goto-locus):
16159         Use `next-error-highlight-timer' instead of `sit-for'.
16161 2005-03-28  Stefan Monnier  <monnier@iro.umontreal.ca>
16163         * mail/supercite.el (sc-mail-field): Use assoc-string.
16164         (sc-get-address): Simplify regexps.
16166         * files.el (minibuffer-with-setup-hook): New macro.
16167         (find-file-read-args): Use it to avoid let-binding
16168         minibuffer-with-setup-hook (which breaks turning on/off
16169         file-name-shadow-mode while in the prompt).
16171         * complete.el (PC-read-include-file-name-internal):
16172         Use test-completion.
16174 2005-03-28  Luc Teirlinck  <teirllm@auburn.edu>
16176         * font-lock.el: Bind `font-lock-fontify-block' to M-o M-o.
16178 2005-03-28  Stefan Monnier  <monnier@iro.umontreal.ca>
16180         * window.el (window-buffer-height): Use count-screen-lines.
16182         * progmodes/python.el (python-preoutput-leftover): New var.
16183         (python-preoutput-filter): Use it.
16184         (python-send-receive): Loop until all the result has been received.
16186 2005-03-28  Juri Linkov  <juri@jurta.org>
16188         * dired.el (dired-mode-map): Add ellipsis to "Compare directories".
16190         * menu-bar.el (menu-bar-file-menu): Remove ellipsis from
16191         "Recover Crashed Session".
16192         (menu-bar-search-menu): Add ellipsis to "Search tagged files".
16193         (menu-bar-replace-menu): Add ellipsis to "Replace in tagged files".
16194         (menu-bar-goto-menu): Add ellipsis to "Set Tags File Name".
16195         (menu-bar-goto-menu): Add ellipsis to "Tags Apropos".
16196         (menu-bar-options-menu): Add ellipsis to "Set Font/Fontset".
16197         (menu-bar-manuals-menu): Add ellipsis to "Find Command in Manual".
16198         (menu-bar-manuals-menu): Add ellipsis to "Find Key in Manual".
16199         (menu-bar-help-menu): Remove ellipsis from "Find Emacs Packages".
16201         * ediff-hook.el (menu-bar-ediff-misc-menu, ediff-misc-menu):
16202         Remove ellipsis from "Ediff Manual", "Customize Ediff", "List
16203         Ediff Sessions", "Toggle use of separate control buffer frame",
16204         "Use separate frame for Ediff control buffer".
16206         * bookmark.el (menu-bar-bookmark-map): Add ellipsis to "Jump to
16207         Bookmark", "Set Bookmark", "Insert Contents", "Insert Location",
16208         "Rename Bookmark", "Delete Bookmark".
16210         * info.el (Info-mode-menu): Remove ellipsis from "Index".
16211         Add ellipsis to "Lookup a String", "Lookup a string in all indices".
16212         Add `:active Info-index-alternatives' to "Next Matching Item".
16214         * wdired.el (wdired-change-to-wdired-mode):
16215         Mention `wdired-abort-changes' key in the initial message.
16217         * international/mule.el (auto-coding-alist): Associate non-ascii
16218         image filename extensions with `no-conversion'.
16220 2005-03-27  Stefan Monnier  <monnier@iro.umontreal.ca>
16222         * international/iso-acc.el:
16223         * obsolete/iso-acc.el: Move iso-acc to the obsolete subdir.
16225 2005-03-26  Luc Teirlinck  <teirllm@auburn.edu>
16227         * textmodes/sgml-mode.el (html-mode): Doc update.
16229         * autorevert.el (auto-revert-check-vc-info): Minor doc fix.
16231 2005-03-26  Dan Nicolaescu  <dann@ics.uci.edu>
16233         * term.el (term-move-columns): Fix face after extending a line.
16234         (term-insert-spaces): Likewise.
16235         (term-reset-terminal): Fix off by one error.
16237 2005-03-26  Eli Zaretskii  <eliz@gnu.org>
16239         * international/mule.el (auto-coding-alist): Add .xpi files.
16241         * files.el (auto-mode-alist): Add .xpi files.
16243 2005-03-26  Jure Cuhalev  <gandalf@owca.info>  (tiny change)
16245         * textmodes/ispell.el (ispell-dictionary-alist-6): Add slovenian.
16247 2005-03-26  Eli Zaretskii  <eliz@gnu.org>
16249         * term/bobcat.el: Don't use keyswap.el, since it is now obsolete.
16251 2005-03-26  Glenn Morris  <gmorris@ast.cam.ac.uk>
16253         * calendar/cal-menu.el (top level): Delete local C-down-mouse-3
16254         binding.  Suggested by Stephan Stahl <stahl@eos.franken.de>.
16256         * calendar/cal-move.el (calendar-beginning-of-year): Move the
16257         cursor to Jan 1 when needed.
16258         (calendar-end-of-year): Fix -/+ typo.
16259         Reported by Chong Yidong <cyd@stupidchicken.com>.
16261 2005-03-26  Stefan Monnier  <monnier@iro.umontreal.ca>
16263         * progmodes/flymake.el (flymake-mode): Add autoload cookie.
16265         * emacs-lisp/debug.el (debugger-record-expression): Add a missing
16266         format to `message'.  Inspired by Deepak Goel <deego@gnufans.org>.
16268 2005-03-25  Richard M. Stallman  <rms@gnu.org>
16270         * filesets.el (filesets-init): Add autoload.
16272         * mail/mailalias.el (mail-directory): Doc fix.
16274 2005-03-25  Frederik Fouvry  <fouvry@CoLi.Uni-SB.DE>
16276         * mail/mailalias.el (mail-directory-process): Do nothing if
16277         mail-directory-process is an atom.
16278         (mail-get-names): Ignore mail-directory-names if it is an atom.
16279         (mail-directory-process defvar): Doc fix.
16280         (mail-names): Doc fix.
16282 2005-03-25  Johan Bockg\e,Ae\e(Brd  <bojohan+mail@dd.chalmers.se>  (tiny change)
16284         * textmodes/flyspell.el (mail-mode-flyspell-verify): Fix regexp syntax.
16286 2005-03-26  Kenichi Handa  <handa@m17n.org>
16288         * international/mule-util.el (detect-coding-with-priority):
16289         Call update-coding-systems-internal before detect-coding-region.
16291 2005-03-26  Nick Roberts  <nickrob@snap.net.nz>
16293         * progmodes/gdb-ui.el (gdb-breakpoints-mode-map)
16294         (gdb-frames-mode-map): Add follow-link property.
16296 2005-03-25  Jay Belanger  <belanger@truman.edu>
16298         * calc/calcalg2.el (calc-solve-for): Use "Variable(s)" to prompt
16299         for variables.
16301 2005-03-25  Juri Linkov  <juri@jurta.org>
16303         * image-mode.el: Optimize image filename extension regexps in
16304         autoload cookies.  Associate .x[bp]m with `image-mode-maybe'
16305         in `auto-mode-alist'.
16306         (image-mode): Add `image-toggle-display-text' to local hook
16307         `change-major-mode-hook'.  Display the image as an image by
16308         default.  Set `cursor-type' and `truncate-lines' if the image
16309         is already displayed.  Take into account the current mode (image
16310         or text) in message.
16311         (image-minor-mode): New minor mode.
16312         (image-mode-maybe, image-toggle-display-text): New functions.
16313         (image-toggle-display): Use called-interactively-p.
16314         Let-bind `inhibit-read-only' to t.
16316         * image-mode.el (image-minor-mode): Set `cursor-type' and
16317         `truncate-lines' if the image is already displayed.  Add turning
16318         image-minor-mode off to `change-major-mode-hook'.  Add message.
16319         Call `image-toggle-display-text' after turning image-minor-mode off.
16321 2005-03-25  Stefan Monnier  <monnier@iro.umontreal.ca>
16323         * international/mule-cmds.el (set-locale-environment): For Mac OS X's
16324         Terminal.app, use utf-8.
16325         (set-display-table-and-terminal-coding-system): Add coding-system arg.
16326         (set-locale-environment): Use it.
16328         * term/xterm.el: Undo last change, better done in mule-cmds.el.
16330         * emacs-lisp/rx.el (rx-constituents): Add symbol-start and symbol-end.
16332         * progmodes/python.el (python-close-block-statement-p)
16333         (python-outdent-p, python-current-defun): Use symbol-end.
16335 2005-03-25  Karl Chen  <quarl@cs.berkeley.edu>  (tiny change)
16337         * files.el (save-some-buffers): Doc fix.
16339 2005-03-25  Werner Lemberg  <wl@gnu.org>
16341         * complete.el, thumbs.el: Replace `legal' with `valid'.
16342         * calendar/calendar.el: Replace `legal' with `valid'.
16343         * emacs-lisp/advice.el: Replace `legal' with `valid'.
16344         * mail/supercite.el: Replace `legal' with `valid'.
16345         * progmodes/cperl-mode.el, progmodes/idlw-shell.el
16346         * progmodes/idlwave.el, progmodes/vhdl-mode.el:
16347         Replace `legal' with `valid'.
16348         * textmodes/reftex-vars.el, textmodes/reftex.el:
16349         Replace `legal' with `valid'.
16351 2005-03-25  Werner Lemberg  <wl@gnu.org>
16353         * calc/calc-forms.el, calc/calc-sel.el:
16354         * midnight.el, vc-cvs.el:
16355         * emacs-lisp/cl-macs.el:
16356         * emulation/vip.el:
16357         * eshell/esh-io.el, eshell/esh-var.el:
16358         * mail/supercite.el:
16359         * progmodes/ebnf-abn.el, progmodes/ebnf-bnf.el
16360         * progmodes/ebnf-ebx.el, progmodes/ebnf-dtd.el, progmodes/ebnf-iso.el
16361         * progmodes/ebnf-yac.el, progmodes/ebnf2ps.el, progmodes/idlwave.el
16362         * progmodes/sh-script.el, progmodes/xscheme.el:
16363         * textmodes/refbib.el, textmodes/refer.el, textmodes/reftex-cite.el
16364         * textmodes/reftex-index.el, textmodes/reftex-parse.el
16365         * textmodes/reftex-ref.el, textmodes/reftex-vars.el
16366         * textmodes/reftex.el, textmodes/org.el:
16367         Replace `illegal' with `invalid'.
16369 2005-03-24  Stefan Monnier  <monnier@iro.umontreal.ca>
16371         * progmodes/flymake.el (flymake-get-file-name-mode-and-masks)
16372         (flymake-find-buildfile, flymake-find-possible-master-files)
16373         (flymake-check-include, flymake-parse-line): Replace loops over the
16374         length of lists, by loops over lists, to remove silly O(n\e,A2\e(B) behavior.
16376         * progmodes/flymake.el (flymake-ensure-ends-with-slash): Remove.
16377         Substitute file-name-as-directory in the rest of the file.
16378         (flymake-get-common-file-prefix): Rewrite, using compare-strings.
16379         (flymake-replace-region): Remove unused arg `buffer'.
16380         (flymake-check-patch-master-file-buffer): Update calls to it.
16381         (flymake-add-err-info): Remove unused var `count'.
16382         (flymake-mode): Use define-minor-mode.
16384         * progmodes/flymake.el: Use with-current-buffer.
16385         (flymake-float-time, flymake-get-temp-dir, flymake-line-end-position)
16386         flymake-replace-regexp-in-string, flymake-line-beginning-position)
16387         (flymake-popup-menu, flymake-current-row, flymake-selected-frame):
16388         Avoid testing for `xemacs'.
16389         (flymake-nop): Move.
16390         (flymake-region-has-flymake-overlays): Return the computed value.
16391         (flymake-reformat-err-line-patterns-from-compile-el): Use dolist.
16392         Remove unused var `endline'.
16393         (flymake-get-line-count): Remove unused function.
16394         (flymake-display-err-menu-for-current-line): Unused var move-mouse-pos.
16396         * emulation/vi.el:
16397         * generic.el:
16398         * hilit-chg.el (global-highlight-changes):
16399         * hi-lock.el (hi-lock-mode):
16400         * follow.el: find-file-hooks -> find-file-hook.
16402         * comint.el (comint-insert-input): Obey mouse-yank-at-point.
16404 2005-03-24  Juri Linkov  <juri@jurta.org>
16406         * dired.el (dired-mode-map): Add menu item "Compare directories"
16407         for dired-compare-directories.
16409         * dired-aux.el (dired-compare-directories): Add autoload cookie.
16410         Doc fix.  Replace `read-file-name' with `read-directory-name'.
16412 2005-03-24  Stefan Monnier  <monnier@iro.umontreal.ca>
16414         * term/xterm.el: If running in Terminal.app set coding-system to utf-8.
16416 2005-03-24  Jay Belanger  <belanger@truman.edu>
16418         * calc/calc-embed.el (calc-embedded-mode-change): Save all
16419         relevant mode settings in calc-embedded-original-modes when modes
16420         are permanently changed.
16422 2005-03-24  Stefan Monnier  <monnier@iro.umontreal.ca>
16424         * autoinsert.el: find-file-hooks -> find-file-hook.
16426 2005-03-24  Lute Kamstra  <lute@gnu.org>
16428         * generic.el (generic-font-lock-defaults): Make it obsolete.
16429         (generic-font-lock-keywords): New variable to replace
16430         generic-font-lock-defaults.
16431         (generic-mode-set-font-lock): Delete it.
16432         (generic-mode-internal): Don't call generic-mode-set-font-lock.
16433         (generic-bracket-support): Add docstring.
16435         * generic-x.el: Rename generic-font-lock-defaults to
16436         generic-font-lock-keywords throughout.
16437         (mailagent-rules-setup-function): Delete it.
16438         (mailagent-rules-generic-mode): Use anonymous function instead.
16439         (show-tabs-generic-mode-font-lock-defaults-1)
16440         (show-tabs-generic-mode-font-lock-defaults-2): Make them constants.
16441         Quote faces.
16442         (show-tabs-tab-face, show-tabs-space-face): Specify background,
16443         not foreground.
16445         * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
16446         Recognize define-generic-mode.
16448 2005-03-23  Stefan Monnier  <monnier@iro.umontreal.ca>
16450         * icomplete.el (icomplete-simple-completing-p): Don't turn on icomplete
16451         if there's no completion table.
16453 2005-03-23  Miles Bader  <miles@gnu.org>
16455         * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
16456         Remove tty-specific variants, as they're no longer needed.
16458 2005-03-23  Lute Kamstra  <lute@gnu.org>
16460         * generic-x.el: Code cleanup: make args constant whenever possible.
16461         (installshield-statement-keyword-list)
16462         (installshield-system-functions-list)
16463         (installshield-system-variables-list, installshield-types-list)
16464         (installshield-funarg-constants-list): Make them constants.
16466         * generic.el (generic-make-keywords-list): Add autoload cookie.
16468         * calendar/time-date.el: Add comment on time value formats.
16469         Don't require parse-time.
16470         (with-decoded-time-value): New macro.
16471         (encode-time-value): New function.
16472         (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
16473         (days-to-time): Return a valid time value when arg is huge.
16474         (time-since): Use time-subtract.
16475         (time-to-number-of-days): Use time-to-seconds.
16477 2005-03-23  David Ponce  <david@dponce.com>
16479         * recentf.el: (recentf-keep): New option.
16480         (recentf-menu-action): Default to `find-file'.
16481         (recentf-keep-non-readable-files-flag)
16482         (recentf-keep-non-readable-files-p)
16483         (recentf-file-readable-p, recentf-find-file)
16484         (recentf-cleanup-remote): Remove.
16485         (recentf-include-p): More robust.
16486         (recentf-keep-p): New function.
16487         (recentf-remove-if-non-kept): Rename from
16488         `recentf-remove-if-non-readable'.  Use `recentf-keep-p'.
16489         All callers updated.
16490         (recentf-menu-items-for-commands): Fix help string.
16491         (recentf-track-closed-file): Update.  Doc fix.
16492         (recentf-cleanup): Update.  Count removed files.  Doc fix.
16494 2005-03-23  Kim F. Storm  <storm@cua.dk>
16496         * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
16497         Don't inherit from fringe face (now happens automatically).
16499 2005-03-22  Kim F. Storm  <storm@cua.dk>
16501         * tooltip.el (tooltip-show-help-function): Ignore negative mouse
16502         position values.
16504 2005-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
16506         * menu-bar.el (showhide-date-time): Remove.
16507         (menu-bar-showhide-menu): Use menu-bar-make-mm-toggle.
16508         (menu-bar-make-mm-toggle): Simplify.
16510 2005-03-22  JUAN-LEON Lahoz Garcia  <juanleon1@gmail.com>
16512         * progmodes/perl-mode.el (perl-font-lock-keywords-2):
16513         Accept qualified variable and function names.
16515 2005-03-22  Thien-Thi Nguyen  <ttn@gnu.org>
16517         * bindings.el (completion-ignored-extensions):
16518         Remove ".lis" for `vax-vms'.
16520 2005-03-22  Andreas Schwab  <schwab@suse.de>
16522         * generic-x.el: Revert last change.
16523         * ldefs-boot.el: Update.
16525 2005-03-22  Jay Belanger  <belanger@truman.edu>
16527         * calc/calc-embed.el (calc-embedded-original-modes): New variable.
16528         (calc-embedded-save-original-modes)
16529         (calc-embedded-restore-original-modes): New functions.
16530         (calc-do-embedded): Save original modes when entering embedded mode
16531         and restore when leaving embedded mode.
16532         (calc-embedded-modes-change): Change the value of
16533         calc-embedded-original-modes to reflect permanent changes.
16535 2005-03-22  Lute Kamstra  <lute@gnu.org>
16537         * generic-x.el: Require generic again.
16539 2005-03-22  Miles Bader  <miles@gnu.org>
16541         * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
16542         Tweak details to look good on both ttys and bitmap displays, light
16543         or dark background, etc.
16545 2005-03-21  Kim F. Storm  <storm@cua.dk>
16547         * tooltip.el (tooltip-show-help-function): Check car and cdr of
16548         mouse position.
16550 2005-03-21  Stefan Monnier  <monnier@iro.umontreal.ca>
16552         * icomplete.el: Don't forcibly turn on the mode upon load.
16553         (icomplete-mode): Use define-minor-mode.
16554         (icomplete-eoinput): Default to nil.
16555         (icomplete-minibuffer-setup): Remove autoload.
16556         (icomplete-tidy): Simplify.
16557         (icomplete-exhibit): Use buffer-undo-list to determine if we're still
16558         in the initial state or if the user has modified the field.
16559         Fix handling of icomplete-max-delay-chars.
16560         Remove code that handles the oddball case where
16561         minibuffer-completion-table is an integer.
16562         Wrap icomplete-completions in while-no-input in case building
16563         completions takes more time than expected.
16564         (icomplete-completions): Simplify.
16566 2005-03-21  Richard M. Stallman  <rms@gnu.org>
16568         * jka-compr.el (jka-compr-really-do-compress):
16569         Make variable buffer-local.
16571         * image-mode.el: Handle .xpm files too.
16572         (image-toggle-display): Preserve modification flag.
16574         * help.el (where-is): Don't mention aliases with no key bindings.
16576 2005-03-21  Lute Kamstra  <lute@gnu.org>
16578         * generic.el: Fix commentary section.  Don't require cl for
16579         compilation.
16580         (generic-mode-list): Add autoload cookie.
16581         (generic-use-find-file-hook, generic-lines-to-scan)
16582         (generic-find-file-regexp, generic-ignore-files-regexp)
16583         (generic-mode, generic-mode-find-file-hook)
16584         (generic-mode-ini-file-find-file-hook): Fix docstrings.
16585         (define-generic-mode): Make it a defmacro.  Fix docstring.
16586         (generic-mode-internal): Code cleanup.  Add autoload cookie.
16587         (generic-mode-set-comments): Code cleanup.
16588         * generic-x.el: Don't prevent compilation.  Don't require generic.
16589         Follow coding conventions.  Minor code cleanup.
16590         (etc-fstab-generic-mode): Add some keywords.
16591         * font-lock.el (lisp-font-lock-keywords-1): Font lock a call to
16592         define-generic-mode like a function declaration.
16594 2005-03-21  Jay Belanger  <belanger@truman.edu>
16596         * calc/calc-embed.el (calc-do-embedded): Put data on stack before
16597         changing modes.
16599 2005-03-21  Sam Steingold  <sds@gnu.org>
16601         * add-log.el (add-log-current-defun): Support more C DEFUN forms.
16603 2005-03-21  Thien-Thi Nguyen  <ttn@gnu.org>
16605         * progmodes/dcl-mode.el (dcl-font-lock-keywords):
16606         Add underscore to "f$ lexicals" regexp.
16608 2005-03-20  Juri Linkov  <juri@jurta.org>
16610         * subr.el (progress-reporter-do-update): When `min-value' is equal
16611         to `max-value', set `percentage' to 0 and prevent division by zero.
16613 2005-03-20  Michael Albinus  <michael.albinus@gmx.de>
16615         Sync with Tramp 2.0.48.
16617         * net/tramp.el (all): Change all addresses to .gnu.org.
16618         (tramp-append-tramp-buffers): New defun.
16619         (tramp-bug): Apply `tramp-append-tramp-buffers' as post-hook.
16620         Catch `dont-send' signal.
16621         (tramp-set-auto-save-file-modes): Set always permissions, because
16622         there might be an old auto-saved file belonging to another
16623         original file.  This could be a security threat.  Reported by
16624         Kjetil Kjernsmo <kjetil@kjernsmo.net>.
16625         Check for Emacs 21.3.50 removed.
16627         * net/tramp-smb.el (all): Remove debug construct for
16628         `with-parsed-tramp-file-name'.
16629         (tramp-smb-prompt): Prompt can contain spaces inside directory names.
16630         (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file):
16631         No error message if DIRECTORY or FILENAME doesn't exist.
16632         (tramp-smb-open-connection): Check existence of
16633         `tramp-smb-program'.
16635 2005-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
16637         * progmodes/perl-mode.el (perl-font-lock-syntactic-face-function):
16638         Properly handle the case where the `m' or `s' command's argument is not
16639         yet terminated.
16640         (perl-indent-new-calculate): New function.
16641         (perl-indent-line): Use it.
16643 2005-03-20  Miles Bader  <miles@gnu.org>
16645         * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Use breakpoint faces
16646         in text-mode too.  Change to new face names.
16647         (breakpoint-enabled): Rename from `breakpoint-enabled-bitmap-face'.
16648         Add `:weight bold' attribute.
16649         (breakpoint-disabled): Rename from `breakpoint-disabled-bitmap-face'.
16651 2005-03-19  Juri Linkov  <juri@jurta.org>
16653         * files.el (auto-mode-alist): Add comment.  Optimize jar/ear/war.
16655         * international/mule.el (auto-coding-alist): Sync with
16656         `auto-mode-alist' by adding upper case archive file extensions
16657         and adding ear/war to jar extension.
16659 2005-03-19  David Casperson  <casper@unbc.ca>  (tiny change)
16661         * textmodes/tex-mode.el (tex-view): If tex-shell process is not
16662         running, restart it.
16664 2005-03-19  Yoichi NAKAYAMA  <yoichi@geiin.org>  (tiny changes)
16666         * finder.el (finder-current-item): Throw an error on an empty line.
16668         * man.el (Man-follow-manual-reference): If current-word returns
16669         nil, use "".
16671 2005-03-19  Matt Hodges  <MPHodges@member.fsf.org>
16673         * simple.el (goto-line): Doc fix.
16675 2005-03-19  Aaron Hawley  <Aaron.Hawley@uvm.edu>  (tiny change)
16677         * files.el (save-buffer): Doc fix.
16679 2005-03-19  Michael R. Mauger  <mmaug@yahoo.com>
16681         * recentf.el (recentf-cleanup-remote): New variable.
16682         (recentf-cleanup): Use it to conditionally check availability of
16683         remote files.
16685 2005-03-19  Joe Edmonds  <joe-bugs-debian-org@elem.com>  (tiny change)
16687         * emacs-lisp/lisp-mode.el (lisp-mode-variables): Recognize `@' in
16688         function names.
16690 2005-03-19  Eli Zaretskii  <eliz@gnu.org>
16692         * language/thai-word.el: New file.
16694 2005-03-19  JUAN-LEON Lahoz Garcia  <juanleon1@gmail.com>
16696         * files.el (backup-buffer): If the file's directory is not
16697         writable, use copy instead of move to backup the file.
16699 2005-03-19  Eli Zaretskii  <eliz@gnu.org>
16701         * obsolete/keyswap.el: Moved to obsolete/ from term/.
16703 2005-03-19  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
16705         * ps-print.el (ps-generate-string-list, ps-generate-header-line):
16706         Use functionp instead of symbolp and fboundp.  Reported by Drkm
16707         <darkman_spam@yahoo.fr>.
16708         (ps-print-version): New version 6.6.6.
16710 2005-03-18  Tak Ota  <Takaaki.Ota@am.sony.com>
16712         * textmodes/table.el (table--line-column-position): New idiom.
16713         (table--row-column-insertion-point-p): New function to test
16714         validity of row and column insertion operation at a location.
16715         (table-global-menu, table-cell-menu): Use above functions for
16716         deterministic test operation.
16717         (table--editable-cell-p): Behave in deterministic fashion.
16719 2005-03-18  Juri Linkov  <juri@jurta.org>
16721         * isearch.el (isearch-lazy-highlight-new-loop):
16722         Make arguments beg and end optional.
16723         (isearch-update): Remove optional arguments nil from
16724         isearch-lazy-highlight-new-loop.
16725         (isearch-lazy-highlight-search): Let-bind case-fold-search to
16726         isearch-lazy-highlight-case-fold-search instead of
16727         isearch-case-fold-search, and let-bind isearch-regexp to
16728         isearch-lazy-highlight-regexp.
16729         Use isearch-lazy-highlight-last-string instead of isearch-string.
16731         * replace.el (perform-replace): Remove bindings of global
16732         variables isearch-string, isearch-regexp, isearch-case-fold-search.
16733         Add three new arguments to `replace-highlight'.
16734         (replace-highlight): Add arguments string, regexp, case-fold.
16735         Let-bind isearch-string, isearch-regexp, isearch-case-fold-search
16736         to allow isearch-lazy-highlight-new-loop to use these values
16737         to set corresponding isearch-lazy-highlight-* internal
16738         variables whose values lazy highlighting will use regardless of
16739         changes to global variables isearch-string, isearch-regexp,
16740         isearch-case-fold-search during lazy highlighting loop.
16741         (replace-dehighlight): Rename `isearch-lazy-highlight-cleanup'
16742         to `lazy-highlight-cleanup'.
16744         * textmodes/ispell.el (ispell-lazy-highlight): New defcustom.
16745         (ispell-highlight-face): Set default face to `isearch' when
16746         lazy highlighting is enabled.
16747         (ispell-highlight-spelling-error-overlay): Set `ispell-overlay'
16748         priority to 1.  Add lazy highlighting.
16749         (ispell-highlight-spelling-error-xemacs): Remove obsolete arg
16750         from `isearch-dehighlight'.
16752 2005-03-18  David Ponce  <david@dponce.com>
16754         * files.el (hack-local-variables): Do a case-insensitive search
16755         for End.
16757 2005-03-18  Juri Linkov  <juri@jurta.org>
16759         * isearch.el (lazy-highlight-cleanup) <command>: Rename from
16760         `isearch-lazy-highlight-cleanup', add alias to old name and
16761         declare obsolete.  Add release numbers to other obsolete vars.
16762         (isearch-done, isearch-lazy-highlight-new-loop):
16763         Rename `isearch-lazy-highlight-cleanup' to `lazy-highlight-cleanup'.
16764         (lazy-highlight-cleanup) <variable>: Doc fix.
16765         (isearch-lazy-highlight-update): Rename obsolete
16766         `isearch-lazy-highlight-face' to `lazy-highlight-face'.
16768 2005-03-18  Kenichi Handa  <handa@m17n.org>
16770         * language/thai-util.el: Fix categorization of Thai characters in
16771         thai-category-table.
16772         (thai-composition-pattern): Adjust it for the above change.
16773         (thai-self-insert-command, thai-compose-syllable): New functions.
16774         (thai-compose-region): Use thai-compose-syllable.
16775         (thai-compose-string): Likewise.
16776         (thai-composition-function): Likewise.
16777         (thai-auto-composition): New function.
16778         (thai-auto-composition-mode): New minor mode.
16780         * language/thai.el: Fix patterns to be registered in
16781         composition-function-table.
16783         * international/quail.el (quail-input-method): Locally bind
16784         inhibit-modification-hooks to t.
16786 2005-03-17  Richard M. Stallman  <rms@gnu.org>
16788         * progmodes/perl-mode.el (perl-mode-hook): Defvar it.
16789         (perl-mode): Use run-mode-hooks.
16791         * mail/rmail.el (rmail-movemail-program, rmail-pop-password)
16792         (rmail-pop-password-required, rmail-remote-password): Doc fixes.
16793         (rmail-preserve-inbox, rmail-probe, rmail-autodetect): Doc fix.
16795         * mail/sendmail.el (sendmail-send-it): Reenable the code
16796         to compute resend-to-address and use it.
16798         * tar-mode.el (tar-mode): Turn off undo unconditionally.
16800         * image-mode.el: New file.
16802         * image.el (insert-sliced-image): Add autoload cookie.
16804         * font-lock.el (font-lock-lines-before): New user option.
16805         (font-lock-after-change-function): Obey it.
16807         * bindings.el (esc-map): Make M-g a prefix.
16808         Bind M-g g and M-g M-g to goto-line.
16810         * faces.el (face-id): Doc fix.
16812 2005-03-17  Frederik Fouvry  <fouvry@CoLi.Uni-SB.DE>
16814         * mail/rmail.el (rmail-unknown-mail-followup-to): New function.
16815         (rmail-show-message): Use rmail-unknown-mail-followup-to.
16816         (rmail-reply): Recognize Mail-Followup-To and Mail-Reply-To headers.
16818         * mail/sendmail.el (mail-yank-ignored-headers)
16819         (mail-font-lock-keywords, mail-mode-fill-paragraph):
16820         Add Mail-Followup-To and Mail-Reply-To headers.
16821         (mail-citation-hook): Add autoload cookie.
16822         (mail-mode): Doc fix.
16823         (mail-mode-map): Bind mail-mail-followup-to and mail-mail-reply-to.
16824         (mail-send): Compute Mail-Followup-To and Mail-Reply-To headers.
16825         (mail-mode-fill-paragraph): Handle those headers.
16826         (mail-mailing-lists): New variable.
16827         (mail-mail-reply-to, mail-mail-followup-to): New functions.
16829 2005-03-17  Juri Linkov  <juri@jurta.org>
16831         * isearch.el (isearch-fallback): Check for `(car previous)'
16832         before calling `isearch-other-end-state'.
16834 2005-03-17  Kim F. Storm  <storm@cua.dk>
16836         * simple.el (move-beginning-of-line): Move to beginning of buffer
16837         line, as well as beginning of screen line.
16839 2005-03-16  Glenn Morris  <gmorris@ast.cam.ac.uk>
16841         * calendar/diary-lib.el (mark-diary-entries): Use new optional
16842         argument REDRAW rather than calendar-redrawing variable.
16843         * calendar/calendar.el (calendar-redrawing): Delete.
16844         (redraw-calendar): Do not bind calendar-redrawing.
16846 2005-03-16  Matt Hodges  <MPHodges@member.fsf.org>
16848         * calendar/diary-lib.el (diary-redraw-calendar): Preserve point in
16849         diary-file buffer.
16851 2005-03-16  Stefan Monnier  <monnier@iro.umontreal.ca>
16853         * help.el (describe-mode): Allow a :minor-mode-function property to
16854         specify a different minor mode toggle function than the variable.
16855         * simple.el (auto-fill-function):
16856         * subr.el (add-minor-mode): Use it.
16858 2005-03-16  Kenichi Handa  <handa@m17n.org>
16860         * language/ethio-util.el (sera-being-called-by-w3): New variable.
16861         (ethio-sera-to-fidel-ethio): Check also sera-being-called-by-w3.
16862         (ethio-fidel-to-sera-buffer): Likewise.
16864 2005-03-16  Juri Linkov  <juri@jurta.org>
16866         * emacs-lisp/find-func.el (find-function-regexp):
16867         Add defun-emitting macro `menu-bar-make-toggle'.
16869         * isearch.el: Put `isearch-scroll' property to
16870         `split-window-horizontally'.
16872         * info.el: Update error messages for `debug-ignored-errors'.
16873         (Info-isearch-search): Doc fix.
16874         (Info-find-node): Move up code to go into info buffer before
16875         recording the node to the history.
16876         (Info-fontify-node): Fontify titles only if the next line
16877         has two or more `*', `=', `-', `.'.
16878         Display "go to this node" for empty (match-string 3).
16880 2005-03-16  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
16882         * term/mac-win.el: Add mouse pointer shape constants.
16884 2005-03-15  Kim F. Storm  <storm@cua.dk>
16886         * simple.el (move-beginning-of-line): Use vertical-motion.
16888 2005-03-15  Juri Linkov  <juri@jurta.org>
16890         * isearch.el (isearch-error): New variable.
16891         (isearch-invalid-regexp, isearch-within-brackets): Remove.
16892         (isearch-error-state): Rename from `isearch-invalid-regexp-state'.
16893         (isearch-within-brackets-state): Remove.
16894         (isearch-case-fold-search-state, isearch-pop-fun-state):
16895         Decrease frame index.
16896         (isearch-mode, isearch-top-state, isearch-push-state)
16897         (isearch-edit-string, isearch-abort, isearch-search-and-update)
16898         (isearch-fallback, isearch-message-prefix, isearch-message-suffix)
16899         (isearch-search, isearch-lazy-highlight-new-loop):
16900         Replace `isearch-invalid-regexp' with `isearch-error'.
16901         Remove `isearch-within-brackets'.
16902         (isearch-search): Add `search-failed' handler to `condition-case'.
16903         (isearch-lazy-highlight-search): Add `condition-case' to catch
16904         errors and allow `isearch-lazy-highlight-update' to try
16905         highlighting from the beginning of the window.
16906         (isearch-repeat): Move up code to set isearch-wrapped to t
16907         before calling isearch-wrap-function.
16909         * info.el (Info-isearch-initial-node): New internal variable.
16910         (Info-search): Signal an error in isearch mode when search leaves
16911         the initial node.  Signal an error when `bound' is non-nil and
16912         nothing was found in the current subfile.
16913         (Info-isearch-search): Remove `condition-case'.
16914         (Info-isearch-wrap): Don't wrap when search failed during leaving
16915         the initial node.  If `Info-isearch-search' is nil, wrap around
16916         the current node.
16917         (Info-isearch-start): New fun.
16918         (Info-mode): Add buffer-local hook `Info-isearch-start' to
16919         `isearch-mode-hook'.
16921 2005-03-15  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
16923         * simple.el (normal-erase-is-backspace): Set default to t if
16924         running on Mac.
16926         * term/mac-win.el (function-key-map): Sync with x-win.el.
16928 2005-03-15  Kenichi Handa  <handa@m17n.org>
16930         * international/mule-cmds.el (locale-language-names): Modify the
16931         format of elements and add more entries.
16932         (locale-preferred-coding-systems): Add more entries.
16933         (set-locale-environment): Adjust for the change of
16934         locale-language-names.
16936 2005-03-14  Stefan Monnier  <monnier@iro.umontreal.ca>
16938         * pcvs.el (smerge-ediff): Remove bogus autoload.
16940 2005-03-14  Lute Kamstra  <lute@gnu.org>
16942         * emacs-lisp/debug.el (debugger-make-xrefs): Docstring fix.
16943         Ignore a `*' at the beginning of a line.
16945         * subr.el (macro-declaration-function): Move to emacs-lisp/byte-run.el.
16946         * emacs-lisp/byte-run.el (macro-declaration-function): Move from
16947         subr.el.
16948         (dont-compile, eval-when-compile, eval-and-compile): Use declare
16949         to specify indentation.
16951         * generic.el (define-generic-mode): Let generic-mode-list be a
16952         list of strings; test membership with equal.
16954 2005-03-14  Kim F. Storm  <storm@cua.dk>
16956         * simple.el (next-line, previous-line): Add optional try-vscroll
16957         arg to recognize interactive use.  Pass it on to line-move.
16958         (line-move): Don't perform auto-window-vscroll when defining or
16959         executing keyboard macro to ensure consistent behavior.
16961 2005-03-13  Stefan Monnier  <monnier@iro.umontreal.ca>
16963         * pcvs-util.el (cvs-string->strings): Strip trailing whitespace.
16965 2005-03-13  Lute Kamstra  <lute@gnu.org>
16967         * emacs-lisp/debug.el (debug): Set debug-on-exit before calling
16968         debugger-setup-buffer so that backtrace marks the frames set to
16969         debug-on-exit and we don't have to do it manually.  Set an extra
16970         debug-on-exit for macro's.
16971         (debugger-setup-buffer): Don't mark the top frame manually.
16973 2005-03-12  Lute Kamstra  <lute@gnu.org>
16975         * emacs-lisp/byte-run.el: Replace lisp-indent-hook with
16976         lisp-indent-function throughout.
16977         (with-no-warnings): Set lisp-indent-function property.
16979 2005-03-12  Thien-Thi Nguyen  <ttn@gnu.org>
16981         * progmodes/dcl-mode.el (dcl-mode-syntax-table):
16982         Add entry for backslash.
16984 2005-03-12  Juri Linkov  <juri@jurta.org>
16986         * info.el (Info-search): Four fixes for backward search.
16988 2005-03-11  Jay Belanger  <belanger@truman.edu>
16990         * calc/calc.el (calc-language-alist): New variable.
16991         * calc/calc-embed.el (calc-embedded-language-alist): Remove.
16992         (calc-embedded-find-modes): Use calc-language-alist instead of
16993         calc-embedded-language-alist.
16995 2005-03-11  Glenn Morris  <gmorris@ast.cam.ac.uk>
16997         * calendar/calendar.el (calendar-redrawing): New internal
16998         variable.
16999         (redraw-calendar): Remove bogus save-excursion from previous
17000         change.  Bind calendar-redrawing to t for mark-diary-entries.
17001         * calendar/diary-lib.el (mark-diary-entries): No need to redraw
17002         calendar if that is why we were called.
17004 2005-03-11  Kenichi Handa  <handa@m17n.org>
17006         * international/mule.el (make-coding-system): Set property
17007         coding-system-define-form to nil.
17008         (define-coding-system-alias): Likewise.
17010 2005-03-11  Kenichi Handa  <handa@m17n.org>
17012         These changes are suggested by Dave Love <fx@gnu.org>.
17014         * textmodes/fill.el: Change encoding to iso-2022-7bit and add
17015         coding: tag.
17016         (adaptive-fill-regexp): Add more bullets.
17017         (fill-french-nobreak-p): Add Latin-1 and Latin-9 guillemets in
17018         regexps.
17020 2005-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
17022         * help.el (describe-mode): Properly handle non-trivial lighters.
17023         Don't ignore minor modes that are not listed in minor-mode-list.
17025         * tooltip.el (tooltip-mode): Don't complain that you can't turn the
17026         feature ON when the user requests to turn it OFF.
17028 2005-03-10  Lute Kamstra  <lute@gnu.org>
17030         * emacs-lisp/debug.el (debug-entry-code): Delete it.
17031         (implement-debug-on-entry): New function to replace debug-entry-code.
17032         (debug-on-entry-1): Use implement-debug-on-entry.  Delete the
17033         second argument as the 2005-03-07 change makes it obsolete.
17034         (debug-on-entry, cancel-debug-on-entry): Update call to
17035         debug-on-entry-1.
17036         (debug, debugger-setup-buffer): Comment update.
17037         (debugger-frame-number): Update to work with implement-debug-on-entry.
17039 2005-03-10  Jay Belanger  <belanger@truman.edu>
17041         * calc/calc-embed.el (math-ms-args): Declare it.
17042         (calc-embedded-eval-expr, calc-embedded-eval-get-var): Use variable
17043         math-ms-args.
17044         (calc-embedded-subst): Use math-multi-subst-rec to substitute
17045         variables.
17047 2005-03-10  Nick Roberts  <nickrob@snap.net.nz>
17049         * progmodes/gdb-ui.el (gdb-var-create-handler, gdb-get-location):
17050         Use message-box.
17052         * tooltip.el (tooltip-mode): Use define-minor-mode and simplify.
17053         (tooltip-activate-mouse-motions-if-enabled): Use dolist.
17054         (tooltip-gud-tips): Simplify.
17055         (tooltip-gud-tips-p): Remove superfluous :set.
17056         (tooltip-gud-modes): Add fortran-mode.
17057         (gdb-tooltip-print): Remove newline for tooltip-use-echo-area.
17059         * bindings.el (mode-line-mode-menu): Add tooltip-mode to mode-line.
17061 2005-03-09  Kim F. Storm  <storm@cua.dk>
17063         * play/animate.el (animate-place-char): Use forward-line instead
17064         of next-line to improve performance.
17066 2005-03-09  Simon Josefsson  <jas@extundo.com>
17068         * net/browse-url.el (browse-url-default-browser): Doc fix.
17070 2005-03-09  Miles Bader  <miles@gnu.org>
17072         * emacs-lisp/bytecomp.el (byte-compile-variable-ref)
17073         (byte-compile-obsolete): Change " since VER" to " (as of Emacs VER)".
17075 2005-03-09  Kenichi Handa  <handa@m17n.org>
17077         * international/latin-1.el: Set case and syntax for 255 only if
17078         set-case-syntax-set-multibyte is nil.
17080         * textmodes/ispell.el (ispell-insert-word): New function.
17081         (ispell-word): Use ispell-insert-word to insert a new word.
17082         (ispell-process-line): Likewise.
17083         (ispell-complete-word): Likewise.
17085 2005-03-09  Glenn Morris  <gmorris@ast.cam.ac.uk>
17087         * calendar/calendar.el (redraw-calendar): Preserve point.
17088         Reported by Matt Hodges <MPHodges@member.fsf.org>.
17089         (calendar-week-start-day): Move after definition of
17090         redraw-calendar.  Delete buffer test, since redraw-calendar has
17091         that now.
17093         * calendar/diary-lib.el (mark-diary-entries): Only call
17094         redraw-calendar in the first of any recursive calls.
17095         Reported by Alan Shutko <ats@acm.org>.
17097 2005-03-08  Juri Linkov  <juri@jurta.org>
17099         * textmodes/sgml-mode.el (sgml-tag, html-tag-alist)
17100         (html-horizontal-rule, html-line, html-image, html-checkboxes)
17101         (html-radio-buttons): Add a space before the trailing `/>' where
17102         sgml-xml-mode is non-nil.
17103         (sgml-delete-tag): Check if the tag ends with `/>' to not delete
17104         the subsequent tag of the empty XML tag.
17105         (html-href-anchor): Don't set initial input to "http:".
17106         (html-image): Ask for the image URL and set point inside alt="".
17107         (html-name-anchor): Duplicate the name in the `id' attribute when
17108         sgml-xml-mode is non-nil.
17109         (html-paragraph): Remove \n before <p>.
17110         (html-checkboxes, html-radio-buttons): Insert `checked="checked"'
17111         instead of `checked' when sgml-xml-mode is non-nil.
17113         * facemenu.el (list-colors-print): Print #RRGGBB in default face.
17114         Remove 1 space before #RRGGBB to not truncate it on terminal
17115         windows w/o fringes.  Remove 1 space between bg and fg examples
17116         to get more space.
17117         (list-colors-duplicates): Replace `and' with `if' for `boundp' to
17118         avoid byte-compile warnings.
17120         * image-file.el (image-file-handler): Put `safe-magic' property to
17121         `image-file-handler'.
17123         * info.el (Info-isearch-search): Emulate word search in
17124         isearching through multiple Info nodes with Info-search.
17125         (Info-isearch-wrap): Allow isearch-word.
17127 2005-03-08  Lute Kamstra  <lute@gnu.org>
17129         * emacs-lisp/debug.el (debugger-step-through): Make sure that
17130         stepping into the debugger's code is not possible.
17131         (debugger-jumping-flag): Docstring update.
17133 2005-03-08  Jay Belanger  <belanger@truman.edu>
17135         * calc/calc-embed.el (calc-do-embedded): Reset mode line when
17136         embedded mode begins.
17137         (calc-embedded-language-alist): New variable.
17138         (calc-embedded-find-modes): Use calc-embedded-language-alist to
17139         set default language mode.
17141 2005-03-08  Kenichi Handa  <handa@m17n.org>
17143         * international/ccl.el (define-ccl-program): Fix docstring about
17144         extra 256 bytes assured for the output buffer.
17146         * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
17147         Fix BUFFER_MAGNIFICATION to 2.
17148         (ccl-encode-mule-utf-16be-with-signature): Likewise.
17150 2005-03-07  Karl Chen  <quarl@cs.berkeley.edu>
17152         * align.el (align-rules-list): Added an alignment rule for CSS
17153         declarations (applies to css-mode and html-mode buffers).
17155 2005-03-07  Stefan Monnier  <monnier@iro.umontreal.ca>
17157         * emacs-lisp/debug.el (debug-on-entry-1): Fix handling of macros.
17159 2005-03-07  Kim F. Storm  <storm@cua.dk>
17161         * simple.el (move-beginning-of-line): New command.
17163         * bindings.el (global-map): Bind C-a to move-beginning-of-line.
17165         * reveal.el (reveal-mode-map): Bind C-a to beginning-of-line.
17167         * emulation/cua-base.el: Put CUA move property on move-end-of-line
17168         and move-beginning-of-line.
17170         * apropos.el (apropos-print): Omit command from M-x ... RET.
17172 2005-03-07  Nick Roberts  <nickrob@snap.net.nz>
17174         * progmodes/gdb-ui.el (gdb-var-create-handler): Handle just MI case.
17175         (gdb-send, gdb-send-item): Log items sent from gdb-send too.
17177 2005-03-06  Richard M. Stallman  <rms@gnu.org>
17179         * bindings.el (esc-map): Bind M-g to goto-line.
17181         * facemenu.el (global-map): Bind M-o, not M-g.
17183 2005-03-06  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
17185         * menu-bar.el (menu-bar-file-menu): Add the same :enable to
17186         "Open Directory" as for "Open File".
17188 2005-03-06  Chong Yidong  <cyd@stupidchicken.com>
17190         * simple.el (activate-mark-hook, deactivate-mark-hook): Add defvars.
17191         (push-mark-command): Run activate-mark-hook.
17193 2005-03-06  Richard M. Stallman  <rms@gnu.org>
17195         * help-mode.el (help-mode-finish): Don't alter the element
17196         in view-return-to-alist if there already is one.
17198         * jit-lock.el (jit-lock-stealth-fontify): When calling sit-for,
17199         make sure the current buffer is the expected one.
17201         * novice.el (disabled-command-function): Output in *Disabled Command*.
17202         Explicitly ignore non-keyboard events, and explicitly handle C-g.
17204         * textmodes/flyspell.el (flyspell-large-region):
17205         Pass args differently for aspell.
17207         * files.el (mode-require-final-newline): Doc fix.
17209 2005-03-03  Stephan Stahl  <stahl@eos.franken.de>  (tiny change)
17211         * progmodes/which-func.el (which-function):
17212         Specify NOERROR when calling imenu--make-index-alist.
17214 2005-03-05  Stefan Monnier  <monnier@iro.umontreal.ca>
17216         * simple.el (normal-erase-is-backspace): Define default value.
17218         * custom.el (custom-theme-set-variables): Remove unused var
17219         `immediate'.
17220         (custom-reevaluate-setting): Simple function to handle variables
17221         that are defined before their default value can really be
17222         computed.
17224         * startup.el (command-line): Use it for temporary-file-directory,
17225         small-emporary-file-directory, auto-save-file-name-transforms,
17226         blink-cursor-mode, and normal-erase-is-backspace.
17228         * font-lock.el (font-lock-fontify-keywords-region): Ensure forward
17229         progress, even with buggy anchored keywords.
17231 2005-03-05  Luc Teirlinck  <teirllm@auburn.edu>
17233         * simple.el (goto-line): Remove unbalanced final parenthesis.
17235 2005-03-05  Richard M. Stallman  <rms@gnu.org>
17237         * simple.el (goto-line): Use a number at point as the default.
17238         With C-u as arg, switch buffers.
17240 2005-03-05  Juri Linkov  <juri@jurta.org>
17242         * frame.el (blink-cursor-mode): Replace `emacs-quick-startup'
17243         with `no-blinking-cursor'.
17245         * startup.el (no-blinking-cursor): New defvar.
17246         (command-line): Add `--no-blinking-cursor' to longopts.
17247         Set `no-blinking-cursor' to t for command line arguments
17248         -Q, -nbc, --no-blinking-cursor.  Replace `emacs-quick-startup'
17249         with `no-blinking-cursor' in the condition for calling
17250         `blink-cursor-mode'.
17252 2005-03-04  Luc Teirlinck  <teirllm@auburn.edu>
17254         * menu-bar.el (menu-bar-make-mm-toggle): Doc fix.
17255         (menu-bar-options-save): Add blink-cursor-mode.
17256         (menu-bar-options-menu): Add blink-cursor-mode.
17258 2005-03-04  Ulf Jasper  <ulf.jasper@web.de>
17260         * calendar/icalendar.el (icalendar-version): Increase to 0.11.
17261         (icalendar-export-file, icalendar-export-region)
17262         (icalendar-import-file, icalendar-import-buffer): Add autoload cookies.
17263         (icalendar--convert-ical-to-diary): Fix problem with DURATION.
17265 2005-03-04  Lute Kamstra  <lute@gnu.org>
17267         * emacs-lisp/debug.el (debugger-step-after-exit): Make it a defvar.
17268         (debug-function-list): Ditto.
17270 2005-03-04  Robert J. Chassell  <bob@rattlesnake.com>
17272         * textmodes/texinfmt.el (texinfo-append-refill):
17273         Redefine the types of line to which @refill
17274         is not appended by replacing a search for `@refill\\|@bye' with
17275         `@refill\\|^[ \t]*@'.  The intent is to solve both the `@end
17276         itemize@refill' bug and the unfilled long lines bug.
17277         (texinfmt-version): Update number and date.
17279 2005-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
17281         * international/code-pages.el (windows-1250, windows-125[2-8])
17282         (iso-8859-10, -13, -16, georgian-ps): Add autoload cookies.
17284 2005-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
17286         * frame.el (blink-cursor-mode): `emacs-quick-startup' may not be
17287         bound yet.
17289 2005-03-02  Romain Francoise  <romain@orebokech.com>
17291         * ibuf-ext.el (ibuffer-filter-disable): Move back to the current
17292         buffer after removing limits.
17293         (ibuffer-pop-filter): Ditto.
17294         Update copyright.
17296 2005-03-02  Miles Bader  <miles@gnu.org>
17298         * button.el (make-text-button): If the user doesn't specify a
17299         type, use the default.  Rewrite to use `add-text-properties' and
17300         plist functions.
17302 2005-03-01  Lute Kamstra  <lute@gnu.org>
17304         * emacs-lisp/debug.el (inhibit-debug-on-entry): Add docstring.
17305         (debugger-jumping-flag): New var.
17306         (debug-entry-code): Use it.
17307         (debugger-jump): Use debugger-jumping-flag and add
17308         debugger-reenable to post-command-hook.
17309         (debugger-reenable): Use debugger-jumping-flag and remove itself
17310         from post-command-hook.
17311         (debug, debug-on-entry, cancel-debug-on-entry): Remove call to
17312         debugger-reenable.
17314 2005-03-01  Robert J. Chassell  <bob@rattlesnake.com>
17316         * textmodes/texinfmt.el (texinfo-no-refill-regexp): Comment out
17317         inclusion of "itemize\\|", which may be unnecessary, is certainly
17318         inelegant, and stops refilling in itemize lists when formatting
17319         Japanese Texinfo files to Info.
17320         Update copyright to 2005.
17322 2005-03-01  Nick Roberts  <nickrob@snap.net.nz>
17324         * progmodes/gdb-ui.el (gdb-get-location): Use a warning instead
17325         of an error if GDB can't find the source file.
17327 2005-03-01  Glenn Morris  <gmorris@ast.cam.ac.uk>
17329         * calendar/calendar.el (redraw-calendar): Work from any buffer,
17330         not just the calendar.
17332         * calendar/diary-lib.el (mark-diary-entries): Remove any old marks
17333         first.
17334         (diary-redraw-calendar): New function.
17335         (make-diary-entry): Add diary-redraw-calendar to local
17336         write-contents-functions.  Turn off selective display before
17337         inserting in diary.
17339 2005-03-01  Kim F. Storm  <storm@cua.dk>
17341         * emacs-lisp/copyright.el (copyright-fix-years): New command.
17343 2005-03-01  Lute Kamstra  <lute@gnu.org>
17345         * emacs-lisp/debug.el (debug-on-entry-1): Reimplement to make sure
17346         that debug-entry-code can be safely removed from a function while
17347         this code is being evaluated.  Revert the 2005-02-27 change as the
17348         new implementation no longer requires it.  Make sure that a
17349         function body containing just a string is not mistaken for a docstring.
17350         (debug): Skip one more frame in case of debug on entry.
17351         (debugger-setup-buffer): Delete one more frame line in case of
17352         debug on entry.
17353         (debugger-frame-number): Update to use the new text introduced by
17354         the 1999-11-03 change.  Skip one more frame in case of debug on entry.
17356 2005-02-28  Kim F. Storm  <storm@cua.dk>
17358         * double.el (double-translate-key): Call force-window-update after
17359         read-event to avoid crash in redisplay.
17361 2005-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
17363         * emacs-lisp/debug.el (inhibit-debug-on-entry): New var.
17364         (debug): Use it.  Move the inhibit-trace earlier.
17365         (debug-entry-code): New const.
17366         (debug-on-entry-1): Use it.
17368 2005-02-28  Chong Yidong  <cyd@stupidchicken.com>
17370         * international/utf-16.el (ccl-encode-mule-utf-16le):
17371         Fix BUFFER_MAGNIFICATION to 2.
17372         (ccl-encode-mule-utf-16be): Likewise.
17374 2005-02-28  Kenichi Handa  <handa@m17n.org>
17376         * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
17377         Fix BUFFER_MAGNIFICATION to 4.
17378         (ccl-encode-mule-utf-16be-with-signature): Likewise.
17380 2005-02-28  Nick Roberts  <nickrob@snap.net.nz>
17382         * speedbar.el (speedbar-update-flag): Doc fix.
17383         (speedbar-show-info-under-mouse): Give set-mouse-position the right
17384         argument.
17386 2005-02-27  Stefan Monnier  <monnier@iro.umontreal.ca>
17388         * reveal.el (reveal-post-command): Don't try to reveal overlays which
17389         have a non-nil `invisible' property but are actually visible.
17391         * progmodes/perl-mode.el (perl-imenu-generic-expression): Add entries
17392         for perldoc sections.
17393         (perl-outline-regexp, perl-outline-level): New var and function.
17394         (perl-mode): Use them.
17396 2005-02-27  Glenn Morris  <gmorris@ast.cam.ac.uk>
17398         * calendar/diary-lib.el (diary-remind): Discard any mark portion
17399         from diary-entry.  Reported by Andrew Kemp <ajwk@pell.uklinux.net>.
17401 2005-02-27  Luc Teirlinck  <teirllm@auburn.edu>
17403         * cus-edit.el: Comment change.
17404         (custom-buffer-create-internal): Slightly reword text at top of
17405         Custom buffers.  Mention there that saving an option edits the
17406         init file.  Add link to Emacs manual node on `custom-file'.
17407         (custom-magic-alist): Rewrite individual State messages to use
17408         capitalized keywords.  Doc fix.
17410 2005-02-27  Matt Hodges  <MPHodges@member.fsf.org>
17412         * calendar/calendar.el (calendar-buffer): Move above
17413         calendar-week-start-day.
17414         (calendar-week-start-day): Doc fix.  Add :set function.
17415         (calendar-minimum-window-height): New variable.
17416         (generate-calendar-window): Only resize window if selected-window
17417         is displaying the calendar buffer.  Use new variable
17418         calendar-minimum-window-height.
17419         (generate-calendar): Reword error message.
17420         (calendar-mode-map): Bind DEL to scroll-other-window-down.
17422 2005-02-27  Andreas Schwab  <schwab@suse.de>
17424         * vc.el (vc-do-command): Don't run command asynchronously when
17425         operating in a remote directory.
17427         * net/tramp.el (tramp-file-name-for-operation): Fix misapplied
17428         change from sync with Tramp 2.0.47.
17430 2005-02-27  Richard M. Stallman  <rms@gnu.org>
17432         * textmodes/ispell.el (ispell-change-dictionary): Doc fix.
17434         * textmodes/flyspell.el (flyspell-mode-on):
17435         Call ispell-change-dictionary only if necessary.
17437         * emacs-lisp/re-builder.el (regexp-builder): New function.
17439         * register.el (describe-register-1): Explicitly handle
17440         yank-excluded-properties = t.
17442         * cus-edit.el (custom-buffer-create-internal): Improve progress msgs.
17443         (custom-magic-alist): Change the status descriptions again.
17444         (face widget-type): Total rewrite based on `restricted-sexp'
17445         to eliminate the confusing double hiding levels.
17447         * emacs-lisp/debug.el (debug-on-entry-1):
17448         If function body is empty, add nil as body form.
17450 2005-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
17452         * emacs-lisp/trace.el (inhibit-trace): New var.
17453         (trace-make-advice): Use it.
17455         * emacs-lisp/debug.el (debug): Put back the inhibit-trace.
17457 2005-02-26  Kim F. Storm  <storm@cua.dk>
17459         * mouse.el (mouse-1-click-in-non-selected-windows): New defcustom.
17460         (mouse-on-link-p, mouse-drag-region-1): Use it.
17462 2005-02-25  Lute Kamstra  <lute@gnu.org>
17464         * replace.el (query-replace-read-from): Fix 2005-02-19 change.
17466 2005-02-24  Luc Teirlinck  <teirllm@auburn.edu>
17468         * frame.el (blink-cursor-mode): Add :group keyword.
17470 2005-02-24  Ulf Jasper  <ulf.jasper@web.de>
17472         * calendar/icalendar.el (icalendar--decode-isodatetime):
17473         New optional argument DAY-SHIFT.
17474         (icalendar-export-region): Fix coding-system-for-write.
17475         (icalendar--convert-ical-to-diary): Shift end-day of all-day
17476         events by one.
17478 2005-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
17480         * textmodes/tex-mode.el (tex-font-lock-keywords-3): #n is atomic.
17482 2005-02-24  Kim F. Storm  <storm@cua.dk>
17484         * international/iso-acc.el (iso-accents-compose): Fix crash
17485         during redisplay.  Call force-window-update after read-event
17486         and delete-region to signal that window is not accurate.
17488 2005-02-23  Stefan Monnier  <monnier@iro.umontreal.ca>
17490         * emacs-lisp/debug.el (debug): Hide the buffer if it's not killed.
17491         Remove unused and inexistent var `inhibit-trace'.
17492         (debugger-mode): Use run-mode-hooks.
17493         (debugger-list-functions): Add buttons; setup xref stack.
17495 2005-02-23  Richard M. Stallman  <rms@gnu.org>
17497         * calendar/appt.el (appt-time-msg-list): 3rd elt of each
17498         appointment says it was explicitly made.
17499         (appt-add): Set the 3rd element.
17500         (appt-make-list): Preserve explicit appointments.
17502         * subr.el (find-tag-default): Catch errors in forward-sexp.
17504 2005-02-23  Juri Linkov  <juri@jurta.org>
17506         * info.el (Info-isearch-search): New defcustom.
17507         (Info-isearch-search): Call the default isearch function
17508         when Info-isearch-search is nil.
17509         (Info-isearch-wrap): Use variable Info-isearch-search.
17511 2005-02-22  Luc Teirlinck  <teirllm@auburn.edu>
17513         * cus-edit.el: Comment change.
17515 2005-02-22  Kim F. Storm  <storm@cua.dk>
17517         * progmodes/hideif.el (hide-ifdef-use-define-alist):
17518         Use completing-read.  Suggested by Juan-Leon Lahoz Garcia.
17520 2005-02-22  Simon Josefsson  <jas@extundo.com>
17522         * net/browse-url.el (browse-url-netscape-new-window-is-tab):
17523         New variable.
17524         (browse-url-netscape): Use it.  Suggested by "Johann 'Myrkraverk'
17525         Oskarsson" <myrkraverk@users.sourceforget.net>.
17527 2005-02-22  Kim F. Storm  <storm@cua.dk>
17529         * mouse.el (mouse-on-link-p): If arg POS is a mouse event,
17530         check that window of that event is the selected window.
17531         (mouse-drag-region-1): Compare mouse event window to selected
17532         window before setting point.
17534         * tooltip.el (tooltip-show-help-function): Pass event to
17535         mouse-on-link-p so it can check selected window.
17537 2005-02-22  Kenichi Handa  <handa@m17n.org>
17539         * ps-mule.el (ps-mule-header-string-charsets): Delete it.
17540         (ps-mule-show-warning): New function.
17541         (ps-mule-begin-job): Use ps-mule-show-warning if unprintable
17542         characters are found.
17544         * ps-print.el (ps-header-footer-string): Return a list of header
17545         and footer strings.
17547 2005-02-21  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
17549         * pcvs.el (cvs-retrieve-revision): Fix thinko.
17551 2005-02-21  Stefan Monnier  <monnier@iro.umontreal.ca>
17553         * frame.el (blink-cursor-mode): Use define-minor-mode.
17555         * term/mac-win.el (function-key-map): Use char-names more consistently.
17556         (file-name-coding-system): Only set it for MacOS-9.  The other case is
17557         already handled in mule-cmds.el (where it also works when mac-win.el
17558         is not used).
17560 2005-02-21  Kenichi Handa  <handa@m17n.org>
17562         * international/mule.el (ctext-pre-write-conversion): Always use
17563         " *code-converting-work*" buffer for work.
17565         * textmodes/ispell.el (ispell-dictionary-alist): Fix docstring.
17567 2005-02-20  Thien-Thi Nguyen  <ttn@gnu.org>
17569         * progmodes/scheme.el (scheme-font-lock-keywords-2): Handle named-let.
17571 2005-02-20  Jonathan Yavner  <jyavner@member.fsf.org>
17573         * ses.el (undo-more): Restore defadvice, but only the part that
17574         allows changes outside the restricted area of the buffer.
17576 2005-02-20  Kim F. Storm  <storm@cua.dk>
17578         * simple.el (line-move): Add fourth optional arg try-vscroll which
17579         must be set to perform auto-window-vscroll.
17580         When moving backwards and doing auto-window-vscroll, automatically
17581         vscroll to the last part of lines which are taller than the window.
17582         (next-line, previous-line): Set try-vscroll arg on line-move.
17584 2005-02-19  Dan Nicolaescu  <dann@ics.uci.edu>
17586         * replace.el (query-replace, query-replace-regexp)
17587         (replace-string, replace-regexp): When operating on region, make
17588         the minibuffer prompt say so.
17590         * isearch.el (isearch-forward): Document isearch-query-replace and
17591         isearch-query-replace-regexp keybindings.
17593 2005-02-19  Jay Belanger  <belanger@truman.edu>
17595         * calc/calc-aent.el (math-read-token): Add local variable.
17597         * calc/calc-prog.el (calc-user-define-edit): Add local variable.
17598         (calc-edit-top): Move declaration to earlier in file.
17599         (calc-edit-macro-repeats): Add local variables.
17601         * calc/calcalg2.el: Add differentiation rule for calcFunc-coth.
17602         Adjust differentiation rules for calcFunc-tan, calcFunc-cot,
17603         calcFunc-tanh.
17604         Adjust integration rule for calcFunc-tan.
17606 2005-02-19  Michael Kifer  <kifer@cs.stonybrook.edu>
17608         * viper-cmd.el (viper-prefix-commands): Make into a defconst.
17609         (viper-exec-buffer-search): Use regexp-quote to quote buffer string.
17610         (viper-minibuffer-setup-sentinel): Make some variables buffer-local.
17611         (viper-skip-separators): Bug fix.
17612         (viper-set-searchstyle-toggling-macros): Allow to unset macros in a
17613         particular major mode.
17614         (viper-del-backward-char-in-replace): Don't put deleted char on the
17615         kill ring.
17617         * viper-ex.el (viper-color-display-p): New function.
17618         (viper-has-face-support-p): Use viper-color-display-p.
17620         * viper-keym.el (viper-gnus-modifier-map): New keymap.
17622         * viper-macs.el (viper-unrecord-kbd-macro): Bug fix.
17624         * viper-util.el (viper-glob-unix-files): Fix shell status check.
17625         (viper-file-remote-p): Make equivalent to file-remote-p.
17627         * viper.el (viper-major-mode-modifier-list):
17628         Use viper-gnus-modifier-map.
17630 2005-02-19  David Kastrup  <dak@gnu.org>
17632         * subr.el (subregexp-context-p): Fix garbled doc string by adding
17633         quoting.
17635 2005-02-19  Jay Belanger  <belanger@truman.edu>
17637         * calc/calc-math.el (calc-arctan, calc-tanh, calc-arctanh):
17638         Remove extra definitions.
17639         (calc-coth): New function.
17640         (calcFunc-cot): Fix `let'.
17642 2005-02-19  Eli Zaretskii  <eliz@gnu.org>
17644         * faces.el (escape-glyph, minibuffer-prompt): Add commentary for
17645         the reasons we use "type pc" in these faces.
17647         * button.el (button): Ditto.
17649 2005-02-19  Michael Mauger  <mmaug@yahoo.com>
17651         * replace.el (query-replace-read-from): Set the value of
17652         query-replace-from-history-variable to handle the case of an empty
17653         string entered to accept the suggested default.
17655         * net/tramp.el (tramp-file-name-for-operation):
17656         Use dired-call-process instead of dired-call-process-command.
17658 2005-02-19  Jay Belanger  <belanger@truman.edu>
17660         * calc/calc-arith.el (math-trig-inverses, math-div-trig)
17661         (math-div-non-trig): New variables.
17662         (math-combine-prod-trig, math-div-new-trig, math-div-new-non-trig)
17663         (math-div-isolate-trig, math-div-isolate-trig-term): New functions.
17664         (math-combine-prod, math-div-symb-fancy): Add simplifications for
17665         trig expressions.
17667 2005-02-19  Nick Roberts  <nickrob@snap.net.nz>
17669         * progmodes/gdb-ui.el (gdb-var-update-handler)
17670         (gdb-speedbar-timer-fn): Ensure speedbar updates with new values
17671         for watch expressions,
17672         (gdb-var-create-handler): Don't set speedbar-update-flag.
17673         (gdb-post-prompt): Simplify test for speedbar.
17675 2005-02-19  Michael Kifer  <kifer@cs.stonybrook.edu>
17677         * ediff.el (ediff-set-diff-overlays-in-one-buffer)
17678         (ediff-set-fine-overlays-in-one-buffer,ediff-goto-word): Make sure
17679         we use the syntax table of the correct buffer.
17680         (ediff-same-file-contents,ediff-same-contents): Enhancements thanks to
17681         Felix Gatzemeier.
17683         * ediff-init.el (ediff-hide-face): Check for definedness of functions.
17684         (ediff-file-remote-p): Make synonymous with file-remote-p.
17685         In all deffaces ediff-*-face-*, use min-colors.
17687         * ediff-mult.el (ediff-meta-mark-equal-files): Make use of
17688         ediff-recurse-to-subdirectories.
17689         (ediff-mark-if-equal): Check that the arguments are strings, use
17690         ediff-same-contents (after to Felix Gatzemeier).
17692         * ediff.el (ediff-merge-on-startup): Don't set buffer-modified-p to
17693         nil.
17695 2005-02-18  Stefan Monnier  <monnier@iro.umontreal.ca>
17697         * log-view.el (log-view-message-re): Fix up Subversion regexp.
17699 2005-02-18  David Kastrup  <dak@gnu.org>
17701         * progmodes/meta-mode.el (meta-mark-active): Fix condition to just
17702         use `mark-active' when defined.
17704 2005-02-18  Kenichi Handa  <handa@m17n.org>
17706         * ps-print.el (ps-font-info-database): New entry
17707         ZapfChancery-MediumItalic with correct font name.  Fix font name
17708         of the entry Zapf-Chancery-MediumItalic.
17710 2005-02-16  Luc Teirlinck  <teirllm@auburn.edu>
17712         * autorevert.el (auto-revert-stop-on-user-input): Further doc fix.
17714 2005-02-16  Kim F. Storm  <storm@cua.dk>
17716         * ido.el (ido-fallback-command): Pass user input to fallback command.
17718 2005-02-16  Nick Roberts  <nickrob@snap.net.nz>
17720         * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers)
17721         (gdb-find-file-hook): Add server prefix.
17723 2005-02-16  Richard M. Stallman  <rms@gnu.org>
17725         * replace.el (perform-replace): Pass new args to replace-highlight.
17726         (replace-highlight): Take region args,
17727         and pass them to isearch-lazy-highlight-new-loop.
17729         * novice.el (disabled-command-hook): Autoload the defalias
17730         and the make-obsolete-variable call.
17732         * menu-bar.el (menu-bar-select-frame): FRAME defaults to selected.
17734         * isearch.el (isearch-lazy-highlight-start-limit)
17735         (isearch-lazy-highlight-end-limit): New variables limit
17736         the region for highlighting.
17737         (isearch-lazy-highlight-new-loop): New args BEG and END.
17738         (isearch-lazy-highlight-search): Use the new vars.
17739         (isearch-lazy-highlight-update): Likewise.
17741         * dired.el (dired-build-subdir-alist): Bind buffer-undo-list to t.
17743         * cus-start.el (all): Use default-boundp.
17745 2005-02-15  David Casperson  <casper@unbc.ca>  (tiny change)
17747         * menu-bar.el (menu-bar-select-frame): Handle current frame.
17749 2005-02-15  Luc Teirlinck  <teirllm@auburn.edu>
17751         * autorevert.el (auto-revert-stop-on-user-input)
17752         (auto-revert-verbose): Doc fixes.
17754 2005-02-15  Benjamin Riefenstahl  <Benjamin.Riefenstahl@epost.de>
17756         * international/mule-cmds.el (set-locale-environment): Remove call
17757         to set-selection-coding-system on Windows.
17759 2005-02-15  Jay Belanger  <belanger@truman.edu>
17761         * calc/calc-alg.el: Add simplification rules for calcFunc-sec,
17762         calcFunc-csc, calcFunc-cot, calcFunc-sech, calcFunc-csch, and
17763         calcFunc-coth.
17764         (math-simplify-sqrt): Add simplifications.
17766         * calc/calc-arith.el (math-real-if-arg-functions): Add functions
17767         to list.
17769         * calc/calc-ext.el: Add functions to autoloads.
17771         * calc/calc-math.el (calc-sec, calc-csc, calc-cot, calc-sech)
17772         (calc-csch, calc-coth, calcFunc-sec, calcFunc-csc, calcFunc-cot)
17773         (calcFunc-sech, calcFunc-csch, calcFunc-coth, math-sec-raw)
17774         (math-csc-raw, math-cot-raw): New functions.
17776         * calc/calc-rules.el (calc-DistribRules, calc-NegateRules): Add rules.
17778         * calc/calc-undo.el (calc-handle-undo): Remove prefix from
17779         the variable name in a message.
17781         * calc/calc-units.el: Add simplification rules for calcFunc-sec,
17782         calcFunc-csc, calcFunc-cot.
17784         * calc/calcalg2.el: Add derivative and integration rules for
17785         calcFunc-sec, calcFunc-csc, calcFunc-cot, calcFunc-sech,
17786         calcFunc-csch, calcFunc-coth.
17787         (math-do-integral-methods): Add to checks for when to use
17788         substitutions.
17790         * calc/calccomp.el (math-eqn-special-funcs): Add functions to list.
17792 2005-02-15  Lute Kamstra  <lute@gnu.org>
17794         * emacs-lisp/lisp-mode.el (lisp-mode-variables):
17795         Add ;;;###autoload to `outline-regexp'.  Suggested by Stefan Monnier
17796         <monnier@iro.umontreal.ca>
17797         (lisp-outline-level): Improve efficiency.  Suggested by David
17798         Kastrup <dak@gnu.org>.
17800 2005-02-15  Nick Roberts  <nickrob@snap.net.nz>
17802         * progmodes/gdb-ui.el (gdb-find-file-unhook): New variable.
17803         (gdb-set-gud-minor-mode, gdb-set-gud-minor-mode-1)
17804         (gdb-set-gud-minor-mode-existing-buffers): New functions.
17805         (gdb-find-file-hook): New hook.  Add it to find-file-hook.
17806         (gdb-info-breakpoints-custom, gdb-source-info): Simplify.
17808 2005-02-14  Luc Teirlinck  <teirllm@auburn.edu>
17810         * cus-start.el (all): Comment change.
17812 2005-02-14  Lute Kamstra  <lute@gnu.org>
17814         * cus-start.el (all): Check if symbol is void.
17816 2005-02-14  Carsten Dominik  <dominik@science.uva.nl>
17818         * textmodes/reftex-cite.el (reftex-do-citation): Cleanup single
17819         optional argument to \cite.
17821 2005-02-14  Richard M. Stallman  <rms@gnu.org>
17823         * cus-edit.el (custom-buffer-create-internal): Update help message.
17824         (custom-magic-alist): Update help messages.
17826         * cus-start.el (all): Allow a var to specify a standard value.
17828 2005-02-12  Luc Teirlinck  <teirllm@auburn.edu>
17830         * custom.el (custom-theme-set-variables): Handle variable aliases.
17832         * frame.el (blink-cursor-timer): Doc fix.
17833         (blink-cursor): Make it an alias for `blink-cursor-mode' and
17834         declare obsolete.
17835         (blink-cursor-mode): Define with defcustom and use correct
17836         standard expression in that defcustom.
17837         * startup.el (command-line): Adapt to above changes in frame.el.
17839 2005-02-11  Lute Kamstra  <lute@gnu.org>
17841         * apropos.el (apropos-score-doc): Prevent division by zero.
17843 2005-02-11  Ulf Jasper  <ulf.jasper@web.de>
17845         * calendar/icalendar.el (icalendar--get-event-property): Doc fix.
17846         (icalendar--get-event-property-attributes)
17847         (icalendar--get-event-properties)
17848         (icalendar--datetime-to-diary-date): New functions.
17849         (icalendar--split-value): Doc fix.
17850         (icalendar--datetime-to-noneuropean-date)
17851         (icalendar--datetime-to-european-date): New optional argument
17852         SEPARATOR.  Return result as a string instead of a list.
17853         (icalendar--get-weekday-number): Check if ABBREVWEEKDAY is nil.
17854         (icalendar--convert-string-for-export): Rename arg S to STRING.
17855         (icalendar-export-region): Doc fix.  Change name of error buffer.
17856         Save output buffer.
17857         (icalendar-import-file): Add blank at end of prompt.
17858         (icalendar-import-buffer): Doc fix.  Do not switch to error
17859         buffer.  Indicate status in return value.
17860         (icalendar--convert-ical-to-diary): Doc fix.  Change name of error
17861         buffer.  Save output buffer.  Handle exception from recurrence
17862         rules (EXDATE, EXRULE).  Handle start- and end-date of recurring
17863         events.  Fix problems with weekly all-day events.
17865 2005-02-10  Richard M. Stallman  <rms@gnu.org>
17867         * simple.el (eval-expression-print-format):
17868         Avoid warning about edebug-active.
17870         * help.el (help-for-help-internal): Rename from help-for-help.
17871         (help-for-help): Define with defalias.
17873         * font-core.el (font-lock-default-function): Use with-no-warnings.
17875         * cus-edit.el (custom-buffer-create-internal): Improve help-echo.
17877         * custom.el (defface): Doc fix.
17879 2005-02-10  Nick Roberts  <nickrob@snap.net.nz>
17881         * progmodes/gdb-ui.el (gdb-ann3): Re-instate GDB command "set
17882         width 0" to prevent word wrapping problems.
17884 2005-02-09  Kim F. Storm  <storm@cua.dk>
17886         * ido.el (ido-file-extensions-order): New defcustom.
17887         (ido-file-extension-lessp, ido-file-extension-aux)
17888         (ido-file-extension-order): New advanced file ordering.
17889         (ido-file-lessp): New simple file ordering.
17890         (ido-sort-list): Remove.
17891         (ido-make-file-list): Use ido-file-lessp or ido-file-extension-lessp.
17892         (ido-make-dir-list, ido-completion-help): Use ido-file-lessp.
17894 2005-02-08  Dan Nicolaescu  <dann@ics.uci.edu>
17896         * progmodes/grep.el (grep-regexp-alist): Match an optional ^[[K
17897         that some versions of grep produce.
17898         (grep-mode-font-lock-keywords): Likewise.
17900 2005-02-09  Nick Roberts  <nickrob@snap.net.nz>
17902         * progmodes/gdb-ui.el (gdb-location-list): New variable.
17903         (gdb-cdir): Delete.
17904         (gdb-info-breakpoints-custom, gdb-goto-breakpoint)
17905         (gdb-source-info): Treat case when source file is in another
17906         directory properly.
17907         (gdb-get-location): New function.
17909 2005-02-07  Jay Belanger  <belanger@truman.edu>
17911         * calc/calc-prog.el (calc-write-parse-table-part)
17912         (calc-fix-token-name): Fix a check for language type.
17914         * calc/calccomp.el (math-compose-expr): Fix a check for language type.
17916 2005-02-07  Andre Spiegel  <spiegel@gnu.org>
17918         * vc-hooks.el (vc-make-version-backup): Ignore file-errors such
17919         as directory not writable.
17921 2005-02-07  Kim F. Storm  <storm@cua.dk>
17923         * emulation/cua-base.el (cua-max-undo, cua-undo): Remove.
17924         (cua--standard-movement-commands): Remove list.
17925         Instead, set CUA property value to move for movement commands.
17926         (cua-movement-commands): Remove.  Users must set CUA prop instead.
17927         (cua--pre-command-handler): Check CUA property.
17928         (cua--init-keymaps): Don't remap undo commands.
17929         (cua-mode): Don't call cua--rectangle-on-off.
17931         * emulation/cua-rect.el (cua--undo-list, cua--tidy-undo-counter)
17932         (cua--rect-undo, cua--tidy-undo-lists, cua--rectangle-on-off): Remove.
17933         (cua--rect-undo-set-point): New var.
17934         (cua--rectangle-undo-boundary): Setup undo apply entry.
17935         (cua--rect-undo-handler): New function for rectangle undo.
17936         (cua--rect-start-position, cua--rect-end-position): Add.
17937         (cua--rectangle-post-command): Call cua--rectangle-set-corners
17938         for restored rectangle.  Set point if cua--rect-undo-set-point.
17940 2005-02-06  Jay Belanger  <belanger@truman.edu>
17942         * calc/calc-lang.el (calc-tex-language): Display more information
17943         in messages.
17945         * calc/calccomp.el (math-compose-expr): Allow multiline matrices
17946         in TeX mode.
17948 2005-02-06  Richard M. Stallman  <rms@gnu.org>
17950         * emacs-lisp/lisp.el (buffer-end): Doc fix.
17952 2005-02-05  Arne_J\e,Ax\e(Brgensen  <arne@arnested.dk>  (tiny change)
17954         * net/ldap.el (ldap-search-internal): Support attributes with
17955         optional descriptions separated by a semi-colon, as in
17956         "userCertificate;binary".
17958 2005-02-05  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
17960         * x-dnd.el (x-dnd-handle-xdnd): Handle the case where the flags
17961         isn't a cons (i.e. the version is 0).
17963 2005-02-05  Eli Zaretskii  <eliz@gnu.org>
17965         * help.el (help-for-help): Doc fix.
17967 2005-02-05  Nick Roberts  <nickrob@snap.net.nz>
17969         * progmodes/gdb-ui.el: Update copyright.  Put GDB-Frames before
17970         GDB-Windows on the menu-bar as this works better.
17972 2005-02-04  Jay Belanger  <belanger@truman.edu>
17974         * calc/calc-embed.el (calc-embedded-update): Don't put in
17975         unnecessary newlines.  Adjust the end of formula marker.
17977         * calc/calc-lang.el (math-latex-parse-frac): Don't use arguments.
17978         (math-latex-parse-two-args): New function.
17980 2005-02-03  Lute Kamstra  <lute@gnu.org>
17982         * help-fns.el (help-with-tutorial): Make sure that users cannot
17983         remove the entire text of the tutorial by means of `undo'.
17985 2005-02-03  Stefan Monnier  <monnier@iro.umontreal.ca>
17987         * textmodes/ispell.el (ispell-internal-change-dictionary): Fix problem
17988         in recent changes, where the ispell process was repeatedly
17989         killed & restarted.
17991         * international/mule-cmds.el (set-locale-environment): Set file-name
17992         coding system to utf-8 on Darwin systems.
17993         (set-default-coding-systems): Don't set default-file-name-coding-system
17994         on Darwin systems.
17996 2005-02-03  Richard M. Stallman  <rms@gnu.org>
17998         * hi-lock.el (hi-lock-mode): Turning on Hi-Lock turns on Font-Lock.
18000 2005-02-03  Matt Hodges  <MPHodges@member.fsf.org>
18002         * faces.el (list-faces-display): Add optional argument.
18004 2005-02-02  Stefan Monnier  <monnier@iro.umontreal.ca>
18006         * font-core.el (font-lock-default-function): Handle the rare case where
18007         only font-lock-keywords is set.
18009 2005-02-02  Kenichi Handa  <handa@m17n.org>
18011         * international/characters.el: Cancel previous change for
18012         I-WITH-DOT-ABOVE and DOTLESS-i.
18014         * international/latin-5.el: Cancel previous change.
18016 2005-02-02  Nick Roberts  <nickrob@snap.net.nz>
18018         * progmodes/gud.el: Correction to syntax in gud-menu-map.
18020 2005-02-02  Kenichi Handa  <handa@m17n.org>
18022         * international/latin-5.el (tbl): Setup cases of I-WITH-DOT-ABOVE,
18023         DOTLESS-i.
18025         * international/characters.el: Setup cases of GREEK-FINAL-SIGMA,
18026         Y-WITH-DIAERESIS, I-WITH-DOT-ABOVE, DOTLESS-i.
18028         * case-table.el (get-upcase-table): New function.
18029         (copy-case-table): Copy upcaes table too if non-nil.
18030         (set-case-syntax-delims): Maintain upcase table too.
18031         (set-case-syntax-pair): Likewise.
18032         (set-upcase-syntax, set-downcase-syntax): New functions.
18033         (set-case-syntax): Maintain upcase table too.
18035 2005-02-02  Nick Roberts  <nickrob@snap.net.nz>
18037         * progmodes/gdb-ui.el (gdb-goto-info): Delete.
18039         * progmodes/gud.el (gud-goto-info): New function.
18040         (gud-tool-bar-map): Use correct icon.
18042 2005-02-01  Thien-Thi Nguyen  <ttn@gnu.org>
18044         * emacs-lisp/lisp-mode.el (lisp-indent-function): Fix bug:
18045         When delegating, order args in the funcall correctly.
18047 2005-02-01  Thien-Thi Nguyen  <ttn@gnu.org>
18049         * emacs-lisp/lisp-mode.el (lisp-indent-function): Doc fix.
18051 2005-02-01  Carsten Dominik  <dominik@science.uva.nl>
18053         * textmodes/reftex.el (reftex-access-scan-info): Error out in a
18054         buffer not visiting a file.
18056 2005-01-31  Jay Belanger  <belanger@truman.edu>
18058         * calc/calc-embed.el (calc-embedded-find-bounds): Set the formula
18059         bound on the line with the formula.
18061 2005-01-31  Kim F. Storm  <storm@cua.dk>
18063         * ses.el (ses-create-cell-variable-range)
18064         (ses-destroy-cell-variable-range, ses-reset-header-string)
18065         (ses-set-with-undo, ses-unset-with-undo, ses-aset-with-undo)
18066         (ses-insert-row): Fix format of apply undo entries.
18068 2005-01-31  Jay Belanger  <belanger@truman.edu>
18070         * calc/calc-aent.el (math-read-token): Separate the TeX and LaTeX
18071         parts.
18073         * calc/calc-embed.el (calc-embedded-open-formula)
18074         (calc-embedded-close-formula): Ignore matrix environments.
18076         * calc/calc-ext.el (math-read-big-expr): Make LaTeX the default
18077         TeX mode.
18079         * calc/calc-lang.el (math-function-table, math-oper-table)
18080         (math-variable-table): Adjust the LaTeX portions.
18082         * calc/calc.el (math-tex-ignore-words): Remove LaTeX portion.
18083         (math-latex-ignore-words): New constant.
18085 2005-01-31  Richard M. Stallman  <rms@gnu.org>
18087         * textmodes/ispell.el (ispell-local-dictionary-overridden): New var.
18088         (ispell-local-dictionary): Doc fix.
18089         (ispell-dictionary-alist): Don't include ispell-local-dictionary-alist.
18090         Don't reinitialize at run time.  Don't defcustom.
18091         All uses changed to append ispell-local-dictionary-alist,
18092         or check it first.
18093         (ispell-current-dictionary): New variable for dictionary in use.
18094         (ispell-dictionary): Now used only for global default.
18095         (ispell-start-process): Set ispell-current-dictionary,
18096         not ispell-dictionary.
18097         (ispell-change-dictionary): Use this only for setting
18098         user preferences.
18099         (ispell-internal-change-dictionary): New function
18100         to change the current dictionary in use.
18101         (ispell-region, ispell-process-line, ispell-buffer-local-dict):
18102         Use ispell-current-dictionary.
18103         Handle ispell-local-dictionary-overridden.
18104         (ispell-buffer-local-dict): Call ispell-internal-change-dictionary.
18106 2005-01-31  Jay Belanger  <belanger@truman.edu>
18108         * calc/calc-aent.el (math-read-token): Add support for LaTeX.
18110         * calc/calc-ext.el: Add calc-latex-language to autoloads.
18111         (calc-mode-map): Add calc-latex-language.
18113         * calc/calc-lang.el (calc-latex-language, math-latex-parse-frac)
18114         (math-latex-print-frac): New functions.
18115         (math-oper-table, math-function-table, math-variable-table)
18116         (math-complex-format, math-input-filter): Add latex properties.
18117         (calc-set-language): Set math-expr-special-function-mapping.
18119         * calc/calc-prog.el (calc-edit-user-syntax, calc-fix-token-name)
18120         (calc-write-parse-table-part): Add LaTeX support.
18122         * calc/calc.el (calc-language): Adjust docstring.
18123         (calc-set-mode-line): Add LaTeX support.
18124         (math-expr-special-function-mapping): New variable.
18125         (math-tex-ignore-words): Add to list.
18127         * calc/calccomp.el (math-compose-expr, math-compose-rows):
18128         Add LaTeX support.
18129         (math-compose-expr): Add support for special functions.
18131         * calc/calc-help.el (calc-d-prefix-help): Add LaTeX.
18133 2005-01-31  Nick Roberts  <nickrob@snap.net.nz>
18135         * progmodes/gdb-ui.el (gdb-memory-address)
18136         (gdb-memory-repeat-count, gdb-memory-format, gdb-memory-unit)
18137         (gdb-memory-mode-map, gdb-memory-format-keymap)
18138         (gdb-memory-format-menu, gdb-memory-unit-keymap)
18139         (gdb-memory-unit-menu): New variables for a buffer
18140         that lets the user examine program memory.
18141         (gdb-memory-set-address, gdb-memory-set-repeat-count)
18142         (gdb-memory-format-binary, gdb-memory-format-octal)
18143         (gdb-memory-format-unsigned, gdb-memory-format-signed)
18144         (gdb-memory-format-hexadecimal, gdb-memory-format-menu)
18145         (gdb-memory-format-menu-1, gdb-memory-unit-giant)
18146         (gdb-memory-unit-word, gdb-memory-unit-halfword)
18147         (gdb-memory-unit-byte, gdb-memory-unit-menu)
18148         (gdb-memory-unit-menu-1, gdb-make-header-line-mouse-map)
18149         (gdb-memory-mode, gdb-memory-buffer-name)
18150         (gdb-display-memory-buffer, gdb-frame-memory-buffer):
18151         New functions for above buffer.
18153 2005-01-30  Richard M. Stallman  <rms@gnu.org>
18155         * cus-edit.el (custom-bury-buffer): Function deleted.
18156         (custom-buffer-done-function): Option deleted.
18157         (custom-buffer-done-kill): New replacement option.
18158         (Custom-buffer-done): Call quit-window.
18159         (custom-buffer-create-internal): Update for above changes.
18161 2005-01-29  Luc Teirlinck  <teirllm@auburn.edu>
18163         * simple.el (undo-ask-before-discard): New var.
18164         (undo-outer-limit-truncate): Implement it.
18165         (undo-extra-outer-limit): Doc update.
18167 2005-01-29  Richard M. Stallman  <rms@gnu.org>
18169         * ses.el (undo-more): Delete defadvice.
18170         (ses-begin-change): Doc fix.
18172         * dired.el (dired-mode-map): Remap `undo' and `advertised-undo'
18173         instead of rebinding C-x u and C-_.
18175         * files.el (normal-backup-enable-predicate): Return nil for files
18176         in /tmp, regardless of temporary-file-directory.
18178         * man.el (Man-getpage-in-background): Disable undo in Man buffer.
18180         * rect.el (delete-rectangle-line, delete-extract-rectangle-line)
18181         (open-rectangle, delete-whitespace-rectangle-line)
18182         (clear-rectangle-line): If FILL, pass t instead of FILL
18183         for move-to-column's 2nd arg.
18185         * simple.el (undo): Fix the test for continuing a series of undos.
18186         (undo-more): Set pending-undo-list to t when we reach end.
18187         (pending-undo-list): Move up defvar.
18189         * wid-edit.el (widget-button-click):
18190         Shorten the range of the track-mouse binding.
18192         * comint.el (comint-insert-input): Undo previous changes;
18193         use last-input-event in interactive spec.
18195 2005-01-29  Eli Zaretskii  <eliz@gnu.org>
18197         * progmodes/compile.el (compilation-start): Bind buffer-read-only
18198         to nil before invoking call-process.  Reset buffer's modified flag
18199         after fontifying it in the no-async branch.
18201         * wid-edit.el (widget-specify-button): If mouse pointer shape
18202         cannot be changed, use mouse face instead.
18204 2005-01-29  Nick Roberts  <nickrob@snap.net.nz>
18206         * progmodes/gdb-ui.el (gdb-info-breakpoints-custom)
18207         (gdb-goto-breakpoint): Make breakpoint handling work on template
18208         functions in C++.  Reported by Martin Reed <mjreed@essex.ac.uk>
18209         (gdb-assembler-custom): Update to recognize breakpoint information
18210         added on 2005-01-19.
18212 2005-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
18214         * progmodes/scheme.el (scheme-mode-variables): Set comment-add.
18215         (dsssl-mode): Use define-derived-mode.
18216         (scheme-mode-initialize): Remove.
18217         (scheme-mode): Use run-mode-hooks.
18219         * cus-edit.el (customize-group-other-window)
18220         (custom-buffer-create-other-window): Don't override special-display-*.
18221         (custom-mode-map): Make it dense.
18223         * emacs-lisp/lisp-mode.el (eval-defun-1): Make sure `defvar' always
18224         sets the default value.
18226 2005-01-28  Eli Zaretskii  <eliz@gnu.org>
18228         * descr-text.el: Add more keywords.
18230 2005-01-27  Stefan Monnier  <monnier@iro.umontreal.ca>
18232         * speedbar.el: Avoid unnecessary use of locate-library.
18234         * international/mule-cmds.el (standard-display-european-internal):
18235         Don't fiddle with latin-1 non-break space any more since it's now
18236         special cased in the C code.
18237         Don't "do&undo" setting for 160 (especially, don't undo incorrectly).
18239 2005-01-26  Luc Teirlinck  <teirllm@auburn.edu>
18241         * cus-start.el (all): Add `undo-outer-limit'.
18243 2005-01-25  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
18245         * textmodes/bibtex.el (bibtex-format-entry):
18246         Use `bibtex-empty-field-re' only on the text of fields, not on entire
18247         field lines.
18248         (bibtex-autofill-entry): Use `bibtex-empty-field-re' on a string,
18249         not on part of a buffer.
18251 2005-01-25  Lute Kamstra  <lute@gnu.org>
18253         * textmodes/bibtex.el (bibtex-empty-field-re): Don't match
18254         nonempty field text strings like "{letters\\macro{}more letters}".
18255         Clarify docstring.
18256         (bibtex-sort-entry-class, bibtex-autokey-titleword-ignore)
18257         (bibtex-entry-offset, bibtex-parse-association)
18258         (bibtex-parse-field-name): Fix typos in docstrings.
18259         (bibtex-field-list, bibtex-find-crossref): Fix typos in error messages.
18261 2005-01-24  Carsten Dominik  <dominik@science.uva.nl>
18263         * textmodes/reftex-global.el (reftex-isearch-push-state-function)
18264         (reftex-isearch-pop-state-function, reftex-isearch-isearch-search)
18265         (reftex-isearch-switch-to-next-file, reftex-isearch-turn-off)
18266         (reftex-isearch-turn-on, reftex-isearch-minor-mode): New functions.
18268         * textmodes/reftex.el (reftex-mode-menu): Add entry for reftex
18269         isearch minor mode.
18271 2005-01-24  Luc Teirlinck  <teirllm@auburn.edu>
18273         * help-at-pt.el (help-at-pt-display-when-idle): Add autoload cookie.
18275 2005-01-24  Lute Kamstra  <lute@gnu.org>
18277         * textmodes/ispell.el (ispell-dictionary-alist-4): Rewrite the
18278         CASECHARS and NOT-CASECHARS regular expressions of the
18279         "nederlands" and "nederlands8" dictionaries to prevent a "Range
18280         striding over charsets" error.
18282 2005-01-24  Jay Belanger  <belanger@truman.edu>
18284         * calc/calc-store.el (calc-declare-variable): Use calc-var-name to
18285         display variable name.
18287 2005-01-24  Kenichi Handa  <handa@m17n.org>
18289         * international/encoded-kb.el (encoded-kbd-iso2022-single-shift):
18290         Fix setting of the element of encoded-kbd-iso2022-invocations.
18292 2005-01-24  Nick Roberts  <nickrob@snap.net.nz>
18294         * progmodes/gdb-ui.el (gdb-goto-breakpoint, gdb-frames-select)
18295         (gdb-threads-select): Change to also accept mouse events.
18296         (gdb-mouse-goto-breakpoint, gdb-frames-mouse-select)
18297         (gdb-threads-mouse-select): Delete.
18299 2005-01-23  Luc Teirlinck  <teirllm@auburn.edu>
18301         * files.el (insert-directory): Take care of empty directory,
18302         listed without -a switch.
18304 2005-01-23  Stefan Monnier  <monnier@iro.umontreal.ca>
18306         * textmodes/refill.el (refill-post-command-function):
18307         Add `indent-new-comment-line' and `reindent-then-newline-and-indent'
18308         to the list of functions that we should be careful not to undo.
18309         (refill-late-fill-paragraph-function): Remove.
18310         (refill-saved-state): New var.
18311         (refill-mode): Use it to save fill-paragraph-function.
18312         Save also the value of auto-fill-function.
18314         * term/w32-win.el: Simplify code.
18316 2005-01-23  Kim F. Storm  <storm@cua.dk>
18318         * simple.el (line-move): Adapt to new return value from
18319         pos-visible-in-window-p.
18321         * simple.el (line-move): Fix last change.  Check partial
18322         visibility at point rather than at window-start.
18324 2005-01-22  Jason Rumney  <jasonr@gnu.org>
18326         * term/w32-win.el (xw-defined-colors): Remove debug-message.
18328 2005-01-22  David Kastrup  <dak@gnu.org>
18330         * progmodes/grep.el: Add alias `find-grep' for `grep-find'.
18332 2005-01-22  Eli Zaretskii  <eliz@gnu.org>
18334         * type-break.el (type-break-mode): Add a test for
18335         type-break-file-name being non-nil.
18337 2005-01-22  Toby Allsopp  <Toby.Allsopp@navman.com>  (tiny change)
18339         * net/eudc.el (top level): Call (message "") via progn, so that
18340         eudc-options-file is loaded.
18342 2005-01-22  Kim F. Storm  <storm@cua.dk>
18344         * simple.el (line-move-1): Rename from line-move.
18345         (line-move): New function that adjusts vscroll for partially
18346         visible rows, and calls line-move-1 otherwise.
18348 2005-01-21  Ren\e,Ai\e(B Kyllingstad  <listmailxemacs@kyllingstad.com>
18350         * pcomplete.el: Define pcomplete-read-event instead of read-event,
18351         since it's not a complete read-event implementation
18353 2005-01-20  Jay Belanger  <belanger@truman.edu>
18355         * calc/calc-ext.el (calc-fancy-prefix-other-key): Set prefix arg
18356         for called function.
18358 2005-01-20  Steven Tamm  <steventamm@mac.com>
18360         * term/mac-win.el (process-connection-type): Remove.
18361         Controlled now by s/darwin.h:PTY_ITERATION.
18363 2005-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
18365         * window.el (handle-select-window): Don't switch window when we're
18366         in the minibuffer.
18368 2005-01-10  Paul Pogonyshev  <pogonyshev@gmx.net>
18370         * subr.el (dotimes-with-progress-reporter): New macro.
18372         * ses.el (ses-dotimes-msg): Remove macro.
18373         Use `dotimes-with-progress-reporter' instead.
18375 2005-01-19  Steven Tamm  <steventamm@mac.com>
18377         * term/mac-win.el (process-connection-type): Use new
18378         operating-system-release variable to use ptys on Darwin 7 (OS X
18379         10.3) when using carbon build.
18381 2005-01-19  Jay Belanger  <belanger@truman.edu>
18383         * calc/calc-ext.el (calc-fancy-prefix-other-key): Don't clear
18384         flags if the last command was a tab or M-tab.
18386         * calc/calc-prog.el (calc-user-define-edit): Put original formula
18387         in formula editing buffer.
18389 2005-01-19  Nick Roberts  <nickrob@snap.net.nz>
18391         * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Add help-echo for
18392         breakpoint image symbol in margin.
18394 2005-01-19  Jay Belanger  <belanger@truman.edu>
18396         * calc/calc-prog.el (calc-execute-kbd-macro):
18397         Ignore calc-keep-arg-flag.
18399 2005-01-19  Kenichi Handa  <handa@m17n.org>
18401         * textmodes/ispell.el (ispell-looking-at): New function.
18402         (ispell-process-line): Use ispell-looking-at to compare the ispell
18403         output and the buffer contents.
18405 2005-01-18  Jay Belanger  <belanger@truman.edu>
18407         * calc/calc.el (calc-display-raw): Fix docstring.
18409 2005-01-18  Stefan Monnier  <monnier@iro.umontreal.ca>
18411         * simple.el (blink-matching-open): Strip extra info from syntax.
18413         * progmodes/sh-script.el (sh-here-doc-open-re): Don't allow | or other
18414         funny chars in the end-of-here-doc marker.
18416 2005-01-19  Nick Roberts  <nickrob@snap.net.nz>
18418         * progmodes/gdb-ui.el (gdb-put-string): Copy/create strings so
18419         that enable/disabled state of breakpoints is shown correctly in
18420         fringe and on ttys.
18421         (gdb-put-breakpoint-icon, gdb-info-breakpoints-custom):
18422         Add breakpoint information as text properties.
18423         (gdb-mouse-toggle-breakpoint):
18424         Rename to gdb-mouse-set-clear-breakpoint.
18425         (gdb-mouse-toggle-breakpoint): New function.  Enable/disable
18426         breakpoints in the margin.
18427         (gdb-remove-strings): Simplify.
18429 2005-01-17  Jay Belanger  <belanger@truman.edu>
18431         * calc/calc-yank.el (calc-edit-mode): Inhibit read-only when
18432         erasing buffer.
18434 2005-01-17  Richard M. Stallman  <rms@gnu.org>
18436         * progmodes/grep.el (grep-find): Copy from `grep' the condition
18437         for calling grep-compute-defaults.
18439         * play/decipher.el (decipher-mode): Don't call decipher-read-alphabet
18440         if buffer is empty.
18442         * emacs-lisp/lisp.el (backward-kill-sexp, kill-sexp): Doc fixes.
18444 2005-01-17  Stefan Monnier  <monnier@iro.umontreal.ca>
18446         * hilit-chg.el (highlight-changes-mode): Don't autoload.
18448         * bindings.el (mode-line-mode-menu): Use bound-and-true-p for all the
18449         non-preloaded variables.
18451 2005-01-17  Steven Tamm  <steventamm@mac.com>
18453         * textmodes/tex-mode.el (tex-start-shell): Adding -i to the
18454         tex-shell cause to force interactivity when using pipes.
18456 2005-01-17  Kim F. Storm  <storm@cua.dk>
18458         * simple.el (just-one-space): Make arg optional.
18460 2005-01-17  Nick Roberts  <nickrob@snap.net.nz>
18462         * xt-mouse.el (xterm-mouse-event): Set new optional fourth arg in
18463         posn-at-x-y to t to access left-margin.
18465 2005-01-16  Michael Albinus  <michael.albinus@gmx.de>
18467         Sync with Tramp 2.0.47.
18469         * net/tramp.el (tramp-operation-not-permitted-regexp) New defcustom,
18470         catching keep-date problems in cp/scp operations.
18471         (tramp-handle-copy-file): Don't call `set-file-modes'
18472         unconditionally.  Specialized functions should know better what is
18473         necessary.  This improves performance a little bit, and the
18474         functions could catch errors with `cp -p' and `scp -p'.
18475         (tramp-do-copy-or-rename-file-via-buffer)
18476         (tramp-do-copy-or-rename-file-out-of-band): Call `set-file-modes'
18477         when appropriate.
18478         (tramp-do-copy-or-rename-file-directly): Mask `cp -p' error.
18479         Call `set-file-modes' when appropriate.
18480         (tramp-action-out-of-band): Mask `scp -p' error.  Reported by Isak
18481         Johnsson <isak@hypergene.com>
18482         (tramp-get-buffer, tramp-get-debug-buffer): Discard the undo list
18483         of both Tramp buffer and debug buffer.  Reported by Joakim Verona
18484         <joakim@verona.se>
18485         (tramp-file-name-for-operation): Mark `shell-command' as magic for
18486         Emacs only.
18488         * net/tramp-util.el (tramp-minor-mode): New minor mode.  Add it to
18489         `find-file-hooks' and `dired-mode-hook'.
18490         (tramp-minor-mode-map): Respective map.  Add remapping for
18491         `compile' and `recompile'.
18492         (tramp-remap-command, tramp-recompile): New defuns.
18493         (tramp-compile): Enable `tramp-minor-mode' and `compilation-mode'
18494         in buffer "*Compilation*".  Call the commands asynchronously.
18496         * net/tramp-vc.el (tramp-vc-do-command, tramp-vc-do-command-new)
18497         (tramp-vc-simple-command): Call `tramp-handle-shell-command' but
18498         `shell-command', because it isn't magic in XEmacs.  Reported by
18499         Adrian Aichner <adrian@xemacs.org>.
18501         * net/tramp-smb.el (tramp-smb-file-name-handler-alist): Add entry for
18502         `substitute-in-file-name.
18503         (tramp-smb-handle-substitute-in-file-name): New defun.
18504         (tramp-smb-advice-PC-do-completion): Delete advice.
18506 2005-01-16  Kai Grossjohann  <kgrossjo@eu.uu.net>
18508         * net/tramp.el (tramp-wait-for-output): Fix typo in echo processing.
18509         Fix error in deleting region.
18511 2005-01-15  Richard M. Stallman  <rms@gnu.org>
18513         * emacs-lisp/lisp-mnt.el (lm-with-file): Use Lisp mode in temp buffer.
18514         In non-temp buffer, switch syntax table temporarily.
18516         * emacs-lisp/lisp-mode.el (indent-pp-sexp): Doc fix.
18518         * replace.el (occur-accumulate-lines, occur-engine): Avoid warnings.
18520         * tar-mode.el (tar-extract): Bind buffer-undo-list to t.
18522         * imenu.el (imenu--split-menu): Copy menulist before sorting.
18523         (imenu--generic-function): Use START, not BEG, as pos of definition.
18525         * simple.el (just-one-space): Argument specifies number of spaces.
18527         * simple.el (eval-expression-print-format): Avoid warning
18528         about edebug-active.
18530 2005-01-15  James R. Van Zandt  <jrvz@comcast.net>  (Tiny change)
18532         * progmodes/sh-script.el: Code copied from make-mode.el
18533         with small changes,
18534         (sh-mode-map): Bind C-c C-\.
18535         (sh-backslash-column, sh-backslash-align): New variables.
18536         (sh-backslash-region, sh-append-backslash): New functions.
18538 2005-01-15  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
18540         * mail/rmail.el: Updated to work with movemail from GNU Mailutils
18541         (rmail-pop-password, rmail-pop-password-required): Move to
18542         rmail-obsolete group.
18543         (rmail-set-pop-password): Rename to rmail-set-remote-password.
18544         All callers updated.
18545         (rmail-get-pop-password): Rename to rmail-get-remote-password.
18546         Take an argument specifying whether it is POP or IMAP mailbox we
18547         are using.  All callers updated.
18548         (rmail-pop-password-error): Rename to
18549         rmail-remote-password-error.  Added mailutils-specific error message.
18550         (rmail-movemail-search-path)
18551         (rmail-movemail-variant-in-use): New variables.
18552         (rmail-remote-password, rmail-remote-password-required):
18553         New customization variables.
18554         (rmail-probe,rmail-autodetect, rmail-movemail-variant-p): New funs.
18555         (rmail-parse-url): New function.
18556         (rmail-get-new-mail, rmail-insert-inbox-text): Update for use
18557         with GNU mailutils movemail.
18559 2005-01-15  Kevin Ryde  <user42@zip.com.au>
18561         * info-look.el (c-mode/symbol): Add ^` to prefix, and change
18562         suffix to space, $ or '$, to correctly position point when going
18563         to @table style constants like DBL_MAX.
18565 2005-01-15  Jorgen Schaefer  <forcer@forcix.cx>  (tiny change)
18567         * type-break.el (type-break-mode, type-break-file-time)
18568         (type-break-file-keystroke-count, type-break-choose-file):
18569         Don't store data in or load data from the file if type-break-file-name
18570         is nil.
18571         (type-break-file-name): Doc update as per the above.
18573 2005-01-15  Stephen Eglen  <S.J.Eglen@damtp.cam.ac.uk>  (tiny change)
18575         * woman.el (woman-dired-define-key-maybe): If KEY is undefined,
18576         lookup-key might return nil; handle that.
18578 2005-01-15  Alan Mackenzie  <acm@muc.de>
18580         * ebrowse.el (ebrowse-class-in-tree): Return the tail of the tree
18581         rather than the element found, thus enabling the tree to be setcar'd.
18583 2005-01-14  Carsten Dominik  <dominik@science.uva.nl>
18585         * textmodes/org.el (org-show-following-heading): New option.
18586         (org-show-hierarchy-above): Use `org-show-following-heading'.
18587         (org-cycle): Documentation fix.
18589         * textmodes/org.el (orgtbl-optimized): New option
18590         (orgtbl-mode): New command, a minor mode.
18591         (orgtbl-mode-map): New variable.
18592         (turn-on-orgtbl, orgtbl-mode, orgtbl-make-binding)
18593         (orgtbl-error, orgtbl-self-insert-command)
18594         (orgtbl-delete-backward-char, orgtbl-delete-char): New functions.
18596         * textmodes/org.el (org-mode): `org-table-may-need-update' is now
18597         a local variable in each org-mode buffer.
18599         * textmodes/org.el (org-set-regexps-and-options): Rename from
18600         `org-set-regexps'.  Added checking for STARTUP keyword.
18601         (org-get-current-options): Add STARTUP options.
18602         (org-table-insert-row): Make mode intelligent about when
18603         realignment is needed.
18604         (org-self-insert-command, org-delete-backward-char, org-delete-char):
18605         New commands.
18606         (org-enable-table-editor): New default value `optimized'.
18607         (org-table-blank-field): Support blanking regions if active.
18609 2005-01-14  Carsten Dominik  <dominik@science.uva.nl>
18611         * textmodes/reftex-cite.el (reftex-bib-sort-year): Catch the case
18612         if the year is not given.
18614         * textmodes/reftex-ref.el (reftex-replace-prefix-escapes):
18615         Add new escapes %m and %M, fixed bug with %F by adding
18616         save-match-data.
18617         (reftex-reference): Remove ?. from list of spaces.
18618         (reftex-label-info): Add automatic label prefix recognition.
18620         * textmodes/reftex-index.el (reftex-index-next-phrase):
18621         Add slave parameter to call of `reftex-index-this-phrase'.
18622         (reftex-index-this-phrase): New optional argument.
18623         (reftex-index-region-phrases): Add slave parameter to call of
18624         `reftex-index-this-phrase'.
18625         (reftex-display-index): New argument redo.
18626         (reftex-index-rescan): Add `redo' to arguments of
18627         `reftex-display-index'.
18628         (reftex-index-Rescan, reftex-index-revert)
18629         (reftex-index-switch-index-tag): Add `redo' to arguments of
18630         `reftex-display-index'.
18631         (reftex-index-make-phrase-regexp): Fix bug with case-sensitive
18632         indexing.  Fix bug with matching is there is a quote before or
18633         after the word.
18635         * textmodes/reftex-cite.el (reftex-all-used-citation-keys):
18636         Fix bug when collecting citation keys in lines with comments.
18637         (reftex-citation): Prefix argument no longer rescans the document,
18638         but forces prompting for optional arguments of cite macros.
18639         (reftex-do-citation): Prompting for optional arguments implemented.
18641         * textmodes/reftex-vars.el (reftex-cite-format-builtin):
18642         Add optional arguments to most cite commands.
18643         (reftex-cite-cleanup-optional-args): New option
18644         (reftex-cite-prompt-optional-args): New option.
18645         (reftex-trust-label-prefix): New option.
18647         * textmodes/reftex-toc.el (reftex-toc-find-section):
18648         Add push-mark before changing the position in the buffer.
18650         * textmodes/reftex.el (reftex-prefix-to-typekey-alist): New variable.
18651         (reftex-compile-variables): Compute reftex-prefix-to-typekey-alist.
18653 2005-01-14  Nick Roberts  <nickrob@snap.net.nz>
18655         * xt-mouse.el (xterm-mouse-event): Compute window co-ordinates
18656         more carefully.
18658 2005-01-13  Stefan Monnier  <monnier@iro.umontreal.ca>
18660         * textmodes/sgml-mode.el (sgml-fill-nobreak): New fun.
18661         (sgml-mode): Use it.
18662         (sgml-get-context): Better keep track of implicitly closed tags.
18664 2005-01-13  Kenichi Handa  <handa@m17n.org>
18666         * textmodes/ispell.el: These changes are to fix misalignment error
18667         caused by equivalent characters of different Emacs charsets.
18668         (ispell-unified-chars-table): New variable.
18669         (ispell-get-decoded-string): New function.
18670         (ispell-get-casechars, ispell-get-not-casechars)
18671         (ispell-get-otherchars): Call ispell-get-decoded-string.
18673 2005-01-12  Johan Bockg\e,Ae\e(Brd  <bojohan@users.sourceforge.net>
18675         * custom.el (custom-declare-variable): Just put symbol instead
18676         of (defvar . symbol) in `current-load-list'.
18678 2005-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
18680         * emacs-lisp/elint.el: Fixed typo in Commentary section.
18682 2005-01-12  Jay Belanger  <belanger@truman.edu>
18684         * calc/calc-help.el (calc-describe-key): Use temporary info buffer
18685         to create a Calc summary.
18687 2005-01-12  Kim F. Storm  <storm@cua.dk>
18689         * mouse.el (mouse-on-link-p): Change functionality and doc
18690         string to comply with latest description in lisp ref.
18692 2005-01-12  Nick Roberts  <nickrob@snap.net.nz>
18694         * xt-mouse.el (xterm-mouse-translate, xterm-mouse-event):
18695         Enable mouse clicks on mode-line, header-line and margin.
18696         (event-type): Give mouse event symbols an `event-kind' property
18697         with value `mouse-click'.
18699 2005-01-12  Juri Linkov  <juri@jurta.org>
18701         * facemenu.el (list-colors-display): Add new arg buffer-name.
18702         Use it.  Fix docstring.  Replace code for identifying duplicate
18703         colors by the name with call to `list-colors-duplicates' which
18704         identifies duplicate colors by the value unless the color
18705         is one of special Windows colors.  Set truncate-lines to t.
18706         Print sorted duplicate color names on each line.  Indent to 22
18707         \(the longest color name in rgb.txt) instead of 20.  Optimize.
18708         (list-colors-duplicates): New function.
18709         (facemenu-color-name-equal): Delete function.
18711         * facemenu.el (list-colors-print): New function created from code
18712         in list-colors-display.  Print #RRGGBB at the window right edge.
18713         (list-colors-display): When temp-buffer-show-function is not
18714         defined, call list-colors-print from temp-buffer-show-hook
18715         to get the right value of window-width in list-colors-print
18716         after the buffer is displayed.
18718         * simple.el (pop-mark): Move deactivate-mark out of conditional
18719         part to deactivate the active mark regardless of the state of the
18720         mark ring.
18722         * desktop.el (desktop-save): Add `mode: emacs-lisp' to the local
18723         variables line in desktop files.
18725 2005-01-12  Juri Linkov  <juri@jurta.org>
18727         * isearch.el (search-highlight, isearch, isearch-lazy-highlight):
18728         Bring together isearch highlight related options.
18729         (lazy-highlight): Replace group `replace' by `matching'.
18730         (lazy-highlight-cleanup, lazy-highlight-initial-delay)
18731         (lazy-highlight-interval, lazy-highlight-max-at-a-time)
18732         (lazy-highlight): Add aliases to old names isearch-lazy-highlight-...
18733         and declare them obsolete.
18734         (lazy-highlight-face): Rename from isearch-lazy-highlight-face.
18735         (isearch-faces): Remove defgroup.
18736         (isearch-overlay, isearch-highlight, isearch-dehighlight):
18737         Move isearch highlighting code closer to lazy highlighting code.
18739         * replace.el (query-replace-lazy-highlight): Add lazy-highlight group.
18740         (query-replace-highlight, query-replace-lazy-highlight)
18741         (query-replace): Move definitions to the beginning of the file.
18743 2005-01-11  Juri Linkov  <juri@jurta.org>
18745         * toolbar/back_arrow.xpm, toolbar/back_arrow.pbm
18746         * toolbar/lc-back_arrow.xpm, toolbar/lc-fwd_arrow.xpm
18747         * toolbar/fwd_arrow.xpm, toolbar/fwd_arrow.pbm: New icons.
18749         * info.el (Info-history-forward): New variable.
18750         (Info-select-node): Reset Info-history-forward to nil.
18751         (Info-last): Turn into defalias.
18752         (Info-history-back): Rename from Info-last.
18753         Add current node to Info-history-forward.
18754         (Info-history-forward): New fun.
18755         (Info-mode-map): Replace Info-last by Info-history-back.
18756         Bind Info-history-forward to "r".
18757         (Info-mode-menu): Replace Info-last by Info-history-back.
18758         Fix menu item text.  Add menu item for Info-history-forward.
18759         (info-tool-bar-map): Replace Info-last by Info-history-back.
18760         Replace its icon "undo" by "back_arrow".  Add icon "fwd_arrow"
18761         for Info-history-forward.
18762         (Info-mode): Replace Info-last by Info-history-back in docstring.
18763         Add local variable Info-history-forward.
18764         (Info-goto-emacs-command-node): Replace Info-last by Info-history-back.
18766 2005-01-11  Stefan Monnier  <monnier@iro.umontreal.ca>
18768         * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line)
18769         (mouse-drag-region, mouse-drag-region-1, mouse-drag-secondary):
18770         Ignore select-window events rather than fiddle with
18771         mouse-autoselect-window.
18773 2005-01-11  Matthew Mundell  <matt@mundell.ukfsn.org>
18775         * type-break.el (type-break-mode): Fix previous change.
18777 2005-01-10  Jay Belanger  <belanger@truman.edu>
18779         * calc/calc-ext.el (calc-reset): Reset when inside embedded
18780         calculator; only reset when point is inside a calculator.
18781         Don't adjust the window height if the window takes up the whole height
18782         of the frame.
18784 2005-01-10  Thien-Thi Nguyen  <ttn@gnu.org>
18786         * ebuff-menu.el (Electric-buffer-menu-mode):
18787         Preserve value of buffer-local var header-line-format.
18789 2005-01-09  Jay Belanger  <belanger@truman.edu>
18791         * calc/calc.el (calc-mode-var-list-restore-saved-values):
18792         Make sure settings file exists before accessing it.
18794         * calc/calc-embed.el (calc-embedded-subst):
18795         Replace math-multi-subst-rec, which is only supposed to be called
18796         by math-multi-subst, by math-multi-subst.
18798 2005-01-09  Andre Spiegel  <spiegel@gnu.org>
18800         * vc.el (vc-allow-async-revert): New user option.
18801         (vc-disable-async-diff): New internal variable.
18802         (vc-revert-buffer): Use them to disable asynchronous diff.
18804         * vc-cvs.el, vc-arch.el, vc-svn.el, vc-mcvs.el (vc-cvs-diff)
18805         (vc-arch-diff, vc-svn-diff, vc-mcvs-diff): Don't diff
18806         asynchronously if vc-disable-async-diff is t.
18808 2005-01-09  Jay Belanger  <belanger@truman.edu>
18810         * calc/calc.el (defcalcmodevar): New macro.
18811         (calc-mode-var-list-restore-default-values)
18812         (calc-mode-var-list-restore-saved-values): New functions.
18813         (calc-mode-var-list): Use defcalcmodevar to define it.
18814         (calc-always-load-extensions, calc-line-numbering)
18815         (calc-line-breaking, calc-display-just, calc-display-origin)
18816         (calc-number-radix, calc-leading-zeros, calc-group-digits)
18817         (calc-group-char, calc-point-char, calc-frac-format)
18818         (calc-prefer-frac, calc-hms-format, calc-date-format)
18819         (calc-float-format, calc-full-float-format, calc-complex-format)
18820         (calc-complex-mode, calc-infinite-mode, calc-display-strings)
18821         (calc-matrix-just, calc-break-vectors, calc-full-vectors)
18822         (calc-full-trail-vectors, calc-vector-commas, calc-vector-brackets)
18823         (calc-matrix-brackets, calc-language, calc-language-option)
18824         (calc-left-label, calc-right-label, calc-word-size)
18825         (calc-previous-modulo, calc-simplify-mode, calc-auto-recompute)
18826         (calc-display-raw, calc-internal-prec, calc-angle-mode)
18827         (calc-algebraic-mode, calc-incomplete-algebraic-mode)
18828         (calc-symbolic-mode, calc-matrix-mode, calc-shift-prefix)
18829         (calc-window-height, calc-display-trail, calc-show-selections)
18830         (calc-use-selections, calc-assoc-selections)
18831         (calc-display-working-message, calc-auto-why, calc-timing)
18832         (calc-mode-save-mode, calc-standard-date-formats, calc-autorange-units)
18833         (calc-was-keypad-mode, calc-full-mode, calc-user-parse-tables)
18834         (calc-gnuplot-default-device, calc-gnuplot-default-output)
18835         (calc-gnuplot-print-device, calc-gnuplot-print-output)
18836         (calc-gnuplot-geometry, calc-graph-default-resolution)
18837         (calc-graph-default-resolution-3d, calc-invocation-macro)
18838         (calc-show-banner): Use defcalcmodevar to declare them and set
18839         their default values.
18841         * calc/calc-ext.el (calc-reset): Restore saved values of variables
18842         instead of default values (but restore default values if there is
18843         an argument of 0).
18845 2005-01-09  David Kastrup  <dak@gnu.org>
18847         * desktop.el (desktop-restore-eager): Fix typo in type.
18849 2005-01-08  Richard M. Stallman  <rms@gnu.org>
18851         * cus-edit.el (customize): Delete :link.
18853 2005-01-08  Jay Belanger  <belanger@truman.edu>
18855         * calc/calc.el (calc-mode): Remove the extension from the
18856         `calc-settings-file' file name when loading it.
18858 2005-01-08  Kim F. Storm  <storm@cua.dk>
18860         * info.el (Info-mode-map, Info-next-link-keymap)
18861         (Info-prev-link-keymap, Info-up-link-keymap):
18862         Map follow-link to mouse-face.
18863         (Info-fontify-node): Add "mouse-2: " prefix to tooltip.
18865 2005-01-08  Jay Belanger  <belanger@truman.edu>
18867         * calc/calc.el (calc-settings-file): Change default value.
18868         Suggested by cgw in a comment in calc-mode.el.
18870         * calc/calc-mode.el (calc-settings-file-name):
18871         Compare calc-settings-file to user-init-file instead of ~/.emacs.
18872         Replace ~/.emacs in a prompt by calc-settings-file.
18874 2005-01-07  Lars Hansen  <larsh@math.ku.dk>
18876         * desktop.el (desktop-restore-eager, desktop-lazy-verbose)
18877         (desktop-lazy-idle-delay): New customizable variables.
18878         (desktop-buffer-args-list): New variable.
18879         (desktop-append-buffer-args): New function.
18880         (desktop-save): Call desktop-append-buffer-args for some buffers.
18881         (desktop-lazy-create-buffer): New function.
18882         (desktop-idle-create-buffers): New function.
18883         (desktop-read): Add message about buffers to restore lazily.
18884         (desktop-lazy-abort): New command.
18885         (desktop-clear): Call desktop-lazy-abort.
18886         (desktop-lazy-complete): New command.
18888 2005-01-06  Richard M. Stallman  <rms@gnu.org>
18890         * emacs-lisp/find-func.el (find-face-definition):
18891         Rename from find-face.
18893 2005-01-06  Kim F. Storm  <storm@cua.dk>
18895         * simple.el (completion-list-mode-map): Map follow-link to mouse-face.
18897         * man.el (Man-xref-man-page, Man-xref-header-file)
18898         (Man-xref-normal-file): Add follow-link property.
18900 2005-01-06  Jay Belanger  <belanger@truman.edu>
18902         * calc/calc-units.el: Make sure the proper macro definitions are
18903         available when compiling.
18905 2005-01-06  Juri Linkov  <juri@jurta.org>
18907         * isearch.el (isearch-lazy-highlight-update):
18908         Rename `isearch-lazy-highlight-interval' to `lazy-highlight-interval'.
18910 2005-01-06  Miles Bader  <miles@gnu.org>
18912         * isearch.el (lazy-highlight): Rename from `lazy-highlight-face'.
18913         (isearch-lazy-highlight-face): Use new name.
18915 2005-01-05  Stefan Monnier  <monnier@iro.umontreal.ca>
18917         * uniquify.el (uniquify-rationalize-file-buffer-names):
18918         Re-add an interactive spec.
18919         (uniquify-rationalize-file-buffer-names): Fix corner case when renaming
18920         to the same name.
18922         * isearch.el (isearch-dehighlight): Remove unused arg `totally'.
18923         (isearch-update, isearch-done): Adjust calls accordingly.
18925 2005-01-05  Richard M. Stallman  <rms@gnu.org>
18927         * custom.el (custom-set-variables, custom-theme-set-variables):
18928         Clarify documentation.
18930         * emacs-lisp/find-func.el (find-variable)
18931         (find-variable-other-window, find-variable-other-frame):
18932         Fix the TYPE args to find-function-read and find-function-do-it.
18933         (find-function): Doc fix.
18934         (find-function-at-point): Replace function-at-point alias.
18936 2005-01-04  Richard M. Stallman  <rms@gnu.org>
18938         * cus-face.el (custom-declare-face):
18939         Record defface in current-load-list.
18941         * help-fns.el (variable-at-point): New arg ANY-SYMBOL.
18943         * emacs-lisp/find-func.el: Doc fixes.
18944         (find-face-regexp): New variable.
18945         (find-function-regexp-alist): New variable.
18946         (find-function-C-source): Third arg is now TYPE.
18947         (find-function-search-for-symbol): Handle general TYPE.
18948         (find-function-read, find-function-do-it): Handle general TYPE.
18949         (find-definition-noselect, find-face): New functions.
18950         (function-at-point): Alias deleted.
18952 2005-01-04  Stefan Monnier  <monnier@iro.umontreal.ca>
18954         * battery.el (display-battery-mode): Rename from display-battery.
18955         Handle the case where it gets turned off.
18957 2005-01-04  Richard M. Stallman  <rms@gnu.org>
18959         * cus-edit.el (customize): Make :link point to user doc.
18961         * man.el (Man-fontify-manpage): Turn off undo generation.
18963         * add-log.el (change-log-font-lock-keywords): Don't match just "From".
18965 2005-01-04  Andreas Schwab  <schwab@suse.de>
18967         * files.el (insert-directory): Only look for error lines in
18968         inserted text.  Don't move too far after processing --dired markers.
18970 2005-01-04  Richard M. Stallman  <rms@gnu.org>
18972         * mail/mailabbrev.el (sendmail-pre-abbrev-expand-hook):
18973         Don't expand if the character is @, period, dash, etc.
18974         (define-mail-abbrev): Quote names that contain problem characters.
18976 2005-01-04  Thien-Thi Nguyen  <ttn@gnu.org>
18978         * progmodes/hideshow.el: No longer require `cl'; `dolist' is standard.
18980 2005-01-03  Richard M. Stallman  <rms@gnu.org>
18982         * replace.el (replace-dehighlight): Use lazy-highlight-cleanup.
18983         (query-replace-highlight, query-replace-lazy-highlight)
18984         (query-replace): Definitions moved up.  Doc fix.
18986 2005-01-03  Richard M. Stallman  <rms@gnu.org>
18988         * isearch.el (lazy-highlight): Group renamed from isearch-lazy-...
18989         (lazy-highlight-cleanup, lazy-highlight-initial-delay)
18990         (lazy-highlight-interval, lazy-highlight-max-at-a-time)
18991         (lazy-highlight-face): Rename from isearch-lazy-...
18992         Change all references to them.
18994 2005-01-03  Luc Teirlinck  <teirllm@auburn.edu>
18996         * cus-edit.el (custom-file): Doc fix for defcustom.
18997         (custom-file): The function no longer sets the variable
18998         `custom-file' to its return value.
19000         * startup.el (command-line): No longer load `custom-file'.
19002 2005-01-03  Stefan Monnier  <monnier@iro.umontreal.ca>
19004         * emacs-lisp/find-func.el (find-variable-regexp): Avoid defface.
19006         * progmodes/perl-mode.el (perl-nochange, perl-calculate-indent):
19007         Don't confuse module-prefixed identifiers for labels.
19008         Reported by Juan-Leon Lahoz Garcia <juanleon1@gmail.com>.
19010 2005-01-02  Richard M. Stallman  <rms@gnu.org>
19012         * files.el (basic-save-buffer-1): Fix previous change.
19014         * loadhist.el (file-loadhist-lookup): New function.
19015         (file-provides, file-requires): Use it.
19017         * electric.el (Electric-pop-up-window): Use fit-window-to-buffer
19018         instead of calculating the right size.
19020 2005-01-02  Karl Chen  <quarl@cs.berkeley.edu>  (tiny change)
19022         * vc-svn.el (vc-svn-diff): Stay local if possible.
19024 2005-01-02  Stefan Monnier  <monnier@iro.umontreal.ca>
19026         * vc-arch.el (vc-arch-workfile-version): Handle the empty-branch case.
19028         * files.el (hack-local-variables): Fix last change.
19030 2005-01-02  Jay Belanger  <belanger@truman.edu>
19032         * calc/calc-yank.el (calc-edit-top): New variable.
19033         (calc-edit-mode): Set calc-edit-top to be the beginning of the edited
19034         object.  Change header properties.
19035         (calc-edit-finish, calc-edit-finish-stack-object)
19036         (calc-edit-show-buffer): Use calc-edit-top to find the beginning of the
19037         edited object.
19038         * calc/calc-sel.el (calc-finish-selection-edit): Use calc-edit-top
19039         for the beginning of the edited object.
19040         * calc/calc-embed.el (calc-embedded-finish-edit): Use calc-edit-top
19041         for the beginning of the edited object.
19042         * calc/calc-prog.el (calc-edit-macro-finish-edit)
19043         (calc-finish-formula-edit, calc-macro-repeats)
19044         (calc-edit-macro-adjust-buffer, calc-edit-format-macro-buffer)
19045         (calc-edit-macro-pre-finish-edit): Use calc-edit-top for the
19046         beginning of the edited object.
19047         (calc-user-define-edit): Change the header for editing macros.
19048         Remove unnecessary variable.
19050 2005-01-01  Jay Belanger  <belanger@truman.edu>
19052         * calc/calc-yank.el (calc-edit-mode): Change default header.
19053         (calc-edit-finish, calc-show-edit-buffer): Adjust to handle new header.
19054         * calc/calc-store.el (calc-edit-variable): Change title to match new
19055         header.
19056         * calc/calc-prog.el (calc-edit-user-syntax): Change title in edit
19057         mode to match new header.
19058         (calc-user-define-edit): Change titles to include names of commands.
19059         (calc-finish-formula-edit): Adjust to handle new header.
19060         (calc-finish-macro-edit): Remove.
19061         (calc-edit-macro-repeats, calc-edit-macro-adjust-buffer)
19062         (calc-edit-macro-command, calc-edit-macro-command-type)
19063         (calc-edit-macro-combine-alg-ent, calc-edit-macro-combine-ext-command)
19064         (calc-edit-macro-combine-var-name, calc-edit-macro-combine-digits)
19065         (calc-edit-format-macro-buffer, calc-edit-macro-pre-finish-edit)
19066         (calc-edit-macro-finish-edit): New functions.
19067         (calc-user-define-edit): Use new functions to edit named calc macros.
19069 2005-01-01  Stefan  <monnier@iro.umontreal.ca>
19071         * files.el (hack-local-variables): Cleanup prefix/suffix matching.
19073         * ses.el (copy-region-as-kill): Deactivate mark.
19075 2005-01-01  Richard M. Stallman  <rms@gnu.org>
19077         * replace.el (occur-1): If the output buffer is also an input,
19078         don't kill it, rename it.
19080         * faces.el (set-face-background, set-face-foreground): Doc fix.
19082         * cus-face.el (custom-face-attributes): Fix :help-echo strings
19083         for :foreground and :background.
19085         * dired.el (dired-view-command-alist): Variable deleted.
19086         (dired-view-file, dired-mouse-find-file-other-window):
19087         Delete the code to use it.
19089 2005-01-01  Kim F. Storm  <storm@cua.dk>
19091         * image.el (insert-sliced-image): Use t for line-height property.
19093 See ChangeLog.11 for earlier changes.
19095 ;; Local Variables:
19096 ;; coding: iso-2022-7bit
19097 ;; End:
19099     Copyright (C) 2005 Free Software Foundation, Inc.
19100   Copying and distribution of this file, with or without modification,
19101   are permitted provided the copyright notice and this notice are preserved.
19103 ;;; arch-tag: e39939be-dab3-400e-86f5-0e2701a883c1