(flymake-base-dir, flymake-master-file-name, flymake-temp-master-file-name)
[emacs.git] / lisp / ChangeLog
blobcde815b83b5e2c873e0cb9142857062aaddd432b
1 2006-01-03  Stefan Monnier  <monnier@iro.umontreal.ca>
3         * progmodes/flymake.el (flymake-temp-source-file-name)
4         (flymake-master-file-name, flymake-temp-master-file-name)
5         (flymake-base-dir): New buffer-local vars.
6         (flymake-buffer-data, flymake-get-buffer-value)
7         (flymake-set-buffer-value): Replace those hash-tables by the new
8         buffer-local vars.  Update callers.
10         * progmodes/flymake.el (flymake-check-start-time)
11         (flymake-check-was-interrupted, flymake-err-info, flymake-is-running)
12         (flymake-last-change-time, flymake-new-err-info, flymake-timer):
13         Move definition, so we can remove redundant earlier declaration.
14         (flymake-replace-regexp-in-string, flymake-split-string)
15         (flymake-get-temp-dir): Use defalias.
16         (flymake-popup-menu): Remove `pos' argument.  Use posn-at-point.
17         (flymake-xemacs-window-edges): Remove unused function.
18         (flymake-get-point-pixel-pos): Move.
19         (flymake-pid-to-names, flymake-reg-names)
20         (flymake-get-source-buffer-name, flymake-unreg-names): Remove.
21         Replace by a simple list flymake-processes and by process-buffer.
22         Update callers.  Other than simplify the code, it uses buffers rather
23         than buffer-names so it doesn't get confused by uniquify.
24         (flymake-buffer-data): The global value should just be nil.
26         * emacs-lisp/bytecomp.el (byte-compile-file-form-defalias):
27         Optimize the body of a defalias like any other code.
29         * font-lock.el (font-lock-fontify-buffer, font-lock-fontify-region):
30         Make sure we've setup font-lock's vars.  It may influence which
31         function we then call.
32         (font-lock-default-fontify-buffer): Don't bother calling set-defaults
33         here since it's too late anyway.
35 2006-01-03  Romain Francoise  <romain@orebokech.com>
37         * startup.el (fancy-splash-tail, normal-splash-screen):
38         Update copyright year.
40 2006-01-02  J.D. Smith  <jdsmith@as.arizona.edu>
42         * mouse.el (mouse-drag-track): Rename, from
43         `mouse-drag-region-1'.  Includes optional argument required to
44         enable post-drag event processing (e.g. delete region keys).
45         Can be used without this argument to track a mouse region and operate
46         on it as soon as the drag completes.
47         (mouse-drag-region): Use `mouse-drag-track'.
49 2006-01-02  Chong Yidong  <cyd@stupidchicken.com>
51         * cus-edit.el (custom-guess-name-alist, custom-guess-doc-alist):
52         Move to `custom-buffer' group.
54         * cus-theme.el: Rewrite the Custom New Theme Mode interface.
55         (custom-new-theme-mode-map, custom-theme-insert-variable-marker)
56         (custom-theme-insert-face-marker, custom-theme-variable-menu)
57         (custom-theme-face-menu): New variables.
58         (custom-theme-add-variable, custom-theme-variable-action)
59         (custom-variable-reset-theme, custom-theme-delete-variable)
60         (custom-face-reset-theme, custom-theme-face-action)
61         (custom-theme-delete-face, custom-theme-merge-theme)
62         (custom-theme-add-face, custom-theme-visit-theme): New functions.
64 2006-01-01  Chong Yidong  <cyd@stupidchicken.com>
66         * custom.el: Move Custom Themes commentary to start of theme code.
67         (custom-known-themes): Rename `standard' theme to `changed'.
68         (custom-push-theme): Caller no longer specifies what theme to use
69         when doing `reset'---the setting is simply removed from the theme.
70         Delete MODE from `theme-value' and `theme-settings' properties.
71         (custom-declare-theme): Ignore &rest args since we don't use them.
73         (custom-loaded-themes): Delete variable.
74         (custom-theme-load-themes, custom-theme-loaded-p)
75         (custom-theme-value): Delete functions.
77         (custom-declare-theme): Signal error on invalid theme names.
78         (provide-theme): custom-loaded-themes was deleted.
79         (load-theme): Load the file unconditionally.
80         (enable-theme): Call `load-theme' if theme is undefined.
81         (custom-enabled-themes): Only update value for successful loads.
82         (disable-theme): Complete from enabled themes when interactive.
83         (custom-variable-theme-value): Calculate theme value directly.
85         (custom-theme-reset-variables, custom-reset-variables): Mark as
86         XEmacs compatibility functions.  We don't actually use these.
88         * cus-edit.el (custom-variable-state-set):
89         Use custom-variable-theme-value instead of custom-theme-value.
90         (custom-face-state-set): Rename `standard' theme to `changed'.
91         (custom-save-variables, custom-save-faces): Delete unneeded
92         references to custom-reset-variables.
93         (custom-save-resets): Delete function.
94         (custom-save-variables, custom-save-faces): MODE argument deleted.
95         (custom-save-variables, custom-save-faces): Ignore theme values.
97         * cus-face.el (custom-theme-reset-faces): Mark as XEmacs
98         compatibility function.
100 2006-01-01  Richard M. Stallman  <rms@gnu.org>
102         * cus-edit.el (Custom-set, Custom-save): Ask for confirmation.
103         (Custom-reset-current, Custom-reset-saved): Likewise.
104         (Custom-reset-standard): Show message if aborted.
105         (custom-mode): Doc fix, describing those commands.
107         * mouse.el (mouse-drag-region-1): When following link via mouse-2,
108         put on event-kind property.
110 2005-12-31  Chong Yidong  <cyd@stupidchicken.com>
112         * custom.el (provide-theme): Ban `user' theme name.
113         (custom-enabling-themes): New variable.
114         (enable-theme): Don't enable user if custom-enabling-themes is t.
115         (custom-enabled-themes): Make it a defcustom.
116         (custom-theme-recalc-face): No-op if face is undefined.
118         * cus-edit.el (custom-button-mouse): New variable.
119         (custom-button-mouse): New face.
120         (custom-raised-buttons, custom-mode): Use it.
122         * cus-theme.el (custom-new-theme-mode): Use custom-button-mouse.
124 2005-12-31  Eli Zaretskii  <eliz@gnu.org>
126         * progmodes/gud.el (gud-display-line): Support hl-line in the
127         source buffer.
129 2005-12-31  Lennart Borgman  <lennart.borgman.073@student.lu.se>  (tiny change)
131         * mouse.el (mouse-drag-window-above): Verify that the found window
132         overlaps with the given window in the horizontal dimension.
134 2005-12-31  Eli Zaretskii  <eliz@gnu.org>
136         * Makefile.in (cvs-update): New target.
138         * makefile.w32-in (cvs-update): Ditto.
140 2005-12-30  Chong Yidong  <cyd@stupidchicken.com>
142         * cus-theme.el (custom-new-theme-mode): Use cus-edit faces.
143         (custom-new-theme-mode-map): New variable.
145 2005-12-30  Richard M. Stallman  <rms@gnu.org>
147         * custom.el (custom-load-themes): Function deleted.
149         * cus-edit.el (custom-save-loaded-themes): Function deleted.
150         (custom-save-variables): Don't delete or add custom-load-themes call.
152 2005-12-30  Stefan Monnier  <monnier@iro.umontreal.ca>
154         * cus-start.el: Add `visible-cursor'.
156         * progmodes/flymake.el (flymake-copy-buffer-to-temp-buffer): Simplify.
157         (flymake-parse-output-and-residual): Remove `source-buffer' argument.
158         (flymake-process-filter): Switch to buffer before calling it instead.
159         (flymake-post-syntax-check, flymake-highlight-err-lines)
160         (flymake-delete-own-overlays, flymake-parse-err-lines)
161         (flymake-start-syntax-check, flymake-start-syntax-check-process)
162         (flymake-count-lines, flymake-parse-residual):
163         Remove constant buffer argument.
164         (flymake-start-syntax-check-for-current-buffer): Remove.
165         Update callers to use flymake-start-syntax-check instead.
166         (flymake-display-err-menu-for-current-line):
167         Remove unused var `mouse-pos'.
168         (flymake-restore-formatting): Comment out unused function.
169         (flymake-report-status, flymake-report-fatal-status): Remove buffer
170         argument, use current-buffer instead.  Update callers.
172 2005-12-30  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
174         * textmodes/bibtex.el (bibtex-mode): Make completion-ignore-case
175         buffer-local because choose-completion-delete-max-match requires
176         that we set completion-ignore-case (i.e., binding via let is not
177         sufficient).
178         (bibtex-complete): Always set completion-ignore-case and
179         choose-completion-string-functions. The latter is needed because
180         choose-completion-string-functions keeps its value if we quit the
181         *Completions* buffer without requesting a completion.
183 2005-12-30  Andreas Schwab  <schwab@suse.de>
185         * progmodes/cc-defs.el: Ignore errors from font-lock-compile-keywords.
187 2005-12-30  Eli Zaretskii  <eliz@gnu.org>
189         * jit-lock.el (jit-lock-chunk-size): Doc fix.
191 2005-12-30  Juri Linkov  <juri@jurta.org>
193         * locate.el (locate-fcodes-file, locate-header-face)
194         * progmodes/delphi.el (delphi-other-face)
195         * progmodes/glasses.el (glasses-face): Add tag "None" to const nil.
197         * paren.el (show-paren-match, show-paren-mismatch): Use existing
198         group `paren-showing-faces'.
200         * net/goto-addr.el (goto-address-highlight-keymap): Fix docstring.
201         (goto-address): Fix docstring.
203         * net/webjump.el (webjump-sample-sites): Update URLs.
205         * textmodes/fill.el (fill-single-word-nobreak-p): Use `sentence-end'.
207         * subr.el (cancel-change-group): Add listp around pending-undo-list.
209 2005-12-29  Stefan Monnier  <monnier@iro.umontreal.ca>
211         * font-lock.el (font-lock-compile-keywords): Signal an error when
212         font-lock-set-defaults hasn't been called.
214 2005-12-29  Luc Teirlinck  <teirllm@auburn.edu>
216         * subr.el (noreturn, 1value): Doc fixes.
218 2005-12-29  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
220         * textmodes/bibtex.el (bibtex-text-in-field-bounds): Handle case
221         that assoc-string returns nil.
223 2005-12-29  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
225         * textmodes/bibtex.el (bibtex-entry-type-whitespace)
226         (bibtex-entry-type-str, bibtex-empty-field-re)
227         (bibtex-search-backward-string, bibtex-preamble-prefix)
228         (bibtex-search-entry, bibtex-enclosing-entry-maybe-empty-head): Remove.
229         (bibtex-any-valid-entry-type): New variable.
230         (bibtex-parse-field-name): Simplify.
231         (bibtex-parse-string, bibtex-search-forward-string): New arg empty-key.
232         (bibtex-preamble-prefix): Include left delimiter.
233         (bibtex-search-forward-field, bibtex-search-backward-field):
234         Allow unbounded search past entry boundaries (required by bibtex-pop).
235         (bibtex-text-in-field-bounds): Use push.
236         (bibtex-text-in-field): Do not use bibtex-narrow-to-entry.
237         (bibtex-parse-preamble, bibtex-valid-entry)
238         (bibtex-beginning-first-field): New functions.
239         (bibtex-skip-to-valid-entry): Use bibtex-valid-entry.  Fix regexp.
240         (bibtex-map-entries): Fix docstring.
241         (bibtex-flash-head): New arg prompt. Simplify.
242         (bibtex-enclosing-field): Include code of bibtex-inside-field.
243         (bibtex-insert-kill): Simplify.  Always insert text past the
244         current field or entry.
245         (bibtex-format-entry): Use bibtex-parse-field.
246         (bibtex-pop): Use bibtex-beginning-of-entry and
247         bibtex-end-of-entry to initiate the search.  Insert empty field if
248         we found ourselves.
249         (bibtex-print-help-message): New args field and comma.
250         Handle entry keys.
251         (bibtex-make-field): Use bibtex-beginning-of-entry.
252         (bibtex-end-of-entry): Use bibtex-valid-entry.  Recognize any
253         invalid entry.
254         (bibtex-validate): Use bibtex-valid-entry and bibtex-parse-string.
255         Handle preambles.  Simplify code for thorough test.
256         (bibtex-next-field, bibtex-find-text, bibtex-find-text-internal):
257         New arg comma.  Handle entry heads.
258         (bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters)
259         (bibtex-kill-field, bibtex-copy-field-as-kil, bibtex-empty-field):
260         New arg comma.
261         (bibtex-kill-entry): Use bibtex-any-entry-maybe-empty-head.
262         (bibtex-fill-field): Simplify.
263         (bibtex-fill-entry): Use bibtex-beginning-first-field and
264         bibtex-parse-field.
265         (bibtex-convert-alien): Do not wait before calling bibtex-validate.
266         (bibtex-complete): Use bibtex-parse-preamble.
268 2005-12-29  Nick Roberts  <nickrob@snap.net.nz>
270         * progmodes/gdb-ui.el (gdb-tooltip-print, gdb-tooltip-print-1):
271         Display name of expression instead of convenience variable.
272         (gdb-post-prompt): Only call gdb-get-changed-registers if needed.
274         * progmodes/gud.el (gud-tooltip-dereference): Rename from
275         toggle-gud-tooltip-dereference.
276         (gud-tooltip-print-command): Move concatenation of "*" to expr to...
277         (gud-tooltip-tips): ...here when dereferencing..
279 2005-12-28  Bill Wohler  <wohler@newt.com>
281         * simple.el (mh-e-user-agent): Move to mh-e/mh-comp.el and autoload.
283 2005-12-28  Stefan Monnier  <monnier@iro.umontreal.ca>
285         * vc.el (vc-annotate-display): Replace optional arg `color-map' with
286         compulsory arg `ratio'.  Inline body of vc-annotate-time-span.
287         (vc-annotate-display-autoscale): Adjust call.
288         (vc-annotate-display-default): Adjust call.  Make arg compulsory.
289         Fix interactive spec.
290         (vc-annotate-time-span): Remove.
291         (vc-annotate-oldest-in-map): Rename from vc-annotate-car-last-cons.
292         (vc-annotate-mode-menu, vc-annotate-display-autoscale)
293         (vc-annotate-display-select): Use new name.
295         * vc.el (vc-annotate-mode-map): Remove obsolete binding.
296         (vc-annotate-mode-menu): Remove left-over redundant declaration.
297         Correct the construction of span entries.  Simplify.
298         (vc-annotate-display-select): Fix the nil case.
299         (vc-annotate): Remove obsolete (and now broken) code.
300         (vc-annotate-extract-revision-at-line): Remove obsolete code.
301         (vc-annotate-time-span): Remove unused arg `quantize'.  Simplify.
303 2005-12-28  Luc Teirlinck  <teirllm@auburn.edu>
305         * subr.el (lazy-completion-table): Correct typo in docstring.
307         * startup.el (command-line): Use `custom-reevaluate-setting' for
308         `send-mail-function'.
310         * mail/sendmail.el (send-mail-function): Autoload the standard-value.
312 2005-12-05  Ralf Angeli  <angeli@iwi.uni-sb.de>
314         * mail/smtpmail.el (smtpmail-try-auth-methods):
315         Send credentials together with "AUTH PLAIN" command.
317 2005-12-27  Richard M. Stallman  <rms@gnu.org>
319         * mouse.el (mouse-drag-region-1): When remapping mouse-1 to
320         mouse-2, go back to previously selected window, so it's selected
321         when mouse-2 command runs.
323 2005-12-27  Juri Linkov  <juri@jurta.org>
325         * descr-text.el (describe-text-sexp): Use square brackets for
326         button [Show] to distinguish it from the property value `show'.
327         (describe-property-list): Use `insert-text-button' with
328         `help-face' type instead of putting face in quotes, because button
329         is not created automatically for a list of faces.
330         (describe-text-properties-1): Put button-type value in quotes to
331         distinguish from plain text "button".
332         (describe-char): Display code point values in hex.  Don't use
333         `symbol-name' for `current-input-method' because it is a string.
334         Use `insert-text-button' with `help-face' type instead of putting
335         hardcoded face in quotes, because button is not created automatically.
337 2005-12-27  Richard M. Stallman  <rms@gnu.org>
339         * progmodes/glasses.el (glasses-face): More specific custom type.
341         * files.el (set-visited-file-name): Doc fix.
343         * textmodes/flyspell.el (flyspell-external-point-words):
344         Use local var buffer-scan-pos to advance scan for next misspelling.
345         Advance it only after we find the misspelling.
347 2005-12-27  Agustin Martin  <agustin.martin@hispalinux.es>
349         * textmodes/flyspell.el (flyspell-external-point-words):
350         New criteria for finding the misspelling in the buffer.
352 2005-12-27  Nick Roberts  <nickrob@snap.net.nz>
354         * help-mode.el (help-insert-string): Set help-xref-stack-item
355         rather than call help-setup-xref.
357         * descr-text.el (describe-char): Revert previous changes for
358         optional buffer argument.
360 2005-12-27  Juri Linkov  <juri@jurta.org>
362         * help-mode.el (help-insert-string): New function.  Save buffer
363         contents in cases where it is impossible to recompute the old contents.
365         * descr-text.el (describe-char): Set help-xref-stack-item
366         explicitly after buffer has been generated.
368 2005-12-27  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
370         * cus-start.el (all): Add x-gtk-show-hidden-files.
372 2005-12-26  Richard M. Stallman  <rms@gnu.org>
374         * replace.el (perform-replace): Calculate match-again
375         before skipping read-only matches.
377         * paren.el (paren-showing-faces): New group.
378         (show-paren-match, show-paren-mismatch): Move to that group.
380         * button.el (button): Put into group `basic-faces'.
382         * progmodes/make-mode.el: Remove faces from group `faces'.
384         * apropos.el (apropos, apropos-value): Doc fix.
385         (apropos-documentation): Doc fix.
387 2005-12-26  Stefan Monnier  <monnier@iro.umontreal.ca>
389         * subr.el (lazy-completion-table): Remove argument `args'.
391         * textmodes/bibtex.el (bibtex-strings, bibtex-reference-keys):
392         Don't use the `args' argument of lazy-completion-table.
394 2005-12-26  Nick Roberts  <nickrob@snap.net.nz>
396         * descr-text.el (describe-char): Add optional argument for buffer.
397         Set buffer appropriately.  Call help-setup-xref.
398         Suggested by Stefan Monnier.
400 2005-12-26  Juri Linkov  <juri@jurta.org>
402         * descr-text.el: Require `help-fns' at runtime.  Don't require
403         `button' for byte compilation.
404         (describe-text-widget): Add `help-echo' for first button.
405         Use `help-info' for second.
406         (describe-property-list): Use `help-argument-name' instead of `italic'.
407         (describe-text-category): Add prompt to interactive spec.
408         Call `help-setup-xref'.
409         (describe-char): Use `help-character-set'.  Add `help-echo' for
410         code point.  Use `help-input-method'.  Remove superfluous insert.
412 2005-12-25  Richard M. Stallman  <rms@gnu.org>
414         * progmodes/cc-defs.el (c-emacs-features): Do parse-partial-sexp
415         at point, in case of narrowing.
417         * progmodes/delphi.el (delphi-other-face): Allow nil in type.
419         * locate.el (locate-header-face): Allow nil in type.
421         * progmodes/cpp.el (cpp-face-none-list): Use cpp-face instead of face.
423 2005-12-25  Romain Francoise  <romain@orebokech.com>
425         * battery.el (battery-linux-proc-acpi): Also try
426         `/proc/acpi/thermal_zone/THM0/temperature'.
428 2005-12-24  Chong Yidong  <cyd@stupidchicken.com>
430         * custom.el (custom-push-theme): Fix docstring.
432         * cus-edit.el (custom-variable-set, custom-variable-save)
433         (custom-variable-save): Custom-quote widget values.
434         (customize-save-variable): Fix custom-push-theme call.
436 2005-12-24  Eli Zaretskii  <eliz@gnu.org>
438         * w32-fns.el (w32-batch-update-autoloads): New function.
440         * makefile.w32-in (autoloads, $(lisp)/mh-e/mh-loaddefs.el):
441         Use w32-batch-update-autoloads, and don't setq generated-autoload-file
442         from the command line.
444 2005-12-23  Chong Yidong  <cyd@stupidchicken.com>
446         * custom.el (custom-push-theme): Clarify docstring.  VALUE nil for
447         reset means to remove setting from theme entirely.  Don't keep
448         expanding theme-settings list; delete old entries if necessary.
450         * cus-edit.el (custom-buffer-create-internal): Move "Erase
451         customization" button one line up.
452         (custom-themed): New face.
453         (custom-magic-alist): New value, THEMED, for theme settings.
454         (custom-variable-state-set, custom-face-state-set):
455         Check theme-value instead of saved-value.
456         (custom-variable-reset-standard, custom-face-reset-standard):
457         Remove theme setting entirely.  Recalculate new values.
458         (custom-variable-set, custom-variable-set)
459         (custom-variable-reset-saved, custom-variable-reset-backup)
460         (custom-face-set, custom-face-reset-saved): Update `user' theme.
461         (custom-variable-save): Fix typos.
463 2005-12-23  Juri Linkov  <juri@jurta.org>
465         * emacs-lisp/edebug.el (edebug-all-defs, edebug-all-forms):
466         Add autoload cookies.
467         (edebug-outside-d-c-i-n-s-w): New variable.
468         (edebug-display, edebug-outside-excursion): Use it to save the
469         original value of default-cursor-in-non-selected-windows.
470         Set default-cursor-in-non-selected-windows to t while Edebug
471         is active.
472         (edebug-mode, edebug-eval-mode): Doc fix.
474         * mouse.el (mouse-choose-completion): Replace `buffer-substring'
475         with `buffer-substring-no-properties' to remove common substring
476         highlighting.
478         * info.el (info-other-window, info): Rename function argument
479         `file' to `file-or-node'.
480         (Info-complete-menu-item): Use local variable `complete-nodes' to
481         keep the global value of `Info-complete-nodes' unchanged for
482         subsequent completions.
483         (info-tool-bar-map): Put `Info-index' icon just before `Info-search'.
485         * simple.el (get-next-valid-buffer, last-buffer)
486         (next-error-buffer-p, next-error-find-buffer)
487         (minibuffer-history-sexp-flag): Doc fix.
489         * savehist.el (savehist-mode-hook): Add `:group'.
491         * log-view.el: Call autoload for vc-find-version.
492         (log-view-current-file): Adjust subgroup numbers.
493         (log-view-current-tag): Add `length'.
495 2005-12-23  Richard M. Stallman  <rms@gnu.org>
497         * vc.el (vc-annotate-car-last-cons): Defn moved up.
499 2005-12-23  Juri Linkov  <juri@jurta.org>
501         * hi-lock.el (hi-lock-archaic-interface-message-used)
502         (hi-lock-archaic-interface-deduce, hi-lock-mode): Doc fix.
503         (hi-lock-mode): Display "Hi" in the mode line only when
504         hi-lock-interactive-patterns or hi-lock-file-patterns is non-nil.
505         (hi-lock-write-interactive-patterns):
506         Use hi-lock-file-patterns-prefix instead of hard-coded "Hi-lock".
507         (hi-lock-set-pattern, hi-lock-set-file-patterns)
508         (hi-lock-font-lock-hook): Set 3rd arg `how' of
509         font-lock-add-keywords to t.
511 2005-12-23  David Koppelman  <koppel@ece.lsu.edu>
513         * hi-lock.el (hi-lock-highlight-range): New variable.
514         (hi-lock-mode, hi-lock-unface-buffer): Call font-lock-fontify-buffer
515         only if font-lock-fontified is non-nil.  Remove overlays.
516         (hi-lock-set-pattern): Call font-lock-fontify-buffer if
517         font-lock-fontified is non-nil, otherwise use overlays (instead of
518         text properties).
519         (hi-lock-string-serialize-hash, hi-lock-string-serialize-serial):
520         New variables.
521         (hi-lock-string-serialize) New function.
523 2005-12-23  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
525         * menu-bar.el (menu-find-file-existing): New function.
526         (menu-bar-file-menu): Use menu-find-file-existing for Open.
528         * tool-bar.el (tool-bar-setup): open changed to menu-find-file-existing.
530 2005-12-22  Stefan Monnier  <monnier@iro.umontreal.ca>
532         * vc.el: Remove unnecessary leading * in docstrings.
533         (vc-annotate-mode-map): Move initialization into declaration.
534         (vc-static-header-alist): Nitpick on the regexp.
535         (vc-default-init-version): New fun.
536         (vc-register): Use it.
537         (vc-insert-headers): Use dolist.
538         (vc-annotate-get-backend): Remove unused function.
539         (vc-annotate-add-menu): Remove.  Build the menu directly at toplevel.
540         (vc-annotate-mode): Remove corresponding call.
541         (vc-annotate-car-last-cons): Simplify.
542         (vc-annotate-buffers): Remove var.
543         (vc-annotate-backend): Make it buffer-local.
544         (vc-annotate): Move the interaction to the interactive spec.
545         Add a `buf' argument.
546         (vc-annotate-warp-version): Use this new `buf' argument to avoid
547         killing&creating a vc-annotate buffer, which is very disruptive when
548         the buffers are shown in dedicated frames.
550 2005-12-23  Nick Roberts  <nickrob@snap.net.nz>
552         * descr-text.el: Add FSF as maintainer.
553         (describe-text-mode, describe-text-mode-map)
554         (describe-text-mode-hook, describe-text-done): Delete.  Use normal
555         help-mode.
556         (describe-text-widget, describe-text-sexp)
557         (describe-property-list, describe-text-category)
558         (describe-text-properties, describe-text-properties-1)
559         (describe-char): Use help buttons instead of widgets.
560         (describe-char-unicodedata-file): Make URL link in doc string.
562 2005-12-22  Richard M. Stallman  <rms@gnu.org>
564         * cus-edit.el (custom-variable-prompt): Say "variable" in prompt.
565         (custom-buffer-create-internal): Reword the top-of-buffer help intro.
566         Don't include buttons that write a file when there's no file.
567         (custom-variable-menu, custom-face-menu, custom-group-menu):
568         Don't include commands that write a file when there's no file.
569         (customize-browse): Reword the top-of-buffer help intro.
570         (custom-buffer-create-internal): Fix previous change.
571         (customize-changed-options-previous-release): Prev release is 21.1.
572         (customize-changed-options): Doc fix.
573         (customize-changed): New alias.
574         (custom-reset-menu, custom-magic-alist, Custom-mode-menu):
575         Say "standard values".
576         (Custom-reset-standard): Doc fix.
577         (custom-face-reset-standard): Doc fix.
579 2005-12-22  Stefan Monnier  <monnier@iro.umontreal.ca>
581         * font-lock.el (font-lock-default-fontify-buffer): Try and set-defaults
582         even if font-lock-mode is non-nil since it may be t without having
583         turned on font-lock-mode-internal.
584         (font-lock-choose-keywords): Minor optimization.
585         (font-lock-add-keywords, font-lock-remove-keywords)
586         (font-lock-set-defaults): Don't call make-local-variable on a variable
587         that we know to already be local.
589 2005-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
591         * emacs-lisp/lisp.el (lisp-complete-symbol): Don't print progress
592         messages if in the minibuffer.
594 2005-12-21  Stefan Monnier  <monnier@iro.umontreal.ca>
596         * textmodes/flyspell.el (flyspell-check-word-p): Don't quote - in a RE.
597         (tex-mode-flyspell-verify, flyspell-get-word)
598         (flyspell-external-point-words): Don't use point-min/max uselessly.
600         * emacs-lisp/lisp.el (lisp-complete-symbol): Mostly undo the change
601         by Kevin Rodgers.  Instead, just hide the completions buffer if we
602         don't need to show it.
604 2005-12-21  Luc Teirlinck  <teirllm@auburn.edu>
606         * wid-edit.el (file, directory): Doc fixes for the `define-widget's.
608 2005-12-21  Stefan Monnier  <monnier@iro.umontreal.ca>
610         * emacs-lisp/lisp.el (lisp-complete-symbol): Don't call
611         delete-windows-on with an inexistent buffer.
613 2005-12-22  Nick Roberts  <nickrob@snap.net.nz>
615         * progmodes/gud.el (gud-tooltip-modes, gud-tooltip-display):
616         Delete defcustom variable :tag names.
618 2005-12-20  Stefan Monnier  <monnier@iro.umontreal.ca>
620         * log-view.el (log-view-file-re, log-view-message-re): Use shy groups.
621         (log-view-font-lock-keywords): Ajust subgroup numbers.
622         (log-view-current-tag): Don't hard code the number of subgroups.
624 2005-12-20  Juri Linkov  <juri@jurta.org>
626         * tooltip.el (tooltip): Move defgroup before define-minor-mode.
627         (tooltip-x-offset, tooltip-y-offset): Doc fix.
629         * menu-bar.el (menu-bar-menu-frame-live-and-visible-p)
630         (menu-bar-non-minibuffer-window-p): Instead of checking
631         display-multi-frame-p, use selected-frame when menu-updating-frame
632         is nil.
634 2005-12-20  Davis Herring  <herring@lanl.gov>  (tiny change)
636         * align.el (align-rules-list): Use [ \t] instead of \s-
637         for column separators in text mode.
639 2005-12-20  Nick Roberts  <nickrob@snap.net.nz>
641         * help-mode.el (help-customize-variable, help-customize-face):
642         Don't pop help-xref-stack as help-follow no longer pushes
643         anything on to it.
645 2005-12-20  Carsten Dominik  <dominik@science.uva.nl>
647         * textmodes/org.el: (org-agenda-custom-commands): New option.
648         (org-agenda): Offer custom commands on splash screen.
649         (org-make-tags-matcher): Parser for Boolean logic added.
650         (org-agenda-set-tags): New command.
651         (org-agenda-menu, org-agenda-mode-map): Add `org-agenda-set-tags'.
652         (org-set-tags): Efficiency improvements.
653         (org-auto-align-tags): New option.
654         (org-todo, org-demote, org-promote): Realign tags.
655         (org-tags-completion-function): Use also "&" and "|" as separators.
656         (org-org-menu): Agenda commands simplified.
658 2005-12-19  Luc Teirlinck  <teirllm@auburn.edu>
660         * cus-edit.el (customize-apropos, customize-apropos-options):
661         Docstring changes.
663         * font-lock.el (font-lock): Add tags to the links in the defgroup.
665 2005-12-19  Chong Yidong  <cyd@stupidchicken.com>
667         * longlines.el (longlines-mode): Wrap while widened.
668         (longlines-decode-region, longlines-encode-region): Compute max
669         just once.
671 2005-12-19  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
673         * cus-edit.el (mac): New group.
675         * cus-start.el (all): Add user options in macterm.c.  Add test for
676         Mac-related built-ins.  Fix test for GTK-related built-ins.
678         * term/mac-win.el (mac-handle-language-change)
679         (mac-ae-open-documents, mac-ae-get-url, mac-services-open-file)
680         (mac-services-open-selection, mac-services-mail-selection)
681         (mac-services-mail-to, mac-services-insert-text)
682         (mac-dispatch-apple-event): Add docstrings.
683         (x-get-selection, mac-select-convert-to-string): Select coding
684         system from `utf-16be' and `utf-16le' using `byteorder'.
686 2005-12-18  Stefan Monnier  <monnier@iro.umontreal.ca>
688         * subr.el (lazy-completion-table): Don't be fooled if the var holds
689         a "list" (lambda ...) rather than a real completion list.
691         * emacs-lisp/cl-extra.el (cl-macroexpand-all): Fix code-walk for
692         lexical-let when encountering ((lambda (...) ...) ...).
694 2005-12-17  Chong Yidong  <cyd@stupidchicken.com>
696         * progmodes/sh-script.el (sh-mode):
697         * language/ethio-util.el (ethio-fidel-to-sera-mail-or-marker):
698         * textmodes/picture.el (picture-mode): Update docstrings.
700 2005-12-17  Eli Zaretskii  <eliz@gnu.org>
702         * makefile.w32-in (autoloads, custom-deps): Warn that parts of
703         commands enclosed in $(ARGQUOTE)s should not be split between two
704         lines, as that will break with GNU Make >3.80, when sh.exe is used
705         and arg quoting is with '..'.
706         (autoloads): Don't break the quoted --eval expression between
707         several lines.
709 2005-12-17  Chong Yidong  <cyd@stupidchicken.com>
711         * emacs-lisp/edebug.el (edebug-safe-prin1-to-string):
712         Capture error from printing circular structures.
714 2005-12-17  Martin Rudalics  <rudalics@gmx.at>  (tiny change)
716         * wid-edit.el (widget-checkbox-action): Clear undo info.
718 2005-12-16  Bill Wohler  <wohler@newt.com>
720         * menu-bar.el (kill-this-buffer): Set a good example by using menu
721         bar, not menubar in comment.
723 2005-12-16  Stefan Monnier  <monnier@iro.umontreal.ca>
725         * progmodes/cc-engine.el (c-after-change-check-<>-operators):
726         After-change-functions should not clobber the match data.
728 2005-12-16  Juri Linkov  <juri@jurta.org>
730         * simple.el (choose-completion): Use `buffer-substring-no-properties'
731         instead of `buffer-substring'.
732         (completion-common-substring): Doc fix.
733         (completion-setup-function): Use minibuffer-completion-contents
734         instead of minibuffer-contents.  Don't set common-string-length
735         initially.  Remove special handling of partial-completion-mode.
736         Move computation of completion-base-size into one cond.
737         Call completion-base-size-function in mainbuf.  In computation of
738         completion-base-size for file name completion don't move point to
739         the end of the minibuffer.  Move computation of common-string-length
740         into one cond.  Start putting faces only when common-string-length>=0.
741         Add condition to put completions-common-part when
742         common-string-length>0.
744         * complete.el (PC-do-completion): Remove `(equal (point) beg)' to
745         place point at the first different character in the minibuffer
746         even if this position is at the beginning of the minibuffer.
748         * info.el (Info-read-node-name-1): In completion-base-size-function's
749         lambda return 1 if common-substring or minibuffer-completion-contents
750         starts with (, and 0 otherwise.
752         * emacs-lisp/crm.el (crm-minibuffer-completion-help):
753         Use `crm-current-element' for second arg of `display-completion-list'.
755 2005-12-16  Klaus Zeitler  <kzeitler@lucent.com>
757         * files.el (set-auto-mode): Look for an interpreter specified on
758         the first line also if search for mode specification succeeded,
759         but the mode is not known.
761 2005-12-16  Carsten Dominik  <dominik@science.uva.nl>
763         * textmodes/org.el: (org-tags-match-list-sublevels): New option.
764         (org-open-at-point): Implement tag searches as links.
765         (org-fit-agenda-window, org-get-buffer-tags, org-get-tags)
766         (org-make-tags-matcher, org-scan-tags, org-activate-tags): New funs.
767         (org-tags-sparse-tree, org-tags-view, org-set-tags)
768         (org-agenda-dispatch): New commands.
769         (org-use-tag-inheritance, org-tags-column): New options.
770         (org-tab-follows-link, org-return-follows-link): New options.
771         (org-tags): New customize group.
772         (org-start-icalendar-file): Get local time zone.
773         (org-tags-completion-function): New function.
774         (org-set-font-lock-defaults): Make sure links will also be
775         highlighted inside headlines.
777 2005-12-16  Mark Plaksin  <happy@usg.edu>  (tiny change)
779         * term.el (term-emulate-terminal):
780         Let term-handle-ansi-terminal-messages override what Bash says about
781         its current directory.
783 2005-12-16  L\e$,1 q\e(Brentey K\e,Aa\e(Broly  <lorentey@elte.hu>
785         * bindings.el (last-buffer): Move to simple.el.
786         * simple.el (last-buffer): Move here.
787         (get-next-valid-buffer): New function.
788         (next-buffer): Use frame-local buffer list, maintain buried buffer list.
789         (prev-buffer): Ditto. Rename to `previous-buffer'.
791         * menu-bar.el (menu-bar-update-buffers): Update uses of `prev-buffer'.
792         * bindings.el (global-map): Ditto.
794 2005-12-15  Luc Teirlinck  <teirllm@auburn.edu>
796         * cus-edit.el: Introductory comment change.
797         (custom-magic-alist): Change message string for the `rogue' state.
799 2005-12-15  Richard M. Stallman  <rms@gnu.org>
801         * tooltip.el: Delete defcustom variable :tag names.
803         * complete.el (partial-completion-mode): Doc fix.
805         * textmodes/flyspell.el (flyspell-external-point-words):
806         Use save-excursion to ensure we don't move backward in the
807         search loop, not even one character.
808         (flyspell-delete-all-overlays): Use remove-overlays directly.
810         * textmodes/ispell.el (ispell-current-personal-dictionary): New var.
811         (ispell-start-process): Set that variable.
812         Clear ispell-buffer-local-name.
813         (ispell-internal-change-dictionary):
814         Set ispell-current-dictionary after killing process.
815         (ispell-buffer-local-dict):
816         Don't set spell-personal-dictionary after killing process.
817         (ispell-buffer-local-words): Don't clear out ispell-buffer-local-name.
818         (ispell-tex-skip-alists)
819         (ispell-html-skip-alists, ispell-skip-region-alist): Mark as risky.
821         * net/newsticker.el (newsticker--retrieval-timer-list)
822         (newsticker--display-timer, newsticker-running-p)
823         (newsticker-ticker-running-p): Definitions moved up.
825 2005-12-16  Nick Roberts  <nickrob@snap.net.nz>
827         * progmodes/gdb-ui.el (gdb-many-windows): Echo new state in minibuffer.
829 2005-12-15  David Ponce  <david@dponce.com>
831         * recentf.el (recentf-dialog-goto-first): Fix missing error condition.
832         (recentf-edit-list, recentf-open-files): Signal an error when
833         there is no recent file.
835 2005-12-14  Lennart Borgman  <lennart.borgman.073@student.lu.se>
837         * textmodes/texinfmt.el (texinfo-format-region): Set buffer to
838         read-only except for texinfo-format-region evaluation.
840 2005-12-14  Richard M. Stallman  <rms@gnu.org>
842         * vc.el (vc-default-previous-version, vc-default-next-version)
843         (vc-do-command): Doc fixes.
845 2005-12-14  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
847         * textmodes/bibtex.el (bibtex-expand-strings)
848         (bibtex-autokey-expand-string, bibtex-name-part)
849         (bibtex-entry-type-whitespace, bibtex-entry-type-str)
850         (bibtex-any-entry-maybe-empty-head, bibtex-string-type)
851         (bibtex-preamble-prefix, bibtex-string-empty-key): New variables.
852         (bibtex-entry-type, bibtex-entry-head): Match only valid entries.
853         (bibtex-entry-postfix, bibtex-known-entry-type-re)
854         (bibtex-valid-entry-re, bibtex-any-valid-entry-re)
855         (bibtex-valid-entry-whitespace-re, bibtex-empty-field-re)
856         (bibtex-field-name-for-parsing, bibtex-remove-delimiters-string)
857         (bibtex-beginning-of-last-entry): Remove.
858         (bibtex-parse-field-name): Use bibtex-field-name.  Issue error
859         message if comma is missing but buffer is read-only.
860         (bibtex-parse-field-text): Handle whitespaces at the end of field
861         text.  Return 3-element list with beginning and end of field text
862         and end of field.
863         (bibtex-end-of-text-in-field, bibtex-end-of-field): Change accordingly.
864         (bibtex-parse-field): Remove arg name.  Use bibtex-field-name.
865         (bibtex-search-forward-field, bibtex-search-backward-field):
866         Search always delimited by limits of entry.  Use more efficient
867         search algorithms.
868         (bibtex-name-in-field): Use bibtex-start-of-name-in-field and
869         bibtex-end-of-name-in-field.
870         (bibtex-text-in-field-bounds): Handle BibTeX strings when
871         extracting the content of a field.
872         (bibtex-text-in-field): Use search limits.
873         (bibtex-parse-string-prefix): Handle empty string keys based on
874         bibtex-string-empty-key.
875         (bibtex-parse-string): Fix docstring.
876         (bibtex-text-in-string): Use bibtex-text-in-field-bounds.
877         (bibtex-preamble-prefix, bibtex-strings): New functions.
878         (bibtex-skip-to-valid-entry): Include preceding whitespace in
879         BibTeX entries (consistent with other BibTeX functions).
880         (bibtex-map-entries): Use bibtex-skip-to-valid-entry.
881         (bibtex-search-entry): Fix docstring.  Simplify.
882         (bibtex-flash-head, bibtex-complete-string-cleanup)
883         (bibtex-count-entries, bibtex-sort-buffer): Simplify.
884         (bibtex-beginning-of-first-entry): Use bibtex-skip-to-valid-entry.
885         (bibtex-parse-entry): New optional arg content.
886         (bibtex-format-entry, bibtex-autofill-entry, bibtex-url): Use it.
887         Use bibtex-text-in-field-bounds.
888         (bibtex-print-help-message): Handle BibTeX strings and preambles.
889         (bibtex-end-of-entry): Use bibtex-preamble-prefix and
890         bibtex-parse-string-postfix.
891         (bibtex-find-text-internal): New function.
892         (bibtex-remove-delimiters): Use it.
893         (bibtex-find-text): Use it.  New optional arg help.
894         (bibtex-complete): Handle BibTeX string and preamble entries.
895         (bibtex-Preamble): Fix order of closing delimiters.
897 2005-12-14  Stefan Monnier  <monnier@iro.umontreal.ca>
899         * vc.el (vc-default-revert): New fun.
901         * vc-mcvs.el (vc-mcvs-revert): Fix call to vc-default-revert.
903 2005-12-14  Romain Francoise  <romain@orebokech.com>
905         * font-lock.el (font-lock-keywords-alist): Rename `append' to `how'.
906         (font-lock-add-keywords, font-lock-update-removed-keyword-alist):
907         (font-lock-remove-keywords): Likewise.
909 2005-12-14  Juri Linkov  <juri@jurta.org>
911         * log-view.el (log-view-diff): Doc fix.
913         * isearch.el (isearch-query-replace): Use (mark) instead of
914         isearch-opoint if mark is active in transient-mark-mode.
916 2005-12-14  Aaron S. Hawley  <Aaron.Hawley@uvm.edu>
918         * isearch.el (isearch-query-replace): Check for isearch-other-end.
920 2005-12-14  Per Abrahamsen  <abraham@dina.kvl.dk>
922         * progmodes/cpp.el (cpp-face): New widget.
923         (cpp-known-face, cpp-unknown-face, cpp-edit-list): Use it.
925 2005-12-14  Juri Linkov  <juri@jurta.org>
927         * help-macro.el (make-help-screen): Bind `inhibit-read-only' to t
928         around `erase-buffer' and `insert'.
930         * descr-text.el (describe-text-properties): Replace buffer name
931         "*Help-2*" with "*Help*<2>".
932         (describe-char): Add functions print-help-return-message,
933         toggle-read-only.  Use help-setup-xref with nil to not store
934         describe-char in help-xref-stack.  Use help-make-xrefs to
935         make [back] button.
937         * desktop.el (desktop-minor-mode-table): Add vc-dired-mode with nil.
939         * wdired.el (wdired-old-point): New internal variable.
940         (wdired-change-to-wdired-mode): Set it buffer-locally.
941         (wdired-abort-changes): Restore point after aborting changes.
943 2005-12-13  Stefan Monnier  <monnier@iro.umontreal.ca>
945         * vc.el (vc-do-command): Add a new value t for okstatus.
947         * vc-svn.el (vc-svn-registered): Use it to avoid popping up a spurious
948         frame in case of errors.
950 2005-12-13  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
952         * menu-bar.el (menu-bar-showhide-fringe-menu): Move "On the Right"
953         so it comes after "On the Left" in the menu.
955 2005-12-12  Luc Teirlinck  <teirllm@auburn.edu>
957         * cus-edit.el (customize-apropos, customize-apropos-options)
958         (customize-apropos-faces, customize-apropos-groups): Doc fixes.
960 2005-12-12  Bill Wohler  <wohler@newt.com>
962         * vc-svn.el (vc-svn-registered): Fix problem of visiting
963         non-writable Subversion-controlled files by saving window
964         configuration before calling vc-do-command.  vc-do-command calls
965         pop-to-buffer on error which is unexpected during registration.
967 2005-12-12  Jay Belanger  <belanger@truman.edu>
969         * calc/README: Update the summary of changes.
971 2005-12-12  Stefan Monnier  <monnier@iro.umontreal.ca>
973         * descr-text.el (describe-char): Rework last fix to solve the problem
974         is the same way it's solved for everything else in that function
975         (i.e. by extracting the info before setting up the *Help* buffer).
977 2005-12-12  Kim F. Storm  <storm@cua.dk>
979         * subr.el (version-regexp-alist): Allow space as separator before
980         non-numeric part, e.g. "1.0 alpha".
981         (version-to-list): Interpret .X.Y version as 0.X.Y version.
983 2005-12-12  Carsten Dominik  <dominik@science.uva.nl>
985         * textmodes/org.el: (org-agenda, org-timeline, org-todo):
986         Implement Logging and the keep-modes setting.
987         (org-get-category): Make sure a string is returned.
988         (org-log-done): New function.
989         (org-log-done, org-closed-string): New options.
991 2005-12-12  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
993         * tooltip.el (tooltip-y-offset): Change default to 20.
995 2005-12-12  Richard M. Stallman  <rms@gnu.org>
997         * mouse.el (mouse-drag-vertical-line): Use adjust-window-trailing-edge.
999         * frame.el (display-hourglass): Doc fix.
1001         * help.el (help-for-help-internal): Simplify entry for `a'.
1003         * info.el (Info-on-current-buffer): Doc fix.
1004         (info-insert-file-contents): Don't test (featurep 'jka-compr).
1006         * startup.el (inhibit-splash-screen): Make this the real name.
1007         (inhibit-startup-message): Make this the alias.
1008         (command-line): Find only simple.el, and use its directory
1009         to fill in other preloaded files' names.
1010         (command-line): Deactivate the mark if deactivate-mark is set.
1012         * international/mule.el (load-with-code-conversion):
1013         Bind deactivate-mark.
1015         * progmodes/compile.el (compilation-error-regexp-alist): Doc fix.
1017 2005-12-11  Luc Teirlinck  <teirllm@auburn.edu>
1019         * cus-edit.el (customize-apropos): Avoid listing an option more
1020         than once under different aliases.  No longer list user options
1021         that are not defined with defcustom (unless a prefix arg is given).
1022         Doc fix.
1023         (customize-apropos-options): Doc fix.
1025 2005-12-11  Juri Linkov  <juri@jurta.org>
1027         * frame.el (set-background-color, set-foreground-color)
1028         (set-cursor-color, set-mouse-color, set-border-color):
1029         Add explicit prompts to read colors by `facemenu-read-color'.
1030         (show-trailing-whitespace, blink-cursor-delay)
1031         (blink-cursor-interval, display-hourglass, hourglass-delay):
1032         Remove tags.
1033         (display-hourglass, hourglass-delay): Doc fix.
1034         (cursor-in-non-selected-windows): Capitalize words in tag.
1036         * faces.el (frame-background-mode): Replace `choice-item' keywords
1037         with `const' to not make [default] button.  Change default value tag
1038         from `default' to `automatic'.  Doc fix.
1039         (trailing-whitespace) <defface>: Change group `whitespace' to
1040         `whitespace-faces'.
1042 2005-12-11  Richard M. Stallman  <rms@gnu.org>
1044         * buff-menu.el (Buffer-menu-sort-column): Not a user variable.
1046 2005-12-11  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
1048         * term/mac-win.el: Create keymap for mac-apple-event-map.
1050 2005-12-11  Nick Roberts  <nickrob@snap.net.nz>
1052         * tooltip.el (tooltip-mode): Move to start of file so that it
1053         appears at top of customize buffer.
1055         * progmodes/gud.el (gud-tooltip-modes, gud-tooltip-display):
1056         Add the gud groupname.
1057         (gud-tooltip-mode): Add the tooltip groupname.
1058         (gud-tooltip-echo-area): Add the gud groupname. Remove tag to
1059         avoid conflict with tooltip-use-echo-area.
1061 2005-12-10  Romain Francoise  <romain@orebokech.com>
1063         * help.el (help-for-help-internal): Add `r' in doc string.
1065 2005-12-10  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
1067         * align.el (align-regexp, align-highlight-rule):
1068         Use region-beginning and region-end instead of point and mark, so that
1069         repetition (with `repeat-complex-command') recomputes the region
1070         bounds.
1072 2005-12-10  Lennart Borgman  <lennart.borgman.073@student.lu.se>
1074         * window.el (bw-get-tree, bw-get-tree-1, bw-find-tree-sub)
1075         (bw-find-tree-sub-1, bw-l, bw-t, bw-r, bw-b, bw-dir, bw-eqdir)
1076         (bw-refresh-edges, bw-adjust-window, bw-balance-sub): New functions.
1077         (balance-windows): Rewrite using the above new functions.
1079 2005-12-10  David Koppelman  <koppel@ece.lsu.edu>
1081         * hi-lock.el: (hi-lock-mode) Renamed from hi-lock-buffer-mode;
1082         react if global-hi-lock-mode seems intended.
1083         (global-hi-lock-mode) Renamed from hi-lock-mode.
1084         (hi-lock-archaic-interface-message-used)
1085         (hi-lock-archaic-interface-deduce): New variables.
1086         (turn-on-hi-lock-if-enabled, hi-lock-line-face-buffer)
1087         (hi-lock-face-buffer, hi-lock-face-phrase-buffer)
1088         (hi-lock-find-patterns, hi-lock-font-lock-hook):
1089         Replace hi-lock-buffer-mode with hi-lock-mode.
1091 2005-12-10  Kevin Rodgers  <ihs_4664@ihs.com>
1093         * emacs-lisp/lisp.el (lisp-complete-symbol): Regenerate the
1094         completion list, even after a partial completion has been
1095         inserted in the current buffer.  If there are more than 1
1096         completion, redisplay the *Completions* buffer; if the
1097         completion is unique, delete the *Completions* window.
1099 2005-12-10  Eli Zaretskii  <eliz@gnu.org>
1101         * mail/rmail.el (rmail-next-same-subject): Handle multiple "Re: "
1102         strings and long subject lines that were broken into multiple
1103         lines at arbitrary places.  Handle subjects that have "Re: " in
1104         the middle.
1106 2005-12-10  John W. Eaton  <jwe@octave.org>
1108         * emacs/octave-mod.el (octave-electric-space): Don't indent
1109         comments or strings if octave-auto-indent is nil.
1111 2005-12-10  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
1113         * term/mac-win.el: Require url when compiling.
1114         Call mac-process-deferred-apple-events after loading init files.
1115         (mac-apple-event-map): New defvar.  Define event handlers in it.
1116         (core-event, internet-event): New Apple event class symbols.
1117         (open-application, reopen-application, open-documents)
1118         (print-documents, open-contents, quit-application)
1119         (application-died, show-preferences, autosave-now, get-url):
1120         New Apple event ID symbols.
1121         (about): New HICommand ID symbol.
1122         (mac-event-spec, mac-event-ae): New macros.
1123         (mac-ae-parameter, mac-ae-list, mac-bytes-to-integer)
1124         (mac-ae-selection-range, mac-ae-text-for-search)
1125         (mac-ae-open-documents, mac-ae-text, mac-ae-get-url): New functions.
1126         (mac-application-menu-map): Remove keymap.  Handlers for HICommand
1127         and Services menu events are now defined in mac-apple-event-map.
1128         (mac-drag-n-drop): Remove selection range handling.
1130 2005-12-10  Kenichi Handa  <handa@m17n.org>
1132         * simple.el (zap-to-char):
1133         * isearch.el (isearch-process-search-char): Translate CHAR by
1134         translation-table-for-input.
1136 2005-12-09  Chong Yidong  <cyd@stupidchicken.com>
1138         * foldout.el (foldout-exit-fold): Properly hide subtree.
1140 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
1142         * files.el (save-buffer):
1143         * international/ucs-tables.el (ucs-set-table-for-input):
1144         * mail/mail-extr.el (mail-extract-address-components):
1145         * mail/sendmail.el (mail-mode): Reformat doc string.
1147 2005-12-09  Juri Linkov  <juri@jurta.org>
1149         * isearch.el (isearch-highlight): Change main overlay priority
1150         from 1 to 1001.  Simplify.
1151         (isearch-lazy-highlight-update): Change lazy overlay priority
1152         from 0 to 1000.
1154         * replace.el (replace-highlight): Change overlay priority from
1155         1 to 1001.
1157         * textmodes/ispell.el (ispell-highlight-spelling-error-overlay):
1158         Change overlay priority from 1 to 1001.  Reuse existing overlay.
1160         * compare-w.el (compare-windows-highlight): Change overlay
1161         priority from 1 to 1000.
1163         * menu-bar.el (menu-bar-edit-menu): Add listp around
1164         pending-undo-list to disable menu item "undo" when pending
1165         undo list is empty.
1167         * locate.el (locate): Disable undo in *Locate* buffer.
1169 2005-12-09  Kim F. Storm  <storm@cua.dk>
1171         * mail/smtpmail.el (smtpmail-via-smtp): Disable undo in SMTP buffer.
1173 2005-12-09  David Ponce  <david@dponce.com>
1175         * recentf.el: Improvement of the menu code.
1176         (recentf-enabled-p): Move before first use.  Use `kill-emacs-hook'
1177         instead of menu hook.
1178         (recentf-show-menu, recentf-hide-menu): New functions.
1179         (recentf-menu-customization-changed, recentf-mode): Use them.
1180         (recentf-menu-action, recentf-max-menu-items)
1181         (recentf-menu-open-all-flag, recentf-menu-append-commands-flag)
1182         (recentf-arrange-by-rule-others)
1183         (recentf-arrange-by-rules-min-items)
1184         (recentf-arrange-by-rule-subfilter) : Don't use
1185         `recentf-menu-customization-changed'.
1186         (recentf-arrange-rules): Likewise.  Accept functions to compute
1187         sub-menu titles.
1188         (recentf-menu-filter): Likewise.  Doc fix.
1189         (recentf-menu-value-shortcut): Doc fix.
1190         (recentf-dump-variable): Quote atom value.
1191         (recentf-make-menu-items): Update to use it as a menu filter.
1192         (recentf-match-rule): New function.
1193         (recentf-arrange-by-rule): Use it.
1194         (recentf-indirect-mode-rule): New function.
1195         (recentf-build-mode-rules): Use it.
1196         (recentf-dir-rule): New function.
1197         (recentf-arrange-by-dir): Use it.
1198         (recentf-filter-changer-current): Rename from
1199         `recentf-filter-changer-state'.  All references updated.
1200         (recentf-filter-changer-alist): Update filter names.
1201         (recentf-filter-changer-select): New function.
1202         (recentf-filter-changer): Use it.  Make a sub-menu from filters
1203         available in `recentf-filter-changer-alist'.
1204         (recentf-data-cache, recentf-clear-data)
1205         (recentf-update-menu): Remove.  All references updated.
1206         (recentf-match-rule-p, recentf-build-dir-rules)
1207         (recentf-filter-changer-goto-next)
1208         (recentf-filter-changer-get-current)
1209         (recentf-filter-changer-get-next): Remove.
1211 2005-12-08  Luc Teirlinck  <teirllm@auburn.edu>
1213         * cus-edit.el (custom-buffer-create-internal): Relabel the whole
1214         buffer "Reset" button to "Reset to Current" for consistency with
1215         the State buttons.
1217 2005-12-08  John Paul Wallington  <jpw@pobox.com>
1219         * ibuf-ext.el (define-ibuffer-filter filename):
1220         If `dired-directory' is a list then really use its car.
1222 2005-12-08  Kim F. Storm  <storm@cua.dk>
1224         * emulation/cua-rect.el (cua--rectangle-aux-replace): Fix
1225         indention of text on right side of replaced rectangle.
1227 2005-12-09  Nick Roberts  <nickrob@snap.net.nz>
1229         * progmodes/gud.el (gud-speedbar-buttons, gud-tooltip-tips):
1230         No need to check gud-comint-buffer is bound.
1231         (gdb): Prevent multiple debugging when first session uses gdba.
1233 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
1235         CC Mode update to 5.31.
1237         * progmodes/cc-subword.el: Add a dummy `c-subword-mode' for
1238         Emacsen which lack `define-minor-mode'.  (Currently Emacs <21.  We
1239         might do this function properly in the future).
1241         * progmodes/cc-cmds.el, cc-defs.el, cc-styles.el, cc-vars.el: New
1242         macros c-sentence-end and c-default-value-sentence end, to cope
1243         with Emacs 22's new function `sentence-end'.
1245 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
1247         * progmodes/cc-cmds.el (c-show-syntactic-information): Solved the
1248         compat issue using `c-put-overlay' and `c-delete-overlay'.
1250         * progmodes/cc-defs.el (c-put-overlay, c-delete-overlay): New
1251         compat macros to handle overlays/extents.
1253 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
1255         * progmodes/cc-fix.el: Add definitions of the macros push and pop
1256         (for GNU Emacs 20.4)
1258         * progmodes/cc-defs.el:
1259         (i) Load cc-fix.elc for `push' and `pop' (for GNU Emacs 20.4)
1261         * progmodes/cc-cmds.el (c-show-syntactic-information): change the
1262         highlighting mechanism so it will work in XEmacs too.
1264         * progmodes/cc-defs.el: Insert c-int-to-char.
1266         * progmodes/cc-langs.el (c-nonsymbol-token-char-list): Insert a
1267         call to the new macro c-int-to-char.  This solves XEmacs's
1268         regarding characters as different from integers.
1270 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
1272         * progmodes/cc-fonts.el (c-make-syntactic-matcher): New internal
1273         helper.
1275         (c-cpp-matchers, c-basic-matchers-before): Use the `eval'
1276         construct to make the indirect face lookup work in XEmacs.
1278         (c-cpp-matchers): Append the negation char face to the existing
1279         fontification, so that the cpp face doesn't disappear.  Use
1280         `c-make-syntactic-matcher' to avoid negation chars in comments and
1281         strings.
1283         * progmodes/cc-fonts.el (c-negation-char-face-name): New variable
1284         to map to `font-lock-negation-char-face' in emacsen where it
1285         exists.
1287 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
1289         * progmodes/cc-mode.el: Bind c-subword-mode to C-c C-w.
1291         * progmodes/cc-subword.el, cc-cmds.el, cc-mode.el: Rename
1292         "c-subword-move-mode" as "c-subword-mode".
1294         * progmodes/cc-mode.el: Added tty suitable bindings for C-c
1295         <delete> and C-c C-<delete>.  (To the c-hungry- delete functions).
1297 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
1299         * progmodes/cc-mode.el: Added autoload directive for
1300         `c-subword-move-mode' for use in older emacsen.
1302 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
1304         * progmodes/cc-mode.el:
1305         (i) Insert a binding for C-c C-backspace into
1306         c-bind-special-erase-keys which works in TTYs.
1307         (ii) Make sure that when file styles are used, any explicitly
1308         given style variables take priority over those in the style.  Do
1309         this by calling `hack-local-variables' a second time.
1311         * progmodes/cc-vars.el: Add language specific customization
1312         widgets for AWK to c-doc-comment-style, c-require-final-newline
1313         and c-default-style.  Add a defcustom for awk-mode-hook.  Give
1314         c-syntactic-element and c-syntactic-context doc-strings by
1315         directly setting their `variable-documentation' propery.  This
1316         allows Emacs 22.1 to read these with C-h v.
1318         * progmodes/cc-awk.el: Apply a tidy-up patch (from Stefan
1319         Monnier).
1321 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
1323         * progmodes/cc-fonts.el, cc-vars.el
1324         (gtkdoc-font-lock-doc-comments, gtkdoc-font-lock-doc-protection,
1325         gtkdoc-font-lock-keywords): GtkDoc patterns contributed by
1326         Masatake YAMATO.
1328         (c-doc-comment-style): Made GtkDoc default in C mode.
1330         * progmodes/cc-mode.el: Fixed key bindings for C-c C-<backspace>
1331         and C-c C-<delete>.
1333         (c-bind-special-erase-keys): New function for use on
1334         `normal-erase-is-backspace-hook' to bind C-c C-<delete> correctly.
1336         * progmodes/cc-cmds.el (c-hungry-delete): New function to fix
1337         <delete> key behavior in XEmacs according to `delete-forward-p'.
1338         C.f. `c-electric-delete'.
1340 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
1342         * progmodes/cc-mode.el: Give c-hungry-backspace and
1343         c-hungry-delete-forward permanent key bindings.
1345         * progmodes/cc-cmds.el (c-electric-semi&comma): Bind
1346         c-syntactic-context for calls to "criteria functions", for
1347         consistency with other calls to user functions.
1349         * progmodes/cc-cmds.el (c-indent-command): expunge use of
1350         `current-prefix-arg', since this might be the prefix arg to a
1351         command which calls c-indent-command as a function.  Change the
1352         interactive spec from "p" to "P".
1354         * progmodes/cc-styles.el: Amend the doc-string of c-set-style, in
1355         reponse to a report from Joseph Kiniry <kiniry@acm.org> that it
1356         was difficult to understand.
1358 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
1360         * progmodes/cc-engine.el (c-on-identifier): Fixed bug when at the
1361         first char of an identifier.
1363         * progmodes/cc-engine.el (c-on-identifier): Handle the "operator
1364         +" syntax in C++.
1366 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
1368         * progmodes/cc-cmds.el (c-mask-paragraph): correct, so that
1369         auto-fill doesn't split a c-comment's last word from a hanging
1370         "*/" when a space is typed between them after fill-column.
1372         * progmodes/cc-defs.el: New macro c-delete-and-extract-region.
1374         * progmodes/cc-styles.el (c-set-style,
1375         c-setup-paragraph-variables): Abort the command if we're not in a
1376         CC Mode buffer.
1378         * progmodes/cc-align.el (c-lineup-C-comments): Correct indentation
1379         with blank comment-prefix, and a blank line as the comment's
1380         second line.
1382 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
1384         * progmodes/cc-fonts.el (c-cpp-matchers, c-basic-matchers-before):
1385         Incorporated the patterns added in the Emacs development branch
1386         for the new Emacs 22 face `font-lock-negation-char-face'.
1388         * progmodes/cc-fonts.el (c-invalid-face-name): Use "red1" instead
1389         of "red" since it stands out better in xterms and DOS terminals.
1391         * progmodes/cc-engine.el (c-literal-faces): Added
1392         `font-lock-comment-delimiter-face' which is new in Emacs 22.
1394 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
1396         * progmodes/cc-cmds.el: Make C-c C-a (`c-toggle-auto-newline')
1397         forcibly enable c-electric-flag.
1399         * progmodes/cc-vars.el, cc-cmds.el: New clean-up
1400         `comment-close-slash' on c-electric-slash: if enabled, typing `/'
1401         just after the comment-prefix of a C-style comment will close that
1402         comment.
1404 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
1406         * progmodes/cc-fonts.el (c-basic-matchers-before,
1407         c-complex-decl-matchers): Fixed the "not-arrow-prefix" regexp used
1408         in Pike.
1410         * progmodes/cc-langs.el (c-other-op-syntax-tokens): Only C++ has
1411         digraphs.
1413         * progmodes/cc-fonts.el, cc-langs.el, cc-engine.el
1414         (c-cpp-message-directives, c-cpp-include-directives,
1415         c-opt-cpp-macro-define, c-opt-cpp-macro-define-start,
1416         c-cpp-expr-directives): Introduced new language constants to
1417         control cpp syntax in a cleaner way.
1419         (c-cpp-expr-functions): Renamed from c-cpp-defined-fns.
1421         (c-cpp-matchers, c-forward-to-cpp-define-body): Use them.
1423         * progmodes/cc-langs.el, cc-fonts.el (c-string-escaped-newlines,
1424         c-multiline-string-start-char): New language constants and
1425         variables to specify how newlines in string literals work.
1427         (c-font-lock-invalid-string): Use them.
1429         * progmodes/cc-cmds.el (c-try-one-liner): Robustness fix if an
1430         unbalanced close brace is entered.  Optimization by avoiding going
1431         back over arbitrarily large blocks.  Removed hints that this
1432         function only would be relevant/useful in AWK.
1434         (c-electric-brace): Indent syntactically after the cleanups since
1435         lineup functions might do it differently then.
1437         * progmodes/cc-engine.el, cc-langs.el
1438         (c-opt-op-identifier-prefix): New language constant and variable.
1440         (c-just-after-func-arglist-p, c-after-special-operator-id,
1441         c-search-decl-header-end, c-inside-bracelist-p): Use it.
1443         * progmodes/cc-align.el, cc-engine.el
1444         (c-after-special-operator-id): New helper to handle C++ operator
1445         identifiers.
1447         (c-lineup-topmost-intro-cont, c-just-after-func-arglist-p,
1448         c-guess-basic-syntax): Handle C++ operator identifiers in
1449         declarations.
1451         * progmodes/cc-langs.el (c-assignment-operators): Added the
1452         trigraph version of ^= too.
1454         * progmodes/cc-langs.el (c-assignment-operators): Added the
1455         trigraph version of |= in C++.
1457         * progmodes/cc-fonts.el (c-font-lock-declarators): Handle
1458         `c-decl-hangon-kwds' after the identifier name.
1460         * progmodes/cc-engine.el (c-guess-basic-syntax): When deciding
1461         whether an arglist is "nonempty", ignore a comment after the open
1462         paren if it isn't followed by a non-comment token on the same
1463         line.
1465         * progmodes/cc-engine.el (c-guess-basic-syntax): Case 4: Enable
1466         heuristics below the point to cope with classes inside special
1467         brace lists in Pike.
1469 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
1471         * progmodes/cc-cmds.el: Amend c-point-syntax to handle macros.
1473 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
1475         * progmodes/cc-guess.el (cc-guess-install): New function to
1476         install an already guessed style in another buffer.
1478         * progmodes/cc-defs.el (c-tentative-buffer-changes): No longer
1479         sets `inhibit-read-only' - `c-save-buffer-state' should be used
1480         anyway if the change always is undone.
1482 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
1484         Implement togglable electricity:
1486         * progmodes/cc-defs.el: Enhance c-save-buffer-state's doc-string,
1487         saying when it should be used.
1489         * progmodes/cc-engine.el: Add the new buffer-local variable,
1490         c-electric-flag.
1492         * progmodes/cc-langs.el: Change the name of c-toggle-auto-state to
1493         c-toggle-auto-newline.
1495         * progmodes/cc-mode.el: Rename c-toggle-auto-state to
1496         c-toggle-auto-newline.  Remove the binding for
1497         c-toggle-auto-hungry-state.  Add the binding C-c C-l for the new
1498         c-toggle-electric-state.
1500         * progmodes/cc-vars.el: Make c-syntactic-indentation buffer local.
1502         * progmodes/cc-cmds.el: Add `c-bytecomp-defun's for
1503         c-\(forward\|backward\)-subword.
1504         (c-update-modeline): Add the new modeline flag `l' for
1505         `c-electric-flag'.  Make the auto-newline flag `a' dependent on
1506         `l'.
1507         (c-toggle-auto-state): Rename it to `c-toggle-auto-newline'.  Make
1508         the old name an alias of the new name.
1509         (c-toggle-electric-state): New function.
1510         c-electric-\(pound\|brace\|slash\|star\|semi&comma\|colon\|lt-gt\|paren\|continued-statement\):
1511         Adapt these functions to do electric things only when
1512         c-electric-flag is non-nil.
1513         (c-point-syntax, c-brace-newlines, c-try-oneliner): Extract these
1514         new functions from c-electric-brace.
1515         (c-point-syntax): Add a check for "virtual semicolons" in AWK
1516         mode, so that the tentative extra newline doesn't change the
1517         syntax of the following brace.
1518         (c-electric-brace): restructure by extracting the above functions.
1519         Tidy up the coding somewhat.
1520         (c-electric-semi&comma, c-electric-colon, c-electric-paren):
1521         restructure a bit.
1523 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
1525         * progmodes/cc-cmds.el (c-show-syntactic-information): Show the
1526         anchor position(s) using faces.  Thanks to Masatake YAMATO for the
1527         idea.
1529         * progmodes/cc-mode.el, cc-cmds.el, cc-defs.el, cc-engine.el
1530         (c-submode-indicators): Changed name from `c-auto-hungry-string'
1531         since it's now used to track another submode.
1533         (c-update-modeline): Converted to function and extended to check
1534         `c-subword-move-mode'.
1536         (c-forward-into-nomenclature, c-backward-into-nomenclature):
1537         Converted to compat aliases for `c-forward-subword' and
1538         `c-backward-subword'.
1540         * progmodes/cc-subword.el: New functions and minor mode to handle
1541         SillyCapsedStyleIndentifiers, contributed by Masatake YAMATO:
1543         (c-forward-subword, c-backward-subword, c-mark-subword,
1544         c-kill-subword, c-backward-kill-subword, c-transpose-subwords,
1545         c-capitalize-subword, c-downcase-subword, c-upcase-subword):
1546         Functions corresponding to the standard word handling functions.
1548         (c-subword-move-mode): Minor mode that replaces all the standard
1549         word handling functions with their subword equivalences.
1551 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
1553         * progmodes/cc-vars.el (c-cleanup-list): Insert a customization
1554         entry for one-liner-defun.
1556         * progmodes/cc-defs.el: Give c-tentative-buffer-changes its own
1557         name in its def-edebug-spec.
1559         * progmodes/cc-cmds.el (c-electric-brace): Make the
1560         one-liner-defun clean-up work with empty-defun-braces.  o-l-d now
1561         compacts space before a comment, if this will make things fit on
1562         one line.
1564         Introduce an "awk" style, mainly for auto-newline and clean-ups.
1566         * progmodes/cc-align.el: new function c-snug-1line-defun-close
1568         * progmodes/cc-cmds.el: In c-electric-brace, add code for new
1569         clean-up one-liner-defun.
1571         * progmodes/cc-styles.el: Add the new "awk" style.
1573         * progmodes/cc-vars.el: Add description of one-liner-defun to
1574         c-cleanup-list's doc-string.  New user options,
1575         c-max-one-liner-length.  In c-default-style, set the default style
1576         for AWK to "awk".
1578 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
1580         * progmodes/cc-engine.el (c-forward-label): Fixed fontification of
1581         macros inside labels.
1583         * progmodes/cc-engine.el (c-looking-at-bos): Obsoleted in favor of
1584         `c-at-statement-start-p' and `c-at-expression-start-p'.
1586         * progmodes/cc-defs.el (c-tnt-chng-record-state): Don't signal an
1587         error if the mark isn't set.
1589         * progmodes/cc-engine.el (c-guess-continued-construct,
1590         c-guess-basic-syntax): Use `c-forward-decl-or-cast-1' to more
1591         accurately detect functions inside functions.
1593         * progmodes/cc-engine.el (c-at-expression-start-p): New function
1594         like `c-at-statement-start-p' that additionally recognizes commas
1595         and expression parentheses as delimiters.
1597         * progmodes/cc-engine.el (c-looking-at-inexpr-block): Added flag
1598         to avoid heuristics that doesn't work for unclosed blocks.
1600         (c-at-statement-start-p): New function.
1602         * progmodes/cc-engine.el, cc-fonts.el: Fixes in handling of
1603         Objective-C directives, e.g. directives spanning lines should work
1604         reasonably well now.
1606         (c-put-c-type-property, c-clear-c-type-property): New helpers.
1608         (c-forward-objc-directive): New function to move over any ObjC
1609         directive.
1611         (c-just-after-func-arglist-p, c-guess-basic-syntax,
1612         c-basic-matchers-before): Use it.
1614         (c-font-lock-objc-iip-decl): Removed.
1616         * progmodes/cc-engine.el (c-guess-basic-syntax): Some improvement
1617         in the template arglist recognition.
1619         * progmodes/cc-styles.el (c-style-alist): Fixed several
1620         inconsistencies in the Whitesmith style.
1622         * progmodes/cc-align.el (c-lineup-after-whitesmith-blocks): New
1623         lineup function to get lines after Whitesmith style blocks
1624         correctly indented.
1626         (c-lineup-whitesmith-in-block): Backed out the compensation for
1627         opening parens since it's done using `add' lists in the style
1628         definition instead.  Don't use the anchor position since it varies
1629         too much between the syntactic symbols. :P
1631         * progmodes/cc-vars.el (c-valid-offset): Updated.
1633         * progmodes/cc-engine.el (c-evaluate-offset): Extended to handle
1634         lists where the offsets are combined according to several
1635         different methods: `first', `min', `max', and `add'.  Report
1636         offset evaluation errors with `c-benign-error' so that some kind
1637         of reindentation still is done.
1639         * progmodes/cc-engine.el (c-guess-basic-syntax): Anchor
1640         `arglist-intro' the same way as `arglist-cont-nonempty' and
1641         `arglist-close'.
1643         * progmodes/cc-engine.el (c-guess-basic-syntax): Fixed similar
1644         situations for `arglist-cont-nonempty' and `arglist-close'.
1646         * progmodes/cc-langs.el (c-opt-identifier-concat-key-depth): New
1647         constant.
1649         * progmodes/cc-defs.el: Use `cc-bytecomp-fboundp' and
1650         cc-bytecomp-boundp' in a number of places.
1652         * progmodes/cc-engine.el (c-beginning-of-statement-1): Fixed a
1653         macro related issue.
1655 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
1657         * progmodes/cc-awk.el: Change the terminology of regexps: A char
1658         list is now
1659         [asdf], a char class [:alpha:].  Include code for char classes.
1660         Set c-awk-NL-prop on lines ending in open strings.  (Bug fix.)
1661         Add character classes (e.g. "[:alpha:]") into AWK Mode's regexps.
1663         Remove (nearly all of) the cruft associated with AWK Mode's former
1664         concept of "virtual semicolons":
1666         Adapt c-beginning-of-statement, c-end-of-statement (together with
1667         subfunctions) to use the new notion of "virtual semicolon" in
1668         place of the old awkward special handling for AWK.  There remains
1669         much cruft in cc-awk.el, cc-cmds.el and cc-engine.el to clear out.
1670         * progmodes/cc-cmds.el:
1671         (c-ascertain-adjacent-literal): In the backwards direction, now
1672         recognises AWK regexp delimiters as string delimiters.
1673         (c-after-statement-terminator-p): Adapt for virtual semicolons;
1674         check more rigorously for "end of macro".
1675         (c-back-over-illiterals, c-forward-over-illiterals): Adapt for
1676         virtual semicolons;
1677         (c-beginning-of-statement): Adapt for virtual semicolons; Separate
1678         out the code for forward movement into ...
1679         (c-end-of-statement): Now contains the code for forward movement,
1680         adapted for virtual semicolons.
1682         * progmodes/cc-engine.el:
1683         (c-ws*-string-limit-regexp): new regexp.
1684         (c-forward-single-comment, c-backward-single-comment): Comment out
1685         the (now redundant) "special" AWK stuff.
1687         * progmodes/cc-styles.el, cc-vars.el: Change the settings of
1688         c-string-par-start, c-string-par-separate to be more like Text
1689         Mode than Fundamental Mode.
1691 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
1693         * progmodes/cc-fonts.el (c-font-lock-declarations): Always narrow
1694         to the fontified region so that fontification doesn't occur
1695         outside it
1696         (could happen e.g. when fontifying a line with an unfinished
1697         declaration).
1699 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
1701         * progmodes/cc-awk.el: Regexps for analysing AWK code have been
1702         moved to near the start of the file.  ^L now separate sections of
1703         the file.  New defconsts: c-awk-non-eol-esc-pair-re,
1704         c-awk-blank-or-comment-line-re,
1705         c-awk-one-line-possibly-open-string-re,
1706         c-awk-regexp-one-line-possibly-open-char-class-re,
1707         c-awk-one-line-possibly-open-regexp-re,
1708         c-awk-one-line-non-syn-ws*-re.  New functions: c-awk-at-vsemi-p,
1709         c-awk-vsemi-status-unknown-p.
1711         Amend the concept of "virtual semicolons" (in the indentation
1712         engine) for languages like AWK, such that they are now
1713         conceptually attached to end of the last token of a statement, not
1714         the end of the line.  (In AWK Mode, however, the pertinent text
1715         property is still physically set on the EOL.)  Remove the specific
1716         tests for awk-mode, thus facilitating the introduction of other
1717         language modes where EOLs can end statements.  (Note: The
1718         funtionality in cc-cmds.el, specifically
1719         c-beginning/end-of-statement has yet to be amended.)
1721         * progmodes/cc-defs.el: New macros c-at-vsemi-p,
1722         c-vsemi-status-unknown-p.
1724         * progmodes/cc-langs.el: Added `#' into AWK Mode's value of
1725         c-stmt-delim-chars.  New c-lang-defvars: c-at-vsemi-p-fn,
1726         c-vsemi-status-unknown-p-fn (in a new page).
1728         * progmodes/cc-engine.el: In c-beginning-of-statement-1,
1729         c-crosses-statement-barrier-p, c-guess-basic-syntax, replace
1730         numerous awkward forms like
1731         (if (c-major-mode-is 'awk-mode) (c-awk-prev-line-incomplete-p))
1732         with
1733         (c-at-vsemi-p).  Fix a few typos.  In c-guess-basic-syntax, new
1734         variable before-ws-ip, the place just after char-before-ip
1735         appears.
1737         * progmodes/cc-mode.el: Fix what's almost a semantic ambiguity in
1738         a comment.
1740 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
1742         * progmodes/cc-cmds.el (c-electric-brace): Cleaned up using
1743         `c-tentative-buffer-changes'.
1745         * progmodes/cc-defs.el (c-region-is-active-p): Simplified and
1746         converted to macro to choose between Emacs and XEmacs at compile
1747         time.
1749         (c-set-region-active): New set counterpart to
1750         `c-region-is-active-p'.
1752         (c-tentative-buffer-changes): New macro to handle temporary buffer
1753         changes in a convenient way.
1755         (c-tnt-chng-record-state, c-tnt-chng-cleanup): Internal helpers
1756         for `c-tentative-buffer-changes'.
1758         * progmodes/cc-engine.el (c-looking-at-inexpr-block): Tightened up
1759         the checks for paren sexps between the point and the keyword, to
1760         avoid some false alarms.
1762         * progmodes/cc-engine.el, cc-langs.el (c-looking-at-inexpr-block):
1763         Fixed a situation where an error could be thrown for unbalanced
1764         parens.  Changed to make use of c-keyword-member' to avoid some
1765         repeated regexp matches.
1767         (c-opt-lambda-key, c-opt-inexpr-block-key,
1768         c-opt-inexpr-class-key): These language variable are no longer
1769         necessary.
1771         (c-block-stmt-kwds): New language constant used by
1772         c-looking-at-inexpr-block'.
1774         (c-guess-basic-syntax): Removed an optional check that looked at
1775         the existence of the now removed language variables.
1777         * progmodes/cc-engine.el (c-fdoc-shift-type-backward,
1778         c-forward-decl-or-cast-1): Fixed invalid recognition of C++ style
1779         object instantiation expressions as declarations in some contexts.
1780         This bug only affected languages where the declarator can't be
1781         enclosed in parentheses.
1783         * progmodes/cc-styles.el (c-style-alist): Fixed the GNU style to
1784         insert newlines before and after substatement braces.
1786         * progmodes/cc-engine.el: Improved the heuristics for recognizing
1787         function declaration headers and the handling of C++ style member
1788         init lists.
1790         (c-just-after-func-arglist-p): Rewritten to use
1791         `c-forward-decl-or-cast-1'.  Now behaves a bit differently too.
1793         (c-beginning-of-member-init-list): Removed since it isn't used
1794         anymore.
1796         (c-guess-basic-syntax): Case 5B adapted for the new
1797         `c-just-after-func-arglist-p'.  Cases 5B.1 and 5B.3 merged.  Cases
1798         5D.1 and 5D.2 removed since they aren't trigged anymore (case 5B.1
1799         covers all cases now).
1801         * progmodes/cc-defs.el (c-point): Added `bosws' and `eosws'.
1803 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
1805         * progmodes/cc-cmds.el, cc-styles.el, cc-vars.el: New variables
1806         c-string-par-start/separate c-sentence-end-with-esc-eol,
1807         initialised in c-setup-paragraph-variables, used in string
1808         scanning subroutines of c-beginning-of-statement.
1810         * progmodes/cc-cmds.el (c-electric-brace): don't delete a comment
1811         which precedes the newly inserted `{'.
1813 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
1815         * progmodes/cc-engine.el, cc-langs.el: Rewrote the recognition
1816         function for declaration level blocks.  It should now cope with
1817         templates better and also be a lot more comprehensible.
1819         (c-looking-at-decl-block): The new function.
1821         (c-search-uplist-for-classkey): The old one.  It's now a wrapper
1822         for compatibility.
1824         (c-add-class-syntax, c-guess-continued-construct,
1825         c-guess-basic-syntax): Adapted for `c-looking-at-decl-block'.
1827         (c-decl-block-key): Changed to tell apart ambiguous and
1828         unambiguous keywords.  Pike specials are now handled directly in
1829         the code instead.
1831         (c-block-prefix-disallowed-chars, c-block-prefix-charset): New
1832         language constants and variables to make the backward skip in
1833         `c-looking-at-decl-block' as tight as possible.
1835         (c-nonsymbol-token-char-list): New language constant.
1837         * progmodes/cc-engine.el (c-backward-<>-arglist): New function to
1838         find balanced template arglists backwards.
1840         * progmodes/cc-defs.el (c-make-bare-char-alt): New helper for
1841         making char classes for `c-syntactic-skip-backward'.
1843         * progmodes/cc-engine.el (c-guess-basic-syntax): Simplified case
1844         16D - can't be a class-close at that point.
1846         * progmodes/cc-engine.el (c-guess-basic-syntax,
1847         c-add-class-syntax): Don't narrow out the enclosing declaration
1848         level.  This makes everything a lot easier, and it was actually
1849         only four small places that needed it to work.  Some places that
1850         previously did `widen' are removed now, which has the effect that
1851         `c-guess-basic-syntax' never will look at things outside the
1852         current narrowment now.  The anchor position for `topmost-intro'
1853         is affected by this, but it was so bogus it was basically useless
1854         before, and now it's equally bogus but in a slightly different
1855         way.
1857         (c-narrow-out-enclosing-class): Gone.
1859         (c-most-enclosing-brace, c-least-enclosing-brace): Don't filter to
1860         the narrowed region.
1862         (c-least-enclosing-brace): Removed silly optional argument.
1864         * progmodes/cc-engine.el (c-beginning-of-decl-1): Fixed bug where
1865         the point could be left directly after an open paren when finding
1866         the beginning of the first decl in the block.
1868         * progmodes/cc-engine.el, cc-fonts.el (c-forward-keyword-clause):
1869         Specify which submatch to use.
1871         * progmodes/cc-langs.el (c-symbol-start): Include `@' in ObjC.
1873         (c-decl-start-re): No no longer any need for special treatment of
1874         ObjC due to the above.
1876         (c-other-block-decl-kwds): Handle "extern" in ObjC too since it
1877         presumably follows C in that regard.
1879         * progmodes/cc-langs.el (c-identifier-ops, c-after-id-concat-ops):
1880         New language constants to specify operator tokens inside
1881         identifiers in a more high level way.
1883         (c-opt-identifier-prefix-key): New internal language constant.
1885         (c-opt-identifier-concat-key, c-opt-after-id-concat-key,
1886         c-identifier-start, c-identifier-key): Now completely calculated
1887         from other constants.
1889         (c-identifier-last-sym-match): Decommissioned since it's no longer
1890         used.
1892         (c-operators): Use `c-identifier-ops'.  Documented
1893         `postfix-if-paren'.
1895         * progmodes/cc-engine.el (c-forward-name): Removed the
1896         optimization when c-identifier-key is equal to c-symbol-key since
1897         it doesn't work in byte compiled files.  Don't record empty
1898         regions as identifiers.
1900         * progmodes/cc-langs.el (c-filter-ops): New helper function to
1901         simplify access to `c-operators' and its likes.
1903         (c-operator-list, c-all-op-syntax-tokens,
1904         c-nonsymbol-token-regexp, c-<>-multichar-token-regexp,
1905         c-<-op-cont-regexp, c->-op-cont-regexp, c-expr-kwds,
1906         c-primary-expr-regexp, c-cast-parens): Use it.
1908         * progmodes/cc-defs.el (c-lang-const): Fixes to allow use without
1909         an explicit language in functions.
1911         * progmodes/cc-defs.el (c-make-keywords-re): Added an appendable
1912         variant of adornment.
1914         * progmodes/cc-langs.el (c-any-class-key): Removed unused language
1915         variable.
1917         (c-type-decl-prefix-key): Removed some now unnecessary cruft from
1918         the Pike value.
1920         * progmodes/cc-engine.el (c-on-identifier,
1921         c-simple-skip-symbol-backward): Small fix for handling "-"
1922         correctly in `skip-chars-backward'.  Affected the operator lfun
1923         syntax in Pike.
1925         * progmodes/cc-langs.el (c-make-init-lang-vars-fun): Disabled the
1926         diagnostic message about precompiled language vars not being used.
1928         * progmodes/cc-langs.el (c-paren-nontype-kwds): The GCC keyword
1929         "__attribute__" is followed by a parenthesis.
1931         (c-type-start-kwds, c-prefix-spec-kwds, c-prefix-spec-kwds-re,
1932         c-specifier-key, c-not-decl-init-keywords): Some cleanup using new
1933         language constants `c-type-start-kwds' and `c-prefix-spec-kwds'.
1935         * progmodes/cc-fonts.el, cc-langs.el, cc-engine.el: Internal
1936         cleanups to properly detect the declared identifiers in various
1937         declarations.
1939         (c-decl-start-kwds): New language constant to recognize
1940         declarations that can start anywhere.  Used for class declarations
1941         in Pike.
1943         (c-specifier-key, c-not-decl-init-keywords,
1944         c-decl-prefix-or-start-re, c-find-decl-prefix-search,
1945         c-find-decl-spots): Implement `c-decl-start-kwds'.
1947         (c-other-decl-kwds, c-postfix-decl-spec-kwds, c-decl-hangon-kwds,
1948         c-decl-hangon-key, c-forward-decl-or-cast-1): Separated the
1949         handling of the compiler specific extension keywords into a new
1950         language constant `c-decl-hangon-kwds' that defines keyword
1951         clauses to be ignored in declarations.
1953         (c-forward-id-comma-list, c-forward-keyword-clause): Don't skip
1954         past unrecognized tokens when handling `c-colon-type-list-kwds'.
1955         Necessary to stop at the declared identifier in e.g. IDL valuetype
1956         declarations.
1958         (c-typedef-decl-kwds, c-typeless-decl-kwds, c-type-list-kwds,
1959         c-prefix-spec-kwds-re, c-postfix-spec-kwds,
1960         c-after-suffixed-type-decl-key, c-opt-postfix-decl-spec-key,
1961         c-forward-decl-or-cast-1): Recognize the declared identifier in
1962         class and enum declarations as such and not as part of the type.
1964         (c-forward-decl-or-cast-1, c-forward-label): Relaxed the
1965         interpretation of PRECEDING-TOKEN-END when there's no preceding
1966         token.
1968         (c-forward-decl-or-cast-1): Don't disregard sure signs of
1969         declarations when there's some syntax error later on.
1971         (c-complex-decl-matchers): Did away with a reference to
1972         `c-specifier-key'.
1974         * progmodes/cc-engine.el (c-maybe-labelp): Provide no default
1975         value - this variable is always dynamically bound.
1977         * progmodes/cc-engine.el, cc-fonts.el, cc-langs.el, cc-menus.el,
1978         cc-mode.el, cc-styles.el, cc-vars.el, cc-align.el, cc-awk.el,
1979         cc-cmds.el, cc-defs.el: Changed the policy for marking up
1980         functions that might do hidden buffer changes: All such internal
1981         functions are now marked instead of those that don't.
1983         (c-beginning-of-macro, c-end-of-macro, c-(forward|backward)-comments,
1984         c-(forward|backward)-single-comment, c-parse-state, c-on-identifier,
1985         c-(fast-|slow-|)in-literal, c-literal-limits, c-collect-line-comments,
1986         c-literal-type): Allow these functions to make hidden buffer changes,
1987         so that they are free to use text property caching later on.
1989         (c-electric-backspace, c-electric-delete-forward, c-electric-pound,
1990         c-electric-brace, c-electric-slash, c-electric-star,
1991         c-electric-semi&comma, c-electric-colon, c-electric-lt-gt,
1992         c-electric-paren, c-electric-continued-statement, c-indent-command,
1993         c-indent-region, c-mask-paragraph, c-indent-new-comment-line,
1994         c-context-line-break): Added `c-save-buffer-state' calls to comply
1995         with the changed semantics of the functions above.
1997         * progmodes/cc-engine.el (c-beginning-of-statement-1): Fixed a bug
1998         when macros occur in obscure places.  Optimized the sexp movement
1999         a bit.
2001 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
2003         Enhancements for c-beginning-of-statement to work in AWK Mode:
2005         * progmodes/cc-awk.el: Supersede c-awk-NL-prop value `;'
2006         (completed statement) with `}' (statement completed by closing
2007         brace or semicolon) and `$' (statement completed by EOL).
2009         (c-awk-virtual-semicolon-ends-prev-line-p,
2010         c-awk-virtual-semicolon-ends-line-p,
2011         c-awk-skip-semantic-ws-forward, c-awk-skip-semantic-ws-backward,
2012         c-awk-at-statement-end-p): new functions
2014         * progmodes/cc-cmds.el: Simplify the structure of functions
2015         c-forward-over-illiterals, c-back-over-illiterals.  Enhance these
2016         two functions and c-beginning-of-statement to handle AWK Mode.
2018         * progmodes/cc-engine.el: Enhance c-forward-single-comment,
2019         c-backward-single-comment for AWK mode.  Attempt to clarify their
2020         doc-strings.
2022         * progmodes/cc-mode.el: Put M-a and M-e into awk-mode-map.
2024 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
2026         * progmodes/cc-engine.el, cc-fonts.el, cc-langs.el: Cleaned up the
2027         label handling.  Labels are now recognized in a uniform and more
2028         robust way, regardless of context.  Text properties are put on all
2029         labels to recognize the following declarations better.  Multiword
2030         labels are handled both in indentation and fontification for the
2031         benefit of language extensions like Qt.  For consistency, keywords
2032         in labels are now fontified with the label face instead.  That
2033         also applies to "case" and "default".
2035         (c-beginning-of-statement-1): Fixed some bugs in the label
2036         handling.  Disregard `c-nonlabel-token-key' in labels that begin
2037         with `c-label-kwds'.
2039         (c-find-decl-spots): Support that the callback adds more
2040         `c-decl-end' spots to find.
2042         (c-forward-decl-or-cast-1): Don't treat a list of plain
2043         identifiers followed by a colon as a declaration.
2045         (c-forward-label): New function to recognize labels.
2047         (c-guess-basic-syntax): Replaced uses of `c-label-key' with
2048         `c-forward-label'.  Moved the label recognition cases (14 and 15)
2049         earlier since they aren't so context sensitive now.  Handle labels
2050         on the top level gracefully.  Moved access label recognition to
2051         the generic label case (CASE 15) - removed CASE 5E.
2053         (c-font-lock-declarations): Added recognition of labels in the
2054         same round since we need to handle labels in parallell with other
2055         declarations to recognize both accurately.  It should also improve
2056         speed.
2058         (c-simple-decl-matchers, c-basic-matchers-after): Moved
2059         `c-font-lock-labels' so that it only is used on decoration level 2
2060         since `c-font-lock-declarations' handles it otherwise.
2062         (c-complex-decl-matchers): Removed the simplistic recognition of
2063         access labels.
2065         (c-decl-prefix-re): Removed the kludges that was necessary to cope
2066         with labels earlier.
2068         (c-decl-start-re): New language variable to make
2069         `c-font-lock-declarations' stop for the special protection labels
2070         in Objective-C that start with `@'.
2072         (c-label-key): Removed since it's no longer used.
2074         (c-recognize-colon-labels, c-label-prefix-re): New language
2075         constants to support recognition of generic colon-terminated
2076         labels.
2078         (c-type-decl-end-used): `c-decl-end' is now used whenever there
2079         are colon terminated labels.
2081         * progmodes/cc-align.el (c-lineup-arglist): Fixed bug when the
2082         first argument starts with a special brace list.
2084         * progmodes/cc-engine.el, cc-fonts.el (c-forward-decl-or-cast-1,
2085         c-font-lock-declarations): Broke out the declaration and cast
2086         recognition from `c-font-lock-declarations' to a new function, so
2087         that it can be used in the indentation engine.
2089         * progmodes/cc-engine.el (c-find-decl-spots): Fixed bug in backing
2090         up to the start of the literal.  Fixed bug with the point on the
2091         wrong side of the search limit that could happen when the start
2092         position is inside a literal.
2094         * progmodes/cc-engine.el (c-parse-state,
2095         c-invalidate-state-cache): Modified the use of `c-state-cache-end'
2096         so that it's kept a little bit back to increase the hit rate.
2098         (c-parse-state): Changed the macro handling and fixed some
2099         glitches.  Macro context is checked more often than necessary now,
2100         but otoh less garbage conses are generated.
2102         * progmodes/cc-engine.el (c-parse-state,
2103         c-invalidate-state-cache): Cache the last position where
2104         `c-state-cache' applies.  This can speed up refontification quite
2105         a bit in blocks where there are many non-brace parens before the
2106         point.
2108         (c-state-cache-end): New variable for this.
2110         (c-guess-basic-syntax, c-debug-parse-state): Adapted for the new
2111         cache variable.
2113         * progmodes/cc-engine.el (c-find-decl-spots): Take more care to
2114         get close initial continue positions when the start position is
2115         inside a literal or macro.  Do not call the callback for spots
2116         before the start position (which can happen e.g. for `c-decl-end'
2117         spots inside comments).  Optimize better in special cases when the
2118         region is a single line inside a literal or macro (typically when
2119         the current line is refontified).
2121         * progmodes/cc-engine.el (c-guess-basic-syntax): Simplified calls
2122         to `c-add-stmt-syntax' - there's no need to explicitly whack off
2123         entries from the paren state.
2125         * progmodes/cc-engine.el (c-add-stmt-syntax): Narrowed down the
2126         special case for "else if" clauses.
2128         * progmodes/cc-engine.el (c-looking-at-inexpr-block,
2129         c-add-stmt-syntax): Use `c-recognize-paren-inexpr-blocks'.
2131         * progmodes/cc-langs.el (c-recognize-paren-inexpr-blocks): New
2132         language variable to recognize the gcc extension with statement
2133         blocks inside expressions.
2135         * progmodes/cc-engine.el (c-add-stmt-syntax): Restructured to make
2136         it somewhat more comprehensible.  The argument AT-BLOCK-START is
2137         no longer used and hence removed.
2139         (c-guess-continued-construct, c-guess-basic-syntax): Updated calls
2140         to `c-add-stmt-syntax'.
2142         * progmodes/cc-engine.el (c-backward-to-decl-anchor): Use
2143         `c-beginning-of-statement-1' instead of duplicating parts of it.
2144         This fixes bogus label recognition.
2146         * progmodes/cc-engine.el (c-add-type, c-check-type,
2147         c-forward-name, c-forward-type): Improved storage of template
2148         types in `c-found-types' so that they can be recognized better.
2150         (c-syntactic-content): Added option to skip past nested parens.
2152         * progmodes/cc-engine.el (c-forward-name): Set
2153         `c-last-identifier-range' all the time.  It's less work that way.
2154         Handle that there might not be an identifier to store in
2155         `c-last-identifier-range'.
2157         (c-forward-type): Handle that `c-last-identifier-range' might be
2158         nil from `c-forward-name'.
2160         * progmodes/cc-defs.el: (c-safe-scan-lists,
2161         c-(go-)?(up|down)-list-(forward|backward)): Added limit arguments.
2163         * progmodes/cc-defs.el (c-save-buffer-state): Use `unwind-protect'
2164         to work even if the form fails.
2166         * progmodes/cc-engine.el (c-parse-state): Speedup when moving far
2167         down in a large file in one go.
2169         (c-get-fallback-start-pos): New helper function for
2170         `c-parse-state'.
2172         * progmodes/cc-align.el (c-lineup-assignments): New lineup
2173         function which is like `c-lineup-math' but returns nil instead of
2174         `c-basic-offset' when it doesn't match.
2176         (c-lineup-math): Changed to use `c-lineup-assignments'.
2178 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
2180         * progmodes/cc-cmds.el: Fix some bugs in subfunctions of
2181         c-beginning-of-statement.  New subfunctions
2182         c-in-comment-line-prefix-p, c-narrow-to-comment-innards.
2184 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
2186         * progmodes/cc-fonts.el, cc-langs.el: Use `c-simple-ws' instead of
2187         hardcoded char classes whereever possible.  Changed a couple of
2188         places to use skip by syntax instead of skip by char class.
2190         * progmodes/cc-langs.el (c-unterminated-block-comment-regexp):
2191         Fixed a bug in the regexp that caused extreme backtracking.
2193         * progmodes/cc-langs.el (c-block-comment-starter,
2194         c-block-comment-ender): New language constants to specify in a
2195         single place how block comments look.
2197         (c-comment-start-regexp, c-block-comment-start-regexp,
2198         comment-start, comment-end, comment-start-skip,
2199         c-syntactic-ws-start, c-syntactic-ws-end, c-nonwhite-syntactic-ws,
2200         c-syntactic-ws, c-nonempty-syntactic-ws,
2201         c-single-line-syntactic-ws, c-syntactic-eol): Now built from
2202         `c-line-comment-starter', `c-block-comment-starter' and
2203         `c-block-comment-ender'.
2205         (c-block-comment-regexp, c-unterminated-block-comment-regexp): New
2206         language constants to break up things a bit.
2208         (c-simple-ws): New language constant for simple whitespace.
2210         * progmodes/cc-defs.el (c-concat-separated): New convenience
2211         function.
2213         * progmodes/cc-defs.el (c-make-keywords-re): Added kludge for bug
2214         in `regexp-opt' in Emacs 20 and XEmacs when strings contain
2215         newlines.  Allow and ignore nil elements in the list.
2217 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
2219         * progmodes/cc-cmds.el: Comment out a (n almost certainly
2220         superfluous) check, (eq here (point-max)) in
2221         c-beginning-of-statement.
2223         * progmodes/cc-cmds.el: Tidy up the comments in
2224         c-beginning-of-statement and subfunctions.
2226         * progmodes/cc-awk.el: Replace calls to put-text-property to the
2227         more flexible c-put-char-property and c-clear-char-properties.
2228         Add the author's email address.
2230         * progmodes/cc-langs.el: New variable,
2231         c-block-comment-start-regexp.
2233         * progmodes/cc-cmds.el: Fix bug with M-e, when point is inside the
2234         closing "*/" of a block comment.
2236         * progmodes/cc-cmds.el: Tidy c-beginning-of-sentence (and
2237         subfunctions) so that it works at BOB and EOB.
2239         * progmodes/cc-cmds.el, cc-vars.el: More updating of
2240         c-beginning-of-statement, including new variable
2241         c-block-comment-start-regexp.
2243 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
2245         * progmodes/cc-langs.el (c-known-type-key): Optimize simple
2246         symbols from `*-font-lock-extra-types' so that there's no need to
2247         use `regexp-opt' on those lists.
2249         * progmodes/cc-langs.el (c-type-decl-suffix-key): Fix when
2250         `c-type-modifier-kwds' is empty.
2252         * progmodes/cc-fonts.el (c-font-lock-invalid-string): Fix when
2253         there are several strings on the same line.
2255         * progmodes/cc-engine.el (c-literal-limits): Removed the
2256         compatibility function for older emacsen.  `c-literal-limits-fast'
2257         has now taken the place of this function.
2259         * progmodes/cc-vars.el (c-emacs-features): Removed compatibility
2260         with older emacsen: We now require `pps-extended-state'.
2262 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
2264         * progmodes/cc-cmds.el: New function c-beginning-of-sentence,
2265         which obviates the need to hack sentence-end.  This now handles
2266         escaped newlines in strings correctly.  Correct minor bugs in
2267         c-move-over-sentence and in c-beginning-of-statement.
2269         * progmodes/cc-cmds.el (c-beginning-of-statement (and
2270         subfunctions)): Adapt c-\(back\|forward\)-over-illiterals such
2271         that movement over macros and code are rigorously separated from
2272         eachother.  Correct a few incidental bugs.
2274         * progmodes/cc-cmds.el: Restructure c-beginning-of-statement:
2275         Improve its doc-string.  Improve the handling of certain specific
2276         cases.
2278 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
2280         * progmodes/cc-engine.el, cc-fonts.el, cc-langs.el
2281         (c-guess-basic-syntax): Changed the way class-level labels are
2282         recognized; they can now contain essentially any symbols.
2284         (c-opt-extra-label-key): New language variable to cope with the
2285         special protection label syntax in Objective-C.
2287         (c-opt-access-key): Removed; this is now handled better by
2288         `c-nonlabel-token-key' and `c-opt-extra-label-key'.
2290         (c-complex-decl-matchers): Update to handle that
2291         `c-opt-access-key' no longer exists.
2293         * progmodes/cc-engine.el (c-guess-basic-syntax): Make use of the
2294         improved label recognition in `c-beginning-of-statement-1'.
2296         * progmodes/cc-engine.el (c-beginning-of-member-init-list):
2297         Recognize bitfields better.
2299         * progmodes/cc-engine.el (c-beginning-of-inheritance-list):
2300         Removed some cruft and fixed a bug that could cause it to go to a
2301         position further down.
2303         * progmodes/cc-langs.el, cc-engine.el
2304         (c-beginning-of-statement-1): Improved detection of labels in
2305         declaration contexts.
2307         (c-beginning-of-decl-1): Use it.
2309         (c-nonlabel-token-key): New language constant and variable needed
2310         by `c-beginning-of-statement-1'.
2312         * progmodes/cc-engine.el (c-guess-basic-syntax): Fixed bug that
2313         manifested itself due to the correction in `c-forward-sexp'.
2315         * progmodes/cc-defs.el (c-forward-sexp, c-backward-sexp): Made
2316         these behave as documented when used at the buffer limits.
2318         * progmodes/cc-mode.el, cc-engine.el, cc-langs.el
2319         (c-type-decl-end-used): Made this a language variable.
2321         * progmodes/cc-mode.el (c-after-change): Widen the buffer to work
2322         correctly when `combine-after-change-calls' is used together with
2323         temporary narrowings.
2325         * progmodes/cc-engine.el (c-beginning-of-statement-1): Report
2326         labels correctly when the start point is immediately after the
2327         colon.
2329         * progmodes/cc-defs.el (c-parse-sexp-lookup-properties): Removed
2330         since it isn't used anymore.
2332         * progmodes/cc-cmds.el (c-electric-lt-gt): Detect and mark angle
2333         bracket arglists such as template parens in C++.
2335         * progmodes/cc-engine.el (c-syntactic-skip-backward): Fixed a bug
2336         in the last check-in.  Some optimization.
2338         * progmodes/cc-engine.el (c-syntactic-skip-backward): Fixed bug
2339         where it could stop at the same level in a preceding sexp when
2340         PAREN-LEVEL is set.
2342         * progmodes/cc-mode.el (c-basic-common-init): Turn on syntax-table
2343         text property lookup only when it's needed.
2345         * progmodes/cc-langs.el, cc-engine.el, cc-fonts.el, cc-mode.el:
2346         Changed the policy for paren marked angle brackets to be more
2347         persistent; once marked they remain marked even when they're found
2348         to be unbalanced in the searched region.  This should keep the
2349         paren syntax around even when individual lines are refontified in
2350         multiline template arglists.
2352         (c-parse-and-markup-<>-arglists): New dynamically bound variable
2353         to control markup so that incorrect angle bracket arglists aren't
2354         marked in contexts where the correct value for
2355         `c-disallow-comma-in-<>-arglists' isn't known.
2357         (c-forward-<>-arglist, c-forward-<>-arglist-recur): The reparse
2358         argument has become `c-parse-and-markup-<>-arglists'.
2360         (c-remove-<>-arglist-properties): Removed - no longer used.
2362         (c-after-change-check-<>-operators): New function used on
2363         `after-change-functions' to avoid that "<" and ">" characters that
2364         are part of longer operators have paren syntax.
2366         (c-<>-multichar-token-regexp): New language variable used by
2367         `c-after-change-check-<>-operators'.
2369         (c-after-change): Call `c-after-change-check-<>-operators'.
2371         (c-font-lock-<>-arglists): Use the context properties set by
2372         `c-font-lock-declarations' to set
2373         `c-disallow-comma-in-<>-arglists' correctly to avoid doing invalid
2374         markup.
2376         (c-font-lock-declarations): Removed code that undoes the invalid
2377         markup done by `c-font-lock-<>-arglists'.
2379         (c-complex-decl-matchers): `c-font-lock-<>-arglists' now runs
2380         after `c-font-lock-declarations'.
2382         * progmodes/cc-engine.el (c-syntactic-skip-backward): Added
2383         paren-level feature.
2385         (c-guess-basic-syntax): Improved the anchor position for
2386         `template-args-cont' in nested template arglists.  There's still
2387         much to be desired in this area, though.
2389 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
2391         * progmodes/cc-cmds.el, cc-engine.el, cc-langs.el, cc-vars.el:
2392         Make the "Text Filling and Line Breaking" commands work for AWK
2393         buffers.
2395 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
2397         * progmodes/cc-defs.el, cc-engine.el (c-mode-is-new-awk-p):
2398         Removed;
2399         (c-major-mode-is 'awk-mode) can be used instead now.
2401         * progmodes/cc-mode.el: Always set up AWK mode since emacsen where
2402         it doesn't work no longer are supported.
2404         * progmodes/cc-mode.el, cc-styles.el, cc-vars.el, cc-defs.el,
2405         cc-engine.el, cc-fonts.el, cc-langs.el, cc-cmds.el: CC Mode now
2406         requires support for the syntax-table' text property, which rules
2407         out Emacs 19 and XEmacs < 21.4.  Removed various compatibility
2408         cruft associated with those versions.
2410         * progmodes/cc-defs.el, cc-fix.el: CC Mode now requires support
2411         for the `syntax-table' text property, which rules out Emacs 19 and
2412         XEmacs < 21.4.  Removed various compatibility cruft associated
2413         with those versions.
2415         * progmodes/cc-vars.el (c-emacs-features): CC Mode now requires
2416         support for the `syntax-table' text property.
2418         * progmodes/cc-fonts.el (c-nonbreakable-space-face): Remove the
2419         variable and use an extra quoted face name instead.  All the
2420         emacsen flavors handle that correctly.
2422         * progmodes/cc-fonts.el (c-font-lock-complex-decl-prepare,
2423         c-font-lock-declarators, c-font-lock-declarations,
2424         c-complex-decl-matchers, c-basic-matchers-after): Use a text
2425         property to mark the items in in declarator lists to handle
2426         refontification inside multiline declarations better.
2428         * progmodes/cc-fonts.el (c-font-lock-declarations): Recognize a
2429         construct like "a * b = c;" as a declaration.
2431 2005-12-08  Kim F. Storm  <storm@cua.dk>
2433         * emulation/cua-base.el (cua-use-hyper-key): Replaced by ...
2434         (cua-rectangle-modifier-key): ... this.  New defcustom.  Can now
2435         select either meta, hyper, or super modifier for rectangle commands.
2436         (cua--rectangle-modifier-key): New defvar.
2437         (cua--M/H-key): Use it.  Remove special case for `space'.
2438         (cua--init-keymaps): Initialize it from cua-rectangle-modifier-key
2439         on X, to meta otherwise.  Always bind C-return to toggle
2440         rectangle.  Pass ?\s instead of `space' to cua--M/H-key.
2442         * emulation/cua-rect.el (cua-help-for-rectangle): Use
2443         cua--rectangle-modifier-key.  Handle super modifier too.
2444         (cua--init-rectangles): Always bind C-return to toggle rectangle.
2445         Pass ?\s instead of `space' to cua--M/H-key and cua--rect-M/H-key.
2447         * ido.el: Move Acknowledgements and History after Commentary.
2448         Minor changes to Commentary.
2450         * emulation/cua-base.el (cua--select-keymaps): Enable repeat
2451         keymap if cua--prefix-override-timer is `shift'.
2452         (cua--shift-control-prefix): New function; emulate "type prefix
2453         key twice" functionality to handle shifted prefix key override.
2454         (cua--shift-control-c-prefix, cua--shift-control-x-prefix): New
2455         commands.
2456         (cua--init-keymaps): Bind them to S-C-c and S-C-x.
2458 2005-12-08  Carsten Dominik  <dominik@science.uva.nl>
2460         * textmodes/org.el (org-insert-heading): Try to do items before
2461         headings.
2462         (org-agenda-mode): Quote `org-agenda-mode-hook'.
2463         (org-insert-item): New function.
2464         (org-renumber-ordered-list): Don't skip to higher level lists.
2466 2005-12-08  Juri Linkov  <juri@jurta.org>
2468         * info.el (Info-mode-map): Bind M-TAB to `Info-prev-reference'.
2470         * button.el (button-buffer-map): Bind M-TAB to `backward-button'.
2472         * wid-edit.el (widget-keymap): Bind M-TAB to `widget-backward'.
2474         * pcvs.el (defun-cvs-mode): Put `definition-name' property on
2475         the constructed function name fun-1.
2477         * cus-edit.el (custom-add-parent-links): Filter out custom-group-link,
2478         because such links don't lead to parent documentation.
2480 2005-12-08  Kenichi Handa  <handa@m17n.org>
2482         * descr-text.el (describe-char): Use *Help-2* buffer if the
2483         current buffer is *Help*.  Call describe-text-properties while
2484         setting the original buffer.
2486 2005-12-07  Bill Wohler  <wohler@newt.com>
2488         * files.el (auto-mode-alist): Remove mh-letter-mode. Unnecessary,
2489         and causes problems with non-MH users (such as Gnus users).
2491 2005-12-08  Nick Roberts  <nickrob@snap.net.nz>
2493         * progmodes/gdb-ui.el (gdb-find-file-unhook): Delete variable.
2494         (gdb-set-gud-minor-mode, gdb-set-gud-minor-mode): Delete functions.
2495         (gdb-set-gud-minor-mode-existing-buffers, gdb-init-2): Use GDB
2496         command "info sources".  Move calls to GDB command "list".
2497         (gdb-find-file-hook): Just use gdb-source-file-list.
2498         (gdb-source-file-regexp): Use regexp for pre-GDB 6.4.
2499         (gdb-source-file-regexp-1): New regexp for GDB 6.4+ only.
2500         (gdb-set-gud-minor-mode-existing-buffers-1): Use it.
2501         (gdb-data-list-register-values-handler): Use correct trigger name.
2503 2005-12-07  Kim F. Storm  <storm@cua.dk>
2505         * ido.el (ido-completion-map): Renamed from ido-mode-map.
2506         (ido-common-completion-map, ido-file-completion-map)
2507         (ido-file-dir-completion-map, ido-buffer-completion-map):
2508         Renamed from ido-mode-....-map.
2509         (ido-init-completion-maps): Renamed from ido-init-mode-maps.
2510         (ido-setup-completion-map): Renamed from ido-define-mode-map.
2511         (ido-read-internal): Bind minibuffer-local-filename-completion-map
2512         to ido-completion-map.
2514 2005-12-07  Kenichi Handa  <handa@m17n.org>
2516         * international/mule-cmds.el
2517         (set-display-table-and-terminal-coding-system): If the coding
2518         system specified in `unibyte-display' property is different from
2519         the arg coding-system, don't setup standard-display-table.
2521 2005-12-06  Stefan Monnier  <monnier@iro.umontreal.ca>
2523         * emacs-lisp/edebug.el (edebug-skip-whitespace): read1:lread.c says
2524         that comments end at \n, regardless of selective-display.
2526 2005-12-07  Nick Roberts  <nickrob@snap.net.nz>
2528         * progmodes/gdb-ui.el (gdb-error-regexp, gdb-first-post-prompt)
2529         (gdb-version): New variables.
2530         (gdb-source-file-list, gdb-register-names)
2531         (gdb-changed-registers): New variables for use with GDB 6.4+.
2532         (gdb-ann3): Replace with...
2533         (gdb-init-1, gdb-init-2): ...two new functions.
2534         (gdba, gdb-prompt): Call gdb-init-1.
2535         (gdb-get-version): New function.  Call gdb-init-2 from here.
2536         (gud-watch): Make it work with mouse events too.
2537         (gdb-post-prompt): Don't add to queue until GDB version is known.
2538         (gdb-speedbar-expand-node, gdb-post-prompt, gdb-registers-mode)
2539         (gdb-locals-mode): Use gdb-version.
2540         (gdb-memory-format-map, gdb-memory-unit-map)
2541         (gdb-locals-watch-map): Rename from gdb-*-*-keymap.
2542         (gdb-locals-font-lock-keywords-1)
2543         (gdb-locals-font-lock-keywords-2): New variables.
2544         (gdb-find-file-hook): Make it work with GDB 6.4+ too.
2545         (gdb-set-gud-minor-mode-existing-buffers-1)
2546         (gdb-var-list-children-1, gdb-var-list-children-handler-1)
2547         (gdb-var-update-1, gdb-var-update-handler-1)
2548         (gdb-data-list-register-values-handler)
2549         (gdb-data-list-register-values-custom)
2550         (gdb-get-changed-registers, gdb-get-changed-registers-handler)
2551         (gdb-stack-list-locals-handler, gdb-get-register-names):
2552         New functions for use with GDB 6.4+.
2553         (gdb-locals-watch-map-1): New variable for use with GDB 6.4+.
2554         (gdb-source-file-regexp, gdb-var-list-children-regexp-1)
2555         (gdb-var-update-regexp-1, gdb-data-list-register-values-regexp)
2556         (gdb-stack-list-locals-regexp)
2557         (gdb-data-list-register-names-regexp): New regexps for use with
2558         GDB 6.4+.
2560 2005-12-06  Stefan Monnier  <monnier@iro.umontreal.ca>
2562         * progmodes/cc-defs.el (c-emacs-features): Don't assume point-min==1.
2564 2005-12-06  Nozomu Ando <nand@mac.com>  (tiny patch)
2566         * mail/smtpmail.el (smtpmail-try-auth-methods): Make password
2567         prompts work for AUTH PLAIN.  Also reported by Steve Allan
2568         <seallan@verizon.net>.
2570 2005-12-06  L\e$,1 q\e(Brentey K\e,Aa\e(Broly  <lorentey@elte.hu>
2572         * frame.el (set-frame-parameter): Add doc string.
2574 2005-12-06  Carsten Dominik  <dominik@science.uva.nl>
2576         * textmodes/org.el (org-occur-highlights): New variable.
2577         (org-highlight-new-match, org-remove-occur-highlights): New functions.
2578         (org-highlight-sparse-tree-matches): New option.
2579         (org-do-occur): New function.
2580         (org-get-heading): Make it work also at beginning of line.
2581         (org-category-table): New variable.
2582         (org-get-category-table, org-get-category)
2583         (org-camel-to-words, org-link-search): New functions.
2584         (org-select-this-todo-keyword): New variable.
2585         (org-todo-list): New command.
2586         (org-shiftright, org-shiftleft): New commands.
2587         (org-agenda-todo): Add prefix argument.
2588         (org-show-hierarchy-above): New option.
2589         (org-show-todo-tree): Numerical prefix creates tree for specific
2590         TODO keyword.
2591         (org-outline-level): New function, to assign a level to plain
2592         lists items.
2593         (org-cycle-include-plain-lists): New option.
2594         (org-mode): Use `org-outline-level' as value of `outline-level'.
2595         (org-cycle): Temporarily switch `outline-regexp' if
2596         `org-cycle-include-plain-lists' is non-nil.
2597         (org-start-icalendar-file): Fix format bug.
2598         (org-agenda-get-day-entries): Create category table.
2599         (org-agenda-get-todos, org-agenda-get-timestamps)
2600         (org-agenda-get-deadlines, org-agenda-get-scheduled)
2601         (org-agenda-get-blocks): Use `org-get-category'.
2602         (org-context-in-file-links): Rename from
2603         `org-line-numbers-in-file-links' .
2605 2005-12-06  Romain Francoise  <romain@orebokech.com>
2607         * window.el (balance-windows): Delete extraneous third arg in call
2608         to `enlarge-window'.
2610 2005-12-06  Kenichi Handa  <handa@m17n.org>
2612         * international/kinsoku.el (kinsoku-longer): Check eolp, not eobp.
2614 2005-12-06  Nick Roberts  <nickrob@snap.net.nz>
2616         * progmodes/gdb-ui.el (gdb-var-create-handler)
2617         (gdb-var-evaluate-expression-handler, gdb-frame-handler)
2618         (gdb-var-list-children-handler, gdb-var-update-handler):
2619         Current buffer is already gdb-partial-output-buffer, don't
2620         make it current again.
2622 2005-12-05  Luc Teirlinck  <teirllm@auburn.edu>
2624         * buff-menu.el (Buffer-menu-use-frame-buffer-list): New user option.
2625         (list-buffers-noselect): Use it.
2627 2005-12-05  Stefan Monnier  <monnier@iro.umontreal.ca>
2629         * mail/sendmail.el: Remove unnecessary leading-star in docstrings.
2630         (mail-yank-ignored-headers): Use regexp-opt.
2631         (mail-mode-map): Move initialization into declaration.
2632         (mail-sent-via): Remove unused shadowed var `to-line'.
2633         (mail-mailer-swallows-blank-line): Use with-temp-buffer.
2634         (mail-bury, sendmail-send-it, mail-do-fcc): Use with-current-buffer.
2635         (mail-do-fcc): Use dolist and push.
2636         (mail-mode-fill-paragraph): Pass the arg to fill-region-as-paragraph.
2637         (mail-yank-ignored-headers): Don't autoload.
2639 2005-12-05  Kenichi Handa  <handa@m17n.org>
2641         * international/mule-cmds.el (set-language-info-internal): New fun.
2642         (set-language-info): Call set-language-info-internal to update
2643         language-info-alist.  If LANG-ENV is the current one, call
2644         set-language-environment to make INFO effective now.
2645         (set-language-info-alist): Likewise.
2646         (locale-language-names): With locale "en", use English
2647         lang. env. but set the default codings to iso-8859-1.
2649 2005-12-04  Nick Roberts  <nickrob@snap.net.nz>
2651         * progmodes/gdb-ui.el (gdb-use-inferior-io-buffer)
2652         (gdb-speedbar-auto-raise): Echo new state in minibuffer.
2653         (gdb-var-create-handler, gdb-assembler-custom): Use search-forward
2654         for plain strings.
2655         (gdb-frames-mode): Remove redundant call to font-lock-mode.
2656         (gdb-all-registers): Rename from toggle-gdb-all-registers.
2657         Create registers buffer if necessary.  Echo new state in minibuffer.
2658         (gdb-registers-mode-map, gdb-registers-mode): Use gdb-all-registers.
2660 2005-12-03  Chong Yidong  <cyd@stupidchicken.com>
2662         * info.el (Info-fontify-node): Match external links using
2663         non-directory part of filename.
2665 2005-12-04  Juri Linkov  <juri@jurta.org>
2667         * font-core.el (global-font-lock-mode): Use define-global-minor-mode
2668         instead of easy-mmode-define-global-mode.  Add `:group font-lock'.
2669         (font-lock-mode): Replace `:group font-lock' with `nil nil nil'
2670         because there is no customization option for it.
2672         * font-lock.el (lisp-font-lock-keywords-1):
2673         Add define-global-minor-mode.
2675         * emacs-lisp/autoload.el (make-autoload): Add define-global-minor-mode.
2677         * emacs-lisp/derived.el (define-derived-mode): Put `definition-name'
2678         properties on the constructed variable names.
2680         * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
2681         Put `definition-name' properties on the constructed function names
2682         next-sym and prev-sym.
2684         * emacs-lisp/find-func.el (find-function-regexp):
2685         Add define-global-minor-mode.  Replace `easy-mmode-define-global-mode'
2686         with `easy-mmode-define-[a-z-]+'.  Add easy-menu-define.
2687         (find-variable-regexp): Add easy-mmode-defmap, easy-mmode-defsyntax
2688         and easy-menu-define.
2690         * emacs-lisp/lisp-mode.el: Put `doc-string-elt' property on
2691         easy-mmode-define-global-mode and define-global-minor-mode.
2692         (lisp-imenu-generic-expression): Add define-global-minor-mode.
2694         * progmodes/cwarn.el (global-cwarn-mode): Use define-global-minor-mode
2695         instead of easy-mmode-define-global-mode.
2697         * progmodes/idlw-shell.el (idlwave-shell-electric-debug-mode):
2698         Use define-minor-mode instead of easy-mmode-define-minor-mode.
2700         * cus-edit.el (customize-group, customize-group-other-window):
2701         Filter out autoloaded options from the group completion list by
2702         using heuristics that autoloaded groups don't have `custom-autoload'
2703         property on their symbols (they have only `custom-loads').
2705         * simple.el (completion-setup-function): Put completions-common-part
2706         face on complete completion string too (i.e. completion string
2707         without completions-first-difference face).
2709         * man.el (Man-section-regexp): Add 0-9 to support "3X11" sections.
2711 2005-12-03  Eli Zaretskii  <eliz@gnu.org>
2713         * view.el (view-mode): Doc fix.
2715         * disp-table.el (standard-display-european): Add to the warning
2716         message a reference to the doc string.
2718         * play/yow.el (apropos-zippy): Call print-help-return-message,
2719         similar to other Help and Apropos commands.
2721         * help.el (print-help-return-message): If pop-up-frames is
2722         non-nil, set up help-return-method to delete the help window and,
2723         possibly, its frame as well, and don't display message about
2724         scrolling the help window.  Doc fix.
2725         (help-return-method): Doc fix.
2727 2005-12-03  Martin Rudalics  <rudalics@gmx.at>  (tiny change)
2729         * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression): Fix bug
2730         whereby names of length one or names starting with a
2731         symbol-constituent character would not be returned.
2733 2005-12-03  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
2735         * subr.el (atomic-change-group): Add edebug and indentation spec.
2737 2005-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
2739         * completion.el (save-completions-file-name): Fix typo in last change.
2741 2005-12-02  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
2743         * info.el: Move back/forward history to the beginning of the tool bar.
2745 2005-12-02  Ken Manheimer  <ken.manheimer@gmail.com>
2747         * allout.el:(eval-when-compile): Remove unnecessary load of cl.
2748         Add fset of allout-real-isearch-abort during compile to fix
2749         byte-compilation warnings.
2750         (allout-mode-p): Move definition of this macro above all uses, or
2751         byte compilation in barren emacs (eg, during emacs build) will
2752         lack the definition.
2753         (allout-mode): Move this variable above any uses, or byte
2754         compilation will fail.
2755         (allout-resolve-xref): Remove use of personal file-reference function.
2756         (allout-toggle-current-subtree-encryption): Do the current (ie,
2757         visible containing) topic, rather than nearest around point.  Doc fix.
2758         (allout-toggle-subtree-encryption): New function, workhorse that
2759         works on nearest topic containing point.
2760         (allout-encrypt-string): Signal requirement for newer version of pgg.
2761         (allout-resumptions): Doc fix.
2763 2005-12-02  Eli Zaretskii  <eliz@gnu.org>
2765         * international/latexenc.el (latex-inputenc-coding-alist): Doc fix.
2767 2005-12-02  Agustin Martin  <agustin.martin@hispalinux.es>
2769         * textmodes/flyspell.el (flyspell-external-point-words):
2770         Consider a misspelling as found in the string search if: (a) misspelling
2771         and found string lengths match, or (b) misspelling is found as
2772         element in a boundary-chars separated longer string, or (c)
2773         ispell-program-name is really ispell and misspelling is found as
2774         part of a TeX string.  After successful match move beginning of
2775         search region to end of match.  Warn about not found misspellings
2776         once the process is done.
2777         (flyspell-large-region): Do not set ispell-parser to tex if in TeX mode.
2779 2005-12-02  Nick Roberts  <nickrob@snap.net.nz>
2781         * progmodes/gud.el (gud-menu-map): Put gud-finish back on the
2782         tool bar (removed inadvertently).
2784 2005-12-02  Juri Linkov  <juri@jurta.org>
2786         * log-view.el (log-view-diff): Clarify doc string.
2788 2005-12-01  Bill Wohler  <wohler@newt.com>
2790         * Makefile.in (mh-loaddefs.el): Reinsert Change Log as its absence
2791         triggers lm-verify errors.
2793 2005-12-01  Luc Teirlinck  <teirllm@auburn.edu>
2795         * simple.el (transient-mark-mode, line-number-mode)
2796         (column-number-mode, size-indication-mode): Remove `:require nil'.
2798 2005-12-01  Nick Roberts  <nickrob@snap.net.nz>
2800         * progmodes/gdb-ui.el (gdb-ann3): Bind mouse-2 to gdb-mouse-until
2801         in the margin also.
2802         (gdb-breakpoints-mode-map): Use D instead of d for
2803         gdb-delete-breakpoint.
2804         (gdb-get-frame-number): Require a number to match on.
2805         (gdb-threads-mode-map): Add follow-link binding.
2807 2005-11-30  Jason Rumney  <jasonr@gnu.org>
2809         * isearch.el (isearch-mode-map): Avoid exiting search on
2810         language-change event.
2812 2005-11-30  Romain Francoise  <romain@orebokech.com>
2814         * speedbar.el (speedbar-default-position): New defcustom.
2815         (speedbar-frame-reposition-smartly): Use it.
2817         * dframe.el (dframe-reposition-frame-emacs): Fix position
2818         computation for `left' location.
2819         Update copyright year.
2821 2005-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
2823         * help.el (help-map): Move initialization into declaration.
2825         * emacs-lisp/autoload.el (make-autoload): Handle defgroup specially.
2827         * help-fns.el (help-argument-name): Don't autoload.
2828         It's useless and triggers a bug in cus-dep.el causing ldefs-boot
2829         to be re-loaded when customizing the `help' group.
2831 2005-11-30  John Paul Wallington  <jpw@gnu.org>
2833         * help-fns.el (describe-function-1): Fill arglist output.
2835 2005-11-30  Kim F. Storm  <storm@cua.dk>
2837         * emulation/cua-rect.el (cua--rectangle-overlays): Make permanent-local.
2838         (cua--rectangle-post-command): Cleanup overlays and deactivate mark
2839         after revert-buffer (or anything else which kills all local variables).
2841         * apropos.el (apropos-parse-pattern): Doc fix.
2842         Set apropos-regexp directly, rather than expecting callers to do so.
2843         (apropos-command, apropos, apropos-value, apropos-documentation):
2844         Simplify calls to apropos-parse-pattern.
2846 2005-11-29  Chong Yidong  <cyd@stupidchicken.com>
2848         * hi-lock.el (hi-lock-line-face-buffer, hi-lock-face-buffer)
2849         (hi-lock-face-phrase-buffer): Use hi-yellow face.
2850         (hi-lock-write-interactive-patterns): Use comment-region.
2852         * longlines.el (longlines-mode): Add mail-setup-hook.
2854         * mail/mailheader.el, mail/sendmail.el: Revert 2005-11-17 changes.
2856         * simple.el (sendmail-user-agent-compose, next-line):
2857         Conditionally use hard-newline.
2859 2005-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
2861         * international/latexenc.el (latex-inputenc-coding-alist):
2862         Reword doc string.
2864 2005-11-29  Chong Yidong  <cyd@stupidchicken.com>
2866         * help.el (describe-key-briefly, describe-key): Recognize default
2867         bindings.
2869 2005-11-29  Romain Francoise  <romain@orebokech.com>
2871         * view.el (view-inhibit-help-message): New defcustom.
2872         (view-mode-enter): Use it.
2874 2005-11-29  Michael Kifer  <kifer@cs.stonybrook.edu>
2876         * ediff-wind (ediff-setup-control-frame, ediff-make-wide-display):
2877         Preserve user position.
2879 2005-11-28  Luc Teirlinck  <teirllm@auburn.edu>
2881         * font-lock.el: Throw error if facemenu is not loaded to prevent
2882         accidental change of loading order in loadup.el.  (Suggested by RMS.)
2884         * loadup.el: Add comment explaining why facemenu must be loaded
2885         before font-lock.
2887 2005-11-28  Jay Belanger  <belanger@truman.edu>
2889         * calc/calc.el: Change global keybinding for calc-dispatch to "\C-x*".
2890         (calc-dispatch-map): Add more keys for `calc-same-interface'.
2892         * calc/calc-misc.el (calc-dispatch-help): Update docstring.
2894         * calc/calc-embed.el (calc-do-embedded): Update help message.
2896         * calc/calc-prog.el (calc-user-define-invokation): Update help message.
2898 2005-11-28  Stefan Monnier  <monnier@iro.umontreal.ca>
2900         * log-edit.el (log-edit-insert-cvs-rcstemplate): Ignore stderr.
2902         * emacs-lisp/elp.el (elp-not-profilable): Replace interactive-p with
2903         called-interactively-p.
2904         (elp-profilable-p): Rename from elp-not-profilable-p.
2905         Invert result and take into account macros and autoloaded functions.
2906         (elp-instrument-function): Update call.
2907         (elp-instrument-package): Update call.  Add completion.
2908         (elp-pack-number): Use match-string.
2909         (elp-results-jump-to-definition-by-mouse): Merge into
2910         elp-results-jump-to-definition and then remove.
2911         (elp-output-insert-symname): Make help echo text single-line.
2913         * replace.el (query-replace-map): Move initialization into declaration.
2914         (occur-engine): Use with-current-buffer.
2915         (occur-mode-goto-occurrence): Make it work for mouse-clicks as well.
2916         (occur-mode-mouse-goto): Replace with an alias.
2918 2005-11-28  Juri Linkov  <juri@jurta.org>
2920         * simple.el (quoted-insert): Let-bind input-method-function to nil.
2922         * term/w32-win.el: Bind [S-tab] to [backtab].
2924         * info.el (Info-fontify-node): Set 2nd arg `noerror' of
2925         `Info-find-file' to t.
2927         * replace.el (occur-mode-mouse-goto): Pop, don't switch.
2928         (occur-mode-goto-occurrence): Let-bind same-window-buffer-names
2929         and same-window-regexps.
2930         (occur-next-error): Don't move point for arg 0.
2932 2005-11-28  Chong Yidong  <cyd@stupidchicken.com>
2934         * replace.el (occur-mode-goto-occurrence): Pop, don't switch.
2936 2005-11-28  Stefan Monnier  <monnier@iro.umontreal.ca>
2938         * log-edit.el (log-edit-changelog-use-first): New var.
2939         (log-edit-changelog-ours-p): Use it.
2940         (log-edit-insert-changelog): Set it with new arg `use-first'.
2941         (log-edit-insert-cvs-rcstemplate, log-edit-insert-filenames): New funs.
2942         (log-edit-hook): Add them to the list of suggested options.
2944         * textmodes/flyspell.el (flyspell-last-buffer): New var.
2945         (flyspell-accept-buffer-local-defs): Use it to avoid doing silly
2946         redundant work.
2947         (flyspell-mode-on): Use add-hook for after-change-functions.
2948         (flyspell-mode-off): Use remove-hook for after-change-functions.
2949         (flyspell-changes): Make it buffer-local.
2950         (flyspell-after-change-function): Make it non-interactive.  Use push.
2951         (flyspell-post-command-hook): Check input-pending-p while processing
2952         the potentially long list of buffer changes.
2954 2005-11-28  L\e$,1 q\e(Brentey K\e,Aa\e(Broly  <lorentey@elte.hu>
2956         * buff-menu.el (list-buffers-noselect): Display the selected
2957         frame's buffer list, not the global one.
2959 2005-11-28  Nick Roberts  <nickrob@snap.net.nz>
2961         * xt-mouse.el (xterm-mouse-event): Set last-input-event so
2962         that (list last-input-event) works as in interactive spec.
2964 2005-11-27  Luc Teirlinck  <teirllm@auburn.edu>
2966         * loadup.el ("facemenu"): Load facemenu before font-lock, because
2967         `facemenu-keymap' needs to be defined when font-lock is loaded.
2968         Otherwise, `M-o M-o' is not bound to `font-lock-fontify-block'.
2970 2005-11-27  Stefan Monnier  <monnier@iro.umontreal.ca>
2972         * completion.el: Remove useless leading * in defcustom docstrings.
2973         (save-completions-file-name): Use ~/.emacs.d if available.
2974         (completion-standard-syntax-table): Rename from
2975         cmpl-standard-syntax-table and fold initialization into declaration,
2976         thus removing cmpl-make-standard-completion-syntax-table.
2977         (completion-lisp-syntax-table, completion-c-syntax-table)
2978         (completion-fortran-syntax-table, completion-c-def-syntax-table): Idem.
2979         (cmpl-saved-syntax, cmpl-saved-point): Remove.
2980         (symbol-under-point, symbol-before-point)
2981         (symbol-under-or-before-point, symbol-before-point-for-complete)
2982         (add-completions-from-c-buffer): Use with-syntax-table.
2983         (make-completion): Don't return a list of completion entries.
2984         Update callers.
2985         (cmpl-prefix-entry-head, cmpl-prefix-entry-tail): Use defalias.
2986         (completion-initialize): Rename from initialize-completions.
2987         (completion-find-file-hook): Rename from cmpl-find-file-hook.
2988         (kill-emacs-save-completions): Collect stats here.
2989         (save-completions-to-file, load-completions-from-file):
2990         Use with-current-buffer.
2991         (completion-def-wrapper): Rename from def-completion-wrapper.  Make it
2992         into a function.  Move all calls to toplevel.
2993         (completion-lisp-mode-hook): New fun.
2994         (completion-c-mode-hook, completion-setup-fortran-mode):
2995         Set the syntax-table here.  Use local-set-key.
2996         (completion-saved-bindings): New var.
2997         (dynamic-completion-mode): Make it into a proper minor mode.
2998         (load-completions-from-file): Remove unused var `num-uses'.
3000         * emacs-lisp/cl-macs.el (defstruct): Don't define the default
3001         constructor if it is explicitly overridden.
3003         * complete.el (PC-completion-as-file-name-predicate):
3004         Use minibuffer-completing-file-name.
3005         (partial-completion-mode): Use find-file-not-found-functions.
3006         (PC-lisp-complete-symbol): Use with-syntax-table.
3007         (PC-look-for-include-file): Remove dead setq.
3008         (PC-look-for-include-file, PC-expand-many-files, PC-do-completion)
3009         (PC-complete): Use with-current-buffer.
3011         * progmodes/sh-script.el (sh-font-lock-syntactic-keywords): \ doesn't
3012         escape single quotes.
3014 2005-11-27  Luc Teirlinck  <teirllm@auburn.edu>
3016         * dabbrev.el (dabbrev-completion): Simplify code, by getting rid
3017         of `if' whose condition always returned nil.  Doc fix.
3019         * buff-menu.el (Buffer-menu-revert-function): Make the selected
3020         window's buffer the current buffer around the call to
3021         `list-buffers-noselect'.  This is necessary to mark that buffer
3022         with a `.' in the Buffer Menu when called from Lisp, for instance
3023         by Auto Revert Mode.
3025 2005-11-28  Nick Roberts  <nickrob@snap.net.nz>
3027         * progmodes/gdb-ui.el (gdb-stopped): Detect child process when
3028         attaching to it.
3029         (gdb-pre-prompt): Make sure gdb-error is reset.
3031         * progmodes/gud.el (gud-gdb-marker-filter): When GDB is invoked
3032         with a child process, detect it.
3033         (gud-speedbar-buttons): Match regexp more carefully.
3035 2005-11-27  Richard M. Stallman  <rms@gnu.org>
3037         * mouse.el (mouse-drag-move-window-bottom):
3038         Use adjust-window-trailing-edge.
3040 2005-11-27  Luc Teirlinck  <teirllm@auburn.edu>
3042         * simple.el (blink-matching-open): Ignore
3043         `blink-matching-paren-on-screen' if `show-paren-mode' is enabled.
3044         (blink-matching-paren-on-screen): Update docstring.
3046         * paren.el (show-paren-mode): No longer change
3047         `blink-matching-paren-on-screen'.
3049 2005-11-27  John Paul Wallington  <jpw@pobox.com>
3051         * progmodes/gdb-ui.el (gdb-goto-breakpoint, gdb-frames-select)
3052         (gdb-threads-select, gdb-edit-register-value):
3053         Use `posn-set-point' instead of `mouse-set-point' because the
3054         latter is not fbound when configured without X.
3056 2005-11-27  Kim F. Storm  <storm@cua.dk>
3058         * emulation/cua-rect.el (cua--highlight-rectangle): Preserve
3059         existing face when partially highlighting a TAB in a rectangle.
3061 2005-11-26  Kim F. Storm  <storm@cua.dk>
3063         * ido.el (ido-mode-map): Doc fix.
3064         (ido-mode-common-map, ido-mode-file-map)
3065         (ido-mode-file-dir-map, ido-mode-buffer-map): New keymaps.
3066         (ido-define-mode-map): Rewrite.  Select one of the new maps as
3067         parent for ido-mode-map instead of building from scratch.
3068         (ido-init-mode-maps): New defun to initialize new maps.
3069         (ido-mode): Call it.
3070         (ido-switch-buffer): Doc fix -- use \<ido-mode-buffer-map>.
3071         (ido-find-file): Doc fix -- use \<ido-mode-file-map>.
3073 2005-11-26  John Paul Wallington  <jpw@pobox.com>
3075         * arc-mode.el (archive-extract): Use `posn-set-point' instead of
3076         `mouse-set-point' because the latter is not fbound when configured
3077         without X.
3079 2005-11-26  Thien-Thi Nguyen  <ttn@gnu.org>
3081         * files.el (file-relative-name): Doc fix.
3083 2005-11-26  Kurt Hornik  <Kurt.Hornik@wu-wien.ac.at>
3085         * progmodes/octave-inf.el (inferior-octave-startup): Force a
3086         non-empty string for secondary prompt PS2.
3088 2005-11-25  Chong Yidong  <cyd@stupidchicken.com>
3090         * progmodes/compile.el (compilation-setup): Fix last change.
3092 2005-11-26  Nick Roberts  <nickrob@snap.net.nz>
3094         * progmodes/gdb-ui.el (gdb-info-breakpoints-custom)
3095         (gdb-mouse-toggle-breakpoint-margin)
3096         (gdb-mouse-toggle-breakpoint-fringe, gdb-threads-select):
3097         Add gdb-server-prefix to keep out of command history.
3098         (gdb-edit-register-value): New function.
3099         (gdb-registers-mode-map): Bind mouse-2 and RET to it.
3100         (gdb-info-registers-custom): Use above map.
3102 2005-11-25  Chong Yidong  <cyd@stupidchicken.com>
3104         * custom.el (enable-theme): Signal error if argument is not a
3105         theme.  Don't recalculate a face if it's not loaded yet.
3107         * cus-face.el (custom-theme-set-faces): Don't change saved-face if
3108         the `user' theme is in effect.
3110         * info.el (Info-on-current-buffer): Record actual filename in
3111         Info-current-file, instead of t, or a fake filename if a non-file
3112         buffer.  Make autoload.
3113         (Info-find-node, Info-revert-find-node): No need to check for
3114         Info-current-file nil.
3115         (Info-set-mode-line, Info-up, Info-copy-current-node-name):
3116         Info-current-file is now never `t'.
3117         (Info-fontify-node): Many simplifications due to Info-current-file
3118         always being valid.  Use Info-find-file to find node filename.
3120 2005-11-25  David Kastrup  <dak@gnu.org>
3122         * longlines.el (longlines-wrap-line): Reorder wrapping to "insert
3123         new character, then delete" in order to preserve markers.
3125 2005-11-25  David Ponce  <david@dponce.com>
3127         * recentf.el (recentf-arrange-by-rule): Handle a special
3128         `auto-mode-alist'-like "strip suffix" rule.
3129         (recentf-build-mode-rules): Handle second level auto-mode entries.
3131 2005-11-25  Michael Kifer  <kifer@cs.stonybrook.edu>
3133         * viper-keym.el (viper-ESC-key): Use different values in terminal and
3134         window modes.
3136         * viper.el (viper-emacs-state-mode-list): Delete mail-mode, add
3137         jde-javadoc-checker-report-mode.
3139         * ediff-wind (ediff-make-wide-display): Slight simplification.
3141         * ediff.el (ediff-date): Change the date of last update.
3143 2005-11-24  Chong Yidong  <cyd@stupidchicken.com>
3145         * hi-lock.el (hi-lock-buffer-mode): Renamed from `hi-lock-mode'.
3146         Use define-minor-mode, and make it a local mode.  Turn on font-lock.
3147         (hi-lock-mode): New global minor mode.
3148         (turn-on-hi-lock-if-enabled): New function.
3149         (hi-lock-line-face-buffer, hi-lock-face-buffer, hi-lock-set-pattern):
3150         Change arguments to regexp and face instead of a font-lock pattern.
3151         Directly set face property, instead of refontifying.
3152         (hi-lock-font-lock-hook): Check if font-lock is being turned on.
3153         (hi-lock-find-patterns): Use line-number-at-pos.
3155         (hi-lock-face-phrase-buffer): Call hi-lock-buffer-mode.  Use new
3156         arguments for hi-lock-set-pattern.
3157         (hi-lock-unface-buffer, hi-lock-set-file-patterns): Call
3158         font-lock-fontify-buffer.
3159         (hi-lock-find-file-hook, hi-lock-current-line)
3160         (hi-lock-refontify, hi-lock-set-patterns): Delete unused functions.
3162         (hi-lock-font-lock-hook): Turn off hi-lock when font lock is
3163         turned off.
3165         * progmodes/compile.el (compilation-setup): Don't fiddle with
3166         font-lock-defaults.
3168 2005-11-25  Nick Roberts  <nickrob@snap.net.nz>
3170         * progmodes/gdb-ui.el (gdb-var-create-handler)
3171         (gdb-var-list-children-handler): Find values for all variable
3172         objects.  gud-speedbar-buttons decides whether to display them.
3174 2005-11-24  Romain Francoise  <romain@orebokech.com>
3176         * info.el (Info-speedbar-fetch-file-nodes): Prefix temporary
3177         buffer name with a space.
3179 2005-11-24  Carsten Dominik  <dominik@science.uva.nl>
3181         * textmodes/org.el (org-export-plain-list-max-depth): Renamed from
3182         `org-export-local-list-max-depth'.  Change default value to 3.
3183         (org-auto-renumber-ordered-lists)
3184         (org-plain-list-ordered-item-terminator): New options.
3185         (org-at-item-p, org-beginning-of-item, org-end-of-item)
3186         (org-get-indentation, org-get-string-indentation)
3187         (org-maybe-renumber-ordered-list, org-renumber-ordered-list): New
3188         functions.
3189         (org-move-item-down, org-move-item-up): New commands.
3190         (org-export-as-html): New classes for CSS support.  Bug fix in
3191         regular expression detecting fixed-width regions.  Respect
3192         `org-local-list-ordered-item-terminator'.
3193         (org-set-autofill-regexps, org-adaptive-fill-function): "1)" is
3194         also a list item.
3195         (org-metaup, org-metadown, org-shiftmetaup, org-shiftmetadown):
3196         New item moving functions.
3198 2005-11-24  Juri Linkov  <juri@jurta.org>
3200         * isearch.el (isearch-repeat): With empty search ring set
3201         `isearch-error' to the error string instead of signaling error
3202         with the function `error'.
3204 2005-11-24  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
3206         * term/mac-win.el: Make modifier `ctrl' an alias for `control'.
3208 2005-11-24  Nick Roberts  <nickrob@snap.net.nz>
3210         * progmodes/gdb-ui.el (gdb-speedbar-auto-raise): New function
3211         and variable.
3212         (gdb-var-create-handler, gdb-var-list-children-handler):
3213         Don't match on "char **...".
3214         (gdb-var-update-handler): Find values for all variable objects.
3215         (gdb-info-frames-custom): Identify frames by leading "#".
3217         * progmodes/gud.el (gud-speedbar-menu-items): Add
3218         gdb-speedbar-auto-raise as radio button.
3219         (gud-speedbar-buttons): Raise speedbar if requested.
3220         Don't match on "char **...".
3221         (gud-speedbar-buttons): Add (pointer) value for non-leaves.
3222         Make it editable.
3224 2005-11-23  Chong Yidong  <cyd@stupidchicken.com>
3226         * info.el (Info-fontify-node): Handle the case where
3227         Info-current-file is t.
3229 2005-11-23  Stefan Monnier  <monnier@iro.umontreal.ca>
3231         * simple.el (blink-matching-open): Fix off-by-one in last change.
3233 2005-11-23  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
3235         * term/mac-win.el: Don't change default directory.
3237 2005-11-22  Luc Teirlinck  <teirllm@auburn.edu>
3239         * cus-edit.el (Custom-reset-standard): Make it handle Custom group
3240         buffers correctly.  (It used to throw an error in such buffers.)
3241         Make it ask for confirmation in group buffers and other Custom
3242         buffers containing more than one customization item.
3244 2005-11-22  John Paul Wallington  <jpw@gnu.org>
3246         * net/goto-addr.el (goto-address-fontify): Put `follow-link'
3247         property on mail and url overlays.
3248         (goto-address-at-point): Use `posn-set-point' instead of
3249         `mouse-set-point' because the latter is not fbound when configured
3250         without X.
3252 2005-11-22  Lars Hansen  <larsh@soem.dk>
3254         * ls-lisp.el (ls-lisp-parse-symlink): Delete.
3255         (ls-lisp-classify, ls-lisp-format): Delete call to
3256         ls-lisp-parse-symlink.
3257         (ls-lisp-handle-switches): Handle symlinks to directories as
3258         directories when ls-lisp-dirs-first in non-nil.
3260 2005-11-21  Luc Teirlinck  <teirllm@auburn.edu>
3262         * startup.el (command-line): Make sure that loaddefs.el is handled
3263         correctly in load-history.
3265 2005-11-22  Nick Roberts  <nickrob@snap.net.nz>
3267         * progmodes/gdb-ui.el (gdb-locals-watch-keymap): New local map.
3268         (gdb-struct-string, gdb-array-string): New constants.
3269         (gdb-info-locals-handler): Use them.
3270         (gdb-reset): Reset gdb-var-list to nil.
3272 2005-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
3274         * progmodes/sh-script.el (sh-font-lock-paren): Handle continued lines
3275         in patterns.
3277 2005-11-21  Juri Linkov  <juri@jurta.org>
3279         * custom.el (defcustom): Update link types in docstring.
3281 2005-11-20  Martin Rudalics  <rudalics@gmx.at>  (tiny change)
3283         * custom.el (defgroup): Add doc-string-elt info.
3285         * widget.el (define-widget): Don't use declare for the doc-string-elt.
3287 2005-11-20  Stefan Monnier  <monnier@iro.umontreal.ca>
3289         * newcomment.el (comment-enter-backward): Fix last fix.
3291         * simple.el (blink-matching-open):
3292         * paren.el (show-paren-function): Allow new paren-class info.
3294 2005-11-20  Chong Yidong  <cyd@stupidchicken.com>
3296         * faces.el: Revert 2005-11-17 change.  :ignore-defface is now
3297         handled automagically.
3299 2005-11-20  Andreas Schwab  <schwab@suse.de>
3301         * descr-text.el (describe-char): When copying overlays put them
3302         over the full char description instead of just the first character
3303         of it.
3305 2005-11-20  Juri Linkov  <juri@jurta.org>
3307         * simple.el (what-cursor-position):
3308         * descr-text.el (describe-char): Use Lisp-readable syntax
3309         for octal and hex.  Reorder decimal, octal and hex values.
3310         Remove excess whitespace in the output.  Use `=' in `column='
3311         like in `point=' and `Hscroll='.
3313         * international/mule-cmds.el (encoded-string-description):
3314         Use Lisp-readable syntax for hex.
3316 2005-11-19  Stefan Monnier  <monnier@iro.umontreal.ca>
3318         * newcomment.el (comment-enter-backward): Handle the case where the
3319         comment is closed by EOB.
3321 2005-11-19  Chong Yidong  <cyd@stupidchicken.com>
3323         * longlines.el (longlines-before-revert-hook)
3324         (longlines-after-revert-hook): New functions.
3325         (longlines-mode): Turn off longlines temporarily when reverting.
3326         Add a message-setup-hook.
3327         (longlines-decode-buffer): New function.
3328         (longlines-wrap-line): Preserve marker positions.
3330 2005-11-19  Andreas Schwab  <schwab@suse.de>
3332         * emacs-lisp/shadow.el: Handle compressed files.
3334 2005-11-19  Romain Francoise  <romain@orebokech.com>
3336         * net/browse-url.el (browse-url-default-browser): Signal an error
3337         if no usable browser can be found, rather than try to load w3.
3339 2005-11-16  Ryan Yeske  <rcyeske@gmail.com>
3341         * net/rcirc.el (rcirc-mangle-text): Add bold face property without
3342         replacing existing properties.
3343         (rcirc-my-nick, rcirc-other-nick, rcirc-server)
3344         (rcirc-nick-in-message, rcirc-prompt): Use min-colors and remove
3345         tty specs.
3346         (rcirc-server-prefix, rcirc-server): New faces.
3347         (rcirc-url-regexp): Generate with rx macro.
3348         (rcirc-last-server-message-time): New variable.
3349         (rcirc-filter): Record time of last message.
3350         (rcirc-keepalive): Kill processes that did not send a message
3351         since the last ping.
3352         (rcirc-mode): Give rcirc-topic a local binding here.
3354 2005-11-19  Michael Cadilhac  <michael.cadilhac@lrde.org>  (tiny change)
3356         * subr.el (read-passwd): Fontify the prompt as we do with other
3357         prompts.
3359 2005-11-19  Ryan Yeske  <rcyeske@gmail.com>
3361         * ffap.el (ffap-menu-rescan): Use inhibit-read-only instead of
3362         binding buffer-read-only to nil.
3364 2005-11-19  Eli Zaretskii  <eliz@gnu.org>
3366         * complete.el (partial-completion-mode):
3367         Mention completion-auto-help in the doc string.
3369         * man.el (Man-highlight-references): Doc fix.  Reformat code in a
3370         more Lisp-ish way.
3372 2005-11-19  Slawomir Nowaczyk  <slawomir.nowaczyk.847@student.lu.se> (tiny change)
3374         * ls-lisp.el (ls-lisp-format-file-size): Format file size with 9
3375         digits, not 8, to avoid misalignment for files larger than 100MB.
3377 2005-11-19  Eli Zaretskii  <eliz@gnu.org>
3379         * menu-bar.el (menu-bar-describe-menu) <list-keybindings>:
3380         Mention "keyboard shortcuts" in the help text.
3382 2005-11-19  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
3384         * startup.el (fancy-splash-default-action): Discard only
3385         mouse-down and succeeding mouse-up events in the splash screen
3386         window so that drag-n-drop event can be processed.
3388 2005-11-18  Chong Yidong  <cyd@stupidchicken.com>
3390         * longlines.el (longlines-mode): Add hacks for mail-mode and
3391         message-mode.
3393 2005-11-18  Carsten Dominik  <dominik@science.uva.nl>
3395         * textmodes/org.el (org-table-sort-lines): New command.
3396         (org-tbl-menu): Add entry for `org-table-sort-lines'.
3397         (org-add-file): Command removed, use `org-agenda-file-to-front'
3398         instead.
3399         (org-export-icalendar): Use `org-icalendar-combined-name'.
3400         (org-cycle-agenda-files, org-agenda-file-to-end)
3401         (org-agenda-file-to-front): New commands.
3402         (org-table-tab-jumps-over-hlines,org-export-html-style): New
3403         options.
3404         (org-table-next-field): Use `org-table-tab-jumps-over-hlines'.
3405         (org-at-table.el-p, org-set-autofill-regexps,org-html-protect):
3406         New functions.
3407         (org-fill-paragraph): Call `org-table-align' in tables.
3408         (org-mode): Call `org-set-autofill-regexps'.
3409         (org-export-as-html): Support for local handformatted lists.
3410         Modified to produce valid HTML 4.0. Use `org-export-html-style'.
3411         (org-export-local-list-max-depth): New option.
3412         (org-html-expand): Use `org-html-protect'.
3414 2005-11-18  Nick Roberts  <nickrob@snap.net.nz>
3416         * progmodes/gud.el (gud-install-speedbar-variables): Bind gud-pp
3417         to "p".
3418         (gdb): Move definition of gud-pp to...
3420         * progmodes/gdb-ui.el (gdb-ann3): ...here.  Make it work in the
3421         speedbar.
3422         (gdb-find-watch-expression): New function.
3424 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
3426         * faces.el (face-attribute, set-face-attribute): Mention existence
3427         of `:ignore-defface' setting in docstring.
3429 2005-11-17  Stefan Monnier  <monnier@iro.umontreal.ca>
3431         * simple.el (completion-setup-function): Fix last change.
3433 2005-11-17  John Paul Wallington  <jpw@pobox.com>
3435         * ibuf-ext.el (ibuffer-interactive-filter-by-mode):
3436         Use `posn-set-point' instead of `mouse-set-point' because the
3437         latter is not fbound when configured without X.
3439         * comint.el (comint-insert-input): Likewise.
3441 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
3443         * simple.el (hard-newline): New variable.
3444         (sendmail-user-agent-compose, next-line): Use it.
3446         * mail/sendmail.el (mail-setup, mail-send, mail-insert-from-field)
3447         (sendmail-send-it, mail-do-fcc, mail-cc, mail-bcc, mail-fcc)
3448         (mail-mail-reply-to, mail-mail-followup-to)
3449         (mail-position-on-field, mail-signature, mail-yank-original)
3450         (mail-attach-file): Likewise.
3452         * mail/mailheader.el (mail-header-format)
3453         (mail-header-format-function): Likewise.
3455         * add-log.el (add-change-log-entry, change-log-merge): Likewise.
3457 2005-11-17  Juri Linkov  <juri@jurta.org>
3459         * font-lock.el (font-lock-faces): Rename this defgroup from
3460         `font-lock-highlighting-faces'.
3461         (font-lock-comment-face, font-lock-comment-delimiter-face)
3462         (font-lock-string-face, font-lock-doc-face)
3463         (font-lock-keyword-face, font-lock-builtin-face)
3464         (font-lock-function-name-face, font-lock-variable-name-face)
3465         (font-lock-type-face, font-lock-constant-face)
3466         (font-lock-warning-face, font-lock-negation-char-face)
3467         (font-lock-preprocessor-face)
3468         (font-lock-regexp-grouping-backslash)
3469         (font-lock-regexp-grouping-construct): Rename :group from
3470         `font-lock-highlighting-faces' to `font-lock-faces'.
3472         * cus-edit.el (lisp, c, tex):
3473         * progmodes/ada-mode.el (ada):
3474         * progmodes/asm-mode.el (asm):
3475         * progmodes/cperl-mode.el (cperl-faces):
3476         * progmodes/cpp.el (cpp):
3477         * progmodes/dcl-mode.el (dcl):
3478         * progmodes/f90.el (f90):
3479         * progmodes/fortran.el (fortran):
3480         * progmodes/icon.el (icon):
3481         * progmodes/idlwave.el (idlwave-misc):
3482         * progmodes/m4-mode.el (m4):
3483         * progmodes/make-mode.el (makefile):
3484         * progmodes/meta-mode.el (meta-font):
3485         * progmodes/modula2.el (modula2):
3486         * progmodes/octave-mod.el (octave):
3487         * progmodes/pascal.el (pascal):
3488         * progmodes/perl-mode.el (perl):
3489         * progmodes/prolog.el (prolog):
3490         * progmodes/ps-mode.el (PostScript-edit):
3491         * progmodes/scheme.el (scheme):
3492         * progmodes/sh-script.el (sh-script):
3493         * progmodes/simula.el (simula):
3494         * progmodes/tcl.el (tcl):
3495         * textmodes/nroff-mode.el (nroff):
3496         * textmodes/reftex-vars.el (reftex-fontification-configurations):
3497         * textmodes/sgml-mode.el (sgml):
3498         * textmodes/texinfo.el (texinfo):
3499         Add :link (custom-group-link font-lock-faces) to defgroup.
3501         * hi-lock.el (hi-lock): Rename this defgroup from
3502         `hi-lock-interactive-text-highlighting'.  Change parent group from
3503         `faces' to `font-lock'.  Add link to the manual.
3504         (hi-lock-mode, hi-lock-file-patterns-range)
3505         (hi-lock-exclude-modes, hi-lock-faces): Rename :group from
3506         `hi-lock-interactive-text-highlighting' to `hi-lock'.
3507         (hi-lock-faces): Add :group `faces'.
3509         * cus-edit.el (custom-variable-prompt): Clarify the code.
3511         * faces.el (face-read-string): Set the default value arg of
3512         completing-read.
3514 2005-11-16  Luc Teirlinck  <teirllm@auburn.edu>
3516         * rfn-eshadow.el (file-name-shadow-properties)
3517         (file-name-shadow-tty-properties, file-name-shadow-mode):
3518         Remove autoloads, because the file is now preloaded.
3520 2005-11-16  Stefan Monnier  <monnier@iro.umontreal.ca>
3522         * printing.el (easy-menu-intern): Don't define.
3523         (pr-get-symbol): Use easy-menu-intern only if defined.
3525         * simple.el (blink-matching-open): Simplify a bit.
3526         (completion-setup-function): Fix the case of partial-completion-mode
3527         when the minibuffer's contents start with "-".
3528         Obey completion-base-size-function even when
3529         minibuffer-completing-file-name is non-nil.
3531 2005-11-16  Richard M. Stallman  <rms@gnu.org>
3533         * net/eudcb-ph.el (eudc-ph-open-session):
3534         Use set-process-query-on-exit-flag.
3536         * mail/smtpmail.el (smtpmail-send-it): Use insert-buffer-contents.
3538         * international/ucs-tables.el (ucs-set-table-for-input):
3539         Use make-local-variable, not make-variable-buffer-local.
3541         * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
3542         Improve warning message text.
3544         * savehist.el (savehist-save-hook): Add :group.
3546         * menu-bar.el (menu-bar-help-menu):
3547         Rename Find Extra Packages to External Packages.
3549         * cus-edit.el (Custom-reset-standard): Verify that
3550         :custom-standard-value prop exists before calling it.
3552         * apropos.el (apropos-calc-scores): Use apropos-pattern.
3554 2005-11-16  Martin Rudalics  <rudalics@gmx.at>  (tiny change)
3556         * wid-edit.el (color): Enclose %t in %{...%}.
3558         * cus-edit.el (face): Enclose %t in %{...%}.
3560 2005-11-16  Hrvoje Niksic  <hniksic@xemacs.org>
3562         * savehist.el (savehist-mode-hook): Re-add the var.
3563         (savehist-mode): Use it.
3565 2005-11-16  Stefan Monnier  <monnier@iro.umontreal.ca>
3567         * textmodes/flyspell.el: Fix commenting convention.
3568         Remove unnecessary leading * in custom docstrings.
3569         (flyspell-emacs): Remove unused var.
3570         (flyspell-delete-region-overlays): Use remove-overlays.
3571         (flyspell-accept-buffer-local-defs): Use save-current-buffer.
3572         (flyspell-debug-signal-no-check, flyspell-debug-signal-changed-checked)
3573         (flyspell-debug-signal-pre-word-checked, flyspell-post-command-hook)
3574         (flyspell-debug-signal-word-checked): Use with-current-buffer.
3575         (make-flyspell-overlay): Don't locally reuse a global name.
3576         (flyspell-highlight-incorrect-region)
3577         (flyspell-highlight-duplicate-region): Use flyspell-unhighlight-at.
3578         (flyspell-check-previous-highlighted-word): Use flyspell-overlay-p.
3579         (flyspell-notify-misspell): Remove unused args `start' and `end'.
3580         (flyspell-word): Adjust call accordingly.  Use ispell-send-string.
3581         Wrap calls to accept-process-output inside with-local-quit since it's
3582         often called from a post-command-hook.
3583         (flyspell-correct-word, flyspell-auto-correct-word):
3584         Use ispell-send-string.
3585         (flyspell-xemacs-popup): Remove unused arg `event'.  Update call.
3587         * calendar/diary-lib.el (diary-list-entries): Also hide the
3588         terminating newline.
3590 2005-11-16  Carsten Dominik  <dominik@science.uva.nl>
3592         * textmodes/reftex.el (reftex-use-fonts): Remove the check for
3593         window-system, to allow fonts on tty.
3595 2005-11-17  Nick Roberts  <nickrob@snap.net.nz>
3597         * progmodes/gud.el (gud-speedbar-item-info): New function.
3598         (gud-install-speedbar-variables): Use it to display data type
3599         of watch expression as a tooltip in speedbar.
3601 2005-11-15  Luc Teirlinck  <teirllm@auburn.edu>
3603         * font-core.el (global-font-lock-mode): Add :version keyword,
3604         because default was changed.
3606         * jka-cmpr-hook.el (auto-compression-mode): Ditto.
3608         * startup.el (command-line): Use `custom-reevaluate-setting' for
3609         `file-name-shadow-mode'.
3611         * loadup.el: Preload rfn-eshadow.
3613         * rfn-eshadow.el (file-name-shadow-mode): Set :init-value to t.
3614         Add :version keyword.
3615         (file-name-shadow-properties, file-name-shadow-tty-properties)
3616         (file-name-shadow): Add :version keyword.
3618         * cus-edit.el (custom-add-parent-links): Fix bug whereby, for
3619         instance, `(fringe custom-face)' shadowed `(fringe custom-group)'
3620         in the custom-group property of the symbol frames and the fringe
3621         group got no link to its parent group frames.
3622         Doc fix.
3624 2005-11-16  Nick Roberts  <nickrob@snap.net.nz>
3626         * progmodes/gud.el (gud-stop-subjob): New function.
3627         (gud-menu-map, gud-tool-bar-map): Use it.
3629 2005-11-16  Kim F. Storm  <storm@cua.dk>
3631         * progmodes/gud.el (gud-menu-map): Let [stop] stop program rather
3632         than kill it.
3633         (gud-tool-bar-map): Likewise.  Move cont/until/finish buttons
3634         to a more useful/logical place.
3636 2005-11-16  Nick Roberts  <nickrob@snap.net.nz>
3638         * progmodes/gud.el (gud-menu-map): Make visibility of stop and
3639         go buttons complementary.
3641 2005-11-15  Stefan Monnier  <monnier@iro.umontreal.ca>
3643         * rfn-eshadow.el (rfn-eshadow-regexp): Remove.
3644         (rfn-eshadow-sifn-equal): New function.
3645         (rfn-eshadow-update-overlay): Rewrite to use substitute-in-file-name.
3647 2005-11-15  Michael Kifer  <kifer@cs.stonybrook.edu>
3649         * viper-utils (viper-non-word-characters-reformed-vi): Quote `-' in
3650         string.
3652         * viper.el (viper-emacs-state-mode-list): Ensure that
3653         rcirc-mode buffers come up in Emacs state.
3655         * ediff-util (ediff-make-temp-file): Use proper file-name-handler
3656         operation.
3658 2005-11-15  Dan Nicolaescu  <dann@ics.uci.edu>
3660         * term.el (term-termcap-format): Fix typos.
3661         (term-down): Fix the negative argument case.
3663 2005-11-16  Nick Roberts  <nickrob@snap.net.nz>
3665         * progmodes/gdb-ui.el: Remove face-alias left over from change on
3666         2005-08-15.
3667         (gdb-ann3): New command gud-go.
3668         (menu): Accomodate gdb-mi.el.
3669         (gdb-assembler-custom): Make buffer of selected window current
3670         so that set-window-point works.
3672         * progmodes/gud.el (gud-menu-map, gud-tool-bar-map): Re-define
3673         buttons and include new ones.
3675 2005-11-16  Kim F. Storm  <storm@cua.dk>
3677         * progmodes/gud.el (gud-tool-bar-item-visible-no-fringe): New function.
3678         (gud-menu-map): Use it.
3680 2005-11-14  Luc Teirlinck  <teirllm@auburn.edu>
3682         * jka-cmpr-hook.el (auto-compression-mode): Enable it in a way
3683         that works correctly for Custom and that does not override a user
3684         who disables it.
3686         * help-mode.el (help-make-xrefs, help-xref-on-pp)
3687         (help-xref-interned, help-follow): Make hyperlinks for variables
3688         that are unbound, but have a non-nil variable-documentation property.
3690         * emacs-lisp/derived.el (define-derived-mode): Remove defvar for
3691         mode hook.  (It conflicted with defcustoms for some mode hooks.)
3692         Use the `variable-documentation' property to give the mode hook a
3693         docstring and expand that docstring.
3695 2005-11-14  Hrvoje Niksic  <hniksic@xemacs.org>
3697         * savehist.el (savehist-mode): Don't bother with
3698         `custom-set-minor-mode'.
3699         (savehist-coding-system): Check XEmacs version.
3700         (history-length): Declare also at run time.
3701         (savehist-mode): Don't emit a message.  Don't run the minor mode hook.
3702         Don't set the customize state.
3703         (savehist-minibuffer-hook): Special case for when
3704         minibuffer-history-variable is equal to t.
3706 2005-11-14  Stefan Monnier  <monnier@iro.umontreal.ca>
3708         * files.el (write-file): Refresh VC status.
3710         * calendar/diary-lib.el (diary-list-entries, diary-show-all-entries)
3711         (mark-diary-entries, make-diary-entry): Check default-major-mode rather
3712         than fundamental-mode to see if the mode was set.
3714 2005-11-14  Romain Francoise  <romain@orebokech.com>
3716         * dired-x.el: If `vm-visit-folder' doesn't exist, define it as a
3717         dummy function in `eval-when-compile' to avoid compiler warning.
3718         Require `man' at compile time.
3720 2005-11-14  Jay Belanger  <belanger@truman.edu>
3722         * calc-alg.el (calcFunc-write-out-power): Rename it to
3723         calcFunc-powerexpand.
3724         (math-write-out-power): Rename it to math-powerexpand; have it
3725         handle negative exponents.
3726         (calc-writeoutpower): Rename it to calc-powerexpand.
3728         * calc-ext.el: Change calcFunc-writeoutpower and
3729         calc-writeoutpower to calcFunc-powerexpand and calc-powerexpand in
3730         autoloads.
3731         Add calcFunc-ldiv to autoloads.
3733         * calc-arith.el (calcFunc-ldiv): New function.
3735         * calc.el (calc-left-divide): New function.
3737 2005-11-14  Juri Linkov  <juri@jurta.org>
3739         * cus-edit.el (custom-variable-prompt): Set the default value arg
3740         of completing-read.
3742         * cus-dep.el (custom-make-dependencies): Reverse the list of
3743         found dependencies.
3745 2005-11-14  Dan Nicolaescu  <dann@ics.uci.edu>
3747         * menu-bar.el (menu-bar-options-menu): Delete "Syntax
3748         Highlighting" entry, it is on by default now.
3749         (menu-bar-options-save): Do not save global-font-lock-mode.
3751 2005-11-13  Richard M. Stallman  <rms@gnu.org>
3753         * textmodes/flyspell.el (flyspell-large-region):
3754         Call flyspell-accept-buffer-local-defs.
3756 2005-11-13  Agustin Martin  <agustin.martin@hispalinux.es>
3758         * textmodes/flyspell.el (flyspell-notify-misspell):
3759         Fix misspelling of "Misspelling".
3760         (flyspell-process-localwords): New function.
3761         (flyspell-large-region): Call flyspell-process-localwords and
3762         flyspell-delete-region-overlays.
3763         (flyspell-delete-region-overlays): New function.
3764         (flyspell-delete-all-overlays): Call that.
3766 2005-11-13  Richard M. Stallman  <rms@gnu.org>
3768         * help.el (help-for-help-internal): Improve doc of C-h a.
3769         (describe-key): Improve prompt; doc fix.
3771 2005-11-13  Stefan Monnier  <monnier@iro.umontreal.ca>
3773         * vc-svn.el (vc-svn-registered): Catch all errors.
3775         * cus-dep.el (custom-make-dependencies): Typo.
3777 2005-11-13  Michael Albinus  <michael.albinus@gmx.de>
3779         * net/tramp-util.el (top): Fix compilation warning.
3781 2005-11-13  Kim F. Storm  <storm@cua.dk>
3783         * help.el (help-for-help-internal): Fix `a' entry.  Add `d' entry.
3785 2005-11-13  Nick Roberts  <nickrob@snap.net.nz>
3787         * progmodes/gud.el (gud-menu-map): Move parentheses (again).
3788         (gud-speedbar-buttons): Match on "const char *" too.
3790         * progmodes/gdb-ui.el (gdb-var-create-handler)
3791         (gdb-var-list-children-handler): Match on "const char *" too.
3792         (gdb-var-evaluate-expression-handler): Match on empty string.
3793         (gdb-var-update-handler): Only call
3794         gdb-var-evaluate-expression-handler when required.
3796 2005-11-13  Nick Roberts  <nickrob@snap.net.nz>
3798         * progmodes/gud.el (gud-menu-map): Revert to window-fringes for
3799         selected window.  This still doesn't work for speedbar.
3800         (gud-speedbar-buttons): Handle string expressions properly.
3802         * progmodes/gdb-ui.el (gdb-var-evaluate-expression-handler)
3803         (gdb-var-create-handler): Handle string expressions properly.
3804         (gdb-var-list-children-regexp, gdb-var-list-children-handler):
3805         Handle string expressions properly.  Move "type" field into regexp.
3807 2005-11-12  Karl Fogel  <kfogel@red-bean.com>
3809         * bookmark.el (bookmark-maybe-message): New function to reduce
3810         code duplication: invokes `message' iff baud-rate is high enough.
3811         (bookmark-write-file): Use above instead of an inline conditional.
3812         (bookmark-load): Same.
3814 2005-11-12  Karl Fogel  <kfogel@red-bean.com>
3816         * bookmark.el (bookmark-write-file): Don't visit the destination
3817         file, just write the data to it using write-region.  This is
3818         similar to saveplace.el at 2005-05-29T08:36:26Z!rms@gnu.org, but with an additional
3819         change to avoid visiting the file in the first place.
3821 2005-11-12  Chong Yidong  <cyd@stupidchicken.com>
3823         * hi-lock.el (hi-lock-mode): Set the default value of
3824         font-lock-defaults.
3826 2005-11-11  Luc Teirlinck  <teirllm@auburn.edu>
3828         * find-lisp.el (find-lisp-find-dired-insert-file): Pass `string'
3829         arg to `file-attributes'.
3830         (find-lisp-format): The UID and GID can now be strings.
3832 2005-11-12  Kim F. Storm  <storm@cua.dk>
3834         * help.el (help-map): Bind C-h d to apropos-documentation.
3836         * simple.el (what-cursor-position): Print (EOB) instead of (100%)
3837         when point is at end-of-buffer.
3839         * apropos.el (apropos-match-face): Doc fix.
3840         (apropos-sort-by-scores): Add new choice `verbose'.
3841         (apropos-documentation-sort-by-scores): New defcustom.
3842         (apropos-pattern): Now contains the pattern entered by the user.
3843         (apropos-pattern-quoted): New defvar.
3844         (apropos-regexp): New defvar, containing the regexp corresponding
3845         to apropos-pattern.
3846         (apropos-all-words-regexp): Rename from apropos-all-regexp.
3847         (apropos-read-pattern): New defun.  Use it to read pattern arg in
3848         interactive calls; returns list of words for a word list, and
3849         string for a regexp.
3850         (apropos-parse-pattern): Rename from apropos-rewrite-regexp.  Now
3851         parses a list of words or regexp as returned by apropos-read-pattern.
3852         (apropos-calc-scores): Return nil if apropos-regexp doesn't match.
3853         (apropos-score-doc): Return a very high score if the string
3854         entered by the user matches literally.
3855         (apropos-variable): Doc fix.  Use apropos-read-pattern.
3856         (apropos-command): Doc fix.  Use apropos-read-pattern and
3857         apropos-parse-pattern.  Call apropos-print with nosubst=t.
3858         (apropos, apropos-value): Doc fix. Use apropos-read-pattern and
3859         apropos-parse-pattern.
3860         (apropos-documentation): Doc fix. Use apropos-read-pattern and
3861         apropos-parse-pattern.  Locally bind apropos-sort-by-scores to
3862         apropos-documentation-sort-by-scores.  Call apropos-print with
3863         nosubst=t.
3864         (apropos-documentation-internal): Pass doc string through
3865         substitute-key-definition before adding text properties.
3866         Highlight substring matching literal user input if possible.
3867         (apropos-documentation-check-doc-file): Remove locals beg and end.
3868         Fix calculation of score (as added twice).  Pass doc string through
3869         substitute-key-definition before adding text properties.
3870         (apropos-documentation-check-elc-file): Pass doc string through
3871         substitute-key-definition before adding text properties.
3872         Highlight substring matching literal user input if possible.
3873         (apropos-print): Add new arg NOSUBST; if set, command and variable
3874         doc strings have already been passed through substitute-key-definition.
3875         Add code to handle apropos-accumulator items without score element
3876         for backwards compatibility (e.g. with woman package).
3877         Only show scores if apropos-sort-by-scores is `verbose'.
3879 2005-11-10  Stefan Monnier  <monnier@iro.umontreal.ca>
3881         * jka-cmpr-hook.el (jka-compr-install): Use push and dolist.
3882         Add jka-compr-load-suffixes to load-suffixes.
3884         * jka-compr.el: Require jka-cmpr-hook.
3885         (jka-compr-info-compress-message, jka-compr-info-compress-program)
3886         (jka-compr-info-compress-args, jka-compr-info-uncompress-message)
3887         (jka-compr-info-uncompress-program, jka-compr-info-uncompress-args)
3888         (jka-compr-info-can-append, jka-compr-info-strip-extension)
3889         (jka-compr-info-file-magic-bytes, jka-compr-get-compression-info)
3890         (jka-compr-info-regexp): Remove.  Provided by jka-cmpr-hook.
3891         (jka-compr-uninstall): Remove entries from
3892         jka-compr-added-to-file-coding-system-alist after they are used.
3893         (jka-compr-error): Remove unused var `curbuf'.
3894         (jka-compr-file-local-copy): Remove unused var `notfound'.
3896 2005-11-10  Romain Francoise  <romain@orebokech.com>
3898         * apropos.el (apropos-calc-scores): Use `apropos-pattern'.
3900 2005-11-11  Nick Roberts  <nickrob@snap.net.nz>
3902         * progmodes/gud.el (gud-menu-map): Move parentheses.
3903         (gdb): New command gud-pv.
3905 2005-11-10  Stefan Monnier  <monnier@iro.umontreal.ca>
3907         * tar-mode.el: Remove spurious or unnecessary leading stars
3908         in docstrings.
3909         (tar-header-block-tokenize): Also obey default-file-name-coding-system.
3910         (tar-parse-octal-integer-safe): Use mapc.
3911         (tar-header-block-summarize): Remove unused var `ck'.
3912         (tar-summarize-buffer): Don't clear the modified-p bit if it wasn't
3913         cleared before.  Obey default-enable-multibyte-characters.
3914         Use mapconcat.  Simplify setting of tar-header-offset.
3915         (tar-mode-map): Move initialization inside delcaration.
3916         (tar-flag-deleted): Use `abs'.
3917         (tar-expunge-internal): Remove unused var `line'.
3918         (tar-expunge-internal): Don't hardcode point-min==1.
3919         (tar-expunge): Widen while doing set-buffer-multibyte.
3920         (tar-rename-entry): Use file-name-coding-system.
3921         (tar-alter-one-field): Don't hardcode point-min==1.
3922         (tar-subfile-save-buffer): string-as-unibyte works on unibyte strings.
3923         (tar-pad-to-blocksize): Don't hardcode point-min==1.  Clarify the code.
3925 2005-11-10  Masatake YAMATO  <jet@gyve.org>
3927         * add-log.el (add-log-current-defun): Handle class::method
3928         notation of c++. Fix incorrect comment.
3930 2005-11-10  Alan Mackenzie  <acm@muc.de>
3932         * help-fns.el (describe-variable): Make C-h v work when a variable
3933         has variable documentation yet is unbound.
3935 2005-11-10  Masatake YAMATO  <jet@gyve.org>
3937         * man.el (Man-highlight-references): Set an empty
3938         string to `Man-arguments' if it is nil.
3939         Suggested by Reiner Steib <Reiner.Steib@gmx.de>.
3941 2005-11-09  Stefan Monnier  <monnier@iro.umontreal.ca>
3943         * Makefile.in (mh-loaddefs.el, loaddefs.el): Better follow the
3944         commenting conventions.
3946         * cus-dep.el (custom-make-dependencies): Simplify.
3947         Better follow the commenting conventions.
3949 2005-11-09  Richard M. Stallman  <rms@gnu.org>
3951         * apropos.el (apropos-pattern): Rename from apropos-regexp.
3952         (apropos-orig-pattern): Rename from apropos-orig-regexp.
3953         All uses changed.
3954         (apropos-rewrite-regexp): Doc fix.
3955         (apropos-variable, apropos-command, apropos, apropos-value):
3956         Change prompt; carry through the argument renaming.
3958 2005-11-09  Luc Teirlinck  <teirllm@auburn.edu>
3960         * find-lisp.el: Require dired.
3961         (find-lisp-find-dired-internal): Do not call
3962         `abbreviate-file-name' on DIR.
3964 2005-11-10  Nick Roberts  <nickrob@snap.net.nz>
3966         * progmodes/gud.el (gdb): Make gud-pp use user-defined command pp1.
3968 2005-11-09  Nick Roberts  <nickrob@snap.net.nz>
3970         * progmodes/gud.el (gud-menu-map): Ensure tool-bar is constant
3971         when using the speedbar.
3972         (gdb): New command gud-pp.
3973         (gud-menu-map, gud-tool-bar-map): Put it on the tool bar.
3975 2005-11-09  Juri Linkov  <juri@jurta.org>
3977         * replace.el (occur-excluded-properties): New defcustom.
3978         (occur-1, occur-engine, occur-accumulate-lines): Use it.
3980 2005-11-08  Jay Belanger  <belanger@truman.edu>
3982         * calc/calc-units.el (math-convert-units): Replace any composite
3983         unit by its definition.
3985 2005-11-08  Lars Hansen  <larsh@soem.dk>
3987         * emacs-lisp/autoload.el (update-directory-autoloads):
3988         Add obsolete function alias.
3990 2005-11-07  Stefan Monnier  <monnier@iro.umontreal.ca>
3992         * emacs-lisp/lisp-mode.el (lisp-mode-variables): Don't set
3993         comment-indent-function.
3994         (lisp-comment-indent): Replace by an alias for comment-indent-default.
3996         * reveal.el (reveal-post-command): Rework the handling of
3997         reveal-open-spots, so as to be more reliable.  There were several
3998         tricky corner cases where an open spot might be lost, or where
3999         a closed spot might end up on the list of open spots.
4000         Only reveal text that's ellipsised.
4002 2005-11-07  Carsten Dominik  <dominik@science.uva.nl>
4004         * textmodes/org.el (org-export-as-html): Remove bogus (debug) form.
4006 2005-11-07  John Paul Wallington  <jpw@gnu.org>
4008         * ibuffer.el (ibuffer): Search iconified frames too when
4009         getting Ibuffer buffer's window.
4011 2005-11-06  Richard M. Stallman  <rms@gnu.org>
4013         * progmodes/compile.el (compilation-internal-error-properties):
4014         save-excursion around the computation of MARKER.
4016 2005-11-06  Piet van Oostrum  <piet@cs.uu.nl>
4018         * textmodes/flyspell.el (flyspell-external-point-words):
4019         flyspell-get-word returns a list, not just a string.
4021 2005-11-06  John Paul Wallington  <jpw@pobox.com>
4023         * ibuffer.el (ibuffer): Search all visible frames when getting
4024         Ibuffer buffer's window.
4026 2005-11-07  Masatake YAMATO  <jet@gyve.org>
4028         * man.el (Man-reference-regexp): Accept spaces between
4029         `Man-name-regexp' and `Man-section-regexp'.
4030         (Man-apropos-regexp): New variable.
4031         (Man-abstract-xref-man-page): Use value for `Man-target-string'
4032         if available.
4033         (Man-highlight-references, Man-highlight-references0):
4034         Handle the case when `Man-arguments' includes "-k".
4035         (Man-highlight-references0): Rename the argument `TARGET-POS' to
4036         `TARGET'. `TARGET' can be a number, function or nil.
4038 2005-11-06  Nick Roberts  <nickrob@snap.net.nz>
4040         * progmodes/gdb-ui.el (gdb-var-create-handler, gdb-var-delete)
4041         (gdb-edit-value, gdb-speedbar-expand-node, gdb-get-create-buffer)
4042         (gdb-breakpoints-mode, gdb-toggle-breakpoint, gdb-delete-breakpoint)
4043         (gdb-goto-breakpoint, gdb-frames-mode, gdb-registers-mode)
4044         (gdb-locals-mode, gdb-find-file-hook): Use buffer-local-value.
4045         (gdb-send-item): Use buffer-local-value and simplify.
4047 2005-11-05  Luc Teirlinck  <teirllm@auburn.edu>
4049         * startup.el (command-line): Use `custom-reevaluate-setting' for
4050         `global-font-lock-mode'.
4052         * font-core.el (global-font-lock-mode): Enable `global-font-lock-mode'
4053         by default, except in batch mode or when the -D option is given.
4055         * emacs-lisp/easy-mmode.el (define-global-minor-mode): Pass all
4056         specified keyword args on to `define-minor-mode'.  Update docstring.
4058 2005-11-05  Romain Francoise  <romain@orebokech.com>
4060         * replace.el (occur-engine): Add marker at end of line, too.
4062 2005-11-04 Ken Manheimer  <ken.manheimer@gmail.com>
4064         * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
4065         (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
4066         (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
4067         (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
4068         argument to all these routines, so the passphrase can be managed
4069         externally and passed in to the system.
4070         (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
4071         pgg-add-passphrase-to-cache function.
4073         * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
4074         (pgg-pgp5-encrypt-symmetric-region, pgg-pgp5-encrypt-symmetric)
4075         (pgg-pgp5-encrypt, pgg-pgp5-decrypt-region, pgg-pgp5-decrypt)
4076         (pgg-pgp5-sign-region, pgg-pgp5-sign): Add optional PASSPHRASE
4077         argument to all these routines, so the passphrase can be managed
4078         externally and passed in to the system.
4079         (pgg-pgp5-sign-region): Use new name of pgg-add-passphrase-to-cache
4080         function.
4082 2005-11-04  Dan Nicolaescu  <dann@ics.uci.edu>
4084         * font-lock.el: Don't deal with font-lock-face-attributes here,
4085         move the code ...
4087         * startup.el (command-line): ... here. Use face-spec-set instead
4088         of custom-declare-face.
4090         * faces.el (face-spec-set): Reset the face if spec is not nil.
4092 2005-11-04  Stefan Monnier  <monnier@iro.umontreal.ca>
4094         * newcomment.el (comment-region-internal): Box more tightly in the
4095         common case where there's no TAB in the boxed text.
4097 2005-11-04  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
4099         * info.el (info-tool-bar-map): Use images prev-node, next-node and
4100         up-node.
4102 2005-11-04  Ulf Jasper  <ulf.jasper@web.de>
4104         * newsticker.el: Commentary updated. Code formatting changed.
4105         (newsticker-version): Change to "1.9".
4106         (newsticker, newsticker-feed): Doc fix.
4107         (newsticker-url-list): Doc fix.  Add option "Weekly".
4108         (newsticker-retrieval-interval): Add option "Weekly".
4109         (newsticker-headline-processing): Doc fix.
4110         (newsticker-auto-mark-filter): Remove.
4111         (newsticker-auto-mark-filter-list): New.
4112         (newsticker-layout, newsticker-sort-method): Doc fix.
4113         (newsticker-hide-old-items-in-newsticker-buffer)
4114         (newsticker-heading-format, newsticker-item-format)
4115         (newsticker-desc-format): Doc fix.
4116         (newsticker-show-all-rss-elements): Remove.
4117         (newsticker-show-all-news-elements): New.
4118         (newsticker-faces, newsticker-ticker): Doc fix.
4119         (remove-from-invisibility-spec): Code formatting.
4120         (newsticker--process-ids): New.
4121         (newsticker-mode): Doc fix.
4122         (newsticker-mode): Change mode-line-format.
4123         (newsticker-start): Remove debug output.
4124         (newsticker-start-ticker): Doc fix.  Add Autoload cookie.
4125         (newsticker-w3m-show-inline-images): Code formatting.
4126         (newsticker-next-item): Call `force-mode-line-update'.
4127         (newsticker-previous-item): Call `force-mode-line-update'.
4128         (newsticker-next-feed): Call `force-mode-line-update'.
4129         (newsticker-previous-feed): Call `force-mode-line-update'.
4130         (newsticker-mark-all-items-at-point-as-read): Code formatting.
4131         (newsticker-show-old-items): Do not show descs.
4132         (newsticker-hide-entry): Hide too much.
4133         (newsticker-hide-entry, newsticker-show-entry)
4134         (newsticker-toggle-auto-narrow-to-feed): Code formatting.
4135         (newsticker-set-auto-narrow-to-feed): Update buffer immediately.
4136         (newsticker-toggle-auto-narrow-to-item): Code formatting.
4137         (newsticker-set-auto-narrow-to-item): Update buffer immediately.
4138         (newsticker-running-p, newsticker-ticker-running-p): Autoload cookie.
4139         (newsticker-get-news): Call `force-mode-line-update'.
4140         Collect process ids.
4141         (newsticker--sentinel): Change coding system handling.
4142         Move image retrieval to new functions newsticker--get-logo-url-*.
4143         Move feed parsing to new functions newsticker--parse-*.
4144         Update list of process ids.
4145         (newsticker--get-logo-url-atom-1.0, newsticker--get-logo-url-atom-0.3)
4146         (newsticker--get-logo-url-rss-2.0, newsticker--get-logo-url-rss-1.0)
4147         (newsticker--get-logo-url-rss-0.92, newsticker--get-logo-url-rss-0.91)
4148         (newsticker--parse-atom-0.3, newsticker--parse-atom-1.0)
4149         (newsticker--parse-rss-0.91, newsticker--parse-rss-0.92)
4150         (newsticker--parse-rss-1.0, newsticker--parse-rss-2.0)
4151         (newsticker--parse-generic-feed, newsticker--parse-generic-items): New.
4152         (newsticker--decode-coding-string): Remove.
4153         (newsticker--decode-numeric-entities): Check input.  Format code.
4154         (newsticker--remove-whitespace): Check input.
4155         (newsticker--do-forget-preformatted): Doc fix.
4156         (newsticker--decode-rfc822-date): Allow for missing time.
4157         (newsticker--update-process-ids): New.
4158         (newsticker--image-sentinel): Change comment.
4159         (newsticker--image-read): Change error message.
4160         (newsticker--imenu-goto): Doc fix.  Show headline title.
4161         (newsticker--buffer-set-uptodate): Call `force-mode-line-update'.
4162         (newsticker--buffer-do-insert-text): Clean whitespace in
4163         html-rendered headline title.  Code formatting.
4164         Call `newsticker--buffer-print-extra-elements'.
4165         (newsticker--buffer-print-extra-element): Remove.
4166         (newsticker--buffer-print-extra-elements): New.
4167         (newsticker--buffer-do-print-extra-element): New.
4168         (newsticker--buffer-insert-enclosure): Doc fix.  Use MBytes for
4169         large sizes.
4170         (newsticker--run-auto-mark-filter)
4171         (newsticker--do-run-auto-mark-filter):
4172         Use `newsticker-auto-mark-filter-list'.
4174 2005-11-04  Ryan Yeske  <rcyeske@gmail.com>
4176         * net/rcirc.el: Use split-string OMIT-NULLS argument.
4177         (rcirc-print): Force redisplay before running hooks.  Do long
4178         buffer truncation after making new text read-only.  Deal with nil
4179         text when decoding strings.  If TARGET is nil, use either the
4180         currently selected buffer, if it is an rcirc buffer and of the
4181         same process or the process buffer.
4182         (rcirc-mode): Remove header-line.  Recompute short buffer names.
4183         Initialize rcirc-buffer-alist here instead of rcirc-get-buffer-create.
4184         (rcirc-short-buffer-name): Add variable.
4185         (rcirc-kill-buffer-hook): Recompute short buffer names.
4186         Remove nick from private channel.
4187         (rcirc-send-input): Send command text to current-buffer.
4188         Don't clear overlay arrow here.
4189         (rcirc-short-buffer-name): Return a short buffer name.
4190         (rcirc-update-short-buffer-names, rcirc-abbreviate)
4191         (rcirc-rebuild-tree, rcirc-make-trees): Add functions to generate
4192         buffer-name abbreviations.
4193         (rcirc-kill-buffer-hook-1): Split to make debugging easier.
4194         Do not touch nick-table when killing a parted channel.
4195         (rcirc-window-configuration-change): Rename from rcirc-update-activity.
4196         Clear arrow from current buffer if it is now hidden.
4197         (rcirc-current-buffer): Add variable.
4198         (rcirc-my-nick, rcirc-other-nick, rcirc-server)
4199         (rcirc-nick-in-message, rcirc-prompt, rcirc-mode-line-nick):
4200         Remove -face from names.
4201         (rcirc-update-activity-string): Print "DND" when globally ignoring
4202         activity.
4203         (rcirc-ignore-buffer-activity-flag): Rename from
4204         rcirc-ignore-channel-activity.
4205         (rcirc-ignore-all-activity-flag): Doc fix.
4206         (rcirc-channels): Remove variable.
4207         (rcirc-kill-buffer-hook):
4208         (rcirc-get-buffer-create): Add nick to private channel.
4209         (rcirc-multiline-edit-submit): Remove tabs.
4210         (rcirc-put-nick-channel, rcirc-channel-nicks): Look up nicks case
4211         folded.
4212         (rcirc-remove-nick-channel): Bug fix.
4213         (rcirc-toggle-ignore-buffer-activity): Rename from
4214         rcirc-toggle-ignore-channel-activity.
4215         (rcirc-record-activity): Add buffers to the front of the list.
4216         (rcirc-update-activity): Remove killed buffers from list.
4217         (rcirc-process-server-response-1): Remove last argument if it is
4218         null before calling handler.
4219         (rcirc): Add "rcirc" defcustom prefix.
4220         (rcirc-prompt): Simplify default prompt.
4221         Use custom-initialize-default.
4222         (rcirc-private-chats): Remove variable.
4223         (rcirc-prompt): Change initialization.
4224         (rcirc-version): Remove function.
4225         (rcirc-id-string): Add constant.
4226         (rcirc-last-buffer): Remove variable.
4227         (rcirc-buffer-alist): Add variable.
4228         (rcirc-connect): Update variable setup.
4229         (rcirc-sentinel, rcirc-update-prompt): Use `rcirc-buffer-alist'.
4230         (rcirc-trap-errors-flag): Rename from `rcirc-trap-errors' change
4231         default.
4232         (rcirc-handler-generic): Trigger activity.
4233         (rcirc-send-message): Create the buffor of the target.
4234         (rcirc-generate-new-buffer-name): Rename from `rcirc-get-buffer-name'.
4235         (rcirc-get-buffer): Just return nil if there is no matching buffer.
4236         (rcirc-multiline-edit-cancel): Remove function.
4237         (rcirc-set-last-buffer): Remove function.
4238         (rcirc-get-any-buffer): Add function.
4239         (rcirc-join-channels): Don't print /join text.
4240         (rcirc-toggle-ignore-channel-activity): Add and update echo area
4241         messages.
4242         (rcirc-cmd-ctcp): Use rcirc-send-string to send request.
4243         (rcirc-handler-NOTICE): Recognize CTCP responses.
4244         (rcirc-handler-332, rcirc-handler-332): Use a temp buffer for
4245         constructing TOPIC string for buffers we are not JOINed.
4246         (rcirc-handler-CTCP-response): Add handler.
4247         (rcirc-multiline-edit-submit): Restore the window-configuration
4248         before adjusting point.
4249         (rcirc): Add customization group.
4250         (rcirc-server, rcirc-port, rcirc-nick, rcirc-user-name)
4251         (rcirc-user-full-name, rcirc-startup-channels-alist)
4252         (rcirc-fill-flag, rcirc-fill-column, rcirc-fill-prefix)
4253         (rcirc-ignore-all-activity-flag, rcirc-time-format)
4254         (rcirc-input-ring-size, rcirc-read-only-flag)
4255         (rcirc-buffer-maximum-lines, rcirc-authinfo-file-name)
4256         (rcirc-auto-authenticate-flag, rcirc-prompt, rcirc-print-hooks):
4257         Change defvar to defcustom.
4258         (rcirc-update-prompt): Add optional ALL arg, which will update
4259         prompts in all rcirc buffers.  Regexp quote replacement text.
4260         (rcirc-fill-column): Accept frame-width as a value.
4261         (rcirc-set-changed): Add function.
4262         (rcirc-next-active-buffer): Write more meaningful messages.
4263         (rcirc-faces): Add customization group.
4264         (rcirc-my-nick-face, rcirc-other-nick-face, rcirc-server-face)
4265         (rcirc-nick-in-message-face, rcirc-prompt-face)
4266         (rcirc-mode-line-nick-face): Move into rcirc-faces group.
4267         (with-rcirc-process-buffer): Move before first usage.
4268         (rcirc-debug-buffer): Rename from `rcirc-log-buffer'.
4269         (rcirc-debug-flag): Rename from `rcirc-log-p'.
4270         (rcirc-debug): Rename from `rcirc-log'.
4271         (rcirc-format-response-string): Do not print `-' chars for a
4272         NOTICE with no sender.  Simplify output of server responses.
4274 2005-11-04  Henrik Enberg  <henrik.enberg@telia.com>
4276         (rcirc-browse-url-map, rcirc-browse-url-at-point)
4277         (rcirc-browse-url-at-mouse, rcirc-mangle-text): Make urls
4278         mouse and RET clickable.
4280 2005-11-04  Henrik Enberg  <henrik.enberg@telia.com>
4282         * mail/rmailout.el (rmail-output-to-rmail-file, rmail-output): Doc fix.
4284 2005-11-04  Ken Manheimer  <ken.manheimer@gmail.com>
4286         * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
4287         (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
4288         (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
4289         (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
4290         argument to all these routines, so the passphrase can be managed
4291         externally and passed in to the system.
4292         (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
4293         pgg-add-passphrase-to-cache function.
4295         * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
4296         (pgg-pgp5-encrypt-symmetric-region, pgg-pgp5-encrypt-symmetric)
4297         (pgg-pgp5-encrypt, pgg-pgp5-decrypt-region, pgg-pgp5-decrypt)
4298         (pgg-pgp5-sign-region, pgg-pgp5-sign): Add optional PASSPHRASE
4299         argument to all these routines, so the passphrase can be managed
4300         externally and passed in to the system.
4301         (pgg-pgp5-sign-region): Use new name of pgg-add-passphrase-to-cache
4302         function.
4304 2005-11-04  Edward O'Connor  <hober0@gmail.com>  (tiny change)
4306         * net/goto-addr.el (goto-address-url-regexp): Remove `data:' URLs
4307         from goto-address-url-regexp.
4309 2005-11-04  Carsten Dominik  <dominik@science.uva.nl>
4311         * textmodes/org.el (org-read-date, org-goto-calendar)
4312         (org-recenter-calendar, org-agenda-goto-calendar):
4313         Temporarily clear `calendar-move-hook'.
4315 2005-11-04  Michael Kifer  <kifer@cs.stonybrook.edu>
4317         * ediff-merge.el (ediff-merge-region-is-non-clash): Return t, if not
4318         merging.
4320         * ediff-util.el (ediff-previous-difference): Don't skip regions that
4321         have merge clashes.
4323 2005-11-04  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
4325         * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
4326         Undo previous change.
4328         * startup.el (command-line): Use `custom-reevaluate-setting' for
4329         mouse-wheel-down-event and mouse-wheel-up-event.  Don't call
4330         tty-register-default-colors on Mac.
4332 2005-11-04  Nick Roberts  <nickrob@snap.net.nz>
4334         * progmodes/gdb-ui.el (gdb-buffer-type): Remove duplicate declaration.
4335         (gdb-buffer-type): Make it automatically buffer local...
4336         (gdb-get-create-buffer): ...and set it accordingly.
4337         (gdb-frame-gdb-buffer, gdb-display-gdb-buffer): Make these
4338         actually work.
4340 2005-11-03  Dan Nicolaescu  <dann@ics.uci.edu>
4342         * font-lock.el (font-lock-warning-face): Use the more vivid red1,
4343         not red.
4345 2005-11-04  Nick Roberts  <nickrob@snap.net.nz>
4347         * progmodes/gdb-ui.el (gud-watch): Use save-selected-window in
4348         case GUD buffer is not visible.
4349         (gdb-goto-breakpoint): Try to force display in source buffer.
4350         (gdb-frame-gdb-buffer): Copy other similar functions.
4351         (gdb-restore-windows): Don't display source if not asked for.
4352         (gdb-assembler-buffer-name): Don't capitalise.
4354 2005-11-03  Richard M. Stallman  <rms@gnu.org>
4356         * wid-edit.el (key-sequence): New widget type.
4358         * simple.el (set-mark-command-repeat-pop): New variable.
4359         (set-mark-command): Only interpret plan C-@ after a pop as a pop
4360         if set-mark-command-repeat-pop is true.
4362         * info.el (Info-fontify-node): Don't display extra "see" if there
4363         already is one here.
4365         * mouse.el: Fix special handling of DEL after dragging a region:
4366         (mouse-drag-region-1): Treat mouse-set-region like mouse-set-point.
4367         (mouse-region-delete-keys): Change to defcustom.  Add [backspace].
4369         * mail/feedmail.el: Use insert-buffer-substring, not insert-buffer.
4371         * textmodes/ispell.el (ispell-command-loop): Change `i' description
4372         not to assume it pertains to an affix.
4374         * textmodes/flyspell.el (flyspell-post-command-hook):
4375         Bind deactivate-mark to prevent deactivation.
4377 2005-11-03  Lars Hansen  <larsh@soem.dk>
4379         * dired-x.el: Add menu bindings for dired-do-find-marked-files,
4380         dired-do-relsymlink, dired-flag-extension, dired-mark-extension,
4381         dired-mark-omitted, dired-do-relsymlink-regexp, dired-omit-mode.
4383 2005-11-03  Romain Francoise  <romain@orebokech.com>
4385         * net/eudcb-mab.el: Now part of GNU Emacs.  Update FSF's address.
4386         Update copyright years.
4388 2005-11-03  Sam Steingold  <sds@gnu.org>
4390         * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
4391         Use system-type instead of window-system because window-system is not
4392         correctly defined during loadup.
4394 2005-11-02  Mark A. Hershberger  <mah@everybody.org>
4396         * xml.el (xml-syntax-table): Allow xml.el to compile in xemacs.
4397         (xml-parse-tag): Join strings separated by a comment properly.
4399 2005-11-02  Andreas Schwab  <schwab@suse.de>
4401         * emacs-lisp/byte-opt.el (byte-optimize-pure-func): Fix last fix.
4403 2005-11-02  Stefan Monnier  <monnier@iro.umontreal.ca>
4405         * emacs-lisp/byte-opt.el (string-to-syntax): Mark it as pure.
4406         (byte-optimize-pure-func): Quote the eval'd value.
4408         * progmodes/perl-mode.el (perl-font-lock-special-syntactic-constructs):
4409         Rename from perl-font-lock-syntactic-face-function.
4410         Change the calling convention so it can be used as a font-lock MATCHER.
4411         Do the parse-partial-sexp loop outselves.
4412         (perl-font-lock-syntactic-keywords): Use it.
4413         (perl-mode): Don't set font-lock-syntactic-face-function any more.
4415 2005-11-02  Nick Roberts  <nickrob@snap.net.nz>
4417         * progmodes/gdb-ui.el (gdb-mouse-until): Make it work in the
4418         disassembly buffer too.
4419         (gdb-exited): Remove overlay arrows when execution has finished.
4420         (gdb-info-frames-custom, gdb-info-threads-custom)
4421         (gdb-info-registers-custom): Don't add inappropriate text
4422         properties if inferior is not active.
4424 2005-11-02  Glenn Morris  <rgm@gnu.org>
4426         * progmodes/fortran.el (fortran-blink-match):
4427         Use `blink-matching-delay'.
4429 2005-11-02  John Mongan <jmongan@mccammon.ucsd.edu>  (tiny change)
4431         * progmodes/f90.el (f90-match-end): Use `blink-matching-delay'.
4433 2005-11-02  Lars Hansen  <larsh@soem.dk>
4435         * net/tramp.el (tramp-action-out-of-band): Handle scp message
4436         "Permission denied".
4438 2005-11-01  Richard M. Stallman  <rms@gnu.org>
4440         * textmodes/flyspell.el (flyspell-external-point-words):
4441         Pass nil to flyspell-get-word.
4443 2005-11-02  Kim F. Storm  <storm@cua.dk>
4445         * menu-bar.el (menu-bar-options-menu): Show "Shift Movement (CUA)"
4446         item instead of "C-x/C-c/C-v (CUA)" if cua-enable-cua-keys is nil.
4448 2005-11-01  Stefan Monnier  <monnier@iro.umontreal.ca>
4450         * calendar/cal-menu.el (date, event): Don't declare as dynamic-var.
4451         (calendar-mouse-holidays, calendar-mouse-view-diary-entries)
4452         (calendar-mouse-print-dates): Add optional `event' argument.
4453         Update interactive-spec.
4454         (calendar-mouse-cal-tex-menu, cal-tex-mouse-filofax):
4455         Use `calendar-event-to-date' instead of `event'.
4457 2005-11-02  Masatake YAMATO  <jet@gyve.org>
4459         * progmodes/ld-script.el (ld-script-builtins):
4460         Add more words: "DATA_SEGMENT_ALIGN", "DATA_SEGMENT_END",
4461         "DATA_SEGMENT_RELRO_END", "LENGTH", "ORIGIN", and "SEGMENT_START".
4462         (auto-mode-alist): Accept .ld, .lds, ld.in and .lds.in.
4464 2005-11-01  Romain Francoise  <romain@orebokech.com>
4466         * vc-sccs.el: Update copyright year.
4467         * ezimage.el: Likewise.
4469 2005-11-01  KOBAYASHI Yasuhiro <kobayays@otsukakj.co.jp>  (tiny change)
4471         * info.el (Info-fontify-node): Use `string-width' for fontifying
4472         underlined titles.
4474 2005-11-01  Juri Linkov  <juri@jurta.org>
4476         * info.el (Info-fontify-node): Downcase node header keywords Node,
4477         Prev, Next, Up before comparison.
4478         (Info-history): Insert absolute directory name, and put invisible
4479         property on it.
4481 2005-11-01  Juri Linkov  <juri@jurta.org>
4483         * info.el (Info-file-supports-index-cookies): New variable.
4484         (Info-find-node-2): Check makeinfo version for index cookie support.
4485         (Info-index-nodes): Search for nodes with index cookies only when
4486         Info-file-supports-index-cookies is t.  Otherwise, search nodes
4487         with "Index" in the node name.
4488         (Info-index-node): Search index cookie in the current node only when
4489         Info-file-supports-index-cookies is t.  Otherwise, check the word
4490         "Index" in the node name.
4491         (Info-find-emacs-command-nodes): Remove code that searches nodes
4492         with "Index" node name in the top menu.
4494 2005-11-01  Stefan Monnier  <monnier@iro.umontreal.ca>
4496         * progmodes/scheme.el (scheme-mode-variables): Use the default
4497         comment-indent-function.
4499         * faces.el (face-attribute): Handle the case where a face inherits from
4500         a non-existent face.
4502         * simple.el (eval-expression-print-format): Use lisp-readable syntax
4503         for octal and hexa output, and merge the char into the paren.
4504         (kill-new): Use push.
4505         (copy-to-buffer): Use with-current-buffer.
4506         (completion-setup-function): Move code in loop to remove redundancy.
4507         (minibuffer-local-must-match-map): Don't add bindings that duplicate
4508         those inherited from minibuffer-local-completion-map.
4510         * savehist.el (savehist-mode) <defcustom>:
4511         Use custom-set-minor-mode if available.
4512         (savehist-mode) <defun>: Run the minor mode hook, set the custom state
4513         and emit a message if applicable.
4515 2005-11-01  Hrvoje Niksic  <hniksic@xemacs.org>
4517         * savehist.el: Sync up to version 19.
4518         (savehist-mode): New minor mode.
4519         (savehist-file): Use ~/.emacs.d or ~/.xemacs if available.
4520         (savehist-length): Remove (use history-length instead).
4521         (savehist-file-modes): Rename from savehist-modes.
4522         (savehist-save-hook, savehist-loaded): New vars.
4523         (savehist-load): Use savehist-mode.  Try to smooth up transition from
4524         old format to new format.
4525         (savehist-install): Allow savehist-autosave-interval to be nil.
4526         (savehist-save): Run the new hook.  Be more careful to only trim the
4527         history variables.
4528         (savehist-trim-history): New fun.  Replaces savehist-process-for-saving.
4529         (savehist-printable): Print into a buffer rather than char-by-char.
4531 2005-11-01  John Wiegley  <johnw@newartisans.com>
4533         * iswitchb.el (iswitchb-define-mode-map): Re-enable the
4534         toggle-ignore keybinding (C-a).  The author said it had been
4535         disabled much earlier due to a possible incompatibility, but after
4536         many months of usage I have encountered no problems (and it is a
4537         rather useful option, especially for switching to " *temp*").
4539         * net/eudcb-mab.el (eudc-mab-query-internal): Add backend
4540         support for OS/X's AddressBook, by calling out to the open source
4541         program "contacts" (installable through Fink).
4543         * net/eudc.el (eudc-expand-inline): If the
4544         `eudc-multiple-match-handling-method' is set to `all', delete the
4545         query string before inserting the query result.
4547         * eshell/em-ls.el (eshell-do-ls): Add no-op support for --dired
4548         flag, to prevent Eshell from using the system ls when
4549         `eshell-ls-insert-directory' is in used.
4550         (eshell-ls-insert-directory): Disable font-lock in directory
4551         buffer so that Eshell's own fontification is seen.  This broke
4552         recently due to changes in font-lock, so this goes back to version
4553         21 behavior.
4555 2005-11-01  Nick Roberts  <nickrob@snap.net.nz>
4557         * progmodes/gdb-ui.el (gdb-use-inferior-io-buffer): New function.
4558         (menu, toggle-gdb-use-inferior-io-buffer): Get rid of defadvice.
4559         (gdb-many-windows): Doc fix.
4561 2005-10-31  Romain Francoise  <romain@orebokech.com>
4563         * help-fns.el (describe-simplify-lib-file-name): Add autoload cookie.
4565 2005-10-31  Dan Nicolaescu  <dann@ics.uci.edu>
4567         * loadup.el: Load emacs-lisp/syntax, font-lock and jit-lock so
4568         that global-font-lock-mode can be enabled by default.
4570         * font-lock.el (font-lock-keywords, font-lock-mode-internal)
4571         (font-lock-add-keywords, font-lock-remove-keywords)
4572         (font-lock-fontify-buffer): Remove autoload cookies.
4574         * jit-lock.el (jit-lock-register): Likewise.
4576         * emacs-lisp/syntax.el (syntax-ppss): Likewise.
4578 2005-10-31  Nick Roberts  <nickrob@snap.net.nz>
4580         * progmodes/gdb-ui.el (gdb-many-windows): Leave window configuration
4581         intact if there is no gud-comint-buffer.
4583 2005-10-31  Luc Teirlinck  <teirllm@auburn.edu>
4585         * progmodes/gud.el (gud-filter): Use comint-update-fence to delete
4586         old prompt comint-prompt-read-only is t and GDB commands are
4587         issued from tool bar etc.
4589 2005-10-31  Masatake YAMATO  <jet@gyve.org>
4591         * vc.el (vc-directory-exclusion-list): Add "{arch}".
4593 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
4595         * thumbs.el (thumbs-thumbsdir): Default to ~/.emacs.d/thumbs.
4596         (thumbs-thumbsdir): Make .emacs.d if it does not exist.
4598 2005-10-30  Michael Albinus  <michael.albinus@gmx.de>
4600         * net/tramp.el (tramp-chunksize): Escape parentheses in docstring
4601         starting at beginning of line.  Fontification is messed up when
4602         `open-paren-in-column-0-is-defun-start' set to t.
4603         Reported by John Paul Wallington <jpw@pobox.com>.
4605 2005-10-30  Luc Teirlinck  <teirllm@auburn.edu>
4607         * comint.el (comint-send-input): Call `comint-update-fence' when
4608         `comint-process-echoes' and `comint-prompt-read-only' are both
4609         non-nil, to avoid leftover read-only newline.
4611 2005-10-30  Richard M. Stallman  <rms@gnu.org>
4613         * textmodes/flyspell.el (flyspell-external-point-words):
4614         Detect when WORD can't be checked properly because
4615         flyspell-get-word finds just part of it, and move on.
4617         * textmodes/ispell.el (ispell-dictionary-alist-5): Add . as
4618         boundarychar for Polish.
4619         (ispell-dictionary-alist-4): Add . as boundarychar for Italian.
4620         (ispell-dictionary-alist-3): Add . and @ as boundarychars for French.
4622 2005-10-31  Nick Roberts  <nickrob@snap.net.nz>
4624         * progmodes/gdb-ui.el (gdb-tooltip-print-1): Fix regexp.
4625         (gdb-registers-font-lock-keywords): Delete.
4626         (gdb-registers-mode): Don't fontify.
4627         (gdb-info-registers-custom): Use text properties instead as, in
4628         future, changed register values will use font-lock-warning-face.
4629         (gdb-local-font-lock-keywords): Rename to...
4630         (gdb-locals-font-lock-keywords): ...for consistency.
4632 2005-10-30  Andre Spiegel  <spiegel@gnu.org>
4634         * vc.el (vc-switch-backend): Better error message if the buffer is
4635         not visiting a file under version control.
4637         * vc-cvs.el (vc-cvs-delete-file): Commit the file after removing it.
4639 2005-10-29  Chong Yidong  <cyd@stupidchicken.com>
4641         * startup.el (command-line): Use ~/.emacs.d/init.el instead of
4642         ~/.emacs.d/.emacs.
4644 2005-10-29  Richard M. Stallman  <rms@gnu.org>
4646         * replace.el (occur-mode-mouse-goto): Always go to other window.
4647         (occur-mode-goto-occurrence): Always switch in same window.
4649         * simple.el (undo): Display message at end, not at start.
4651         * emacs-lisp/timer.el (timer-activate, timer-activate-when-idle):
4652         New arg REUSE-CELL.
4653         (cancel-timer-internal): New function.
4654         (timer-event-handler): Use cancel-timer-internal,
4655         and pass the cell it returns to timer-activate...
4657         * jit-lock.el (jit-lock-function, jit-lock-stealth-fontify)
4658         (jit-lock-deferred-fontify, jit-lock-context-fontify)
4659         (jit-lock-after-change): Test memory-full.
4661 2005-10-29  Ken Manheimer  <ken.manheimer@gmail.com>
4663         * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
4664         part of the decoded armor to find the key-identifier.
4665         (pgg-gpg-lookup-key-owner): New function to return the
4666         human-readable identifier of a key owner.
4667         (pgg-gpg-lookup-id-from-key-owner): Make it easy to identify the
4668         key itself.
4669         (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
4670         the key value) if we have a key and can match it against a secret
4671         key.  Also, added a note pointing out fact that the prompt only
4672         indicates the first matching key.
4674         * pgg.el (pgg-decrypt): Passing along PASSPHRASE in call to
4675         pgg-decrypt-region.
4676         (pgg-pending-timers): A new hash for tracking the passphrase cache
4677         timers, so that new ones supercede old ones.
4678         (pgg-add-passphrase-to-cache): Rename from
4679         `pgg-add-passphrase-cache' to reduce confusion (all callers
4680         changed).  Modified to cancel old timers when new ones are added.
4681         (pgg-remove-passphrase-from-cache): Rename from
4682         `pgg-remove-passphrase-cache' to reduce confusion (all callers
4683         changed).  Modified to cancel old timers when their keys are
4684         removed from the cache.
4685         (pgg-cancel-timer): In Emacs, an alias for cancel-timer; in
4686         XEmacs, an indirection to delete-itimer.
4687         (pgg-read-passphrase-from-cache, pgg-read-passphrase):
4688         Extract pgg-read-passphrase-from-cache from pgg-read-passphrase so
4689         users can only check cache without risk of prompting.  Correct bug in
4690         notruncate behavior.
4691         (pgg-read-passphrase-from-cache, pgg-read-passphrase)
4692         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
4693         Add informative docstrings.
4694         (pgg-decrypt): Convey provided passphrase in subordinate call to
4695         pgg-decrypt-region.
4697         * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
4698         (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
4699         (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
4700         'passphrase' argument, so the passphrase can be managed externally
4701         and then passed in to the system.
4703         * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
4704         (pgg-remove-passphrase-cache): Add optional NOTRUNCATE argument,
4705         so the passphrase cache can be used reliably with identifiers
4706         besides a pgp packet's key id.
4708         * pgg-gpg.el (pgg-pgp-encrypt-region)
4709         (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
4710         (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
4711         (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
4712         argument to all these routines, so the passphrase can be managed
4713         externally and passed in to the system.
4715         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
4716         'notruncate' argument, so the passphrase cache can be used
4717         reliably with identifiers besides a pgp packet's key id.
4719 2005-10-29  Sascha Wilde  <swilde@sha-bang.de>
4721         * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
4722         symmetric encryption.
4723         (pgg-gpg-symmetric-key-p): New function to check for an symmetric
4724         encrypted session key.
4725         (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
4726         message ask for the passphrase in a proper way.
4728         * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
4729         New user commands for symmetric encryption.
4731 2005-10-29  Roland Winkler  <roland.winkler@physik.uni-erlangen.de>
4733         * textmodes/conf-mode.el (conf-assignment-sign)
4734         (conf-assignment-regexp): Fix docstrings.
4735         (conf-mode-initialize): New function.
4736         (conf-mode): Remove optional args.  Use delay-mode-hooks to
4737         recognize recursive calls.
4738         (conf-unix-mode, conf-windows-mode, conf-javaprop-mode)
4739         (conf-space-mode, conf-colon-mode, conf-ppd-mode)
4740         (conf-xdefaults-mode): Use define-derived-mode and
4741         conf-mode-initialize.
4743 2005-10-29  Romain Francoise  <romain@orebokech.com>
4745         * help-fns.el (describe-simplify-lib-file-name): Fix regexp.
4747 2005-10-29  Ken Manheimer  <ken.manheimer@gmail.com>
4749         * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
4750         part of the decoded armor to find the key-identifier.
4751         (pgg-gpg-lookup-key-owner): New function to return the
4752         human-readable identifier of a key owner.
4753         (pgg-gpg-lookup-id-from-key-owner): Make it easy to identify the
4754         key itself.
4755         (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
4756         the key value) if we have a key and can match it against a secret
4757         key.  Also, added a note pointing out fact that the prompt only
4758         indicates the first matching key.
4760         * pgg.el (pgg-decrypt): Passing along PASSPHRASE in call to
4761         pgg-decrypt-region.
4762         (pgg-pending-timers): A new hash for tracking the passphrase cache
4763         timers, so that new ones supercede old ones.
4764         (pgg-add-passphrase-to-cache): Rename from
4765         `pgg-add-passphrase-cache' to reduce confusion (all callers
4766         changed).  Modified to cancel old timers when new ones are added.
4767         (pgg-remove-passphrase-from-cache): Rename from
4768         `pgg-remove-passphrase-cache' to reduce confusion (all callers
4769         changed).  Modified to cancel old timers when their keys are
4770         removed from the cache.
4771         (pgg-cancel-timer): In Emacs, an alias for cancel-timer; in
4772         XEmacs, an indirection to delete-itimer.
4773         (pgg-read-passphrase-from-cache, pgg-read-passphrase):
4774         Extract pgg-read-passphrase-from-cache from pgg-read-passphrase so
4775         users can only check cache without risk of prompting.  Correct bug in
4776         notruncate behavior.
4777         (pgg-read-passphrase-from-cache, pgg-read-passphrase)
4778         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
4779         Add informative docstrings.
4780         (pgg-decrypt): Convey provided passphrase in subordinate call to
4781         pgg-decrypt-region.
4783 2005-10-20  Ken Manheimer <ken.manheimer+emacs@gmail.com>
4785         * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
4786         (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
4787         (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
4788         'passphrase' argument, so the passphrase can be managed externally
4789         and then passed in to the system.
4791         * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
4792         (pgg-remove-passphrase-cache): Add optional NOTRUNCATE argument,
4793         so the passphrase cache can be used reliably with identifiers
4794         besides a pgp packet's key id.
4796         * pgg-gpg.el (pgg-pgp-encrypt-region)
4797         (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
4798         (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
4799         (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
4800         argument to all these routines, so the passphrase can be managed
4801         externally and passed in to the system.
4803         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
4804         'notruncate' argument, so the passphrase cache can be used
4805         reliably with identifiers besides a pgp packet's key id.
4807 2005-10-29  Sascha Wilde  <swilde@sha-bang.de>
4809         * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
4810         symmetric encryption.
4811         (pgg-gpg-symmetric-key-p): New function to check for an symmetric
4812         encrypted session key.
4813         (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
4814         message ask for the passphrase in a proper way.
4816         * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
4817         New user commands for symmetric encryption.
4819 2005-10-28  Bill Wohler  <wohler@newt.com>
4821         * help-mode.el (help-url): New button type. Calls browse-url.
4822         (help-xref-url-regexp): New regexp to recognize URLs in docstring.
4823         Similar to Info nodes: URL `url'.
4824         (help-make-xrefs): Create help-url buttons for
4825         help-xref-url-regexp matches.
4827 2005-10-29  Nick Roberts  <nickrob@snap.net.nz>
4829         * tool-bar.el (tool-bar-add-item-from-menu)
4830         (tool-bar-local-item-from-menu): Fix doc strings.
4832 2005-10-28  Romain Francoise  <romain@orebokech.com>
4834         * ldefs-boot.el: Update.
4836         * subr.el (locate-library): Move from help-fns.el.
4837         * help-fns.el (locate-library): Move to subr.el.
4839 2005-10-28  Richard M. Stallman  <rms@gnu.org>
4841         * net/tramp.el (tramp-completion-mode): defvar moved up.
4843         * emacs-lisp/easymenu.el (easy-menu-change): Doc fix.
4845         * tool-bar.el (tool-bar-mode): Delete autoload cookie.
4847         * files.el (find-file-noselect): Use %d to format large file size.
4849         * bindings.el (mode-line-format): Add %e.
4851         * loadup.el ("facemenu"): Load unconditionally.
4852         ("image", "international/fontset", "dnd", "mwheel", "tool-bar"):
4853         ("x-dnd"): Load, when appropriate.
4855         * startup.el (command-line): Call before-init-hook earlier.
4856         Warn about some bad characters in -u user name.
4858         * textmodes/flyspell.el (flyspell-large-region): Pass -t if Tex file.
4859         (flyspell-external-point-words): Error if misspelled word is not found.
4860         Set flyspell-large-region-beg at end of word.
4862 2005-10-28  Andreas Schwab  <schwab@suse.de>
4864         * view.el (View-revert-buffer-scroll-page-forward):
4865         Use view-page-size-default.
4867 2005-10-28  Juri Linkov  <juri@jurta.org>
4869         * international/quail.el (quail-get-current-str): Translate last
4870         raw character for deterministic input methods.
4872 2005-10-27  Jay Belanger  <belanger@truman.edu>
4874         * calc/calc-ext.el: Add functions to autoloads.
4875         (math-identity-matrix-p, math-ident-row-p): New functions.
4877         * calc/calc-arith.el (calc-mul-symb-fancy): Add checks for
4878         multiplication by an identity matrix; don't turn multiplication by
4879         an inverse matrix into division.
4880         (math-div-symbol-fancy):  Replace division by matrices with
4881         multiplication by inverse.
4883         * calc/calc-misc.el (calcFunc-inv): Check for symbolic matrices.
4885         * calc/calc-alg.el (calcFunc-writeoutpower, math-write-out-power)
4886         (calc-writeoutpower): New functions.
4888 2005-10-27  Romain Francoise  <romain@orebokech.com>
4890         * replace.el (occur-engine): Include colon in mouse-face highlight.
4892         * dired-x.el: Change Maintainer field.
4894 2005-10-26  Chong Yidong  <cyd@stupidchicken.com>
4896         * longlines.el (longlines-mode): Bind after-change-functions to
4897         nil during initial decoding and final encoding.
4899 2005-10-26  Dan Nicolaescu  <dann@ics.uci.edu>
4901         * term.el (term-emulate-terminal, term-handle-colors-array)
4902         (term-handle-ansi-escape): Specify the terminfo capabilities
4903         implemented.
4905 2005-10-26  Richard M. Stallman  <rms@gnu.org>
4907         * info.el (Info-fontify-node): Fix detection of sentence-break
4908         before *Note.
4910 2005-10-26  Romain Francoise  <romain@orebokech.com>
4912         * smerge-mode.el: Add `tools' to file keywords.
4914 2005-10-26  Nick Roberts  <nickrob@snap.net.nz>
4916         * progmodes/gud.el (gud-menu-map): Only display gud-until icon
4917         when the fringe is not available.
4919         * progmodes/gdb-ui.el (def-gdb-auto-updated-buffer)
4920         (def-gdb-auto-update-trigger): Simplify construction.
4921         (gdb-locals-buffer): Use def-gdb-auto-update-trigger instead of
4922         def-gdb-auto-updated-buffer as gdb-info-locals-handler is
4923         defined explicitly.
4924         (gdb-assembler-buffer): Use def-gdb-auto-update-handler instead of
4925         def-gdb-auto-updated-buffer as gdb-invalidate-assembler is
4926         defined explicitly.
4927         (gdb-info-locals-custom): Remove as it's a no-op.
4929 2005-10-25  Chong Yidong  <cyd@stupidchicken.com>
4931         * longlines.el (longlines-mode): Remove narrowing before
4932         performing the initial decoding or final encoding.
4934 2005-10-25  Romain Francoise  <romain@orebokech.com>
4936         * emacs-lisp/find-func.el (find-library-name): Also strip
4937         extension if library name ends in .el, to take advantage of
4938         `find-library-suffixes'.
4940 2005-10-25  Richard M. Stallman  <rms@gnu.org>
4942         * menu-bar.el (menu-bar-help-menu): Say which kind of therapist.
4944 2005-10-25  Juri Linkov  <juri@jurta.org>
4946         * textmodes/texinfo.el (texinfo-mode): Change charset of one
4947         quotation mark from [mule-unicode-0100-24ff] to [japanese-jisx0208].
4949 2005-10-25  Stefan Monnier  <monnier@iro.umontreal.ca>
4951         * play/blackbox.el (blackbox-mode-map): Move init into declaration.
4952         (blackbox-redefine-key): Add argument `map'.
4954         * jit-lock.el (jit-lock-fontify-now): Be careful not to skip multiline
4955         regions when moving the jit-lock-context-unfontify-pos boundary.
4957 2005-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
4959         * net/browse-url.el (browse-url-of-buffer): Add ".html" to filename.
4961 2005-10-25  Masatake YAMATO  <jet@gyve.org>
4963         * dired-x.el (dired-virtual): Don't use `dired-insert-headerline'.
4965 2005-10-25  Michael Cadilhac  <michael.cadilhac-@t-lrde.epita.fr>  (tiny change)
4967         * play/blackbox.el (blackbox-redefine-key): New function.
4968         (blackbox-mode-map): Use it to remap existing bindings for cursor
4969         motion instead of binding literal keys.
4971 2005-10-25  Glenn Morris  <rgm@gnu.org>
4973         * calendar/diary-lib.el (diary-list-entries): Prevent infloop when
4974         diary does not end in a newline.  Do not assume a blank line at
4975         the start of the diary file.
4977 2005-10-25  Kenichi Handa  <handa@m17n.org>
4979         * international/quail.el (quail-translate-key): If the input
4980         method is deterministic and failed to handle the last key, restart
4981         the key handling loop from an appropriate key.
4983 2005-10-25  Michael Albinus  <michael.albinus@gmx.de>
4985         * vc.el (vc-dired-mode): Extend comment for binding of
4986         `directory-listing-before-filename-regexp'.
4988 2005-10-25  Stefan Monnier  <monnier@iro.umontreal.ca>
4990         * textmodes/texinfo.el (texinfo-mode):
4991         * textmodes/paragraphs.el (sentence-end-base): Use real chars, so as
4992         not to unnecessarily expose emacs-mule's internal char codes.
4994 2005-10-25  Nick Roberts  <nickrob@snap.net.nz>
4996         * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Correct help-echo.
4997         Display hand pointer and help-echo on disabled icon too.
4998         (gdb-mouse-until): New function.
4999         (gdb-ann3): Bind it to mouse-2 and drag-mouse-1 in left fringe.
5001 2005-10-24  Chong Yidong  <cyd@stupidchicken.com>
5003         * menu-bar.el (menu-bar-help-menu): Rename "psychiatrist", in line
5004         with 2005-10-23 change to doctor.el.
5006         * finder.el (finder-mode-map): Add follow-link binding.
5008 2005-10-25  Kim F. Storm  <storm@cua.dk>
5010         * progmodes/gdb-ui.el (gdb-ann3): Bind mouse-3 in left fringe
5011         to gdb-mouse-toggle-breakpoint-fringe.
5012         (gdb-mouse-toggle-breakpoint-margin): Rename from
5013         gdb-mouse-toggle-breakpoint. Fix doc.
5014         (gdb-mouse-toggle-breakpoint-fringe): New defun.
5015         (gdb-put-string): Add optional SPROPS arg.  Add props to string.
5016         (gdb-put-breakpoint-icon): Add gdb-bptno and gdb-enabled
5017         string properties also for fringe breakpoint bitmaps.
5019 2005-10-24  Carsten Dominik  <dominik@science.uva.nl>
5021         * textmodes/org.el (org-start-icalendar-file): Fix format form.
5023 2005-10-25  Masatake YAMATO  <jet@gyve.org>
5025         * simple.el (completion-common-substring):
5026         Use `completion-common-substring' prior to `completion-base-size'.
5028 2005-10-24  Hrvoje Niksic  <hniksic@xemacs.org>
5030         * savehist.el: Require CL while compiling.
5031         (savehist-history-variables): Remove.
5032         (savehist-save-minibuffer-history, savehist-additional-variables)
5033         (savehist-minibuffer-history-variables): New vars.
5034         (savehist-save): Use them.
5035         (savehist-uninstall, savehist-minibuffer-hook): New funs.
5036         (savehist-install): New fun, extracted from savehist-load.
5037         (savehist-load): Use them.
5039 2005-10-24  Stefan Monnier  <monnier@iro.umontreal.ca>
5041         * emacs-lisp/lisp-mode.el (easy-mmode-define-global-mode): Don't add
5042         a dummy doc-string-elt property.
5043         (defalias, defvaralias, define-category): Add a docstring property.
5045         * image.el (defimage):
5046         * widget.el (define-widget):
5047         * custom.el (defface, defcustom): Add `doc-string' declaration.
5049         * emacs-lisp/advice.el (ad-make-advised-definition): Fix arg-order.
5050         (defadvice): Add `doc-string' declaration.
5052         * emacs-lisp/byte-run.el (macro-declaration-function):
5053         Handle `doc-string' declarations.
5054         (define-obsolete-function-alias, define-obsolete-variable-alias):
5055         Add `doc-string' declaration.
5057 2005-10-24  Kenichi Handa  <handa@m17n.org>
5059         * international/utf-7.el (utf-7): Add autoload cookie.
5061         * term/x-win.el: Register more Cyrillic characters in x-keysym-table.
5063 2005-10-24  Eli Zaretskii  <eliz@gnu.org>
5065         * makefile.w32-in (autoloads): Use "." instead of $(lisp) in the
5066         list of directories passed to batch-update-autoloads.  Add "." to
5067         the list of the echoed directories.
5069         * pgg-def.el:
5070         * pgg-gpg.el:
5071         * pgg-parse.el:
5072         * pgg-pgp.el:
5073         * pgg-pgp5.el:
5074         * pgg.el: Moved here from the gnus subdirectory.
5076 2005-10-24  Nick Roberts  <nickrob@snap.net.nz>
5078         * progmodes/gud.el (gud-filter): Bind inhibit-read-only to t
5079         in case comint-prompt-read-only is set to t.
5081         * progmodes/gdb-ui.el (gdb-send): Bind inhibit-read-only to t
5082         in case comint-prompt-read-only is set to t.
5084 2005-10-24  Ulf Jasper  <ulf.jasper@web.de>
5086         * calendar/icalendar.el (icalendar-version): Increase to 0.13.
5087         Now a string.
5088         (icalendar-import-format): Handle CLASS, STATUS, URL.
5089         Rename `subject' to `summary'.
5090         (icalendar-import-format-summary): Rename from
5091         `icalendar-import-format-subject'.
5092         (icalendar-import-format-url, icalendar-import-format-status)
5093         (icalendar-import-format-class): New variables.
5094         (icalendar--rris): Take variable argument list.
5095         (icalendar--datestring-to-isodate): Remove unnecessary
5096         calendar-style check when converting dates with explicit month names.
5097         (icalendar-export-region): Change return type of conversion
5098         subroutines.  Bury current buffer unless error occurred.
5099         (icalendar--convert-to-ical)
5100         (icalendar--parse-summary-and-rest): New functions.
5101         (icalendar--convert-ordinary-to-ical)
5102         (icalendar--convert-weekly-to-ical)
5103         (icalendar--convert-yearly-to-ical)
5104         (icalendar--convert-block-to-ical)
5105         (icalendar--convert-cyclic-to-ical)
5106         (icalendar--convert-anniversary-to-ical): Change return type.
5107         Strip trailing blanks from subject.
5108         (icalendar--convert-sexp-to-ical): Change return type.
5109         Strip trailing blanks from subject.  Handle simple sexp
5110         entries as generated by icalendar.el.
5111         (icalendar--convert-float-to-ical)
5112         (icalendar--convert-date-to-ical): Strip trailing blanks from subject.
5113         (icalendar-import-file): Doc fix.
5114         (icalendar--format-ical-event): Handle CLASS, STATUS, URL.
5115         Correct call to icalendar--rris.
5116         (icalendar--convert-ical-to-diary): Doc fix.  Rename `subject' to
5117         `summary'.
5118         (icalendar--add-diary-entry): Rename `subject' to `summary'.
5120 2005-10-24  Romain Francoise  <romain@orebokech.com>
5122         * server.el (server-sentinel): Set query-on-exit flag to nil on
5123         new client processes (it isn't inherited from the server process).
5125         * replace.el (occur-engine): Rearrange text properties.
5127 2005-10-23  Stefan Monnier  <monnier@iro.umontreal.ca>
5129         * emacs-lisp/debug.el (debugger-make-xrefs): Don't assume
5130         case-fold-search is nil.
5131         (debug-help-follow): Use help-xref-interned directly.
5133 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
5135         * thumbs.el (thumbs-image-type): Add .pbm.
5137 2005-10-23  Richard M. Stallman  <rms@gnu.org>
5139         * faces.el (inhibit-face-set-after-frame-default): New variable.
5140         (set-face-attribute): Bind it.
5141         (face-set-after-frame-default): Test it.
5143         * help-fns.el (describe-simplify-lib-file-name): New function.
5144         (describe-function-1, describe-variable): Use it.
5146         * faces.el (describe-face): Use describe-simplify-lib-file-name.
5148         * tooltip.el (tooltip-x-offset, tooltip-y-offset): Change defaults.
5149         Eliminate nil as possible value.
5150         (tooltip-hide-delay): Reduce internal-border-width.
5152         * menu-bar.el (menu-bar-file-menu) <dired>: Change help-echo string.
5153         (menu-bar-file-menu) <new-file>: Likewise.
5155         * simple.el (line-move-finish): Ignore fields computing LINE-END.
5157         * international/mule.el (load-with-code-conversion):
5158         Pass full file name to `eval-buffer' unless preloading.
5160         * textmodes/flyspell.el (flyspell-large-region):
5161         Call ispell-check-version.
5163         * textmodes/ispell.el (ispell-local-dictionary-overridden):
5164         Fix the make-variable-buffer-local call that was supposed
5165         to be for this variable.
5166         (ispell-aspell-supports-utf8): Doc fix.
5167         (ispell-find-aspell-dictionaries): Preserve elements of
5168         ispell-dictionary-alist for dictionaries that aspell doesn't report.
5169         (ispell-aspell-find-dictionary): Return nil on error.
5171         * play/doctor.el (doctor-doc): Don't say "psychiatrist".
5172         (doctor-symptoms): Likewise.
5174         * add-log.el (add-log-current-defun): Clean up handling of DEFUNs.
5176 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
5178         * cus-edit.el (custom-button, custom-button-pressed): New vars.
5179         (custom-raised-buttons): Add :set spec.
5180         (custom-button-unraised, custom-button-pressed-unraised):
5181         New faces, so that custom-raised-buttons actually does something.
5182         (custom-mode): Use custom-button and custom-button-pressed.
5184         * wid-edit.el (widget-specify-button): Don't ignore
5185         widget-mouse-face on graphic terminals.
5186         (widget-move-and-invoke): Cleanup.
5188 2005-10-23  Thien-Thi Nguyen  <ttn@gnu.org>
5190         * whitespace.el (whitespace-cleanup): Doc fix.
5192 2005-10-23  Romain Francoise  <romain@orebokech.com>
5194         * emulation/viper.el (viper-set-hooks): Quote forms passed to
5195         `eval-after-load' to avoid evaluating their result.
5197 2005-10-23  Michael Albinus  <michael.albinus@gmx.de>
5199         * files.el (directory-listing-before-filename-regexp):
5200         New defvar.  Replaces `dired-move-to-filename-regexp' from dired.el.
5202         * dired.el (dired-move-to-filename-regexp): Remove.
5203         All occurences replaced by `directory-listing-before-filename-regexp'.
5205         * dired-x.el, locate.el, vc.el:
5206         Replace `dired-move-to-filename-regexp' by
5207         `directory-listing-before-filename-regexp'.  In vc.el it is
5208         overwritten locally; maybe this can be handled in files.el too.
5210         * net/ange-ftp.el (ange-ftp-date-regexp): Remove.  All occurences
5211         replaced by `directory-listing-before-filename-regexp'.
5213 2005-10-23  Andreas Schwab  <schwab@suse.de>
5215         * font-lock.el (lisp-font-lock-keywords-2): Add eval-at-startup
5216         and eval-next-after-load.
5218 2005-10-23  MIYOSHI Masanori  <miyoshi@meadowy.org>  (tiny change)
5220         * mouse.el (mouse-drag-region): If the *Messages* buffer doesn't
5221         exist, create it.
5223 2005-10-23  Ken Manheimer  <ken.manheimer@gmail.com>
5225         * allout.el: Remove autoloads for mailcrypt and crypt++.
5226         Require pgg, pgg-gpg during compilation.
5227         (allout-version): Increment version number to 2.1, and use a literal
5228         rather than RCS Id.
5229         (allout-default-encryption-scheme): Remove.
5230         (allout-passphrase-verifier-handling)
5231         (allout-passphrase-verifier-string)
5232         (allout-file-passphrase-verifier-string)
5233         (allout-passphrase-hint-string): Rename -key- to -passphrase-.
5234         (allout-passphrase-hint-handling): Rename and simplify.
5235         (allout-init): Use `find-file-hook' if available, otherwise
5236         `find-file-hooks'.
5237         (allout-mode): Use `write-file-functions' if available, otherwise
5238         `local-write-file-hooks' and, instead of making auto-save-hook
5239         buffer local, make the write-file-hook activity contingent to
5240         allout-mode.
5241         (allout-mode): Use key-binding substitution in the docstring.
5242         (allout-kill-line): Spell-out kill ring data structure mutation
5243         instead of using byte-compiler-complaint-provoking `pop'.
5244         (allout-insert-listified): Use `insert' rather than `insert-string'
5245         (allout-toggle-current-subtree-encryption): Update docstring, adjust
5246         to new gpp-based encryption, use new `allout-encrypted-topic-p'.
5247         (allout-encrypt-string): Totally revamped vis new underlying
5248         encryption facilities.
5249         (allout-mc-activate-passwd): Remove.
5250         (allout-obtain-passphrase): New, more or less replaces
5251         allout-mc-activate-passwd.
5252         (allout-encrypted-key-info): More or less replaces
5253         allout-encrypted-text-type.
5254         (outlineify-sticky, outlinify-sticky): Add autoload cookie.
5255         (my-mark-marker): Use `(featurep 'xemacs)'.
5257 2005-10-23  Lars Hansen <larsh@soem.dk>
5259         * emacs-lisp/bytecomp.el (byte-compile-lambda): New arg add-lambda.
5260         (byte-compile-file-form-defmumble, byte-compile-defun)
5261         (byte-compile-defmacro): Use it.
5262         (byte-compile-form): Don't call byte-compile-set-symbol-position
5263         when a byte-compile handler is called.
5265 2005-10-22  Romain Francoise  <romain@orebokech.com>
5267         * savehist.el (savehist-history-variables): Add `grep-find-history'.
5269         * subr.el (eval-after-load): Convert library name to an absolute
5270         file name using locate-library, since load-history no longer has
5271         library names in it.
5273 2005-10-22  Richard M. Stallman  <rms@gnu.org>
5275         * files.el (make-temp-file): Move from subr.el.
5276         * subr.el (make-temp-file): Move to files.el.
5278         * window.el (get-buffer-window-list): Move from subr.el.
5279         * subr.el (get-buffer-window-list): Move to window.el.
5281         * image.el (image-load-path): Use eval-at-startup to initialize.
5283         * subr.el (eval-at-startup): New macro.
5285         * subr.el: Much rearrangement of functions and division
5286         into pages.  No code changes.
5288 2005-10-22  Kenichi Handa  <handa@m17n.org>
5290         * tar-mode.el (tar-extract): Be sure to call
5291         find-operation-coding-system if set-auto-coding doesn't find a
5292         coding system.
5294 2005-10-22  Kim F. Storm  <storm@cua.dk>
5296         * image.el (image-type-header-regexps): Rename from image-type-regexps.
5297         Change users.
5298         (image-type-file-name-regexps): New defconst.
5299         (image-type-from-data): Simplify loop.
5300         (image-type-from-buffer): New defun.
5301         (image-type-from-file-header): Use it instead of image-type-from-data.
5302         Use image-search-load-path instead of only looking in data-directory.
5303         (image-type-from-file-name): New defun.
5304         (image-search-load-path): Change `pathname' to `filename'.
5305         Make PATH arg optional, default to image-load-path.
5307 2005-10-21  Richard M. Stallman  <rms@gnu.org>
5309         * textmodes/texinfo.el (texinfo-mode): Set sentence-end-base.
5311         * textmodes/paragraphs.el (sentence-end-base): New variable.
5312         (sentence-end): Use sentence-end-base.
5314 2005-10-21  Stefan Monnier  <monnier@iro.umontreal.ca>
5316         * font-lock.el (font-lock-default-fontify-region): Check the multiline
5317         property independently from the font-lock-multiline variable.
5319 2005-10-21  Richard M. Stallman  <rms@gnu.org>
5321         * emacs-lisp/find-func.el (find-library-name): Doc fix.
5323         * startup.el (command-line): Convert library names
5324         in `load-history' to absolute file names.
5326         * subr.el (symbol-file): Doc fix.
5328         * loadhist.el (file-loadhist-lookup): Call locate-library
5329         instead of find-library-name.  Don't try converting
5330         abs file names to library names, since load-history no longer
5331         has library names in it.
5332         (file-dependents, file-provides, file-requires): Doc fixes.
5334 2005-10-21  Juri Linkov  <juri@jurta.org>
5336         * progmodes/etags.el (tags-table-mode): New function.
5337         (tags-verify-table): Replace initialize-new-tags-table with
5338         tags-table-mode.
5340         * desktop.el (desktop-buffers-not-to-save): Remove TAGS from the
5341         default value.
5342         (desktop-modes-not-to-save): Add tags-table-mode to the
5343         default value.
5345         * info.el (Info-index-next): Add total number of index
5346         alternatives to the message.
5348         * textmodes/fill.el (fill-nobreak-p): Fix first two rules to skip
5349         backward only space (instead of space and period) before looking
5350         at sentence end.
5352         * simple.el (set-variable): Use user-variable-p instead of symbolp.
5353         Add the old variable value as 4th default-value arg of read-string.
5355 2005-10-21  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
5357         * cus-face.el (custom-declare-face): Make face from X resources
5358         also on Mac.
5360         * disp-table.el (standard-display-g1, standard-display-graphic):
5361         Refuse to use string glyphs also on Mac.
5362         (standard-display-european): Don't set terminal coding system also
5363         on Mac.
5365         * frame.el (display-screens): Use x-display-screens also on Mac.
5367 2005-10-21  Romain Francoise  <romain@orebokech.com>
5369         * net/rcirc.el: Now part of GNU Emacs.  Update FSF's address.
5371 2005-10-21  Stefan Monnier  <monnier@iro.umontreal.ca>
5373         * progmodes/sh-script.el (sh-font-lock-syntactic-keywords): Make $@
5374         and $? into sexps.
5376         * font-lock.el (font-lock-compile-keywords): Add a help-echo to the
5377         warning face on open-paren-in-column-0.
5379         * emacs-lisp/syntax.el (syntax-ppss-flush-cache): Fix corner
5380         boundary case.  Fix typo.
5381         Suggested by Martin Rudalics <rudalics@gmx.at>.
5383 2005-10-21  Carsten Dominik  <dominik@science.uva.nl>
5385         * textmodes/org.el (org-combined-agenda-icalendar-file)
5386         (org-icalendar-include-todo, org-icalendar-combined-name): New options.
5387         (org-export-icalendar-this-file)
5388         (org-export-icalendar-all-agenda-files)
5389         (org-export-icalendar-combine-agenda-files): New commands.
5390         (org-export-icalendar, org-print-icalendar-entries)
5391         (org-start-icalendar-file, org-finish-icalendar-file)
5392         (org-ical-ts-to-string): New functions.
5393         (org-read-date, org-goto-calendar)
5394         (org-agenda-goto-calendar): Inhibit displaying diary entries by
5395         call to `calendar'.
5396         (orgtbl-setup): Remove the :keys arguments from the menu description.
5397         (org-after-save-iCalendar-file-hook): New variable.
5399 2005-10-21  Kenichi Handa  <handa@m17n.org>
5401         * language/vietnamese.el (tcvn-5712): Make it an alias of
5402         vietnamese-tcvn coding-system.
5404 2005-10-20  Michael Albinus  <michael.albinus@gmx.de>
5406         * net/ange-ftp.el (ange-ftp-date-regexp): Handle also the case no
5407         group id is given.
5409 2005-10-20  Stefan Monnier  <monnier@iro.umontreal.ca>
5411         * progmodes/sh-script.el (sh-escaped-line-re): New var.
5412         (sh-here-doc-open-re, sh-font-lock-close-heredoc): Use it.
5413         (sh-font-lock-open-heredoc): Try to properly handle heredoc starters
5414         whose line is either continued or ends with a comment.
5416 2005-10-20  Romain Francoise  <romain@orebokech.com>
5418         * net/rcirc.el (with-rcirc-process-buffer): Move above its first user.
5420         * replace.el (occur-engine): Add follow-link property.
5422         * font-core.el (font-lock-mode): Doc fix.
5424 2005-10-20  Richard M. Stallman  <rms@gnu.org>
5426         * net/rcirc.el: New file.
5428 2005-10-20  Bryan Henderson  <bryanh@giraffe-data.com>  (tiny change)
5430         * term.el (term-term-name): Initialize to "eterm-color".
5432 2005-10-20  Ken Manheimer  <ken.manheimer@gmail.com>
5434         * allout.el: Add autoloads of crypt++ and mailcrypt routines, all
5435         for encryption functionality.
5436         Move allout customization subgroup from `editing' to `outlines' group.
5437         Fix commentary keywords to legitimate ones.
5438         Update author info (using my current email address, obscurified).
5439         (allout-encrypt-string, allout-encryption-produce-work-buffer)
5440         (allout-encrypted-topic-p, allout-encrypted-text-type)
5441         (allout-mc-activate-passwd, allout-create-encryption-key-verifier)
5442         (allout-situate-encryption-key-verifier)
5443         (allout-get-encryption-key-verifier, allout-verify-key)
5444         (allout-next-topic-pending-encryption)
5445         (allout-encrypt-decrypted, allout-encrypted-type-prefix): New funcs.
5446         (outline-topic-encryption-bullet, outline-default-encryption-scheme)
5447         (outline-key-verifier-handling, outline-key-hint-handling)
5448         (outline-encrypt-unencrypted-on-saves): New defcustoms.
5449         (allout-file-key-verifier-string, allout-encryption-scheme)
5450         (allout-key-verifier-string, allout-key-hint-string)
5451         (allout-after-save-decrypt): New variables.
5452         (allout-write-file-hook-handler, allout-auto-save-hook-handler)
5453         (allout-after-saves-handler): New hook functions.
5454         (allout-post-command-business): Do allout-after-save-decrypt.
5455         (allout-enable-file-variable-adjustment): Custom var to enable
5456         mechanism for adding and adjusting settings of Emacs file variables.
5457         (allout-adjust-file-variable, allout-file-vars-section-data):
5458         New functions, implement the mechanism.
5459         (outlineify-sticky): Use the file vars mechanism.
5460         (allout-inhibit-protection, allout-during-write-cue)
5461         (allout-override-protect, allout-before-change-protect): Remove.
5462         (allout-flag-region, allout-open-topic): Adjust read-only text.
5463         (allout-open-line-not-read-only): Add to facilitate read-only
5464         text based protection.
5465         (allout-kill-line): Revise to adjust read-only text, clue the
5466         user about the inhibition.
5467         (allout-unprotected): Use unwind-protect.
5468         (allout-shift-in, allout-shift-out): Disallow manually shifting a
5469         topic deeper than the offspring depth of the previous topic -
5470         avoiding confusing "containment discontinuities".
5471         (allout-reindent-bodies): Fix retention of body relative hanging
5472         indent during promotion of collapsed bodies.
5473         (allout-open-topic): Make it easy to open new topic with same
5474         bullet as current topic - topic creation functions provided with
5475         any universal argument provokes now prompt for bullet, defaulting
5476         to the bullet of the previous topic.
5477         (allout-plain-bullets-string, allout-distinctive-bullets-string):
5478         Plain bullet alternates `.' period and `,' comma only.  All other
5479         bullets are relegated to special status (but customizable).
5480         (allout-end-of-entry): Rename from allout-end-of-current-entry
5481         since it actually operates w.r.t. most immediately containing
5482         entry, visible or not.
5483         (allout-hide-current-entry, allout-show-current-entry): Use the
5484         revised version.
5485         (allout-old-expose-topic): Solidify deprecation.
5486         (allout-end-of-subtree): Add so we can span concealed as well
5487         as visible topics.
5488         (allout-end-of-current-subtree): Use `allout-end-of-subtree'.
5489         (allout-end-of-current-heading): Tweak to just respect the first line.
5490         (allout-get-body-text): Add.
5491         (allout-ascend-to-depth, allout-ascend): Position at end of prefix
5492         when invoked interactively.
5493         (allout-up-current-level): Use `interactive-p'.
5494         (allout-mode, allout-init): Miscellaneous docstring and
5495         operational refinements, as well as hookups of new encryption stuff.
5496         (allout-beginning-of-current-entry): Now works as advertised.
5497         (allout-end-of-current-entry): Remove of superfluous allout-show-entry.
5498         (allout-isearch-rectification): Refine condition for isearching.
5499         (allout-isearch-abort, allout-enwrap-isearch)
5500         (allout-flag-region, my-region-active-p): Relocate some macros.
5501         (allout-title): Fallback title is (buffer-name), not
5502         non-existing (current-buffer-name).
5503         (subst-char-in-string): Define if absent (for some XEmacs versions).
5505 2005-10-20  Jari Aalto  <jari.aalto@cante.net>
5507         * mail/sendmail.el (mail-setup-hook, mail-aliases)
5508         (mail-yank-prefix, mail-indentation-spaces, mail-yank-hooks)
5509         (mail-citation-prefix-regexp, mail-signature-file)
5510         (mail-default-headers, mail-bury-selects-summary)
5511         (mail-send-nonascii): Add autoload cookies.
5513 2005-10-20  Emanuele Giaquinta  <emanuele.giaquinta@gmail.com>  (tiny change)
5515         * frame.el (blink-cursor-mode): Add `mac' to the list of
5516         window-system's that support blinking cursor.
5518 2005-10-20  Reiner Steib  <Reiner.Steib@gmx.de>
5520         * textmodes/org.el (org-level-color-stars-only): Fix typo in docstring.
5522 2005-10-20  Eli Zaretskii  <eliz@gnu.org>
5524         * makefile.w32-in ($(lisp)/mh-e/mh-loaddefs.el):
5525         Bind find-file-suppress-same-file-warnings to t, to avoid warnings due
5526         to different drive letter case in D:/foo/bar.el vs d:/foo/bar.el.
5528 2005-10-20  Kim F. Storm  <storm@cua.dk>
5530         * ido.el (ido-is-tramp-root): Simplify regexp matching tramp root.
5531         (ido-set-current-directory): Don't add / after final @.
5532         (ido-file-name-all-completions-1): Adapt to fixed tramp completion.
5533         Explicitly handle ange-ftp completion oddities.
5534         (ido-make-file-list): Don't rotate list at tramp root to avoid
5535         triggering tramp file handler for expand-file-name via get-file-buffer.
5537 2005-10-19  Stefan Monnier  <monnier@iro.umontreal.ca>
5539         * savehist.el (savehist-coding-system): Revert to checking XEmacs.
5541 2005-10-19  Jay Belanger  <belanger@truman.edu>
5543         * calc/calc-units.el (math-standard-units): Add units, adjust
5544         symbols and update values.
5545         (math-unit-prefixes):  Add more prefixes.
5547 2005-10-19  Romain Francoise  <romain@orebokech.com>
5549         * bookmark.el (bookmark-menu-heading): New face.
5550         (bookmark-bmenu-list): Use it.
5551         Don't fiddle with `baud-rate' at top-level.
5553 2005-10-18  Chong Yidong  <cyd@stupidchicken.com>
5555         * image.el (create-image, find-image): Mention max-image-size in
5556         docstring.
5558 2005-10-18  Stefan Monnier  <monnier@iro.umontreal.ca>
5560         * savehist.el (savehist-load): Revert to checking XEmacs.
5562         * textmodes/conf-mode.el: Don't use font-lock-defaults-alist.
5563         Various docstring and line-width fixups.
5564         (conf-mode): Use cond.
5565         Set font-lock-defaults.  Don't set comment-use-syntax.
5567 2005-10-18  David Ponce  <david@dponce.com>
5569         * tree-widget.el (tree-widget-button-click): New function.
5570         (tree-widget-button-keymap): Use it.
5572 2005-10-18  Romain Francoise  <romain@orebokech.com>
5574         * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
5575         (bookmark-bmenu-hide-filenames): Add follow-link property.
5576         Improve help-echo text.
5578         * ffap.el (find-file-at-point): Doc fix.
5580 2005-10-18  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
5582         * mouse.el (mouse-set-region): Don't do sit-for on a mac frame.
5584 2005-10-18  Masatake YAMATO  <jet@gyve.org>
5586         Install to the CVS repository what I forgot to install in my
5587         2005-10-16 changes.
5589         * progmodes/python.el (python-complete-symbol): Pass the common
5590         prefix substring of completion to `display-completion-list'.
5592         * textmodes/org.el (org-complete): Ditto.
5594 2005-10-18  Masatake YAMATO  <jet@gyve.org>
5596         Fix a bug reported by Sven Joachim <sven_joachim@web.de>.
5598         * woman.el (WoMan-xref-man-page): New button type derived
5599         from `Man-abstract-xref-man-page'.
5600         (woman-mode): Pass `WoMan-xref-man-page' to `Man-highlight-references'.
5602         * man.el (Man-abstract-xref-man-page): New button type.
5603         (Man-xref-man-page): Make it derived from `Man-abstract-xref-man-page'.
5604         (Man-highlight-references): Add new optional argument `xref-man-type'.
5606 2005-10-18  Nick Roberts  <nickrob@snap.net.nz>
5608         * progmodes/gud.el (gud-menu-map): Correct condition for fringe.
5610 2005-10-17  Chong Yidong  <cyd@stupidchicken.com>
5612         * cus-edit.el (Custom-move-and-invoke): Delete.
5613         (custom-mode-map): Bind mouse-1 to widget-move-and-invoke.
5615         * wid-edit.el (widget-move-and-invoke): New function, from
5616         Custom-move-and-invoke.
5618 2005-10-17  Bill Wohler  <wohler@newt.com>
5620         Move all remaining images from lisp/toolbar to etc/images, move
5621         lisp/toolbar/tool-bar to lisp and "delete" lisp/toolbar.  Place
5622         the low resolution images in their own directory (low-color).
5624         * toolbar/attach.*, toolbar/cancel.*, toolbar/close.*,
5625         * toolbar/copy.*, toolbar/cut.*, toolbar/diropen.*, toolbar/exit.*:
5626         * toolbar/help.*, toolbar/home.*, toolbar/index.*, toolbar/info.*:
5627         * toolbar/mail.*, toolbar/new.*, toolbar/open.*, toolbar/paste.*:
5628         * toolbar/preferences.*, toolbar/print.*, toolbar/save.*:
5629         * toolbar/saveas.*, toolbar/search.*, toolbar/search-replace.*:
5630         * toolbar/spell.*, toolbar/undo.*: Move to etc/images.
5632         * toolbar/lc-copy.*: Move to etc/images/low-color/copy.*.
5633         * toolbar/lc-cut.*: Move to etc/images/low-color/cut.*.
5634         * toolbar/lc-help.*: Move to etc/images/low-color/help.*.
5635         * toolbar/lc-home.*: Move to etc/images/low-color/home.*.
5636         * toolbar/lc-index.*: Move to etc/images/low-color/index.*.
5637         * toolbar/lc-new.*: Move to etc/images/low-color/new.*.
5638         * toolbar/lc-open.*: Move to etc/images/low-color/open.*.
5639         * toolbar/lc-paste.*: Move to etc/images/low-color/paste.*.
5640         * toolbar/lc-preferences.*: Move to etc/images/low-color/preferences.*.
5641         * toolbar/lc-print.*: Move to etc/images/low-color/print.*.
5642         * toolbar/lc-save.*: Move to etc/images/low-color/save.*.
5643         * toolbar/lc-saveas.*: Move to etc/images/low-color/saveas.*.
5644         * toolbar/lc-search.*: Move to etc/images/low-color/search.*.
5645         * toolbar/lc-spell.*: Move to etc/images/low-color/spell.*.
5646         * toolbar/lc-undo.*: Move to etc/images/low-color/undo.*.
5648         To conform with convention, replace the underscore (_) in the
5649         following image names with dash (-) or (/) as appropriate.
5651         * toolbar/back_arrow.*: Move to etc/images/back-arrow.*.
5652         * toolbar/fld_open.*: Move to etc/images/fld-open.*.
5653         * toolbar/fwd_arrow.*: Move to etc/images/fwd-arrow.*.
5654         * toolbar/jump_to.*: Move to etc/images/jump-to.*.
5655         * toolbar/left_arrow.*: Move to etc/images/left-arrow.*.
5656         * toolbar/right_arrow.*: Move to etc/images/right-arrow.*.
5657         * toolbar/up_arrow.*: Move to etc/images/up-arrow.*.
5658         * toolbar/lc-back_arrow.*: Move to etc/images/low-color/back-arrow.*.
5659         * toolbar/lc-fwd_arrow.*: Move to etc/images/low-color/fwd-arrow.*.
5660         * toolbar/lc-jump_to.*: Move to etc/images/low-color/jump-to.*.
5661         * toolbar/lc-left_arrow.*: Move to etc/images/low-color/left-arrow.*.
5662         * toolbar/lc-right_arrow.*: Move to etc/images/low-color/right-arrow.*.
5663         * toolbar/lc-up_arrow.*: Move to etc/images/low-color/up-arrow.*.
5664         * toolbar/mail_compose.*: Move to etc/images/mail/compose.*.
5665         * toolbar/mail_send.*: Move to etc/images/mail/send.*.
5667         * info.el (info-tool-bar-map): Replace underscores in image names
5668         with dashes.
5670         * makefile.w32-in (WINS): Remove toolbar.
5672         * menu-bar.el: Replace toolbar/tool-bar.el with tool-bar.el in comment.
5674         * tool-bar.el: Move to lisp from toolbar.  Now that
5675         toolbar is empty, it should be deleted when folks run "cvs up -P".
5677 2005-10-18  Jay Belanger  <belanger@truman.edu>
5679         * calc/calc-store.el (calc-store-into): Get the proper variable name
5680         to display in message.
5682 2005-10-18  Nick Roberts  <nickrob@snap.net.nz>
5684         * progmodes/gdb-ui.el (gdb-var-create-handler): Make watch
5685         expressions display in speedbar for all buffers when debugging.
5686         (gdb-speedbar-expand-node): Ensure node contraction is always updated.
5688         * speedbar.el (speedbar-set-mode-line-format): Indent properly.
5689         (speedbar-insert-button, speedbar-make-button):
5690         Use add-text-properties.
5691         (speedbar-update-localized-contents)
5692         (speedbar-update-directory-contents)
5693         (speedbar-update-special-contents): Use dolist.
5694         (speedbar-buffer-easymenu-definition): Add a menu separator.
5696 2005-10-17  Jason Rumney  <jasonr@gnu.org>
5698         * makefile.w32-in: Use $(lisp) consistently.
5699         (pre-mh-loaddefs.el-SH, pre-mh-loaddefs.el-CMD): New targets
5700         for shell specific generation of mh-autoloads.
5702 2005-10-17  Richard M. Stallman  <rms@gnu.org>
5704         * textmodes/tex-mode.el (tex-font-lock-keywords-2): Undo prev change.
5706 2005-10-17  Stefan Monnier  <monnier@iro.umontreal.ca>
5708         * jit-lock.el (jit-lock-fontify-now):
5709         Move jit-lock-context-unfontify-pos to avoid wasted work.
5711 2005-10-17  Michael Albinus  <michael.albinus@gmx.de>
5713         * net/tramp.el (tramp-completion-mode): New defvar.  Used in
5714         `tramp-completion-mode' for checking if we are in completion mode.
5715         (tramp-completion-handle-file-name-all-completions): Reorder code
5716         in order to complete for file names only in case there are no
5717         method/user/host completions.  This is necessary for cooperation
5718         with ido.  Reported by Kim F. Storm <storm@cua.dk>.
5720 2005-10-16  Chong Yidong  <cyd@stupidchicken.com>
5722         * longlines.el (longlines-search-forward)
5723         (longlines-search-backward): Match any number of spaces.
5725 2005-10-16  Thien-Thi Nguyen  <ttn@gnu.org>
5727         * diff-mode.el (diff-mode): Doc fix.
5729 2005-10-16  David Reitter <david.reitter@gmail.com>
5731         * mail/sendmail.el (send-mail-function): Use mailclient-send-it
5732         as default on darwin and windows systems.
5734 2005-10-16  Sven Joachim  <svenjoac@gmx.de>  (tiny change)
5736         * arc-mode.el (archive-zip-extract): Doc fix.
5738 2005-10-16  Romain Francoise  <romain@orebokech.com>
5740         * mouse.el (mouse-1-click-follows-link): Doc fix.
5742 2005-10-16  Stefan Monnier  <monnier@iro.umontreal.ca>
5744         * savehist.el: Don't require CL at runtime.
5745         (savehist-xemacs): Remove.
5746         (savehist-coding-system): Use utf-8 if present, regardless of religion.
5747         (savehist-no-conversion): Use (featurep 'xemacs).
5748         (savehist-load): Check existence of start-itimer rather than XEmacs.
5749         Use an idle timer.
5750         (savehist-process-for-saving): Replace use of CL funs `subseq' and
5751         `delete-if-not'.
5753 2005-10-16  Hrvoje Niksic  <hniksic@xemacs.org>
5755         * savehist.el: Newer version.
5756         (savehist-autosave-interval, savehist-coding-system, savehist-timer)
5757         (savehist-last-checksum, savehist-no-conversion): New vars.
5758         (savehist-autosave, savehist-process-for-saving, savehist-printable):
5759         New functions.
5760         (savehist-load, savehist-save): Use them.
5761         (savehist-delimit): Remove.
5763 2005-10-16  Stefan Monnier  <monnier@iro.umontreal.ca>
5765         * progmodes/compile.el (compilation-goto-locus): Display the
5766         compilation buffer first and the source buffer second, in case they're
5767         in overlapping frames.  Don't raise the compilation frame if it was the
5768         selected window upon entry.  Pass the `other-window' arg to
5769         pop-to-buffer.
5771         * info.el (Info-fontify-node): Use dolist.
5772         Change add-text-properties to put-text-property.
5774 2005-10-16  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
5776         * textmodes/bibtex.el (bibtex-font-lock-url): Catch when point past
5777         bound of search.
5779 2005-10-16  Masatake YAMATO  <jet@gyve.org>
5781         * dabbrev.el (dabbrev-completion): Pass the common
5782         prefix substring of completion to `display-completion-list'.
5784         * filecache.el (file-cache-minibuffer-complete)
5785         (file-cache-complete): Ditto.
5787         * tempo.el (tempo-display-completions): Ditto.
5789         * wid-edit.el (widget-file-complete, widget-color-complete): Ditto.
5791         * emacs-lisp/lisp.el (lisp-complete-symbol): Ditto.
5793         * eshell/em-hist.el (eshell-list-history): Ditto.
5795         * mail/mailabbrev.el (mail-abbrev-complete-alias): Ditto.
5797         * mail/mailalias.el (mail-complete): Ditto.
5799         * progmodes/etags.el (complete-tag): Ditto.
5801         * progmodes/make-mode.el (makefile-complete): Ditto.
5803         * progmodes/meta-mode.el (meta-complete-symbol): Ditto.
5805         * progmodes/octave-mod.el (octave-complete-symbol): Ditto.
5807         * progmodes/pascal.el (pascal-complete-word)
5808         (pascal-show-completions): Ditto.
5810         * textmodes/bibtex.el (bibtex-complete-internal): Ditto.
5812         * simple.el (completion-common-substring): New variable.
5813         (completion-setup-function): Use `completion-common-substring'
5814         to put faces.
5816 2005-10-16  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
5818         * term/mac-win.el: Apply 2005-10-09 change for term/x-win.el.
5819         (x-get-selection, mac-select-convert-to-string): Convert from/to
5820         UTF-16 clipboard data as in native byte order, no BOM.
5822 2005-10-16  Nick Roberts  <nickrob@snap.net.nz>
5824         * progmodes/gud.el (gud-tool-bar-map): Rename the images
5825         appropriately (gud/next, gud/nexti, gud/step, gud/stepi).
5826         (gud-sentinel): Use speedbar-frame to check for speedbar.
5828 2005-10-15  Richard M. Stallman  <rms@gnu.org>
5830         * savehist.el: New file.
5832 2005-10-14  Karl Chen  <quarl@cs.berkeley.edu>
5834         * textmodes/tex-mode.el (tex-font-lock-keywords-2):
5835         Fix bug in \bf fontification.
5837 2005-10-15  Stefan Monnier  <monnier@iro.umontreal.ca>
5839         * pcvs.el (cvs-edit-log-files): New var.
5840         (cvs-mode-edit-log): New arg `file'.
5841         (cvs-edit-log-minor-wrap): Don't set the ignore-marks property.
5842         Instead force the use of the original file and nothing else.
5843         (cvs-edit-log-filelist): Don't use the cvs-mode-* function unless
5844         the cvs-minor-wrap-function is set.
5845         (cvs-do-edit-log): Obey the vars set in cvs-edit-log-minor-wrap.
5847 2005-10-14  Bill Wohler  <wohler@newt.com>
5849         * toolbar/gud-break.*: Moved to etc/images/gud/break.*.
5850         * toolbar/gud-cont.*: Moved to etc/images/gud/cont.*.
5851         * toolbar/gud-down.*: Moved to etc/images/gud/down.*.
5852         * toolbar/gud-finish.*: Moved to etc/images/gud/finish.*.
5853         * toolbar/gud-ni.*: Moved to etc/images/gud/ni.*.
5854         * toolbar/gud-n.*: Moved to etc/images/gud/n.*.
5855         * toolbar/gud-print.*: Moved to etc/images/gud/print.*.
5856         * toolbar/gud-pstar.*: Moved to etc/images/gud/pstar.*.
5857         * toolbar/gud-remove.*: Moved to etc/images/gud/remove.*.
5858         * toolbar/gud-run.*: Moved to etc/images/gud/run.*.
5859         * toolbar/gud-si.*: Moved to etc/images/gud/si.*.
5860         * toolbar/gud-s.*: Moved to etc/images/gud/s.*.
5861         * toolbar/gud-until.*: Moved to etc/images/gud/until.*.
5862         * toolbar/gud-up.*: Moved to etc/images/gud/up.*.
5863         * toolbar/gud-watch.*: Moved to etc/images/gud/watch.*.
5865         * progmodes/gud.el (gud-tool-bar-map): Rename the images
5866         appropriately (for example, gud-break to gud/break).
5868 2005-10-14  Chong Yidong  <cyd@stupidchicken.com>
5870         * longlines.el (longlinges-search-function)
5871         (longlines-search-forward, longlines-search-backward): New functions.
5872         (longlines-mode): Set isearch-search-fun-function to
5873         longlinges-search-function.
5875         * mouse.el (mouse-drag-region-1): Handle the case where a
5876         double-click event is bound to an arbitrary function.
5878 2005-10-14  David Ponce  <david@dponce.com>
5880         * recentf.el (recentf-track-opened-file)
5881         (recentf-track-closed-file, recentf-update-menu)
5882         (recentf-used-hooks, recentf-enabled-p): Move before dialog stuff.
5883         (recentf-dialog-mode-map): Map follow-link to RET, so dialogs obey
5884         mouse-1-click-follows-link.
5886 2005-10-13  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
5888         * toolbar/diropen.xpm, toolbar/diropen.pbm: New versions made from
5889         Gnome file-manager.png.  Suggested by
5890         Joachim Nilsson <joachim.nilsson@vmlinux.org>.
5892         * toolbar/README: Add diropen.xpm.
5894 2005-10-13  Bill Wohler  <wohler@newt.com>
5896         * makefile.w32-in (MH_E_SRC): Rename from MH-E-SRC per NMAKE
5897         restrictions.  Suggested by David Robinow <drobinow@gmail.com>.
5899 2005-10-13  Stefan Monnier  <monnier@iro.umontreal.ca>
5901         * progmodes/mixal-mode.el (mixal-operation-codes-alist):
5902         Don't waste the byte-compiler's time on constant data.
5904 2005-10-13  Kenichi Handa  <handa@m17n.org>
5906         * international/utf-8.el (utf-8-compose): Display an invalid UTF-8
5907         byte with `escape-glyph' face.
5909         * international/fontset.el (ccl-encode-unicode-font):
5910         Lookup utf-subst-table-for-encode, not ucs-mule-cjk-to-unicode.
5911         Handle the case that ucs-mule-to-mule-unicode translates a character to
5912         ASCII (usually for IPA characters).
5914 2005-10-12  Stefan Monnier  <monnier@iro.umontreal.ca>
5916         * info.el (Info-fontify-node): Don't be fooled by a lone "...".
5917         Don't hide the underline of titles if font-lock-mode is disabled.
5919 2005-10-12  Bill Wohler  <wohler@newt.com>
5921         * makefile.w32-in (MH-E-SRC): New. Used by mh-autoloads.
5922         (mh-autoloads): New. Builds mh-e/mh-loaddefs.el. Rebuilds if any
5923         files in MH-E-SRC have been updated.
5924         (updates, compile, recompile, bootstrap): Depend on mh-autoloads.
5926 2005-10-12  Stefan Monnier  <monnier@iro.umontreal.ca>
5928         * progmodes/mixal-mode.el (mixal-operation-codes): Remove.
5929         (mixal-mode-syntax-table): Add \n as end-comment.
5930         (mixal-operation-codes-alist): Immediately initialize to full value.
5931         (mixal-add-operation-code): Remove.
5932         (mixal-describe-operation-code): Make the arg non-optional.
5933         Use the interactive spec instead.
5934         Use mixal-operation-codes-alist rather than mixal-operation-codes.
5935         (mixal-font-lock-keywords): Don't highlight comments here any more.
5936         (mixal-font-lock-syntactic-keywords): New var.
5937         (mixal-mode): Use it.  Fix comment-start-skip.
5939 2005-10-12  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
5941         * startup.el (command-line-x-option-alist): -nb => -nbi
5943 2005-10-12  Kim F. Storm  <storm@cua.dk>
5945         * startup.el (fancy-splash-default-action): Discard mouse click in
5946         the splash screen window, as it has no sensible meaning in the
5947         next window to be selected.  Fixes error reported by Jan D.
5949 2005-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
5951         * desktop.el (desktop-load-file): Do nothing when FUNCTION is nil.
5953 2005-10-11  Stefan Monnier  <monnier@iro.umontreal.ca>
5955         * progmodes/mixal-mode.el: Sync with version in the GNU MDK project.
5956         Try to fix up minor layout issues like indentation, line break, etc...
5957         (mixal-mode-syntax-table): Don't try to specify comment syntax,
5958         because it doesn't work.
5959         (mixal-operation-codes): Add some more codes.
5960         (mixal-font-lock-keywords): Process comments here.
5961         (mixal-mode): mixasm no longer needs -g option.
5963 2005-10-11  Sven Joachim  <svenjoac@gmx.de>  (tiny change)
5965         * progmodes/sh-script.el (sh-tmp-file):
5966         Use mktemp -t.  Finish support for es and rc shells.
5968 2005-10-11  Jay Belanger  <belanger@truman.edu>
5970         * calc/calcalg2.el (calc-integral): With an argument, compute the
5971         definite integral.
5973 2005-10-11  Chong Yidong  <cyd@stupidchicken.com>
5975         * mouse.el (mouse-drag-region-1): Don't try to catch a
5976         double-click when doing follow-link (it's overridden anyway).
5978 2005-10-11  Juanma Barranquero  <lekktu@gmail.com>
5980         * emacs-lisp/autoload.el (update-directory-autoloads): Doc fix.
5981         (autoload-print-form-outbuf): Add docstring.
5983 2005-10-11  Juri Linkov  <juri@jurta.org>
5985         * info.el (Info-mode-menu): Delete menu item "Edit".
5986         (Info-mode): Delete description of Info-edit from docstring,
5987         and rearrange descriptions of Info commands in the order
5988         they are documented in the Info manual.
5990 2005-10-11  Stefan Monnier  <monnier@iro.umontreal.ca>
5992         * calendar/appt.el (appt-check): Use diary-selective-display var.
5994 2005-10-10  Richard M. Stallman  <rms@gnu.org>
5996         * net/newsticker.el (newsticker-start, newsticker-show-news):
5997         Add autoload cookies.
5999 2005-10-10  Emanuele Giaquinta  <emanuele.giaquinta@gmail.com>
6001         * progmodes/sh-script.el (sh-tmp-file): Use mktemp.
6003 2005-10-10  Karl Chen  <quarl@cs.berkeley.edu>
6005         * jka-cmpr-hook.el (jka-compr-handler): Fix typo in `operations' prop.
6007 2005-10-10  Jay Belanger  <belanger@truman.edu>
6009         * calc/calc-arith.el (math-check-known-scalarp)
6010         (math-check-known-matrixp): Check the values of arguments that are
6011         variables.
6012         (math-check-known-square-matrixp): New function.
6013         (math-known-square-matrixp): Use math-check-known-square-matrixp.
6014         (math-super-types): Add sqmatrix type.
6016         * calc/calc-mode.el (calc-matrix-mode, math-get-modes-vec): Change the
6017         mode name `square' to `sqmatrix'.
6019         * calc/calc.el (calc-matrix-mode, calc-set-mode-line): Change the
6020         mode name `square' to `sqmatrix'.
6022 2005-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
6024         * progmodes/etags.el (select-tags-table-mode): Don't use
6025         selective-display.
6026         (tags-select-tags-table): Pass `button' to the action function.
6027         (select-tags-table): Place the side-info on button properties rather
6028         than in hidden text.  Abbreviate file names.
6029         (select-tags-table-mode-map): Inherit rather than copy buttom-map.
6030         (select-tags-table-select): Add `button' argument.
6031         Get side-info from the button property rather than from hidden text.
6033 2005-10-11  Nick Roberts  <nickrob@snap.net.nz>
6035         * progmodes/gud.el (gud-install-speedbar-variables): Add more bindings.
6036         (gud-speedbar-buttons): Preserve point if possible.
6037         (gud-sentinel): Restore previous speedbar display type.
6039         * progmodes/gdb-ui.el (gdba): Improve diagram.
6040         (def-gdb-auto-update-handler, gdb-info-locals-handler)
6041         (gdb-put-breakpoint-icon, gdb-remove-breakpoint-icons):
6042         Call get-buffer-window once.
6044 2005-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
6046         * progmodes/pascal.el (pascal-mode-map): Move init into declaration.
6047         (pascal-mode-syntax-table): Make (* *) markers same class as { ... }.
6048         (pascal-indent-command): Remove unused var `ind'.
6049         (pascal-indent-case): Remove unused var `oldpos'.
6050         (pascal-outline-map): Don't inherit from pascal-mode-map anymore,
6051         since it's now used as a proper minor mode map.
6052         (pascal-outline): Rename to pascal-outline-mode.
6053         (pascal-outline-mode): Use define-minor-mode.
6054         (pascal-outline-mode, pascal-outline-change): Use overlays rather than
6055         selective-display.
6057 2005-10-10  Andreas Schwab  <schwab@suse.de>
6059         * textmodes/tex-mode.el (tex-font-lock-keywords-2): Adjust match
6060         number.  Reported by Karl Chen <quarl@cs.berkeley.edu>.
6062         * Makefile.in ($(lisp)/mh-e/mh-loaddefs.el): Fix for building
6063         outside source directory.
6065 2005-10-10  Carsten Dominik  <dominik@science.uva.nl>
6067         * textmodes/org.el (org-mode-map): Explicit definition of `C-c
6068         C-x' as a prefix.
6069         (orgtbl-mode-map): Full keymap instead of sparse, because all
6070         `self-insert-command' keys are redefined in this map.
6071         (org-export-as-html): Specify charset for HTML file, by taking it
6072         from the coding system.
6074 2005-10-10  Kenichi Handa  <handa@m17n.org>
6076         * textmodes/flyspell.el (flyspell-check-word-p):
6077         If unread-command-events is non-empty, don't call sit-for.
6079 2005-10-09  Richard M. Stallman  <rms@gnu.org>
6081         * font-lock.el (font-lock-syntactic-keywords)
6082         (font-lock-keywords): Doc fixes.
6084         * textmodes/flyspell.el (flyspell-external-point-words):
6085         Simplify logic, and don't try to check for consecutive appearances
6086         of one incorrect word.
6088 2005-10-10  Nick Roberts  <nickrob@snap.net.nz>
6090         * speedbar.el (speedbar-buffer-easymenu-definition): Add menu
6091         separator.
6093         * progmodes/gud.el (gud-last-speedbar-buffer): Remove.
6094         (gud-install-speedbar-variables): Add GUD to speedbar "Displays" list.
6095         (gud-expansion-speedbar-buttons): New function.
6096         (gud-speedbar-buttons): Check for gud-comint-buffer.
6098 2005-10-09  Bill Wohler  <wohler@newt.com>
6100         * Makefile.in (updates): Add mh-loaddefs dependency.
6102 2005-10-09  Chong Yidong  <cyd@stupidchicken.com>
6104         * speedbar.el (speedbar-file-key-map): Fix typo.
6106 2005-10-09  Daniel Brockman  <daniel@brockman.se>
6108         * cus-start.el (line-spacing): Add custom spec.
6110 2005-10-09  Romain Francoise  <romain@orebokech.com>
6112         * textmodes/ispell.el (ispell-check-version): Fix last change.
6114 2005-10-09  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
6116         * term/x-win.el: Remove -i, --icon-type from comment.
6118         * startup.el (command-line-x-option-alist): Remove options -i,
6119         -itype, --icon-type, added -nb, --no-bitmap-icon
6121 2005-10-09  Nick Roberts  <nickrob@snap.net.nz>
6123         * progmodes/gud.el (gud-speedbar-menu-items): Use :visible
6124         instead of :active.
6126 2005-10-08  Eric Hanchrow  <offby1@blarg.net>  (tiny change)
6128         * textmodes/ispell.el (ispell-check-version):
6129         Ignore hyphen, and all that follows, in aspell's version text.
6131 2005-10-08  Jay Belanger  <belanger@truman.edu>
6133         * calc/calc-arith.el (math-known-square-matrixp): New function.
6134         (math-pow-fancy): Check for matrices before distributing exponent
6135         across products.
6137         * calc/calc-keypd.el (calc-do-keypad): Widen keypad window for
6138         fullscreen keypad.  Suggested by Luc Teirlinck.
6139         (calc-keypad-show-input): Add space for formatting.
6141         * calc/calc-mode.el (calc-matrix-mode, math-get-modes-vec):
6142         Add square matrix option.
6144         * calc/calc-poly.el (math-expand-term): Check for matrices instead
6145         of checking calc-matrix-mode when deciding how to expand.
6147         * calc/calc.el (calc-set-mode-line): Add square matrix option.
6149 2005-10-08  Lars Hansen  <larsh@soem.dk>
6151         * net/tramp.el (tramp-perl-directory-files-and-attributes):
6152         Add error handling.
6153         (tramp-handle-directory-files-and-attributes): Handle perl error msg.
6155 2005-10-08  Michael Albinus  <michael.albinus@gmx.de>
6157         Sync with Tramp 2.0.51.
6159         * net/tramp.el (tramp-handle-set-visited-file-modtime)
6160         (tramp-handle-insert-file-contents, tramp-handle-write-region):
6161         Insert special handling for `last-coding-system-used', again
6162         it still seems to be necessary (unlike stated before).
6163         Reported by Toshinori Sugita <sugita@d-pad.co.jp>.
6164         (tramp-password-prompt-regexp): There might be other words before
6165         trailing ":".  Reported by Kurt Steinkraus <kurt@steinkraus.us>.
6166         (tramp-chunksize): Improve docstring.
6167         (tramp-set-auto-save-file-modes): Octal integer code #o600 breaks
6168         Emacs 20.  Use `tramp-octal-to-decimal' therefore.  Reported by
6169         Christian Joergensen <bugs@razor.dk>.
6171 2005-10-07  Glenn Morris  <rgm@gnu.org>
6173         * progmodes/f90.el (f90-keywords-re, f90-mode): Doc fix.
6174         (f90-font-lock-keywords-2, f90-mode-abbrev-table): Add `double
6175         precision'.
6177 2005-10-07  Romain Francoise  <romain@orebokech.com>
6179         * ibuf-ext.el (ibuffer-do-shell-command-pipe)
6180         (ibuffer-do-shell-command-pipe-replace)
6181         (ibuffer-do-shell-command-file, ibuffer-do-eval)
6182         (ibuffer-do-view-and-eval, ibuffer-do-rename-uniquely)
6183         (ibuffer-do-revert, ibuffer-do-replace-regexp)
6184         (ibuffer-do-query-replace, ibuffer-do-query-replace-regexp)
6185         (ibuffer-do-print, ibuffer-filter-by-mode, ibuffer-filter-by-used-mode)
6186         (ibuffer-filter-by-name, ibuffer-filter-by-filename)
6187         (ibuffer-filter-by-size-gt, ibuffer-filter-by-size-lt)
6188         (ibuffer-filter-by-content, ibuffer-filter-by-predicate
6189         (ibuffer-do-sort-by-major-mode, ibuffer-do-sort-by-mode-name)
6190         (ibuffer-do-sort-by-alphabetic, ibuffer-do-sort-by-size):
6191         Autoload file sans suffix.
6193         * emulation/cua-base.el (cua-toggle-global-mark): Likewise.
6195 2005-10-07  David Ponce  <david@dponce.com>
6197         * recentf.el (recentf-menu-open-all-flag): New option.
6198         (recentf-digit-shortcut-command-name): New function.
6199         (recentf--shortcuts-keymap): New variable.
6200         (recentf-menu-shortcuts): New variable.
6201         (recentf-make-menu-items): Initialize it.  Replace the "More..."
6202         menu item by "All...", if `recentf-menu-open-all-flag' is non-nil.
6203         (recentf-menu-value-shortcut): New function.
6204         (recentf-make-menu-item): Use it.  No more in-lined.
6205         (recentf-dialog-mode-map): Base on `recentf--shortcuts-keymap'.
6206         (recentf-open-most-recent-file): Rename from
6207         `recentf-open-file-with-key'.  Don't depend on key binding.
6208         (recentf-mode-map): New variable.
6209         (recentf-mode): Use it.
6211 2005-10-06  Bill Wohler  <wohler@newt.com>
6213         * mh-e/mh-loaddefs.el: Remove.  Now generated automatically.
6215         * Makefile.in (AUTOGENEL): Add mh-e/mh-loaddefs.el.
6216         (MH-E-SRC): New.  Used by mh-autoloads.
6217         (mh-autoloads): New.  Builds mh-e/mh-loaddefs.el.  Rebuilds if any
6218         files in MH-E-SRC have been updated.
6219         (compile, recompile, bootstrap): Depend on mh-autoloads.
6221 2005-10-07  Nick Roberts  <nickrob@snap.net.nz>
6223         * progmodes/gud.el (gud-menu-map): Only display un-intuitive
6224         gud-break and gud-remove icons when the fringe is not available.
6226         * progmodes/gdb-ui.el (gdb-fringe-width -> gdb-buffer-fringe-width):
6227         Typo.
6229 2005-10-06  Michael Cadilhac  <michael.cadilhac-@t-lrde.epita.fr>  (tiny change)
6231         * play/zone.el (zone): Wrap body with save-window-excursion.
6233 2005-10-06  Stefan Monnier  <monnier@iro.umontreal.ca>
6235         * calendar/cal-menu.el (calendar-mouse-view-diary-entries):
6236         Use the new `list-only' arg to diary-list-entries.
6238         * calendar/diary-lib.el: Use overlays rather than selective-display.
6239         (diary-selective-display): New var.
6240         (diary-header-line-format): Use it.
6241         (diary-list-entries): Add argument `list-only'.
6242         Put the buffer in diary-mode.  Don't add \^M at beg and end.
6243         Replace \^M by invisible overlays.
6244         (diary-unhide-everything): Replace \^M by invisible overlays.
6245         (print-diary-entries): Look for overlays rather than \^M.
6246         Add a space to the temp buffer name.
6247         (diary-show-all-entries, mark-diary-entries, make-diary-entry):
6248         Put the buffer in diary-mode.
6249         (list-sexp-diary-entries): Replace \^M by invisible overlays.
6250         (diary-anniversary): Make the year arg optional.
6251         (diary-time-regexp): New const.
6252         (diary-font-lock-keywords): Use it to accept a few more time formats.
6254         * pcvs.el (cvs-sentinel): Make sure we do re-enable undo.
6256 2005-10-06  Thien-Thi Nguyen  <ttn@gnu.org>
6258         * textmodes/artist.el (artist-ellipse-mirror-quadrant):
6259         Fix bug introduced 2005-07-03: Use (car (last ...))
6260         to faithfully reproduce replaced artist-last.
6261         (artist-set-arrow-points-for-poly): Likewise.
6262         Suggested by Johan Bockg\e,Ae\e(Brd.
6264 2005-10-06  Juanma Barranquero  <lekktu@gmail.com>
6266         * dframe.el (x-pointer-hand2, x-pointer-top-left-arrow):
6267         * wid-edit.el (widget):
6268         * progmodes/gdb-ui.el (gdb-buffer-fringe-width):
6269         * progmodes/vhdl-mode.el (speedbar-attached-frame): Add defvars.
6271 2005-10-06  Kenichi Handa  <handa@m17n.org>
6273         * international/mule-cmds.el (set-language-environment):
6274         Fix setting up of case-table for unibyte mode.
6276         * simple.el (what-cursor-position): If the character is displayed
6277         by some `display' text property, show that.  Don't use
6278         single-key-description for eight-bit characters in multibyte mode.
6280 2005-10-06  Nick Roberts  <nickrob@snap.net.nz>
6282         * progmodes/gdb-ui.el (gdb-fringe-width): New variable.
6283         (gdb-ann3): Set it.
6284         (gdb-put-breakpoint-icon): Don't take fringe-width from speedbar frame.
6285         (gdb-info-frames-custom): Use inverse-video for first five
6286         characters of selected frame only.
6287         (gdb-get-frame-number): Select frame even when point is on frame
6288         number.
6290 2005-10-06  Masatake YAMATO  <jet@gyve.org>
6292         * progmodes/gdb-ui.el (gdb-info-breakpoints-custom):
6293         Put `font-lock-function-name-face'.
6294         (gdb-info-frames-custom): Put `font-lock-function-name-face'
6295         and `font-lock-variable-name-face'
6296         (gdb-registers-font-lock-keywords): New font lock keywords definition.
6297         (gdb-registers-mode): Use `gdb-registers-font-lock-keywords`.
6298         (gdb-memory-font-lock-keywords): New font lock keywords definition.
6299         (gdb-memory-mode): Use `gdb-memory-font-lock-keywords'.
6300         (gdb-local-font-lock-keywords): New font lock keywords definition.
6301         (gdb-locals-mode): Use `gdb-local-font-lock-keywords'
6302         (gdb-threads-font-lock-keywords): New font lock keywords definition.
6303         (gdb-threads-mode): Use `gdb-threads-font-lock-keywords'.
6305 2005-10-05  Michael Kifer  <kifer@cs.stonybrook.edu>
6307         * ediff-merge.el (ediff-merge-region-is-non-clash): New defsubst.
6308         (ediff-merge-region-is-non-clash-to-skip): Previously called
6309         ediff-merge-region-is-non-clash.
6311         * ediff-mult.el (ediff-append-custom-diff, ediff-meta-show-patch):
6312         Use insert-buffer-substring.
6314         * ediff-ptch.el (ediff-fixup-patch-map): Use better heuristics for
6315         selecting files to patch.  Also bug fixes.
6317         * ediff-util.el (ediff-setup): Bug fix.
6318         (ediff-next-difference): Never skip clashes that differ in white
6319         space only.
6321         * ediff-wind.el (ediff-setup-control-frame)
6322         (ediff-destroy-control-frame): Check the menubar feature.
6324         * viper-cmd.el (viper-normalize-minor-mode-map-alist)
6325         (viper-refresh-mode-line): Use make-local-variable to localize
6326         some vars instead of make-variable-buffer-local.  Suggested by
6327         Stefan Monnier.
6329         * viper-init.el (viper-make-variable-buffer-local): Delete alias.
6330         (viper-restore-cursor-type, viper-set-insert-cursor-type):
6331         Use make-local-variable instead of make-variable-buffer-local.
6332         Suggested by Stefan Monnier.
6334         * viper.el (viper-mode): Don't use viper-make-variable-buffer-local.
6335         (viper-comint-mode-hook): Use make-local-variable on
6336         require-final-newline.
6337         (viper-non-hook-settings): Don't use make-variable-buffer-local.
6339 2005-10-05  Stefan Monnier  <monnier@iro.umontreal.ca>
6341         * progmodes/scheme.el (scheme-mode-syntax-table): Mark ; as being
6342         also the second char of a comment-start sequence.
6343         (scheme-sexp-comment-syntax-table): New var.
6344         (lambda, define): Set their scheme-doc-string-elt property.
6345         (scheme-font-lock-syntactic-face-function): Handle sexp-comments.
6346         Use lisp-font-lock-syntactic-face-function now that it properly
6347         handles |...| symbols.
6348         (scheme-mode-variables): Set lisp-doc-string-elt-property,
6349         parse-sexp-lookup-properties and font-lock-extra-managed-props.
6351         * emacs-lisp/lisp-mode.el (lisp-mode-syntax-table): Move the nesting
6352         bit from # to |.
6353         (lisp-font-lock-syntactic-face-function): Distinguish |...| symbols.
6355         * emacs-lisp/lisp-mode.el (lambda): Add its doc-string-elt property.
6356         (lisp-doc-string-elt-property): New var.
6357         (lisp-font-lock-syntactic-face-function): Use it.
6358         Rewrite to recognize docstrings even for forms not at toplevel.
6360         * progmodes/scheme.el (scheme-mode-syntax-table): Put the nested
6361         annotation on the | part of #| rather than on the # part.
6362         (scheme-font-lock-syntactic-face-function): New function, to
6363         distinguish strings from |...| symbols.
6364         (scheme-mode-variables): Use it.  Also fix up the font-lock-time
6365         syntax-table so that #|...|# is properly highlighted.
6367         * emacs-lisp/lisp-mode.el (lisp-font-lock-syntactic-face-function):
6368         Don't mark as docstring the 3rd elem of an unknown toplevel form.
6370 2005-10-04  Stefan Monnier  <monnier@iro.umontreal.ca>
6372         * bindings.el (global-map): Resync [home] and [end] bindings with C-a
6373         and C-e.
6375         * emacs-lisp/eldoc.el: Move comments into docstrings.
6376         (eldoc-message-commands): Initialize in its declaration.
6377         Add move-beginning-of-line and move-end-of-line.
6378         (eldoc-add-command, eldoc-add-command-completions)
6379         (eldoc-remove-command, eldoc-remove-command-completions): Simplify.
6381         * outline.el (outline-mark-subtree): Activate the mark.
6383         * calendar/appt.el (appt-time-regexp): New var.
6384         (appt-add, appt-make-list): Use it.
6385         (appt-convert-time): Clean up.
6387         * textmodes/tex-mode.el (tex-font-lock-syntactic-face-function):
6388         Don't set any syntax-table property here.
6389         (tex-font-lock-verb): New function.  Do it here.
6390         (tex-font-lock-syntactic-keywords): Use it.
6392 2005-10-04  Richard M. Stallman  <rms@gnu.org>
6394         * wid-edit.el (widget-file-complete): Get the widget start point
6395         the right way.  Default directory to `/' if file has none.
6397         * x-dnd.el (x-dnd-drop-data): Check for dedicated windows.
6399         * textmodes/flyspell.el (flyspell-mode-on):
6400         Call ispell-maybe-find-aspell-dictionaries.
6402         * textmodes/ispell.el (ispell-word, ispell-region):
6403         Call ispell-maybe-find-aspell-dictionaries.
6404         (ispell-accept-buffer-local-defs):
6405         Don't call ispell-maybe-find-aspell-dictionaries
6407 2005-10-04  Richard M. Stallman  <rms@gnu.org>
6409         * iswitchb.el (iswitchb-buffer-ignore): Label it risky.
6411 2005-10-04  Emilio C. Lopes  <eclig@gmx.net>
6413         * iswitchb.el (iswitchb-ignore-buffername-p): Use `functionp'
6414         instead of `fboundp' in order to allow for anonymous functions.
6416 2005-10-04  Chong Yidong  <cyd@stupidchicken.com>
6418         * info.el (Info-next, Info-prev, Info-up): Select info buffer, in
6419         case the user clicks on the link while another window is selected.
6420         (Info-speedbar-hierarchy-buttons): Use speedbar-current-frame.
6422         * dframe.el (dframe-update-keymap): Use mouse-1-click-follows-link
6423         functionality.
6424         (dframe-help-echo): Save point in case mouse tracking is off.
6426 2005-10-04  Thien-Thi Nguyen  <ttn@gnu.org>
6428         * net/ange-ftp.el (ange-ftp-ls): Fix typo introduced in last change.
6430 2005-10-03  Stefan Monnier  <monnier@iro.umontreal.ca>
6432         * progmodes/cc-styles.el (c-setup-paragraph-variables): Make sure we do
6433         not change the global value of those vars.
6435         * progmodes/cc-mode.el (c-basic-common-init): Remove calls to
6436         make-local-variable which we do not need any more.
6438 2005-10-03  Chong Yidong  <cyd@stupidchicken.com>
6440         * speedbar.el (speedbar-ignored-path-regexp, speedbar-line-path)
6441         (speedbar-ignored-path-expressions, speedbar-buffers-line-path)
6442         (speedbar-add-ignored-path-regexp, speedbar-buffers-line-path)
6443         (speedbar-path-line): Define obsolete aliases.
6444         (speedbar-line-directory): Doc fix.
6446         * progmodes/vhdl-mode.el (vhdl-speedbar-initialize)
6447         (vhdl-speedbar-rescan-hierarchy): Call speedbar-line-directory
6448         instead of speedbar-line-path.
6450 2005-10-03  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
6452         * x-dnd.el (x-dnd-drop-data): Don't set dnd-open-file-other-window
6453         to nil if dropping on a window.  Handle dropping on a minibuffer window
6454         like dropping on a non-window part of Emacs.
6456 2005-10-03  Stefan Monnier  <monnier@iro.umontreal.ca>
6458         * net/ange-ftp.el: Use with-current-buffer.
6459         (ange-ftp-insert-directory): Do not follow symlinks any more.
6461         * textmodes/ispell.el (ispell-find-aspell-dictionaries):
6462         Remove interactive spec.
6464 2005-10-03  Kim F. Storm  <storm@cua.dk>
6466         * ido.el (ido-mode): Use custom-initialize-set.
6468 2005-10-02  Richard M. Stallman  <rms@gnu.org>
6470         * progmodes/ebnf2ps.el (ebnf-eps-production-list):
6471         Use insert-buffer-substring.
6473         * net/tramp.el: Pacify byte compiler warnings in pacification code.
6474         (tramp-handle-file-local-copy): Use insert-buffer-substring.
6476 2005-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
6478         * net/ange-ftp.el (ange-ftp-insert-directory): Undo unintended part
6479         in last change.
6480         (ange-ftp-insert-directory): Fix up the search for the case where
6481         `file' is absolute.
6483 2005-10-02  Romain Francoise  <romain@orebokech.com>
6485         * progmodes/compile.el (compile-goto-error): Delete extra paren.
6487 2005-10-02  Andreas Schwab  <schwab@suse.de>
6489         * ediff-ptch.el (ediff-fixup-patch-map): Handle file names without
6490         directory component in the session info.
6492 2005-10-01  Richard M. Stallman  <rms@gnu.org>
6494         * comint.el (comint-redirect-subvert-readonly): Doc fix.
6496         * simple.el (next-error-internal): New function.
6498         * progmodes/compile.el (compilation-buffer-name): New arg MODE-COMMAND.
6499         (compilation-start): Pass new arg to compilation-buffer-name.
6500         (compile-goto-error): Use next-error-internal.
6502 2005-10-01  Chong Yidong  <cyd@stupidchicken.com>
6504         * speedbar.el: Remove RCS tag.
6505         (speedbar-check-read-only): Handle non-existent files.
6507         * dframe.el, ezimage.el, sb-image.el: Remove RCS tags.
6509         * info.el (Info-speedbar-hierarchy-buttons)
6510         (Info-speedbar-goto-node): Call speedbar-select-attached-frame.
6512 2005-10-01  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
6514         * textmodes/bibtex.el (bibtex-valid-entry-whitespace-re):
6515         Do not match newline.
6516         (bibtex-realign): Do not use bibtex-valid-entry-whitespace-re.
6517         (bibtex-summary): Remove unnecessary save-excursion.
6518         (bibtex-fill-field-bounds): Use fill-region-as-paragraph.
6520 2005-10-01  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
6522         * term/mac-win.el: Add charset info for "iso10646-1".
6523         Modify default fontset to use ATSUI-compatible fonts for some charsets
6524         if available.
6526 2005-10-01  Chong Yidong  <cyd@stupidchicken.com>
6528         * speedbar.el: Re-apply arch tag.
6529         (speedbar-version): Rename to version 1.0.  Suggested by Eric
6530         M. Ludlam.
6531         Reapply two changes from Emacs CVS' version of speedbar lost
6532         during the merge:
6533         (speedbar-use-imenu-flag): Avoid unnecessary use of locate-library.
6534         (speedbar-frame-parameters): Improve customize type.
6536 2005-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
6538         * net/ange-ftp.el (ange-ftp-gwp-start): Use with-current-buffer.
6539         (ange-ftp-file-directory-p): Fix the symlink case.
6540         (ange-ftp-insert-directory): When listing a single file, get a list of
6541         the parent buffer and extract the relevant line.  Inspired from a patch
6542         by Katsumi Yamaoka <yamaoka@jpl.org>.
6543         (ange-ftp-file-name-sans-versions): Simplify.
6545 2005-09-30  Bill Wohler  <wohler@newt.com>
6547         Move MH-E image files from toolbar and mail directories into
6548         etc/images.
6550         * mail/reply2.*: Move to etc/images/mail/reply*.
6552         * toolbar/execute.*, toolbar/highlight.*, toolbar/mh-logo.xpm:
6553         * toolbar/page-down.*, toolbar/show.*, toolbar/widen.*: Move to
6554         etc/images.
6556         * toolbar/alias.*, toolbar/refile.*, toolbar/repack.*:
6557         * toolbar/reply*: Move to etc/images/mail.
6559         * toolbar/rescan.*: Move and rename to etc/images/refresh.*.
6561 2005-09-30  Eric M. Ludlam <zappo@gnu.org>
6563         * speedbar.el: New version 1.0pre3.
6565         Frame management code (including timer, and mouse click specifics)
6566         moved to dframe.el:
6567         (speedbar-attached-frame): Removed.  Use dframe-attached-frame.
6568         (speedbar-timer): Removed.  Use dframe-timer.
6569         (speedbar-close-frame): Removed.  Use dframe-close-frame.
6570         (speedbar-activity-change-focus-flag): Removed.  Use
6571         dframe-activity-change-focus-flag.
6572         (speedbar-update-speed, speedbar-navigating-speed): Obsolete.  Use
6573         dframe-update-speed.
6575         (speedbar-current-frame): New macro.  Use this instead of the
6576         variable speedbar-frame.
6578         (speedbar-use-images, speedbar-expand-image-button-alist)
6579         (speedbar-insert-image-button-maybe): Moved to sb-image.el.
6581         (speedbar-find-image-on-load-path): Removed.  Replaced by
6582         defezimage in ezimage.el.
6583         (speedbar-expand-image-button-alist): Removed.  Replaced by
6584         ezimage-expand-image-button-alist in ezimage.el.
6586         (speedbar-ignored-directory-regexp)
6587         (speedbar-add-ignored-directory-regexp)
6588         (speedbar-ignored-directory-expressions)
6589         (speedbar-line-directory, speedbar-buffers-line-directory)
6590         (speedbar-directory-line, speedbar-buffers-line-directory):
6591         Renamed, replacing `path' with `directory'.
6593         (speedbar-create-directory, speedbar-expand-line-descendants)
6594         (speedbar-toggle-line-expansion)
6595         (speedbar-contract-line-descendants): New commands.
6597         (speedbar-query-confirmation-method, speedbar-select-frame-method)
6598         (speedbar-use-tool-tips-flag): New options.
6600         (speedbar-check-read-only, speedbar-require-version)
6601         (speedbar-insert-separator, speedbar-buffers-tail-notes)
6602         (speedbar-handle-delete-frame, speedbar-try-completion)
6603         (speedbar-update-localized-contents): New functions.
6605         (speedbar-incompatible-version, speedbar-ro-to-do-point)
6606         (speedbar-object-read-only-indicator): New variables.
6608         (speedbar-visiting-tag-hook, speedbar-before-visiting-file-hook):
6609         New hooks.
6611         (speedbar-separator-face): New face.
6613         (speedbar-supported-extension-expressions): Add `.g' and `.ma?k'.
6614         (speedbar-ignored-modes): Add fundamental-mode.
6615         (speedbar-directory-unshown-regexp): Add . directories.
6617         (speedbar-key-map): Remove old SPC and DEL page up/down keys.
6618         (speedbar-file-key-map): Add SPC to toggle node expansion, `[' and
6619         `]' for full expand/close.
6620         (speedbar-buffers-key-map): Add SPC to toggle node expansion.
6622         (speedbar-check-vc): Support hidden files.
6623         (speedbar-vc-check-dir-p): Use vc-state if available for CVS.
6624         (speedbar-this-file-in-vc): Use vc-state if available.  If VC
6625         state is nil, it is not checked out.
6627         (speedbar-line-text, speedbar-line-token): Support expand buttons
6628         with no text.
6629         (speedbar-refresh): Universal argument acts as power-click.
6630         (speedbar-fetch-dynamic-tags): If a buffer is in Emacs, switch to
6631         that buffer to get variable values.
6633         And many other bugfixes.
6635         * dframe.el, ezimage.el, sb-image.el: New files.
6637         * sb-*.xpm: Remove files.  New image files installed into
6638         etc/images/ezimage.
6640 2005-09-30  Kenichi Handa  <handa@m17n.org>
6642         * ps-mule.el (ps-mule-show-warning): If a character is in
6643         ps-print-translation-table, don't treat it as non-printable.
6645 2005-09-30  David Ponce  <david@dponce.com>
6647         * tree-widget.el (tree-widget-themes-load-path): New variable.
6648         (tree-widget-themes-directory): Doc fix.
6649         (tree-widget-image-formats) [Emacs]: Doc fix.
6650         (tree-widget--locate-sub-directory): New function.
6651         (tree-widget-themes-directory): Use it.
6653         * recentf.el (recentf-filename-handlers): Rename from
6654         `recentf-filename-handler'.  Allow a list of functions.
6655         (recentf-menu-items-for-commands): Fix :help strings.
6656         (recentf-apply-filename-handlers): New function.
6657         (recentf-expand-file-name): Use it.
6658         (recentf-cleanup): Remove duplicates too.
6660 2005-09-29  Juri Linkov  <juri@jurta.org>
6662         * faces.el: Rearrange face definitions to be in the same order as
6663         their face descriptions in "(emacs)Standard Faces".
6665         * isearch.el (isearch, lazy-highlight): Add group `basic-faces'.
6667         * tooltip.el (tooltip): Add group `basic-faces'.
6669         * buff-menu.el (Buffer-menu-buffer): Remove group
6670         `font-lock-highlighting-faces'.
6672         * progmodes/compile.el (compilation-error, compilation-warning)
6673         (compilation-info, compilation-line-number, compilation-column-number):
6674         Change group from `font-lock-highlighting-faces' to `compilation'.
6676         * progmodes/vhdl-mode.el (vhdl-font-lock-prompt-face)
6677         (vhdl-font-lock-attribute-face, vhdl-font-lock-enumvalue-face)
6678         (vhdl-font-lock-function-face, vhdl-font-lock-directive-face)
6679         (vhdl-font-lock-reserved-words-face)
6680         (vhdl-font-lock-translate-off-face, syntax-alist): Remove group
6681         `font-lock-highlighting-faces'.
6683         * cus-edit.el (custom-buffer-sort-alphabetically): Default to nil.
6685 2005-09-28  Kim F. Storm  <storm@cua.dk>
6687         * emulation/cua-base.el: Set CUA move property on additional commands:
6688         up-list, down-list, backward-up-list, end-of-defun beginning-of-defun,
6689         forward-sexp, backward-sexp, forward-list, backward-list.
6691 2005-09-28  Romain Francoise  <romain@orebokech.com>
6693         * comint.el (comint-show-output): Really set point at the
6694         beginning of the output when not using `comint-use-prompt-regexp'.
6696 2005-09-27  Jay Belanger  <belanger@truman.edu>
6698         * calc/calc-lang.el (math-oper-table): Raise the precedence of "/"
6699         in TeX mode.
6701 2005-09-26  Juanma Barranquero  <lekktu@gmail.com>
6703         * textmodes/org.el (org-table-sum): Fix format string.
6705         * textmodes/tex-mode.el (tex-insert-quote, latex-indent):
6706         Quote face names.
6708 2005-09-26  Romain Francoise  <romain@orebokech.com>
6710         * isearch.el (isearch-forward-regexp): Close doc string.
6712 2005-09-25  Richard M. Stallman  <rms@gnu.org>
6714         * simple.el (blink-matching-open): Don't no-op when point is BEGV+1.
6716         * isearch.el (isearch-forward, isearch-forward-regexp): Doc fixes.
6718         * progmodes/compile.el (compilation-error-properties):
6719         When getting the file from the previous error message,
6720         correctly decode the new data format.
6722         * progmodes/cc-cmds.el (c-electric-paren):
6723         Call old-blink-paren only for close-paren.
6725 2005-09-24  Andreas Schwab  <schwab@suse.de>
6727         * term/rxvt.el (rxvt-register-default-colors): Delete redundant
6728         condition.
6730 2005-09-25  Romain Francoise  <romain@orebokech.com>
6732         * dired-aux.el (dired-copy-file-recursive):
6733         * dired.el (dired-delete-file):
6734         * ediff-mult.el (ediff-dir-diff-copy-file):
6735         * ediff-util.el (ediff-test-save-region):
6736         * forms.el (forms-mode):
6737         * ido.el (ido-file-internal, ido-delete-file-at-head):
6738         * log-edit.el (log-edit-done):
6739         * ses.el (ses-yank-resize):
6740         * play/gomoku.el (gomoku-human-plays, gomoku)
6741         (gomoku-human-resigns, gomoku-prompt-for-other-game)
6742         (gomoku-offer-a-draw):
6743         * play/landmark.el (lm-human-resigns, lm):
6744         * net/eudcb-ldap.el (eudc-ldap-check-base):
6745         * play/mpuz.el (mpuz-offer-abort, mpuz-try-letter, mpuz-close-game):
6746         * progmodes/ebrowse.el (ebrowse-find-pattern):
6747         * progmodes/idlw-shell.el (idlwave-shell-set-bp-check):
6748         * textmodes/reftex-index.el (reftex-index-initialize-phrases-buffer):
6749         End `yes-or-no-p' and `y-or-n-p' prompts with question mark and space.
6751         * vc.el (vc-delete-file):
6752         * play/gomoku.el (gomoku-terminate-game, gomoku)
6753         (gomoku-prompt-for-move, gomoku-human-takes-back):
6754         * play/landmark.el (lm-human-takes-back, lm-prompt-for-move)
6755         (lm-start-robot, lm-human-plays): Remove extraneous spaces in messages.
6757 2005-09-24  Dan Nicolaescu  <dann@ics.uci.edu>
6759         * term/rxvt.el (rxvt-register-default-colors): Add support for 255
6760         color rxvt terminals by using the code xterm.el used to use before
6761         2005-04-09 in order to match the colors used by rxvt.
6763 2005-09-24  Emanuele Giaquinta <emanuele.giaquinta@gmail.com>  (tiny change)
6765         * term/rxvt.el (rxvt-register-default-colors): Add support for 88
6766         colors rxvt-unicode terminals by using the same code as xterm.el.
6768 2005-09-24  Stefan Monnier  <monnier@iro.umontreal.ca>
6770         * textmodes/tex-mode.el (tex-font-lock-append-prop)
6771         (tex-font-lock-suscript, tex-insert-quote, latex-indent): Adjust to the
6772         new symbol used for the tex-verbatim face.
6774 2005-09-24  Emilio C. Lopes  <eclig@gmx.net>
6776         * woman.el (woman-file-name):
6777         * wid-edit.el (widget-file-prompt-value)
6778         (widget-coding-system-prompt-value):
6779         * w32-fns.el (set-w32-system-coding-system):
6780         * vc.el (vc-version-diff, vc-annotate):
6781         * textmodes/reftex-auc.el (reftex-arg-cite)
6782         (reftex-arg-index-tag):
6783         * textmodes/refer.el (refer-get-bib-files):
6784         * textmodes/artist.el (artist-figlet-choose-font):
6785         * terminal.el (terminal-emulator):
6786         * replace.el (occur-read-primary-args):
6787         * rect.el (string-rectangle, string-insert-rectangle):
6788         * ps-print.el (ps-print-preprint):
6789         * progmodes/pascal.el (pascal-goto-defun):
6790         * progmodes/etags.el (visit-tags-table, visit-tags-table-buffer):
6791         * progmodes/compile.el (compilation-find-file):
6792         * printing.el (pr-interactive-n-up):
6793         * play/animate.el (animate-birthday-present):
6794         * net/rcompile.el (remote-compile):
6795         * man.el (man, Man-goto-section, Man-follow-manual-reference):
6796         * mail/rmailsum.el (rmail-summary-search-backward)
6797         (rmail-summary-search):
6798         * mail/rmailout.el (rmail-output-read-rmail-file-name)
6799         (rmail-output-read-file-name):
6800         * mail/rmail.el (rmail-search, rmail-search-backwards):
6801         * mail/mailabbrev.el (merge-mail-abbrevs, rebuild-mail-abbrevs):
6802         * locate.el (locate):
6803         * international/quail.el (quail-show-keyboard-layout):
6804         * international/mule.el (set-buffer-file-coding-system)
6805         (revert-buffer-with-coding-system, set-file-name-coding-system)
6806         (set-terminal-coding-system, set-keyboard-coding-system)
6807         (set-next-selection-coding-system):
6808         * international/mule-diag.el (describe-coding-system)
6809         (describe-font, describe-fontset):
6810         * international/mule-cmds.el (universal-coding-system-argument)
6811         (search-unencodable-char, describe-input-method)
6812         (set-language-environment, describe-language-environment):
6813         * international/codepage.el (codepage-setup):
6814         * international/code-pages.el (codepage-setup):
6815         * info.el (Info-search, Info-follow-reference)
6816         (Info-search-backward):
6817         * emacs-lisp/advice.el (ad-read-advised-function)
6818         (ad-read-advice-class, ad-clear-cache, ad-activate)
6819         (ad-deactivate, ad-update, ad-unadvise, ad-read-advice-name)
6820         (ad-enable-advice, ad-disable-advice, ad-remove-advice)
6821         (ad-read-regexp):
6822         * ediff-util.el (ediff-toggle-regexp-match):
6823         * ediff-ptch.el (ediff-prompt-for-patch-file):
6824         * dired-aux.el (dired-diff):
6825         * diff.el (diff):
6826         * cus-edit.el (custom-variable-prompt):
6827         * calendar/timeclock.el (timeclock-ask-for-project):
6828         * calc/calcalg3.el (calc-get-fit-variables):
6829         * calc/calc-store.el (calc-edit-variable)
6830         (calc-permanent-variable):
6831         * vc-mcvs.el (vc-mcvs-register):
6832         * shadowfile.el (shadow-define-literal-group):
6833         * woman.el (woman-file-name):
6834         * vc.el (vc-version-diff, vc-merge):
6835         * textmodes/reftex-index.el (reftex-index-complete-tag):
6836         * format.el (format-decode-buffer, format-decode-region):
6837         * emulation/viper-cmd.el (viper-read-string-with-history):
6838         * emacs-lisp/debug.el (cancel-debug-on-entry):
6839         * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
6840         * ediff.el (ediff-merge-revisions)
6841         (ediff-merge-revisions-with-ancestor, ediff-revision):
6842         * completion.el (interactive-completion-string-reader):
6843         * calc/calc-prog.el (calc-user-define-formula):
6844         Follow convention for reading with the minibuffer.
6846 2005-09-24  Steven Huwig  <steven_h@acm.org>  (tiny change)
6848         * progmodes/python.el (python-describe-symbol): Add globals() and
6849         locals() to the arguments of emacs.ehelp.
6851 2005-09-24  Magnus Henoch  <mange@freemail.hu>
6853         * textmodes/ispell.el (ispell-maybe-find-aspell-dictionaries):
6854         New function, code extracted from ispell-valid-dictionary-list.
6855         (ispell-valid-dictionary-list, ispell-accept-buffer-local-defs):
6856         Call it.
6858 2005-09-24  Eli Zaretskii  <eliz@gnu.org>
6860         * subr.el (version-regexp-alist): Extend valid syntax for version
6861         strings: allow any of the characters -,_,+ to separate the
6862         alpha/beta/rc part from the version part.  Doc fix.
6863         (version-to-list): Doc fix.  Bind case-fold-search to t, as advertised.
6865 2005-09-23  David Reitter  <david.reitter@gmail.com>
6867         * mail/mailclient.el: New file.
6869 2005-09-23  Richard M. Stallman  <rms@gnu.org>
6871         * textmodes/flyspell.el (flyspell-highlight-incorrect-region)
6872         (flyspell-incorrect-hook, flyspell-highlight-duplicate-region):
6873         Doc fixes.
6875         * progmodes/cc-mode.el (c-font-lock-init):
6876         Specify font-lock-lines-before.
6878 2005-09-23  Stefan Monnier  <monnier@iro.umontreal.ca>
6880         * smerge-mode.el (smerge-remove-props): Cause re-highlighting of the
6881         whole conflict.
6883 2005-09-23  Carsten Dominik  <dominik@science.uva.nl>
6885         * textmodes/org.el (org-mode-map, orgtbl-mode-map):
6886         Move keybindings with `C-c C-h' prefix to `C-c C-x' prefix.  Make use
6887         of `remap' feature when available.  Additional key bindings for
6888         better tty support.
6889         (org-mode-restart, org-force-self-insert): New commands.
6890         (org-time-stamp-inactive): New command.
6891         (org-remap): New function.
6892         (org-table-auto-blank-field, org-level-color-stars-only): New options.
6893         (org-enable-fixed-width-editor): Move to `org-structure'
6894         customization group.
6895         (org-self-insert-command, orgtbl-self-insert-command): Modify to
6896         blank field after field motion commands.
6898 2005-09-23  Kenichi Handa  <handa@m17n.org>
6900         * international/mule-cmds.el (set-language-environment):
6901         Don't check utf-translate-cjk-lang-env is nil or not on deciding if we
6902         have to call utf-translate-cjk-load-tables.
6904 2005-09-22  Stefan Monnier  <monnier@iro.umontreal.ca>
6906         * mouse.el (mouse-move-drag-overlay): Fix last change.
6908 2005-09-22  David Ponce  <david@dponce.com>
6910         * tree-widget.el (tree-widget-value-create): Fix previous change.
6912 2005-09-21  Dan Nicolaescu  <dann@ics.uci.edu>
6914         * term/xterm.el (terminal-init-xterm): Fix loading rxvt at run time.
6916 2005-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
6918         * mouse.el (mouse-move-drag-overlay): New function.
6919         (mouse-drag-region-1): Use it.
6920         Try to simplify a bit the state handling.  Handle clicks on links
6921         inside intangible areas.
6922         (mouse-save-then-kill): Minor simplification.
6923         (mouse-secondary-overlay): Make it always non-nil instead of
6924         recreating it each time.
6925         (mouse-start-secondary, mouse-set-secondary, mouse-drag-secondary)
6926         (mouse-kill-secondary, mouse-secondary-save-then-kill):
6927         Simplify accordingly.
6929 2005-09-21  Dan Nicolaescu  <dann@ics.uci.edu>
6931         * term/rxvt.el (rxvt-standard-colors): Fix some colors.
6933 2005-09-20  Michael Kifer  <kifer@cs.stonybrook.edu>
6935         * ediff-ptch.el (ediff-prompt-for-patch-file): More intuitive prompt.
6936         (ediff-file-name-sans-prefix): Treat nil as an empty string.
6937         (ediff-fixup-patch-map): Better heuristic for intuiting the file names
6938         to patch.
6940         * ediff-util.el: Use insert-buffer-substring.
6942         * ediff-vers.el (cvs-run-ediff-on-file-descriptor): Bug fix.
6944         * emulation/viper-cmd.el (viper-change-state): Don't move over the
6945         field boundaries in the minibuffer.
6946         (viper-set-minibuffer-style): Add viper-minibuffer-post-command-hook.
6947         (viper-minibuffer-post-command-hook): New hook.
6948         (viper-line): Don't move cursor at bolp.
6950         * emulation/viper-ex.el (ex-pwd, viper-info-on-file): Fix message.
6952         * emulation/viper-init.el: Add alias to make-variable-buffer-local to
6953         avoid compiler warnings.
6955         * emulation/viper-macs.el (ex-map): Better messages.
6957         * emulation/viper-utils.el (viper-beginning-of-field): New function.
6959         * emulation/viper.el: Replace make-variable-buffer-local with
6960         viper-make-variable-buffer-local everywhere, to avoid warnings.
6962 2005-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
6964         * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line):
6965         Delete unused var `old-selected-window'.
6966         (mouse-drag-region-1): Delete unused vars `start-frame', `end-of-range'.
6967         (mouse-drag-secondary): Delete unused var `start-frame'.
6969 2005-09-19  Emanuele Giaquinta  <emanuele.giaquinta@gmail.com>  (tiny change)
6971         * term/rxvt.el (terminal-init-rxvt): Add entry for [end].
6973 2005-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
6975         * calendar/calendar.el (mark-visible-calendar-date): Save excursion.
6976         Re-indent within 80 columns.  Use inhibit-read-only.
6978 2005-09-19  Romain Francoise  <romain@orebokech.com>
6980         * calendar/diary-lib.el (mark-diary-entries): Revert last change.
6982 2005-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
6984         * font-lock.el (font-lock-default-fontify-region): Don't add a line
6985         unconditionally, since the after-change-function already did it.
6987 2005-09-19  Miles Bader  <miles@gnu.org>
6989         * net/newsticker.el: Get rid of CVS keyword.
6991 2005-09-19  Johan Bockg\e,Ae\e(Brd  <bojohan+sf@dd.chalmers.se>
6993         * dired-aux.el (dired-handle-overwrite): Don't use `format' here.
6994         The prompt is formatted later.
6996 2005-09-19  David Ponce  <david@dponce.com>
6998         * tree-widget.el (tree-widget-value-create): Save the converted
6999         tree :node widget.
7001 2005-09-19  Juanma Barranquero  <lekktu@gmail.com>
7003         * progmodes/sh-script.el (sh-blink): Fix spurious reference to
7004         variable `message'.
7006 2005-09-18  Michael Albinus  <michael.albinus@gmx.de>
7008         * net/tramp.el (tramp-login-prompt-regexp): Expand regexp in order
7009         to cover prompts like "login as:".  Reported by Slawomir Nowaczyk
7010         <slawomir.nowaczyk.847@student.lu.se>.
7012 2005-09-18  Chong Yidong  <cyd@stupidchicken.com>
7014         * image.el (image-load-path): Use symbol `data-directory' instead
7015         of its value, for backward compatibility with packages that bind
7016         it during `find-image'.  Suggested by Katsumi Yamaoka.
7017         (image-search-load-path): Handle symbols whose values are strings.
7019 2005-09-18  Romain Francoise  <romain@orebokech.com>
7021         * calendar/diary-lib.el (mark-diary-entries): Rearrange to wrap
7022         with-current-buffer form in save-excursion.
7024 2005-09-18  D Goel  <deego@gnufans.org>
7026         * apropos.el (apropos-command): Fix `message' call: first arg
7027         should be a format spec.  In this and all other cases that appear
7028         below and elsewhere in the source code, I made a change only when
7029         two conditions were satisfied: [1] I can think of a possibility
7030         that the arguments would cause an error, for example, the code in
7031         question relies on external variables such as filenames.  [2] I
7032         was sure that the arg to `message' could not have been nil in the code.
7034         * textmodes/tildify.el (tildify-region): Ditto.
7036         * textmodes/reftex-index.el (reftex-index-change-entry)
7037         (reftex-index-phrase-selection-or-word, reftex-query-index-phrase):
7038         * textmodes/reftex-dcr.el (reftex-echo-ref, reftex-echo-cite):
7039         * textmodes/org.el (org-complete, org-deadline, org-schedule)
7040         (org-priority, org-table-sum):
7041         * textmodes/ispell.el (ispell-check-version, ispell-parse-output):
7042         * textmodes/flyspell.el (flyspell-mode-on, flyspell-notify-misspell)
7043         (flyspell-word, flyspell-display-next-corrections):
7044         * textmodes/bibtex.el (bibtex-print-help-message):
7045         * textmodes/artist.el (artist-key-set-point-poly):
7046         * term/mac-win.el (mac-services-insert-text):
7047         * progmodes/vhdl-mode.el (vhdl-warning, vhdl-print-warnings)
7048         (vhdl-hooked-abbrev, vhdl-template-insert-fun)
7049         (vhdl-port-paste-testbench, vhdl-compose-new-component)
7050         (vhdl-compose-configuration):
7051         * progmodes/sh-script.el (sh-blink, sh-show-indent)
7052         (sh-set-indent, sh-learn-line-indent):
7053         * progmodes/ps-mode.el (ps-mode-target-column):
7054         * progmodes/idlwave.el (idlwave-make-tags)
7055         (idlwave-scan-library-catalogs):
7056         * progmodes/idlw-shell.el (idlwave-shell-parse-stack-and-display):
7057         * progmodes/gud.el (gud-jdb-analyze-source):
7058         * progmodes/flymake.el (flymake-log):
7059         * progmodes/ebnf2ps.el (ebnf-generate-region):
7060         * progmodes/cmacexp.el (c-macro-expansion):
7061         * progmodes/ada-xref.el (ada-treat-cmd-string):
7062         * progmodes/ada-mode.el (ada-create-case-exception-substring)
7063         (ada-justified-indent-current, ada-batch-reformat):
7064         * play/zone.el (zone):
7065         * play/landmark.el (lm-move):
7066         * play/decipher.el (decipher-show-alphabet):
7067         * net/newsticker.el (newsticker--display-jump)
7068         (newsticker--display-scroll):
7069         * mail/rmail-spam-filter.el (rsf-add-subject-to-spam-list)
7070         (rsf-add-sender-to-spam-list, rsf-add-region-to-spam-list):
7071         * mail/feedmail.el (feedmail-dump-message-to-queue):
7072         * eshell/esh-proc.el (eshell-remove-process-entry):
7073         * emulation/ws-mode.el (ws-last-error):
7074         * emulation/viper-macs.el (ex-map-read-args, ex-unmap-read-args)
7075         (viper-record-kbd-macro):
7076         * emulation/viper-ex.el (ex-pwd, viper-info-on-file):
7077         * emacs-lisp/lisp-mnt.el (lm-report-bug):
7078         * emacs-lisp/find-func.el (find-function-noselect):
7079         * calendar/timeclock.el (timeclock-status-string)
7080         (timeclock-workday-remaining-string, timeclock-workday-elapsed-string)
7081         (timeclock-when-to-leave-string):
7082         * calendar/icalendar.el (icalendar--convert-ical-to-diary):
7083         * calc/calc-units.el (calc-enter-units-table):
7084         * calc/calc-mode.el (calc-mode-record-mode):
7085         * woman.el (woman-mini-help):
7086         * wdired.el (wdired-change-to-wdired-mode):
7087         * vc.el (vc-retrieve-snapshot):
7088         * strokes.el (strokes-read-stroke, strokes-read-complex-stroke):
7089         * startup.el (display-startup-echo-area-message):
7090         * simple.el (set-goal-column):
7091         * ses.el (ses-command-hook, ses-recalculate-cell):
7092         * server.el (server-process-filter):
7093         * printing.el (pr-interface-txt-print, pr-interface-printify)
7094         (pr-interface-ps):
7095         * pcvs.el (cvs-help):
7096         * log-edit.el (log-edit, log-edit-mode-help):
7097         * iswitchb.el (iswitchb-possible-new-buffer):
7098         * isearch.el (isearch-edit-string):
7099         * image-mode.el (image-mode, image-minor-mode):
7100         * ibuf-macs.el (define-ibuffer-filter):
7101         * hi-lock.el (hi-lock-find-patterns):
7102         * files.el (toggle-read-only):
7103         * ediff-util.el (ediff-copy-diff)
7104         (ediff-write-merge-buffer-and-maybe-kill):
7105         * echistory.el (Electric-history-undefined):
7106         * dnd.el (dnd-insert-text):
7107         * dired-aux.el (dired-query):
7108         * desktop.el (desktop-restore-file-buffer, desktop-lazy-create-buffer):
7109         * bookmark.el (bookmark-bmenu-locate):
7110         * obsolete/fast-lock.el (@top-level) <with-temp-message macro>:
7111         Fix `message' calls to ensure first arg is a format string.
7112         The change was made only when these two conditions were satisfied:
7113         [1] when there is a possibility that the arguments would cause an error
7114         for example, if the code in question relies on external variables
7115         such as filenames, and
7116         [2] if the arg to `message' could not have been nil in the code.
7118         * pcomplete.el (pcomplete--help): Fix `message' format spec.
7119         Not having a %s would be weird, though not technically wrong.
7121 2005-09-18  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
7123         * term/mac-win.el (mac-add-charset-info): Doc fix.
7125 2005-09-17  Romain Francoise  <romain@orebokech.com>
7127         * shell.el (shell-resync-dirs): Handle echoing processes more
7128         reliably.  Don't insert resync command if `comint-process-echoes'
7129         is non-nil.
7131 2005-09-17  Magnus Henoch  <mange@freemail.hu>
7133         * textmodes/ispell.el (ispell-aspell-supports-utf8): New variable.
7134         (ispell-check-version): Set ispell-aspell-supports-utf8 to t for
7135         aspell versions >= 0.60.
7136         (ispell-valid-dictionary-list): Call ispell-find-aspell-dictionaries
7137         only if ispell-aspell-supports-utf8 is non-nil.
7139 2005-09-17  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
7141         * progmodes/scheme.el (scheme-mode-variables): Use setq to assign
7142         buffer-local value to lisp-indent-function.
7144 2005-09-17  Milan Zamazal  <pdm@zamazal.org>
7146         * progmodes/glasses.el (glasses-make-readable): If
7147         glasses-separator differs from underscore, put appropriate
7148         overlays over underscore characters.
7149         (glasses-convert-to-unreadable): If glasses-separator differs from
7150         underscore, try to convert glasses-separator characters to
7151         underscores.
7153 2005-09-16  Stefan Monnier  <monnier@iro.umontreal.ca>
7155         * calendar/diary-lib.el (mark-diary-entries): Don't move point.
7156         Use with-syntax-table and dolist.
7158 2005-09-16  Carsten Dominik  <dominik@science.uva.nl>
7160         * textmodes/reftex-auc.el:
7161         * textmodes/reftex-cite.el:
7162         * textmodes/reftex-dcr.el:
7163         * textmodes/reftex-global.el:
7164         * textmodes/reftex-parse.el:
7165         * textmodes/reftex-ref.el:
7166         * textmodes/reftex-sel.el:
7167         * textmodes/reftex-toc.el:
7168         * textmodes/reftex-vars.el:
7169         * textmodes/reftex.el: Small changes to remove compiler warnings.
7171         * textmodes/reftex-index.el: Likewise.
7172         (reftex-query-index-phrase): More efficient use of markers.
7174 2005-09-15  Chong Yidong  <cyd@stupidchicken.com>
7176         * image.el (image-load-path): New variable.
7177         (image-search-load-path): New function.
7178         (find-image): Search for images in `image-load-path'.
7180 2005-09-15  Richard M. Stallman  <rms@gnu.org>
7182         * follow.el: Change Maintainer field.
7184 2005-09-15  David Ponce  <david@dponce.com>
7186         * recentf.el (recentf-save-file-modes): New option.
7187         (recentf-save-list): Use it.
7189 2005-09-15  Nick Roberts  <nickrob@snap.net.nz>
7191         * bindings.el (mode-line-eol-desc, mode-line-coding-system-map)
7192         (mode-line-mule-info, mode-line-modified): Move bindings from
7193         mouse-3 to mouse-1.
7195 2005-09-15  Chong Yidong  <cyd@stupidchicken.com>
7197         * simple.el (sendmail-user-agent-compose): Revert last change.
7199 2005-09-14  Stefan Monnier  <monnier@iro.umontreal.ca>
7201         * net/ange-ftp.el (ange-ftp-process-filter): Revert to ^#+$.
7202         Use with-current-buffer.
7203         (ange-ftp-gwp-start): Remove unused var `gw-user'.
7204         (ange-ftp-guess-hash-mark-size): Remove unused var `result'.
7205         (ange-ftp-insert-directory): Remove unused var `short'.
7206         (ange-ftp-file-name-sans-versions): Remove unused var `host-type'.
7208         * pcvs-defs.el (cvs-version): Recognize CVSNT version string.
7209         (cvs-execute-single-dir): Change default: cvs-1.9 is ancient.
7211         * calendar/cal-menu.el: Don't require easymenu, since we don't use it.
7212         (check-calendar-holidays, diary-list-entries): Autoload.
7213         Otherwise `emacs -q' followed by "mouse-2 -> diary entries" burps.
7214         (calendar-mouse-holidays, calendar-mouse-view-diary-entries): Simplify.
7216         * calendar/diary-lib.el (diary-show-all-entries): Fix last change,
7217         which mistakenly removed a call to display-buffer.
7219 2005-09-14  Juanma Barranquero  <lekktu@gmail.com>
7221         * obsolete/iso-insert.el: Move to obsolete/ from international/.
7223 2005-09-14  Thien-Thi Nguyen  <ttn@gnu.org>
7225         * progmodes/hideshow.el
7226         (hs-hide-comments-when-hiding-all): Remove autoload cookie.
7227         (hs-allow-nesting): New user var.
7228         (hs-discard-overlays): Skip "internal" overlays if nesting allowed.
7229         (hs-hide-block-at-point): When nesting allowed,
7230         if there is already an overlay in place, delete it.
7231         (hs-safety-is-job-n): Delete func; remove call sites.
7232         (hs-hide-level-recursive): Don't pre-clean if nesting allowed.
7233         (hs-overlay-at): New func.
7234         (hs-already-hidden-p, hs-show-block): Use it.
7235         (hs-hide-all): Don't pre-clean if nesting allowed.
7236         (hs-show-all): Temporarily disallow
7237         nesting around call to `hs-discard-overlays'.
7239 2005-09-14  Chong Yidong  <cyd@stupidchicken.com>
7241         * mouse.el (mouse-major-mode-menu): Make `prefix' optional.
7242         Delete unused local var.
7244 2005-09-13  Juanma Barranquero  <lekktu@gmail.com>
7246         * help-fns.el (describe-categories): "?\ " -> "?\s".
7247         (help-do-arg-highlight): Recognize also ARG-n, as in
7248         `move-to-left-margin' (ARG+n is already recognized).  Simplify.
7250         * international/codepage.el (dos-unsupported-char-glyph):
7251         * net/newsticker.el (tool-bar-map, w3-mode-map)
7252         (w3m-minor-mode-map):
7253         * progmodes/vhdl-mode.el (conf-alist, conf-entry, conf-key)
7254         (ent-alist):
7255         * textmodes/reftex-vars.el (reftex-tables-dirty): Add defvars.
7257 2005-09-13  Chong Yidong  <cyd@stupidchicken.com>
7259         * custom.el (custom-push-theme): Handle the case where a symbol is
7260         bound but face properties have not yet been assigned.
7262         * mail/sendmail.el (mail): Use new buffer if `noerase' is `new'.
7263         Fix behavior if noerase is `t' and there is no mail buffer.
7265         * simple.el (sendmail-user-agent-compose): Use a new mail buffer
7266         if `continue' is nil, rather than signal an error.
7268 2005-09-12  Richard M. Stallman  <rms@gnu.org>
7270         * font-lock.el (font-lock-keywords): Add autoload.
7272         * help-fns.el (describe-variable): Rearrange to put source link
7273         in a predictable place.
7275         * net/newsticker.el: New file.
7277 2005-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
7279         * calendar/calendar.el (calendar-for-loop): Add edebug info.
7280         (calendar-basic-setup): Use the new nil arg.
7281         (number-of-diary-entries): Move to diary-lib.el.
7283         * calendar/diary-lib.el: Use with-current-buffer, match-string.
7284         (diary-list-entries): Use with-syntax-table and dolist.
7285         Rename from list-diary-entries.
7286         Use number-of-diary-entries if `number' is nil.
7287         (diary, diary-view-entries): Use this new name and new nil arg value.
7288         (number-of-diary-entries): Move from calendar.el.
7289         (diary-unhide-everything): New function.
7290         (include-other-diary-files, fancy-diary-display)
7291         (diary-show-all-entries, make-diary-entry): Use it.
7292         (diary-mail-entries): Use buffer-string.
7293         (mark-diary-entries): Fix long standing paren typo.
7294         (diary-sexp-entry): Use count-lines.
7295         (make-diary-entry): Avoid `previous-line'.
7296         (diary-mode-map): New var.
7297         (diary-mode): Redraw cal after saving.  Setup header-line.
7298         (fancy-diary-display-mode): Use local-set-key.
7300         * startup.el (command-line): Try calling various terminal-init-foo-bar
7301         functions by stripping hyphenated suffixes from $TERM.
7303         * files.el (normal-mode): Check boundness of font-lock-keywords.
7305 2005-09-12  Richard M. Stallman  <rms@gnu.org>
7307         * progmodes/compile.el: Don't decide a file's directory
7308         until the user actually tries to go there.
7309         (compilation-next-error-function):
7310         Pass compilation-find-file the directory from the file-struct.
7311         (compilation-internal-error-properties): Separate local FILE-STRUCT
7312         from FILE.  Doc the args better.  Rename arg FMT to FMTS.
7313         (compilation-find-file): Arg DIR renamed to DIRECTORY.
7314         Expand it, and if nil, use default-directory.
7315         (compilation-get-file-structure): Don't mix specified directory
7316         with default directory.  Put specified directory into
7317         file-struct.  Don't make the file name absolute.
7319         * progmodes/compile.el (compilation-error-regexp-alist): Doc fix.
7320         (compile-command): Add autoload.
7321         (compilation-disable-input): Add autoload.
7323 2005-09-11  Stephen Gildea  <gildea@stop.mail-abuse.org>
7325         * time-stamp.el: Mention variable `time-stamp-pattern' in doc
7326         strings of the variables it can override.
7327         (time-stamp): New (as yet undocumented) time-stamp-format escapes
7328         %Q and %q, for fully-qualified domain name and unqualified host name.
7330 2005-09-11  Kim F. Storm  <storm@cua.dk>
7332         * emacs-lisp/authors.el (authors-aliases): Update list.
7333         (authors-fixed-entries): Update mldrag.el entry.
7335 2005-09-10  Alan Mackenzie  <acm@muc.de>
7337         * page.el (narrow-to-page): Exclude _entire_ multi-line delimiter
7338         from the region narrowed to.
7340 2005-09-10  Magnus Henoch  <mange@freemail.hu>
7342         * textmodes/ispell.el (ispell-check-version): Signal an error if
7343         aspell version is less than 0.60.
7345 2005-09-10  Pascal Dupuis  <Pascal.Dupuis@esat.kuleuven.be>  (tiny change)
7347         * progmodes/octave-inf.el (inferior-octave-startup):
7348         Resync current dir at the end.
7350 2005-09-10  Emilio C. Lopes  <eclig@gmx.net>
7352         * woman.el (woman-topic-at-point-default):
7353         Rename to woman-use-topic-at-point-default.
7354         (woman-topic-at-point): Rename to woman-use-topic-at-point.
7355         (woman-file-name): Reflect renames above.  Automatically use the
7356         word at point as topic if woman-use-topic-at-point is non-nil.
7357         Otherwise offer it as default but don't insert it in the
7358         minibuffer.  Also use `test-completion' instead of `assoc' as
7359         suggested by Stefan Monnier.
7361 2005-09-10  Andre Spiegel  <spiegel@gnu.org>
7363         * vc.el (vc-directory, vc-update-change-log): Throw an error on
7364         the attempt to do it over Tramp.  This is not yet supported.
7366 2005-09-10  Eli Zaretskii  <eliz@gnu.org>
7368         * menu-bar.el (menu-bar-menu-frame-live-and-visible-p)
7369         (menu-bar-non-minibuffer-window-p): New functions.
7370         ("Split Window", "Save As..."): Use them.
7371         ("Postscript Print Buffer (B+W)", "Postscript Print Buffer")
7372         ("Print Buffer", "Truncate Long Lines in this Buffer"):
7373         Use menu-bar-menu-frame-live-and-visible-p.
7374         ("Save Buffer", "Insert File", "Open Directory...")
7375         ("Open File...", "Visit New File..."):
7376         Use menu-bar-non-minibuffer-window-p.
7377         (kill-this-buffer-enabled-p, dired <menu-enable>):
7378         Use menu-bar-non-minibuffer-window-p.
7380 2005-09-09  Eli Zaretskii  <eliz@gnu.org>
7382         * cus-start.el (all): Don't complain about fringe-related
7383         built-ins if fringes are not supported.  Ditto about
7384         selection-related built-ins.  Fix the test for GTK-related built-ins.
7386         * menu-bar.el ("Split Window", "Postscript Print Buffer (B+W)")
7387         ("Postscript Print Buffer", "Print Region", "Save As...")
7388         ("Save", "Insert File...", "Open Directory...")
7389         ("Open File...", "Visit New File..."")
7390         ("Truncate Long Lines in this Buffer"): Don't look at
7391         menu-updating-frame if this display does not support multiple frames.
7393 2005-09-09  Frederik Fouvry  <fouvry@CoLi.Uni-SB.DE>
7395         * mail/sendmail.el (default-sendmail-coding-system): Doc fix.
7397 2005-09-09  Emilio Lopes  <eclig@gmx.net>
7399         * woman.el: Format- and whitespace-related changes.
7401 2005-09-09  Eli Zaretskii  <eliz@gnu.org>
7403         * woman.el: Fix my email address.
7405 2005-09-08  Richard M. Stallman  <rms@gnu.org>
7407         * progmodes/sh-script.el (sh-skeleton-pair-default-alist): New var.
7408         (sh-mode): Locally set skeleton-pair-default-alist.
7410         * progmodes/make-mode.el (makefile-add-log-defun): Trim the result.
7412         * progmodes/flymake.el: Require `compile' unconditionally.
7414         * mail/sendmail.el (send-mail-function): Add Mailclient alternative.
7416         * woman.el (woman-file-name): Provide a default, not initial input.
7418         * smerge-mode.el (smerge-resolve): Pass args to smerge-remove-props.
7420         * font-lock.el (font-lock-support-mode): Doc fix.
7422         * descr-text.el (describe-property-list): Handle non-symbol prop names.
7424 2005-09-08  Richard M. Stallman  <rms@gnu.org>
7426         * simple.el (blink-matching-open): Get rid of text props from
7427         the string shown in echo area.  Don't permanently set point.
7428         Some rearrangements.
7430 2005-09-08  Reiner Steib  <Reiner.Steib@gmx.de>
7432         * recentf.el (recentf-filename-handler): Add custom choice
7433         `abbreviate-file-name'.
7435         * msb.el (msb--very-many-menus): Fix typo.
7437         * disp-table.el (standard-display-european): Don't set
7438         enable-multibyte-characters to nil.
7440 2005-09-08  David Ponce  <david@dponce.com>
7442         * recentf.el (recentf-show-file-shortcuts-flag): New option.
7443         (recentf-expand-file-name): Doc fix.
7444         (recentf-dialog-mode-map): Define digit shortcuts.
7445         (recentf--files-with-key): New variable.
7446         (recentf-show-digit-shortcut-filter): New function.
7447         (recentf-open-files-items): New function.
7448         (recentf-open-files): Use it.
7449         (recentf-open-file-with-key): New command.
7451 2005-09-08  Chong Yidong  <cyd@stupidchicken.com>
7453         * buff-menu.el (Buffer-menu-sort-by-column): New function.
7454         Suggested by Kim F. Storm.
7455         (Buffer-menu-sort-button-map): Global keymap for sort buttons.
7456         (Buffer-menu-make-sort-button): Use global keymap.
7458 2005-09-07  Michael Albinus  <michael.albinus@gmx.de>
7460         * woman.el (top): Remap `man' command by `woman' in `woman-mode-map'.
7461         (Man-getpage-in-background-advice): Remove defadvice; it isn't
7462         necessary any longer with the remapped command.
7463         (Man-bgproc-sentinel-advice): Remove defadvice which counts
7464         formatting time only.
7466         * net/tramp.el (tramp-action-password)
7467         (tramp-multi-action-password): Compile the password prompt from
7468         `method', `user' and `host'.  Sometimes it isn't obvious which
7469         password to enter, for example with remote files offered by
7470         recentf.el, or with multiple steps.  Suggested by Robert Marshall
7471         <robert@chezmarshall.freeserve.co.uk>.
7473 2005-09-07  Stefan Monnier  <monnier@iro.umontreal.ca>
7475         * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
7476         Fix regexp for when "s///" is at the beginning of line.
7478 2005-09-07  Jay Belanger  <belanger@truman.edu>
7480         * calc/calc-poly.el (math-expand-term): Multiply out any powers
7481         when in matrix mode.
7483 2005-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
7485         * buff-menu.el (Buffer-menu-make-sort-button): Add docstrings, use
7486         non-anonymous functions.
7488 2005-09-06  Chong Yidong  <cyd@stupidchicken.com>
7490         * buff-menu.el (Buffer-menu-make-sort-button): Allow mouse-1 clicks
7491         when using a header line.  Otherwise, use mouse-1-click-follows-link.
7493         * mouse.el (mouse-drag-header-line): Do nothing if the header-line
7494         can't be moved; don't signal an error.
7496 2005-09-05  Chong Yidong  <cyd@stupidchicken.com>
7498         * cus-theme.el (custom-theme-write-faces): Save the current face
7499         spec, not the defface spec.
7501         * custom.el (custom-known-themes): Clarify meaning of "standard".
7502         (custom-push-theme): Save old values in the standard theme.
7503         (disable-theme): Correct typo.
7504         (custom-face-theme-value) Deleted unused function.
7505         (custom-theme-recalc-face): Rewritten to treat enable/disable properly.
7507 2005-09-05  Stefan Monnier  <monnier@iro.umontreal.ca>
7509         * progmodes/compile.el (compilation-goto-locus): Take into account
7510         iconified frames when determining whether the buffer is
7511         already visible.
7512         Don't reset window height if the window already existed.
7514 2005-09-04  Chong Yidong  <cyd@stupidchicken.com>
7516         * custom.el (load-theme): Rename from require-theme.
7517         Add interactive spec.
7518         (enable-theme): Rename from custom-enable-theme.
7519         Add interactive spec.
7520         (disable-theme): Rename from custom-disable-theme.
7521         Add interactive spec.
7522         (custom-make-theme-feature): Doc fix.
7523         (custom-theme-directory): Doc fix.
7524         (provide-theme): Call enable-theme.
7526 2005-09-02  Stefan Monnier  <monnier@iro.umontreal.ca>
7528         * obsolete/lazy-lock.el (lazy-lock-mode):
7529         * obsolete/fast-lock.el (fast-lock-mode): Don't try to turn on
7530         font-lock-mode if it's off.  Print a warning instead.
7532         * progmodes/compile.el (compilation-start): Ignore errors if the
7533         process died before we get to send-eof.
7535         * textmodes/tex-mode.el (tex-send-tex-command, tex-bibtex-file):
7536         Undo last change.  Enclosing the result in quotes broke things on Unix
7537         since tex-send-command passes it through shell-quote-argument.
7538         (tex-send-command): Pass `file' through convert-standard-filename
7539         when possible.
7540         (tex-uptodate-p): Handle the case where TeX hasn't put additional
7541         info in a transcript.
7543 2005-09-02  Dan Nicolaescu  <dann@ics.uci.edu>
7545         * term/xterm.el (terminal-init-xterm): Add eval-when-compile to
7546         fix compilation warning. Reorder the key definitions to group
7547         together keys emitted by the current version of xterm.
7549         * progmodes/vhdl-mode.el (vhdl-highlight-faces)
7550         (vhdl-speedbar-entity-face, vhdl-speedbar-entity-selected-face):
7551         Reorder predicates to correct min-color usage.
7553 2005-09-01  Chong Yidong  <cyd@stupidchicken.com>
7555         * longlines.el (longlines-mode): Inhibit read-only when encoding.
7556         Kill local variables when longlines-mode is turned off.
7558 2005-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
7560         * international/mule-cmds.el (set-locale-environment): Soothe compiler.
7562         * obsolete/lazy-lock.el (lazy-lock) <defgroup>: Move from font-lock.el.
7564         * obsolete/fast-lock.el (fast-lock) <defgroup>: Move from font-lock.el.
7566         * font-lock.el (fast-lock, lazy-lock) <defgroup>: Remove.
7567         (font-lock-lines-before): Change default to being inactive.
7568         (font-lock-default-fontify-region): Obey font-lock-lines-before.
7569         (font-lock-after-change-function): Don't handle f-l-lines-before here.
7571 2005-08-31  Michael Albinus  <michael.albinus@gmx.de>
7573         * net/tramp.el (tramp-handle-make-auto-save-file-name):
7574         Deactivate temporarily advice if active (not needed for Emacs 22,
7575         but for backwards compatibility).
7576         (tramp-exists-file-name-handler): Rewrite.  First implementation
7577         was too simple.
7578         (tramp-advice-make-auto-save-file-name):
7579         Call `tramp-handle-make-auto-save-file-name' (again, just for
7580         backwards compatibility).
7582 2005-08-31  Reto Zimmermann  <reto@gnu.org>
7584         * progmodes/vhdl-mode.el
7585         (vhdl-update-sensitivity-list): Handle multi-dimensional array access.
7586         (vhdl-end-p): Fix indentation bug "else" after "-- when".
7587         (vhdl-set-default-project): New function (easier setting of default).
7588         (vhdl-port-copy): Handle extended identifiers for generics.
7589         (vhdl-compiler-alist): Better description for error message regexp.
7590         (vhdl-make): Query for target, use previous as default.
7591         (vhdl-port-copy): Fix port copy for port names starting with "signal".
7592         (vhdl-font-lock-keywords-2): Fix fontification for record
7593         el. assign.
7594         (vhdl-speedbar-make-subpack-line): Add package body link.
7595         (vhdl-generate-makefile-1): Not include itself as dependency.
7596         (vhdl-font-lock-init): Highlight c-preprocessor directives.
7597         (vhdl-*ward-syntactic-ws): Skip c-preprocessor directives.
7598         (vhdl-get-syntactic-context): Handle c-preprocessor directives.
7599         (vhdl-update-sensitivity-list): Start scan at opening parenthesis.
7600         (vhdl-fixup-whitespace-region): Fix jumping point (infinite loop).
7601         (vhdl-update-sensitivity-list-buffer): Add string argument for `error'.
7602         (vhdl-import-project): Add string argument for `error'.
7603         (vhdl-compose-configuration)
7604         (vhdl-compose-configuration-architecture): Add configuration
7605         declaration generation.
7606         (vhdl-scan-directory-contents): Scan for block/generate hierarchy.
7607         (vhdl-trailer-re): Add "record" keyword (better indentation).
7608         (vhdl-fixup-whitespace-region): "[^ \t\"-]+" instead of
7609         "[^ \t-\"]+".
7610         (vhdl-font-lock-keywords-2): Not highlight formal parameter after `|'.
7611         (vhdl-testbench-entity-file-name)
7612         (vhdl-testbench-architecture-file-name): Allow separate
7613         customization of testbench file names.
7614         (vhdl-beginning-of-block): Handle optional subprogram parameter list.
7615         (vhdl-get-visible-signals): Allow newline within alias declaration.
7616         (vhdl-update-sensitivity-list): Signal read only on certain attributes.
7617         (vhdl-fixup-whitespace-region): Fix bug with strings (double quotes).
7618         (member-ignore-case): Alias for missing function in XEmacs.
7619         (vhdl-compiler-alist): Add unit-to-file name mapping for Cadence NC.
7620         (vhdl-update-sensitivity-list): Ignore case on read signals.
7621         (vhdl-replace-string): Adjust case only for file names.
7622         (vhdl-update-sensitivity-list): Fix search for read signals.
7623         (vhdl-update-sensitivity-list): Exclude formal parameters.
7624         (vhdl-get-visible-signals): Include aliases of signals.
7625         (vhdl-get-visible-signals): Fix signal name searching.
7626         (vhdl-port-flatten, vhdl-port-reverse-direction): Better message.
7627         (vhdl-fixup-whitespace-region): Fix for character
7628         literals (e.g. ':').
7630 2005-08-31  Juanma Barranquero  <lekktu@gmail.com>
7632         * ansi-color.el (comint-last-output-start):
7633         * bs.el (font-lock-verbose):
7634         * diff-mode.el (add-log-buffer-file-name-function):
7635         * dired-x.el (vm-folder-directory):
7636         * faces.el (help-xref-stack-item):
7637         * files.el (font-lock-keywords):
7638         * find-lisp.el (dired-buffers, dired-subdir-alist):
7639         * ido.el (cua-inhibit-cua-keys):
7640         * log-view.el (cvs-minor-wrap-function):
7641         * outline.el (font-lock-warning-face):
7642         * simple.el (compilation-current-error):
7643         * speedbar.el (ange-ftp-path-format, efs-path-regexp)
7644         (font-lock-keywords, x-pointer-hand2, x-pointer-top-left-arrow):
7645         * tooltip.el (comint-prompt-regexp):
7646         * w32-fns.el (explicit-shell-file-name):
7647         * term/mac-win.el (mac-charset-info-alist)
7648         (mac-services-selection, mac-system-script-code):
7649         * term/tty-colors.el (msdos-color-values):
7650         * term/w32-win.el (xlfd-regexp-registry-subnum):
7651         * term/x-win.el (x-keysym-table, x-selection-timeout)
7652         (x-session-id, x-session-previous-id):
7653         * textmodes/ispell.el (mail-yank-prefix):
7654         * textmodes/makeinfo.el (tex-end-of-header, tex-start-of-header):
7655         * textmodes/org.el (calc-embedded-close-formula)
7656         (calc-embedded-open-formula)
7657         (font-lock-unfontify-region-function):
7658         * textmodes/reftex-global.el (isearch-next-buffer-function)
7659         (TeX-master):
7660         * textmodes/reftex.el (font-lock-keywords):
7661         * textmodes/tex-mode.el (font-lock-comment-face)
7662         (font-lock-doc-face):
7663         * textmodes/texinfo.el (outline-heading-alist):
7664         Add defvars.
7666         * textmodes/artist.el (x-pointer-crosshair): Add defvar.
7667         (artist-spray-chars, artist-mode-init, artist-replace-string)
7668         (artist-select-erase-char, artist-vap-find-endpoints-horiz)
7669         (artist-vap-find-endpoints-vert, artist-vap-find-endpoints-swne)
7670         (artist-vap-find-endpoints-nwse): "?\ " -> "?\s".
7672         * textmodes/conf-mode.el (outline-heading-end-regexp): Add defvar.
7673         (conf-align-assignments): "?\ " -> "?\s".
7675         * textmodes/reftex-index.el (TeX-master): Add defvar.
7676         (reftex-index-phrases-marker): Move up defvar.
7678         * textmodes/reftex-toc.el (zmacs-regions): Add defvar.
7679         (reftex-toc-include-labels-indicator)
7680         (reftex-toc-include-index-indicator)
7681         (reftex-toc-max-level-indicator): Move up declarations.
7683         * net/tramp.el (tramp-handle-make-auto-save-file-name): Pass list
7684         of args to `tramp-run-real-handler', even if it's empty in this case.
7686 2005-08-31  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
7688         * dired.el (dired-move-to-filename-regexp): Add date format for
7689         Mac OS X 10.3 in East Asian locales.
7691 2005-08-31  Michael Albinus  <michael.albinus@gmx.de>
7693         * files.el (make-auto-save-file-name): Add file name handler call
7694         if applicable.
7696         * net/tramp.el (tramp-file-name-handler-alist)
7697         (tramp-file-name-for-operation): Add `make-auto-save-file-name'.
7698         (tramp-handle-make-auto-save-file-name): Rename from
7699         `tramp-make-auto-save-file-name'.
7700         (tramp-exists-file-name-handler): New defun.
7701         (tramp-advice-make-auto-save-file-name): Make defadvice only when
7702         `make-auto-save-file-name' is not a magic file name operation.
7704 2005-08-30  Richard M. Stallman  <rms@gnu.org>
7706         * files.el (risky-local-variable-p):
7707         Match `-predicates' and `-commands.
7709         * cus-edit.el (custom-buffer-sort-alphabetically): Default to t.
7710         (custom-save-all): Visit the file if necessary;
7711         kill the buffer if we created it.
7712         (custom-save-delete): Don't visit file or kill buffer here.
7714 2005-08-30  Carsten Dominik  <dominik@science.uva.nl>
7716         * textmodes/org.el (org-special-keyword): New face.
7717         (org-table-copy-down, org-table-eval-formula)
7718         (org-table-recalculate, org-init-section-numbers):
7719         Use `string-to-number' instead of `string-to-int'.
7720         (org-get-location): Use `insert-buffer-substring' instead of
7721         `insert-buffer'.
7722         (org-modify-diary-entry-string): New function.
7723         (org-get-entries-from-diary): Set the hook for `add-to-diary-list'.
7724         (org-disable-agenda-to-diary): Rename from `org-disable-diary'.
7725         (org-toggle-fixed-width-section): Use QUOTE keyword if there is no
7726         active region.
7727         (org-export-as-html): Handle QUOTE keyword.
7728         (org-quote-string): New option.
7729         (org-bookmark-jump-unhide): New function, used for
7730         `bookmark-after-jump-hook'.
7731         (org-diary-default-entry): Apply only when not called through
7732         `org-agenda'.
7734 2005-08-30  Juanma Barranquero  <lekktu@gmail.com>
7736         * net/eudc.el (mode-popup-menu):
7737         * play/handwrite.el (ps-printer-name, ps-lpr-command):
7738         * progmodes/ada-mode.el (compile-auto-highlight)
7739         (skeleton-further-elements):
7740         * progmodes/autoconf.el (font-lock-syntactic-keywords):
7741         * progmodes/cmacexp.el (msdos-shells):
7742         * progmodes/compile.el (font-lock-extra-managed-props)
7743         (font-lock-keywords, font-lock-maximum-size)
7744         (font-lock-support-mode):
7745         * progmodes/grep.el (font-lock-lines-before):
7746         * progmodes/idlw-complete-structtag.el (idlwave-completion-help-info):
7747         * progmodes/mixal-mode.el (compile-command):
7748         * progmodes/perl-mode.el (font-lock-comment-face)
7749         (font-lock-doc-face, font-lock-string-face):
7750         * progmodes/prolog.el (comint-prompt-regexp):
7751         * progmodes/sh-script.el (font-lock-comment-face)
7752         (font-lock-set-defaults, font-lock-string-face):
7753         * progmodes/sql.el (font-lock-keyword-face)
7754         (font-lock-set-defaults, font-lock-string-face):
7755         * progmodes/vhdl-mode.el (compilation-file-regexp-alist)
7756         (itimer-version, lazy-lock-defer-contextually)
7757         (lazy-lock-defer-on-scrolling, lazy-lock-defer-on-the-fly):
7758         Add defvars.
7760         * progmodes/cperl-mode.el (cperl-electric-lbrace)
7761         (cperl-electric-keyword, cperl-electric-pod)
7762         (cperl-electric-backspace, cperl-forward-re)
7763         (cperl-fix-line-spacing, cperl-fill-paragraph): "?\ " -> "?\s".
7764         (vc-rcs-header, vc-sccs-header): Add defvars.
7766         * progmodes/fortran.el (fortran-indent-to-column): "?\ " -> "?\s".
7767         (font-lock-syntactic-keywords, gud-find-expr-function):
7768         Add defvars.
7770         * progmodes/gdb-ui.el (tool-bar-map): Add defvar.
7771         (gdb-frame-parameters): Declare before use.
7773         * progmodes/gud.el (gdb-active-process, gdb-define-alist)
7774         (gdb-macro-info, gdb-server-prefix, gdb-show-changed-values)
7775         (gdb-var-changed, gdb-var-list, tool-bar-map): Add defvars.
7776         (gud-expr-compound-sep, gud-expr-compound): "?\ " -> "?\s".
7778         * progmodes/idlw-help.el (browse-url-generic-args): Add defvar.
7779         (idlwave-help-with-source): Use `insert-buffer-substring', not
7780         `insert-buffer'.
7782 2005-08-29  Juri Linkov  <juri@jurta.org>
7784         * outline.el (hide-entry, hide-leaves, outline-toggle-children):
7785         Put outline-back-to-heading function call inside save-excursion.
7787 2005-08-29  Juanma Barranquero  <lekktu@gmail.com>
7789         * man.el (Man-init-defvars, Man-translate-references)
7790         (Man-support-local-filenames, Man-highlight-references):
7791         * progmodes/sql.el (sql-interactive-mode):
7792         * shell.el (shell-mode, shell-resync-dirs): Fix typos in docstrings.
7794         * emacs-lisp/checkdoc.el (compilation-error-regexp-alist)
7795         (compilation-mode-font-lock-keywords): Add defvars.
7796         (checkdoc-interactive-loop): "?\ " -> "?\s".
7798         * emacs-lisp/lisp-mode.el (font-lock-comment-face)
7799         (font-lock-doc-face, font-lock-string-face)
7800         (font-lock-keywords-case-fold-search): Add defvars.
7801         (emacs-lisp-mode-syntax-table): "?\ " -> "?\s".
7803         * obsolete/sun-fns.el (mouse-select-or-drag-move-point):
7804         Don't pass X and Y (they are ignored anyway).
7805         (mouse-set-mark, mouse-select-window, mouse-delete-other-windows)
7806         (mouse-delete-window): Make arguments optional.
7808         * obsolete/rnews.el (news-add-news-group): Don't use `end-of-line'.
7809         (caesar-translate-table, minor-modes, news-buffer-save)
7810         (news-group-name, news-minor-modes): Add defvars.
7812         * emacs-lisp/lselect.el (mouse-highlight-priority)
7813         (x-lost-selection-functions, zmacs-regions):
7814         * emacs-lisp/pp.el (font-lock-verbose):
7815         * emacs-lisp/syntax.el (font-lock-beginning-of-syntax-function):
7816         * emacs-lisp/tcover-ses.el (ses-initial-global-parameters)
7817         (ses-mode-map):
7818         * emacs-lisp/tcover-unsafep.el (safe-functions):
7819         * international/mule-cmds.el (mac-system-coding-system)
7820         (mac-system-locale):
7821         * language/ethio-util.el (rmail-current-message)
7822         (rmail-message-vector):
7823         * language/thai-util.el (thai-auto-composition-mode):
7824         * mail/metamail.el (rmail-current-message, rmail-message-vector):
7825         * mail/mspools.el (rmail-inbox-list, vm-crash-box)
7826         (vm-folder-directory, vm-init-file, vm-init-file-loaded)
7827         (vm-primary-inbox, vm-spool-files):
7828         * mail/rmail.el (deleted-head, font-lock-fontified)
7829         (mail-abbrev-syntax-table, mail-abbrevs, messages-head)
7830         (rmail-use-spam-filter, rsf-beep, rsf-sleep-after-message)
7831         (total-messages):
7832         * mail/rmail-spam-filter.el (bbdb/mail_auto_create_p)
7833         (rmail-summary-mode-map):
7834         * mail/rmailkwd.el (rmail-buffer, rmail-current-message)
7835         (rmail-last-label, rmail-last-multi-labels)
7836         (rmail-summary-vector, rmail-total-messages):
7837         * mail/rmailmsc.el (rmail-current-message, rmail-inbox-list):
7838         * mail/rmailsum.el (msgnum):
7839         * mail/uce.el (gnus-original-article-buffer, mail-reply-buffer)
7840         (rmail-current-message):
7841         * obsolete/fast-lock.el (font-lock-face-list):
7842         * obsolete/rnewspost.el (mail-reply-buffer):
7843         * obsolete/scribe.el (compile-command):
7844         * obsolete/x-menu.el (x-process-mouse-hook): Add defvars.
7846 2005-08-28  John Paul Wallington  <jpw@gnu.org>
7848         * ibuf-ext.el (ibuffer-auto-update-changed):
7849         Use `frame-or-buffer-changed-p' to check whether we need to update.
7850         (ibuffer-auto-mode): Don't advise `get-buffer-create' and
7851         `kill-buffer'.  Initialise `ibuffer-auto-buffers-changed'
7852         as a `frame-or-buffer-changed-p' state vector instead.
7854 2005-08-27  Romain Francoise  <romain@orebokech.com>
7856         * textmodes/makeinfo.el (makeinfo-compile):
7857         Use `compilation-start'.  Set `next-error-function' according to
7858         `disable-errors'.
7859         (makeinfo-next-error): New function.
7860         (makeinfo-region): Adjust to new `makeinfo-compile' prototype.
7861         (makeinfo-buffer): Likewise.
7863         * progmodes/compile.el (compilation-start): Add autoload cookie.
7865         * progmodes/antlr-mode.el: Don't autoload `compilation-start'.
7866         * textmodes/sgml-mode.el: Likewise.
7867         * progmodes/python.el: Likewise.
7869 2005-08-27  Eli Zaretskii  <eliz@gnu.org>
7871         * simple.el (blink-matching-paren-distance): Document the meaning
7872         of nil value, and allow to customize to nil.
7874         * eshell/esh-ext.el (eshell-windows-shell-file): Look for
7875         command.com, not command.exe.
7877 2005-08-26  John Wiegley  <johnw@newartisans.com>
7879         * eshell/esh-cmd.el (eshell-rewrite-named-command): Change the
7880         code around a bit so that an extraneous nil argument is not added
7881         to a command when no args are given.
7883         * eshell/esh-arg.el (eshell-parse-double-quote): If a
7884         double-quoted argument resolves to nil, return it as an empty
7885         string rather than as nil.  This made it impossible to pass "" to
7886         a shell script as a null string argument.
7888 2005-08-26  Stefan Monnier  <monnier@iro.umontreal.ca>
7890         * outline.el (outline-invent-heading): New fun.
7891         (outline-promote, outline-demote): Use it.
7892         (outline-move-subtree-down): Remove unused vars `re' and `txt'.
7893         (outline-end-of-subtree): Remove unused var `opoint'.
7895 2005-08-26  David Reitter  <david.reitter@gmail.com>
7897         * menu-bar.el (truncate-lines, write-file, print-buffer)
7898         (ps-print-buffer-faces, ps-print-buffer, split-window):
7899         Disable menu items when the frame they refer to is invisible, or when
7900         they refer to a buffer and the minibuffer is selected.
7902 2005-08-26  Pavel Kobiakov  <pk_at_work@yahoo.com>
7904         * progmodes/flymake.el (flymake-highlight-err-lines):
7905         Use save-excursion around flymake-highlight-line to preserve point.
7907 2005-08-26  Eli Zaretskii  <eliz@gnu.org>
7909         * progmodes/octave-mod.el: Change Author and Maintainer address.
7910         (octave-maintainer-address): Change Kurt's email address.
7911         * progmodes/octave-inf.el: Change Author and Maintainer address.
7912         * progmodes/octave-hlp.el: Change Author and Maintainer address.
7914 2005-08-26  Kim F. Storm  <storm@cua.dk>
7916         * subr.el (version-list-<, version-list-<=, version-list-=):
7917         Rename from integer-list-*.
7918         (version-list-not-zero): Likewise.  Fix while loop.
7919         (version=): Use version-list-= instead of string-equal.
7921 2005-08-26  Richard M. Stallman  <rms@gnu.org>
7923         * outline.el (outline-promote): Try shortening the heading.
7924         As last resort, read the heading to use.
7925         (outline-demote): As last resort, read the heading to use.
7927 2005-08-26  Romain Francoise  <romain@orebokech.com>
7929         * progmodes/compile.el (compilation-start): Doc fix.
7931         * progmodes/antlr-mode.el (antlr-default): Fix defface form.
7932         (antlr-font-lock-additional-keywords): Fix reference to
7933         `antlr-font-lock-literal-regexp' erroneously changed during the
7934         mass face rename.
7935         (antlr-run-tool): Use `compilation-start'.
7937         * textmodes/sgml-mode.el (sgml-validate): Use `compilation-start'
7938         instead of the obsolete `compile-internal'.
7940 2005-08-26  Juanma Barranquero  <lekktu@gmail.com>
7942         * calendar/cal-bahai.el (date, displayed-month, displayed-year)
7943         (number, original-date):
7944         * calendar/cal-china.el (date):
7945         * calendar/cal-coptic.el (date):
7946         * calendar/cal-french.el (date):
7947         * calendar/cal-hebrew.el (date, entry, number, original-date):
7948         * calendar/cal-islam.el (date, number, original-date):
7949         * calendar/cal-iso.el (date):
7950         * calendar/cal-julian.el (date):
7951         * calendar/cal-mayan.el (date):
7952         * calendar/cal-menu.el (date, event):
7953         * calendar/cal-persia.el (date):
7954         * calendar/lunar.el (date):
7955         * calendar/solar.el (date): Add defvars.
7957         * emerge.el:
7958         * ibuffer.el:
7959         * info-xref.el:
7960         * obsolete/bg-mouse.el:
7961         * obsolete/sun-curs.el:
7962         * obsolete/swedish.el: Move the `defvar's to the top level.
7964         * smerge-mode.el (smerge-refined-change): Add :group.
7966 2005-08-25  Stefan Monnier  <monnier@iro.umontreal.ca>
7968         * smerge-mode.el (smerge-remove-props): Make the args non-optional.
7969         (smerge-keep-n): Remove props.
7970         (smerge-keep-base, smerge-keep-other, smerge-keep-mine)
7971         (smerge-keep-current, smerge-kill-current): Don't remove props anymore
7972         now that it's done in smerge-keep-n.
7973         (smerge-refined-change): New face.
7974         (smerge-refine-chopup-region, smerge-refine-highlight-change)
7975         (smerge-refine): New funs.
7976         (smerge-basic-map): Bind smerge-refine.
7978 2005-08-25  Juri Linkov  <juri@jurta.org>
7980         * progmodes/grep.el (grep, grep-mode): Make buffer-local variables
7981         compilation-process-setup-function and compilation-disable-input
7982         in grep-mode instead of let-bindings in grep.
7984         * menu-bar.el (menu-bar-options-menu, menu-bar-options-save):
7985         Delete "Automatic File De/compression" (auto-compression-mode).
7987 2005-08-25  Juanma Barranquero  <lekktu@gmail.com>
7989         * obsolete/bg-mouse.el: Move to obsolete/ from term/.
7990         Silence warning about non-existent variable.
7992 2005-08-25  Richard M. Stallman  <rms@gnu.org>
7994         * menu-bar.el (menu-bar-describe-menu): Delete "What's New".
7995         Rename "Describe Key" to "Describe Key or Mouse Operation".
7997         * mail/mailalias.el (build-mail-aliases): Delete comments
7998         from the contents before processing them.
8000         * isearch.el (isearch-edit-string): Erase the Search prompt
8001         if user enters an empty string and there is no default.
8003         * comint.el (comint-file-name-prefix): Add autoload.
8005 2005-08-25  Joe Corneli  <jcorneli@math.utexas.edu>
8007         * subr.el (play-sound): Rearrange to avoid warning.
8009 2005-08-25  Carsten Dominik  <dominik@science.uva.nl>
8011         * calendar/diary-lib.el (diary-modify-entry-list-string-function):
8012         New hook.
8013         (add-to-diary-list): Call `diary-modify-entry-list-string-function'
8015 2005-08-24  Stefan Monnier  <monnier@iro.umontreal.ca>
8017         * emacs-lisp/easy-mmode.el (define-minor-mode): Simplify.
8019         * custom.el (custom-theme-set-variables): Sort minor modes last.
8021 2005-08-24  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
8023         * subr.el (version-separator, version-regexp-alist): New vars used by
8024         version comparison funs.
8025         (integer-list-<, integer-list-=, integer-list-<=)
8026         (integer-list-not-zero): New funs for integer list comparison.
8027         (version-to-list, version=, version<, version<=): New funs for version
8028         comparison.
8030 2005-08-24  Juanma Barranquero  <lekktu@gmail.com>
8032         * emerge.el (merge-begin, merge-end, template, A-begin, A-end)
8033         (B-begin, B-end, diff, diff-vector, valid-diff): Defvar at compile
8034         time to silence the byte-compiler.
8036         * ibuffer.el (ibuffer-compile-make-eliding-form)
8037         (ibuffer-check-formats): Use `with-no-warnings' to hide references
8038         to `ibuffer-elide-long-columns' (which is defined on ibuffer.el,
8039         so it's silly to get warnings for it).
8040         (ibuffer-auto-mode, ibuffer-cached-filter-formats)
8041         (ibuffer-compiled-filter-formats, ibuffer-filter-format-alist)
8042         (ibuffer-filter-group-kill-ring, ibuffer-filter-groups)
8043         (ibuffer-filtering-qualifiers, ibuffer-hidden-filter-groups)
8044         (ibuffer-inline-columns, ibuffer-show-empty-filter-groups)
8045         (ibuffer-tmp-hide-regexps, ibuffer-tmp-show-regexps):
8046         Defvar at compile time.
8047         (ibuffer-compiled-formats, ibuffer-cached-eliding-string)
8048         (ibuffer-cached-formats, ibuffer-cached-elide-long-columns):
8049         Declare them before use.
8051         * info-xref.el (info-xref-xfile-alist, info-xref-filename-heading)
8052         (info-xref-good, info-xref-bad): Defvar at compile time.
8054         * obsolete/mlsupport.el (filter-region, execute-monitor-command):
8055         Use `let*' instead of `let'.
8057         * obsolete/sun-curs.el (icon-edit, *mouse-window*, *mouse-x*)
8058         (*mouse-y*, menu, char): Defvar at compile time.
8059         (sc::menu): Declare it before use.
8060         (sc::pack-one-line): Use `let', not `let*'.
8062         * obsolete/swedish.el (news-inews-hook, news-group-hook-alist)
8063         (mail-send-hook): Defvar at compile time.
8065         * term/bg-mouse.el (bg-mouse-x, bg-mouse-y, bg-cursor-window):
8066         Defvar at compile time.
8068         * term/sun-mouse.el (current-global-mousemap)
8069         (current-local-mousemap): Declare them before use.
8071 2005-08-24  Carsten Dominik  <dominik@science.uva.nl>
8073         * bookmark.el (bookmark-after-jump-hook): New hook.
8074         (bookmark-jump): Run `bookmark-after-jump-hook'.
8076 2005-08-23  Juri Linkov  <juri@jurta.org>
8078         * faces.el (minibuffer-prompt): Doc fix.
8080 2005-08-23  Juanma Barranquero  <lekktu@gmail.com>
8082         * progmodes/xscheme.el: Trivial changes to silence warnings.
8083         (xscheme-previous-mode, xscheme-previous-process-state):
8084         Add defvars.
8085         (xscheme-last-input-end, xscheme-process-command-line)
8086         (xscheme-process-name, xscheme-buffer-name)
8087         (xscheme-expressions-ring-max, xscheme-expressions-ring)
8088         (xscheme-expressions-ring-yank-pointer, xscheme-running-p)
8089         (xscheme-control-g-synchronization-p)
8090         (xscheme-control-g-disabled-p, xscheme-string-receiver)
8091         (default-xscheme-runlight, xscheme-runlight)
8092         (xscheme-runlight-string, xscheme-process-filter-state)
8093         (xscheme-allow-output-p, xscheme-prompt, xscheme-mode-string):
8094         Move to beginning of file.
8095         (scheme-interaction-mode-commands-alist)
8096         (scheme-interaction-mode-map, scheme-debugger-mode-map):
8097         Declare them before use.  Note: the initialization code for the variables
8098         has not been moved because it uses functions that reference the variables.
8099         (xscheme-control-g-message-string, xscheme-process-filter-alist)
8100         (xscheme-prompt-for-expression-map): Declare them before use.
8101         (scheme-debugger-mode-commands): "?\ " -> "?\s".
8103 2005-08-23  Ed Swarthout  <ed.swarthout@gmail.com>  (tiny change)
8105         * hexl.el (hexl-print-current-point-info): Fix simple spelling error.
8107 2005-08-22  Juri Linkov  <juri@jurta.org>
8109         * faces.el (set-face-underline): Delete this duplicate function
8110         and make an obsolete alias to set-face-underline-p.
8111         (set-face-underline-p): Use docstring of set-face-underline.
8112         (describe-face): Create hyperlink to parent face.
8114         * info.el (Info-insert-dir): Use save-excursion around
8115         insert-buffer-substring.
8116         (Info-isearch-search): Use LITERAL arg of replace-regexp-in-string.
8117         (Info-escape-percent): Delete function.
8118         (Info-fontify-node): Replace Info-escape-percent by
8119         replace-regexp-in-string with REP arg set to lambda that
8120         duplicates `%' and preserves text properties.
8122         * progmodes/compile.el (compilation-disable-input): Doc fix.
8123         (define-compilation-mode): Doc fix and refill.
8124         (kill-compilation): Use `mode-name' in the error message.
8125         (compilation-find-file): Use `compilation-error' in the
8126         read-file-name's prompt.
8128 2005-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
8130         * smerge-mode.el (smerge-basic-map): Bind smerge-combine-with-next.
8131         (smerge-auto-leave): Make undo re-enable the mode.
8132         (debug-ignored-errors): Add the user-error of impossible resolution.
8133         (smerge-resolve): Move things around a bit, in preparation for later.
8134         (smerge-diff): Don't fail if the buffer has no associated file.
8135         (ediff-ancestor-buffer, ediff-quit-hook): Quieten byte-compiler.
8136         (smerge-conflict-overlay): New function.
8137         (smerge-match-conflict): Don't add text properties here.
8138         (smerge-find-conflict): Instead, add an overlay here.
8139         Also check for the case where we're inside a conflict already, so as to
8140         obviate the need for font-lock-multiline, which is unbearably slow with
8141         large conflicts and ciomplex font-lock patterns.
8142         (smerge-remove-props): Remove overlay rather than text-properties.
8143         (smerge-mode): Don't set font-lock-multiline.
8144         Remove overlays when turned off.
8146 2005-08-21  Kim F. Storm  <storm@cua.dk>
8148         * ido.el (ido-ignore-item-p): Use save-match-data.
8149         Bind case-fold-search to ido-case-fold locally.
8151 2005-08-20  Richard M. Stallman  <rms@gnu.org>
8153         * files.el (normal-mode): If font lock is on, turn it off and on.
8155         * subr.el (replace-regexp-in-string): Doc fix.
8157         * startup.el (command-line-1): Don't suppress startup screen
8158         due to existing processes.
8160         * progmodes/grep.el (grep): Bind compilation-disable-input to t.
8162         * progmodes/compile.el (compilation-disable-input): Default to nil.
8164 2005-08-20  Kevin Rodgers  <ihs_4664@yahoo.com>  (tiny change)
8166         * progmodes/compile.el (compilation-disable-input): New defcustom.
8167         (compilation-start): If compilation-disable-input is non-nil, send
8168         EOF to the compilation process.
8170 2005-08-20  Eli Zaretskii  <eliz@gnu.org>
8172         * textmodes/tex-mode.el (tex-bibtex-file, tex-send-tex-command):
8173         Run the argument of tex-shell-cd-command through
8174         convert-standard-filename, to get the correct style of slashes on
8175         Windows, and enclose the result in quotes, in case the file name
8176         includes whitespace or other special characters.
8178 2005-08-19  Andreas Schwab  <schwab@suse.de>
8180         * progmodes/gud.el (gud-kill-buffer-hook): Don't kill unrelated
8181         process.
8183 2005-08-18  Luc Teirlinck  <teirllm@auburn.edu>
8185         * cus-start.el (minibuffer-prompt-properties): Correct typo.
8187 2005-08-18  Kim F. Storm  <storm@cua.dk>
8189         * scroll-lock.el: Fix errors due to incorrect line wrapping.
8191 2005-08-18  Richard M. Stallman  <rms@gnu.org>
8193         * scroll-lock.el: New file.
8195 2005-08-18  Thien-Thi Nguyen  <ttn@gnu.org>
8197         * dired.el (dired-move-to-end-of-filename):
8198         Handle fifo as rendered by "ls -lF": Don't include trailing "|".
8200 2005-08-18  Kim F. Storm  <storm@cua.dk>
8202         * ido.el (ido-everywhere): Fix defcustom :set function to disable
8203         rather than toggle mode when custom value is nil.
8204         (ido-everywhere): Fix defun doc string.
8206 2005-08-17  Richard M. Stallman  <rms@gnu.org>
8208         * cus-start.el (minibuffer-prompt-properties): Use "Don't Enter"
8209         as tag instead of "Inviolable".
8211 2005-08-17  Kim F. Storm  <storm@cua.dk>
8213         * windmove.el (windmove-coordinates-of-position): Remove.
8214         (windmove-coordinates-of-window-position): Remove.
8215         (windmove-reference-loc): Use posn-at-point instead.
8217         * subr.el (insert-for-yank-1): Doc fix.
8219         * ido.el (ido-enter-matching-directory): Rename from
8220         ido-enter-single-matching-directory.  Change `slash' choice to
8221         `only'.  Add `first' choice.
8222         (ido-exhibit): Adapt to above changes.
8224 2005-08-16  Luc Teirlinck  <teirllm@auburn.edu>
8226         * Makefile.in: Expand comment about building loaddefs.el.
8228 2005-08-16  Nick Roberts  <nickrob@snap.net.nz>
8230         * progmodes/gdb-ui.el (toggle-gdb-use-inferior-io-buffer):
8231         Comment use of defadvice.
8233         * progmodes/gud.el (gud-jump): Rework for gdb-ui.
8235 2005-08-15  Dan Nicolaescu  <dann@ics.uci.edu>
8237         * buff-menu.el, compare-w.el, emacs-lisp/testcover.el,
8238         * play/gomoku.el, play/mpuz.el, progmodes/flymake.el,
8239         * progmodes/gdb-ui.el, progmodes/idlw-help.el,
8240         * progmodes/idlw-shell.el, progmodes/ld-script.el,
8241         * progmodes/which-func.el, ruler-mode.el, strokes.el,
8242         * textmodes/sgml-mode.el, textmodes/table.el: Do not use face-alias
8243         for backward compatibility for faces that did not appear in the
8244         previous Emacs release.
8246         * simple.el (next-error-follow-minor-mode): Fix init value and lighter.
8248 2005-08-15  Kim F. Storm  <storm@cua.dk>
8250         * emulation/cua-base.el (cua-delete-region): Return t if
8251         deleted region was non-empty.
8252         (cua-replace-region): Inhibit overwrite-mode for
8253         self-insert-command if replaced region was non-empty.
8254         (cua--explicit-region-start, cua--status-string): Make them
8255         buffer-local at top-level...
8256         (cua-mode): ...rather than when mode is enabled.
8258 2005-08-15  Thien-Thi Nguyen  <ttn@gnu.org>
8260         * progmodes/vhdl-mode.el (vhdl-emacs-21):
8261         Set t for Emacs 21, 22, and so on.
8263 2005-08-15  David Ponce  <david@dponce.com>
8265         * tree-widget.el: Update Commentary header.
8266         (tree-widget-theme): Doc fix.
8267         (tree-widget-space-width): New option.
8268         (tree-widget-image-properties): Look up in the default theme too.
8269         (tree-widget--cursors): Only for images with arrow pointer shape.
8270         (tree-widget-lookup-image): Pointer shape is hand by default.
8271         (tree-widget-icon): Rename generic icon widget from
8272         `tree-widget-control'.
8273         (tree-widget-*-icon): Rename from `tree-widget-*-control' and
8274         derive from `tree-widget-icon'.
8275         (tree-widget-handle): Improve default look and feel of the text
8276         representation.
8277         (tree-widget): Rename :*-control properties to :*-icon properties.
8278         Add :action and :help-echo properties.
8279         (tree-widget-after-toggle-functions): Move.
8280         (tree-widget-close-node, tree-widget-open-node): Remove.
8281         (tree-widget-before-create-icon-functions): New hook.
8282         (tree-widget-value-create): Update to allow customization of icons
8283         and nodes at run-time via that new hook.
8284         (tree-widget-icon-create, tree-widget-leaf-node-icon-p)
8285         (tree-widget-icon-action, tree-widget-icon-help-echo)
8286         (tree-widget-action, tree-widget-help-echo): New functions.
8288 2005-08-15  Kim F. Storm  <storm@cua.dk>
8290         * ido.el (ido-buffer-internal): Use with-no-warnings.
8291         (ido-make-merged-file-list): Use while-no-input.
8293 2005-08-15  Richard M. Stallman  <rms@gnu.org>
8295         * textmodes/flyspell.el (flyspell-mark-duplications-flag): Doc fix.
8296         (flyspell-large-region): Fix doc and custom type.
8298 2005-08-14  Richard M. Stallman  <rms@gnu.org>
8300         * files.el (interpreter-mode-alist): Doc fix.
8302         * mail/rmail.el (rmail-nonignored-headers): New variable.
8303         (rmail-clear-headers): Use it.
8304         (rmail-reply): Better handling of mail-followup-to header.
8306         * progmodes/sh-script.el (sh-font-lock-keywords-var):
8307         Rename variable from sh-font-lock-keywords.  In the `shell' entry,
8308         don't try to refer to executable-font-lock-keywords.
8309         (sh-font-lock-keywords-var-1): Rename from sh-font-lock-keywords-1.
8310         (sh-font-lock-keywords-var-2): Rename from sh-font-lock-keywords-2.
8311         (sh-font-lock-keywords): Append executable-font-lock-keywords here.
8312         (sh-mode): Set comment-start-skip, local-abbrev-table,
8313         imenu-case-fold-search.
8314         (sh-set-shell): Don't set them here.
8315         (sh-feature): Simplify.  Get rid of the eval-a-variable feature.
8316         Don't cache the results in the original alist; don't ever modify
8317         that alist.
8319         * textmodes/flyspell.el (flyspell-mode): Autoload a defvar.
8321         * textmodes/ispell.el (lookup-words): Cope with case where ARGS is
8322         empty.
8324 2005-08-15  Andreas Schwab  <schwab@suse.de>
8326         * desktop.el: Put autoload cookie at risky-local-variable declarations.
8328         * dired.el, info.el, mail/rmail.el: Revert last change.
8330 2005-08-14  Thien-Thi Nguyen  <ttn@gnu.org>
8332         * dired.el: Fix dependency bug: Wrap `desktop-buffer-mode-handlers'
8333         modification in `eval-after-load' form.
8334         * info.el: Likewise.
8335         * mail/rmail.el: Likewise.
8337 2005-08-14  Juri Linkov  <juri@jurta.org>
8339         * progmodes/compile.el (compilation-mode-font-lock-keywords):
8340         Remove highlighting of "Compilation started".  Highlight only
8341         the word "finished" in "Compilation finished".  Add highlighting
8342         of "interrupt", "killed", "terminated" and the exit code.
8343         (compilation-start): Add newline after header.  Use exactly the
8344         same time stamp format as the finishing message.
8345         (compilation-mode-map): Add ellipsis to "Search Files (grep)".
8347         * progmodes/grep.el (grep-mode-map): Add ellipsis to "Another grep".
8348         (grep-mode-font-lock-keywords): Don't highlight "Grep started".
8349         Add highlighting of "interrupt", "killed", "terminated".
8351         * delsel.el (delete-selection-pre-hook): If overwrite-mode is
8352         enabled and the current command is self-insert-command, call it
8353         explicitly with overwrite-mode bound to nil, to not allow it
8354         to delete the character after the selected region.
8356 2005-08-12  Matt Hodges  <MPHodges@member.fsf.org>
8358         * emacs-lisp/eldoc.el: Add move-beginning-of-line,
8359         move-end-of-line, end-of-line, and beginning-of-line to the list
8360         of commands after which the echo area is updated.
8362 2005-08-12  Eli Zaretskii  <eliz@gnu.org>
8364         * cus-edit.el (custom-save-all, custom-save-delete):
8365         Bind recentf-exclude to exclude custom-file.
8367 2005-08-12  Ehud Karni  <ehud@unix.mvs.co.il>
8369         * mail/rmailsum.el (rmail-summary-end-of-message): New command
8370         to go to the bottom of the mail message.  Added to
8371         `rmail-summary-mode-map' with key "/".
8372         (rmail-summary-show-message): New (internal) function for use by
8373         both `rmail-summary-beginning/end-of-message'.
8374         (rmail-summary-beginning-of-message): Change to use
8375         rmail-summary-show-message.
8377         * mail/rmail.el (rmail-end-of-message): New command to go to the
8378         end of the current message.  Added to `rmail-mode-map' with key "/".
8379         (rmail-beginning-of-message): Fix to work as documented.
8380         (rmail-mode): Change documentation.
8382         * progmodes/compile.el (compilation-start): Add the line
8383         "Compilation started" with compilation start time.
8384         (compilation-mode-font-lock-keywords): Add `started' to keywords.
8386 2005-08-11  Luc Teirlinck  <teirllm@auburn.edu>
8388         * menu-bar.el (menu-bar-options-menu): Standardize capitalization
8389         of menu items.
8391 2005-08-11  Richard M. Stallman  <rms@gnu.org>
8393         * simple.el (pop-global-mark): Reverse test of widen-automatically.
8395         * battery.el (battery-status-function): Don't use ignore-errors.
8397 2005-08-11  Lute Kamstra  <lute@gnu.org>
8399         * emacs-lisp/generic.el (generic-font-lock-defaults): Declare with
8400         define-obsolete-variable-alias.
8402 2005-08-11  Stefan Monnier  <monnier@iro.umontreal.ca>
8404         * net/ange-ftp.el: Use \\` and \\' instead of ^ and $ in regexps.
8405         (ange-ftp-send-cmd): Revert last change, and expand
8406         the comment explaining the problem.
8408 2005-08-10  Luc Teirlinck  <teirllm@auburn.edu>
8410         * ldefs-boot.el: Update.
8412         * menu-bar.el (menu-bar-showhide-menu): Rename "Date, Time and Mail"
8413         item to "Time, Load and Mail".  Change help echo text.
8415         * time.el (display-time-use-mail-icon, display-time-format)
8416         (display-time-string-forms): Shorten first line of docstrings.
8418 2005-08-10  Lars Hansen  <larsh@soem.dk>
8420         * desktop.el (desktop-buffer-mode-handlers):
8421         Make non-customizable. Add autoload cookie.  Change initial value to
8422         nil; add elements in respective modules instead.  Fix doc string.
8423         (desktop-load-file): New function.
8424         (desktop-minor-mode-handlers): New autoloaded variable.
8425         (desktop-create-buffer): Call minor mode handlers.
8426         Use desktop-load-file to load major and minor mode modules prior to
8427         checking for a handler.
8428         (desktop-save): Don't add nil to desktop-minor-modes for minor
8429         modes with nil function in desktop-minor-mode-table.  Don't delete
8430         desktop file before rewriting it.
8431         (desktop-locals-to-save): Add autoload cookie.  Don't make
8432         automatically buffer-local.  Add variables column-number-mode,
8433         size-indication-mode, indent-tabs-mode,
8434         indicate-buffer-boundaries, indicate-empty-lines and
8435         show-trailing-whitespace.
8436         (desktop-clear): Allow desktop-clear-preserve-buffers to contain
8437         regexps. Don't use desktop-clear-preserve-buffers-regexp.
8438         (desktop-clear-preserve-buffers-regexp): Delete.
8439         (desktop-clear-preserve-buffers): Update initial value and docstring.
8440         (desktop-save-buffer): Fix doc string.
8442         * hilit-chg.el: Add handler to desktop-minor-mode-handlers.
8443         (hilit-chg-desktop-restore): New function.
8444         (highlight-changes-mode): Add highlight-changes-mode to
8445         desktop-locals-to-save.
8447         * dired.el: Add handler to desktop-buffer-mode-handlers.
8448         (dired-restore-desktop-buffer): Remove autoload cookie.
8449         (dired-mode): Add autoload cookie.
8451         * info.el: Add handler to desktop-buffer-mode-handlers.
8452         (Info-restore-desktop-buffer): Remove autoload cookie.
8453         (Info-mode): Add autoload cookie.
8455         * mh-e/mh-e.el: Add handler to desktop-buffer-mode-handlers.
8456         (mh-restore-desktop-buffer): Remove autoload cookie.
8457         (mh-folder-mode): Add autoload cookie.
8459         * mail/rmail.el: Add handler to desktop-buffer-mode-handlers.
8460         (rmail-restore-desktop-buffer): Remove autoload cookie.
8462 2005-08-11  Masatake YAMATO  <jet@gyve.org>
8464         * hexl.el (hexl-address-region):
8465         (hexl-ascii-region, hexl-font-lock-keywords):
8466         (hexl-highlight-line-range): Use the term "region"
8467         instead of "area" for consistency with the other symbols
8468         defined in hexl.el.
8470 2005-08-09  Luc Teirlinck  <teirllm@auburn.edu>
8472         * menu-bar.el (menu-bar-options-save): Move `display-time-mode' to
8473         correct group: it is set with `menu-bar-make-mm-toggle' (pointed
8474         out by Juri Linkov).  Add `display-battery-mode'.
8476 2005-08-09  Juri Linkov  <juri@jurta.org>
8478         * progmodes/compile.el (compilation-mode-font-lock-keywords):
8479         Remove `-text' from face variable names.
8480         (compilation-error-file-name, compilation-warning-file-name)
8481         (compilation-info-file-name): Delete faces.
8482         (compilation-line-number, compilation-column-number):
8483         Remove face underlining.
8484         (compilation-message-face): Set to `underline' value by default.
8485         (compilation-error-face, compilation-warning-face)
8486         (compilation-info-face): Remove `-file-name' from face names.
8487         (compilation-error-text-face, compilation-warning-text-face)
8488         (compilation-info-text-face): Delete face variables.
8489         (compilation-text-face): Delete function.
8491         * progmodes/grep.el (grep-regexp-alist): Use `.+?' instead of `[^:\n]+'.
8492         (grep-mode-font-lock-keywords): Use `.+?' instead of `[^\n-]+'.
8493         (grep-error-face): Set to `compilation-error' instead of
8494         `compilation-error-face' (which is redefined to `grep-hit-face' in
8495         grep buffers).
8496         (grep-mode-font-lock-keywords): Remove `-text' from face variable
8497         names.  Use `grep-error-face' instead of `compilation-error-text-face'.
8499         * dired-aux.el (dired-do-query-replace-regexp):
8500         Use `query-replace-read-args'.
8502         * replace.el (query-replace-read-from, query-replace-read-to)
8503         (query-replace-read-args): Rename arg `string' to `prompt'.
8505         * menu-bar.el (menu-bar-showhide-menu): Add `showhide-battery'.
8507 2005-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>  (tiny change)
8509         * net/ange-ftp.el (ange-ftp-send-cmd): Make it work properly with
8510         uploading files.
8511         (ange-ftp-canonize-filename): Handle file names beginning with ~
8512         correctly.
8514 2005-08-09  Juanma Barranquero  <lekktu@gmail.com>
8516         * textmodes/fill.el (canonically-space-region)
8517         (fill-context-prefix, fill-french-nobreak-p)
8518         (fill-delete-newlines, fill-comment-paragraph)
8519         (justify-current-line): "?\ " -> "?\s".
8521 2005-08-09  Ben North  <ben@redfrontdoor.org>  (tiny change)
8523         * textmodes/fill.el (fill-nonuniform-paragraphs):
8524         Improve argument/docstring consistency.
8526 2005-08-09  Richard M. Stallman  <rms@gnu.org>
8528         * textmodes/ispell.el (ispell-word): More fboundp checks.
8530         * files.el (find-file-noselect): Don't call set-buffer-major-mode.
8531         (find-file-noselect-1): Call it here, only if RAWFILE.
8532         (normal-mode): Always set some major mode.
8533         (save-some-buffers-action-alist): Change some explanation strings.
8534         (file-name-non-special): In the `quote' method, use unwind-protect.
8536 2005-08-09  Magnus Henoch  <mange@freemail.hu>
8538         * textmodes/ispell.el (ispell-find-aspell-dictionaries): New command.
8539         (ispell-have-aspell-dictionaries): New variable.
8540         (ispell-aspell-data-dir, ispell-aspell-dict-dir): New variables.
8541         (ispell-get-aspell-config-value): New function.
8542         (ispell-aspell-find-dictionary): New function.
8543         (ispell-aspell-add-aliases): New function.
8544         (ispell-valid-dictionary-list): Call ispell-find-aspell-dictionaries if
8545         appropriate.  Don't look for ispell dictionaries if we use aspell.
8546         (ispell-menu-map): Don't build a submenu of dictionaries.
8548 2005-08-09  Richard M. Stallman  <rms@gnu.org>
8550         * progmodes/sql.el (sql-interactive-mode-map): Use fboundp.
8551         (sql-read-passwd): Use read-passwd.
8553         * progmodes/idlw-toolbar.el (idlwave-toolbar)
8554         (idlwave-toolbar-is-possible): Add defvars.
8556         * progmodes/idlw-shell.el (idlwave-xemacs-hack-mouse-track):
8557         Avoid warnings.
8559         * progmodes/idlw-rinfo.el (idlwave-system-variables-alist)
8560         (idlwave-system-class-info, idlwave-executive-commands-alist):
8561         Use defvar.
8563         * progmodes/cc-engine.el (c-guess-basic-syntax): Add autoload.
8565         * mail/supercite.el (sc-ask, sc-no-blank-line-or-header):
8566         Avoid warnings.
8568         * mail/rmail.el (rmail-ignored-headers): Don't hide mime-version:
8569         and content-type: headers.
8571         * eshell/eshell.el (eshell): Avoid warnings about eshell-mode.
8573         * emacs-lisp/map-ynp.el (map-y-or-n-p): Reorder the options
8574         and rename some of them to be more self-explanatory.
8576         * calendar/calendar.el (calendar-mode-map): Bind < and > usefully.
8578         * startup.el (command-line-1): Implement -scriptload.
8580         * replace.el (occur-engine): Initial *Occur* output not undoable.
8582         * menu-bar.el (menu-bar-file-menu): Rename some menu items
8583         and improve help strings.
8585         * isearch.el (isearch-repeat): When changing direction,
8586         mark search successful.
8588         * ediff-init.el: Use (featurep 'xemacs).
8590         * comint.el (send-invisible): Identify buffer, if not selected.
8592         * align.el: Delete autoload for c-guess-basic-syntax.
8594 2005-08-09  Juanma Barranquero  <lekktu@gmail.com>
8596         * textmodes/refbib.el (r2b-convert-record, r2b-convert-buffer):
8597         Improve argument/docstring consistency.  Doc fixes.
8598         (r2b-variables, r2bv-address, r2bv-annote, r2bv-author)
8599         (r2bv-booktitle, r2bv-date, r2bv-decade, r2bv-editor)
8600         (r2bv-entry-kind, r2bv-institution, r2bv-journal, r2bv-keywords)
8601         (r2bv-kn, r2bv-month, r2bv-note, r2bv-number, r2bv-ordering)
8602         (r2bv-organization, r2bv-pages, r2bv-primary-author)
8603         (r2bv-publisher, r2bv-school, r2bv-title, r2bv-title-first-word)
8604         (r2bv-tr, r2bv-type, r2bv-volume, r2bv-where, r2bv-year):
8605         Defvar at compile time.
8607 2005-08-09  Juri Linkov  <juri@jurta.org>
8609         * info.el: Replace `info' with upper-case `Info' where appropriate.
8610         (info-title-1, info-title-2, info-title-3, info-title-4)
8611         (info-menu-header): Move up face definitions.
8612         (info-menu-star): Rename from `info-menu-5'.
8613         (Info-fontify-node): Replace `info-menu-5' with `info-menu-star'.
8614         (Info-fontify-visited-nodes): Fix docstring.
8615         (Info-hide-note-references): Fix docstring.
8616         (Info-up, Info-next-reference, Info-prev-reference): Put cursor on
8617         menu items in the same way as on cross-references.
8618         (info-apropos): Fix sorting order and formatting to be like in the
8619         stand-alone Info browser.  Display error messages for 1 sec.
8620         (Info-mode-map): Move down `c' key binding.  Bind `^' to `Info-up'.
8621         (Info-mode-menu): Remove item for `Info-search-case-sensitively'
8622         from the menu bar.
8623         (Info-insert-dir): Restore point after calling
8624         `insert-buffer-substring'.
8626 2005-08-08  Richard M. Stallman  <rms@gnu.org>
8628         * emacs-lisp/lmenu.el (lucid-menubar-map, lucid-failing-menubar)
8629         (recompute-lucid-menubar): Add defvars.
8631         * mail/sendmail.el (mail-yank-original): Use with-no-warnings.
8633         * mail/reporter.el (reporter-dump-state): Use insert-buffer-substring.
8635         * net/net-utils.el (run-dig): Rename from `dig'.
8637         * play/gametree.el (gametree-mode): Use make-local-variable,
8638         not make-variable-buffer-local.
8640         * progmodes/ada-prj.el (ada-prj-display-page): Use with-no-warnings.
8642         * ansi-color.el (ansi-color-make-extent)
8643         (ansi-color-set-extent-face): Use fboundp, not functionp.
8645         * autorevert.el (auto-revert-tail-mode): Use make-local-variable,
8646         not make-variable-buffer-local.
8648         * bookmark.el (Info-current-file): Add defvar.
8649         (bookmark-jump-noselect): Use with-no-warnings.
8651         * completion.el (c-mode-map, fortran-mode-map): Add defvars.
8653         * ebuff-menu.el (Helper-return-blurb): Add defvar.
8655         * ffap.el (gnus-summary-buffer, gnus-article-buffer): Add defvars.
8657         * find-file.el (ada-procedure-start-regexp)
8658         (ada-package-start-regexp): Add defvars.
8660         * info.el (Info-insert-dir): Use insert-buffer-substring.
8662         * xml.el (xml-att-def-re): Add defvar.
8664         * icomplete.el (icomplete-exhibit): Adapt to new while-no-input
8665         calling convention.
8667         * subr.el (while-no-input): Return t if there is input.
8669 2005-08-08  Luc Teirlinck  <teirllm@auburn.edu>
8671         * cus-start.el (all): Add `overflow-newline-into-fringe'.
8673 2005-08-08  Juanma Barranquero  <lekktu@gmail.com>
8675         * cmuscheme.el (inferior-scheme-mode-hook, inferior-scheme-mode)
8676         (scheme-prev-l/c-dir/file): Fix typos in docstrings.
8678 2005-08-08  Emilio C. Lopes  <eclig@gmx.net>
8680         * cmuscheme.el (scheme-start-file): Replace reference to
8681         `user-emacs-directory' by "~/.emacs.d/".
8683 2005-08-08  Thien-Thi Nguyen  <ttn@gnu.org>
8685         * info.el (Info-dir-remove-duplicates): Avoid case folding
8686         in loop; instead, keep downcased strings for comparison.
8687         Suggested by Helmut Eller.
8689 2005-08-07  Michael Albinus  <michael.albinus@gmx.de>
8691         Sync with Tramp 2.0.50.
8693         * net/tramp.el: Remove defvar of `last-coding-system-used' in the
8694         XEmacs case; not necessary anymore.
8695         (tramp-user-regexp): Allow "@" as part of user name.
8696         (tramp-handle-set-visited-file-modtime)
8697         (tramp-handle-insert-file-contents)
8698         (tramp-handle-write-region): No special handling for
8699         `last-coding-system-used, because this is done in
8700         `tramp-accept-process-output' now.
8701         (tramp-accept-process-output): New defun.
8702         (tramp-process-one-action, tramp-process-one-multi-action)
8703         (tramp-wait-for-regexp, tramp-wait-for-output)
8704         (tramp-discard-garbage-erase-buffer): Call it.  Reported by David
8705         Howells <dhowells@redhat.com>.
8706         (clear-visited-file-modtime): Defadvice removed.  The check for
8707         unset buffer's modtime does not need to be based on
8708         `tramp-buffer-file-attributes'.  Suggested by RMS.
8709         (tramp-message): Insert "\n" if not being at beginning of line.
8710         (tramp-find-shell): Use `tramp-barf-if-no-shell-prompt' for code
8711         sequence with same logic.
8712         (tramp-completion-handle-expand-file-name): Discard call of
8713         `tramp-drop-volume-letter'.  It is not necessary, and there have
8714         been problems with (expand-file-name "~/.netrc" "/") in ange-ftp.
8715         Reported by Richard G. Bielawski <Richard.G.Bielawski@wellsfargo.com>.
8716         (tramp-do-copy-or-rename-file-out-of-band): Transfer message
8717         should always be visible.
8718         (tramp-handle-insert-directory, tramp-setup-complete)
8719         (tramp-set-process-query-on-exit-flag)
8720         (tramp-append-tramp-buffers): Pacify byte-compiler.
8721         (tramp-bug): Delete non-existing variables from list.
8722         Apply `tramp-load-report-modules' as pre-hook.
8723         Mask `tramp-password-prompt-regexp', `tramp-shell-prompt-pattern' and
8724         `shell-prompt-pattern' because of non-7bit characters.
8725         Reported by Sebastian Luque <sluque@mun.ca>.
8726         (tramp-reporter-dump-variable, tramp-load-report-modules): New defuns.
8727         (tramp-match-string-list): Remove function.
8728         (tramp-wait-for-regexp): Remove call of that function.
8729         Suggested by Kim F. Storm <storm@cua.dk>.
8730         (tramp-set-auto-save-file-modes): Use octal integer code #o600
8731         instead of octal character code ?\600.  The latter resulted in a
8732         syntax error with XEmacs.
8734         * net/tramp-smb.el: Remove defvar of `last-coding-system-used' in the
8735         XEmacs case; not necessary anymore.
8736         (tramp-smb-handle-write-region): No special handling for
8737         `last-coding-system-used, because this is done in
8738         `tramp-accept-process-output' now.
8739         (tramp-smb-wait-for-output): Call `tramp-accept-process-output'.
8741 2005-08-06  Luc Teirlinck  <teirllm@auburn.edu>
8743         * wid-edit.el (widget-choice-value-create):
8744         Unconditionally respect user choice.  Set :explicit-choice back to nil
8745         when no longer needed.
8746         (widget-choice-action): Unconditionally respect user choice.
8747         Eliminate :explicit-choice-value.
8749         * fringe.el (set-fringe-indicators-1, fringe-indicators): Delete.
8751         * menu-bar.el (menu-bar-options-save): Replace `fringe-indicators'
8752         with `indicate-empty-lines' and `indicate-buffer-boundaries'.
8753         (menu-bar-showhide-fringe-menu): Add new item "Empty line indicators"
8754         running new function `toggle-indicate-empty-lines'.
8755         Rename "Customize" item to "Customize fringe".
8756         Rename "Indicators" item to "Buffer boundaries" and change help echo.
8757         (menu-bar-showhide-fringe-ind-menu): Change several help echos.
8758         Add `menu-bar-showhide-fringe-ind-customize' as "Other (customize)".
8759         Delete "Empty lines only" item.
8760         (menu-bar-showhide-fringe-ind-customize): New function.
8761         (menu-bar-showhide-fringe-ind-mixed)
8762         (menu-bar-showhide-fringe-ind-box)
8763         (menu-bar-showhide-fringe-ind-right)
8764         (menu-bar-showhide-fringe-ind-left)
8765         (menu-bar-showhide-fringe-ind-none): Use `indicate-buffer-boundaries'
8766         instead of `fringe-indicators'.
8768 2005-08-06  Michael Kifer  <kifer@cs.stonybrook.edu>
8770         * viper.el (viper-emacs-state-mode-list): Add recentf-dialog-mode.
8771         Change the date of last update.
8773 2005-08-06  Michael Kifer  <kifer@cs.stonybrook.edu>
8775         * viper-cmd.el (viper-harness-minor-mode, viper-exec-delete)
8776         (viper-exec-yank, viper-put-back): Don't display modification msg
8777         if in the minibuffer.
8779         * viper-init.el (viper-replace-overlay-cursor-color)
8780         (viper-insert-state-cursor-color, viper-vi-state-cursor-color):
8781         Make variables frame local.
8783         * viper-util.el (viper-append-filter-alist): Use append instead of
8784         nconc.
8786         * viper.el (viper-vi-state-mode-list)
8787         (viper-emacs-state-mode-list): Move help-mode and
8788         completion-list-mode from the first list to the second.
8789         (viper-mode): Docstring.
8790         (viper-go-away, viper-non-hook-settings): Don't localize
8791         minor-mode-alist in newer Emacsen.  Add advice to
8792         set-cursor-color.  Don't bind "\C-c\\".
8794 2005-08-06  Emilio C. Lopes  <eclig@gmx.net>
8796         * cmuscheme.el (scheme-trace-command, scheme-untrace-command)
8797         (scheme-macro-expand-command): New user options.
8798         (scheme-trace-procedure, scheme-expand-current-form): New commands.
8799         (scheme-form-at-point, scheme-start-file)
8800         (scheme-interactively-start-process): New functions.
8801         (scheme-get-process): New function, extracted from `scheme-proc'.
8802         (run-scheme): Call `scheme-start-file' to get start file, and pass
8803         it to `make-comint'.
8804         (switch-to-scheme, scheme-proc):
8805         Call `scheme-interactively-start-process' if no Scheme buffer/process
8806         is available.
8808 2005-08-06  Juri Linkov  <juri@jurta.org>
8810         * progmodes/compile.el (compilation-mode-font-lock-keywords):
8811         Use `compilation-text-face', `compilation-info-text-face' and
8812         `compilation-error-text-face' instead of `font-lock-keyword-face'.
8813         (compilation-error): New face.
8814         (compilation-error-file-name): Inherit from
8815         `compilation-error' instead of `font-lock-warning-face'.
8816         (compilation-warning-file-name): Inherit from
8817         `compilation-warning' instead of `font-lock-warning-face'.
8818         (compilation-info, compilation-error-file-name)
8819         (compilation-warning-file-name, compilation-info-file-name)
8820         (compilation-line-number, compilation-column-number): Doc fix.
8821         (compilation-error-text-face, compilation-warning-text-face)
8822         (compilation-info-text-face): New face variables.
8823         (compilation-line-face, compilation-column-face)
8824         (compilation-enter-directory-face)
8825         (compilation-leave-directory-face): Doc fix.
8826         (compilation-text-face): New function.
8828         * progmodes/grep.el (grep-regexp-alist): Set 5th arg `TYPE' to 0
8829         instead of 1 to display binary file names as info file links.
8830         (grep-error-face): Use `compilation-error-face' instead of
8831         `font-lock-keyword-face'.
8832         (grep-mode-font-lock-keywords): Use `compilation-info-text-face'
8833         and `compilation-warning-text-face' instead of
8834         `font-lock-keyword-face'.  Use `compilation-error-text-face'
8835         instead of `grep-error-face'.
8837 2005-08-05  Kenichi Handa  <handa@m17n.org>
8839         * international/code-pages.el: Add autoload cookies for all coding
8840         systems.
8842 2005-08-04  Luc Teirlinck  <teirllm@auburn.edu>
8844         * cus-start.el (all): Put undo.c where it alphabetically belongs.
8846 2005-08-04  Juri Linkov  <juri@jurta.org>
8848         * progmodes/compile.el (compilation-mode-map):
8849         * progmodes/grep.el (grep-mode-map):
8850         Bind TAB to `compilation-next-error' and [backtab] to
8851         `compilation-previous-error'.
8853         * progmodes/grep.el (grep-regexp-alist): Replace complex regexp
8854         matching line numbers, column numbers and their ranges with regexp
8855         matching only line numbers.
8856         (grep-context-face): New face variable.
8857         (grep-mode-font-lock-keywords): Use it.
8859         * faces.el (read-face-name): Delete duplicate faces.
8861 2005-08-02  Juanma Barranquero  <lekktu@gmail.com>
8863         * thumbs.el (thumbs-find-image): Don't make variables
8864         automatically buffer local.
8865         (thumbs-current-tmp-filename, thumbs-current-image-filename)
8866         (thumbs-image-num): Make automatically buffer local.
8867         (thumbs-show-thumbs-list): Use `make-local-variable', not
8868         `make-variable-buffer-local'.
8869         (thumbs-insert-image): Make `thumbs-current-image-size' buffer-local.
8871         * play/doctor.el (doctor-type-symbol): "?\ " -> "?\s".
8872         (**mad**, *debug*, *print-space*, *print-upcase*, abuselst)
8873         (abusewords, account, afraidof, arerelated, areyou, bak, beclst)
8874         (bother, bye, canyou, chatlst, continue, deathlst, describe)
8875         (drnk, drugs, eliza-flag, elizalst, famlst, feared, fears)
8876         (feelings-about, foullst, found, hello, history, howareyoulst)
8877         (howdyflag, huhlst, ibelieve, improve, inter, isee, isrelated)
8878         (lincount, longhuhlst, lover, machlst, mathlst, maybe, moods)
8879         (neglst, obj, object, owner, please, problems, qlist)
8880         (random-adjective, relation, remlst, repetitive-shortness)
8881         (replist, rms-flag, schoollst, sent, sexlst, shortbeclst)
8882         (shortlst, something, sportslst, stallmanlst, states, subj)
8883         (suicide-flag, sure, things, thlst, toklst, typos, verb, want)
8884         (whatwhen, whereoutp, whysay, whywant, zippy-flag, zippylst):
8885         Defvar at compile time.
8887         * progmodes/ada-mode.el (ada-mode): Use `make-local-variable',
8888         not `make-variable-buffer-local'.
8890 2005-08-02  Kim F. Storm  <storm@cua.dk>
8892         * emulation/cua-rect.el (cua--highlight-rectangle): Only show
8893         rectangle overlay in selected window.
8895 2005-08-01  Luc Teirlinck  <teirllm@auburn.edu>
8897         * cus-start.el (all): Put `indicate-empty-lines' in fringe group
8898         instead of display group.  Make `indicate-buffer-boundaries'
8899         customizable through Custom.
8901 2005-08-01  Juanma Barranquero  <lekktu@gmail.com>
8903         * progmodes/gdb-ui.el (gdb-frame-address, gdb-var-changed)
8904         (gdb-output-sink, gdba, gdb-cpp-define-alist-program)
8905         (gdb-set-gud-minor-mode, gdb-exited, gdb-setup-windows)
8906         (gdb-put-string): Fix typos in docstrings.
8908 2005-08-01  Nick Roberts  <nickrob@snap.net.nz>
8910         Update copyright notices of files in progmodes directory for
8911         release of Emacs 22.1.
8913         * progmodes/gdb-ui.el (gdb-enable-debug-log): Add autoload cookie.
8915         * progmodes/gud.el (gud-tooltip-mode): Add autoload cookie.
8916         Don't barf if the GUD buffer has been killed.
8918 2005-08-01  Kim F. Storm  <storm@cua.dk>
8920         * textmodes/table.el (table-yank-handler): Change defcustom to defvar.
8922 2005-07-29  Stefan Monnier  <monnier@iro.umontreal.ca>
8924         * simple.el (next-error-follow-minor-mode):
8925         make-variable-buffer-local -> make-local-variable.
8927         * emacs-lisp/cl-extra.el: Require CL also when compiling.
8929         * emacs-lisp/bytecomp.el (byte-compile-make-variable-buffer-local)
8930         (byte-compile-form-make-variable-buffer-local): New functions to warn
8931         about misuses of make-variable-buffer-local where make-local-variable
8932         was meant.
8934 2005-07-29  Juanma Barranquero  <lekktu@gmail.com>
8936         * bs.el (bs-attributes-list): Doc fix.
8937         (bs): Update url-link.
8939         * desktop.el (desktop-save-buffer): Fix typos in docstring.
8940         (desktop-load-default): Simplify.
8942         * ibuffer.el (ibuffer-columnize-and-insert-list)
8943         (ibuffer-mouse-toggle-mark, ibuffer-count-marked-lines)
8944         (ibuffer-unmark-all, ibuffer-toggle-marks)
8945         (ibuffer-unmark-forward, ibuffer-unmark-backward)
8946         (ibuffer-compile-make-format-form, ibuffer-format-column)
8947         (ibuffer-current-buffers-with-marks)
8948         (ibuffer-update-title-and-summary): "?\ " -> "?\s".
8949         (ibuffer): Doc fix.
8950         (ibuffer-mode): Fix typo in docstring.
8951         (ibuffer-hooks, ibuffer-mode-hooks): Make obsolete and declare
8952         with `define-obsolete-variable-alias'.
8953         (ibuffer-elide-long-columns): Mark as obsolete.  Doc fix.
8955 2005-07-29  Kenichi Handa  <handa@m17n.org>
8957         * international/mule-cmds.el (select-message-coding-system):
8958         Be sure to use LF for end-of-line.  If no coding system is decided,
8959         return iso-8859-1-unix.
8961 2005-07-28  Stefan Monnier  <monnier@iro.umontreal.ca>
8963         * net/ange-ftp.el (ange-ftp-gateway-fatal-msgs)
8964         (ange-ftp-pending-error-line): New vars.
8965         (ange-ftp-process-handle-line, ange-ftp-process-filter): Use them
8966         to handle the non-fatal no-route-to-host messages.
8967         (internal-ange-ftp-mode): Make the no-match regexp more efficient.
8969 2005-07-28  Juanma Barranquero  <lekktu@gmail.com>
8971         * isearch.el (isearch-mode-map, isearch-other-meta-char)
8972         (isearch-quote-char, isearch-printing-char)
8973         (isearch-text-char-description): "?\ " -> "?\s".
8974         (isearch-lazy-highlight-cleanup)
8975         (isearch-lazy-highlight-initial-delay)
8976         (isearch-lazy-highlight-interval)
8977         (isearch-lazy-highlight-max-at-a-time)
8978         (isearch-lazy-highlight-face, isearch-lazy-highlight-cleanup):
8979         Declare with define-obsolete-*-alias macros.
8980         (isearch-forward): Fix typo in docstring.
8981         (search-invisible, search-ring-yank-pointer)
8982         (regexp-search-ring-yank-pointer): Doc fixes.
8984         * recentf.el (recentf-menu-append-commands-p): Declare with
8985         `define-obsolete-variable-alias'.
8986         (recentf-max-saved-items, recentf-menu-filter)
8987         (recentf-arrange-by-rule-subfilter): Doc fixes.
8988         (recentf-menu-append-commands-flag)
8989         (recentf-initialize-file-name-history, recentf-expand-file-name)
8990         (recentf-clear-data): Fix typos in docstrings.
8992 2005-07-28  Nick Roberts  <nickrob@snap.net.nz>
8994         * progmodes/gdb-ui.el: Smarten comments.
8995         (gdb-info-breakpoints-custom): Use nowarn when finding file.
8997 2005-07-27  Dan Nicolaescu  <dann@ics.uci.edu>
8999         * term/apollo.el (terminal-init-apollo): New function containing
9000         all former top level forms in the file.
9001         * term/bobcat.el (terminal-init-bobcat):
9002         * term/cygwin.el (terminal-init-cygwin):
9003         * term/iris-ansi.el (terminal-init-iris-ansi):
9004         * term/linux.el (terminal-init-linux):
9005         * term/news.el (terminal-init-news):
9006         * term/rxvt.el (terminal-init-rxvt):
9007         * term/sun.el (terminal-init-sun):
9008         * term/tvi970.el (terminal-init-tvi970):
9009         * term/vt100.el (terminal-init-vt100):
9010         * term/vt102.el (terminal-init-vt102):
9011         * term/vt125.el (terminal-init-vt125):
9012         * term/vt200.el (terminal-init-vt200):
9013         * term/vt201.el (terminal-init-vt201):
9014         * term/vt220.el (terminal-init-vt220):
9015         * term/vt240.el (terminal-init-vt240):
9016         * term/vt300.el (terminal-init-vt300):
9017         * term/vt320.el (terminal-init-vt320):
9018         * term/vt400.el (terminal-init-vt400):
9019         * term/vt420.el (terminal-init-vt420):
9020         * term/wyse50.el (terminal-init-wyse50):
9021         * term/xterm.el (terminal-init-xterm): Likewise.
9023         * term/README: Describe the terminal-init-* functionality.
9025         * startup.el (command-line): After loading the terminal initialization
9026         file call the corresponding terminal initialization function.
9028 2005-07-27  Kenichi Handa  <handa@m17n.org>
9030         * ps-bdf.el (bdf-read-font-info): Ignore glyphs whose ENCODING is
9031         negative.
9033         * ps-mule.el (ps-mule-bitmap-prologue): Fix arguments to setcharwidth.
9034         (ps-mule-composition-prologue): Fix for the case that
9035         RelativeCompose is false.
9037 2005-07-26  Stefan Monnier  <monnier@iro.umontreal.ca>
9039         * smerge-mode.el (smerge-ediff): Use insert-buffer-substring.
9041         * descr-text.el (describe-char): Handle the case where the list of
9042         chars is displayed in a separate frame.
9043         Be a bit more discriminating when looking for the char.
9045 2005-07-26  Juanma Barranquero  <lekktu@gmail.com>
9047         * bookmark.el (bookmark-automatically-show-annotations)
9048         (bookmark-read-annotation-text-func): Doc fixes.
9049         (bookmark-save): Improve argument/docstring consistency.
9050         (bookmark-get-bookmark, bookmark-get-bookmark-record)
9051         (bookmark-alist-from-buffer)
9052         (bookmark-upgrade-file-format-from-0)
9053         (bookmark-grok-file-format-version)
9054         (bookmark-maybe-upgrade-file-format, bookmark-kill-line)
9055         (bookmark-read-annotation-mode)
9056         (bookmark-insert-current-bookmark, bookmark-jump)
9057         (bookmark-exit-hook): Fix typos in docstrings.
9058         (bookmark-exit-hooks): Define as obsolete alias.
9059         (bookmark-exit-hook-internal): Run `bookmark-exit-hook',
9060         not `bookmark-exit-hooks'.  Fix docstring.
9061         (bookmark-bmenu-select): "?\ " -> "?\s".
9063 2005-07-25  Ari Roponen <arjuropo@cc.jyu.fi>  (tiny change)
9065         * startup.el (command-line): Fix typo.
9067 2005-07-24  Richard M. Stallman  <rms@gnu.org>
9069         * tooltip.el (tooltip-mode): Test emacs-basic-display,
9070         not emacs-quick-startup.
9072 2005-07-24  Juanma Barranquero  <lekktu@gmail.com>
9074         * emacs-lisp/re-builder.el (reb-with-current-window): Delete.
9075         (reb-next-match, reb-show-subexp): Use `with-selected-window'
9076         instead of `reb-with-current-window'.
9077         (reb-prev-match): Likewise.  Also, don't move left if the search
9078         was unsuccessful.
9079         (reb-initialize-buffer): New function.
9080         (re-builder, reb-change-syntax): Use it.
9082         * man.el (Man-goto-page): Make second argument NOERROR optional.
9084 2005-07-23  Richard M. Stallman  <rms@gnu.org>
9086         * man.el (Man-bgproc-sentinel): Check here for failure to find
9087         any man page in the output, and report the error here.
9088         (Man-arguments): Make it permanent local.
9089         (Man-goto-page): New arg NOERROR.  Never kill the current buffer.
9090         (Man-mode): Pass t for NOERROR.
9092         * progmodes/grep.el (grep-error-face): Use font-lock-keyword-face.
9093         (grep-mode-font-lock-keywords):
9094         Don't use compilation-...-face for messages that are not file names.
9096         * progmodes/compile.el (compilation-mode-font-lock-keywords):
9097         Don't use compilation-...-face for messages that are not file names.
9099 2005-07-22  Juri Linkov  <juri@jurta.org>
9101         * startup.el (normal-splash-screen): Update menu name.
9103         * tempo.el (tempo-insert-template): Fix 2005-07-16 change.
9105 2005-07-22  Dan Nicolaescu  <dann@ics.uci.edu>
9107         * term/xterm.el: Load term/rxvt if the terminal is actually an
9108         rxvt terminal.
9109         (xterm-rxvt-set-background-mode): Remove, not used anymore.
9111         * term/rxvt.el (function-key-map): Use substitute-key-definition
9112         to bind {C,S,C-S}-{f1-f10}. Add a few missing key bindings.
9114         * term/cygwin.el: New file.
9116 2005-07-22  Kim F. Storm  <storm@cua.dk>
9118         * image-file.el (insert-image-file, image-file-yank-handler):
9119         Fix last change to maintain a (unique) yank-handler on yanked images.
9121 2005-07-22  Eduardo Mu\e,Aq\e(Boz  <emufer@terra.es>  (tiny change)
9123         * dired.el (dired-move-to-filename-regexp): Recognize the B suffix
9124         of the file size (as in "177B" for 177 bytes).  This happens with
9125         "ls -lh" on FreeBSD.
9127 2005-07-22  Juanma Barranquero  <lekktu@gmail.com>
9129         * hilit-chg.el (highlight-changes-global-initial-state)
9130         (highlight-compare-buffers, hilit-chg-turn-on-maybe)
9131         (hilit-chg-fixup, highlight-changes-mode):
9132         Fix typos in docstrings.
9133         (highlight-changes-global-modes, highlight-changes-rotate-faces):
9134         Doc fixes.
9136 2005-07-21  Luc Teirlinck  <teirllm@auburn.edu>
9138         * emacs-lisp/easy-mmode.el (define-minor-mode): Never call the
9139         mode function using `eval-after-load'.
9141 2005-07-21  Kim F. Storm  <storm@cua.dk>
9143         * mail/emacsbug.el (report-emacs-bug): Request that backtraces are
9144         included when reporting an emacs crash, and tell about the DEBUG file.
9146         * image-file.el (insert-image-file): Add yank-handler.
9147         (image-file-yank-handler): Yank handler to make unique copies of
9148         images when they are yanked into a buffer next to each other.
9150 2005-07-21  Juanma Barranquero  <lekktu@gmail.com>
9152         * comint.el (comint-use-prompt-regexp, comint-send-input)
9153         (comint-source-default, comint-extract-string)
9154         (comint-get-source, comint-word, comint-completion)
9155         (comint-source, comint-prompt-read-only, comint-update-fence):
9156         Fix typos in docstrings.
9157         (comint-use-prompt-regexp-instead-of-fields, comint-kill-output):
9158         Declare with define-obsolete-*-alias macros.
9159         (comint-previous-matching-input-from-input)
9160         (comint-next-matching-input-from-input)
9161         (comint-previous-matching-input, comint-next-matching-input)
9162         (comint-forward-matching-input):
9163         Improve argument/docstring consistency.
9165         * desktop.el (desktop-clear-preserve-buffers-regexp):
9166         Also preserve the *server* buffer.
9168         * simple.el (clone-indirect-buffer): Doc fix.
9169         (fixup-whitespace, just-one-space)
9170         (backward-delete-char-untabify, lambda): "?\ " -> "?\s".
9171         (next-error, next-error-highlight)
9172         (next-error-highlight-no-select, next-error-last-buffer)
9173         (next-error-buffer-p, next-error-find-buffer, next-error)
9174         (previous-error, next-error-no-select, previous-error-no-select)
9175         (open-line, split-line, minibuffer-prompt-width, kill-new)
9176         (binary-overwrite-mode): Fix typos in docstrings.
9177         (set-fill-column): Fix typo in message.
9179         * skeleton.el (skeleton-proxy-new): Doc fix.
9181         * strokes.el (strokes-load-hook): Doc fix.
9182         (strokes-grid-resolution, strokes-get-grid-position)
9183         (strokes-renormalize-to-grid, strokes-read-stroke)
9184         (strokes-read-complex-stroke, strokes-file, strokes-last-stroke)
9185         (strokes-global-map): Fix typos in docstrings.
9186         (strokes-help): Doc fix.  Fix help message and pass it through
9187         `substitute-command-keys'.
9189         * tempo.el (tempo-insert-prompt, tempo-interactive)
9190         (tempo-show-completion-buffer, tempo-tags, tempo-match-finder)
9191         (tempo-insert-string-functions, tempo-local-tags)
9192         (tempo-define-template, tempo-insert-template)
9193         (tempo-insert-prompt-compat, tempo-is-user-element)
9194         (tempo-insert-mark, tempo-find-match-string, tempo-complete-tag):
9195         Fix typos in docstrings.
9197         * vcursor.el (vcursor-other-window, vcursor-bind-keys)
9198         (vcursor-key-bindings, vcursor-use-vcursor-map)
9199         (vcursor-find-window, vcursor-scroll-down)
9200         (vcursor-disable, vcursor-beginning-of-buffer)
9201         (vcursor-end-of-buffer): Fix typos in docstrings.
9202         (vcursor-relative-move, vcursor-get-char-count):
9203         Improve argument/docstring consistency.
9205         * version.el: "?\ " -> "?\s".
9207         * wid-edit.el (widget-default-create, widget-after-change)
9208         (widget-default-format-handler, widget-checklist-add-item)
9209         (widget-radio-add-item, widget-choose, widget-specify-secret)
9210         (widget-field-value-create, widget-field-value-get)
9211         (widget-editable-list-format-handler)
9212         (widget-editable-list-entry-create, widget-group-value-create)
9213         (widget-documentation-link-add)
9214         (widget-documentation-string-value-create): "?\ " -> "?\s".
9215         (widget-convert-text): Doc fix.
9216         (widget-narrow-to-field, widget-field-find)
9217         (widget-url-link-action, widget-emacs-library-link-action)
9218         (widget-color-notify): Fix typos in docstrings.
9220         * w32-fns.el (w32-shell-name): Use `bound-and-true-p'.
9221         (x-select-text, set-w32-system-coding-system)
9222         (w32-add-charset-info): Fix typos in docstrings.
9224         * emulation/cua-base.el (cua-mode, cua-enable-register-prefix)
9225         (cua-enable-cua-keys, cua-use-hyper-key)
9226         (cua-virtual-rectangle-edges): Fix typos in docstrings.
9227         (cua--M/H-key, cua--init-keymaps): "?\ " -> "?\s".
9229         * net/tramp.el (tramp-handle-load): Fix typo in error message.
9231         * emacs-lisp/re-builder.el (regexp-builder): Declare with
9232         `defalias' instead of faking it.
9234         * eshell/em-ls.el (eshell-ls-decorated-name): Doc fix.
9235         (eshell-ls-missing, eshell-ls-dired-initial-args)
9236         (eshell-ls-use-in-dired): Fix typos in docstrings.
9238 2005-07-20  Kim F. Storm  <storm@cua.dk>
9240         * emulation/cua-base.el (cua-mode): Improve doc string.
9242 2005-07-20  Juanma Barranquero  <lekktu@gmail.com>
9244         * abbrev.el (expand-region-abbrevs): Doc fix.
9245         (inverse-add-mode-abbrev, inverse-add-global-abbrev):
9246         Improve argument/docstring consistency.
9248         * arc-mode.el (archive-get-descr, archive-alternate-display):
9249         Doc fixes.
9250         (archive-l-e): Improve argument/docstring consistency.
9251         (archive-tmpdir, archive-unixdate, archive-unixtime)
9252         (archive-chmod-entry): Fix typos in docstrings.
9253         (archive-unflag, archive-unflag-backwards)
9254         (archive-unmark-all-files): "?\ " -> "?\s".
9256         * buff-menu.el (Buffer-menu-unmark): Doc fix.
9257         (Buffer-menu-not-modified, Buffer-menu-execute)
9258         (Buffer-menu-toggle-read-only, Buffer-menu-buffer+size)
9259         (list-buffers-noselect, Buffer-menu-select): "?\ " -> "?\s".
9261         * composite.el (compose-string, encode-composition-rule)
9262         (compose-last-chars): Fix typos in docstrings.
9264         * desktop.el (desktop-enable, desktop-basefilename):
9265         Declare with `define-obsolete-variable-alias'.
9266         (desktop-internal-v2s): Don't quote keywords.
9267         (desktop-clear): "?\ " -> "?\s".
9269         * dired.el (dired-align-file, dired-flag-backup-files)
9270         (dired-change-marks, dired-unmark-all-files): "?\ " -> "?\s".
9271         (dired-listing-switches, dired-ls-F-marks-symlinks)
9272         (dired-dwim-target, dired-load-hook, dired-mode-hook)
9273         (dired-directory, dired-faces, dired, dired-revert)
9274         (dired-mode, dired-summary, dired-view-file)
9275         (dired-copy-filename-as-kill, dired-delete-file)
9276         (dired-no-confirm, dired-unmark-all-marks)
9277         (dired-sort-by-date-regexp, dired-sort-by-name-regexp)
9278         (dired-sort-inhibit, dired-sort-other): Fix typos in docstrings.
9279         (dired-undo, dired-get-file-for-visit, dired-sort-toggle-or-edit):
9280         Fix typos in message strings.
9282         * dired-x.el (virtual-dired): Declare with `defalias'.
9283         (dired-mark-unmarked-files, dired-local-variables-file)
9284         (dired-omit-here-always): Doc fix.
9285         (dired-omit-mode, dired-find-subdir)
9286         (dired-enable-local-variables, dired-clean-up-buffers-too)
9287         (dired-extra-startup, dired-mark-extension, dired-jump)
9288         (dired-jump-other-window, dired-omit-localp, dired-virtual-mode)
9289         (dired-smart-shell-command, dired-guess-shell-alist-user)
9290         (dired-man, dired-initial-position, dired-x-hands-off-my-keys)
9291         (dired-x-bind-find-file, dired-x-submit-report):
9292         Fix typos in docstrings.
9293         (dired-mark-unmarked-files): "?\ " -> "?\s".
9295         * dirtrack.el (dirtrack-list): Fix typos in docstring.
9297         * faces.el (describe-face): "?\ " -> "?\s".
9298         (read-all-face-attributes, read-face-font, modify-face)
9299         (face-attr-construct, italic): Fix typos in docstrings.
9300         (frame-update-face-colors): Declare with
9301         `define-obsolete-function-alias'.
9303         * files.el (find-file-noselect, recode-file-name): Doc fixes.
9304         (insert-directory, kill-some-buffers): "?\ " -> "?\s".
9305         (magic-mode-alist, buffer-file-numbers-unique)
9306         (write-file-functions, get-free-disk-space):
9307         Fix typos in docstrings.
9308         (find-file-not-found-hooks, find-file-hooks, write-file-hooks)
9309         (write-contents-hooks, write-file-hooks):
9310         Declare with `define-obsolete-variable-alias'.
9312         * forms-d2.el (arch-rj): Fix typo in docstrings.
9313         (arch-tocol): Likewise.  "?\ " -> "?\s".
9315         * frame.el (set-frame-font, cursor-in-non-selected-windows):
9316         Fix typo in docstring.
9317         (set-screen-width, set-screen-height): Delete redundant info in
9318         doctrings.
9319         (new-frame, screen-height, screen-width): Declare with
9320         `define-obsolete-function-alias'.
9321         (delete-frame-hook, blink-cursor): Declare with
9322         `define-obsolete-variable-alias'.
9324         * paths.el (prune-directory-list): Fix typos in docstring.
9326         * pcvs-util.el (cvs-flags-query, cvs-strings->string)
9327         (cvs-prefix-get): Fix typos in docstrings.
9329         * ps-print.el (ps-extend-face-list, ps-extend-face)
9330         (ps-print-background-image): Fix typos in docstrings.
9331         (ps-default-fg, ps-default-bg): Doc fixes.
9333         * s-region.el (s-region-bind): Doc fix.
9334         (s-region-move-p1, s-region-move-p2): Fix typos in docstrings.
9336         * textmodes/org.el (org-table-formula-substitute-names)
9337         (org-table-get-vertical-vector): Doc fixes.
9338         (org-table-recalculate): Remove unused argument to `message'.
9340 2005-07-19  Carsten Dominik  <dominik@science.uva.nl>
9342         * textmodes/org.el (org-table-column-names)
9343         (org-table-column-name-regexp)
9344         (org-table-named-field-locations): New variables.
9345         (org-archive-subtree): Protect `this-command' when calling
9346         `org-copy-subtree' and `org-cut-subtree', to avoid appending to
9347         the kill buffer.
9348         (org-complete): Remove fixed-formula completion.
9349         (org-edit-formulas-map): New variable.
9350         (org-table-edit-formulas): New command.
9351         (org-finish-edit-formulas, org-abort-edit-formulas)
9352         (org-show-variable, org-table-get-vertical-vector): New functions.
9353         (org-table-maybe-eval-formula): Handle `:=' fields.
9354         (org-table-get-stored-formulas, org-table-store-formulas)
9355         (org-table-get-formula, org-table-modify-formulas)
9356         (org-table-replace-in-formulas): Handle named field formulas.
9357         (org-table-get-specials): Store locations of named fields.
9359 2005-07-19  Juri Linkov  <juri@jurta.org>
9361         * progmodes/grep.el (grep-regexp-alist)
9362         (grep-mode-font-lock-keywords, grep-process-setup):
9363         Use default GNU grep match color "01;31m" instead of "01;41m".
9364         (grep-regexp-alist, grep-mode-font-lock-keywords):
9365         Use `\\[[0-9]*m' instead of `\\[00m'.
9366         (grep-regexp-alist): Move `\\(?:\033\\[K\\)?' from sgr_end to
9367         sgr_start where its handling is more important.  Use the real
9368         length of sgr_start instead of constant 8.
9369         (grep-mode-font-lock-keywords): Don't delete `\\(?:\033\\[K\\)?'
9370         specially.  Delete all remaining escape sequences.
9371         (grep-process-setup): Set "GREP_COLORS" for GNU grep 2.5.1-cvs.
9372         (grep-regexp-alist): Make hyperlink only for binary file name
9373         instead of the whole line.
9374         (grep-mode-map): Bind `backtab' to `compilation-previous-file'.
9375         (grep-mode): Add autoload.
9377         * emacs-lisp/find-func.el (find-function-regexp):
9378         Add `define-compilation-mode'.
9380 2005-07-19  Juri Linkov  <juri@jurta.org>
9382         * compare-w.el (compare-ignore-whitespace, compare-windows-sync)
9383         (compare-windows-sync-string-size, compare-windows-recenter)
9384         (compare-windows-highlight, compare-windows): Add version 22.1.
9385         (compare-windows) <defface>: Inherit from lazy-highlight instead
9386         of duplicating its default value.
9388         * cus-edit.el (custom-mode-map): Bind `C-c C-c' to `Custom-set'.
9389         (Custom-mode-menu): Use `info' instead of `Info-goto-node'.
9391         * descr-text.el (describe-char): Create link buttons for `charset'
9392         and `code point'.  Add the current input method name with a link
9393         button to `to input' field.  Print face names of display table
9394         characters in `The display table entry is displayed by' section
9395         instead of printing face-id in the `display' field.
9396         Guess hardcoded faces and create a link button for them.
9397         Skip empty fields when calculating max-width.
9398         Treat `widget-create' specially while inserting strings from the
9399         collected field list.
9400         (describe-char-after): Made obsolete in version 22.1, not 21.5.
9402         * diff-mode.el (diff-file-header): Change foreground color from
9403         yellow to green on light backgrounds.
9404         (diff-context): Inherit from `shadow' only for color/grayscale
9405         with more than 88 colors.
9406         (diff-indicator-removed, diff-indicator-added)
9407         (diff-indicator-changed): New faces.
9408         (diff-font-lock-keywords): Use new faces.  Regroup rules.
9409         Add "^---$" for `normal' diff format.  Fontify `#' lines with
9410         font-lock-comment-delimiter-face and font-lock-comment-face.
9411         Add `#' to ^[^...] in the rule for `diff-context-face'.
9413         * faces.el (mode-line-highlight): Replace RoyalBlue4 with
9414         a button-like box.  Inherit from `highlight' on low colors.
9415         (shadow): Use shades of gray only for color/grayscale with
9416         more than 88 colors.  Use green for light backgrounds with
9417         8 colors, and yellow for dark backgrounds with 8 colors.
9419         * font-lock.el (font-lock-regexp-grouping-backslash):
9420         Don't inherit from escape-glyph (use bold for all cases).
9422         * info.el (info-xref-visited): Use light foreground color `violet'
9423         for dark backgrounds instead of dark color `magenta3'.
9424         (info-title-1): Use `yellow' color for dark backgrounds.
9426         * isearch.el (isearch): Use not-too-dark magenta3 instead of
9427         too-light magenta2.
9429         * replace.el (match): Use slightly more light RoyalBlue3 instead
9430         of dark RoyalBlue4.
9432         * wid-edit.el (widget-inactive): Inherit from `shadow'.
9434 2005-07-19  Juanma Barranquero  <lekktu@gmail.com>
9436         * novice.el (disabled-command-hook): Declare it with
9437         `define-obsolete-variable-alias'.
9439         * desktop.el (desktop-enable, desktop-buffer-modes-to-save)
9440         (desktop-buffer-misc-functions, desktop-buffer-handlers)
9441         (desktop-load-default): Add release to obsolescence info.
9442         (desktop-globals-to-clear, desktop-buffer-mode-handlers)
9443         (desktop-append-buffer-args, desktop-read):
9444         Fix typos in docstrings.
9445         (desktop-kill): Fix typo in message.
9446         (desktop-save): Doc fix.
9448 2005-07-19  Michael Kifer  <kifer@cs.stonybrook.edu>
9450         * viper-cmd.el (viper-escape-to-state): Bug fix.
9451         (viper-envelop-ESC-key): Change the definition of fast
9452         keysequence so it'll work with keyboard macros.
9454         * ediff.el (ediff-patch-buffer): Change the docstring.
9456 2005-07-19  Kenichi Handa  <handa@m17n.org>
9458         * international/mule-cmds.el (select-safe-coding-system): Try to
9459         use an auto-coding (if any) before anything else.  If the found
9460         auto-coding is invalid, show a warning message.
9462         * international/mule.el (find-auto-coding): New function created
9463         by modifying the body of set-auto-coding.
9464         (set-auto-coding): Use find-auto-coding to find a coding.
9466 2005-07-18  Richard M. Stallman  <rms@gnu.org>
9468         * allout.el (allout-isearch-expose): Use isearch-mode-end-hook-quit,
9469         not isearch-mode-end-hook-error.
9470         (allout-before-change-protect): Fix error message.
9472 2005-07-18  Juri Linkov  <juri@jurta.org>
9474         * allout.el (allout-mode):
9475         * calculator.el (calculator-copy):
9476         * custom.el (custom-known-themes):
9477         * dired.el (dired-desktop-buffer-misc-data)
9478         (dired-restore-desktop-buffer):
9479         * dired-x.el (dired-omit-marker-char):
9480         * files.el (basic-save-buffer):
9481         * font-core.el (font-lock-mode):
9482         * calendar/calendar.el (calendar-goto-hebrew-date)
9483         (calendar-goto-coptic-date, calendar-goto-ethiopic-date)
9484         (calendar-goto-persian-date):
9485         * language/ethio-util.el (ethio-sera-to-fidel-region):
9486         * textmodes/picture.el (picture-mode):
9487         Delete duplicate duplicate words.
9489 2005-07-18  Juri Linkov  <juri@jurta.org>
9491         * isearch.el (isearch-mode-map): Remove key bindings for regexp
9492         chars * ? } |.
9493         (isearch-fallback): Don't call `isearch-process-search-char'.
9494         (isearch-*-char, isearch-}-char, isearch-|-char): Remove functions.
9495         (isearch-process-search-char): Call `isearch-fallback' for regexp
9496         chars * ? } |.
9497         (isearch-return-char): Make obsolete with `make-obsolete' instead
9498         of simply documenting it as obsolete in the docstring.
9499         (isearch-fallback): Refill docstring.
9501         * international/isearch-x.el
9502         (isearch-process-search-multibyte-characters): Remove unneeded
9503         `concat'.  Add intermediate values to `junk-hist' instead of
9504         `minibuffer-history'.  Test the length of `str'.
9506 2005-07-18  Juanma Barranquero  <lekktu@gmail.com>
9508         * allout.el (allout-resolve-xref): Fix typos in error strings.
9509         (allout-before-change-protect): Remove unneeded `concat'.
9511         * array.el (array-mode, array-reconfigure-rows)
9512         (untabify-backward): Fix typos in docstrings.
9513         (array-reconfigure-rows): Use `insert-buffer-substring', not
9514         `insert-buffer'.
9516         * calendar/icalendar.el (icalendar--get-unfolded-buffer):
9517         * progmodes/ada-mode.el (ada-make-body):
9518         Use `insert-buffer-substring' and `goto-char', not `insert-buffer'.
9520         * dired.el (dired-log):
9521         * tar-mode.el (tar-subfile-save-buffer):
9522         * play/zone.el (zone-pgm-stress-destress):
9523         Use `insert-buffer-substring', not `insert-buffer'.
9525 2005-07-17  Simon Josefsson  <jas@extundo.com>
9527         * mail/smtpmail.el (smtpmail-auth-supported): Prefer PLAIN over LOGIN.
9529 2005-07-16  Jose E. Marchesi  <jemarch@gnu.org>
9531         * lisp/mail/smtpmail.el (smtpmail-auth-supported):
9532         Add plain auth method.
9533         (smtpmail-try-auth-methods): Add AUTH PLAIN dialog.
9535 2005-07-17  Kim F. Storm  <storm@cua.dk>
9537         * ido.el (dired-other-window): Add ido property.
9539 2005-07-16  Juanma Barranquero  <lekktu@gmail.com>
9541         * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
9542         Fix typo in docstring.
9543         (byte-compile-interactive-only-functions): Add `insert-buffer' and
9544         `insert-file-literally'.
9546         * emacs-lisp/edebug.el (def-edebug-form-spec): Add obsolescence
9547         info and delete redundant message.  Doc fix.
9548         (edebug-install-custom-print-funcs, edebug-reset-print-funcs)
9549         (edebug-uninstall-custom-print-funcs): Define as obsolete aliases.
9551 2005-07-16  Richard M. Stallman  <rms@gnu.org>
9553         * emacs-lisp/bytecomp.el (byte-compile-and-recursion): New function.
9554         (byte-compile-and): Use byte-compile-and-recursion.
9555         (byte-compile-or-recursion): New function.
9556         (byte-compile-or): Use that.
9557         (byte-compile-if): Guard the else-clause too.
9558         (byte-compile-maybe-guarded): Handle (not (featurep 'emacs)).
9560         * isearch.el (isearch-mode-end-hook-quit): New variable.
9561         (isearch-done): Bind it.
9562         (isearch-mode-end-hook): Doc fix.
9564         * allout.el (allout-isearch-did-quit): Variable deleted.
9565         (allout-real-isearch-abort): Function name no longer used.
9566         (allout-mode): Do allout-enwrap-isearch whenever feature is wanted.
9567         (allout-isearch-rectification): isearch-mode always exists.
9568         Don't set allout-isearch-did-quit.
9569         (allout-isearch-expose): Check isearch-mode-end-hook-error, not
9570         allout-isearch-did-quit.
9571         (allout-enwrap-isearch): Just add the hook.
9572         (allout-isearch-abort): Function deleted.
9573         (allout-pre-command-business): Avoid warning.
9575         * progmodes/pascal.el (pascal-outline-map): Use fboundp, not boundp.
9576         Correctly avoid warnings.
9577         (pascal-outline): Likewise.
9579         * progmodes/f90.el (f90-abbrev-start): Avoid warning.
9581         * progmodes/asm-mode.el (asm-comment): Use with-no-warnings.
9583         * play/tetris.el (tetris-mode): Avoid warning.
9585         * play/snake.el (snake-mode): Avoid warning.
9587         * play/gamegrid.el (gamegrid-shared-game-dir): Add defvar.
9588         (gamegrid-set-display-table): Avoid warning.
9589         (gamegrid-set-timer): Likewise.
9590         (gamegrid-make-mono-tty-face): Use set-face-inverse-video-p.
9591         (gamegrid-add-score-with-update-game-score-1): Take FILE
9592         as argument.
9593         (gamegrid-add-score-with-update-game-score): Pass that argument.
9594         Rename have-shared-game-dir to gamegrid-shared-game-dir.
9596         * net/eudc-hotlist.el (eudc-hotlist-mode): Avoid warnings.
9598         * net/eudc-bob.el (eudc-jump-to-event): Avoid warning.
9599         (eudc-bob-display-jpeg, eudc-bob-can-display-inline-images): Likewise.
9601         * mail/uce.el (uce-reply-to-uce): Replace beginning-of-buffer
9602         and insert-file.
9604         * mail/supercite.el (sc-no-blank-line-or-header): Avoid warning.
9605         (sc-ask): Avoid warnings.
9607         * eshell/em-hist.el (eshell-rebind-keys-alist): Add defvar.
9608         (eshell-hist-initialize): Use that var the natural way.
9610         * emulation/viper-init.el (viper-activate-input-method): Avoid warning.
9612         * emacs-lisp/re-builder.el (reb-cook-regexp):
9613         Avoid warning calling lre-compile-string.
9614         (reb-color-display-p): Avoid warning.
9616         * calculator.el (calculator-last-input): Guard uses
9617         of event-key and key-press-event-p.
9618         (event-key, key-press-event-p): Delete definitions.
9620         * emacs-lisp/find-gc.el (find-gc-unsafe-list)
9621         (find-gc-source-directory, find-gc-subrs-callers)
9622         (find-gc-noreturn-list, find-gc-source-files)
9623         (find-gc-subrs-called): Vars renamed and defvar'd.
9625         * emacs-lisp/checkdoc.el (checkdoc-make-overlay)
9626         (checkdoc-overlay-put, checkdoc-delete-overlay)
9627         (checkdoc-overlay-start, checkdoc-overlay-end)
9628         (checkdoc-mode-line-update, checkdoc-char=):
9629         Define such that compiler knows they are defined.
9630         (checkdoc-call-eval-buffer): Delete.  Use eval-buffer directly.
9631         (checkdoc-read-event): Delete.  Use read-event directly.
9633         * whitespace.el (whitespace-make-overlay)
9634         (whitespace-overlay-put, whitespace-delete-overlay)
9635         (whitespace-overlay-start, whitespace-overlay-end):
9636         Define such that compiler knows they are defined.
9637         (whitespace): Move conditional inside.
9639         * tempo.el (tempo-insert-template): Suppress warning.
9641         * ediff-diff.el (longlines-mode): Add defvar.
9643 2005-07-16  Gary Howell  <g1howell-list@yahoo.com>  (tiny change)
9645         * server.el: Bind "C-x #" in a way that works even if C-x is
9646         redefined to a command key, not a prefix key.
9648 2005-07-16  Johan Bockgard  <bojohan@users.sourceforge.net>  (tiny change)
9650         * emacs-lisp/cl-macs.el (cl-make-type-test): Defer evaluation of
9651         cl-make-type-test till execution time.
9653 2005-07-16  Markus Rost  <rost@math.uni-bielefeld.de>
9655         * dired-x.el (dired-do-relsymlink-regexp): Add missing optional
9656         arg ARG and use it.
9658 2005-07-16  Johan Bockgard  <bojohan@users.sourceforge.net>  (tiny change)
9660         * emacs-lisp/cl-macs.el (cl-make-type-test): Add `atom' type.
9662 2005-07-15  Luc Teirlinck  <teirllm@auburn.edu>
9664         * emacs-lisp/easy-mmode.el (define-minor-mode): Avoid constructing
9665         a defcustom with two :set or :type keywords.
9667 2005-07-15  Richard M. Stallman  <rms@gnu.org>
9669         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
9670         Don't give ^M comment-end syntax.
9672 2005-07-16  Nick Roberts  <nickrob@snap.net.nz>
9674         * progmodes/gdb-ui.el (gdb-var-update, gdb-var-update-handler):
9675         Don't consider gdbmi (gdb-mi.el has its own update functions).
9676         (gdb-var-delete): Make it work for gdbmi as well.
9677         (gdb-speedbar-expand-node): Move var-update here for gdbmi.
9679         * progmodes/gud.el (etags, sdb): Only require etags when needed.
9680         (gud-speedbar-menu-items): Correct logic for enabling items.
9682 2005-07-15  Kim F. Storm  <storm@cua.dk>
9684         * ido.el: Fix commentary.
9685         (ido-define-mode-map): Move ido-next-work-file to C-M-o.
9686         Use with-no-warnings around ffap-guesser.
9687         (ido-file-internal, ido-read-file-name, ido-read-directory-name):
9688         Let bind minibuffer-completing-file-name to t.
9690 2005-07-15  Juanma Barranquero  <lekktu@gmail.com>
9692         * startup.el (site-run-file, keyboard-type): Doc fixes.
9693         (command-line): Check for "--basic-display" argument; also for
9694         "--quick", not "--bare-bones" (which was renamed).
9695         (fancy-splash-text): Add missing item "Getting New Versions".
9696         (normal-splash-screen): Fix typos and improve consistency with
9697         `fancy-splash-text'.  Update copyright year.
9699         * hexl.el (hexl-mode-map): Recognize also `ehelp-command' as a
9700         valid binding for `help-char'.
9702         * emacs-lisp/derived.el (derived-mode-hook-name): Doc fix.
9704 2005-07-14  Dan Nicolaescu  <dann@ics.uci.edu>
9706         * term.el (term-mode): Disable cua-mode for term buffers.
9708 2005-07-14  Juanma Barranquero  <lekktu@gmail.com>
9710         * add-log.el (add-log-mailing-address, change-log-merge):
9711         Doc fixes.
9712         (change-log-get-method-definition): Fix typo in docstring.
9714 2005-07-14  Kim F. Storm  <storm@cua.dk>
9716         * emulation/cua-base.el:
9717         (cua--pre-command-handler-1, cua--pre-command-handler)
9718         (cua--post-command-handler-1, cua--post-command-handler):
9719         Split in two.  Check (buffer local) value of cua-mode.
9720         (cua-selection-mode): New command.
9722 2005-07-13  Luc Teirlinck  <teirllm@auburn.edu>
9724         * custom.el (custom-initialize-safe-set)
9725         (custom-initialize-safe-default): Doc fixes.
9727         * frame.el (blink-cursor-mode): Use `custom-initialize-safe-default'
9728         and simplify :init-value again.
9730         * tooltip.el (tooltip-mode): Use `custom-initialize-safe-default'
9731         and simplify :init-value again.  Delete autoload.
9733         * startup.el (command-line): Use `custom-reevaluate-setting' again
9734         for tooltip-mode.
9736         * emacs-lisp/easy-mmode.el (define-minor-mode): Avoid constructing
9737         a defcustom with two :initialize keywords.
9739 2005-07-13  Juanma Barranquero  <lekktu@gmail.com>
9741         * allout.el (my-mark-marker, allout-isearch-prior-pos)
9742         (allout-unprotected, allout-undo-aggregation, allout-snug-back)
9743         (allout-post-command-business, allout-flag-region)
9744         (isearch-reenable-font-lock, allout-yank)
9745         (allout-insert-latex-header, allout-insert-latex-trailer)
9746         (allout-latex-verbatim-quote-curr-line, allout-latexify-exposed)
9747         (allout-latex-verb-quote): Fix typos in docstrings.
9748         (allout-enwrap-isearch, regexp-sans-escapes): Doc fixes.
9749         (allout-unprotected, allout-prefix-data):
9750         Improve argument/docstring consistency.
9751         (allout-chart-subtree): Fix argument spec.
9752         (allout-open-topic): Rename `use_sib_bullet' argument to
9753         `use-sib-bullet'.  Doc fix.
9755         * whitespace.el (whitespace-check-buffer-leading)
9756         (whitespace-check-buffer-trailing)
9757         (whitespace-check-buffer-indent)
9758         (whitespace-check-buffer-spacetab)
9759         (whitespace-check-buffer-ateol, whitespace-highlighted-space)
9760         (whitespace-check-leading-whitespace)
9761         (whitespace-check-trailing-whitespace)
9762         (whitespace-check-spacetab-whitespace)
9763         (whitespace-check-indent-whitespace)
9764         (whitespace-check-ateol-whitespace, whitespace-abort-on-error)
9765         (whitespace-modes): Fix typos in docstrings.
9766         (defgroup, defcustom): Doc fixes.
9768         * winner.el (winner-mode, winner-boring-buffers)
9769         (winner-pending-undo-ring): Doc fixes.
9770         (winner-ring): Remove unneeded `progn'.
9771         (winner-equal): `defsubst' it.
9772         (winner-redo): Fix message.
9774 2005-07-13  Kim F. Storm  <storm@cua.dk>
9776         * simple.el (line-move-1): Always use vertical-motion to
9777         do the last (or only) line move to ensure some movement.
9778         Undo 2005-06-23 change--don't check for overlays.
9780 2005-07-13  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
9782         * term/mac-win.el (ccl-encode-mac-roman-font)
9783         (ccl-encode-mac-centraleurroman-font)
9784         (ccl-encode-mac-cyrillic-font, ccl-encode-mac-symbol-font):
9785         (ccl-encode-mac-dingbats-font): Remove check for ASCII.
9786         Change charset-id boundary of dimension to ?\xef.
9787         (mac-char-fontspec-list): New constant.
9788         (fontset-add-mac-fonts): Use it.  Accept non-string `base-family'
9789         argument.  Nil uses itself as family in font-spec.  Previous
9790         behavior for nil is now provided by non-nil non-string argument.
9791         All callers changed.  Add font-specs for Mac fonts to
9792         "fontset-default" unless iso8859-1 fonts are installed.
9794 2005-07-13  Stefan Monnier  <monnier@iro.umontreal.ca>
9796         * progmodes/sh-script.el (sh-get-indent-info): Only indent
9797         a continuation line if the \ is preceded by SPC or TAB.
9798         (sh-get-indent-info): Simplify.
9799         (sh-mark-init, sh-learn-buffer-indent, sh-add-completer):
9800         Use with-current-buffer.
9802         * font-lock.el (font-lock-fontify-keywords-region): Avoid inf-loops
9803         when the matched text is empty.
9805 2005-07-12  Luc Teirlinck  <teirllm@auburn.edu>
9807         * startup.el (command-line): Revert to previous handling of
9808         tooltip-mode.  Explain in comment why the complexity is needed.
9810         * tooltip.el (tooltip-mode): Revert to previous implementation of
9811         its defcustom.
9813         * frame.el (blink-cursor-mode): Revert to previous implementation
9814         of its defcustom.  Update comment.
9816 2005-07-12  Lars Hansen  <larsh@soem.dk>
9818         * desktop.el: Update e-mail address.
9820 2005-07-12  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
9822         * term/mac-win.el (mac-services-mail-selection)
9823         (mac-services-mail-to): New functions.
9824         (mac-application-menu-map): Bind them.
9826 2005-07-12  wulei <milton@wulei.net>  (tiny change)
9828         * progmodes/gdb-ui.el: Add note about buffering with Windows.
9830 2005-07-11  Luc Teirlinck  <teirllm@auburn.edu>
9832         * custom.el (custom-reevaluate-setting): Doc fix.
9834 2005-07-11  Jay Belanger  <belanger@truman.edu>
9836         * calc/calc.el (calc-embedded-announce-formula-alist)
9837         (calc-embedded-open-close-plain-alist)
9838         (calc-embedded-open-close-mode-alist): Add checks for additional
9839         major modes (due to Robert J. Chassell <bob@rattlesnake.com>).
9841 2005-07-11  Juanma Barranquero  <lekktu@gmail.com>
9843         * custom.el (custom-enable-theme): Don't add theme to
9844         `custom-enabled-themes' with `push' because there is no
9845         setf-method for `delq'.
9847 2005-07-11  Richard M. Stallman  <rms@gnu.org>
9849         * custom.el (custom-declare-variable): Doc fix.
9851         * dired-aux.el (dired-compare-directories): Remove "." and ".."
9852         from the alists.
9854         * emacs-lisp/edebug.el (edebug-slow-after, edebug-slow-before):
9855         Do nothing if edebug-active.
9857         * emacs-lisp/edebug.el (edebug-enter): Don't with-timeout-suspend here.
9858         (edebug-display): Do it here instead.
9860 2005-07-10  Richard M. Stallman  <rms@gnu.org>
9862         * cus-face.el (custom-theme-set-faces): Make it work.
9863         (custom-reset-faces): Doc fix.
9864         (custom-theme-reset-internal-face, custom-theme-face-value):
9865         Functions deleted.
9867         * custom.el (custom-push-theme): Maintain list of the settings
9868         of a given theme in its theme-settings property.
9869         Maintain position of old settings in the theme-value
9870         or theme-face property.
9871         (custom-enabled-themes): New variable.
9872         (custom-theme-enabled-p): New function.
9873         (provide-theme): Update custom-enabled-themes.
9874         Disable and reenable the `user' theme.
9875         (require-theme): Doc fix.
9876         (custom-do-theme-reset, custom-remove-theme): Functions deleted.
9877         (custom-theme-value, custom-theme-variable-value): Likewise.
9878         (custom-theme-reset-internal): Likewise.
9879         (custom-theme-load-themes): Fix bugs and use custom-disable-theme.
9880         (custom-enable-theme, custom-disable-theme): New functions.
9881         (custom-variable-theme-value, custom-face-theme-value): Likewise.
9882         (custom-theme-recalc-variable, custom-theme-recalc-face): Likewise.
9883         (custom-theme-reset-variables): Simplify.
9884         (deftheme, custom-declare-theme, custom-make-theme-feature):
9885         Definitions moved.
9887 2005-07-10  Chong Yidong  <cyd@stupidchicken.com>
9889         * longlines.el (longlines-show-region)
9890         (longlines-unshow-hard-newlines): Recognize hard newlines by
9891         non-nil hard property, instead of t.
9893 2005-07-10  Michael Kifer  <kifer@cs.stonybrook.edu>
9895         * viper-cmd.el (viper--key-maps): New variable.
9896         (viper-normalize-minor-mode-map-alist): Use viper--key-maps and
9897         emulation-mode-map-alists.
9898         (viper-envelop-ESC-key): Use viper-subseq.
9899         (viper-search-forward/backward/next): Disable debug-on-error.
9901         * viper-keym.el (viper-toggle-key, viper-quoted-insert-key)
9902         (viper-ESC-key): New defcustoms.
9904         * viper-macs.el (ex-map-read-args): Use viper-subseq.
9906         * viper-util.el (viper-key-to-emacs-key): Use viper-subseq.
9907         (viper-subseq): Copy of subseq from cl.el.
9909         * viper.el (viper-go-away, viper-set-hooks): Use
9910         emulation-mode-map-alists, advise self-insert-command, add-minor-mode.
9912         * viper-mous.el (viper-current-frame-saved): Use defvar.
9914         * viper-init.el: Get rid of -face in face names.
9916         * ediff-diff.el (ediff-extract-diffs, ediff-extract-diffs3):
9917         Make it work with longlines mode
9919         * ediff-mult.el (ediff-meta-mode-hook): New variable.
9921         * ediff-ptch.el (ediff-file-name-sans-prefix): Quote regexp.
9923         * ediff-init.el: Get rid of -face in face names.
9925 2005-07-10  Richard M. Stallman  <rms@gnu.org>
9927         * emacs-lisp/edebug.el (edebug-enter): Call with-timeout-suspend
9928         and with-timeout-unsuspend.
9930         * emacs-lisp/debug.el (debug): Call with-timeout-suspend
9931         and with-timeout-unsuspend.
9933         * emacs-lisp/timer.el (with-timeout-timers): New variable.
9934         (with-timeout): Bind that variable to record timers.
9935         (with-timeout-suspend, with-timeout-unsuspend): New functions.
9937         * emacs-lisp/debug.el (debug-help-follow): New function.
9938         (debugger-mode-map): Use that instead of help-follow.
9939         (debugger-setup-buffer): Use eval-buffer-list
9940         to handle eval-buffer frames.
9942 2005-07-10  N. Raghavendra  <raghu@mri.ernet.in>  (tiny change)
9944         * timezone.el (timezone-parse-date): Change first regexp
9945         so it will not mistakenly match dates with no time zone.
9947 2005-07-10  Jeff Dwork  <jeff.dwork@amd.com>  (tiny change)
9949         * facemenu.el (facemenu-read-color): Do case-insensitive matching.
9951 2005-07-10  Luc Teirlinck  <teirllm@auburn.edu>
9953         * custom.el (custom-initialize-safe-set)
9954         (custom-initialize-safe-default): New functions.
9956         * frame.el (blink-cursor-mode): Use `custom-initialize-safe-default'
9957         and simplify :init-value.
9959         * tooltip.el (tooltip-mode): Use `custom-initialize-safe-default'
9960         and simplify :init-value.  Delete obsolete comment.
9962         * startup.el (command-line): Use `custom-reevaluate-setting' to
9963         handle `tooltip-mode'.  Delete obsolete comment.
9965         * files.el (set-visited-file-name): Avoid calling
9966         `file-name-nondirectory' with a nil argument.
9968 2005-07-09  Richard M. Stallman  <rms@gnu.org>
9970         * emacs-lisp/debug.el (debugger-setup-buffer): When eval-buffer
9971         was called with nil for the buffer, handle the read position right.
9972         Handle read position for eval-region, too.
9974 2005-07-09  Juri Linkov  <juri@jurta.org>
9976         * fringe.el (fringe-mode): Add period in docstring.
9977         (fringe-query-style): Build prompt depending on `all-frames' arg.
9979         * dired.el (dired-marker-char): Avoid quotations for `do' and `mark'
9980         to not create links to unrelated functions in the Help buffer.
9982         * progmodes/compile.el (compilation-mode-hook, compilation-mode):
9983         Doc fix.
9985         * simple.el (next-error-hook): New variable.
9986         (next-error): Use it.  Doc fix.
9988         * textmodes/ispell.el (ispell-command-loop): Add current
9989         dictionary name and program name to mode-line-format.
9990         (ispell-region, ispell-process-line): Add current dictionary name
9991         and program name to messages.
9993 2005-07-08  Jay Belanger  <belanger@truman.edu>
9995         * calc/calc.el (calc-embedded-announce-formula-alist)
9996         (calc-embedded-open-close-formula-alist)
9997         (calc-embedded-open-close-word-alist)
9998         (calc-embedded-open-close-plain-alist)
9999         (calc-embedded-open-close-new-formula-alist)
10000         (calc-embedded-open-close-mode-alist)
10001         (calc-embedded-new-buffer-hook, calc-embedded-new-formula-hook)
10002         (calc-embedded-mode-hook): New variables.
10004         * calc/calc-embed.el (calc-embedded-firsttime)
10005         (calc-embedded-firsttime-buf, calc-embedded-firsttime-formula):
10006         New variables.
10007         (calc-do-embedded): Use calc-embedded-firsttime,
10008         calc-embedded-firsttime-buf and calc-embedded-firsttime-formula to
10009         determine whether or not to run hooks.
10010         (calc-embedded-make-info) Set calc-embedded-firsttime-buf and
10011         calc-embedded-firsttime-formula appropriately.
10012         Set calc-embedded delimiter variables according to mode.
10014 2005-07-08  Richard M. Stallman  <rms@gnu.org>
10016         * emacs-lisp/checkdoc.el (checkdoc-proper-noun-list):
10017         Check for "emacs", etc., as entire symbol, not just as word.
10018         (checkdoc-file-comments-engine): Use regexp-quote on FN.
10020         * files.el (set-visited-file-name): Report the error
10021         for "empty filename" earlier.
10022         (kill-some-buffers): Ignore buffers already dead.
10024         * fringe.el (fringe-mode): Doc fix.
10026         * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
10027         Check for (featurep 'xemacs) and turn off warnings in what it guards.
10028         Use unwind-protect to ensure byte-compile-unresolved-functions
10029         is updated.
10031         * whitespace.el (whitespace-buffer-leading-cleanup):
10032         Simplify w/ skip-chars-forward.
10033         (whitespace-buffer-trailing-cleanup): Simplify w/ skip-chars-backward.
10035         * mail/rmail.el (rmail-only-expunge): Fix paren error.
10036         Unconditionally try to leave point at the same old place.
10038 2005-07-08  Ralf Angeli  <angeli@iwi.uni-sb.de>  (tiny change)
10040         * comint.el (comint-postoutput-scroll-to-bottom)
10041         (comint-show-maximum-output): Take scroll-margin into consideration.
10043 2005-07-08  Kim F. Storm  <storm@cua.dk>
10045         * ido.el (ido-use-filename-at-point): New choice `guess'.
10046         (ido-file-internal): Try ffap-guesser if selected.
10048         * ido.el (ido-before-fallback-functions): New hook.
10049         (ido-buffer-internal, ido-file-internal, ido-read-buffer)
10050         (ido-read-file-name): Run it.
10052 2005-07-07  Stefan Monnier  <monnier@iro.umontreal.ca>
10054         * progmodes/hideif.el (hide-ifdef-use-define-alist): Pass a list of
10055         strings rather than a list of symbols to the completion function.
10057 2005-07-07  Jay Belanger  <belanger@truman.edu>
10059         * calc/calc-units.el (math-apply-units): Change the places in
10060         which units are simplified.
10062 2005-07-07  Luc Teirlinck  <teirllm@auburn.edu>
10064         * cus-edit.el (customize-option, customize-option-other-window):
10065         Make them handle aliases.
10067         * custom.el (custom-variable-p): Make it recursively follow
10068         aliases.  Mention that in the docstring.
10070 2005-07-07  Richard M. Stallman  <rms@gnu.org>
10072         * cus-start.el (exec-path): Use `directory' instead of `file'.
10073         Fix tag for nil.
10075 2005-07-07  Juanma Barranquero  <lekktu@gmail.com>
10077         * replace.el (occur-rename-buffer): Use `generate-new-buffer' also
10078         when called non-interactively.  Doc fix.
10080 2005-07-07  Lute Kamstra  <lute@gnu.org>
10082         * elide-head.el (elide-head-headers-to-hide): Recognize the FSF's
10083         new address as well.
10085 2005-07-07  Kenichi Handa  <handa@m17n.org>
10087         * international/mule.el (make-coding-system):
10088         Describe `ascii-incompatible' property in the docstring.
10089         (set-file-name-coding-system): Signal an error if coding-system is
10090         ascii-incompatible.
10091         (set-keyboard-coding-system): Likewise.
10093         * international/mule-cmds.el (set-default-coding-systems):
10094         Don't set default-file-name-coding-system and
10095         default-keyboard-coding-system if coding-system is ASCII-incompatible.
10097         * international/utf-16.el: Declare that all UTF-16-based coding
10098         systems are ASCII-incompatible.
10100 2005-07-07  Nick Roberts  <nickrob@snap.net.nz>
10102         * progmodes/gud.el: Require font-lock for displaying errors.
10103         Used by gdb-ui.el.
10105 2005-07-07  Juanma Barranquero  <lekktu@gmail.com>
10107         * hi-lock.el (hi-lock-find-patterns): Protect also against invalid
10108         values for the pattern lists which are `read'able but not
10109         `append'able (like symbols).
10111 2005-07-06  Richard M. Stallman  <rms@gnu.org>
10113         * progmodes/flymake.el (flymake-float-time): Instead of
10114         with-no-warnings, test for xemacs.
10115         (flymake-replace-regexp-in-string): Test fboundp of replace-in-string
10116         to avoid warning.
10118 2005-07-06  Juanma Barranquero  <lekktu@gmail.com>
10120         * w32-vars.el (w32-fixed-font-alist): Fix typo in `defcustom' tag.
10122 2005-07-05  Lute Kamstra  <lute@gnu.org>
10124         * battery.el: Add support for Darwin (with much debugging help
10125         from Samuel Lauber <sam124@operamail.com>).
10126         (battery-status-function, battery-echo-area-format)
10127         (battery-mode-line-format): Add support for pmset on Darwin.
10128         (battery-load-low, battery-load-critical): New user options.
10129         (battery-pmset): New function.
10131 2005-07-05  Lute Kamstra  <lute@gnu.org>
10133         Update FSF's address in GPL notices.
10135         * textmodes/page-ext.el: Update FSF's address.
10137 2005-07-04  Stefan Monnier  <monnier@iro.umontreal.ca>
10139         * emacs-lisp/lisp-mode.el (lisp-mode-variables): Prevent adaptive
10140         filling from using prefix when filling a single-line docstring.
10142         * progmodes/flymake.el: Remove useless eval-when-compile.
10144         * arc-mode.el (archive-lzh-ogm): Reorder save excursion/restriction.
10146 2005-07-04  Richard M. Stallman  <rms@gnu.org>
10148         * textmodes/org.el (org-file-apps-defaults-gnu):
10149         Rename from org-file-apps-defaults-linux.
10150         (org-default-apps): Don't test system-type for `linux'.
10151         (org-file-apps): Doc fix.
10153 2005-07-04  David Ponce  <david@dponce.com>
10155         * tree-widget.el: Improve header Commentary section.
10156         (tree-widget) [defgroup]
10157         (tree-widget-image-enable, tree-widget-themes-directory)
10158         (tree-widget-theme, tree-widget-image-properties-emacs)
10159         (tree-widget-image-properties-xemacs, tree-widget-create-image)
10160         (tree-widget-image-formats, tree-widget-control)
10161         (tree-widget-empty-control, tree-widget-leaf-control
10162         (tree-widget-guide, tree-widget-end-guide, tree-widget-no-guide)
10163         (tree-widget-handle, tree-widget-no-handle, tree-widget-p)
10164         (tree-widget-keep, tree-widget-after-toggle-functions)
10165         (tree-widget-open-node, tree-widget-close-node): Doc fix.
10166         (tree-widget-open-control, tree-widget-close-control): Fix doc and
10167         :help-echo message.
10168         (tree-widget-set-theme): Doc fix.  Use `string-equal'.
10169         (tree-widget-image-properties): Doc fix.  Clearer implementation.
10170         (tree-widget--cursors): New constant.
10171         (tree-widget-lookup-image): New function split from
10172         `tree-widget-find-image'.  Clearer implementation.
10173         (tree-widget-find-image): Use it.
10174         (tree-widget-button-keymap): Use `set-keymap-parent'.
10175         (tree-widget) [define-widget]: Use `widget-children-value-delete'.
10176         Define the sub-widgets here.
10177         (tree-widget-node): Check that :node is not a tree-widget.
10178         (tree-widget-get-super, tree-widget-open-control)
10179         (tree-widget-close-control, tree-widget-empty-control)
10180         (tree-widget-leaf-control, tree-widget-guide)
10181         (tree-widget-end-guide, tree-widget-no-guide, tree-widget-handle)
10182         (tree-widget-no-handle, tree-widget-value-delete)
10183         (tree-widget-map): Remove.
10184         (tree-widget-children-value-save): Doc fix.  Simplified.
10185         (tree-widget-value-create): Update according to previous changes.
10187 2005-07-04  Carsten Dominik  <dominik@science.uva.nl>
10189         * textmodes/org.el: Leading space replaced by TABS.
10190         (org-recalc-marks, org-table-rotate-recalc-marks)
10191         (org-table-get-specials): Treat "^" and "_" marks.
10192         (org-table-justify-field-maybe): Optional argument NEW.
10193         (org-table-eval-formula): Parsing of the format simplified.
10194         New modes C,I.  Honor the %= parameter in the current table.
10195         Avoid unnecessary re-align by using the NEW argument to
10196         `org-table-justify-field-maybe'.
10197         (org-calc-default-modes): Default for date-format mimicks org-mode.
10198         (org-agenda, org-timeline): Quote argument in org-agenda-redo-command.
10200 2005-07-03  Luc Teirlinck  <teirllm@auburn.edu>
10202         * cus-face.el (custom-theme-set-faces): Make it handle face
10203         aliases whose alias declarations are pre- or autoloaded.
10205 2005-07-04  Juri Linkov  <juri@jurta.org>
10207         * faces.el (read-face-name): Put the code for getting a face name
10208         from the buffer before adding the faces from the `face' property.
10209         Use `completing-read-multiple' instead of `completing-read'.
10210         Require `crm'.  Add default value and post-process the returned
10211         list of faces.
10213         * emacs-lisp/crm.el (crm-find-current-element)
10214         (crm-minibuffer-complete-and-exit): Handle minibuffer prompt.
10216         * emacs-lisp/lisp-mode.el (eval-defun-1):
10217         * emacs-lisp/edebug.el (edebug-eval-defun):
10218         Remove unnecessary quotes.
10220 2005-07-04  Juanma Barranquero  <lekktu@gmail.com>
10222         * progmodes/prolog.el (prolog-eof-string): Doc fixes.
10223         (prolog-indent-level): Fix typo in docstring.
10225         * info.el (Info-history, Info-history-forward)
10226         (Info-history-list, Info-speedbar-fetch-file-nodes): Doc fixes.
10228         * add-log.el (add-change-log-entry):
10229         * comint.el (comint-dynamic-list-input-ring)
10230         (comint-dynamic-list-completions):
10231         * dabbrev.el (dabbrev-expand):
10232         * delim-col.el (delimit-columns-rectangle-line):
10233         * diff-mode.el (diff-context->unified, diff-reverse-direction)
10234         (diff-unified->context):
10235         * ediff-init.el (ediff-abbrev-jobname):
10236         * ediff-mult.el (ediff-replace-session-status-in-meta-buffer)
10237         (ediff-replace-session-activity-marker-in-meta-buffer):
10238         * info.el (Info-summary):
10239         * lpr.el (printify-region):
10240         * printing.el (pr-create-interface):
10241         * ps-print.el (ps-print-quote):
10242         * ses.el (ses-column-widths, ses-print-cell)
10243         (ses-adjust-print-width, ses-center):
10244         * shell.el (shell-file-name-quote-list):
10245         * strokes.el (strokes-read-stroke, strokes-read-complex-stroke)
10246         (strokes-fill-current-buffer-with-whitespace)
10247         (strokes-xpm-for-stroke, strokes-list-strokes)
10248         (strokes-xpm-char-bit-p, strokes-xpm-for-compressed-string):
10249         * term.el (term-dynamic-list-input-ring)
10250         (term-dynamic-list-completions):
10251         * calc/calc.el (math-format-stack-value):
10252         * emacs-lisp/edebug.el (edebug-display-freq-count):
10253         * progmodes/delphi.el (delphi-indent-line, delphi-fill-comment)
10254         (delphi-new-comment-line):
10255         * progmodes/ebnf2ps.el (ebnf-eps-filename, ebnf-trim-right):
10256         * progmodes/executable.el (executable-set-magic):
10257         * progmodes/python.el (inferior-python-mode):
10258         * progmodes/scheme.el (scheme-mode-syntax-table):
10259         * progmodes/sh-script.el (sh-maybe-here-document):
10260         * progmodes/sql.el (sql-copy-column):
10261         * progmodes/tcl.el (tcl-comment-indent, tcl-quote):
10262         * textmodes/bibtex.el (bibtex-mode):
10263         * textmodes/sgml-mode.el (html-imenu-index, sgml-attributes)
10264         (sgml-auto-attributes):
10265         * textmodes/table.el (table-insert, table-shorten-cell)
10266         (table--generate-source-scan-lines, table-delete-row)
10267         (*table--cell-delete-char, table--spacify-frame)
10268         (table--horizontally-shift-above-and-below)
10269         (table--cell-insert-char, table--cell-blank-str)
10270         (table--fill-region-strictly):
10271         * textmodes/tex-mode.el (tex-insert-quote, latex-find-indent):
10272         * textmodes/texinfo.el (texinfo-insert-quote): "?\ " -> "?\s".
10274         * add-log.el (change-log):
10275         * apropos.el (apropos):
10276         * comint.el (comint-completion, comint-source):
10277         * dabbrev.el (dabbrev):
10278         * delim-col.el (columns):
10279         * diff-mode.el (diff-mode):
10280         * ediff.el (ediff):
10281         * ediff-diff.el (ediff-diff):
10282         * ediff-init.el (ediff-highlighting, ediff-merge, ediff-hook):
10283         * ediff-mult.el (ediff-mult):
10284         * ediff-ptch.el (ediff-ptch):
10285         * ediff-wind.el (ediff-window):
10286         * facemenu.el (facemenu):
10287         * indent.el (indent):
10288         * info.el (info):
10289         * jka-cmpr-hook.el (compression, jka-compr):
10290         * lpr.el (lpr):
10291         * outline.el (outlines):
10292         * pcmpl-cvs.el (pcmpl-cvs):
10293         * pcmpl-rpm.el (pcmpl-rpm):
10294         * printing.el (printing):
10295         * ps-print.el (postscript, ps-print, ps-print-horizontal)
10296         (ps-print-vertical, ps-print-headers, ps-print-font)
10297         (ps-print-color, ps-print-face, ps-print-n-up, ps-print-zebra)
10298         (ps-print-background, ps-print-printer, ps-print-page)
10299         (ps-print-miscellany):
10300         * ses.el (ses):
10301         * shell.el (shell, shell-directories, shell-faces):
10302         * startup.el (initialization):
10303         * strokes.el (strokes):
10304         * term.el (term):
10305         * uniquify.el (uniquify):
10306         * w32-vars.el (w32):
10307         * calc/calc.el (calc):
10308         * emacs-lisp/bytecomp.el (bytecomp):
10309         * emacs-lisp/cl-indent.el (lisp-indent):
10310         * emacs-lisp/edebug.el (edebug):
10311         * emacs-lisp/elp.el (elp):
10312         * emacs-lisp/testcover.el (testcover):
10313         * emacs-lisp/trace.el (trace):
10314         * emulation/viper-ex.el (viper-ex):
10315         * emulation/viper-mous.el (viper-mouse):
10316         * mail/mailalias.el (mailalias):
10317         * mail/supercite.el (supercite, supercite-frames)
10318         (supercite-attr, supercite-cite, supercite-hooks):
10319         * net/rcompile.el (remote-compile):
10320         * net/rlogin.el (rlogin):
10321         * obsolete/ooutline.el (outlines):
10322         * progmodes/delphi.el (delphi):
10323         * progmodes/ebnf2ps.el (postscript, ebnf2ps, ebnf-special)
10324         (ebnf-except, ebnf-repeat, ebnf-terminal, ebnf-non-terminal)
10325         (ebnf-production, ebnf-shape, ebnf-displacement, ebnf-syntactic)
10326         (ebnf-optimization):
10327         * progmodes/etags.el (etags):
10328         * progmodes/executable.el (executable):
10329         * progmodes/idlwave.el (idlwave):
10330         * progmodes/pascal.el (pascal):
10331         * progmodes/prolog.el (prolog):
10332         * progmodes/python.el (python):
10333         * progmodes/scheme.el (scheme):
10334         * progmodes/sh-script.el (sh, sh-script):
10335         * progmodes/sql.el (SQL):
10336         * progmodes/tcl.el (tcl):
10337         * textmodes/bibtex.el (bibtex, bibtex-autokey):
10338         * textmodes/enriched.el (enriched):
10339         * textmodes/makeinfo.el (makeinfo):
10340         * textmodes/sgml-mode.el (sgml):
10341         * textmodes/table.el (table-hooks):
10342         * textmodes/tex-mode.el (tex-file, tex-run, tex-view):
10343         * textmodes/texinfo.el (texinfo):
10344         * textmodes/two-column.el (two-column):
10345         Finish `defgroup' description with period.
10347         * emacs-lisp/cl-indent.el (lisp-indent-maximum-backtracking):
10348         * eshell/esh-var.el (eshell-var):
10349         * progmodes/vhdl-mode.el (vhdl-testbench):
10350         * textmodes/org.el (org): Fix typos in docstrings.
10352         * emacs-lisp/timer.el (with-timeout): Improve argument/docstring
10353         consistency.
10355         * progmodes/flymake.el (flymake-find-file): Remove.
10356         (flymake-float-time): Use `with-no-warnings'.
10357         (flymake-check-start-time, flymake-check-was-interrupted)
10358         (flymake-err-info, flymake-is-running, flymake-last-change-time)
10359         (flymake-new-err-info): `defvar' at compile time.
10361 2005-07-03  Juanma Barranquero  <lekktu@gmail.com>
10363         * replace.el (occur-hook): Doc fix.
10364         (occur-1): Don't call `occur-hook' if there are no matches.
10366 2005-07-03  Richard M. Stallman  <rms@gnu.org>
10368         * emulation/tpu-edt.el (tpu-original-global-map): Don't copy
10369         global-map, save the same map.
10370         (global-map): Don't alter it at top level.
10371         (tpu-edt-on): Save global map in tpu-original-global-map, then copy.
10372         Then alter it here instead.
10373         (tpu-edt-off): Set global-map to the saved one.
10375         * emulation/tpu-edt.el (tpu-emacs19-p): Var deleted.
10376         All references simplified.
10377         (tpu-lucid-emacs-p): Rename from tpu-lucid-emacs19-p.  Uses changed.
10378         (zmacs-regions): Add defvar.
10379         (repeat-complex-command-map): Everything about that deleted.
10381         * textmodes/artist.el (artist-key-is-drawing)
10382         (artist-key-endpoint1, artist-key-poly-point-list)
10383         (artist-key-shape, artist-key-draw-how, artist-popup-menu-table)
10384         (artist-key-compl-table, artist-rb-save-data)
10385         (artist-arrow-point-1, artist-arrow-point-2): Move defvars up.
10386         Don't put them in eval-when-compile.
10387         (artist-set-arrow-points-for-poly): Use `last', not `artist-last'.
10389         * progmodes/ebrowse.el (ebrowse-revert-tree-buffer-from-file):
10390         Use with-no-warnings.
10392         * net/browse-url.el (dos-windows-version): Add defvar.
10394         * mail/supercite.el (filladapt-prefix-table): Add defvar.
10396         * mail/rmailsum.el (rmail-summary-redo): Add defvar.
10397         (rmail-summary-mode-map, rmail-summary-overlay): Defvars moved up.
10398         (rmail-new-summary-line-count): Rename from new-summary-line-count.
10399         Add defvar.
10400         (rmail-summary-beginning-of-message): Use with-no-warnings.
10401         (rmail-summary-first-message, rmail-summary-last-message): Likewise.
10403         * emulation/vip.el (vip-replace-string, ex-map, ex-read):
10404         Use with-no-warnings.
10406         * emulation/vi.el (vi-mark-region): Use c-mark-function.
10407         (c-mark-function): Add point-moving-unit property.
10408         (vi-goto-line): Use with-no-warnings.
10410         * emulation/edt.el (edt-last-copied-word): Add defvar.
10411         (zmacs-region-stays): Likewise.
10412         (edt-mark-section-wisely): Use c-mark-function for C.
10413         Use makr-defun for Fortran.
10414         (time-string): defvar deleted.
10415         (edt-display-the-time): Don't set time-string.
10417         * emacs-lisp/macroexp.el (macroexp-accumulate): Rename arg to var+list.
10419         * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn):
10420         Don't warn when name is not constant
10421         or for defining the group `emacs'.
10423         * tooltip.el (gud-tooltip-mode): Add defvar.
10425         * startup.el (default-frame-background-mode): Add defvar.
10427         * smerge-mode.el (smerge-mode): Add duplicate defvar near top.
10429         * info.el (tool-bar-map): Add defvar.
10431         * dired.el (dnd-protocol-alist): Add defvar.
10433         * dired-aux.el (dired-query): Display question with answer, when
10434         the user answers.
10436         * custom.el (custom-add-option): Doc fix.
10438         * bookmark.el (Info-current-node, Info-suffix-list): Add defvars.
10440 2005-07-03  Eli Zaretskii  <eliz@gnu.org>
10442         * font-lock.el (font-lock-regexp-grouping-construct): Fix the
10443         bogus name from the last change.
10445 2005-07-02  Luc Teirlinck  <teirllm@auburn.edu>
10447         * custom.el (custom-declare-variable): Fix typos in comment.
10448         (custom-known-themes): Doc fix.
10449         (custom-theme-directory): New defcustom.
10450         (require-theme): Make it check `custom-theme-directory'.
10452         * cus-theme.el (custom-new-theme-mode): New function.
10453         (custom-theme-name, custom-theme-variables, custom-theme-faces)
10454         (custom-theme-description): Add compiler defvars.
10455         (customize-create-theme): Add doc to the "*New Custom Theme*"
10456         buffer.  Use `custom-new-theme-mode'.
10457         (custom-theme-write): Put the created buffer in emacs-lisp-mode
10458         and save it to the `custom-theme-directory'.  Make this the
10459         default directory of the buffer.
10461 2005-07-02  David Hunter  <hunterd_42@comcast.net>  (tiny change)
10463         * progmodes/flymake.el (flymake-mode, flymake-mode-off):
10464         Fix unbalanced parentheses.
10466 2005-07-02  Stefan Monnier  <monnier@iro.umontreal.ca>
10468         * progmodes/flymake.el (flymake-mode-on, flymake-mode-off): Move body
10469         into flymake-mode and delegate to flymake-mode.
10471         * find-file.el (ff-which-function-are-we-in): Clean up.
10473 2005-07-02  Juanma Barranquero  <lekktu@gmail.com>
10475         * replace.el (occur-rename-buffer): Fix docstring.
10477         * emulation/edt.el (*EDT-keys*, edt-default-global-map)
10478         (edt-last-copied-word, edt-learn-macro-count)
10479         (edt-orig-page-delimiter, edt-orig-transient-mark-mode)
10480         (edt-rect-start-point, edt-user-global-map, rect-start-point)
10481         (time-string, zmacs-region-stays):
10482         * emulation/edt-mapper.el (edt-save-function-key-map)
10483         (EDT-key-name): `defvar' to silence the byte-compiler.
10485 2005-07-02  Martin Rudalics  <rudalics@gmx.at>  (tiny change)
10487         * font-lock.el (font-lock-regexp-grouping-backslash): Rename from
10488         font-lock-regexp-backslash.  Doc fix.
10489         (font-lock-regexp-backslash-grouping-construct): Rename from
10490         font-lock-regexp-backslash-construct.  Doc fix.
10491         (lisp-font-lock-keywords-2): Fix highlighting of Elisp regexp
10492         grouping constructs.
10494 2005-07-02  Eli Zaretskii  <eliz@gnu.org>
10496         * makefile.w32-in (bootstrap): Remove the $(EMACS) binary after
10497         updating all the prerequisites.
10499 2005-07-01  Juanma Barranquero  <lekktu@gmail.com>
10501         * textmodes/org.el (org-agenda-start-on-weekday)
10502         (org-calendar-to-agenda-key, org-agenda-sorting-strategy)
10503         (org-agenda-use-time-grid, org-archive-location)
10504         (org-allow-space-in-links, org-usenet-links-prefer-google)
10505         (org-enable-table-editor, org-export-default-language)
10506         (org-export-html-show-new-buffer, org-fill-paragraph)
10507         (org-cycle, org-goto-ret, org-goto-left, org-goto-right)
10508         (org-goto-quit, org-occur, org-eval-in-calendar)
10509         (org-agenda-cleanup-fancy-diary, org-agenda-no-heading-message)
10510         (org-agenda-diary-entry, org-remember-help)
10511         (org-table-convert-region, org-at-table-p)
10512         (org-table-move-row-down, org-table-move-row-up)
10513         (org-table-copy-region, org-table-toggle-vline-visibility)
10514         (org-table-get-stored-formulas, org-table-get-specials)
10515         (org-recalc-commands, org-table-eval-formula)
10516         (org-table-formula-substitute-names, orgtbl-make-binding)
10517         (org-format-org-table-html, org-format-table-table-html)
10518         (org-format-table-table-html-using-table-generate-source)
10519         (org-customize): Fix typos in docstrings.
10520         (org-level-2, org-at-timestamp-p, org-agenda-day-view)
10521         (org-agenda-toggle-diary, org-agenda-toggle-time-grid)
10522         (org-back-to-heading): Doc fixes.
10523         (org-agenda-toggle-time-grid, org-cmp-category, org-cmp-time)
10524         (org-agenda-change-all-lines, org-get-header):
10525         Improve argument/docstring consistency.
10526         (orgtbl-error): Fix error message.
10528         * progmodes/flymake.el (flymake-find-possible-master-files)
10529         (flymake-master-file-compare, flymake-get-line-err-count)
10530         (flymake-highlight-line, flymake-gui-warnings-enabled):
10531         Fix typos in docstrings.
10532         (flymake-parse-line, flymake-get-project-include-dirs-function)
10533         (flymake-get-prev-err-line-no, flymake-goto-prev-error):
10534         Doc fixes.
10535         (flymake-get-project-include-dirs-function)
10536         (flymake-make-err-menu-data):
10537         Improve argument/docstring consistency.
10539 2005-07-01  Lute Kamstra  <lute@gnu.org>
10541         * battery.el (battery-linux-proc-apm): Fix typo in docstring.
10542         Catch errors with ignore-errors.  Use temporary buffer.
10543         (battery-linux-proc-acpi): Fix typo in docstring.  Document `%r'.
10545         * facemenu.el (facemenu-unlisted-faces): Delete foreground and
10546         background color faces.
10547         (facemenu-set-foreground, facemenu-set-background):
10548         Use facemenu-set-face-from-menu.
10549         (facemenu-set-face-from-menu): Treat face names that start with
10550         "fg:" or "bg:" as special.
10551         (facemenu-add-new-color): Don't create faces.  Simplify.
10553 2005-06-30  Richard M. Stallman  <rms@gnu.org>
10555         * emacs-lisp/crm.el (crm-do-completion): Handle minibuffer prompt.
10556         (crm-find-current-element): Likewise.
10558 2005-06-30  Johan Bockg\e,Ae\e(Brd  <bojohan@users.sourceforge.net>
10560         * help-fns.el (help-do-arg-highlight): Regexp-quote argument names.
10562 2005-06-30  Stefan Monnier  <monnier@iro.umontreal.ca>
10564         * arc-mode.el (archive-extract): Make it work as a mouse binding.
10565         (archive-mouse-extract): Make it an obsolete alias.
10566         (archive-mode-map): Don't use archive-mouse-extract any more.
10567         (archive-mode, archive-extract): write-contents-hooks ->
10568         write-contents-functions.
10569         (archive-arc-rename-entry, archive-lzh-rename-entry): Remove unused
10570         first arg.
10571         (archive-rename-entry): Update the call.
10572         (archive-zip-summarize): Remove unused var `method'.
10573         (archive-lzh-summarize): Remove unused var `creator'.
10575         * emacs-lisp/debug.el (debug): Quieten Drew Adams by killing the
10576         dedicated frame upon exit.
10578         * arc-mode.el: Bind inhibit-read-only rather than buffer-read-only.
10579         (archive-zip-extract, archive-zip-expunge)
10580         (archive-zip-update, archive-zip-update-case): Use executable-find.
10581         (archive-resummarize, archive-flag-deleted, archive-unmark-all-files):
10582         Use restore-buffer-modified-p.
10583         (archive-extract, archive-add-new-member, archive-write-file-member):
10584         Use with-current-buffer.
10585         (archive-lzh-ogm, archive-zip-chmod-entry): Use dolist.
10587 2005-06-30  Andreas Schwab  <schwab@suse.de>
10589         * progmodes/gud.el (gud-filter): Remove unneeded progn.
10591 2005-06-30  Glenn Morris  <gmorris@ast.cam.ac.uk>
10593         * progmodes/sh-script.el (sh-get-kw): `&' also separates words.
10595 2005-06-30  Juri Linkov  <juri@jurta.org>
10597         * faces.el (vertical-border): Inherit from mode-line-inactive
10598         only on tty.
10600 2005-06-30  Juanma Barranquero  <lekktu@gmail.com>
10602         * help-fns.el (help-do-arg-highlight): Highlight also -ARG (for
10603         example, -NLINES in the `occur' docstring).
10605         * replace.el (occur-1): When no matches are found, do not set the
10606         `buffer-read-only' and modified flags for the occur buffer,
10607         because it is deleted.
10609         * emulation/cua-base.el (cua-check-pending-input)
10610         (cua-repeat-replace-region, cua-mode, cua-debug)
10611         (cua-auto-tabify-rectangles, cua-inhibit-cua-keys):
10612         Fix typos in docstrings.
10614         * emulation/cua-gmrk.el (cua-toggle-global-mark)
10615         (cua-cut-region-to-global-mark)
10616         (cua--cut-rectangle-to-global-mark):
10617         Remove period from end of messages.
10619         * emulation/cua-rect.el (cua-do-rectangle-padding):
10620         Remove period from end of messages.
10621         (cua--rectangle-seq-format): Fix typo in docstring.
10622         (cua-sequence-rectangle, cua-fill-char-rectangle):
10623         Improve argument/docstring consistency.
10625 2005-06-29  Juri Linkov  <juri@jurta.org>
10627         * faces.el (default-frame-background-mode): New internal variable.
10628         (frame-set-background-mode): Use it.
10630         * startup.el (normal-top-level): Set default-frame-background-mode
10631         instead of frame-background-mode.  Before setting it, test for its
10632         nil value.  Remove tests for frame-background-mode and frame
10633         parameter `reverse'.  Add test for "unspecified-fg".
10635         * term/xterm.el (xterm-rxvt-set-background-mode):
10636         * term/rxvt.el (rxvt-set-background-mode):
10637         Set default-frame-background-mode instead of frame-background-mode.
10639 2005-06-29  Juanma Barranquero  <lekktu@gmail.com>
10641         * simple.el (set-variable): Warn about obsolete user variables.
10643         * imenu.el (imenu--completion-buffer):
10644         * mouse.el (mouse-buffer-menu-alist):
10645         * msb.el (msb-invisible-buffer-p):
10646         * calendar/diary-lib.el (diary-header-line-format):
10647         * emacs-lisp/pp.el (pp-buffer):
10648         * progmodes/cperl-mode.el (cperl-do-auto-fill):
10649         * textmodes/picture.el (picture-replace-match):
10650         Change space constants followed by a sexp to "?\s ".
10652         * play/decipher.el (decipher-loop-with-breaks):
10653         * textmodes/texinfo.el (texinfo-insert-@item): Change space
10654         constants "protected" from end of line by a comment to "?\s".
10656 2005-06-29  Stefan Monnier  <monnier@iro.umontreal.ca>
10658         * font-lock.el (save-buffer-state): Use `declare'.
10660         * progmodes/cperl-mode.el (cperl-find-pods-heres): Don't gratuitously
10661         reset the syntax-table to cperl-mode-syntax-table.
10662         (cperl-mode): Make _ into word-syntax during font-locking so "print" in
10663         "foo_print_bar" is not matched as a reserved keyword.
10665 2005-06-29  Carsten Dominik  <dominik@science.uva.nl>
10667         * textmodes/org.el (orgtbl-setup): New function, for delayed
10668         setup for the orgtbl commands.
10669         (org-calc-default-modes): New option.
10670         (orgtbl-make-binding): Use `defun' to get better help display.
10671         (org-diary): Call `org-compile-prefix-format'.
10672         (org-table-formula-substitute-names): New function.
10673         (org-agenda-day-view, org-agenda-week-view): New commands.
10674         (org-agenda-toggle-week-view): Command removed.
10675         (org-tbl-menu): Split off from org-org-menu.
10676         (org-mode): Move removal of outline-mode menus to here.
10677         (org-table-formula-debug): New option.
10678         (org-table-insert-row): Keep first field if just "#" or "*".
10679         (org-mode): Paragraph regexps fixed.
10680         (org-table-recalculate-regexp): New constant.
10681         (org-table-justify-field-maybe): Avoid replace if not necessary.
10682         (org-copy-special, org-cut-special): Use `call-interactively'.
10683         (org-table-copy-region): Take region from `interactive' call.
10684         (org-trim): Return string even if no match.
10685         (org-formula): New face.
10686         (org-set-font-lock-defaults): No longer highlight "FIXME".
10687         But highlight formula-related fields in table.
10688         (org-table-p): Use regexp, not fontification.
10689         (org-table-align): Handle white space at end of line.
10690         (org-table-formula-evaluate-inline): New option.
10691         (org-mode): Auto-wrapping in comment lines turned off.
10692         (org-table-copy-down): Evaluate only in copied field, not in
10693         destination.
10694         (org-table-current-formula): Variable removed.
10695         (org-table-store-formulas, org-table-get-stored-formulas)
10696         (org-table-modify-formulas, org-table-replace-in-formulas)
10697         (org-table-maybe-eval-formula): New functions.
10698         (org-table-get-formula): Modify to use stored formulas.
10699         (org-table-insert-column, org-table-delete-column)
10700         (org-table-move-column): Call `org-table-modify-formulas'.
10701         (org-complete): Add completion for keyword formulas.
10702         (orgtbl-mode): Pull orgtbl-mode-map to start of
10703         minor-mode-map-alist.
10705 2005-06-29  Stefan Monnier  <monnier@iro.umontreal.ca>
10707         * progmodes/python.el (python-check): Require `compile' before
10708         modifying its variables.
10710         * newcomment.el (comment-indent-default): Don't get fooled by an early
10711         end of buffer.
10713 2005-06-28  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
10715         * ps-print.el (ps-print-version): Fix version number.
10717 2005-06-28  Luc Teirlinck  <teirllm@auburn.edu>
10719         * textmodes/ispell.el (ispell-word): Remove stray parenthesis.
10721 2005-06-28  Richard M. Stallman  <rms@gnu.org>
10723         * textmodes/flyspell.el (flyspell-use-local-map): Variable deleted.
10724         (flyspell-local-mouse-map): Declaration deleted.
10725         (flyspell-mouse-map): Bind only mouse-2.
10726         (flyspell-mode-map): Don't test flyspell-use-local-map.
10727         (flyspell-overlay-keymap-property-name): Var deleted.
10728         (flyspell-mode-on): Don't make local bindings for
10729         flyspell-mouse-map and flyspell-mode-map.
10730         (make-flyspell-overlay): Unconditionally put on `keymap' text prop.
10732         * textmodes/ispell.el (ispell-word): Do not ignore short words.
10734         * progmodes/compile.el (compilation-next-error-function):
10735         Don't switch buffers; operate on the current buffer.
10737         * progmodes/compile.el (compilation-error-file-name)
10738         (compilation-warning-file-name, compilation-info-file-name)
10739         (compilation-line-number, compilation-column-number): New faces.
10740         (compilation-error-face, compilation-warning-face)
10741         (compilation-info-face, compilation-line-face)
10742         (compilation-column-face): Use them.
10744         * facemenu.el (facemenu-add-face): Warn when font-lock is active.
10746         * comint.el (comint-password-prompt-regexp): Accept ", try again".
10748         * bindings.el (global-map): Bind insertchar and its variants.
10750 2005-06-27  Richard M. Stallman  <rms@gnu.org>
10752         * textmodes/artist.el (artist-text-overwrite)
10753         (artist-figlet-get-extra-args, artist-text-see-thru): Use read-string.
10755 2005-06-27  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
10757         * ps-print.el: It was not working the page selection for printing.
10758         Reported by Sebastian Tennant <sebyte@smolny.plus.com>.
10759         (ps-print-version): New version 6.6.7.
10760         (ps-end-sheet): New fun.
10761         (ps-header-sheet, ps-end-job): Call it.
10763 2005-06-27  Luc Teirlinck  <teirllm@auburn.edu>
10765         * subr.el (add-to-list, add-to-ordered-list): Doc fixes.
10767 2005-06-27  Lute Kamstra  <lute@gnu.org>
10769         * facemenu.el (facemenu-unlisted-faces): Add foreground and
10770         background color faces.
10771         (facemenu-get-face): Delete function.
10772         (facemenu-set-face-from-menu): Don't call facemenu-get-face.
10773         (facemenu-add-new-color): Make second argument mandatory.
10774         Create the appropriate face and return it.  Simplify.
10775         (facemenu-set-foreground, facemenu-set-background): Don't check if
10776         color is defined.  Use return value of facemenu-add-new-color.
10778 2005-06-26  Nick Roberts  <nickrob@snap.net.nz>
10780         * progmodes/gud.el (gud-filter): Add missing argument to
10781         with-selected-window.
10783 2005-06-26  Stefan Monnier  <monnier@iro.umontreal.ca>
10785         * emacs-lisp/easy-mmode.el (define-minor-mode): Don't automatically add
10786         a :require to the defcustom.
10788         * emacs-lisp/autoload.el (make-autoload): Add the :setter for
10789         defcustoms corresponding to minor modes.
10791 2005-06-26  David Ponce  <david@dponce.com>
10793         * recentf.el: Require tree-widget instead of wid-edit.
10794         (recentf-filename-handler): Fix widget :type.
10795         (recentf-cancel-dialog, recentf-open-more-files)
10796         (recentf-open-files-action): Doc fix.
10797         (recentf-dialog-goto-first): New function.
10798         (recentf-dialog-mode-map): Set parent keymap first.
10799         (recentf-dialog-mode): Define with define-derived-mode.
10800         Don't display continuation lines in dialogs.
10801         (recentf-edit-list): Rename from recentf-edit-selected-items.
10802         (recentf-edit-list-select): Rename from recentf-edit-list-action.
10803         Simplify.
10804         (recentf-edit-list-validate): New function.
10805         (recentf-edit-list): Update accordingly.
10806         (recentf-open-files-item-shift): Remove.
10807         (recentf-open-files-item): Convert menu elements into tree and
10808         link widgets.  Don't create the widgets.
10809         (recentf-open-files): Update accordingly.
10810         (recentf-save-list): Untabify.
10812 2005-06-25  Luc Teirlinck  <teirllm@auburn.edu>
10814         * replace.el (keep-lines-read-args): Add INTERACTIVE arg.
10815         (keep-lines): Add INTERACTIVE arg.  Never delete lines only
10816         partially contained in the active region.  Do not take active
10817         region into account when called from Lisp, unless INTERACTIVE arg
10818         is non-nil.  Use `forward-line' instead of `beginning-of-line' to
10819         avoid trouble with fields.  Make marker point nowhere when no
10820         longer used.  Always return nil.  Doc fix.
10821         (flush-lines): Add INTERACTIVE arg.  Do not take active region
10822         into account when called from Lisp, unless INTERACTIVE arg is
10823         non-nil.  Use `forward-line' instead of `beginning-of-line' to
10824         avoid trouble with fields.  Make marker point nowhere when no
10825         longer used.  Always return nil.  Doc fix.
10826         (how-many): Add INTERACTIVE arg.  Make RSTART and REND args
10827         interchangeable.  Do not take active region into account when
10828         called from Lisp, unless INTERACTIVE arg is non-nil.  Do not print
10829         message in echo area when called from Lisp, unless INTERACTIVE arg
10830         is non-nil.  Avoid saying "1 occurrences".  Do not use markers.
10831         Return the number of matches.  Doc fix.
10832         (occur): Doc fix.
10833         (perform-replace): Make comment follow double space convention for
10834         the sake of `outline-minor-mode'.
10836         * faces.el (facep): Doc fix.
10838 2005-06-25  Richard M. Stallman  <rms@gnu.org>
10840         * facemenu.el (facemenu-enable-faces-p): New function.
10841         (facemenu-background-menu, facemenu-foreground-menu)
10842         (facemenu-face-menu): Add menu-enable property.
10844         * jka-compr.el (jka-compr-insert-file-contents):
10845         Special handling if cannot find the uncompression program.
10847         * cus-face.el (custom-face-attributes): Add autoload.
10849         * emacs-lisp/lisp-mode.el (lisp-mode-variables):
10850         Bind comment-indent-function locally.
10852         * window.el (save-selected-window): Use save-current-buffer.
10854         * subr.el (with-selected-window): Use save-current-buffer.
10856         * progmodes/gud.el (gud-filter): Simplify using with-selected-window
10857         and with-current-buffer.
10859 2005-06-24  Richard M. Stallman  <rms@gnu.org>
10861         * simple.el (line-move-1): Fix previous change.
10863 2005-06-24  Juanma Barranquero  <lekktu@gmail.com>
10865         * replace.el (occur-1): Set `buffer-read-only' and the
10866         buffer-modified flag before running `occur-hook' to protect
10867         against unintentional buffer switches that can lead to data loss.
10869 2005-06-24  Nick Roberts  <nickrob@snap.net.nz>
10871         * progmodes/gud.el (gud-tooltip-print-command): Indent properly.
10872         (gud-gdb-marker-filter): Use font-lock-warning-face for any
10873         initial error.
10875         * progmodes/gdb-ui.el (gdb-send): Remove warning face from errors
10876         after fresh input.
10877         (gdb-var-create-handler): Put name of expression in quotes.
10879 2005-06-23  Luc Teirlinck  <teirllm@auburn.edu>
10881         * emacs-lisp/ring.el (ring-elements): Make it return a list of the
10882         elements of RING in order, and without bogus nil elements.
10884 2005-06-23  Richard M. Stallman  <rms@gnu.org>
10886         * simple.el (set-variable): Args renamed; doc fix.
10887         (line-move-1): When there are overlays around, use vertical-motion.
10889         * faces.el (escape-glyph): Use brown against light background.
10890         (nobreak-space): Rename from no-break-space.
10891         Fix previous change.
10893         * dired-aux.el (dired-do-copy): Fix arg prompt.
10895         * mail/sendmail.el (mail-setup-with-from): Fix custom type.
10897 2005-06-23  Glenn Morris  <gmorris@ast.cam.ac.uk>
10899         * mail/emacsbug.el (report-emacs-bug): Use "X server distributor"
10900         rather than "Distributor".
10902 2005-06-23  Lute Kamstra  <lute@gnu.org>
10904         * emacs-lisp/debug.el (debugger-special-form-p): New defun.
10905         (debug-on-entry): Use it.  New interactive declaration that uses
10906         function-called-at-point.
10908 2005-06-23  Kim F. Storm  <storm@cua.dk>
10910         * subr.el (save-match-data): Add comment about using evaporate arg
10911         to set-match-data.
10913 2005-06-22  Glenn Morris  <gmorris@ast.cam.ac.uk>
10915         * cus-edit.el (customize-face)
10916         (customize-face-other-window): Handle face aliases.
10918         * faces.el (face-documentation, set-face-attribute)
10919         (face-spec-set): Handle face aliases.
10921 2005-06-22  Juanma Barranquero  <lekktu@gmail.com>
10923         * help-mode.el (help-make-xrefs): If a symbol representing a face
10924         name is not followed by the word "face", it could still be a
10925         function or variable name, so don't bypass other checks.
10927 2005-06-22  Juri Linkov  <juri@jurta.org>
10929         * ps-print.el (ps-face-foreground-name, ps-face-background-name):
10930         Replace aliased functions with calls where second arg `inherit' is t.
10932 2005-06-22  Nick Roberts  <nickrob@snap.net.nz>
10934         * progmodes/gdb-ui.el (gdb-error): New variable.
10935         (gdb-error): New function.
10936         (gdb-annotation-rules): Act on error-begin and error annotations.
10937         (gdb-concat-output): Use font-lock-warning-face for errors.
10939 2005-06-22  Miles Bader  <miles@gnu.org>
10941         * bindings.el (propertized-buffer-identification): Use renamed
10942         `Buffer-menu-buffer' face.
10944         * faces.el (vertical-border): Rename from `vertical-divider'.
10945         (escape-glyph): Change dark-background color back to `cyan'.
10947 2005-06-21  Juri Linkov  <juri@jurta.org>
10949         * faces.el (face-user-default-spec): Try getting `customized-face'
10950         prior to `saved-face'.
10951         (frame-background-mode): Refill docstring.
10953         * emacs-lisp/lisp-mode.el (eval-defun-1):
10954         * emacs-lisp/edebug.el (edebug-eval-defun):
10955         Set `saved-face' temporarily to nil before calling form.
10956         Set `customized-face' to the new spec after that.
10958 2005-06-21  Juanma Barranquero  <lekktu@gmail.com>
10960         * subr.el (1value, lambda, key-substitution-in-progress):
10961         Doc fixes.
10963         * autoinsert.el (auto-insert-alist):
10964         * ses.el (ses-call-printer):
10965         * subr.el (noreturn):
10966         * emacs-lisp/lisp.el (check-parens):
10967         * emacs-lisp/byte-opt.el (byte-optimize-pure-func):
10968         * net/browse-url.el (browse-url-mosaic):
10969         * progmodes/cc-defs.el (c-safe-scan-lists):
10970         * progmodes/ebnf-abn.el (ebnf-abn-lex):
10971         * progmodes/ebnf-bnf.el (ebnf-bnf-lex):
10972         * progmodes/ebnf-dtd.el (ebnf-dtd-lex):
10973         * progmodes/ebnf-ebx.el (ebnf-ebx-lex):
10974         * progmodes/ebnf-iso.el (ebnf-iso-lex):
10975         * progmodes/ebnf-yac.el (ebnf-yac-lex): Fix spellings.
10977 2005-06-21  Reiner Steib  <Reiner.Steib@gmx.de>
10979         * pcvs-defs.el (cvs-menu): Add cvs-mode-mark and cvs-mode-unmark.
10981 2005-06-21  Glenn Morris  <gmorris@ast.cam.ac.uk>
10983         * calendar/appt.el (appt-make-list): Activate the package, if
10984         not already active (for backwards compatibility).
10986 2005-06-20  Kim F. Storm  <storm@cua.dk>
10988         * subr.el (add-to-ordered-list): Test membership with eq.  Simplify.
10990 2005-06-20  Miles Bader  <miles@gnu.org>
10992         * faces.el (vertical-divider): New face.
10994 2005-06-20  Juanma Barranquero  <lekktu@gmail.com>
10996         * simple.el (kill-whole-line): Doc fix.
10997         (next-error-buffer-p, next-error-find-buffer)
10998         (clone-indirect-buffer): Fix typos in docstrings.
10999         (comment-line-break-function): Doc fix: don't say variable
11000         is automatically buffer-local (it isn't).
11002 2005-06-19  Michael Albinus  <michael.albinus@gmx.de>
11004         * net/tramp-ftp.el (top):
11005         * net/tramp-smb.el (top):
11006         * net/tramp-util.el (top):
11007         * net/tramp-uu.el (top):
11008         * net/tramp-vc.el (top):
11009         * net/tramp.el (top): Revert copyright years back to original
11010         ones.  Tramp has a life outside GNU Emacs.
11012 2005-06-19  Nick Roberts  <nickrob@snap.net.nz>
11014         * tooltip.el (tooltip-use-echo-area): Don't make it obsolete.
11016 2005-06-18  Juri Linkov  <juri@jurta.org>
11018         * progmodes/grep.el (grep-regexp-alist): Use backreference at the
11019         end of first regexp to limit the match to the position between
11020         line number and source line with same separator character as used
11021         between file name and line number.  In the second regexp limit
11022         mouse-face area to file name and line number by adding new group
11023         for them and referring it in HYPERLINK arg.
11024         (grep-regexp-alist, grep-mode-font-lock-keywords): Use shy group.
11025         (grep-mode): Set font-lock-lines-before to 0 to not refontify the
11026         previous line where grep markers may be already removed.
11028 2005-06-18  Peter Kleiweg  <p.c.j.kleiweg@rug.nl>
11030         * progmodes/ps-mode.el: Update version and maintainer's email address.
11032 2005-06-18  Steve Youngs  <steve@xemacs.org>
11034         * net/browse-url.el (browse-url-browser-function)
11035         (browse-url-default-browser): Add firefox.
11036         (browse-url-firefox-program, browse-url-firefox-arguments)
11037         (browse-url-firefox-startup-arguments)
11038         (browse-url-firefox-new-window-is-tab): New defcustoms.
11039         (browse-url-firefox, browse-url-firefox-sentinel): New functions.
11041 2005-06-17  Richard M. Stallman  <rms@gnu.org>
11043         * startup.el (command-line): Warn if specified user name has
11044         no home directory.
11046         * term.el (term-get-old-input, term-input-filter, term-input-sender)
11047         (term-mode-hook, term-exec-hook, term-escape-char): Doc fixes.
11049         * longlines.el (longlines-mode, longlines-show-hard-newlines):
11050         Doc fixes.
11052         * faces.el (underline): Try bold if terminal doesn't support underline.
11054         * mail/sendmail.el (mail-setup-with-from): New variable.
11055         (mail-insert-from-field): New function.
11056         (sendmail-send-it): Call it.
11057         (mail-setup): Optionally call it here.
11059         * term/linux.el: Call tty-no-underline.
11061 2005-06-17  Luc Teirlinck  <teirllm@auburn.edu>
11063         * emacs-lisp/edebug.el (edebug-goto-here): Doc fix.
11065 2005-06-17  Miles Bader  <miles@gnu.org>
11067         * ediff-init.el (ediff-current-diff-A, ediff-current-diff-B)
11068         (ediff-current-diff-C, ediff-current-diff-Ancestor)
11069         (ediff-fine-diff-A, ediff-fine-diff-B, ediff-fine-diff-C)
11070         (ediff-fine-diff-Ancestor, ediff-even-diff-A, ediff-even-diff-B)
11071         (ediff-even-diff-C, ediff-even-diff-Ancestor, ediff-odd-diff-A)
11072         (ediff-odd-diff-B, ediff-odd-diff-C, ediff-odd-diff-Ancestor):
11073         Remove "-face" suffix from face names.
11074         (ediff-current-diff-face-A, ediff-current-diff-face-B)
11075         (ediff-current-diff-face-C, ediff-current-diff-face-Ancestor)
11076         (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
11077         (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
11078         (ediff-even-diff-face-A, ediff-even-diff-face-B)
11079         (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
11080         (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
11081         (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
11082         New backward-compatibility aliases for renamed faces.
11083         (ediff-current-diff-face-A, ediff-current-diff-face-B)
11084         (ediff-current-diff-face-C, ediff-current-diff-face-Ancestor)
11085         (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
11086         (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
11087         (ediff-even-diff-face-A, ediff-even-diff-face-B)
11088         (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
11089         (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
11090         (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
11091         Use renamed ediff faces.
11093         * eshell/esh-test.el (eshell-test-ok, eshell-test-failed):
11094         Remove "-face" suffix from face names.
11095         (eshell-test-ok-face, eshell-test-failed-face):
11096         New backward-compatibility aliases for renamed faces.
11097         (eshell-run-test): Use renamed eshell-test faces.
11099         * eshell/em-prompt.el (eshell-prompt): Remove "-face" suffix from
11100         face name.
11101         (eshell-prompt-face): New backward-compatibility alias for renamed
11102         face.
11103         (eshell-emit-prompt): Use renamed eshell-prompt face.
11105         * eshell/em-ls.el (eshell-ls-directory, eshell-ls-symlink)
11106         (eshell-ls-executable, eshell-ls-readonly, eshell-ls-unreadable)
11107         (eshell-ls-special, eshell-ls-missing, eshell-ls-archive)
11108         (eshell-ls-backup, eshell-ls-product, eshell-ls-clutter):
11109         Remove "-face" suffix from face names.
11110         (eshell-ls-directory-face, eshell-ls-symlink-face)
11111         (eshell-ls-executable-face, eshell-ls-readonly-face)
11112         (eshell-ls-unreadable-face, eshell-ls-special-face)
11113         (eshell-ls-missing-face, eshell-ls-archive-face)
11114         (eshell-ls-backup-face, eshell-ls-product-face)
11115         (eshell-ls-clutter-face):
11116         New backward-compatibility aliases for renamed faces.
11117         (eshell-ls-decorated-name): Use renamed eshell-ls faces.
11119         * progmodes/cc-fonts.el (c-nonbreakable-space-face):
11120         Remove "-face" suffix from face name.
11121         (c-cpp-matchers): Use the variable `c-nonbreakable-space-face'
11122         instead of literal face.
11124 2005-06-17  Juanma Barranquero  <lekktu@gmail.com>
11126         * emacs-lisp/warnings.el (display-warning, lwarn)
11127         (warning-minimum-log-level): Doc fixes.
11128         (warning-minimum-level, warning-minimum-log-level):
11129         Add :debug to :type choices.
11131         * progmodes/ada-mode.el (ada-format-paramlist)
11132         (ada-get-indent-case, ada-check-matching-start)
11133         (ada-check-defun-name, ada-goto-matching-decl-start)
11134         (ada-goto-matching-start, ada-goto-matching-end, ada-tab)
11135         (ada-untab, ada-move-to-start, ada-fill-comment-paragraph)
11136         (ada-make-subprogram-body): Follow error conventions.
11137         (ada-case-exception-file, ada-indent-comment-as-code)
11138         (ada-indent-handle-comment-special, ada-indent-renames)
11139         (ada-indent-return, ada-search-directories-internal)
11140         (ada-tab-policy, ada-case-exception-substring)
11141         (ada-other-file-alist, ada-matching-start-re)
11142         (ada-matching-decl-start-re, ada-contextual-menu-last-point)
11143         (ada-imenu-generic-expression, ada-compile-goto-error)
11144         (ada-in-comment-p, ada-in-string-p, ada-in-string-or-comment-p)
11145         (ada-popup-menu, ada-add-extensions, ada-mode)
11146         (ada-region-selected, ada-create-case-exception)
11147         (ada-create-case-exception-substring, ada-after-keyword-p)
11148         (ada-activate-keys-for-case, ada-adjust-case-region)
11149         (ada-adjust-case-buffer, ada-format-paramlist)
11150         (ada-scan-paramlist, ada-insert-paramlist)
11151         (ada-indent-newline-indent)
11152         (ada-indent-newline-indent-conditional)
11153         (ada-justified-indent-current, ada-goto-previous-word)
11154         (ada-indent-current, ada-get-indent-open-paren)
11155         (ada-get-indent-paramlist, ada-get-indent-end)
11156         (ada-get-indent-case, ada-get-indent-when, ada-get-indent-if)
11157         (ada-get-indent-block-start, ada-get-indent-subprog)
11158         (ada-get-indent-noindent, ada-get-indent-label)
11159         (ada-get-indent-loop, ada-get-indent-type, ada-goto-stmt-start)
11160         (ada-search-prev-end-stmt, ada-goto-next-non-ws)
11161         (ada-goto-stmt-end, ada-goto-next-word)
11162         (ada-check-matching-start, ada-check-defun-name)
11163         (ada-goto-matching-decl-start, ada-goto-matching-start)
11164         (ada-goto-matching-end, ada-search-ignore-string-comment)
11165         (ada-in-decl-p, ada-looking-at-semi-or)
11166         (ada-looking-at-semi-private, ada-in-paramlist-p)
11167         (ada-in-open-paren-p, ada-tab, ada-indent-current-function)
11168         (ada-untab-hard, ada-move-to-start, ada-move-to-end)
11169         (ada-next-procedure, ada-previous-procedure, ada-next-package)
11170         (ada-previous-package, ada-create-menu)
11171         (ada-fill-comment-paragraph-justify)
11172         (ada-fill-comment-paragraph-postfix, ada-fill-comment-paragraph)
11173         (ada-other-file-name, ada-last-which-function-line)
11174         (ada-last-which-function-subprog, ada-which-function)
11175         (ada-get-body-name, ada-outline-level, ada-narrow-to-defun)
11176         (ada-gen-treat-proc, ada-check-emacs-version)
11177         (ada-continuation-indent, ada-align-region-separate):
11178         Fix typos in docstrings.
11179         (ada-adjust-case, ada-adjust-case-interactive): Doc fixes.
11181 2005-06-16  Lute Kamstra  <lute@gnu.org>
11183         * simple.el (fundamental-mode): Run after-change-major-mode-hook
11184         conditionally.
11186 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
11188         * comint.el (comint-replace-by-expanded-filename)
11189         (comint-prompt-regexp, comint-delimiter-argument-list)
11190         (comint-preinput-scroll-to-bottom):
11191         * info.el (Info-hide-cookies-node):
11192         * ls-lisp.el (ls-lisp-classify):
11193         * find-file.el (ff-search-directories, ff-special-constructs)
11194         (ff-find-other-file):
11195         * font-lock.el (font-lock-keywords):
11196         * shell.el (shell-prompt-pattern)
11197         (shell-dynamic-complete-functions, shell-mode)
11198         (shell-delimiter-argument-list):
11199         * term.el (term-replace-by-expanded-filename)
11200         (term-prompt-regexp, term-delimiter-argument-list):
11201         * woman.el (woman-ignore, woman0-if):
11202         * emacs-lisp/derived.el (derived-mode-init-mode-variables):
11203         * emacs-lisp/elint.el (elint-init-env):
11204         * emacs-lisp/regexp-opt.el (regexp-opt-depth):
11205         * eshell/esh-mode.el (eshell-preinput-scroll-to-bottom):
11206         * language/ethio-util.el (ethio-tilde-escape)
11207         (ethio-use-three-dot-question):
11208         * net/zone-mode.el (zone-mode-load-time-setup):
11209         * progmodes/cc-align.el (c-lineup-argcont):
11210         * progmodes/cc-awk.el (c-awk-beginning-of-defun):
11211         * progmodes/cperl-mode.el (cperl-set-style-back):
11212         * progmodes/inf-lisp.el (inferior-lisp-prompt):
11213         * progmodes/vhdl-mode.el (vhdl-beginning-of-libunit):
11214         Fix spellings in docstrings.
11216         * textmodes/sgml-mode.el (sgml-calculate-indent, html-tag-help):
11217         * progmodes/modula2.el (m2-for): Fix spellings.
11219         * menu-bar.el (menu-bar-games-menu): Fix typo in menu help string.
11221         * simple.el (undo-more): Don't use `format' on `error' arguments.
11222         Improve argument/docstring consistency.
11223         (pending-undo-list): Doc fix.
11225         * smerge-mode.el (smerge-ensure-match):
11226         * emulation/vip.el (vip-ex):
11227         * net/zone-mode.el (zone-mode-update-serial):
11228         * progmodes/idlwave.el (idlwave-complete):
11229         * progmodes/vhdl-mode.el (vhdl-visit-file)
11230         (vhdl-compose-wire-components):
11231         Don't use `format' on `error' arguments.
11233         * tooltip.el (tooltip-start-delayed-tip, tooltip-timeout)
11234         (tooltip-use-echo-area, tooltip-process-prompt-regexp)
11235         (tooltip-help-tips): Fix typos in docstrings.
11237 2005-06-16  David Ponce  <david@dponce.com>
11239         * tree-widget.el (tree-widget-value-create): Simplify last change.
11241 2005-06-15  Matt Hodges  <MPHodges@member.fsf.org>
11243         * ido.el (ido-incomplete-regexp): New variable.
11244         (ido-set-matches-1): Handle invalid-regexp error and set
11245         ido-incomplete-regexp.
11246         (ido-incomplete-regexp): New face.
11247         (ido-completions): Use it.
11248         (ido-complete, ido-exit-minibuffer, ido-completions):
11249         Handle incomplete regexps.
11250         (ido-completions): Add check for complete match when entering a regexp.
11252 2005-06-15  Stefan Monnier  <monnier@iro.umontreal.ca>
11254         * subr.el (add-to-ordered-list): Use a weak hash-table to avoid leaks.
11256 2005-06-15  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
11258         * textmodes/bibtex.el (bibtex-Preamble): Enclose BibTeX preamble
11259         by field delimiters.
11261 2005-06-15  David Ponce  <david@dponce.com>
11263         * tree-widget.el: eval-and-compile inlined functions so they will
11264         be available at run-time too.
11265         (tree-widget-super-format-handler)
11266         (tree-widget-format-handler): Remove.
11267         (tree-widget-value-create): Handle the :indent property.
11269 2005-06-15  Miles Bader  <miles@gnu.org>
11271         * progmodes/which-func.el (which-func): Only inherit
11272         `font-lock-function-name-face' when that makes sense against the
11273         default mode-line face, otherwise set the face color explicitly.
11275         * progmodes/cperl-mode.el (cperl-init-faces): Use literal cperl
11276         faces instead of (non-existent) variables.
11278 2005-06-14  Stefan Monnier  <monnier@iro.umontreal.ca>
11280         * iswitchb.el (iswitchb-to-end): Replace mapcar with dolist.
11281         (iswitchb-get-matched-buffers): Likewise.  Simplify.
11283 2005-06-14  Miles Bader  <miles@gnu.org>
11285         * progmodes/ld-script.el (ld-script-location-counter):
11286         Remove "-face" suffix from face name.
11287         (ld-script-location-counter-face):
11288         New backward-compatibility alias for renamed face.
11289         (ld-script-location-counter-face): Use renamed face.
11291         * progmodes/cperl-mode.el (cperl-nonoverridable, cperl-array)
11292         (cperl-hash): Remove "-face" suffix from face names.
11293         (cperl-nonoverridable-face, cperl-array-face, cperl-hash-face):
11294         New backward-compatibility aliases for renamed faces.
11295         (cperl-find-pods-heres, cperl-init-faces, cperl-ps-print-init)
11296         (cperl-ps-print-face-properties): Use renamed cperl-mode faces.
11298         * progmodes/which-func.el (which-func): Remove "-face" suffix from face
11299         name.
11300         (which-func-face): New backward-compatibility alias for renamed face.
11301         (which-func-format): Use renamed which-func face.
11303         * progmodes/vhdl-mode.el (vhdl-prompt, vhdl-attribute, vhdl-enumvalue)
11304         (vhdl-function, vhdl-directive, vhdl-reserved-word)
11305         (vhdl-translate-off): Remove "-face" suffix and "font-lock-" from face
11306         names.
11307         (vhdl-speedbar-entity, vhdl-speedbar-architecture)
11308         (vhdl-speedbar-configuration, vhdl-speedbar-package)
11309         (vhdl-speedbar-library, vhdl-speedbar-instantiation)
11310         (vhdl-speedbar-subprogram, vhdl-speedbar-entity-selected)
11311         (vhdl-speedbar-architecture-selected)
11312         (vhdl-speedbar-configuration-selected)
11313         (vhdl-speedbar-package-selected)
11314         (vhdl-speedbar-instantiation-selected): Remove "-face" suffix from face
11315         names.
11316         (vhdl-font-lock-keywords-2, vhdl-font-lock-keywords-5):
11317         Use renamed faces.
11318         (vhdl-prompt-face, vhdl-attribute-face, vhdl-enumvalue-face)
11319         (vhdl-function-face, vhdl-directive-face, vhdl-reserved-words-face)
11320         (vhdl-translate-off-face): Variables renamed to remove "font-lock-".
11321         Use renamed faces.
11322         (syntax-alist): Don't use "font-lock-" or "-face" in generated face
11323         names.
11324         (vhdl-font-lock-init, vhdl-ps-print-settings): Use renamed faces.
11325         (vhdl-speedbar-insert-hierarchy, vhdl-speedbar-expand-entity)
11326         (vhdl-speedbar-expand-package, vhdl-speedbar-update-current-unit)
11327         (vhdl-speedbar-make-inst-line, vhdl-speedbar-make-pack-line)
11328         (vhdl-speedbar-make-subpack-line, vhdl-speedbar-make-subprogram-line)
11329         (vhdl-speedbar-item-info, vhdl-speedbar-check-unit): Use renamed faces.
11331         * progmodes/sh-script.el (sh-heredoc): Remove "-face" suffix from
11332         face name.
11333         (sh-heredoc-face): New backward-compatibility alias for renamed face.
11334         (sh-heredoc-face): Use renamed sh-heredoc face.
11336         * progmodes/idlw-help.el (idlwave-help-link):
11337         Remove "-face" suffix from face name.
11338         (idlwave-help-link-face):
11339         New backward-compatibility alias for renamed face.
11340         (idlwave-highlight-linked-completions): Use renamed idlwave-help faces.
11342         * progmodes/idlw-shell.el (idlwave-shell-bp-face)
11343         (idlwave-shell-disabled-bp): Remove "-face" suffix from face names.
11344         (idlwave-shell-bp-face, idlwave-shell-disabled-bp):
11345         New backward-compatibility aliases for renamed faces.
11346         (idlwave-shell-disabled-breakpoint-face)
11347         (idlwave-shell-breakpoint-face): Use renamed idlwave-shell faces.
11349         * progmodes/flymake.el (flymake-errline, flymake-warnline):
11350         Remove "-face" suffix from face names.
11351         (flymake-errline-face, flymake-warnline-face):
11352         New backward-compatibility aliases for renamed faces.
11353         (flymake-highlight-line): Use renamed flymake faces.
11355         * progmodes/ebrowse.el (ebrowse-tree-mark, ebrowse-root-class)
11356         (ebrowse-file-name, ebrowse-default, ebrowse-member-attribute)
11357         (ebrowse-member-class, ebrowse-progress):
11358         Remove "-face" suffix from face names.
11359         (ebrowse-tree-mark-face, ebrowse-root-class-face)
11360         (ebrowse-file-name-face, ebrowse-default-face)
11361         (ebrowse-member-attribute-face, ebrowse-member-class-face)
11362         (ebrowse-progress-face):
11363         New backward-compatibility aliases for renamed faces.
11364         (ebrowse-show-progress, ebrowse-show-file-name-at-point)
11365         (ebrowse-set-mark-props, ebrowse-draw-tree-fn)
11366         (ebrowse-draw-member-buffer-class-line, ebrowse-draw-member-long-fn)
11367         (ebrowse-draw-member-short-fn): Use renamed ebrowse faces.
11369         * progmodes/antlr-mode.el (antlr-default, antlr-keyword,
11370         antlr-syntax)
11371         (antlr-ruledef, antlr-tokendef, antlr-ruleref, antlr-tokenref)
11372         (antlr-literal): Remove "-face" suffix and "font-lock-" from face
11373         names.
11374         (antlr-font-lock-default-face, antlr-font-lock-keyword-face)
11375         (antlr-font-lock-syntax-face, antlr-font-lock-ruledef-face)
11376         (antlr-font-lock-tokendef-face, antlr-font-lock-ruleref-face)
11377         (antlr-font-lock-tokenref-face, antlr-font-lock-literal-face): New
11378         backward-compatibility aliases for renamed faces.
11379         (antlr-default-face, antlr-keyword-face, antlr-syntax-face)
11380         (antlr-ruledef-face, antlr-tokendef-face, antlr-ruleref-face)
11381         (antlr-tokenref-face, antlr-literal-face): Variables renamed to
11382         remove "font-lock-".  Use renamed antlr-mode faces.
11383         (antlr-font-lock-additional-keywords): Use renamed faces.  Replace
11384         literal face-names with face variable references.
11386         * buff-menu.el (Buffer-menu-buffer): Remove "-face" suffix from
11387         face name.
11388         (Buffer-menu-buffer-face): New backward-compatibility alias for
11389         renamed face.
11390         (list-buffers-noselect): Use renamed Buffer-menu-buffer face.
11392 2005-06-15  Daniel Pfeiffer  <occitan@esperanto.org>
11394         * progmodes/make-mode.el (makefile-space, makefile-makepp-perl):
11395         Eliminate "-face" suffix.
11396         (makefile-targets): Inherit from font-lock-function-name-face and
11397         eliminate "-face" suffix.
11398         (makefile-shell): Remove attributes and eliminate "-face" suffix.
11399         (makefile-*-font-lock-keywords): Append makefile-targets in rule
11400         actions, instead of prepending, to make it less visible.
11401         (makefile-previous-dependency, makefile-match-dependency):
11402         Don't match a target on a continuation line.
11404         * files.el (auto-mode-alist): Put Makefile in gmake mode.
11406 2005-06-15  Nick Roberts  <nickrob@snap.net.nz>
11408         * progmodes/gdb-ui.el (menu): Re-order menu items.
11409         (gdb-tooltip-print): Respect tooltip-use-echo-area.
11411         * progmodes/gud.el (tooltip-use-echo-area): Remove alias.
11412         Define in tooltip.el.
11413         (gud-tooltip-process-output): Respect tooltip-use-echo-area.
11414         (gud-tooltip-tips): Respect tooltip-use-echo-area and
11415         gud-tooltip-echo-area.
11417         * tooltip.el (tooltip-use-echo-area): Restore from gud.el for
11418         backward compatibility and make obsolete.
11419         (tooltip-help-tips): Use tooltip-use-echo-area.
11420         (tooltip-show-help-function): Rename to...
11421         (tooltip-show-help): ...this, because it is a function.
11422         (tooltip-mode, tooltip-help-message): Call tooltip-show-help.
11424 2005-06-14  Luc Teirlinck  <teirllm@auburn.edu>
11426         * emacs-lisp/edebug.el (edebug-all-defs, edebug-initial-mode)
11427         (edebug-print-length, edebug-print-level, edebug-print-circle)
11428         (edebug-modify-breakpoint, edebug-eval-last-sexp)
11429         (edebug-eval-print-last-sexp): Doc fixes.
11431 2005-06-14  Kim F. Storm  <storm@cua.dk>
11433         * ido.el (ido-mode): Make a new keymap every time we enable ido,
11434         as the coverage buffer/file/both may change.
11436 2005-06-14  Lute Kamstra  <lute@gnu.org>
11438         * net/ange-ftp.el (internal-ange-ftp-mode): Use delay-mode-hooks
11439         and run-mode-hooks.  Simplify.
11441         * mail/rmailedit.el (rmail-edit-mode):
11442         * progmodes/octave-inf.el (inferior-octave-mode):
11443         * progmodes/sql.el (sql-interactive-mode): Use delay-mode-hooks.
11445         * recentf.el (recentf-dialog-mode): Use kill-all-local-variables
11446         and run-mode-hooks.
11447         (recentf-edit-list, recentf-open-files): Don't call
11448         kill-all-local-variables directly.
11450         * emacs-lisp/debug.el (debug-on-entry): Fix docstring.
11452 2005-06-14  Juanma Barranquero  <lekktu@gmail.com>
11454         * emacs-lisp/byte-run.el (make-obsolete)
11455         (define-obsolete-function-alias): Rename arguments FUNCTION and
11456         NEW to OBSOLETE-NAME and CURRENT-NAME respectively.
11457         (make-obsolete-variable, define-obsolete-variable-alias):
11458         Rename arguments VARIABLE and NEW to OBSOLETE-NAME and CURRENT-NAME
11459         respectively.
11461         * isearchb.el (isearchb-activate):
11462         * pcvs.el (cvs-mode):
11463         * ses.el (ses-load):
11464         * vc-arch.el (vc-arch-checkin, vc-arch-diff):
11465         * net/tramp.el (tramp-find-file-exists-command)
11466         (tramp-find-shell):
11467         * progmodes/ada-mode.el (ada-create-case-exception)
11468         (ada-create-case-exception-substring, ada-make-subprogram-body):
11469         * progmodes/idlw-shell.el (idlwave-shell-move-to-bp):
11470         * progmodes/idlwave.el (idlwave-complete-class-structure-tag-help):
11471         * progmodes/vhdl-mode.el (vhdl-speedbar-place-component):
11472         * textmodes/org.el (org-promote, org-evaluate-time-range)
11473         (org-agenda-next-date-line, org-agenda-previous-date-line)
11474         (org-agenda-error, org-open-at-point, org-table-move-row)
11475         (org-format-table-table-html-using-table-generate-source)
11476         (org-shiftcursor-error, org-ctrl-c-ctrl-c):
11477         * textmodes/reftex.el (reftex-access-scan-info):
11478         * textmodes/reftex-toc.el (reftex-toc-dframe-p)
11479         (reftex-toc-promote-prepare): Follow error conventions.
11481         * diff-mode.el (diff-mode): Fix typo in docstring.
11483         * forms.el (forms--intuit-from-file): Fix reference to
11484         `forms-number-of-fields' in error message.
11485         (forms-print): Fix quoting in error message.
11487         * forms.el (forms-mode):
11488         * emulation/vi.el (vi-goto-insert-state):
11489         * progmodes/flymake.el (flymake-new-err-info)
11490         (flymake-start-syntax-check-for-current-buffer)
11491         (flymake-simple-cleanup):
11492         * eshell/esh-var.el (eshell/export):
11493         * progmodes/gud.el (xdb):
11494         * textmodes/flyspell.el (flyspell-incorrect-hook)
11495         (flyspell-maybe-correct-transposition)
11496         (flyspell-maybe-correct-doubling): Fix quoting in docstring.
11498 2005-06-13  Luc Teirlinck  <teirllm@auburn.edu>
11500         * emacs-lisp/debug.el (cancel-debug-on-entry): Mention default in
11501         minibuffer prompt.
11503 2005-06-13  Kim F. Storm  <storm@cua.dk>
11505         * subr.el (add-to-ordered-list): New defun.
11507         * emulation/cua-base.el (cua-mode): Use add-to-ordered-list to
11508         add cua--keymap-alist to emulation-mode-map-alists.
11510 2005-06-13  Stefan Monnier  <monnier@iro.umontreal.ca>
11512         * subr.el (complete-in-turn): New macro.
11513         (dynamic-completion-table, lazy-completion-table): Add debug info.
11515         * faces.el (read-face-name): Use complete-in-turn complete non-aliases
11516         in preference to face aliases.
11518         * textmodes/fill.el (fill-match-adaptive-prefix): New function.
11519         (fill-context-prefix): Use it to avoid guessing absurdly long prefixes.
11520         Remove unused vars `start' and `firstline'.
11521         (fill-nobreak-p): Fix line-move-invisible -> line-move-invisible-p.
11522         (justify-current-line, fill-individual-paragraphs): Remove unused vars.
11524 2005-06-13  Eli Zaretskii  <eliz@gnu.org>
11526         * cus-start.el (all): Don't complain about missing GTK-related
11527         variables, unless either `gtk' is boundp or this isn't a
11528         `windows-nt' build.
11530 2005-06-13  Lute Kamstra  <lute@gnu.org>
11532         * abbrev.el (edit-abbrevs-mode): Use kill-all-local-variables and
11533         run-mode-hooks.
11535         * ediff-mult.el (ediff-meta-mode):
11536         * ediff-util.el (ediff-mode): Use run-mode-hooks.
11538         * ledit.el (ledit-mode): Use delay-mode-hooks.
11540         * woman.el (woman-mode-line-format): Delete constant.
11541         (woman-mode-map): Initialize it properly.
11542         (woman-mode): Set mode-class property to special.
11543         Use delay-mode-hooks and run-mode-hooks.  Use the right keymap.
11544         Set major-mode and mode-name.  Don't set mode-line-format directly.
11545         (Man-getpage-in-background): Don't reference woman-mode-line-format.
11547         * emacs-lisp/debug.el (cancel-debug-on-entry): Make the empty
11548         string argument obsolete.
11550 2005-06-13  Carsten Dominik  <dominik@science.uva.nl>
11552         * textmodes/org.el (org-CUA-compatible): New option.
11553         (org-disputed-keys): New variable.
11554         (org-key): New function.
11555         (orgtbl-make-binding): Add docstring to the created function.
11556         (org-mode): Set paragraph start/separate regexps.
11557         (orgtbl-mode): Don't start `orgtbl-mode' in `org-mode' buffers.
11558         (org-archive-location, org-archive-mark-done)
11559         (org-archive-stamp-time): New options.
11560         (org-archive-subtree): New command.
11561         (org-fill-paragraph): New function.
11562         (org-mode): Set `fill-paragraph-function' to `org-fill-paragraph'.
11563         (org-fake-empty-table-line): Function removed.
11564         (org-format-org-table-html): Do not create empty table lines at
11565         separator lines.  Improved table header treatment.
11566         (org-link-format): New option.
11567         (org-make-link): New function.
11568         (org-insert-link, org-store-link): Use org-make-link.
11569         (org-open-file): Quote file name for shell command, to allow
11570         spaces in file names.
11571         (org-link-regexp): Fix bug with mailto link.
11572         (org-link-maybe-angles-regexp, org-protected-link-regexp):
11573         New constants.
11574         (org-export-as-html): Deal with the optional angles around a link.
11575         Better treatment of file: links.
11576         (org-open-at-point): Replace @{ and @} with < and >.
11577         (org-run-mode-hooks): Function removed.
11578         (org-agenda-mode): No longer use `org-run-mode-hooks'.
11580 2005-06-13  Nick Roberts  <nickrob@snap.net.nz>
11582         * progmodes/gdb-ui.el (gdb-registers-mode): Let gdbmi use
11583         MI command -data-list-register-values.
11584         (gdb-post-prompt): Indent properly.
11586 2005-06-13  Juanma Barranquero  <lekktu@gmail.com>
11588         * hilit-chg.el (highlight-changes-colors): Rename from
11589         `highlight-changes-colours'.
11590         (highlight-changes-colours): Keep as obsolete alias.
11591         (highlight-changes-face-list): Doc fix.
11592         (hilit-chg-make-list): Use `highlight-changes-colors'.
11594 2005-06-12  Mark A. Hershberger  <mah@everybody.org>
11596         * progmodes/cperl-mode.el (cperl-mode): Remove stray paren in
11597         defun-prompt-regexp.
11599 2005-06-12  Eli Zaretskii  <eliz@gnu.org>
11601         * loadup.el: Don't say we are dumping under 2 names on windows-nt
11602         and cygwin.
11604         * makefile.w32-in (bootstrap-clean-CMD, bootstrap-clean-SH):
11605         Don't use an old loaddefs.el, as in Makefile.in.
11607 2005-06-12  Lute Kamstra  <lute@gnu.org>
11609         * Makefile.in (bootstrap-prepare): Don't use an old loaddefs.el.
11611         * man.el (Man-mode-map): Initialize it properly.
11612         (Man-mode): Set mode-class property to special.
11614         * calendar/calendar.el (calendar-mode): Use run-mode-hooks.
11616 2005-06-11  Luc Teirlinck  <teirllm@auburn.edu>
11618         * menu-bar.el (menu-bar-make-toggle): Remove stray backslash.
11619         A newline is needed in the docstring there.
11621         * emacs-lisp/debug.el (debug-on-entry, cancel-debug-on-entry):
11622         Doc fixes.
11624 2005-06-11  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
11626         * printing.el: Doc fix.  The menubar is no more changed when printing
11627         is loaded, it only changes when pr-menu-bind or pr-update-menus is
11628         called.  Now, the menubar changing will work in Emacs 20, 21 and 22.
11629         (pr-version): New version number (6.8.4).
11630         (pr-menu-bind): New command.
11631         (pr-update-menus): Docstring and code fix.
11632         (pr-menu-print-item): Now is a global var in Emacs and XEmacs.
11633         Docstring fix.
11634         (pr-txt-printer-alist, pr-ps-printer-alist, pr-gv-command)
11635         (pr-gs-command, pr-gs-switches, pr-ps-utility-alist): Docstring fix.
11637 2005-06-11  Thien-Thi Nguyen  <ttn@gnu.org>
11639         * emacs-lisp/ewoc.el: Doc fixes for public funcs:
11640         "Returns" to "return", document useful return values, etc.
11642 2005-06-11  Alan Mackenzie  <acm@muc.de>
11644         * fill.el (fill-context-prefix): Try `adaptive-fill-function'
11645         BEFORE `adaptive-fill-regexp' when determining a fill prefix.
11646         (adaptive-file-function): Minor amendment to doc-string.
11648 2005-06-11  Frederik Fouvry  <fouvry@CoLi.Uni-SB.DE>
11650         * thumbs.el (thumbs-per-line, thumbs-thumbsdir-max-size)
11651         (thumbs-relief, thumbs-margin, thumbs-image-resizing-step):
11652         Fix :type--it is `integer', not `string'.
11654         * faces.el (modeline-highlight): Rename from (the erroneous)
11655         `modeline-higilight'.
11657 2005-06-11  Lute Kamstra  <lute@gnu.org>
11659         * emacs-lisp/edebug.el (edebug-eval-mode-map): Don't copy
11660         lisp-interaction-mode-map but make it the parent.
11661         (edebug-eval-mode): Use define-derived-mode.
11663 2005-06-11  Andreas Schwab  <schwab@suse.de>
11665         * bindings.el: Add binding of `ESC functionkey' for every
11666         `M-functionkey'.
11667         * hexl.el (hexl-mode-map): Likewise.
11669 2005-06-10  Michael Hotchin  <michael@hotchin.net>  (tiny change)
11671         * progmodes/compile.el (compilation-error-regexp-alist-alist)
11672         [msft]: update regexp for newer msft compilers.
11674 2005-06-10  Mark A. Hershberger  <mah@everybody.org>
11676         * xml.el (start-chars, xml-parse-dtd): Add the ability to skip
11677         ATTLIST portions of included DTDs.
11678         (xml-parse-dtd): Eliminate use of inefficient match-data.
11680 2005-06-10  Miles Bader  <miles@gnu.org>
11682         * play/mpuz.el (mpuz-unsolved, mpuz-solved, mpuz-trivial)
11683         (mpuz-text): Remove "-face" suffix from face names.
11684         (mpuz-unsolved-face, mpuz-solved-face, mpuz-trivial-face)
11685         (mpuz-text-face): New backward-compatibility aliases for renamed faces.
11686         (mpuz-create-buffer, mpuz-paint-digit): Use renamed mpuz faces.
11688         * play/gomoku.el (gomoku-O, gomoku-X):
11689         Remove "-face" suffix from face names.
11690         (gomoku-font-lock-O-face, gomoku-font-lock-X-face):
11691         New backward-compatibility aliases for renamed faces.
11692         (gomoku-font-lock-keywords): Use renamed gomoku faces.
11694 2005-06-10  Juanma Barranquero  <lekktu@gmail.com>
11696         * thumbs.el: Fixes for changes of 2005-06-09.
11697         (thumbs-thumbsdir): Force `thumbs-thumbsdir' to be interpretable
11698         as a directory.
11699         (thumbs-thumbname): Remove directory separator from format string;
11700         `thumbs-thumbsdir' now returns a valid directory name.
11701         (thumbs-temp-dir): New defsubst.
11702         (thumbs-temp-file, thumbs-resize-image, thumbs-modify-image):
11703         Use it.
11705         * cus-edit.el (minibuffer):
11706         * files.el (make-backup-file-name-function):
11707         * filesets.el (filesets-external-viewers):
11708         * hilit-chg.el (highlight-changes-colours)
11709         (highlight-changes-face-list, highlight-changes-rotate-faces):
11710         * ielm.el (ielm-dynamic-return, inferior-emacs-lisp-mode):
11711         * kmacro.el (kmacro-call-macro):
11712         * log-edit.el (log-edit-changelog-full-paragraphs):
11713         * mouse.el (mouse-1-click-follows-link):
11714         * skeleton.el (skeleton-autowrap):
11715         * subr.el (insert-for-yank-1):
11716         * tempo.el (tempo-insert-region):
11717         * terminal.el (terminal-emulator):
11718         * time.el (display-time-mail-face):
11719         * vc.el (vc-annotate):
11720         * vcursor.el (vcursor-copy-line):
11721         * woman.el (woman-bold-headings, woman-ignore)
11722         (woman-default-faces, woman-monochrome-faces):
11723         * calendar/todo-mode.el (todo-insert-threshold):
11724         * emulation/pc-select.el (pc-select-selection-keys-only)
11725         (pc-selection-mode):
11726         * emulation/vip.el (vip-find-char-forward):
11727         * emulation/viper-cmd.el (viper-find-char-forward):
11728         * international/mule-cmds.el
11729         (select-safe-coding-system-accept-default-p)
11730         (input-method-exit-on-invalid-key):
11731         * international/mule-diag.el (describe-coding-system):
11732         * international/ucs-tables.el (unify-8859-on-encoding-mode):
11733         * net/browse-url.el (browse-url-xterm-program):
11734         * obsolete/lazy-lock.el (lazy-lock-mode):
11735         * progmodes/cperl-mode.el (cperl-info-on-command-no-prompt)
11736         (cperl-mode):
11737         * progmodes/cpp.el (cpp-face-light-name-list)
11738         (cpp-face-dark-name-list):
11739         * progmodes/delphi.el (delphi-newline-always-indents):
11740         Fix spellings in docstrings.
11742         * ido.el (ido-mode, ido-file-extensions-order)
11743         (ido-default-file-method, ido-default-buffer-method)
11744         (ido-max-prospects, ido-slow-ftp-hosts, ido-setup-hook)
11745         (ido-decorations, ido-read-file-name-as-directory-commands)
11746         (ido-read-file-name-non-ido, ido-work-directory-list)
11747         (ido-ignore-item-temp-list, ido-current-directory)
11748         (ido-magic-forward-char, ido-enter-find-file)
11749         (ido-enter-switch-buffer, ido-visit-buffer, ido-switch-buffer)
11750         (ido-find-file, ido-read-buffer): Fix typos in docstrings.
11752 2005-06-10  Lute Kamstra  <lute@gnu.org>
11754         * play/dunnet.el (dun-mode): Use define-derived-mode.
11755         (dungeon-mode-map): Rename to dun-mode-map.  Keep old name as an
11756         obsolete alias.
11758         * play/doctor.el (doctor-mode-map): Remove defvar.
11759         (doctor-mode): Use define-derived-mode.
11761         * mail/mspools.el (mspools-mode):
11762         * net/eudc-hotlist.el (eudc-hotlist-mode):
11763         * play/blackbox.el (blackbox-mode): Use run-mode-hooks.
11765 2005-06-10  Miles Bader  <miles@gnu.org>
11767         * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
11768         Remove "-face" suffix from face names.
11769         (flyspell-incorrect-face, flyspell-duplicate-face):
11770         New backward-compatibility aliases for renamed faces.
11771         (flyspell-mode-on, make-flyspell-overlay)
11772         (flyspell-highlight-incorrect-region)
11773         (flyspell-highlight-duplicate-region)
11774         (flyspell-display-next-corrections)
11775         (flyspell-auto-correct-previous-word): Use renamed flyspell faces.
11777         * textmodes/texinfo.el (texinfo-heading): Remove "-face" suffix
11778         from face name.
11779         (texinfo-heading-face): New backward-compatibility alias for
11780         renamed face.
11781         (texinfo-heading-face): Use renamed texinfo-heading face.
11783         * textmodes/tex-mode.el (tex-math, tex-verbatim): Remove "-face"
11784         suffix from face names.
11785         (tex-math-face, tex-verbatim-face):
11786         New backward-compatibility aliases for renamed faces.
11787         (tex-math-face, tex-verbatim-face): Use renamed tex-mode faces.
11788         (tex-insert-quote): Use `tex-verbatim-face' variable instead of
11789         literal face name.
11791         * textmodes/table.el (table-cell): Remove "-face" suffix from face
11792         name.
11793         (table-cell-face): New backward-compatibility alias for renamed face.
11794         (table--put-cell-face-property, table--update-cell-face):
11795         Use renamed table-cell face.
11797         * textmodes/sgml-mode.el (sgml-namespace): Remove "-face" suffix
11798         from face name.
11799         (sgml-namespace-face): New backward-compatibility alias for
11800         renamed face.
11801         (sgml-namespace-face): Use renamed sgml-namespace face.
11803         * textmodes/org.el (org-level-1, org-level-2, org-level-3)
11804         (org-level-4, org-level-5, org-level-6, org-level-7)
11805         (org-level-8, org-warning, org-headline-done)
11806         (org-deadline-announce, org-scheduled-today)
11807         (org-scheduled-previously, org-link, org-done, org-table)
11808         (org-time-grid): Remove "-face" suffix from face names.
11809         (org-level-1-face, org-level-2-face, org-level-3-face)
11810         (org-level-4-face, org-level-5-face, org-level-6-face)
11811         (org-level-7-face, org-level-8-face, org-warning-face)
11812         (org-headline-done-face, org-deadline-announce-face)
11813         (org-scheduled-today-face, org-scheduled-previously-face)
11814         (org-link-face, org-done-face, org-table-face)
11815         (org-time-grid-face):
11816         New backward-compatibility aliases for renamed faces.
11817         (org-level-faces, org-set-font-lock-defaults, org-timeline)
11818         (org-agenda, org-agenda-get-todos, org-agenda-get-deadlines)
11819         (org-agenda-get-timestamps, org-agenda-get-scheduled)
11820         (org-agenda-add-time-grid-maybe, org-table-p): Use renamed org faces.
11822         * emulation/viper-init.el (viper-search, viper-replace-overlay)
11823         (viper-minibuffer-emacs, viper-minibuffer-insert)
11824         (viper-minibuffer-vi): Remove "-face" suffix from face names.
11825         (viper-search-face, viper-replace-overlay-face)
11826         (viper-minibuffer-emacs-face, viper-minibuffer-insert-face)
11827         (viper-minibuffer-vi-face):
11828         New backward-compatibility aliases for renamed faces.
11829         (viper-search-face, viper-replace-overlay-face)
11830         (viper-minibuffer-emacs-face, viper-minibuffer-insert-face)
11831         (viper-minibuffer-vi-face): Use renamed viper faces.
11833         * emacs-lisp/testcover.el (testcover-nohits, testcover-1value):
11834         Remove "-face" suffix from face names.
11835         (testcover-nohits-face, testcover-1value-face):
11836         New backward-compatibility aliases for renamed faces.
11837         (testcover-mark): Use renamed testcover faces.
11839         * calendar/diary-lib.el (diary-button): Remove "-face" suffix from
11840         face name.
11841         (diary-button-face): New backward-compatibility alias for renamed face.
11842         (diary-entry): Use renamed diary-button face.
11844         * calendar/calendar.el (diary, calendar-today, holiday)
11845         (mark-visible-calendar-date): Remove "-face" suffix from face names.
11846         (diary-face, calendar-today-face, holiday-face):
11847         New backward-compatibility aliases for renamed faces.
11848         (eval-after-load "facemenu", diary-entry-marker)
11849         (calendar-today-marker, calendar-holiday-marker, diary-face):
11850         Use renamed calendar faces.
11852         * compare-w.el (compare-windows): Remove "-face" suffix from face name.
11853         (compare-windows-face): New backward-compatibility alias for
11854         renamed face.
11855         (compare-windows-highlight): Use renamed compare-windows face.
11857         * strokes.el (strokes-char): Remove "-face" suffix from face name.
11858         (strokes-char-face): New backward-compatibility alias for renamed face.
11859         (strokes-encode-buffer): Use renamed strokes-char face.
11861         * pcvs-info.el (cvs-header, cvs-filename, cvs-unknown)
11862         (cvs-handled, cvs-need-action, cvs-marked, cvs-msg):
11863         Remove "-face" suffix from face names.
11864         (cvs-header-face, cvs-filename-face, cvs-unknown-face)
11865         (cvs-handled-face, cvs-need-action-face, cvs-marked-face)
11866         (cvs-msg-face): New backward-compatibility aliases for renamed faces.
11867         (cvs-fi-up-to-date-face, cvs-fi-unknown-face, cvs-fileinfo-pp):
11868         Use renamed pcvs faces.
11869         * pcvs.el (cvs-mode-find-file): Use renamed pcvs faces.
11870         * pcvs-defs.el (cvs-mode-map): Likewise.
11871         * cvs-status.el (cvs-status-font-lock-keywords): Likewise.
11873         * info.el (info-title-1, info-title-2, info-title-3)
11874         (info-title-4): Remove "-face" suffix from and downcase face names.
11875         (Info-title-1-face, Info-title-2-face, Info-title-3-face)
11876         (Info-title-4-face):
11877         New backward-compatibility aliases for renamed faces.
11878         (Info-fontify-node): Use renamed info faces.
11880         * hilit-chg.el (highlight-changes, highlight-changes-delete):
11881         Remove "-face" suffix from face names.
11882         (highlight-changes-face, highlight-changes-delete-face):
11883         New backward-compatibility aliases for renamed faces.
11884         (hilit-chg-cust-fix-changes-face-list, hilit-chg-make-ov)
11885         (hilit-chg-make-list): Use renamed highlight-changes faces.
11887         * generic-x.el (show-tabs-tab, show-tabs-space):
11888         Remove "-face" suffix from face names.
11889         (show-tabs-tab-face, show-tabs-space-face):
11890         New backward-compatibility aliases for renamed faces.
11891         (show-tabs-generic-mode-font-lock-defaults-1)
11892         (show-tabs-generic-mode-font-lock-defaults-2):
11893         Use renamed show-tabs faces.
11895         * smerge-mode.el (smerge-mine, smerge-other, smerge-base)
11896         (smerge-markers): Remove "-face" suffix from face names.
11897         (smerge-mine-face, smerge-other-face, smerge-base-face)
11898         (smerge-markers-face):
11899         New backward-compatibility aliases for renamed faces.
11900         (smerge-mine-face, smerge-other-face, smerge-base-face)
11901         (smerge-markers-face): Use renamed smerge faces.
11903         * log-view.el (log-view-file, log-view-message): Remove "-face"
11904         suffix from face names.
11905         (log-view-file-face, log-view-message-face):
11906         New backward-compatibility aliases for renamed faces.
11907         (log-view-file-face, log-view-message-face): Use renamed log-view
11908         faces.
11910         * paren.el (show-paren-match, show-paren-mismatch):
11911         Remove "-face" suffix from face names.
11912         (show-paren-match-face, show-paren-mismatch-face):
11913         New backward-compatibility aliases for renamed faces.
11914         (show-paren-function): Use renamed show-paren faces.
11916         * ruler-mode.el (ruler-mode-default, ruler-mode-pad)
11917         (ruler-mode-margins, ruler-mode-fringes)
11918         (ruler-mode-column-number, ruler-mode-fill-column)
11919         (ruler-mode-comment-column, ruler-mode-goal-column)
11920         (ruler-mode-tab-stop, ruler-mode-current-column): Remove "-face"
11921         suffix from face names.
11922         (ruler-mode-default-face, ruler-mode-pad-face)
11923         (ruler-mode-margins-face, ruler-mode-fringes-face)
11924         (ruler-mode-column-number-face, ruler-mode-fill-column-face)
11925         (ruler-mode-comment-column-face, ruler-mode-goal-column-face)
11926         (ruler-mode-tab-stop-face, ruler-mode-current-column-face):
11927         New backward-compatibility aliases for renamed faces.
11928         (ruler-mode-pad, ruler-mode-margins, ruler-mode-fringes)
11929         (ruler-mode-column-number, ruler-mode-fill-column)
11930         (ruler-mode-comment-column, ruler-mode-goal-column)
11931         (ruler-mode-tab-stop, ruler-mode-current-column)
11932         (ruler-mode-mouse-grab-any-column, ruler-mode-ruler): Use renamed
11933         faces.
11935         * whitespace.el (whitespace-highlight): Remove "-face" suffix from
11936         face name.
11937         (whitespace-highlight-the-space): Use renamed face.
11938         (whitespace-highlight-face): New backward-compatibility alias for
11939         renamed face.
11941         * woman.el (woman-italic, woman-bold, woman-unknown)
11942         (woman-addition, woman-symbol-face):
11943         Remove "-face" suffix from face names.
11944         (woman-italic-face, woman-bold-face, woman-unknown-face)
11945         (woman-addition-face):
11946         New backward-compatibility aliases for renamed faces.
11947         (woman-default-faces, woman-monochrome-faces, woman-man-buffer)
11948         (woman-decode-region, woman-replace-match)
11949         (woman-display-extended-fonts, woman-special-characters)
11950         (woman-font-alist, woman-change-fonts, woman2-TH, woman2-SH):
11951         Use renamed woman faces.
11953         * longlines.el (longlines-visible-face): Face removed.
11955         * diff-mode.el (diff-header, diff-file-header, diff-index)
11956         (diff-hunk-header, diff-removed, diff-added, diff-changed)
11957         (diff-function, diff-context, diff-nonexistent): Remove "-face"
11958         suffix from face names.
11959         (diff-header-face, diff-file-header-face, diff-index-face)
11960         (diff-hunk-header-face, diff-removed-face, diff-added-face)
11961         (diff-changed-face, diff-function-face, diff-context-face)
11962         (diff-nonexistent-face): New backward-compatibility aliases for
11963         renamed faces.
11964         (diff-header-face, diff-file-header-face)
11965         (diff-index, diff-index-face, diff-hunk-header)
11966         (diff-hunk-header-face, diff-removed, diff-removed-face)
11967         (diff-added, diff-added-face, diff-changed-face, diff-function)
11968         (diff-function-face, diff-context-face, diff-nonexistent)
11969         (diff-nonexistent-face): Use renamed diff-mode faces.
11971         * progmodes/compile.el (compilation-warning-face)
11972         (compilation-info-face): Remove "-face" suffix from face names.
11973         (compilation-warning-face, compilation-info-face):
11974         New backward-compatibility aliases for renamed faces.
11975         (compilation-warning-face, compilation-info-face):
11976         Use renamed compilation faces.
11978         * add-log.el (change-log-date, change-log-name)
11979         (change-log-email, change-log-file, change-log-list)
11980         (change-log-conditionals, change-log-function)
11981         (change-log-acknowledgement): Remove "-face" suffix from face names.
11982         (change-log-date-face, change-log-name-face)
11983         (change-log-email-face, change-log-file-face)
11984         (change-log-list-face, change-log-conditionals-face)
11985         (change-log-function-face, change-log-acknowledgement-face):
11986         New backward-compatibility aliases for renamed faces.
11987         (change-log-font-lock-keywords): Use renamed change-log faces.
11989         * cus-edit.el (custom-invalid, custom-rogue, custom-modified)
11990         (custom-set, custom-changed, custom-saved, custom-button)
11991         (custom-button-pressed, custom-documentation, custom-state)
11992         (custom-comment, custom-comment-tag, custom-variable-tag)
11993         (custom-variable-button, custom-face-tag, custom-group-tag-1)
11994         (custom-group-tag): Remove "-face" suffix from face names.
11995         (custom-magic-alist, custom-magic-value-create)
11996         (custom-group-sample-face-get, custom-mode): Use renamed custom faces.
11997         (custom-invalid-face, custom-rogue-face, custom-modified-face)
11998         (custom-set-face, custom-changed-face, custom-saved-face)
11999         (custom-button-face, custom-button-pressed-face)
12000         (custom-documentation-face, custom-state-face)
12001         (custom-comment-face, custom-comment-tag-face)
12002         (custom-variable-tag-face, custom-variable-button-face)
12003         (custom-face-tag-face, custom-group-tag-face-1)
12004         (custom-group-tag-face):
12005         New backward-compatibility aliases for renamed faces.
12007         * wid-edit.el (widget-documentation, widget-button)
12008         (widget-field, widget-single-line-field, widget-inactive)
12009         (widget-button-pressed): "-face" suffix removed from face names.
12010         (widget-documentation-face, widget-button-face)
12011         (widget-field-face, widget-single-line-field-face)
12012         (widget-inactive-face, widget-button-pressed-face):
12013         New backward-compatibility aliases for renamed faces.
12014         (widget-documentation-face, widget-button-face)
12015         (widget-button-pressed-face, widget-specify-field)
12016         (widget-specify-inactive): Use renamed widget faces.
12018 2005-06-10  Kenichi Handa  <handa@m17n.org>
12020         * term/x-win.el (x-clipboard-yank): Remove condition-case
12021         wrapping.
12023 2005-06-11  Kenichi Handa  <handa@m17n.org>
12025         * add-log.el (change-log-font-lock-keywords): Make the regexp for
12026         date lines stricter.
12028 2005-06-10  Zhang Wei  <id.brep@gmail.com>  (tiny change)
12030         * term/x-win.el (x-clipboard-yank): Use x-selection-value instead
12031         of x-get-selection.
12033 2005-06-10  Juanma Barranquero  <lekktu@gmail.com>
12035         * comint.el (comint-mode, comint-snapshot-last-prompt):
12036         * frame.el (frame-current-scroll-bars):
12037         * term.el (term-mode, term-check-proc, term-input-sender)
12038         (term-simple-send, term-extract-string, term-word)
12039         (term-match-partial-filename):
12040         * window.el (window-current-scroll-bars):
12041         * emulation/cua-base.el (cua-normal-cursor-color)
12042         (cua-read-only-cursor-color, cua-overwrite-cursor-color)
12043         (cua-global-mark-cursor-color):
12044         * mail/undigest.el (rmail-forward-separator-regex):
12045         Fix typos in docstrings.
12047         * comint.el (comint-check-proc, make-comint-in-buffer)
12048         (comint-source-default): Doc fixes.
12050         * term.el (term-send-string): Improve argument/docstring consistency.
12052 2005-06-09  Luc Teirlinck  <teirllm@auburn.edu>
12054         * comint.el (comint-send-input): Bind `inhibit-read-only' around
12055         call to `delete-region'.
12056         (comint-mode-hook): Do not enable Font Lock by default.
12058 2005-06-09  Lute Kamstra  <lute@gnu.org>
12060         * textmodes/ispell.el (ispell-menu-map-needed): flyspell-mode
12061         could be void.
12063 2005-06-09  Stefan Monnier  <monnier@iro.umontreal.ca>
12065         * emacs-lisp/debug.el (debugger-will-be-back): New var.
12066         (debug): Use it.
12067         (debugger-step-through, debugger-continue, debugger-jump)
12068         (debugger-return-value): Set it when needed.
12069         (debugger-make-xrefs, debugger-frame, debugger-frame-clear):
12070         Use inhibit-read-only.
12072 2005-06-09  Juanma Barranquero  <lekktu@gmail.com>
12074         * window.el (shrink-window-if-larger-than-buffer)
12075         (window-size-fixed): Fix typo in docstring.
12077         * thumbs.el: Don't set `auto-image-file-mode'.  Do not create the
12078         thumbnails directory on loading.
12079         (thumbs-conversion-program): Use `eq' to check the system type,
12080         not `equal'.
12081         (thumbs-temp-dir): Initialize to `temporary-file-directory',
12082         not "/tmp".  Fix docstring.
12083         (thumbs-thumbsdir): New function to return the thumbnails
12084         directory, creating it if needed.
12085         (thumbs-cleanup-thumbsdir, thumbs-thumbname): Use it.
12086         (thumbs-temp-file): Delete variable and make it into a function.
12087         (thumbs-resize-image, thumbs-modify-image): Use it.
12088         (thumbs-kill-buffer): Simplify.
12089         (thumbs-gensym): Defalias or duplicate CL `gensym'.
12090         (thumbs-resize-image, thumbs-resize-interactive): Fix typos in
12091         docstrings.
12093 2005-06-09  Kim F. Storm  <storm@cua.dk>
12095         * subr.el (save-match-data): Add RESEAT arg `evaporate' to
12096         set-match-data to free markers in match-data.
12098         * replace.el (replace-match-data): Pass RESEAT arg `t' to
12099         match-data to unchain markers in match-data.
12101 2005-06-08  Stefan Monnier  <monnier@iro.umontreal.ca>
12103         * emacs-lisp/debug.el (debug): Don't iconify if we know we'll re-enter
12104         the debugger immediately anyway.  Undo the 2005-06-06 change, rendered
12105         unnecessary now.
12107 2005-06-08  Richard M. Stallman  <rms@gnu.org>
12109         * emacs-lisp/easy-mmode.el (define-minor-mode): If BODY is empty,
12110         give the variable a doc string that doesn't say don't set it directly.
12112         * textmodes/ispell.el (ispell-check-version):
12113         Use match-string-no-properties.
12114         (ispell-region, ispell-buffer-local-parsing, ispell-buffer-local-dict)
12115         (ispell-buffer-local-words): Likewise.
12117         * progmodes/make-mode.el (makefile-shell-face): Make this a no-op
12118         except on terminals with enough colors to really display it.
12119         (makefile-dependency-regex): Delete spurious `bb'.
12121         * faces.el (escape-glyph): Use blue once again in last case.
12122         (no-break-space): Redefine so that it isn't invisible on a tty.
12124 2005-06-08  Kim F. Storm  <storm@cua.dk>
12126         * ido.el (ido-read-file-name): Fallback to read-file-name on C-f
12127         also when reading directory name.
12129 2005-06-08  Lute Kamstra  <lute@gnu.org>
12131         * textmodes/flyspell.el (flyspell-mode): Use define-minor-mode.
12132         (flyspell-mode-line-string): Remove autoload cookie.
12133         (flyspell-mode): Remove defvar.
12135 2005-06-07  Lute Kamstra  <lute@gnu.org>
12137         * textmodes/org.el (org-run-mode-hooks): New function.
12138         (org-agenda-mode): Use it.
12140 2005-06-07  David McCabe  <davemccabe@gmail.com>  (tiny change)
12142         * emacs-lisp/lisp-mode.el (defstruct): Set `doc-string-elt' property.
12144 2005-06-06  Stefan Monnier  <monnier@iro.umontreal.ca>
12146         * international/iso-cvt.el (iso-sgml2iso-trans-tab): Add NBSP.
12148 2005-06-06  Luc Teirlinck  <teirllm@auburn.edu>
12150         * font-lock.el (font-lock-add-keywords): Doc fix.
12152 2005-06-06  Stefan Monnier  <monnier@iro.umontreal.ca>
12154         * textmodes/tex-mode.el (tex-guess-mode): Add RequirePackage.
12155         (tex-compile-default): In the absence of any history, use the order in
12156         tex-compile-alist to choose the preferred command.
12157         (tex-compile-commands): Reorder a bit.
12159         * textmodes/flyspell.el (flyspell-auto-correct-binding)
12160         (flyspell-incorrect-face, flyspell-duplicate-face):
12161         Use (X)Emacs-agnostic code.
12162         (flyspell-mode-map): Don't overwrite at each load.  Remove code
12163         redundant with the subsequent add-minor-mode.  Merge Emacs and
12164         XEmacs code.
12165         (flyspell-word): Minor simplification.
12166         (flyspell-math-tex-command-p): Quieten the byte-compiler.
12167         (flyspell-external-point-words): Remove unused vars `size' and `start'.
12168         (flyspell-do-correct): Rename from flyspell-xemacs-correct.
12169         Merge the corresponding Emacs code.
12170         (flyspell-correct-word, flyspell-xemacs-popup):
12171         Use flyspell-do-correct.
12173         * emacs-lisp/debug.el (debug): Don't bury the buffer unless it's in
12174         a dedicated window.
12176         * international/latexenc.el (latexenc-find-file-coding-system):
12177         Undo part of last patch, to turn off a compiler warning.
12179 2005-06-06  Juri Linkov  <juri@jurta.org>
12181         * tmm.el (tmm-inactive, tmm-remove-inactive-mouse-face):
12182         Rename `tmm-inactive-face' to `tmm-inactive'.
12184 2005-06-06  Matt Hodges  <MPHodges@member.fsf.org>
12186         * iswitchb.el: Rename faces.
12188 2005-06-06  Kim F. Storm  <storm@cua.dk>
12190         * emulation/cua-base.el (cua-rectangle, cua-rectangle-noselect)
12191         (cua-global-mark): Remove -face suffix from face names.
12193         * emulation/cua-gmrk.el (cua--init-global-mark):
12194         Remove cua-global-mark face setup.
12196 2005-06-06  Richard M. Stallman  <rms@gnu.org>
12198         * progmodes/make-mode.el (makefile-dependency-regex): Handle whitespace
12199         just like other allowed characters.
12200         (makefile-match-dependency): Exclude leading and training whitespace
12201         from the range of regexp subexp 1.
12202         (makefile-macroassign-regex): Don't try to match the body,
12203         just the name of the macro being defined.
12205         * info.el (Info-read-node-name-2): New function.
12206         (Info-read-node-name-1): Use that.
12207         Add a completion-base-size-function property.
12209         * simple.el (completion-setup-function): Look for
12210         completion-base-size-function property of minibuffer-completion-table.
12212         * files.el (locate-file-completion): Doc fix.
12214         * printing.el: Don't call pr-update-menus; user must do that.
12216         * emacs-lisp/debug.el (debugger-window): New variable.
12217         (debug): Use debugger-window if it is set and still alive.
12218         Record debugger-window for next entry.
12220         * mail/supercite.el (sc-mail-glom-frame): Mark as risky.
12222 2005-06-06  Matthias F\e,Av\e(Brste  <slashdevslashnull@gmx.net>
12224         * files.el (hack-local-variables-confirm): New arg FLAG-TO-CHECK.
12225         (hack-one-local-variable, hack-local-variables)
12226         (hack-local-variables-prop-line): Pass that arg.
12228 2005-06-06  Kim F. Storm  <storm@cua.dk>
12230         * ido.el (ido-first-match, ido-only-match, ido-subdir)
12231         (ido-indicator): Remove -face suffix from face names.
12233 2005-06-06  Juri Linkov  <juri@jurta.org>
12235         * font-lock.el (font-lock-regexp-backslash)
12236         (font-lock-regexp-backslash-construct): New faces.
12237         (lisp-font-lock-keywords-2): Use new faces.  Match `?:' only
12238         after `('.  Add `while-no-input' to control structures.
12240         * faces.el (no-break-space, shadow): New faces.
12241         (escape-glyph): Use less loud colors pink2 and red4.
12243         * diff-mode.el (diff-context-face)
12244         * dired.el (dired-ignored)
12245         * rfn-eshadow.el (file-name-shadow)
12246         * tmm.el (tmm-inactive-face): Inherit from `shadow' face.
12248         * info.el (Info-title-1-face): Use green instead of yellow because
12249         bold yellow is not readable on light backgrounds.
12251         * progmodes/compile.el (compilation-start): Move `erase-buffer' up
12252         before selecting the desired mode to not spend time fontifying
12253         old contents.
12255 2005-06-06  Juanma Barranquero  <lekktu@gmail.com>
12257         * thumbs.el (thumbs-thumbsdir-max-size, thumbs-image-resizing-step)
12258         (thumbs-thumbsdir-auto-clean): Fix typos in docstrings.
12260         * ps-print.el (ps-default-fg, ps-default-bg):
12261         Fix typos in docstrings.
12263         * isearchb.el (isearchb): Don't pass a spurious second argument to
12264         `iswitchb-completions'.
12266 2005-06-05  Nick Roberts  <nickrob@snap.net.nz>
12268         * progmodes/gdb-ui.el (gdb-info-locals-handler): Use window point
12269         to preserve point.
12270         (gdb-find-file-hook): Add doc string.
12272         * progmodes/gud.el (gdb, gud-menu-map): Add command to evaluate
12273         C dereferenced pointer expression.
12274         (gud-tool-bar-map): Put it on the tool bar.  Re-order icons.
12276         * toolbar/gud-pstar.xpm, toolbar/gud-pstar.pbm: New files.
12278         * toolbar/gud-break.xpm, toolbar/gud-cont.xpm, toolbar/gud-down.xpm
12279         * toolbar/gud-finish.xpm, toolbar/gud-ni.xpm, toolbar/gud-n.xpm
12280         * toolbar/gud-print.xpm, toolbar/gud-remove.xpm, toolbar/gud-run.xpm
12281         * toolbar/gud-si.xpm, toolbar/gud-s.xpm, toolbar/gud-until.xpm
12282         * toolbar/gud-up.xpm, toolbar/gud-watch.xpm:
12283         Make background transparent.
12285 2005-06-04  Luc Teirlinck  <teirllm@auburn.edu>
12287         * font-lock.el (font-lock-add-keywords): Doc fix.  Comment change.
12288         (font-lock-remove-keywords): Doc fix.
12289         (font-lock-mode-major-mode): Compiler defvar.
12290         (font-lock-set-defaults): Use `font-lock-mode-major-mode'.
12292         * font-core.el (font-lock-mode-major-mode): Compiler defvar.
12293         (font-lock-mode): Update `font-lock-mode-major-mode'.
12294         (font-lock-set-defaults): Compiler defvar.
12295         (font-lock-default-function): Take `font-lock-mode-major-mode'
12296         into account.
12298         * emacs-lisp/easy-mmode.el (define-global-minor-mode): Make it
12299         keep track of which major mode it enabled the minor mode for.
12300         Use find-file-hook again.  Update docstring.
12302         * simple.el (eval-expression-print-level)
12303         (eval-expression-print-length, eval-expression-debug-on-error):
12304         Doc fixes.
12306 2005-06-04  Matt Hodges  <MPHodges@member.fsf.org>
12308         * iswitchb.el (iswitchb-single-match-face)
12309         (iswitchb-current-match-face, iswitchb-virtual-matches-face)
12310         (iswitchb-invalid-regexp-face): New faces.
12311         (iswitchb-completions): Use them.
12312         (iswitchb-use-faces): Rename from iswitchb-use-fonts, which is
12313         now marked as an obsolete alias.
12314         (iswitchb-read-buffer): Remove check for bound font variables.
12315         (iswitchb-invalid-regexp): New free variable.
12316         (iswitchb-get-matched-buffers): Catch invalid-regexp errors and
12317         set iswitchb-invalid-regexp.
12318         (iswitchb, iswitchb-complete, iswitchb-completions): Deal with
12319         invalid regexps.
12320         (iswitchb-completions): Add check for complete match when entering
12321         a regexp.
12322         (iswitchb-completions): Remove require-match argument.
12323         (iswitchb-exhibit): Fix caller.
12324         (iswitchb-common-match-inserted): New variable.
12325         (iswitchb-complete, iswitchb-completion-help): Use it.
12327 2005-06-04  David Reitter  <david.reitter@gmail.com>  (tiny change)
12329         * url-http.el (url-http-chunked-encoding-after-change-function):
12330         Use `url-http-debug' instead of `message'.
12332 2005-06-04  Thierry Emery  <thierry.emery@free.fr>  (tiny change)
12334         * url-http.el (url-http-parse-headers): Pass redirected URL as a
12335         callback argument.
12337 2005-06-04  Kim F. Storm  <storm@cua.dk>
12339         * simple.el (line-move): Only call sit-for when moving backwards.
12341         * ido.el (ido-make-merged-file-list-1): New defun split from
12342         ido-make-merged-file-list.
12343         (ido-make-merged-file-list): Bind throw-on-input around call to
12344         ido-make-merged-file-list-1.  Return input-pending-p if
12345         interrupted by more input available.
12346         (ido-read-internal): Handle input-pending-p return value from
12347         ido-make-merged-file-list.
12349 2005-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
12351         * textmodes/flyspell.el (flyspell-check-word-p): Simplify silly
12352         compatibility code.
12354         * international/latexenc.el (latexenc-find-file-coding-system):
12355         Don't inherit the EOL part of the coding-system from the
12356         tex-main buffer.  Fit within 80 columns.
12358 2005-06-03  Matt Hodges  <MPHodges@member.fsf.org>
12360         * tmm.el (tmm-inactive-face): New face.
12361         (tmm-remove-inactive-mouse-face): New function.
12362         (tmm-prompt, tmm-add-one-shortcut)
12363         (tmm-add-prompt, tmm-get-keymap): Make active menu items visible
12364         but not selectable.
12366 2005-06-03  Juanma Barranquero  <lekktu@gmail.com>
12368         * faces.el (face-equal): Improve argument/docstring consistency.
12370 2005-06-03  Daniel Pfeiffer  <occitan@esperanto.org>
12372         * progmodes/make-mode.el (makefile-targets-face)
12373         (makefile-shell-face, makefile-makepp-perl-face): Add :version.
12374         (makefile-bsdmake-dependency-regex)
12375         (makefile-makepp-rule-action-regex)
12376         (makefile-bsdmake-rule-action-regex): New constants.
12377         (makefile-makepp-mode, makefile-bsdmake-mode): Use them.
12379         * progmodes/compile.el (compilation-error-regexp-alist-alist):
12380         Allow (...) within `...' for makepp messages.
12382 2005-06-03  Michael Kifer  <kifer@cs.stonybrook.edu>
12384         * ediff-diff.el (ediff-same-contents): Eliminate CL-type functions.
12386         * ediff-mult.el (ediff-intersect-directories): Make sure that ".." and
12387         "." files are deleted from all file lists before comparison.
12389         * viper-keym.el (viper-toggle-key, viper-quoted-insert-key)
12390         (viper-ESC-key): Made them customizable.
12392         * viper.el (viper-non-hook-settings): Fix the names of defadvices.
12394 2005-06-01  Luc Teirlinck  <teirllm@auburn.edu>
12396         * autorevert.el (auto-revert-buffers): Use save-match-data.
12398 2005-06-01  Stefan Monnier  <monnier@iro.umontreal.ca>
12400         * emacs-lisp/easymenu.el (easy-menu-return-item): Quick fix to find
12401         menu items with a nil command binding.
12403 2005-06-01  Juanma Barranquero  <lekktu@gmail.com>
12405         * emacs-lisp/cl-macs.el (defsetf):
12406         Improve argument/docstring consistency.
12408         * faces.el (list-faces-display): Improve the formatting by
12409         computing the maximum length required for any face-name (reworked
12410         patch of 1999-01-11, accidentally deleted on 1999-07-21).
12411         (internal-find-face): Remove redundant info in docstring.
12413 2005-06-01  Nick Roberts  <nickrob@snap.net.nz>
12415         * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-1)
12416         (gdb-info-breakpoints-custom, gdb-delete-breakpoint)
12417         (gdb-goto-breakpoint, gdb-source-info, gdb-get-location)
12418         (gdb-assembler-custom): Improve regexps.
12419         (def-gdb-auto-update-handler): Use window point to preserve point.
12421 2005-05-31  Stefan Monnier  <monnier@iro.umontreal.ca>
12423         * thumbs.el (thumbs-mode): Fix misuse of make-variable-buffer-local.
12425 2005-05-31  Jay Belanger  <belanger@truman.edu>
12427         * calc/calc-embed.el (calc-embedded-word): Change argument passed
12428         to calc-embedded.
12429         (calc-embedded-make-info): Have plain prefix argument select
12430         entire line.
12432 2005-05-31  Juanma Barranquero  <lekktu@gmail.com>
12434         * faces.el (list-faces-display): Signal error if passed a regexp
12435         that matches no face name.
12437         * simple.el (filter-buffer-substring): Fix typo in docstring.
12439 2005-05-31  Richard M. Stallman  <rms@gnu.org>
12441         * progmodes/vhdl-mode.el (vhdl-fill-region): Test ARG, not INTERACTIVE.
12442         (vhdl-emacs-21): Doc fix.
12443         (vhdl-mode): Unconditionally set comment-padding.
12444         (vhdl-fixup-whitespace-region): Insert spaces only where
12445         there are none.
12446         (vhdl-statistics-buffer): Make the Emacs 21 behavior universal.
12448 2005-05-30  John Wiegley  <johnw@newartisans.com>
12450         * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el
12451         * eshell/em-unix.el, eshell/esh-ext.el, eshell/esh-io.el
12452         * eshell/esh-util.el, eshell/esh-var.el: Change all uses of
12453         `directory-sep-char' to ?/, and all uses of `string-to-int' to
12454         `string-to-number'.
12456 2005-05-30  Jay Belanger  <belanger@truman.edu>
12458         * calc/calc.el (calc-bug-address): Fix docstring.
12459         (calc-window-hook, calc-trail-window-hook): New variables.
12460         (calc-trail-display): Restore use of calc-trail-window-hook.
12461         (calc): Restore use of calc-window-hook.
12463 2005-05-31  Masatake YAMATO  <jet@gyve.org>
12465         * emacs-lisp/find-func.el (find-function-noselect): Handle subroutines.
12467         * help-fns.el (help-C-file-name): Add autoload mark for
12468         `find-function-noselect'.
12470 2005-05-30  Stefan Monnier  <monnier@iro.umontreal.ca>
12472         * textmodes/tex-mode.el (tex-compile-commands, tex-compile)
12473         (tex-start-tex): Undo all but the last part of the 2005-05-28 change.
12475 2005-05-30  Glenn Morris  <gmorris@ast.cam.ac.uk>
12477         * calendar/diary-lib.el (mark-included-diary-files): Only kill
12478         included diary buffer if it was not already being visited.
12479         Reported by Stephen Berman <Stephen.Berman@gmx.net>.
12481         * calendar/icalendar.el (top-level): Do not require appt.
12483         * mail/supercite.el (sc-select-attribution): Only use a list
12484         element from sc-attrib-selection-list if it returns a string.
12485         Reported by Davide G. M. Salvetti <salve@debian.org>.
12487 2005-05-30  Juanma Barranquero  <lekktu@gmail.com>
12489         * thumbs.el (thumbs-thumbname): The resulting thumbname now
12490         includes a hash value to improve its uniqueness, and has a ".jpg"
12491         extension.  Also, it is now a valid filename on all systems.
12492         (thumbs-make-thumb): Use `let', not `let*'.
12493         (thumbs-show-thumbs-list): Check for JPEG availability.
12495 2005-05-30  Richard M. Stallman  <rms@gnu.org>
12497         * filesets.el (filesets-menu-ensure-use-cached):
12498         Prevent warning when emacs-version>= is undefined.
12500         * printing.el (pr-interactive-n-up): Use string-to-number.
12502         * emulation/tpu-mapper.el: Use eval-buffer, not eval-current-buffer.
12504         * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn):
12505         Warn only when name to be defined is quoted.
12507 2005-05-30  Nick Roberts  <nickrob@snap.net.nz>
12509         * progmodes/gdb-ui.el (gdb-toggle-breakpoint):
12510         Make regexp more robust.
12511         (gdb-display-assembler-buffer, gdb-frame-assembler-buffer):
12512         Force regeneration of disassembly.
12514 2005-05-29  Jay Belanger  <belanger@truman.edu>
12516         * calc/calc.el (calc-user-invocation): Check if
12517         calc-invocation-macro is non-nil.
12519 2005-05-29  Juri Linkov  <juri@jurta.org>
12521         * add-log.el (change-log-font-lock-keywords):
12522         Add `+' to e-mail regexp to accept mail address with keywords.
12524         * man.el (Man-name-regexp): Add `:' to accept qualified names.
12526 2005-05-29  Luc Teirlinck  <teirllm@auburn.edu>
12528         * progmodes/inf-lisp.el (inferior-lisp-mode): Use delay-mode-hooks.
12530         * ielm.el (inferior-emacs-lisp-mode): Ditto.
12532 2005-05-29  Richard M. Stallman  <rms@gnu.org>
12534         * textmodes/flyspell.el (flyspell-auto-correct-previous-word):
12535         Undo the change that moves to end of the current word.
12537 2005-05-29  Nick Roberts  <nickrob@snap.net.nz>
12539         * progmodes/gdb-ui.el (gdb-memory-set-repeat-count):
12540         Throw error when count <= 0 to ensure input is a number.
12541         (gdb-read-memory-custom): Pick up address from buffer.
12542         (gdb-memory-mode): Allow user to increment and decrement
12543         memory address from header line.
12545 2005-05-29  Richard M. Stallman  <rms@gnu.org>
12547         * flyspell.el (flyspell-version): Function deleted.
12548         (flyspell-auto-correct-previous-hook): Doc fix.
12550         * jit-lock.el (jit-lock-function, jit-lock-after-change):
12551         Do nothing if memory is full.
12553         * font-lock.el (font-lock-fontify-syntactically-region):
12554         Pass t for GREEDY to looking-back.
12556         * saveplace.el (save-place-alist-to-file): Write the file
12557         using write-region.
12559         * subr.el (looking-back): New argument GREEDY.
12561         * progmodes/compile.el (compilation-start): Set the mode
12562         before inserting the initial text.
12564         * progmodes/which-func.el (which-func-update-1): Turn the mode
12565         off in case of error by setting which-func-mode.
12567 2005-05-29  Peter Heslin  <p.j.heslin@durham.ac.uk>  (tiny change)
12569         * flyspell.el (flyspell-auto-correct-previous-word):
12570         Narrow down to what's on the screen, and recenter overlays
12571         at the end of the next word.
12573 2005-05-29  Manuel Serrano  <Manuel.Serrano@sophia.inria.fr>
12575         * flyspell.el (flyspell-emacs, flyspell-use-local-map): Vars moved up.
12576         (flyspell-default-delayed-commands): Add backward-delete-char-untabify.
12577         (flyspell-abbrev-p): Default to nil.
12578         (flyspell-use-global-abbrev-table-p): Doc fix.
12579         (flyspell-large-region): Allow nil as value.
12580         (flyspell-use-meta-tab, flyspell-auto-correct-binding): New variables.
12582         (mail-mode-flyspell-verify): More robust handling
12583         of `mail-header-separator'.  More efficient signature detection.
12584         Allow for regexp metacharacters in message-header-separator.
12585         Adding `To' not to be checked in mail-mode-flyspell-verify.
12587         (flyspell-prog-mode): Run flyspell-prog-mode-hook.
12588         (flyspell-mouse-map): Bind M-TAB only if flyspell-use-meta-tab.
12589         Bind flyspell-auto-correct-binding.
12590         Bind C-. and C-, .
12591         (flyspell-mode-map): Likewise.
12592         (flyspell-mode): Doc fix.
12593         (flyspell-accept-buffer-local-defs): Preserve current buffer.
12594         (flyspell-mode-on): Bind flyspell-mouse-map and flyspell-mode-map.
12595         (flyspell-word-cache-result): New var, always local.
12596         (flyspell-check-pre-word-p): Doc fix.
12597         (flyspell-check-changed-word-p): Handle spc like newline.
12598         (flyspell-post-command-hook): Set flyspell-word-cache-result.
12599         (flyspell-word-search-backward, flyspell-word-search-forward):
12600         New functions.
12601         (flyspell-word): Return t if nothing to check.
12602         When parsing TeX code, check for after } or \.
12603         Use flyspell-word-search-backward to find previous word.
12604         Return nil if duplicated word.
12605         For word already checked, return same value as last time.
12606         Set flyspell-word-cache-result after checking.
12607         Don't clobber the return value.
12608         (flyspell-get-word): Major rewrite.
12609         (flyspell-external-point-words): New locals pword, pcount.
12610         Fix size used in progress message.
12611         Find the proper corresponding word in flyspell-large-region-buffer.
12612         (flyspell-region): Check for flyspell-large-region = nil.
12613         (flyspell-highlight-incorrect-region): Clean up overlays in region.
12614         (flyspell-auto-correct-word): Check that WORD is a cons.
12615         (flyspell-correct-word): Likewise.
12617 2005-05-29  Daniel Pfeiffer  <occitan@esperanto.org>
12619         * progmodes/make-mode.el (makefile-rule-action-regex)
12620         (makefile-macroassign-regex, makefile-makepp-mode)
12621         (makefile-bsdmake-mode): Continuation lines may be empty.
12622         Reported by Joshua Varner.
12623         (makefile-makepp-font-lock-keywords): Add $(stem).
12625 2005-05-28  Karl Berry  <karl@gnu.org>
12627         * textmodes/tex-mode.el: Now that tex-send-command calls
12628         shell-quote-argument (2005-03-31 change), remove all calls to
12629         shell-quote-argument; they all end up invoking tex-send-command.
12630         The double quoting loses on filenames with non-safe characters,
12631         such as "@".  Reported by Frederik Fouvry.
12633 2005-05-29  Nick Roberts  <nickrob@snap.net.nz>
12635         * progmodes/gdb-ui.el (gdb-assembler-custom): Be more careful
12636         about preserving point.
12638 2005-05-27  Jay Belanger  <belanger@truman.edu>
12640         * calc/calc-misc.el (calc-info-goto-node): Use info instead of
12641         Info-goto-node.
12643         * calc/calc-embed.el (calc-embed-arg): New variable.
12644         (calc-do-embedded-activate, calc-embedded-activate-formula)
12645         (calc-embedded-edit, calc-do-embedded-activate): Replace undeclared
12646         variable by new variable.
12647         (calc-embedded-make-info): Replace undeclared variable by new
12648         variable.  When selecting region with positive prefix
12649         argument, use end of previous line instead of beginning of line.
12651         * calc/calc-aent.el (calc-arg-values): Declare it.
12653         * calc/calc-ext.el (calc-help-map, calc-alg-map, calc-alg-esc-map):
12654         Declare them.
12656         * calc/calc-stuff.el (math-decls-cache-tag): Declare it.
12658         * calc/calc.el (calc-alg-map): Declare it.
12660         * calc/calcalg2.el (math-decls-cache, math-decls-all): Declare them.
12662 2005-05-28  Nick Roberts  <nickrob@snap.net.nz>
12664         * progmodes/gdb-ui.el (gdb-all-registers): New variable.
12665         (gdb-registers-buffer, toggle-gdb-all-registers):
12666         Toggle display of floating point registers.
12667         (gdb-registers-mode-map): Bind SPC to toggle-gdb-all-registers.
12669         * progmodes/gud.el (gud-goto-info): Use info.  Don't use require.
12670         (toggle-gud-tooltip-dereference):
12671         Rename from gud-toggle-tooltip-dereference.
12673 2005-05-27  Stefan Monnier  <monnier@iro.umontreal.ca>
12675         * info.el (Info-goto-node): Revert autoload addition (2004-06-12).
12677 2005-05-27  Jay Belanger  <belanger@truman.edu>
12679         * calc/calc-prog.el (calc-kbd-report): Remove.
12680         (calc-kbd-query): Rewrite.
12682 2005-05-27  Juanma Barranquero  <lekktu@gmail.com>
12684         * image.el (image-library-alist): Move to image.c.
12685         (image-type-available-p): Doc fix.
12687 2005-05-27  Lute Kamstra  <lute@gnu.org>
12689         * calc/calc.el (calc):
12690         * outline.el (outline-1, outline-2, outline-3, outline-4)
12691         (outline-5, outline-6, outline-7, outline-8):
12692         * textmodes/dns-mode.el (dns-mode):
12693         * textmodes/sgml-mode.el (sgml-namespace-face):
12694         * textmodes/tex-mode.el (superscript, subscript, tex-math-face)
12695         (tex-verbatim-face, tex-use-reftex):
12696         * textmodes/texinfo.el (texinfo-heading-face):
12697         Specify customization group.
12699         * longlines.el: Don't require easy-mmode.
12700         (longlines-visible-face): Specify customization group.
12702 2005-05-27  Kenichi Handa  <handa@m17n.org>
12704         * language/cyrillic.el: Add cyrillic-iso8859-5 characters in the
12705         encoding table of windows-1251.
12707         * international/ucs-tables.el (ucs-set-table-for-input):
12708         If translation-table-for-input of a coding system is a symbol, get
12709         its translation-table property.
12711         * international/code-pages.el: Don't register a coding system into
12712         non-iso-charset-alist more than once.
12713         (cp-make-coding-system): Likewise.
12715 2005-05-26  John Wiegley  <johnw@newartisans.com>
12717         * eshell/esh-cmd.el (eshell-eval-command): If the return value of
12718         `eshell-resume-eval' is wrapped in a list, it indicates that the
12719         command was run asynchronously.  In that case, unwrap the value
12720         before checking the delimiter value.
12722         * eshell/em-cmpl.el (eshell-complete-parse-arguments): If the
12723         character before a space at the end of a line is \, assume the space
12724         is part of the last argument rather than a final argument separator.
12726         * eshell/esh-io.el (eshell-get-target): If `eshell-buffer-shorthand'
12727         is in use, and the target is `t' or `nil' (which are the most common
12728         values), don't assume that the symbol target is a buffer.
12730 2005-05-26  Luc Teirlinck  <teirllm@auburn.edu>
12732         * calendar/calendar.el (calendar-mode-line-format):
12733         Use mode-line-highlight as mouse-face.
12735         * time.el (display-time-string-forms, display-time-update):
12736         Use mode-line-highlight as mouse-face.
12738 2005-05-26  Jay Belanger  <belanger@truman.edu>
12740         * calc/calc.el (calc-language-alist): Remove extra defvar.
12742 2005-05-26  Lute Kamstra  <lute@gnu.org>
12744         * arc-mode.el (archive-mode):
12745         * bookmark.el (bookmark-read-annotation-mode)
12746         (bookmark-edit-annotation-mode, bookmark-bmenu-mode):
12747         * bs.el (bs-mode):
12748         * calc/calc-yank.el (calc-edit-mode):
12749         * calc/calc.el (calc-mode, calc-trail-mode):
12750         * calculator.el (calculator-mode):
12751         * chistory.el (command-history-mode):
12752         * comint.el:
12753         * cus-edit.el (custom-mode):
12754         * descr-text.el (describe-text-mode):
12755         * ebuff-menu.el (Electric-buffer-menu-mode):
12756         * ediff-util.el (ediff-mode):
12757         * emacs-lisp/re-builder.el (reb-mode):
12758         * emulation/vi.el (vi-mode-setup):
12759         * emulation/ws-mode.el (wordstar-mode):
12760         * eshell/esh-mode.el (eshell-mode):
12761         * forms.el (forms-mode):
12762         * help-mode.el (help-mode):
12763         * hexl.el (hexl-mode):
12764         * ibuffer.el (ibuffer-mode):
12765         * ielm.el (inferior-emacs-lisp-mode):
12766         * info.el (Info-mode, Info-edit-mode):
12767         * international/swedish.el:
12768         * ledit.el (ledit-from-lisp-mode):
12769         * locate.el (locate-mode):
12770         * mail/rmail.el (rmail-mode):
12771         * mail/rmailedit.el (rmail-edit-mode):
12772         * mail/rmailsum.el (rmail-summary-mode):
12773         * mail/supercite.el (sc-electric-mode):
12774         * net/eudc.el (eudc-mode):
12775         * net/quickurl.el (quickurl-list-mode):
12776         * net/snmp-mode.el (snmp-mode, snmpv2-mode):
12777         * obsolete/ooutline.el (outline-mode):
12778         * obsolete/options.el (Edit-options-mode):
12779         * obsolete/rnews.el (news-mode):
12780         * obsolete/rnewspost.el (news-reply-mode):
12781         * play/5x5.el (5x5-mode):
12782         * play/decipher.el (decipher-mode, decipher-stats-mode):
12783         * play/gomoku.el (gomoku-mode):
12784         * play/snake.el (snake-mode):
12785         * play/solitaire.el (solitaire-mode):
12786         * play/tetris.el (tetris-mode):
12787         * progmodes/ada-mode.el (ada-mode):
12788         * progmodes/antlr-mode.el (antlr-mode):
12789         * progmodes/autoconf.el (autoconf-mode):
12790         * progmodes/dcl-mode.el (dcl-mode):
12791         * progmodes/delphi.el (delphi-mode):
12792         * progmodes/ebrowse.el (ebrowse-tree-mode)
12793         (ebrowse-electric-list-mode, ebrowse-member-mode)
12794         (ebrowse-electric-position-mode):
12795         * progmodes/f90.el (f90-mode):
12796         * progmodes/fortran.el (fortran-mode):
12797         * progmodes/icon.el (icon-mode):
12798         * progmodes/idlw-help.el (idlwave-help-mode):
12799         * progmodes/idlw-shell.el (idlwave-shell-mode):
12800         * progmodes/idlwave.el (idlwave-mode):
12801         * progmodes/inf-lisp.el (inferior-lisp-mode):
12802         * progmodes/m4-mode.el (m4-mode):
12803         * progmodes/meta-mode.el (metafont-mode, metapost-mode):
12804         * progmodes/modula2.el (modula-2-mode):
12805         * progmodes/octave-inf.el (inferior-octave-mode):
12806         * progmodes/octave-mod.el (octave-mode):
12807         * progmodes/pascal.el (pascal-mode):
12808         * progmodes/sh-script.el (sh-mode):
12809         * progmodes/sql.el (sql-mode, sql-interactive-mode):
12810         * progmodes/vhdl-mode.el (vhdl-mode):
12811         * progmodes/xscheme.el (scheme-interaction-mode):
12812         * replace.el (occur-mode):
12813         * ses.el (ses-mode):
12814         * simple.el (completion-list-mode):
12815         * skeleton.el:
12816         * speedbar.el (speedbar-mode):
12817         * term.el (term-mode):
12818         * terminal.el (terminal-edit-mode):
12819         * textmodes/reftex-index.el (reftex-index-mode)
12820         (reftex-index-phrases-mode):
12821         * textmodes/reftex-sel.el (reftex-select-label-mode)
12822         (reftex-select-bib-mode):
12823         * textmodes/reftex-toc.el (reftex-toc-mode):
12824         * wdired.el (wdired-change-to-wdired-mode):
12825         * wid-browse.el (widget-browse-mode):
12826         Use run-mode-hooks.
12828         * array.el (array-mode):
12829         * calendar/todo-mode.el (todo-mode):
12830         * man.el (Man-mode):
12831         * play/landmark.el (lm-mode):
12832         * play/mpuz.el (mpuz-mode):
12833         Use kill-all-local-variables and run-mode-hooks.
12835         * subr.el (delay-mode-hooks): Specify indentation.
12837 2005-05-26  Mark A. Hershberger  <mah@everybody.org>
12839         * xml.el (xml-substitute-special): Don't die for undefined xml
12840         entities.
12842 2005-05-26  Jay Belanger  <belanger@truman.edu>
12844         * calc/calc-prog.el (calc-user-define-edit): Don't find substring
12845         of nil.
12847 2005-05-27  Nick Roberts  <nickrob@snap.net.nz>
12849         * progmodes/gdb-ui.el (gdb-frame-address):
12850         Rename from gdb-current-address.
12851         (gdb-previous-frame-address): Rename from gdb-previous-address.
12852         (gdb-selected-frame): Rename from gdb-current-frame.
12853         (gdb-get-selected-frame): Rename from gdb-get-current-frame.
12854         (gdb-frame-number): Rename from gdb-current-stack-level.
12855         (gdb-ann3): Match new mode-name for disassembly buffer.
12856         Extend initialization of variables.
12857         (gdb-post-prompt): Update disassembly from gdb-frame-handler.
12858         (gdb-memory-mode): Use mouse-face in header line.
12859         (gdb-assembler-buffer-name): Call it disassembly and give frame
12860         in mode line.
12861         (gdb-source-spec-regexp, gdb-assembler-custom)
12862         (gdb-invalidate-assembler, gdb-frame-handler):
12863         Make robust to leading zeroes in address format.
12865 2005-05-26  Carsten Dominik  <dominik@science.uva.nl>
12867         * textmodes/org.el (org-mode): Use `define-derived-mode' to
12868         define `org-mode'.
12869         (org-agenda-mode): Use `run-mode-hooks' instead of `run-hooks'.
12871 2005-05-26  Stefan Monnier  <monnier@iro.umontreal.ca>
12873         * log-edit.el (log-edit-changelog-entries): Distinguish between
12874         filenames like xfns.c and fns.c.
12876 2005-05-25  Luc Teirlinck  <teirllm@auburn.edu>
12878         * buff-menu.el (Buffer-menu-revert-function): Improve handling of
12879         point after reverting.
12880         (Buffer-menu-make-sort-button): Handle the case where
12881         `Buffer-menu-use-header-line' is nil.
12883 2005-05-25  Thien-Thi Nguyen  <ttn@gnu.org>
12885         * vms-patch.el (vms-magic-right-square-brace, vms-magic-colon):
12886         New funcs.  In minibuffer-local-completion-map bind `]', `/'
12887         and `:' to them.
12889 2005-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
12891         * startup.el (normal-top-level): Allow modification of load-path while
12892         we're iterating over it.
12894 2005-05-25  Juanma Barranquero  <lekktu@gmail.com>
12896         * thumbs.el (thumbs-thumbsdir-max-size, thumbs-temp-file)
12897         (thumbs-cleanup-thumbsdir, thumbs-call-convert)
12898         (thumbs-resize-interactive, thumbs-insert-image)
12899         (thumbs-insert-thumb, thumbs-dired-show-marked)
12900         (thumbs-find-image-at-point, thumbs-delete-images)
12901         (thumbs-rename-images, thumbs-next-image, thumbs-dired-setroot)
12902         (thumbs-increment-image-size, thumbs-decrement-image-size):
12903         Fix typos in docstrings.
12905 2005-05-24  Andre Spiegel  <spiegel@gnu.org>
12907         * progmodes/cperl-mode.el (cperl-vc-header-alist): Obsolete.
12908         (cperl-vc-rcs-header, cperl-vc-sccs-header): New user options.
12909         (cperl-mode): Use them.
12911 2005-05-24  Juanma Barranquero  <lekktu@gmail.com>
12913         * window.el (quit-window, shrink-window-if-larger-than-buffer):
12914         Doc fixes.
12916 2005-05-24  Nick Roberts  <nickrob@snap.net.nz>
12918         * progmodes/gdb-ui.el (gdb-inferior-io-mode-map):
12919         Bind C-d to gdb-inferior-io-eof.
12921         * dired.el (dired-dnd-popup-notice): Use message-box.
12923 2005-05-23  Masatake YAMATO  <jet@gyve.org>
12925         * bindings.el (mode-line-major-mode-keymap):
12926         Bind [mode-line down-mouse-1] to `mouse-major-mode-menu'.
12928         * faces.el (mode-line-highlight): New face.
12930         * ruler-mode.el (ruler-mode-ruler): Use mode-line-highlight
12931         as mouse-face.
12933         * bindings.el (top-level, help-echo, mode-line-modified)
12934         (mode-line-mule-info, mode-line-eol-desc): Use mode-line-highlight
12935         as mouse-face.
12937 2005-05-23  Juanma Barranquero  <lekktu@gmail.com>
12939         * progmodes/cc-engine.el (c-guess-basic-syntax):
12940         Remove spurious call to `zerop'.
12942         * emacs-lisp/cl.el (acons, pairlis): Add docstring.
12944 2005-05-23  Martin Stjernholm  <bug-cc-mode@gnu.org>
12946         CC Mode update to 5.30.10:
12948         * cc-fonts.el (c-font-lock-declarators): Fix bug where the point
12949         could go past the limit in decoration level 2, thereby causing
12950         errors during interactive fontification.
12952         * cc-mode.el (c-make-inherited-keymap): Fix cc-bytecomp bug when
12953         the file is evaluated interactively.
12955         * cc-engine.el (c-guess-basic-syntax): Handle operator
12956         declarations somewhat better in C++.
12958         * cc-styles.el, cc-mode.el (c-run-mode-hooks): New helper macro to
12959         make use of `run-mode-hooks' which has been added in Emacs 21.1.
12960         (c-mode, c++-mode, objc-mode, java-mode, idl-mode, pike-mode)
12961         (awk-mode): Use it.
12962         (make-local-hook): Suppress warning about obsoleteness.
12964         * cc-engine.el, cc-align.el, cc-cmds.el
12965         (c-append-backslashes-forward, c-delete-backslashes-forward)
12966         (c-find-decl-spots, c-semi&comma-no-newlines-before-nonblanks):
12967         Compensate for return value from `forward-line' when it has moved
12968         but not to a different line due to eob.
12970         * cc-engine.el (c-guess-basic-syntax): Fix anchoring in
12971         `objc-method-intro' and `objc-method-args-cont'.
12973 2005-05-23  Alan Mackenzie  <bug-cc-mode@gnu.org>
12975         CC Mode update to 5.30.10:
12977         * cc-mode.el, cc-engine.el, cc-align.el: Change the FSF's address
12978         in the copyright statement.  Incidentally, change "along with GNU
12979         Emacs" to "along with this program" where it occurs.
12981         * cc-mode.el: Add a fourth parameter `t' to the awk-mode autoload,
12982         so that it is interactive, hence can be found by M-x awk-mode
12983         whilst cc-mode is yet to be loaded.  Reported by Glenn Morris
12984         <gmorris+emacs@ast.cam.ac.uk>.
12986         * cc-awk.el: Add character classes (e.g. "[:alpha:]") into AWK
12987         Mode's regexps.
12989 2005-05-23  Kevin Ryde  <user42@zip.com.au>
12991         * cc-align.el (c-lineup-argcont): Ignore conses for {} pairs from
12992         c-parse-state, to avoid a lisp error (on bad code).
12994 2005-05-23  Lute Kamstra  <lute@gnu.org>
12996         * subr.el (font-lock-defaults): Remove defvar as it's already
12997         defined in font-core.el.
12999         * font-lock.el (font-lock-beginning-of-syntax-function): Fix docstring.
13001 2005-05-23  Nick Roberts  <nickrob@snap.net.nz>
13003         * progmodes/gdb-ui.el (gdb-info-locals-handler): Make regexps
13004         more general and work when GDB variable "print pretty" is on,
13005         as with Emacs, for example.
13007 2005-05-22  Luc Teirlinck  <teirllm@auburn.edu>
13009         * font-core.el: Update comment.
13011         * emacs-lisp/easy-mmode.el (define-global-minor-mode):
13012         Use `after-change-major-mode-hook' instead of `find-file-hook'.
13014         * buff-menu.el (Buffer-menu-mode): Use `run-mode-hooks'.
13016 2005-05-22  Eli Zaretskii  <eliz@gnu.org>
13018         * simple.el (yank, yank-pop): Mention `yank-excluded-properties'
13019         and `yank-handler' in the doc strings.
13021 2005-05-22  Stefan Monnier  <monnier@iro.umontreal.ca>
13023         * emacs-lisp/cl.el (eql): Remove.  It's a builtin already.
13025 2005-05-22  Richard M. Stallman  <rms@gnu.org>
13027         * help.el (describe-key): Move print-help-return-message call
13028         out of conditional.
13030         * progmodes/etags.el (list-tags): Use with-no-warnings.
13032         * mail/smtpmail.el (smtpmail-open-stream): Use with-no-warnings.
13033         (smtpmail-send-queued-mail): Avoid beginning-of-buffer.
13034         (starttls-extra-args, starttls-extra-arguments): Add defvars.
13036         * mail/mailalias.el (mail-get-names): Avoid beginning-of-buffer.
13038         * language/viet-util.el (viet-viscii-nonascii-translation-table):
13039         Add defvar.
13041         * emulation/viper-ex.el (viper-ex-work-buf, viper-ex-print-buf):
13042         Use defvar, not defconst.
13044         * hexl.el (hexl-follow-line): Use with-no-warnings.
13046         * emulation/tpu-extras.el: Use write-file-functions instead of
13047         write-file-hooks.
13049         * dired.el (dired-font-lock-keywords): Fontify files with junk
13050         extensions even if marked by -F.
13052 2005-05-22  Juanma Barranquero  <lekktu@gmail.com>
13054         * emacs-lisp/cl.el (pushnew, cl-macroexpand, floatp-safe, plusp)
13055         (minusp, oddp, evenp, mapcar*, list*, copy-list, adjoin, subst):
13056         * emacs-lisp/cl-extra.el (coerce, map, maplist, cl-mapc, mapl)
13057         (mapcan, mapcon, some, every, notany, notevery, signum, isqrt)
13058         (concatenate, list-length, get*, getf, cl-remprop):
13059         * emacs-lisp/cl-macs.el (function*, case, ecase, typecase)
13060         (etypecase, progv, lexical-let, lexical-let*)
13061         (multiple-value-bind, multiple-value-setq, shiftf):
13062         Improve argument/docstring consistency.
13064         * subr.el (focus-frame, unfocus-frame): Revert deletion on 2005-05-01.
13066 2005-05-22  Andre Spiegel  <spiegel@gnu.org>
13068         * vc-cvs.el (vc-cvs-checkout-model): Handle the case where FILE
13069         doesn't exist.
13071         * vc.el (vc-trunk-p): Add autoload cookie.  The function is used in
13072         vc-rcs.el when vc-mistrust-permissions is t, which is not the default.
13074 2005-05-22  Nick Roberts  <nickrob@snap.net.nz>
13076         * emacs-lisp/bytecomp.el: Remove make-obsolete-variable for
13077         already deleted variables: auto-fill-hook, blink-paren-hook,
13078         lisp-indent-hook, inhibit-local-variables, unread-command-event,
13079         suspend-hooks, comment-indent-hook, meta-flag,
13080         before-change-function, after-change-function,
13081         font-lock-doc-string-face.
13083 2005-05-21  Luc Teirlinck  <teirllm@auburn.edu>
13085         * emacs-lisp/derived.el (define-derived-mode): Doc fix.
13087 2005-05-21  Eli Zaretskii  <eliz@gnu.org>
13089         * mail/rmail.el (rmail-reply): Filter the list in reply-to through
13090         rmail-dont-reply-to.
13092 2005-05-21  Frederik Fouvry  <fouvry@CoLi.Uni-SB.DE>
13094         * mail/sendmail.el (mail-send): Use [[:space:]] instead of a
13095         literal blank when splitting new-header-values.
13097 2005-05-21  Matt Hodges  <MPHodges@member.fsf.org>
13099         * calendar/cal-menu.el (cal-menu-update): Add separator as a
13100         string so that tmm doesn't create a completion entry for it.
13102         * textmodes/table.el (table-disable-menu): Ditto.
13104 2005-05-21  Richard M. Stallman  <rms@gnu.org>
13106         * progmodes/idlwave.el (idlwave-doc-header): Use insert-file-contents.
13108         * progmodes/flymake.el (flymake-makehash): Use with-no-warnings.
13110         * net/rcompile.el (remote-compile): Use compilation-start.
13112         * tmm.el (tmm-shortcut): Avoid using beginning-of-buffer.
13114 2005-05-21  Daniel Pfeiffer  <occitan@esperanto.org>
13116         * files.el (auto-mode-alist): Check GNUmakefile before makefile.
13117         Default to makefile-bsdmake-mode on BSD systems.
13119         * imenu.el (imenu-generic-expression, imenu--generic-function'):
13120         REGEXP may also be a search function now.  The part of doc-string
13121         for describing the structure was 95% identical to that of
13122         `imenu--generic-function'.  Unify it there.
13124         * progmodes/make-mode.el (makefile-imenu-generic-expression):
13125         Use function to find dependencies, because regexp alone is so complex,
13126         it easily goes into an endless loop.
13127         (makefile-makepp-mode): Also add submenu for Perl functions
13128         defined in the makefile.
13129         (makefile-bsdmake-mode): Special imenu-generic-expression no
13130         longer needed, due to function call.
13131         (makefile-match-dependency): Take BOUND into account when checking
13132         if we're through.
13134 2005-05-20  Jay Belanger  <belanger@truman.edu>
13136         * calc/calc-units.el (calc-invalidate-units-table):
13137         Use inhibit-read-only.
13138         (math-build-units-table-buffer): Use view-mode.
13140 2005-05-20  David Kastrup  <dak@gnu.org>
13142         * emacs-lisp/easymenu.el (easy-menu-add): Correct docstring since
13143         easy-menu-add is not a nop on Emacs; and clarify when to call it.
13145 2005-05-20  Lute Kamstra  <lute@gnu.org>
13147         * diff-mode.el (diff-header-face, diff-file-header-face)
13148         (diff-index-face, diff-hunk-header-face, diff-removed-face)
13149         (diff-added-face, diff-changed-face, diff-function-face)
13150         (diff-context-face, diff-nonexistent-face): Put them in the
13151         diff-mode customization group.
13153 2005-05-20  Stefan Monnier  <monnier@iro.umontreal.ca>
13155         * progmodes/vhdl-mode.el (vhdl-font-lock-match-item): Simplify regexp.
13157         * progmodes/sh-script.el (sh-mode, sh-get-word): Minor regexp fixes.
13159         * font-lock.el (lisp-font-lock-keywords-2): Don't error.
13160         Minor regexp-optimization.
13162 2005-05-20  Carsten Dominik  <dominik@science.uva.nl>
13164         * textmodes/org.el (org-agenda-toggle-time-grid): New command.
13165         (org-agenda-use-time-grid, org-agenda-time-grid): New options.
13166         (org-agenda-add-time-grid-maybe): New function.
13167         (org-agenda): Call `org-agenda-add-time-grid-maybe'.
13168         (org-table-create): `dotimes' instead of `mapcar'.
13169         (org-xor): Simplify implementation.
13170         (org-agenda): `inhibit-redisplay' turned on.
13171         (org-agenda-change-all-lines): Use `org-format-agenda-item' to get
13172         a consistent line after a state change.
13173         (org-agenda-remove-times-when-in-prefix): New option.
13174         (org-prefix-has-time): New variable.
13175         (org-parse-time-string): Optional argument NODEFAULT.
13176         (org-format-agenda-item): Parse items for time-of-day
13177         specifications and move these into the prefix if possible.
13178         (org-agenda-priority): Get current heading, not previous heading
13179         during agenda remote editing.
13181 2005-05-20  Juanma Barranquero  <lekktu@gmail.com>
13183         * emacs-lisp/cl-seq.el (reduce, fill, replace, remove*)
13184         (remove-if, remove-if-not, delete*, delete-if, delete-if-not)
13185         (remove-duplicates, delete-duplicates, substitute)
13186         (substitute-if, substitute-if-not, nsubstitute, nsubstitute-if)
13187         (nsubstitute-if-not, find, find-if, find-if-not, position)
13188         (position-if, position-if-not, count, count-if, count-if-not)
13189         (mismatch, search, sort*, stable-sort, merge, member*)
13190         (member-if, member-if-not, assoc*, assoc-if, assoc-if-not)
13191         (rassoc*, rassoc-if, rassoc-if-not, union, nunion)
13192         (intersection, nintersection, set-difference, nset-difference)
13193         (set-exclusive-or, nset-exclusive-or, subsetp, subst-if)
13194         (subst-if-not, nsubst, nsubst-if, nsubst-if-not, sublis)
13195         (nsublis, tree-equal): Improve argument/docstring consistency.
13197         * subr.el (send-string, send-region): Remove obsolescence declaration.
13198         (window-dot, set-window-dot, read-input, show-buffer)
13199         (eval-current-buffer, string-to-int):
13200         Add release number to obsolescence declarations.
13202 2005-05-19  Kim F. Storm  <storm@cua.dk>
13204         * ido.el (ido-magic-forward-char): Enter ido-find-file at end of input.
13205         (ido-magic-backward-char): Enter ido-switch-buffer at start of input.
13207 2005-05-20  Matt Hodges  <MPHodges@member.fsf.org>
13209         * faces.el (list-faces-display): Make back button respect optional
13210         regexp arg.
13212 2005-05-19  Juanma Barranquero  <lekktu@gmail.com>
13214         * calculator.el (calculator-radix-grouping-mode)
13215         (calculator-radix-grouping-digits, calculator-displayer)
13216         (calculator-radix-grouping-separator, calculator-copy-displayer):
13217         * dabbrev.el (dabbrev-search-these-buffers-only):
13218         * diff-mode.el (diff-jump-to-old-file, diff-update-on-the-fly)
13219         (diff-advance-after-apply-hunk, diff-mode-hook)
13220         (diff-minor-mode-prefix):
13221         * imenu.el (imenu-use-popup-menu):
13222         * jit-lock.el (jit-lock-context-time):
13223         * newcomment.el (comment-fill-column, comment-column)
13224         (comment-style, comment-padding, comment-multi-line)
13225         (comment-empty-lines, comment-auto-fill-only-comments):
13226         * reveal.el (reveal-around-mark):
13227         * uniquify.el (uniquify-buffer-name-style)
13228         (uniquify-after-kill-buffer-p)
13229         (uniquify-ask-about-buffer-names-p, uniquify-ignore-buffers-re)
13230         (uniquify-min-dir-content, uniquify-separator)
13231         (uniquify-trailing-separator-p, uniquify-strip-common-suffix):
13232         * w32-vars.el (w32-fixed-font-alist):
13233         * emacs-lisp/testcover.el (testcover-potentially-1value-functions):
13234         * obsolete/rsz-mini.el (resize-minibuffer-frame-max-height):
13235         * progmodes/antlr-mode.el (antlr-font-lock-maximum-decoration):
13236         * progmodes/perl-mode.el (perl-indent-level)
13237         (perl-continued-statement-offset, perl-continued-brace-offset)
13238         (perl-brace-offset, perl-brace-imaginary-offset)
13239         (perl-label-offset, perl-indent-continued-arguments)
13240         (perl-tab-always-indent, perl-tab-to-comment, perl-nochange):
13241         * progmodes/tcl.el (tcl-indent-level)
13242         (tcl-continued-indent-level, tcl-auto-newline)
13243         (tcl-tab-always-indent, tcl-electric-hash-style)
13244         (tcl-help-directory-list, tcl-use-smart-word-finder)
13245         (tcl-application, tcl-command-switches, tcl-prompt-regexp)
13246         (inferior-tcl-source-command):
13247         * textmodes/fill.el (enable-kinsoku):
13248         * textmodes/reftex-vars.el (reftex-index-phrases-wrap-long-lines):
13249         * textmodes/table.el (table-yank-handler):
13250         Specify missing group (and type, if simple) in defcustom.
13252 2005-05-19  Luc Teirlinck  <teirllm@auburn.edu>
13254         * progmodes/compile.el (compilation-finish-function): Fix defvar.
13256 2005-05-19  Richard M. Stallman  <rms@gnu.org>
13258         * progmodes/make-mode.el (makefile-mode): Use run-mode-hooks.
13260         * subr.el (event-basic-type): Don't get an error.
13261         (left-fringe-p): Function deleted.
13263         * buff-menu.el (Buffer-menu-buffer-face): In group Buffer-menu.
13264         (list-buffers-noselect): Set `font-lock-face' property, not `face'.
13266         * dired-aux.el (dired-copy-file-recursive): Handle symlinks
13267         in recursive copy.
13269         * frame.el (show-trailing-whitespace): In group `whitespace-faces'.
13271         * emacs-lisp/byte-run.el (eval-when-compile): Doc fix.
13273         * emacs-lisp/bytecomp.el
13274         (byte-compile-file-form-custom-declare-variable):
13275         Call byte-compile-nogroup-warn if appropriate.
13277         * progmodes/compile.el (compilation-finish-function): Mark obsolete.
13278         (compilation-set-window): Don't call left-fringe-p; do it directly.
13280 2005-05-19  Jay Belanger  <belanger@truman.edu>
13282         * calc/calc-graph.el (calc-graph-format-data): Make sure
13283         var-PlotRejects is bound before trying to check its value.
13285 2005-05-19  Carsten Dominik  <dominik@science.uva.nl>
13287         * textmodes/reftex.el (reftex-isearch-minor-mode): Move the
13288         definition of this variable from reftex-global.el to reftex.el,
13289         because it is needed in the menu.
13291 2005-05-19  Lute Kamstra  <lute@gnu.org>
13293         * emacs-lisp/copyright.el (copyright-fix-years): Make sure all
13294         years are fixed.  Don't insert a space after a dash.
13296 2005-05-19  Kim F. Storm  <storm@cua.dk>
13298         * emulation/crisp.el (crisp-home, crisp-end): Put CUA property.
13300 2005-05-19  Daniel Pfeiffer  <occitan@esperanto.org>
13302         * font-lock.el (lisp-font-lock-keywords-2): Do \\) only in
13303         strings, because (eq ... ?\\) is fairly frequent.
13305         * progmodes/make-mode.el (makefile-add-this-line-targets):
13306         Simplify and integrate into `makefile-pickup-targets'.
13307         (makefile-add-this-line-macro): Simplify and integrate into
13308         `makefile-pickup-macros.
13309         (makefile-pickup-filenames-as-targets): Simplify.
13310         (makefile-previous-dependency, makefile-match-dependency):
13311         Don't stumble over `::'.
13313 2005-05-19  Nick Roberts  <nickrob@snap.net.nz>
13315         * subr.el (post-command-idle-hook, post-command-idle-delay):
13316         Remove obsoletion of post-command-idle-hook and
13317         post-command-idle-delay.
13319         * faces.el (list-faces-display): Provide button when describe-face
13320         is called to take user back to the list of faces.
13322         * help-fns.el (describe-variable): Remove hyperlinks in a
13323         variable's value as these are quite frequently inappropriate.
13325         * follow.el (follow-submit-feedback, follow-mode):
13326         Remove references to post-command-idle-hook.
13328 2005-05-18  Daniel Pfeiffer  <occitan@esperanto.org>
13330         * progmodes/make-mode.el (makefile-previous-dependency)
13331         (makefile-match-dependency): Check for := (and in bsd mode also
13332         !=) to give a better result, even when font-lock is not on.
13334 2005-05-18  Jay Belanger  <belanger@truman.edu>
13336         * calc/calc-help.el (calc-s-prefix-help):
13337         Add `calc-copy-special-constant' to help string.
13339 2005-05-18  Luc Teirlinck  <teirllm@auburn.edu>
13341         * emacs-lisp/eldoc.el (eldoc-mode): Doc fix.
13343 2005-05-18  Jay Belanger  <belanger@truman.edu>
13345         * calc/calc-poly.el (math-factor-poly-coefs): Make sure the terms
13346         in linear factors are in proper order.
13348 2005-05-18  Carsten Dominik  <dominik@science.uva.nl>
13350         * textmodes/reftex-vars.el (reftex-cite-format-builtin):
13351         Support for jurabib.
13353         * textmodes/reftex.el (featurep): Define aliases for overlay
13354         commands, for XEmacs compatibility, and use these aliases in
13355         overlay initializations.
13356         (reftex-highlight): Use `reftex-move-overlay'.
13357         (reftex-unhighlight): Use `reftex-delete-overlay'.
13358         (reftex-uniq): Function removed.  Use `reftex-uniquify' instead.
13359         (reftex-access-search-path): Use `reftex-uniquify' instead of
13360         `reftex-uniq'
13362         * textmodes/reftex-sel.el (reftex-select-unmark): Overlay
13363         `before-string' property modification enables for Emacs as well.
13364         (reftex-select-item): Use `reftex-delete-overlay'.
13365         (reftex-select-mark): Use `reftex-make-overlay' and
13366         `reftex-overlay-put'.
13367         (reftex-select-unmark): Use `reftex-delete-overlay' and
13368         `reftex-overlay-put'.
13370 2005-05-18  Lute Kamstra  <lute@gnu.org>
13372         * emacs-lisp/lisp.el (check-parens): Fix docstring.
13374 2005-05-18  Juanma Barranquero  <lekktu@gmail.com>
13376         * add-log.el (add-change-log-entry):
13377         * array.el (array-make-template, array-reconfigure-rows)
13378         (array-init-max-row, array-init-max-column)
13379         (array-init-columns-per-line, array-init-field-width):
13380         * replace.el (replace-match-maybe-edit, perform-replace):
13381         * textmodes/spell.el (spell-region):
13382         Replace `read-input' by `read-string'.
13384         * forms.el (forms-mode):
13385         * finder.el (finder-compile-keywords):
13386         * shadowfile.el (shadow-read-files):
13387         Replace `eval-current-buffer' by `eval-buffer'.
13389         * terminal.el (te-pass-through):
13390         * net/ange-ftp.el (ange-ftp-process-filter, ange-ftp-gwp-filter)
13391         (ange-ftp-raw-send-cmd):
13392         * net/telnet.el (telnet-interrupt-subjob, telnet-c-z)
13393         (send-process-next-char, telnet-initial-filter, telnet):
13394         Replace `send-string' by `process-send-string'.
13396         * progmodes/prolog.el (inferior-prolog-mode): Doc fix.
13397         (prolog-consult-region): Replace `send-string' by
13398         `process-send-string'; replace `send-region' by `process-send-region'.
13400         * progmodes/delphi.el (delphi-log-msg):
13401         Replace `set-window-dot' by `set-window-point'.
13403         * subr.el (window-dot, set-window-dot, read-input, send-string)
13404         (send-region, show-buffer, eval-current-buffer):
13405         Make really obsolete, as the comment says.
13407 2005-05-17  Kim F. Storm  <storm@cua.dk>
13409         * emulation/cua-base.el (cua-use-hyper-key): Doc fix.
13410         (cua--init-keymaps): Bind C-return instead of S-return to set
13411         rectangle mark.
13413         * emulation/cua-rect.el (cua--init-rectangles): Bind C-return
13414         instead of S-return to toggle/clear rectangle mark.
13416 2005-05-17  Daniel Pfeiffer  <occitan@esperanto.org>
13418         * progmodes/make-mode.el (makefile-dependency-skip): New variable.
13419         (makefile-macroassign-regex, makefile-make-font-lock-keywords):
13420         Also fontify plain strings assigned to variables, mostly so that a
13421         colon has a face and is thus not taken as a dependency separator.
13422         (makefile-previous-dependency): Inline the new matcher, because it
13423         is too complex to work in both directions.
13424         (makefile-match-dependency): Eliminate `backward' arg (see above).
13425         Completely reimplemented so as to not sometimes go into an endless
13426         loop.  It should also be more efficient, because first it only
13427         searches for `:', instead of applying the very complex regexp.
13428         (makefile-mode): Cancel `font-lock-support-mode', because blocks
13429         to be fontified in one piece can be too long for JIT.
13430         Makefiles are never *that* big.
13432 2005-05-17  Reiner Steib  <Reiner.Steib@gmx.de>
13434         * dired.el (dired-mode): Simplify.
13436 2005-05-17  Lute Kamstra  <lute@gnu.org>
13438         * emacs-lisp/easy-mmode.el (define-minor-mode): Don't generate a
13439         defcustom for the mode hook variable.
13441         * emacs-lisp/authors.el (authors): Do parse the ChangeLogs of the
13442         Emacs Lisp Reference Manual.
13444 2005-05-17  Juanma Barranquero  <lekktu@gmail.com>
13446         * emacs-lisp/cl.el (eql, floatp-safe, plusp, minusp, oddp)
13447         (evenp, list*):
13448         * emacs-lisp/cl-macs.el (macrolet, symbol-macrolet):
13449         * emacs-lisp/cl-seq.el (subsetp, tree-equal): Doc fixes.
13451         * net/tramp-smb.el (tramp-smb-open-connection):
13452         Pass `tramp-chunksize' as fifth (required) argument.
13454 2005-05-16  Daniel Pfeiffer  <occitan@esperanto.org>
13456         * font-lock.el (lisp-font-lock-keywords-1):
13457         Set `font-lock-negation-char-face' for [^...] char group.
13458         (lisp-font-lock-keywords-2): Highlight regexp's \\( \\| \\).
13460         * progmodes/make-mode.el (makefile-dependency-regex): Turn it into
13461         a var, and refine it to mask one more level of nested vars.
13462         (makefile-rule-action-regex): Turn it into a var, and refine it so
13463         it recognizes backslashed continuation lines as belonging to the
13464         same command.
13465         (makefile-macroassign-regex): Refine it so it recognizes
13466         backslashed continuation lines as belonging to the same command.
13467         (makefile-var-use-regex): Don't look at the next char, because it
13468         might be the same one to be skipped by the initial [^$], leading
13469         to an overlooked variable use.
13470         (makefile-make-font-lock-keywords): Remove two parameters, which
13471         are now variables that some of the modes set locally.
13472         Handle dependency and rule action matching through functions, because
13473         regexps alone match too often.  Dependency matching now comes
13474         last, so it can check, whether a colon already matched something else.
13475         (makefile-mode): Inform that font-lock improves makefile parsing
13476         capabilities.
13477         (makefile-match-dependency, makefile-match-action): New functions.
13479 2005-05-16  Juanma Barranquero  <lekktu@gmail.com>
13481         * emacs-lisp/cl-extra.el (equalp): Doc fix.
13483         * align.el (align-regexp):
13484         * ansi-color.el (ansi-color-get-face):
13485         * array.el (array-reconfigure-rows, array-init-max-row)
13486         (array-init-max-column, array-init-columns-per-line)
13487         (array-init-field-width):
13488         * dired-aux.el (dired-trample-file-versions):
13489         * dired-x.el (dired-mark-sexp):
13490         * ediff-diff.el (ediff-extract-diffs, ediff-get-diff3-group):
13491         * edmacro.el (edmacro-finish-edit, edmacro-parse-keys):
13492         * emerge.el (emerge-extract-diffs, emerge-get-diff3-group):
13493         * faces.el (face-read-integer):
13494         * files.el (backup-extract-version, insert-directory):
13495         * hexl.el (hexl-insert-decimal-char):
13496         * server.el (server-process-filter):
13497         * shell.el (shell-extract-num):
13498         * startup.el (command-line-1):
13499         * term.el (term-command-hook):
13500         * time-stamp.el (time-stamp, time-stamp-string-preprocess)
13501         (time-stamp-do-number):
13502         * time.el (display-time-update):
13503         * timezone.el (timezone-parse-date, timezone-zone-to-minute)
13504         (timezone-fix-time):
13505         * vms-patch.el (vms-suspend-resume-hook):
13506         * calendar/appt.el (appt-convert-time):
13507         * calendar/cal-bahai.el (mark-bahai-diary-entries):
13508         * calendar/cal-hebrew.el (mark-hebrew-diary-entries):
13509         * calendar/cal-islam.el (mark-islamic-diary-entries):
13510         * calendar/calendar.el (calendar-cursor-to-date)
13511         (calendar-star-date):
13512         * calendar/diary-lib.el (diary-attrtype-convert)
13513         (mark-diary-entries, diary-entry-time):
13514         * calendar/solar.el (solar-get-number):
13515         * emacs-lisp/lisp-mnt.el (lm-last-modified-date):
13516         * emacs-lisp/re-builder.el (reb-display-subexp):
13517         * emulation/edt.el (edt-set-scroll-margins):
13518         * emulation/tpu-extras.el (tpu-set-scroll-margins):
13519         * emulation/vip.el (vip-get-ex-token, vip-get-ex-buffer)
13520         (vip-get-ex-count):
13521         * emulation/viper-ex.el (viper-get-ex-token)
13522         (viper-get-ex-buffer, viper-get-ex-count, ex-next):
13523         * international/fontset.el (fontset-plain-name):
13524         * mail/feedmail.el (feedmail-look-at-queue-directory):
13525         * mail/mailalias.el (mail-get-names):
13526         * mail/rmail.el (rmail-convert-to-babyl-format):
13527         * mail/rmailsum.el (rmail-make-basic-summary-line)
13528         (rmail-summary-next-same-subject, rmail-summary-rmail-update)
13529         (rmail-summary-goto-msg):
13530         * mail/smtpmail.el (smtpmail-read-response):
13531         * net/ange-ftp.el (ange-ftp-guess-hash-mark-size)
13532         (ange-ftp-vms-add-file-entry):
13533         * play/gametree.el (gametree-looking-at-ply)
13534         (gametree-current-branch-score):
13535         * progmodes/ada-xref.el (ada-prj-find-prj-file)
13536         (ada-xref-find-in-modified-ali, ada-find-in-src-path):
13537         * progmodes/cperl-mode.el (condition-case):
13538         * progmodes/ebrowse.el (ebrowse-set-tree-indentation)
13539         (ebrowse-set-member-buffer-column-width)
13540         (ebrowse-select-1st-to-9nth):
13541         * progmodes/etags.el (etags-snarf-tag):
13542         * progmodes/flymake.el (flymake-parse-line):
13543         * progmodes/idlw-shell.el (idlwave-shell-parse-line)
13544         (idlwave-shell-filter-bp, idlwave-shell-goto-next-error)
13545         (idlwave-shell-menu-def):
13546         * progmodes/ps-mode.el (ps-run-goto-error):
13547         * progmodes/vhdl-mode.el (vhdl-read-offset, vhdl-load-cache)
13548         (vhdl-speedbar-contract-level):
13549         * term/mac-win.el (x-handle-numeric-switch):
13550         * term/sun-mouse.el (sun-get-frame-data):
13551         * term/w32-win.el (x-handle-numeric-switch):
13552         * term/x-win.el (x-handle-numeric-switch):
13553         * textmodes/ispell.el (ispell-parse-output):
13554         * textmodes/nroff-mode.el (nroff-outline-level):
13555         * textmodes/reftex-cite.el (reftex-bib-sort-year)
13556         (reftex-bib-sort-year-reverse, reftex-format-citation):
13557         * textmodes/reftex-parse.el (reftex-init-section-numbers)
13558         (reftex-section-number):
13559         * textmodes/texinfmt.el (texinfo-paragraphindent):
13560         Replace `string-to-int' by `string-to-number'.
13562         * international/latexenc.el: Add page marker to force the "Local
13563         Variables:" string out of the last page.
13565 2005-05-16  Nick Roberts  <nickrob@snap.net.nz>
13567         * progmodes/gud.el (gud-tooltip-mode): Add gud prefix to
13568         tooltip-change-major-mode.
13569         (gud-tooltip-print-command): Remove case where gud-minor-mode
13570         is gdb ("--fullname").
13571         (gud-tooltip-tips): Turn GUD tooltips off for this case and
13572         explain to user.
13574 2005-05-16  Jay Belanger  <belanger@truman.edu>
13576         * calc/calc-store.el (calc-copy-special-constant): New function.
13578         * calc/calc-ext.el (calc-init-extensions): Add binding for
13579         `calc-copy-special-constant'.
13581         * calc/calc-prog.el (calc-edit-format-macro-buffer): Add a case
13582         for the `calc-copy-special-constant' command.
13584 2005-05-16  Nick Roberts  <nickrob@snap.net.nz>
13586         * subr.el (left-fringe-p): New function.
13588         * progmodes/compile.el (compilation-setup): Set local value of
13589         overlay-arrow-string to "" always.
13590         (compilation-set-window): Left fringe then don't scroll.
13591         No left fringe then no arrow and scroll message to top.
13592         (compilation-context-lines): Adjust doc string accordingly.
13594 2005-05-16  Kim F. Storm  <storm@cua.dk>
13596         * ido.el (ido-magic-forward-char, ido-magic-backward-char)
13597         (ido-magic-delete-char): New commands for C-f, C-b, C-d.
13598         (ido-wide-find-dir-or-delete-dir): New command for M-d.
13599         (ido-define-mode-map): Bind them.  Add C-x prefix to fallback commands.
13600         (ido-read-file-name): Handle commands with ido property value
13601         equal to find-file as reading a file name, to allow C-d to enter dired.
13602         (ibuffer-find-file): Add ido property with value find-file.
13604 2005-05-15  Kim F. Storm  <storm@cua.dk>
13606         * subr.el (open-network-stream-nowait): Remove.
13607         (open-network-stream-server): Remove.
13609 2005-05-15  Richard M. Stallman  <rms@gnu.org>
13611         * faces.el (describe-face): Output a definition link button.
13613         * help-mode.el (help-face-def): New button type.
13615         * emacs-lisp/copyright.el (copyright-fix-years):
13616         Match properly if the first year is 2-digit.
13617         Don't mess up the whitespace after the years by filling.
13619         * dired-aux.el (dired-mark-confirm):
13620         Pass t to dired-get-marked-files for DISTINGUISH-ONE-MARKED.
13622         * dired.el (dired-map-over-marks): New arg DISTINGUISH-ONE-MARKED.
13623         (dired-get-marked-files): New arg DISTINGUISH-ONE-MARKED.
13624         (dired-mark-pop-up): Handle FILES = (t FILE) specially.
13626         * emacs-lisp/lisp-mode.el (lisp-mode-variables):
13627         Set font-lock-comment-start-skip.
13629         * font-lock.el (font-lock-comment-start-skip): New variable.
13630         (font-lock-comment-end-skip): New variable.
13631         (font-lock-fontify-syntactically-region): Use them if non-nil.
13633 2005-05-15  Jay Belanger  <belanger@truman.edu>
13635         * calc/calc-store.el (calc-store-value): Return a string rather
13636         than display it as a message.
13637         Use calc-var-name for variable name.
13638         (calc-store-into): Add the result of calc-store-value to message.
13639         (calc-copy-variable): Add a message.
13640         (calc-store-exchange): Improve error messages.
13641         (calc-store-binary, calc-store-map): Don't reset the values of
13642         special constants.
13644 2005-05-14  Luc Teirlinck  <teirllm@auburn.edu>
13646         * emacs-lisp/derived.el (define-derived-mode): Add link to Elisp
13647         manual to docstring.
13649         * files.el (hack-local-variables-confirm): Add STRING argument.
13650         Make the function handle non file visiting buffers correctly.
13651         (hack-local-variables-prop-line, hack-local-variables)
13652         (hack-one-local-variable): Use STRING arg of
13653         `hack-local-variables-confirm'.
13655 2005-05-14  Michael Albinus  <michael.albinus@gmx.de>
13657         Sync with Tramp 2.0.49.
13659         * net/tramp.el (tramp-handle-dired-call-process)
13660         (tramp-handle-insert-directory):`insert-buffer' cannot be used
13661         because the contents of the Tramp buffer is changed before
13662         insertion (`expand-file' and alike).
13663         (tramp-handle-insert-directory): If `localname' has an empty
13664         nondirectory name, it must not be quoted.
13665         (tramp-pre-connection): Add parameter CHUNKSIZE.  Make local
13666         variable `tramp-chunksize'.  Change callees.
13667         (tramp-open-connection-setup-interactive-shell): Check remote host
13668         for buggy `send-process-string' implementation.
13669         Set `tramp-chunksize' if found.  Reported by Michael Kifer
13670         <kifer@cs.sunysb.edu> (and a lot of other people all the years).
13671         (tramp-handle-shell-command): `insert-buffer' cannot be used
13672         because the contents of the Tramp buffer is changed before
13673         insertion (`expand-file' and alike).  Reported by Fr\e,Ai\e(Bd\e,Ai\e(Bric Bothamy
13674         <frederic.bothamy@free.fr>.
13675         (tramp-set-auto-save): Actions should be done for Tramp file name
13676         handler only.  Ange-FTP has its own auto-save mechanism.
13677         Reported by Richard G. Bielawski <Richard.G.Bielawski@wellsfargo.com>.
13678         (tramp-set-auto-save-file-modes): Set file modes of
13679         `buffer-auto-save-file-name' to ?\600 as fallback solution.
13680         Reported by Ferenc Wagner <wferi@tba.elte.hu>.
13681         (tramp-bug): Remove obsolete variable.
13682         (tramp-append-tramp-buffers): Rewrite partly.  More suitable check
13683         for presence of `mml-mode'.  Make it running for older Emacsen as well.
13685 2005-05-14  John Paul Wallington  <jpw@pobox.com>
13687         * ibuf-ext.el (define-ibuffer-filter filename):
13688         If `dired-directory' is a list, use its car.
13690 2005-05-14  Daniel Brockman  <daniel@brockman.se>  (tiny change)
13692         * ibuffer.el (define-ibuffer-column filename):
13693         If `dired-directory' is a list, use its car.
13695 2005-05-14  Richard M. Stallman  <rms@gnu.org>
13697         * subr.el (symbol-file): Doc fix.
13699         * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn): New function.
13700         (byte-compile-form): Call byte-compile-nogroup-warn.
13701         (byte-compile-warning-types): Doc fix.
13703         * eshell/esh-mode.el (eshell-find-tag): Use with-no-warnings.
13705         * progmodes/cc-engine.el (c-literal-faces):
13706         Add font-lock-comment-delimiter-face.
13708         * net/net-utils.el (dig): Use with-no-warnings.
13710         * mail/supercite.el (sc-cite-frame-alist, sc-uncite-frame-alist)
13711         (sc-recite-frame-alist, sc-default-cite-frame)
13712         (sc-default-uncite-frame, sc-default-recite-frame)
13713         (sc-attrib-selection-list, sc-rewrite-header-list):
13714         Mark as risky-local-variable.
13716         * international/ogonek.el (ogonek-jak, ogonek-how):
13717         Don't use beginning-of-buffer.
13719         * emacs-lisp/eldoc.el (eldoc-documentation-function): Add autoload.
13721         * calendar/solar.el (solar-data-list): Move definition up.
13723         * dnd.el (dnd-protocol-alist): Add autoload.
13725         * progmodes/sh-script.el: Many doc usage fixes.
13726         (sh-indent-after-do): Change default to match common styles.
13728 2005-05-13  Luc Teirlinck  <teirllm@auburn.edu>
13730         * files.el (interpreter-mode-alist)
13731         (auto-mode-interpreter-regexp): Doc fixes.
13733 2005-05-13  Matt Hodges  <MPHodges@member.fsf.org>
13735         * tmm.el (tmm-get-keymap): Include only active menus and menu items.
13737         * emacs-lisp/easymenu.el (easy-menu-define): Doc fixes.
13739 2005-05-13  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
13741         * dired.el (dired-mode): make-variable-buffer-local =>
13742         make-local-variable.
13744 2005-05-13  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
13746         * term/mac-win.el (mac-select-convert-to-string): Try coding
13747         systems in mac-script-code-coding-systems if specified one cannot
13748         encode string for `com.apple.traditional-mac-plain-text'.
13750 2005-05-13  Daniel Pfeiffer  <occitan@esperanto.org>
13752         * progmodes/make-mode.el (makefile-targets-face)
13753         (makefile-shell-face, makefile-makepp-perl-face): New faces.
13754         (makefile-dependency-regex): Fix it to not make the colon in
13755         $(var:a=b) special.
13756         (makefile-rule-action-regex): New regexp for highlighting embedded
13757         Shell strings.
13758         (makefile-macroassign-regex): Handle != for highlighting as
13759         embedded Shell strings.
13760         (makefile-var-use-regex): New const.
13761         (makefile-statements, makefile-automake-statements)
13762         (makefile-gmake-statements, makefile-makepp-statements)
13763         (makefile-bsdmake-statements): New consts.
13764         (makefile-make-font-lock-keywords): New function.
13765         (makefile-automake-font-lock-keywords)
13766         (makefile-gmake-font-lock-keywords)
13767         (makefile-makepp-font-lock-keywords)
13768         (makefile-bsdmake-font-lock-keywords): New consts.
13769         (makefile-mode-map): Add switchers between the various submodes.
13770         (makefile-mode): Document the availability of the variants.
13771         (makefile-automake-mode, makefile-gmake-mode)
13772         (makefile-makepp-mode, makefile-bsdmake-mode): New derived modes.
13774         * files.el (auto-mode-alist, interpreter-mode-alist): Set up the
13775         new variants of makefile-mode.
13777 2005-05-12  Stefan Monnier  <monnier@iro.umontreal.ca>
13779         * font-lock.el (font-lock-comment-delimiter-face): Fix up
13780         the inheritance.
13782 2005-05-12  Luc Teirlinck  <teirllm@auburn.edu>
13784         * progmodes/inf-lisp.el (inferior-lisp-mode-hook)
13785         (inferior-lisp-load-hook): Convert defcustoms back to defvars.
13787         * files.el (normal-mode): Extend the scope of the
13788         `enable-local-variables' binding to include the `set-auto-mode' call.
13789         (magic-mode-alist): Doc fix.
13791 2005-05-12  Stefan Monnier  <monnier@iro.umontreal.ca>
13793         * font-lock.el (font-lock-comment-delimiter-face): Inherit from
13794         font-lock-comment-face rather than copying its setting.
13796 2005-05-12  Andreas Schwab  <schwab@suse.de>
13798         * eshell/esh-mode.el (eshell-send-input): Doc fix.
13800 2005-05-12  Lute Kamstra  <lute@gnu.org>
13802         * emacs-lisp/generic.el (define-generic-mode): Don't generate a
13803         defcustom for the mode hook variable.  Delete the last argument.
13804         * generic-x.el: Fix callers of define-generic-mode.
13805         (generic-x-modes): Delete group.
13806         (show-tabs-tab-face, show-tabs-space-face): Put them in the
13807         generic-x customization group.
13809 2005-05-12  Kim F. Storm  <storm@cua.dk>
13811         * font-lock.el (font-lock-negation-char-face): Default to "off".
13813         * progmodes/cc-fonts.el (c-basic-matchers-before): Don't apply
13814         font-lock-negation-char-face to ! in !=.
13816 2005-05-12  Masatake YAMATO  <jet@gyve.org>
13818         * add-log.el (find-change-log): Fix typos in the docstring
13819         of function.
13821 2005-05-11  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
13823         * international/latexenc.el (latexenc-find-file-coding-system):
13824         Avoid `re-search-forward' when looking for input encoding because
13825         of speed and safety.  Better regular expressions for recognizing
13826         input encoding.  Limit a search for TeX-master/tex-main-file to
13827         the local variable section.
13829 2005-05-11  Dan Nicolaescu  <dann@ics.uci.edu>
13831         * progmodes/sh-script.el (sh-mode-default-syntax-table): Set the
13832         syntax of $ to "'" (quote).
13834 2005-05-11  Reiner Steib  <Reiner.Steib@gmx.de>
13836         * dnd.el (dnd-protocol-alist): Improve custom type.
13838         * dired.el (dired-dnd-protocol-alist): New variable.
13839         (dired-mode): Use `dired-dnd-protocol-alist'.  Move call of
13840         `dired-mode-hook' to the end.
13842 2005-05-11  Stefan Monnier  <monnier@iro.umontreal.ca>
13844         * font-lock.el (font-lock-fontify-syntactically-region): Don't use
13845         comment-end if comment-start-skip is not set.
13846         Obey the font-lock-comment-delimiter-face variables.
13848 2005-05-11  Stefan Monnier  <monnier@iro.umontreal.ca>
13850         * files.el (executable-find): Move from executable.el.  Use
13851         locate-file.
13852         * progmodes/executable.el (executable-find): Move to files.el.
13854         * font-lock.el (font-lock-fontify-keywords-region): Use a marker
13855         when trying to ensure forward progress.
13857 2005-05-11  Chong Yidong  <cyd@stupidchicken.com>
13859         * mouse-sel.el (mouse-sel-follow-link-p): New function.
13860         (mouse-select, mouse-select-internal, mouse-extend-internal):
13861         Use it to implement mouse-1-click-follows-link functionality.
13863 2005-05-11  Richard M. Stallman  <rms@gnu.org>
13865         * font-lock.el (font-lock-fontify-syntactically-region):
13866         Use font-lock-comment-delimiter-face for comment delimiters.
13868 2005-05-10  Jay Belanger  <belanger@truman.edu>
13870         * calc/calc-help.el (calc-m-prefix-help): Add mention of
13871         preserving embedded modes.
13873 2005-05-10  Richard M. Stallman  <rms@gnu.org>
13875         * progmodes/sh-script.el (sh-indent-for-do): Default to 0.
13877         * progmodes/ada-mode.el (ada-adjust-case-skeleton):
13878         Move from ada-stmt.el.
13879         (ada-mode): Add ada-adjust-case-skeleton to skeleton-end-hook.
13881         * progmodes/ada-stmt.el (ada-adjust-case-skeleton):
13882         Move to ada-mode.el.
13883         (ada-stmt-mode-hook): Delete; do the work in ada-mode.
13885         * cus-edit.el (custom-file): Call file-chase-links.
13887         * files.el (read-directory-name): Fix previous change.
13888         (hack-local-variables-confirm): New function.
13889         (hack-local-variables-prop-line, hack-local-variables)
13890         (hack-one-local-variable): Use it.
13892 2005-05-10  Lute Kamstra  <lute@gnu.org>
13894         * font-lock.el (font-lock-keywords-alist)
13895         (font-lock-removed-keywords-alist): Clarify docstrings.
13897 2005-05-10  Nick Roberts  <nickrob@snap.net.nz>
13899         * progmodes/gdb-ui.el (gdb-macro-info): New variable.
13900         (gdb-source-info): Check for preprocessor info.
13901         (gdb-tooltip-print-1): New function.  Don't print tooltip if it is
13902         a macro for a function.
13903         (gdb-info-breakpoints-custom): Try to find file again if not already
13904         found (user might have used GDB dir command).
13905         (gdb-get-location): Update gdb-location-alist correctly for change
13906         to gdb-info-breakpoints-custom.
13908         * progmodes/gud.el (gud-tooltip-mode): Require tooltip to be safe.
13909         (gud-tooltip-print-command): Add gdbmi case.
13910         (gud-tooltip-tips): Call gdb-tooltip-print-1 first if there is
13911         preprocessor info.
13913 2005-05-09  Reiner Steib  <Reiner.Steib@gmx.de>
13915         * startup.el (fancy-splash-insert): Fix typo in doc string.
13917 2005-05-09  Juanma Barranquero  <lekktu@gmail.com>
13919         * obsolete/float.el (string-to-float):
13920         * obsolete/hilit19.el (hilit-add-pattern):
13921         * obsolete/rnews.el (news-parse-range, news-select-message)
13922         (news-get-pruned-list-of-files): Replace `string-to-int' by
13923         `string-to-number'.
13925         * obsolete/uncompress.el: Set `find-file-not-found-functions', not
13926         `find-file-not-found-hooks'; use `add-hook'.
13927         (uncompress-while-visiting): Set `write-file-functions', not
13928         `write-file-hooks'; use `add-hook'.
13930 2005-05-09  Kim F. Storm  <storm@cua.dk>
13932         * emulation/cua-base.el (cua-copy-region, cua-cut-region)
13933         (cua-paste): Handle clipboard action.
13934         (cua--init-keymaps): Remap clipboard-kill-region and
13935         clipboard-kill-ring-save.
13937 2005-05-08  Eli Zaretskii  <eliz@gnu.org>
13939         * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
13940         Improve commentary.
13942         * simple.el (next-error-overlay-arrow-position): Revert the change
13943         made on 2005-04-30.
13945 2005-05-07  Jay Belanger  <belanger@truman.edu>
13947         * calc/calcsel2.el (calc-commute-left, calc-commute-right)
13948         (calc-sel-unpack, calc-sel-isolate): Rename variable `reselect' to
13949         `calc-sel-reselect'.
13951         * calc/calc-mode.el (calc-save-modes): Reset the modes list if
13952         Calc is in embedded mode.
13954 2005-05-07  Eli Zaretskii  <eliz@gnu.org>
13956         * progmodes/compile.el (compilation-setup):
13957         Set overlay-arrow-string to an empty string on text terminals.
13959         * textmodes/ispell.el (ispell-program-name): Try looking for
13960         "aspell" along exec-path, and if found, use it as the default
13961         speller program.
13963 2005-05-07  Jirka Kosek  <jirka@kosek.cz>  (tiny change)
13965         * international/mule.el (sgml-xml-auto-coding-function):
13966         Recognize encoding='FOO' in single quotes as well as in double quotes.
13968 2005-05-07  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
13970         * emacs-lisp/cl-macs.el (cl-transform-lambda): Recognize `declare'
13971         as well as `interactive', so that defmacro* would recognize
13972         `declare' forms.
13974 2005-05-07  Eli Zaretskii  <eliz@gnu.org>
13976         * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
13977         Explain more about the LIGHTER arg's usage in the doc string.
13978         Add commentary to clarify what the code does.  Fix the regexp that
13979         strips whitespace from LIGHTER.  Quote LIGHTER before using it,
13980         since it could have characters special to regular expressions.
13982 2005-05-07  Matt Hodges  <MPHodges@member.fsf.org>  (tiny change)
13984         * replace.el (occur-1): Bind inhibit-read-only so that
13985         erase-buffer doesn't barf on read-only text properties (likewise
13986         for add-text-properties in occur-engine).  Mark buffer as unmodified.
13987         (occur-engine): Don't set buffer-read-only here.
13989 2005-05-06  Stefan Monnier  <monnier@iro.umontreal.ca>
13991         * pcvs.el (cvs-mode-commit, cvs-mode-edit-log): Don't fiddle with
13992         list-buffers-directory.  This caused the *cvs-commit* buffer to be
13993         sometimes mistakenly reused as a *cvs* buffer.
13995 2005-05-07  Nick Roberts  <nickrob@snap.net.nz>
13997         * tooltip.el: Move code for GUD tooltips into gud.el.
13998         (require): CL no longer needed to compile case.
13999         (tooltip-mode): Do not toggle functions for GUD tooltips.
14000         (tooltip-gud-tips-p): Remove.  Replace with minor mode
14001         gud-tooltip-mode in gud.el.
14002         (tooltip-gud-modes, tooltip-gud-display, tooltip-gud-echo-area)
14003         (tooltip-gud-toggle-dereference): Rename in gud.el by replacing
14004         tooltip-gud prefix with gud-tooltip and obsolete.
14005         (tooltip-change-major-mode, tooltip-activate-mouse-motions-if-enabled)
14006         (tooltip-mouse-motions-active, tooltip-activate-mouse-motions)
14007         (tooltip-mouse-motion): Mouse movement functions/variable.
14008         Rename in gud.el by adding gud prefix.
14009         (tooltip-gud-original-filter, tooltip-gud-dereference)
14010         (tooltip-gud-event, tooltip-toggle-gud-tips)
14011         (tooltip-gud-process-output, tooltip-gud-print-command)
14012         (tooltip-gud-tips): GUD tooltip functions/variables.  Rename in
14013         gud.el by replacing tooltip-gud prefix with gud-tooltip.
14014         (gdb-tooltip-print): Move to gdb-ui.el.
14016         * progmodes/gud.el: Move code for GUD tooltips from tooltip.el.
14017         (require): CL needed to compile case.
14018         (gud-tooltip-mode): Use to toggle GUD tooltips instead of
14019         tooltip-gud-tips-p.  Make it a minor-mode.
14020         (gud-find-file): Only prepare GUD tooltips if gud-tooltip-mode is t.
14021         (gud-menu-map): GUD tooltips use gud-tooltip-mode now.
14022         (gud-tooltip-modes, gud-tooltip-display, gud-tooltip-echo-area)
14023         (gud-tooltip-change-major-mode)
14024         (gud-tooltip-activate-mouse-motions-if-enabled)
14025         (gud-tooltip-mouse-motions-active, gud-tooltip-activate-mouse-motions)
14026         (gud-tooltip-mouse-motion, gud-tooltip-toggle-dereference)
14027         (gud-tooltip-original-filter, gud-tooltip-dereference)
14028         (gud-tooltip-event, tooltip-toggle-gud-tips)
14029         (gud-tooltip-process-output, gud-tooltip-print-command)
14030         (gud-tooltip-tips): Move from tooltip.el.
14032         * progmodes/gdb-ui.el (gdb-tooltip-print): Move from tooltip.el.
14033         (gdb-cpp-define-alist-flags): Doc fix.
14034         (gdb-set-gud-minor-mode-1): Only prepare GUD tooltips if
14035         gud-tooltip-mode is t.
14037 2005-05-06  Stefan Monnier  <monnier@iro.umontreal.ca>
14039         * net/goto-addr.el (goto-address-fontify): Make sure the overlays
14040         evaporate if their text is deleted.
14041         (goto-address-at-point): Make it work as a mouse binding as well.
14042         (goto-address-at-mouse): Obsolete it.  Update users.
14044 2005-05-06  Glenn Morris  <gmorris@ast.cam.ac.uk>
14046         * calendar/appt.el (top-level): No longer activate on load.
14048 2005-05-06  Juanma Barranquero  <lekktu@gmail.com>
14050         * calendar/cal-bahai.el (mark-bahai-diary-entries):
14051         * net/webjump.el (webjump):
14052         * progmodes/idlw-help.el (idlwave-do-context-help1)
14053         (idlwave-highlight-linked-completions):
14054         * textmodes/po.el (po-find-file-coding-system-guts):
14055         Replace `assoc-ignore-case' by `assoc-string'.
14057 2005-05-06  Eli Zaretskii  <eliz@gnu.org>
14059         * files.el (locate-file): Doc fix.
14061         * progmodes/gdb-ui.el (gdb-cpp-define-alist-program): Doc fix.
14062         Remove the redundant test for ms-dos.
14064         * progmodes/cmacexp.el (c-macro-preprocessor): Use locate-file to
14065         look for the preprocessor with exec-suffixes.  If not found in
14066         standard places, look in exec-path.  Remove most of the tests that
14067         used system-type.
14069         * loadup.el: Load jka-cmpr-hook instead of jka-comp-hook.
14071         * jka-compr.el (jka-compr-uninstall): Add autoload cookie.
14073         * jka-cmpr-hook.el: Renamed from jka-comp-hook.el, to avoid
14074         file-name clash with jka-compr.el on 8+3 filesystems.
14076 2005-05-06  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
14078         * term/mac-win.el: Don't define or bind scroll bar functions if
14079         x-toolkit-scroll-bars is t.
14080         (x-select-text, x-get-selection-value): Clear
14081         x-last-selected-text-clipboard if x-select-enable-clipboard is
14082         nil.
14083         (PRIMARY): Put mac-scrap-name property.
14084         (mac-select-convert-to-file-url): New function.
14085         (public.file-url): New selection target type.  Add to
14086         selection-converter-alist.
14087         (x-get-selection, x-selection-value): Handle it.
14088         (x-cut-buffer-or-selection-value): New alias.
14090 2005-05-05  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
14092         * textmodes/bibtex.el (bibtex-summary): Use current BibTeX
14093         entry to avoid calling bibtex-find-entry with arg global
14094         being t.  Remove arg key.
14095         (bibtex-summary-function, bibtex-complete-crossref-cleanup)
14096         (bibtex-copy-summary-as-kill): Change accordingly.
14098 2005-05-05  Stefan Monnier  <monnier@iro.umontreal.ca>
14100         * textmodes/org.el (org-get-entries-from-diary): Remove unused vars.
14101         (org-agenda-date-later): Use with-current-buffer.
14103 2005-05-05  Luc Teirlinck  <teirllm@auburn.edu>
14105         * emacs-lisp/byte-run.el (define-obsolete-function-alias)
14106         (define-obsolete-variable-alias): Doc Fixes.
14108 2005-05-06  Kim F. Storm  <storm@cua.dk>
14110         * simple.el (line-move-1): Fix 2005-04-26 change.  Must still use
14111         vertical-motion when selective-display is active.
14113         * ido.el (ido-setup-hook): New hook.
14114         (ido-define-mode-map-hook): Remove hook; use ido-setup-hook instead.
14115         (ido-input-stack): New var.
14116         (ido-define-mode-map): Bind M-b to ido-push-dir.  Move old
14117         ido-next-work-file binding to M-O.
14118         Bind M-f to ido-wide-find-file-or-pop-dir.
14119         (ido-define-mode-map): Don't run ido-define-mode-map-hook.
14120         (ido-read-internal): Run ido-setup-hook.
14121         Catch quit in read-file-name and read-string to cancel edit.
14122         Handle new push, pop, and pop-all exit codes (for M-b/M-f).
14123         Automatically pop-all when completing a directory name (RET).
14124         (ido-file-internal): Add with-no-warnings around ffap and dired code.
14125         (ido-exit-minibuffer): Use exit-minibuffer instead of throw.
14126         (ido-wide-find-file, ido-wide-find-dir): Catch quit to cancel find.
14127         (ido-push-dir, ido-pop-dir, ido-wide-find-file-or-pop-dir):
14128         New functions for M-b/M-f to move among the directory components.
14129         (ido-make-merged-file-list): Catch quit to cancel merge.
14130         (ido-make-dir-list): Delete "." when ido-input-stack is non-empty.
14131         (ido-completion-help): No warnings for ido-completion-buffer-full.
14133 2005-05-05  Daniel Pfeiffer  <occitan@esperanto.org>
14135         * font-lock.el (font-lock-negation-char-face): New face and variable.
14136         * progmodes/cc-fonts.el (c-cpp-matchers): Use it.
14137         * progmodes/sh-script.el (sh-font-lock-keywords): Use it.
14138         * progmodes/cperl-mode.el (cperl-init-faces): Use it.
14139         * progmodes/make-mode.el (makefile-font-lock-keywords): Use it.
14141 2005-05-05  Juanma Barranquero  <lekktu@gmail.com>
14143         * emacs-lisp/byte-run.el (define-obsolete-function-alias):
14144         Fix typo in docstring.
14146         * progmodes/ebrowse.el (ebrowse-install-1-to-9-keys)
14147         (ebrowse-print-statistics-line)
14148         (ebrowse-electric-position-mode-hook): Fix typo in docstring.
14150         * term/w32-win.el (image-library-alist): Add additional name for
14151         Xpm library.
14153 2005-05-05  Nick Roberts  <nickrob@snap.net.nz>
14155         * progmodes/cmacexp.el (c-macro-preprocessor): Update for BSD and
14156         use gcc instead of cpp.
14158         * progmodes/gdb-ui.el (gdb-cpp-define-alist-flags): New variable.
14159         (gdb-create-define-alist): Use it.
14160         (gdb-cpp-define-alist-program): Update for MS-DOS.
14162 2005-05-04  Nick Roberts  <nickrob@snap.net.nz>
14164         * progmodes/cmacexp.el (c-macro-preprocessor): Update for Mac OS X.
14166 2005-05-04  Richard M. Stallman  <rms@gnu.org>
14168         * help.el (describe-key): No error when UNTRANSLATED is nil.
14170         * simple.el (line-move-1): Fix previous change to signal errors
14171         appropriately.
14173 2005-05-03  Ulf Jasper  <ulf.jasper@web.de>
14175         * calendar/icalendar.el (icalendar-version): Now at 0.12.
14176         (icalendar-duration-correction): Remove.
14177         (icalendar--get-event-properties): Split result at commas.
14178         (icalendar--decode-isoduration): New optional argument
14179         DURATION-CORRECTION.
14180         (icalendar--convert-ordinary-to-ical, icalendar--convert-sexp-to-ical)
14181         (icalendar--convert-yearly-to-ical, icalendar--convert-weekly-to-ical)
14182         (icalendar--convert-block-to-ical, icalendar--convert-float-to-ical)
14183         (icalendar--convert-date-to-ical, icalendar--convert-cyclic-to-ical)
14184         (icalendar--convert-anniversary-to-ical): New functions, extracted
14185         from icalendar-export-region, with bug fixes.
14186         (icalendar-export-region): Use the above functions.
14187         (icalendar-import-buffer): Check before saving diary file.
14188         (icalendar--convert-recurring-to-diary)
14189         (icalendar--convert-non-recurring-all-day-to-diary)
14190         (icalendar--convert-non-recurring-not-all-day-to-diary): New functions,
14191         extracted from icalendar--convert-ical-to-diary, with bug fixes.
14192         (icalendar--convert-ical-to-diary): Use the above functions.
14194 2005-05-03  Nick Roberts  <nickrob@snap.net.nz>
14196         * progmodes/cc-mode.el (cc-define-alist, cc-create-define-alist):
14197         Remove these recent additions.
14198         (c-mode): Restore to before 2005-04-28.
14200         * progmodes/cc-vars.el (cc-define-list-program): Remove this
14201         recent addition.
14203         * progmodes/gdb-ui.el (gdb-cpp-define-alist-program)
14204         (gdb-define-alist): New variables.
14205         (gdb-create-define-alist): New function.
14206         (gdb-set-gud-minor-mode-1): Handle gdb-define-alist.
14207         (gdb-source, gdb-memory-set-repeat-count): Replace string-to-int
14208         with string-to-number.
14209         (gdb-reset): Kill gdb-define-alist.  Move assignments outside loop.
14211         * progmodes/gud.el: Replace string-to-int with string-to-number.
14212         (gud-find-file): Handle gdb-define-alist.
14214         * tooltip.el (tooltip-gud-tips): Use gdb-define-alist.
14216 2005-05-02  Jay Belanger  <belanger@truman.edu>
14218         * calc/calc-aent.el (math-read-token):
14219         * calc/calc-bin.el (calc-word-size):
14220         * calc/calc-ext.el (calc-read-number-fancy):
14221         * calc/calc-forms.el (calc-time, calc-date-notation, math-this-year)
14222         (math-parse-date, math-parse-standard-date, calcFunc-tzone):
14223         * calc/calc-frac.el (calc-over-notation):
14224         * calc/calc-graph.el (calc-graph-plot, calc-graph-set-styles)
14225         (calc-graph-num-points, calc-graph-init):
14226         * calc/calc-prog.el (calc-read-parse-table-part)
14227         (calc-edit-macro-repeats):
14228         * calc/calc-yank.el (calc-do-grab-rectangle):
14229         * calc/calc.el (calcDigit-key, math-read-number, math-read-bignum):
14230         Replace `string-to-int' by `string-to-number'.
14232 2005-05-02  Kim F. Storm  <storm@cua.dk>
14234         * kmacro.el: Use executing-kbd-macro-index variable.
14236 2005-05-02  Thien-Thi Nguyen  <ttn@gnu.org>
14238         * net/rlogin.el (rlogin-parse-words): Delete func.
14239         (rlogin): Use split-string, not rlogin-parse-words.
14240         Also, if there are option-like elements in the parsed args,
14241         take the host to be the first arg immediately following them.
14242         Suggested by Michael Mauger.
14244 2005-05-01  Luc Teirlinck  <teirllm@auburn.edu>
14246         * subr.el (executing-macro): Use `define-obsolete-variable-alias'.
14248 2005-05-02  Nick Roberts  <nickrob@snap.net.nz>
14250         * progmodes/cc-mode.el (cc-create-define-alist): Use a shell.
14251         (cc-mode-cpp-program): Rename to cc-define-list-program and
14252         move to cc-vars.el.
14254         * progmodes/cc-vars.el (cc-define-list-program):
14255         Change to "gcc -E -dM -".  Make customizable.
14257 2005-05-02  Kim F. Storm  <storm@cua.dk>
14259         * emulation/cua-base.el: Fix check for CUA-mode if no init file.
14261 2005-05-02  Nick Roberts  <nickrob@snap.net.nz>
14263         * progmodes/cc-mode.el (cc-mode-cpp-program): Change to "gcc -E".
14265         * international/mule-util.el (truncate-string): Remove alias and
14266         obsolete declaration.
14268         * international/mule-cmds.el (update-iso-coding-systems):
14269         Remove alias and obsolete declaration.
14271         * international/mule.el (coding-system-parent): Remove alias and
14272         obsolete declaration.
14274         * subr.el (define-function, sref): Remove aliases and obsolete
14275         declarations.
14276         (chars-in-region): Remove obsolete declaration.
14278 2005-05-01  Richard M. Stallman  <rms@gnu.org>
14280         * info.el (Info-mode): Set widen-automatically to nil, locally.
14282         * simple.el (widen-automatically): New variable.
14283         (pop-global-mark): Obey widen-automatically.
14285 2005-05-01  Dan Nicolaescu  <dann@ics.uci.edu>
14287         * term/xterm.el (function-key-map): Call substitute-key-definition
14288         before the keymap size is increased by a lot of define-key calls.
14290 2005-05-01  Richard M. Stallman  <rms@gnu.org>
14292         * subr.el (add-to-invisibility-spec, remove-from-invisibility-spec):
14293         Rename ARG to ELEMENT.  Doc fix.
14295 2005-05-01  Nick Roberts  <nickrob@snap.net.nz>
14297         * allout.el (allout-exposure): Remove macro and obsolete declaration.
14298         Remove references to allout-exposure/change to allout-new-exposure.
14300         * emacs-lisp/bytecomp.el (dot, dot-min, dot-max): Don't create
14301         bytecode symbols.
14303         * subr.el (dot, dot-marker, dot-min, dot-max, buffer-flush-undo)
14304         (compiled-function-p, focus-frame, unfocus-frame):
14305         Remove aliases and obsolete declarations.
14306         Back out inadvertent changes from previous commit.
14308 2005-05-01  Luc Teirlinck  <teirllm@auburn.edu>
14310         * files.el (require-final-newline): Make Custom tags consistent
14311         with mode-require-final-newline.
14312         (mode-require-final-newline): Doc fix.
14314 2005-05-01  Stefan Monnier <monnier@iro.umontreal.ca>
14316         * international/latexenc.el (latexenc-find-file-coding-system):
14317         Fix regular expressions.
14319 2005-05-01  David Kastrup <dak@gnu.org>
14321         * international/latexenc.el (latexenc-find-file-coding-system):
14322         Fix regular expressions.
14324 2005-05-01  Nick Roberts  <nickrob@snap.net.nz>
14326         * subr.el (string-to-int): Make obsolete.
14328 2005-04-30  Richard M. Stallman  <rms@gnu.org>
14330         * simple.el (next-error-overlay-arrow-position): Turn off, for ttys.
14332         * loadup.el: load jka-comp-hook.
14334         * jka-compr.el: Many functions and vars moved to jka-comp-hook.el.
14335         (jka-compr-handler): Add autoload.  `put' calls moved
14336         to jka-comp-hook.el.
14337         (compression, jka-compr): defgroups moved to jka-comp-hook.el.
14338         (jka-compr-inhibit): Autoload.
14340         * jka-comp-hook.el: New file.
14341         Enable the mode by default.
14343         * files.el (backup-buffer-copy): Use copy-file instead
14344         of write-region, and put back the 'excl.
14346 2005-04-30  Chong Yidong  <cyd@stupidchicken.com>
14348         * progmodes/flymake.el (flymake-split-string)
14349         (flymake-split-string, flymake-log, flymake-pid-to-names)
14350         (flymake-reg-names, flymake-get-source-buffer-name)
14351         (flymake-unreg-names, flymake-add-line-err-info)
14352         (flymake-add-err-info): Clarify docstrings.
14353         (flymake-popup-menu, flymake-make-emacs-menu)
14354         (flymake-make-xemacs-menu): Add docstrings.
14355         (flymake-get-buffer-*, flymake-set-buffer-*): Functions deleted.
14356         Set variables directly throughout.
14358 2005-04-30  Nick Roberts  <nickrob@snap.net.nz>
14360         * progmodes/cc-mode.el (cc-create-define-alist): Check that file
14361         exists.  Initialize cc-define-alist.
14362         (c-mode): Add cc-create-define-alist locally to after-save-hook.
14363         If there is no file (Macroexpansion) don't create an alist.
14365 2005-04-29  Sam Steingold  <sds@gnu.org>
14367         * progmodes/cc-mode.el (cc-mode-cpp-program): New user variable.
14368         (cc-create-define-alist): Use it instead of the hard-coded string.
14370 2005-04-29  Stefan Monnier  <monnier@iro.umontreal.ca>
14372         * international/mule-conf.el (file-coding-system-alist): Fix regexp
14373         for latexenc.
14375 2005-04-29  Lute Kamstra  <lute@gnu.org>
14377         * emacs-lisp/generic.el: Improve commentary section.
14378         (define-generic-mode): Improve docstring.
14380 2005-04-29  Carsten Dominik  <dominik@science.uva.nl>
14382         * textmodes/org.el (many places): Change to quiet the byte compiler.
14383         (org-prefix-format-compiled): New variable.
14384         (org-compile-prefix-format): New function.
14385         (org-timeline, org-agenda, org-diary): Call org-compile-prefix-format.
14386         (org-agenda-prefix-format,org-timeline-prefix-format): New options.
14387         (org-agenda-get-scheduled): Check if file is opened in `org-mode'.
14388         (org-get-entries-from-diary): Use `org-get-time-of-day' for
14389         consistency with entries from `org-mode' files.
14390         (org-get-time-of-day): Fix bug with partial matches early in a line.
14391         (org-non-link-chars): New constant.
14392         (org-link-regexp): Respect `org-non-link-chars'.
14393         (org-agenda-day-view): Remove command.
14394         (org-agenda-toggle-week-view): Rename from `org-agenda-week-view'.
14395         (org-follow-bbdb-link, org-store-link): Search also company field.
14396         (org-highlight-overlay): New variable.
14397         (org-highlight, org-unhighlight): New functions.
14398         (org-agenda-mode): Add pre-command-hook to remove highlight.
14399         (org-evaluate-time-range): Behavior depends upon whether time stamp
14400         contains a time or not.
14401         (org-show-subtree, org-show-entry): New functions.
14402         (org-agenda-cleanup-fancy-diary): Remove empty lines.
14404 2005-04-28  Luc Teirlinck  <teirllm@auburn.edu>
14406         * comint.el (comint-output-filter-functions): Add autoload cookie.
14408 2005-04-28  Kim F. Storm  <storm@cua.dk>
14410         * ido.el (ido-everywhere): Fix last change.
14412 2005-04-28  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
14414         * international/latexenc.el: New file.
14415         * international/mule-conf.el (file-coding-system-alist): For .tex,
14416         .ltx, .dtx and .drv extensions, use `latexenc-find-file-coding-system'.
14418 2005-04-28  Lute Kamstra  <lute@gnu.org>
14420         * font-lock.el (font-lock-add-keywords)
14421         (font-lock-remove-keywords): Clarify docstring.
14422         (font-lock-keywords-alist, font-lock-removed-keywords-alist):
14423         Don't start docstrings with a `*'.
14424         (font-lock-update-removed-keyword-alist): Give it a docstring.
14426         * generic-x.el: Update commentary section.
14427         Only require font-lock when compiling.
14428         Define all modes conditionally.
14429         Place all generic modes in the generic-x-modes customization group.
14430         (generic-x-modes): New customization group.
14431         (generic-default-modes, generic-mswindows-modes)
14432         (generic-unix-modes, generic-other-modes): New constants.
14433         (generic-define-mswindows-modes, generic-define-unix-modes):
14434         Update docstrings.  Make them obsolete.
14435         (generic-extras-enable-list): New default value.  Update docstring.
14436         Improve :type.  Change :set function.
14437         (bat-generic-mode-syntax-table, rul-generic-mode-syntax-table):
14438         Fix docstring.
14440         * emacs-lisp/generic.el (generic-mode-internal):
14441         Simplify font-lock-defaults.
14442         (define-generic-mode): Fix docstring.
14444 2005-04-28  Stefan Monnier  <monnier@iro.umontreal.ca>
14446         * progmodes/grep.el (grep-mode-font-lock-keywords): Use the
14447         font-lock-face property to highlight matches.
14449 2005-04-28  Nick Roberts  <nickrob@snap.net.nz>
14451         * progmodes/cc-mode.el (cc-create-define-alist): New function.
14452         (cc-define-alist): New variable.
14453         (c-mode): Make it local and initialize it.
14455         * progmodes/gdb-ui.el (gdb-active-process): New variable.
14456         (gdb-exited): New function.
14457         (gdb-annotation-rules): Use it.
14458         (gdb-starting): Set gdb-active-process to t.
14459         (gdb-stopping): Amend doc string.
14460         (gdb-reset): Set gdb-active-process to nil.
14462         * tooltip.el (tooltip-gud-tips): Show the associated #define
14463         directives when a C program under GDB is not executing.
14465 2005-04-27  Stefan Monnier  <monnier@iro.umontreal.ca>
14467         * progmodes/cperl-mode.el (cperl-mode): Don't precompile the
14468         font-lock-fontify-syntactic-keywords.
14470         * font-lock.el (font-lock-default-fontify-region): Don't force
14471         parse-sexp-lookup-properties to nil.
14473 2005-04-27  Alexander Klimov  <alserkli@inbox.ru>  (tiny change)
14475         * man.el (man-mode-syntax-table): Set up `:' to have
14476         word-constituent syntax.
14478 2005-04-27  Lute Kamstra  <lute@gnu.org>
14480         * novice.el (disable-command): Don't add spurious newlines to the
14481         init file.  Reported by Dan Jacobson <jidanni@jidanni.org>.
14483 2005-04-26  Jay Belanger  <belanger@truman.edu>
14485         * calc/calc-yank.el (calc-edit-finish): Make sure there is more
14486         than one window before deleting window.
14488 2005-04-26  Luc Teirlinck  <teirllm@auburn.edu>
14490         * shell.el (shell-prompt-pattern): Doc fix.
14491         (shell-mode): Set paragraph-separate buffer locally to "\\'".
14493         * comint.el (comint-prompt-regexp, comint-get-old-input)
14494         (comint-use-prompt-regexp)
14495         (comint-use-prompt-regexp-instead-of-fields)
14496         (comint-replace-by-expanded-history, comint-send-input)
14497         (comint-output-filter, comint-get-old-input-default)
14498         (comint-line-beginning-position, comint-bol, comint-show-output)
14499         (comint-backward-matching-input, comint-forward-matching-input)
14500         (comint-next-prompt, comint-previous-prompt):
14501         Rename `comint-use-prompt-regexp-instead-of-fields' to
14502         `comint-use-prompt-regexp'.  Keep old name as alias and declare
14503         obsolete.
14504         (comint-use-prompt-regexp): Shorten first line of doc string.
14506         * ielm.el (inferior-emacs-lisp-mode): Adapt to above name change.
14507         Set paragraph-separate buffer locally to "\\'".
14509         * hippie-exp.el (try-expand-line, try-expand-line-all-buffers):
14510         Adapt to above name change.
14512         * net/net-utils.el (nslookup-prompt-regexp, ftp-prompt-regexp)
14513         (smbclient-prompt-regexp): Ditto.
14515         * progmodes/inf-lisp.el (inferior-lisp-prompt): Ditto.
14517 2005-04-27  Nick Roberts  <nickrob@snap.net.nz>
14519         * progmodes/gdb-ui.el (gdb-location-alist): Rename from
14520         gdb-location-list.
14521         Break lines that are over 80 characters wide.
14523 2005-04-26  Stefan Monnier  <monnier@iro.umontreal.ca>
14525         * pcvs-info.el (cvs-fileinfo->full-path, cvs-display-full-path):
14526         New fun and var, to preserve compatibility.
14528         * pcvs.el, pcvs-info.el: Rename "full-path" -> "full-name".
14530 2005-04-26  Dominique de Waleffe  <ddw@missioncriticalit.com>  (tiny change)
14532         * pcvs-info.el (cvs-fileinfo->backup-file): Don't pass the full file
14533         name to file-newer-than-file-p.
14535 2005-04-26  Richard M. Stallman  <rms@gnu.org>
14537         * simple.el (line-move-1): Avoid using vertical-motion in easy cases.
14539         * progmodes/python.el (python-mode):
14540         Use new name eldoc-documentation-function.
14542         * hexl.el (hexl-mode): Use new name eldoc-documentation-function.
14544         * emacs-lisp/eldoc.el (eldoc-mode): Doc fix.
14545         (eldoc-documentation-function):
14546         Rename from eldoc-print-current-symbol-info-function.  Calls changed.
14548 2005-04-26  Nick Roberts  <nickrob@snap.net.nz>
14550         * emacs-lisp/byte-run.el (define-obsolete-function-alias): New macro.
14552 2005-04-25  Dan Nicolaescu  <dann@ics.uci.edu>
14554         * term/xterm.el (function-key-map): Fix strings for
14555         {C,S,A,C-S}-f[1-4].  Use substitute-key-definition to bind
14556         {C,S,A,C-S}-{f1-f12}.
14558 2005-04-26  Kenichi Handa  <handa@m17n.org>
14560         * international/mule-cmds.el (select-safe-coding-system):
14561         Fix previous change.
14563 2005-04-26  Lute Kamstra  <lute@gnu.org>
14565         * emacs-lisp/easy-mmode.el (define-minor-mode): Fix docstring.
14567         * font-lock.el (font-lock-fontify-region-function): Fix docstring.
14568         (font-lock-comment-delimiter-face): Ditto.
14570         * calc/calc.el (calc-trail-mode): Don't set font-lock-defaults.
14572 2005-04-25  Jay Belanger  <belanger@truman.edu>
14574         * calc/calc-help.el (calc-view-news): Let-bind inhibit-read-only
14575         to t while inserting information; use help-mode.
14577 2005-04-25  Dan Nicolaescu  <dann@ics.uci.edu>
14579         * term.el (ansi-term-color-vector): Use the xterm colors.
14580         (term-raw-map): Don't add mappings for \eO and \e[.  Map deletechar.
14582 2005-04-25  Lute Kamstra  <lute@gnu.org>
14584         * font-core.el (font-lock-defaults): Fix docstring.
14586         * font-lock.el (font-lock-syntactic-face-function): Fix docstring.
14588 2005-04-25  Kenichi Handa  <handa@m17n.org>
14590         * international/mule-cmds.el (select-safe-coding-system):
14591         Don't check consistency with coding: spec, etc if raw-text or
14592         no-conversion was found to be safe.
14594 2005-04-24  Richard M. Stallman  <rms@gnu.org>
14596         * mail/sendmail.el (mail-font-lock-keywords): Match any number of
14597         citation markers at start of each line.
14599         * mail/rmail.el (rmail-font-lock-keywords): Match any number of
14600         citation markers at start of each line.
14602         * font-lock.el (font-lock-comment-delimiter-face): Doc fix.
14604         * files.el (mode-require-final-newline): Fix previous change.
14605         (require-final-newline): Fix type label.
14607 2005-04-24  Glenn Morris  <gmorris@ast.cam.ac.uk>
14609         * progmodes/f90.el (f90-calculate-indent): Fix treatment of first
14610         statement in buffer (broken by 2004-11-24 change).
14612 2005-04-24  Kim F. Storm  <storm@cua.dk>
14614         * ido.el (ido-everywhere): Save and restore old read-buffer-function
14615         and read-file-name-function values.  Don't overwrite existing
14616         non-nil values if ido-mode is enabled without ido-everywhere.
14618 2005-04-24  Luc Teirlinck  <teirllm@auburn.edu>
14620         * files.el (mode-require-final-newline): Minor doc fix.
14622 2005-04-24  Eli Zaretskii  <eliz@gnu.org>
14624         * subr.el (syntax-after): Doc fix.
14625         (syntax-class): If argument is nil, return nil.  Mask off upper 16
14626         bits, not 8 bits.
14628         * files.el (mode-require-final-newline): Doc fix.
14629         (backup-buffer-copy): Fix last change.
14631 2005-04-24  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
14633         * term/mac-win.el: Require select.  Set selection-coding-system to
14634         mac-system-coding-system.  Call menu-bar-enable-clipboard.
14635         (x-last-selected-text-clipboard, x-last-selected-text-primary)
14636         (x-select-enable-clipboard): New variables.
14637         (x-select-text, x-get-selection, x-selection-value)
14638         (x-get-selection-value, mac-select-convert-to-string)
14639         (mac-services-open-file, mac-services-open-selection)
14640         (mac-services-insert-text): New functions.
14641         (CLIPBOARD, FIND): Put mac-scrap-name property.
14642         (com.apple.traditional-mac-plain-text, public.utf16-plain-text)
14643         (public.tiff): Put mac-ostype property.
14644         (selection-converter-alist): Add entries for them.
14645         (mac-application-menu-map): New keymap.
14646         (interprogram-cut-function, interprogram-paste-function): Set to
14647         x-select-text and x-get-selection-value, respectively.
14648         (split-window-keep-point): Set to t.
14650 2005-04-23  Richard M. Stallman  <rms@gnu.org>
14652         * files.el (read-directory-name): Always pass non-nil
14653         DEFAULT-FILENAME arg to read-file-name.
14654         (backup-buffer-copy, basic-save-buffer-2): Take care against
14655         writing thru an unexpected existing symlink.
14656         (revert-buffer): In indirect buffer, revert the base buffer.
14657         (magic-mode-alist): Doc fix.
14658         (buffer-stale-function): Doc fix.
14659         (minibuffer-with-setup-hook): Avoid warning.
14660         (mode-require-final-newline): Doc and custom fix.
14662         * follow.el (follow-end-of-buffer): Use with-no-warnings.
14664         * font-lock.el (font-lock-comment-face): On terminals with few colors,
14665         use the default appearance.
14666         (font-lock-comment-delimiter-face): New face, new variable.
14668         * imenu.el (imenu--generic-function): The official position of a
14669         definition is the start of the line that BEG is in.
14671         * midnight.el (midnight-timer): Move defvar up.
14673         * mouse.el (mouse-drag-region-1): Delete some debugging code.
14675         * saveplace.el (save-place-to-alist): Use with-no-warnings.
14677         * startup.el (command-line): Use with-no-warnings.
14679         * window.el (window-size-fixed): New defvar.
14681         * emacs-lisp/easymenu.el (easy-menu-do-define): Use defalias, not fset.
14683         * mail/rmail.el (rmail-font-lock-keywords):
14684         Use font-lock-comment-delimiter-face.
14686         * mail/sendmail.el (mail-font-lock-keywords):
14687         Use font-lock-comment-delimiter-face.
14689         * progmodes/compile.el (next-error-highlight-timer): New defvar.
14691 2005-04-23  SAITO Takuya  <tabmore@rivo.mediatti.net>  (tiny change)
14693         * progmodes/compile.el (compilation-mode-font-lock-keywords):
14694         Specify t for LAXMATCH when matching directories.
14695         Save match data around compilation-compat-error-properties form.
14697 2005-04-23  David Kastrup  <dak@gnu.org>
14699         * textmodes/tex-mode.el (TeX-mode, plain-TeX-mode, LaTeX-mode):
14700         Mention that the autoloaded aliases should be kept for AUCTeX.
14702 2005-04-23  Andreas Schwab  <schwab@suse.de>
14704         * isearch.el (isearch-forward): Doc fix.
14706 2005-04-23  Eli Zaretskii  <eliz@gnu.org>
14708         * jit-lock.el (jit-lock-stealth-time): Change default value to 16.
14709         (jit-lock-stealth-nice): Change default value to 0.5.
14711 2005-04-23  Eric Hanchrow  <offby1@blarg.net>  (tiny change)
14713         * abbrev.el (write-abbrev-file): Write table entries in
14714         alphabetical order by table name.
14716 2005-04-22  Kim F. Storm  <storm@cua.dk>
14718         * ido.el (ido-read-internal): Fix `list' completion.
14720 2005-04-22  Kenichi Handa  <handa@m17n.org>
14722         * recentf.el (recentf-save-file-coding-system): New variable.
14723         (recentf-save-list): Encode the file by
14724         recentf-save-file-coding-system and add coding: tag.
14726 2005-04-22  Nick Roberts  <nickrob@snap.net.nz>
14728         * emacs-lisp/byte-run.el (define-obsolete-variable-alias): New macro.
14730 2005-04-21  Lute Kamstra  <lute@gnu.org>
14732         * loadhist.el (unload-feature): Don't remove a function from hooks
14733         if it is about to be restored to an autoload .  Remove functions
14734         that will become unbound from auto-mode-alist.  Simplify the code.
14736         * subr.el (assq-delete-all): New implementation that is linear,
14737         not quadratic.  Suggested by David Kastrup <dak@gnu.org>.
14738         (rassq-delete-all): New function.
14740         * menu-bar.el (menu-bar-options-save, menu-bar-showhide-menu):
14741         Add size-indication-mode.
14743 2005-04-21  Kenichi Handa  <handa@m17n.org>
14745         * international/mule-cmds.el: Add autoload for widget-value in
14746         eval-when-compile.
14748 2005-04-21  Nick Roberts  <nickrob@snap.net.nz>
14750         * menu-bar.el (menu-bar-options-save, menu-bar-showhide-menu):
14751         Add tooltip-mode.
14753         * bindings.el (mode-line-mode-menu): Remove tooltip-mode.
14755 2005-04-20  Luc Teirlinck  <teirllm@auburn.edu>
14757         * progmodes/inf-lisp.el (inferior-lisp): New defgroup.
14758         (inferior-lisp-filter-regexp, inferior-lisp-program)
14759         (inferior-lisp-load-command, inferior-lisp-prompt)
14760         (inferior-lisp-mode-hook, lisp-source-modes)
14761         (inferior-lisp-load-hook): defvar->defcustom.
14762         (inferior-lisp-program, inferior-lisp-prompt)
14763         (inferior-lisp-load-hook): Doc fixes.
14764         (inferior-lisp-install-letter-bindings): Small change in
14765         introductory comment.
14767 2005-04-20  Dan Nicolaescu  <dann@ics.uci.edu>
14769         * vc.el (vc-annotate-color-map): Change some colors so that text
14770         using them as foreground is readable on both white and black
14771         backgrounds.
14773 2005-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
14775         * international/mule-conf.el (translation-table-for-input):
14776         Remove redundant declaration.
14778 2005-04-20  Nick Roberts  <nickrob@snap.net.nz>
14780         * progmodes/gud.el (gud-menu-map): Add tooltip-toggle-gud-tips.
14782         * tooltip.el (tooltip-gud-tips-p): Expand documentation.
14783         (tooltip-toggle-gud-tips): New function.
14785 2005-04-20  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
14787         * term/mac-win.el (mac-symbol-encoder): Fix mappings of left and
14788         right angle brackets.
14790 2005-04-20  Nick Roberts  <nickrob@snap.net.nz>
14792         * tooltip.el (tooltip-use-echo-area): Replace as alias and deprecate.
14794 2005-04-19  Stefan Monnier  <monnier@iro.umontreal.ca>
14796         * progmodes/flymake.el (flymake-get-absolute-file-name-basedir):
14797         Remove.  Update callers to use expand-file-name instead.
14799         * subr.el (syntax-class): New function.
14801         * simple.el (blink-matching-open): Use it.
14803         * paren.el (show-paren-function): Use it to recognize parens that are
14804         also used in 2-char comment markers.
14806 2005-04-19  Lute Kamstra  <lute@gnu.org>
14808         * loadhist.el (unload-feature): Update for new format of
14809         load-history.  Simplify the code.
14811 2005-04-19  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
14813         * term/mac-win.el: Add coding: tag and set it to iso-2022-7bit.
14814         (mac-add-charset-info): New function.  Initialize variable
14815         mac-charset-info-alist using it.
14816         (mac-centraleurroman, mac-cyrillic): Do not use UCS in table data
14817         for translation.
14818         (mac-symbol-encoder, mac-dingbats-encoder): New translation table.
14819         (mac-font-encoder-list): Add entries for mac-symbol and mac-dingbats.
14820         (ccl-encode-mac-symbol-font, ccl-encode-mac-dingbats-font):
14821         New CCL programs.
14823 2005-04-19  Kim F. Storm  <storm@cua.dk>
14825         * simple.el (next-buffer, prev-buffer, next-error)
14826         (scroll-other-window, keyboard-quit, keyboard-escape-quit)
14827         (clone-indirect-buffer-other-window): Move bindings to bindings.el.
14829         * bindings.el (next-buffer, prev-buffer, next-error)
14830         (scroll-other-window, keyboard-quit, keyboard-escape-quit)
14831         (clone-indirect-buffer-other-window): Move bindings from simple.el.
14832         (next-buffer, prev-buffer): Add C-x C-right and C-x C-left bindings.
14833         (next-error, previous-error): Add M-g M-n/n and M-g M-p/p bindings.
14835 2005-04-18  Stefan Monnier  <monnier@iro.umontreal.ca>
14837         * isearch.el (isearch-edit-string): Make the search-ring available for
14838         minibuffer history commands.
14839         (minibuffer-local-isearch-map): Remove bindings for M-p and M-n,
14840         the default history commands now work just as well.
14841         (isearch-ring-retreat-edit, isearch-ring-advance-edit): Remove.
14843 2005-04-18  Kim F. Storm  <storm@cua.dk>
14845         * emulation/cua-base.el (cua--pre-command-handler): Add more
14846         elaborate check for shift modifier on non-window systems.
14848 2005-04-18  Lars Hansen  <larsh@math.ku.dk>
14850         * desktop.el: Make "--no-desktop" turn off `desktop-save-mode'.
14852 2005-04-18  Kim F. Storm  <storm@cua.dk>
14854         * tooltip.el (tooltip-show): Change second arg to USE-ECHO-AREA
14855         and make it optional.  Don't test tooltip-gud-echo-area here.
14856         (tooltip-gud-process-output, gdb-tooltip-print):
14857         Pass tooltip-gud-echo-area to tooltip-show.
14858         (tooltip-help-tips): Remove second optional arg to tooltip-show.
14860 2005-04-18  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
14862         * tooltip.el (tooltip-mode): `emacs-quick-startup' and
14863         `display-graphic-p' may not be bound yet.
14865 2005-04-17  Luc Teirlinck  <teirllm@auburn.edu>
14867         * startup.el (command-line): No longer enable Xterm Mouse mode by
14868         default in terminals compatible with xterm.
14870         * xt-mouse.el (xterm-mouse-mode): Set init value back to nil.
14872 2005-04-18  Nick Roberts  <nickrob@snap.net.nz>
14874         * tooltip.el (tooltip-gud-echo-area): Rename from
14875         tooltip-use-echo-area.
14876         (tooltip-show, tooltip-gud-process-output, gdb-tooltip-print)
14877         (tooltip-help-tips): Allow GUD tooltips to be displayed in echo
14878         area independently of where help tooltips are displayed.
14880 2005-04-17  David Kastrup  <dak@gnu.org>
14882         * cus-theme.el (custom-theme-write-variables): Quote variables
14883         where necessary.
14885 2005-04-17  Richard M. Stallman  <rms@gnu.org>
14887         * simple.el (yank-excluded-properties): Add follow-link to value.
14889         * jka-compr.el (jka-compr-compression-info-list): Fix custom type.
14891         * startup.el (fancy-splash-max-time): Just 30 seconds.
14892         (fancy-splash-delay): Just 7.
14893         (fancy-splash-screens): No time limit other than fancy-splash-max-time.
14895         * loadhist.el (unload-feature): Update for new format of load-history.
14896         Simplify the code.
14898         * mail/rmail.el (rmail-ignored-headers): Ignore more headers
14899         (rmail-font-lock-keywords): Don't fontify the text of a citation.
14901         * mail/sendmail.el (mail-font-lock-keywords):
14902         Don't fontify subject text.
14903         Don't fontify the text of a citation.
14905 2005-04-17  Mark H. Weaver  <mhw@netris.org>  (tiny change)
14907         * comint.el (comint-output-filter): Run comint-output-filter-functions
14908         with point where the user had it.
14910 2005-04-16  Stefan Monnier  <monnier@iro.umontreal.ca>
14912         * international/ucs-tables.el (ucs-set-table-for-input):
14913         Disable when using unify-on-decoding.
14915 2005-04-16  Dan Nicolaescu  <dann@ics.uci.edu>
14917         * emulation/cua-base.el (cua-global-mark-face): Add special case
14918         for displays supporting a high number of colors.
14920 2005-04-16  Matt Hodges  <MPHodges@member.fsf.org>  (tiny change)
14922         * repeat.el (repeat): Invoke pre-command-hook and post-command-hook.
14924 2005-04-16  Chong Yidong  <cyd@stupidchicken.com>
14926         * filesets.el (filesets-add-buffer): If user supplies a name of a
14927         non-existing fileset, create a new fileset.
14929 2005-04-16  Carsten Dominik  <dominik@science.uva.nl>
14931         * textmodes/org.el (org-up-heading-all): Fix bug with
14932         `outline-up-heading-all'.
14934 2005-04-16  Andreas Schwab  <schwab@suse.de>
14936         * files.el (auto-mode-alist): Handle /etc/sysconfig/*,
14937         /etc/permissions.d/* and /etc/aliases.d/*.
14939 2005-04-16  Kenichi Handa  <handa@m17n.org>
14941         * international/code-pages.el (cp-make-coding-system):
14942         Set `translation-table-for-input' property value to the symbol
14943         ucs-mule-to-mule-unicode, not to that value.
14944         (pt154): Escape guillemet by `\'.
14946 2005-04-15  Luc Teirlinck  <teirllm@auburn.edu>
14948         * loadup.el: Load tooltip if x-show-tip is fboundp.
14950         * startup.el (command-line): Add comment.
14952         * tooltip.el (tooltip-mode): Specify correct standard value for
14953         Custom in init-value.
14955 2005-04-15  Nick Roberts  <nickrob@snap.net.nz>
14957         * progmodes/gud.el (gud-goto-info): Use existing Info buffer, if
14958         possible.
14960 2005-04-15  Carsten Dominik  <dominik@science.uva.nl>
14962         * textmodes/org.el (org-agenda-date-prompt): Rename from
14963         `org-agenda-date-today'.
14964         (org-evaluate-time-range): Insert at point instead of directly
14965         after time range.
14966         (org-first-headline-recenter, org-subtree-end-visible-p)
14967         (org-optimize-window-after-visibility-change): New functions
14968         (org-agenda-post-command-hook): Don't allow point at end of line,
14969         to make sure it always hits the text properties.
14970         (org-agenda-next-date-line, org-agenda-previous-date-line):
14971         New commands.
14972         (org-set-regexps-and-options): Category may contain white space.
14973         (org-agenda-get-deadlines, org-agenda-get-scheduled):
14974         Improve marker positions.
14975         (org-agenda-new-marker): Argument POS made optional.
14976         (org-agenda-get-timestamps): Deadlines which are done are listed
14977         in org-done-face now.
14978         (org-agenda-get-todos, org-agenda-get-timestamps)
14979         (org-agenda-get-deadlines, org-agenda-get-scheduled):
14980         Set `undone-face' and `done-face' properties.
14981         (org-last-todo-state-is-todo): New variable.
14982         (org-todo): Set `org-last-todo-state-is-todo'.
14983         (org-agenda-todo): Change face according to
14984         `org-last-todo-state-is-todo'.  And change other lines referring to
14985         the same entry.
14986         (org-calendar-goto-agenda): New command.
14987         (org-calendar-to-agenda-key): New option.
14988         (org-startup-folded): New allowed value `content'.
14989         (org-set-regexps-and-options): Accept new value `content' for
14990         `org-startup-folded'.
14991         (org-get-current-options): Handle new value `content' for
14992         `org-startup-folded'.
14993         (org-insert-todo-heading): New command.
14994         (org-mode): Insert first line "*-* mode: org-mode -*-" when called
14995         interactively in empty file and option
14996         `org-insert-mode-line-in-empty-file' has been set.
14997         (org-agenda-todo,org-agenda-priority): Modify to use
14998         `org-agenda-change-all-lines'.
14999         (org-warning-face): Change color on dark background
15001 2005-04-14  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
15003         * international/mule-cmds.el (set-locale-environment): On Mac OS,
15004         use preferences AppleLocale and AppleLanguages, and variable
15005         mac-system-locale for default locale.  On Mac OS Classic, use
15006         mac-system-coding-system for default coding systems.
15008         * term/mac-win.el: Don't set file-name-coding-system.
15009         Decode variables system-name, emacs-build-system, user-login-name, and
15010         user-full-name by mac-system-coding-system on Mac OS Classic.
15011         (mac-system-coding-system): New variable.
15013 2005-04-13  Luc Teirlinck  <teirllm@auburn.edu>
15015         * startup.el (command-line): Handle `xterm-mouse-mode' before
15016         reading init file.
15018         * xt-mouse.el (xterm-mouse-mode): Adapt to above change.
15020 2005-04-13  Glenn Morris  <gmorris@ast.cam.ac.uk>
15022         * progmodes/sh-script.el (sh-here-document-word): Make it a
15023         defcustom.  Doc fix.
15024         (sh-add): Bash uses $(( )) for arithmetic.
15025         (sh-while-getopts) <sh>: Set OPTIND back to 1 at end.
15026         (sh-maybe-here-document): Remove quotes and leading whitespace
15027         from heredoc word when closing.  Indent heredoc with tabs if word
15028         starts with "-".
15030 2005-04-13  Richard M. Stallman  <rms@gnu.org>
15032         * simple.el (undo): Fix previous change.
15034         * custom.el (defface): Doc fix.
15036 2005-04-13  Lute Kamstra  <lute@gnu.org>
15038         * Makefile.in (DONTCOMPILE): Remove list.
15039         (compile, compile-always): Don't use DONTCOMPILE.
15040         (update-authors): Load the library in which batch-update-authors
15041         is defined.
15042         * makefile.w32-in (DONTCOMPILE): Remove list.
15043         (compile, compile-always): Fix comments.
15044         (update-authors): Load the library in which batch-update-authors
15045         is defined.
15047         * generic-x.el (generic-mode-ini-file-find-file-hook):
15048         Rename to ini-generic-mode-find-file-hook.
15049         Keep generic-mode-ini-file-find-file-hook as an alias.
15050         (ini-generic-mode-find-file-hook): Rename from
15051         generic-mode-ini-file-find-file-hook.  Fix docstring.
15052         (ini-generic-mode): Docstring change.
15053         (bat-generic-mode-run-as-comint): Silence the byte compiler.
15055         * help.el (describe-key-briefly): UNTRANSLATED can be nil when
15056         called from lisp.
15058         * generic.el: Move to the emacs-lisp subdir.
15060 2005-04-12  Dan Nicolaescu  <dann@ics.uci.edu>
15062         * term/xterm.el (function-key-map): Add mappings for A-, C-, S-
15063         and C-S- function and cursor motion keys.
15065 2005-04-12  Luc Teirlinck  <teirllm@auburn.edu>
15067         * startup.el (command-line): Enable Xterm Mouse mode by default.
15068         * xt-mouse.el (xterm-mouse-mode): Provide correct standard value
15069         for Custom.  No longer show "Mouse" in mode line when enabled.
15070         Doc fix.
15072 2005-04-12  Kim F. Storm  <storm@cua.dk>
15074         * emulation/cua-base.el (cua-rectangle-face)
15075         (cua-rectangle-noselect-face): Define face attributes here.
15077         * emulation/cua-rect.el (cua--init-rectangles): Remove face setup.
15079 2005-04-12  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
15081         * startup.el (command-line): Turn off blinking cursor if
15082         cursorBlink in resources is off or false.
15084 2005-04-12  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
15086         * term/mac-win.el (dnd): Require dnd.
15087         (mac-drag-n-drop): Call dnd-handle-one-url.
15088         (kTextEncodingMacRoman, kTextEncodingISOLatin1)
15089         (kTextEncodingISOLatin2): Remove constants.
15090         (mac-script-code-coding-systems): New constant.
15091         (mac-handle-language-change): New function.
15092         (special-event-map): Bind it to `language-change' event.
15093         (mac-centraleurroman, mac-cyrillic): New coding systems.
15094         (mac-font-encoder-list, ccl-encode-mac-centraleurroman-font)
15095         (ccl-encode-mac-cyrillic-font): Rename mac-centraleurroman-encoder
15096         and mac-cyrillic-encoder to encode-mac-centraleurroman and
15097         encode-mac-cyrillic, respectively.
15099 2005-04-12  Nick Roberts  <nickrob@snap.net.nz>
15101         * progmodes/gud.el, progmodes/gdb-ui.el (gdb-assembler-mode):
15102         Don't set overlay-arrow-string to "=>" as this is done
15103         globally in C now.
15105 2005-04-12  Lute Kamstra  <lute@gnu.org>
15107         * generic-x.el (rc-generic-mode, rul-generic-mode):
15108         Fix auto-mode-alist entries.
15109         (etc-fstab-generic-mode): Tweak fontification.
15111         * generic.el (generic-make-keywords-list): Fix docstring.
15112         (generic-mode-internal): Simplify generic-font-lock-keywords.
15114 2005-04-11  Rajesh Vaidheeswarran  <rv@gnu.org>
15116         * whitespace.el (whitespace-buffer-leading)
15117         (whitespace-buffer-trailing): Revert the incorrect test inversion.
15118         However, fix the highlight area for the leading and
15119         trailing whitespaces to show space.
15121 2005-04-11  Rajesh Vaidheeswarran  <rv@gnu.org>
15123         * whitespace.el (whitespace-version): Bump to 3.5
15125         (whitespace-buffer-leading, whitespace-buffer-trailing):
15126         Invert sense of the test to highlight the whitespace.
15128 2005-04-12  Nick Roberts  <nickrob@snap.net.nz>
15130         * progmodes/gud.el (gud-display-line): GUD uses its own
15131         overlay arrow now so don't set overlay-arrow-string.
15132         (gud-pdb-command-name): Revert back to "pdb" (2004-04-26).
15134 2005-04-11  Dan Nicolaescu  <dann@ics.uci.edu>
15136         * term.el (term-ansi-current-bold, term-ansi-current-underline)
15137         (term-ansi-current-reverse, term-ansi-current-invisible)
15138         (term-ansi-face-already-done): Change to boolean.
15139         (term-reset-terminal, term-handle-colors-array): Handle the above
15140         vars accordingly.
15141         (term-buffer-vertical-motion): Rename from buffer-vertical-motion.
15142         (term-emulate-terminal): Use the new name.
15144         * faces.el (secondary-selection): Use yellow1, not yellow.
15145         (trailing-whitespace): Use red1, not red.
15147 2005-04-11  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
15149         * dired.el (dired-mode): Use dnd-* instead of x-dnd-*
15150         (dired-dnd-handle-local-file): Call dnd-get-local-file-name.
15151         (dired-dnd-handle-file): Call dnd-get-local-file-uri
15153         * cus-edit.el (dnd): New group.
15155         * term/w32-win.el (dnd): Require dnd
15156         (w32-drag-n-drop): Call dnd-handle-one-url.
15158         * x-dnd.el: Require dnd.
15159         (x-dnd-handle-uri-list, x-dnd-handle-file-name):
15160         Call dnd-handle-one-url.
15161         (x-dnd-types-alist, x-dnd-insert-utf8-text)
15162         (x-dnd-insert-utf16-text, x-dnd-insert-ctext): Change x-dnd-insert-text
15163         to dnd-insert-text.
15164         (x-dnd-protocol-alist, x-dnd-open-file-other-window)
15165         (x-dnd-handle-one-url, x-dnd-get-local-file-uri)
15166         (x-dnd-get-local-file-name, x-dnd-open-local-file)
15167         (x-dnd-open-file, x-dnd-insert-text): Move to dnd.el (without x-).
15169         * dnd.el (dnd-protocol-alist): New file with generic DND functions.
15171 2005-04-11  JUAN-LEON Lahoz Garcia  <juanleon1@gmail.com>
15173         * wdired.el: Doc fixes.
15174         (wdired-confirm-overwrite): Rename from wdired-is-ok-overwrite.
15175         (wdired-use-dired-vertical-movement): Rename from
15176         wdired-always-move-to-filename-beginning.
15177         (wdired-mode-map): Use `ignore' instead of `wdired-newline'.
15178         (wdired-change-to-wdired-mode): Change mode name.
15179         (wdired-newline): Delete.
15181 2005-04-11  Richard M. Stallman  <rms@gnu.org>
15183         * whitespace.el (whitespace-highlight-the-space):
15184         Don't call whitespace-unhighlight-the-space here.
15186         * simple.el (undo): Record t in undo-equiv-table
15187         for the redo record made by an undo-in-region.
15189 2005-04-12  Nick Roberts  <nickrob@snap.net.nz>
15191         * progmodes/gdb-ui.el (gdb-display-inferior-io-buffer)
15192         (gdb-frame-inferior-io-buffer): New Functions to control
15193         display of separate IO buffer.
15194         (menu): Add them to menu-bar.
15195         (gdb-display-buffer): Check for buffer another frame.
15196         Protect GUD buffer.
15197         (gdb-setup-windows): Create IO buffer if not already there.
15198         (gdb-memory-mode): Remove purecopy noops.
15200 2005-04-11  Glenn Morris  <gmorris@ast.cam.ac.uk>
15202         * progmodes/f90.el (f90-electric-insert): Add optional prefix arg,
15203         and pass to self-insert-command.
15205 2005-04-11  Lute Kamstra  <lute@gnu.org>
15207         * generic.el: Commentary section cleanup.
15208         (generic): Delete.
15209         (generic-use-find-file-hook, generic-lines-to-scan)
15210         (generic-find-file-regexp, generic-ignore-files-regexp)
15211         (default-generic-mode, generic-mode-find-file-hook)
15212         (generic-mode-ini-file-find-file-hook): Move to generic-x.el.
15213         * generic-x.el (generic-x): Docstring fix.  Put it in the data group.
15214         (generic-use-find-file-hook, generic-lines-to-scan)
15215         (generic-find-file-regexp, generic-ignore-files-regexp)
15216         (default-generic-mode, generic-mode-find-file-hook)
15217         (generic-mode-ini-file-find-file-hook): Move from generic.el.
15219 2005-04-10  Karl Fogel  <kfogel@red-bean.com>
15221         * bookmark.el (bookmark-write-file): Catch errors writing file.
15222         This is the same change as saveplace.el at 2005-04-10T23:32:00Z!rms@gnu.org.
15224 2005-04-10  Richard M. Stallman  <rms@gnu.org>
15226         * startup.el (fancy-splash-tail): Update copyright year.
15227         (command-line): Split part of -Q into -D.
15228         (emacs-basic-display): New defvar.
15229         (fancy-splash-text): Correct name of menu item.
15231         * saveplace.el (save-place-alist-to-file): Catch errors writing file.
15233         * info.el (Info-fontify-node): Handle fontification of multiple * Menu
15234         lines in one node.
15236         * comint.el (comint-send-input): New arg ARTIFICIAL.
15237         Callers in this file changed.
15239         * abbrev.el (define-abbrevs): Read system abbrevs properly.
15241         * emacs-lisp/map-ynp.el (map-y-or-n-p): Clarify RET/q in help message.
15243 2005-04-10  Chong Yidong  <cyd@stupidchicken.com>
15245         * url/url-ldap.el (url-ldap): Add docstring.  Fix call to
15246         `ldap-search-internal'.
15248 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
15250         * files.el (set-auto-mode-1): Use line-end-position.
15252         * international/latin-1.el:
15253         * international/latin-2.el:
15254         * international/latin-3.el:
15255         * international/latin-4.el:
15256         * international/latin-5.el:
15257         * international/latin-8.el:
15258         * international/latin-9.el: Give punctuation syntax to NBSP.
15260         * textmodes/bibtex.el (bibtex-autokey-titleword-ignore)
15261         (bibtex-reference-key, bibtex-autokey-demangle-name, bibtex-mode):
15262         Use char-classes to accept non-ascii letters, accepted in some recent
15263         bibtex implementations.
15265 2005-04-10  Luc Teirlinck  <teirllm@auburn.edu>
15267         * custom.el (custom-set-minor-mode): Any non-nil value for the
15268         variable should enable the mode when set through Custom.
15270 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
15272         * progmodes/vhdl-mode.el (vhdl-mode-map-init): Don't override default
15273         TAB binding so tab-always-indent is obeyed.
15274         (vhdl-minibuffer-local-map): Move initialization into declaration.
15275         (vhdl-mode-abbrev-table-init): Mark the abbrevs as `system'.
15276         (vhdl-run-when-idle, vhdl-create-mode-menu, vhdl-character-to-event)
15277         (vhdl-hooked-abbrev): Avoid test for XEmacs.
15278         (vhdl-current-line): Use line-beginning-position.
15279         (vhdl-doc-variable, vhdl-doc-mode): Call help-setup-xref before
15280         with-output-to-temp-buffer, so the current position can be recorded.
15282 2005-04-10  Masatake YAMATO  <jet@gyve.org>
15284         * progmodes/compile.el (compilation-error-regexp-alist-alist):
15285         Add regexp for gcov.
15287 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
15289         * calendar/time-date.el (time-to-seconds, seconds-to-time)
15290         (days-to-time, time-subtract, time-add): Don't use the #xhhhh
15291         syntax which Emacs 20 doesn't support.
15293 2005-04-09  Richard M. Stallman  <rms@gnu.org>
15295         * help.el (describe-key-briefly, describe-key):
15296         Replace strings as event types with "(any string)".
15298 2005-04-09  Stefan Monnier  <monnier@iro.umontreal.ca>
15300         * arc-mode.el (archive-mode-map): Move initialization into
15301         the declaration.  Override *all* bindings of `undo'.
15302         (archive-lemacs): Remove, use (featurep 'xemacs) instead.
15304 2005-04-09  Jay Belanger  <belanger@truman.edu>
15306         * calc/calc-units.el (math-standard-units): Redefine Watt hour as W*hr.
15308 2005-04-09  Dan Nicolaescu  <dann@ics.uci.edu>
15310         * term/xterm.el (xterm-rgb-convert-to-16bit): Simplify.
15311         (xterm-register-default-colors): Update color values computation
15312         to match xterm-200.
15314 2005-04-09  Kenichi Handa  <handa@m17n.org>
15316         * international/code-pages.el (iso-latin-7): Fix the map.
15318 2005-04-08  Luc Teirlinck  <teirllm@auburn.edu>
15320         * emacs-lisp/lisp.el (defun-prompt-regexp)
15321         (parens-require-spaces, buffer-end, end-of-defun)
15322         (insert-parentheses): Doc fixes.
15324 2005-04-08  Kim F. Storm  <storm@cua.dk>
15326         * comint.el (comint-highlight-prompt): Fix face spec.
15327         * hi-lock.el (hi-green): Likewise.
15329 2005-04-08  Dan Nicolaescu  <dann@ics.uci.edu>
15331         * cus-edit.el (custom-modified-face):
15332         * comint.el (comint-highlight-input): Fix previous changes.
15333         * term.el (term-handle-ansi-escape): Add a comment.
15335 2005-04-08  Stefan Monnier  <monnier@iro.umontreal.ca>
15337         * whitespace.el (whitespace-highlight-the-space): Put the same overlay
15338         in the buffer and in whitespace-highlighted-space.
15339         (whitespace-unhighlight-the-space): Simplify.
15340         (whitespace-buffer): Simplify.
15342 2005-04-08  Dan Nicolaescu  <dann@ics.uci.edu>
15344         * textmodes/table.el (table-cell-face): Add special case for
15345         displays supporting a high number of colors.
15346         * progmodes/vhdl-mode.el (vhdl-font-lock-prompt-face)
15347         (vhdl-font-lock-reserved-words-face)
15348         (vhdl-speedbar-architecture-face)
15349         (vhdl-speedbar-instantiation-face)
15350         (vhdl-speedbar-architecture-selected-face)
15351         (vhdl-speedbar-instantiation-selected-face): Likewise.
15352         * progmodes/sh-script.el (sh-heredoc-face): Likewise.
15353         * progmodes/idlw-help.el (idlwave-help-link-face): Likewise.
15354         * progmodes/ebrowse.el (ebrowse-tree-mark-face)
15355         (ebrowse-root-class-face, ebrowse-member-attribute-face)
15356         (ebrowse-progress-face): Likewise.
15357         * progmodes/compile.el (compilation-info-face): Likewise.
15358         * progmodes/cc-fonts.el (c-invalid-face): Likewise.
15359         * emacs-lisp/re-builder.el (reb-match-3): Likewise.
15360         * calendar/calendar.el (diary-face): Likewise.
15361         * woman.el (woman-italic-face, woman-bold-face)
15362         (woman-unknown-face): Likewise.
15363         * wid-edit.el (widget-button-pressed-face): Likewise.
15364         * whitespace.el (whitespace-highlight-face): Likewise.
15365         * smerge-mode.el (smerge-mine-face, smerge-base-face): Likewise.
15366         * pcvs-info.el (cvs-marked-face): Likewise.
15367         * info.el (info-xref): Likewise.
15368         * ido.el (ido-subdir-face, ido-indicator-face): Likewise.
15369         * hilit-chg.el (highlight-changes-face)
15370         (highlight-changes-delete-face): Likewise.
15371         * hi-lock.el (hi-yellow, hi-green, hi-blue-b, hi-green-b)
15372         (hi-red-b): Likewise.
15373         * generic-x.el (show-tabs-tab-face, show-tabs-space-face): Likewise.
15374         * font-lock.el (font-lock-keyword-face)
15375         (font-lock-function-name-face, font-lock-warning-face): Likewise.
15376         * cus-edit.el (custom-invalid-face, custom-modified-face)
15377         (custom-set-face, custom-changed-face, custom-variable-tag-face)
15378         (custom-group-tag-face-1, custom-group-tag-face): Likewise.
15379         * comint.el (comint-highlight-prompt): Likewise.
15381 2005-04-08  Lute Kamstra  <lute@gnu.org>
15383         * font-lock.el (font-lock-keywords): Docstring fixes.
15385 2005-04-08  Kenichi Handa  <handa@m17n.org>
15387         * ps-mule.el (ps-mule-show-warning): If the number of unprintable
15388         chars are more than a limit, print " and more..." at the tail.
15390 2005-04-08  Kim F. Storm  <storm@cua.dk>
15392         * emacs-lisp/authors.el (authors-aliases): Update list.
15393         (authors-ignored-files): New list.
15394         (authors-fixed-entries): Fix typo.
15395         (authors-renamed-files-alist): Update list.
15396         (authors-add): Check authors-ignored-files.
15398 2005-04-08  Carsten Dominik  <dominik@science.uva.nl>
15400         * calendar/diary-lib.el (add-to-diary-list): MARKER argument made
15401         optional, to ensure backward compatibility.
15403 2005-04-08  Stephen Eglen  <stephen@gnu.org>
15405         * textmodes/flyspell.el (flyspell-large-region): Doc fix.
15407 2005-04-08  Kim F. Storm  <storm@cua.dk>
15409         * buff-menu.el (Buffer-menu-mode-map): Map follow-link to mouse-face.
15411         * mouse.el (mouse-on-link-p): Doc fix.
15413 2005-04-07  Luc Teirlinck  <teirllm@auburn.edu>
15415         * ielm.el (ielm-prompt-read-only): Doc fix.
15417         * comint.el (comint-prompt-read-only): Doc fix.
15419 2005-04-07  Benjamin Rutt  <brutt@bloomington.in.us>
15421         * ffap.el (ffap-pass-wildcards-to-dired): New user option to
15422         ensure dired always handles wildcards passed to ffap.
15423         (find-file-at-point): Use it.
15424         (ffap-dired-wildcards): Doc fix.
15426 2005-04-07  Juri Linkov  <juri@jurta.org>
15428         * simple.el (next-error-overlay-arrow-position): New defvar.
15429         Put "=>" on its property `overlay-arrow-string'.  Add it to
15430         `overlay-arrow-variable-list'.
15432         * progmodes/compile.el (compilation-setup):
15433         Set `next-error-overlay-arrow-position' to nil.  Also set it to
15434         nil in the local hook `kill-buffer-hook'.  Make local variable
15435         `overlay-arrow-string' and set it to "=>".
15436         (compilation-goto-locus): Set BOL position to
15437         `next-error-overlay-arrow-position' instead of
15438         `overlay-arrow-position'.
15440         * info.el (Info-mode): Add `Info-kill-buffer' to `kill-buffer-hook'
15441         locally instead of adding it to the global hook.
15442         (Info-kill-buffer): Move up.
15444 2005-04-06  Dan Nicolaescu  <dann@ics.uci.edu>
15446         * term/xterm.el (xterm-standard-colors): Update color values from
15447         xterm-200.
15449 2005-04-06  Stefan Monnier  <monnier@iro.umontreal.ca>
15451         * textmodes/tex-mode.el (tex-font-lock-keywords-2): Add \bfseries.
15453         * fast-lock.el:
15454         * lazy-lock.el: Move them to the obsolete subdir.
15456 2005-04-06  JUAN-LEON Lahoz Garcia  <juanleon1@gmail.com>
15458         * wdired.el (wdired-advise-functions, wdired-add-skip-in-replace)
15459         (wdired-add-replace-advice): Remove.
15460         (wdired-change-to-wdired-mode): Use query-replace-skip-read-only.
15462 2005-04-06  Kim F. Storm  <storm@cua.dk>
15464         * startup.el (command-line): Add --bare-bones alias for -Q.
15466 2005-04-06  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
15468         * term/mac-win.el: Use create-fontset-from-mac-roman-font to
15469         create the startup fontset if a font specification ends with
15470         `mac-roman'.
15472 2005-04-06  Lute Kamstra  <lute@gnu.org>
15474         * add-log.el (change-log-font-lock-keywords): Complete 2005-04-03
15475         change.
15477         * emacs-lisp/copyright.el (copyright-update-year): Replace the
15478         right subexpression.  Suggested by Jay Bingham <jay.bingham@hp.com>.
15480 2005-04-05  Lute Kamstra  <lute@gnu.org>
15482         * generic.el (generic-mode-internal): Fix 2005-03-31 change.
15483         (define-generic-mode): Ditto.  Fix debug declaration.
15485         * generic-x.el (show-tabs-tab-face, show-tabs-space-face):
15486         Put them in the generic-x group.
15488         * calendar/timeclock.el (timeclock): Doc fix.
15490         * generic.el (define-generic-mode): Don't use custom-current-group.
15491         Document default :group value.
15492         * emacs-lisp/easy-mmode.el (define-minor-mode): Ditto.
15493         (define-global-minor-mode): Don't use custom-current-group.
15495 2005-04-05  Glenn Morris  <gmorris@ast.cam.ac.uk>
15497         * startup.el (command-line-1): Display startup-echo-area-message
15498         when fancy splash screen is in use.
15500         * progmodes/sh-script.el (sh-builtins) <bash>: Add `caller'.
15501         (sh-escaped-newline): New face.
15502         (sh-font-lock-keywords) <shell>: Improve regexp for escaped
15503         newline, and use sh-escaped-newline face.
15505         * progmodes/tcl.el (tcl-escaped-newline): New face.
15506         (tcl-builtin-list): New variable.
15507         (tcl-set-font-lock-keywords): Add builtins, variables, and escaped
15508         newlines.  Fix keywords subexpression number.
15510 2005-04-05  Carsten Dominik  <dominik@science.uva.nl>
15512         * textmodes/org.el (org-diary-default-entry): Fix call to
15513         `add-to-diary-entry'.
15515 2005-04-05  Kim F. Storm  <storm@cua.dk>
15517         * ediff-init.el: Use (featurep 'xemacs).
15519 2005-04-05  David Ponce  <david@dponce.com>
15521         * cus-edit.el (face): Derive from symbol widget.  Display sample
15522         of the current face on the fly.
15523         (widget-face-sample-face-get, widget-face-notify): New functions.
15524         (widget-face-value-create): Remove.
15526         * wid-edit.el (widget-field-end): Temporarily remove field
15527         narrowing before to call `get-char-property'.
15529 2005-04-04  Jay Belanger  <belanger@truman.edu>
15531         * calc/calc-aent.el (math-read-replacement-list): Add subscripts.
15532         (math-read-subscripts): New variable.
15533         (math-read-preprocess-string): Process subscripts.
15535 2005-04-04  Luc Teirlinck  <teirllm@auburn.edu>
15537         * comint.el (comint-prompt-read-only): Doc fix.
15539         * dired.el (dired-copy-filename-as-kill): Make `-' arg behave like
15540         `-1'.  Doc fix.
15542 2005-04-04  Carsten Dominik  <dominik@science.uva.nl>
15544         * textmodes/org.el (org-insert-mode-line-in-empty-file):
15545         Change default value to nil.
15547 2005-04-04  Lute Kamstra  <lute@gnu.org>
15549         * autorevert.el (auto-revert-mode): Specify :group.
15550         * battery.el (display-battery-mode): Specify :group.
15551         * diff-mode.el (diff-minor-mode): Specify :group.
15552         * font-core.el (font-lock-mode): Specify :group.
15553         * hl-line.el (hl-line-mode): Specify :group.
15554         * iimage.el (iimage): New customization group.
15555         (iimage-mode): Specify :group.
15556         * longlines.el (longlines-mode): Specify :group.
15557         * master.el: Don't require easy-mmode.
15558         (master): New customization group.
15559         (master-mode): Specify :group.
15560         * msb.el (msb-mode): Specify :group.
15561         * reveal.el (reveal-mode): Specify :group.
15562         * simple.el (next-error-follow-minor-mode): Specify :group.
15563         * smerge-mode.el (smerge-mode): Specify :group.
15564         * emacs-lisp/eldoc.el (eldoc-mode): Specify :group.
15565         * emulation/cua-base.el (cua-mode): Specify :group.
15566         * international/encoded-kb.el (encoded-kbd-mode): Specify :group.
15567         * language/thai-util.el (thai-auto-composition-mode)
15568         (thai-word-mode): Specify :group.
15569         * mail/supercite.el (sc-minor-mode): Specify :group.
15570         * progmodes/cwarn.el (cwarn-mode): Specify :group.
15571         * progmodes/flymake.el (flymake-mode): Specify :group.
15572         * progmodes/glasses.el (glasses-mode): Specify :group.
15573         * progmodes/hideif.el (hide-ifdef-mode): Specify :group.
15574         * textmodes/enriched.el (enriched-mode): Specify :group.
15575         * textmodes/refill.el (refill-mode): Specify :group.
15577         * add-log.el (change-log-font-lock-keywords): Names in
15578         parenthesized lists can contain spaces.
15580 2005-04-04  Thien-Thi Nguyen  <ttn@gnu.org>
15582         * startup.el (fancy-splash-text): Shorten default text of
15583         "Emacs Tutorial" line.  Also, if the current language env
15584         indicates an available tutorial file other than TUTORIAL,
15585         extract its title and append it to the line in parentheses.
15586         (fancy-splash-insert): If arg is a thunk, funcall it.
15588 2005-04-04  Jay Belanger  <belanger@truman.edu>
15590         * calc.el (calc-language-alist): Add tags to customization type.
15592 2005-04-03  Luc Teirlinck  <teirllm@auburn.edu>
15594         * xt-mouse.el (xterm-mouse-mode): Add explicit Custom group, mouse.
15595         Doc fix.
15597 2005-04-03  Marcelo Toledo  <marcelo@gnu.org>
15599         * add-log.el (change-log-font-lock-keywords): The manual
15600         describing a Change Log entry, says: (...) "Aside from these
15601         header lines, every line in the change log starts with a space or
15602         a tab.".  The font-lock was not highlighting lines started with
15603         spaces, added support for it.
15605 2005-04-03  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
15607         * textmodes/bibtex.el (bibtex-url): Use format to generate the url.
15608         (bibtex-generate-url-list): Update docstring accordingly.  Put the
15609         complex example in the docstring.
15610         (bibtex-font-lock-url): Use pop.
15612 2005-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
15614         * progmodes/tcl.el (tcl-set-font-lock-keywords): Use new \_< ops.
15616         * pcvs.el (cvs-checkout): Prompt for cvsroot as well.
15618 2005-04-03  Glenn Morris  <gmorris@ast.cam.ac.uk>
15620         * filesets.el (filesets-set-default): Doc fix.
15622 2005-04-03  Lute Kamstra  <lute@gnu.org>
15624         * generic.el (define-generic-mode): Add argument to specify
15625         keywords for defcustom.
15626         (default-generic-mode): Specify :group.
15628         * generic-x.el: Specify :group for all generic modes.
15630         * desktop.el (desktop-no-desktop-file-hook)
15631         (desktop-after-read-hook): Doc fix.
15633 2005-04-02  Luc Teirlinck  <teirllm@auburn.edu>
15635         * simple.el (visible-mode): Use explicit :group keyword.
15636         This changes the group of `visible-mode-hook' from paren-blinking
15637         to editing-basics.
15639 2005-04-02  Sergey Poznyakoff  <gray@Mirddin.farlep.net>  (tiny change)
15641         * mail/rmail.el (rmail-parse-url): Bugfix.  Parse traditional
15642         mailbox specifications as well as URLs.
15643         (rmail-insert-inbox-text): Remove unused conditional branches.
15645 2005-04-01  Jay Belanger  <belanger@truman.edu>
15647         * calc/calc-graph.el (calc-gnuplot-name, calc-gnuplot-plot-command)
15648         (calc-gnuplot-print-command): Move definitions to calc.el.
15650         * calc/calc-embed.el (calc-embedded-announce-formula)
15651         (calc-embedded-open-formula, calc-embedded-close-formula)
15652         (calc-embedded-open-word, calc-embedded-close-word)
15653         (calc-embedded-open-plain, calc-embedded-close-plain)
15654         (calc-embedded-open-new-formula, calc-embedded-close-new-formula)
15655         (calc-embedded-open-mode, calc-embedded-close-mode):
15656         Move definitions to calc.el.
15658         * calc/calc.el (calc-settings-file, calc-language-alist):
15659         Make customizable.
15660         (calc-embedded-announce-formula, calc-embedded-open-formula)
15661         (calc-embedded-close-formula, calc-embedded-open-word)
15662         (calc-embedded-close-word, calc-embedded-open-plain)
15663         (calc-embedded-close-plain, calc-embedded-open-new-formula)
15664         (calc-embedded-close-new-formula, calc-embedded-open-mode)
15665         (calc-embedded-close-mode, calc-gnuplot-name)
15666         (calc-gnuplot-plot-command, calc-gnuplot-print-command): Move here
15667         from other files and make customizable.
15669 2005-04-01  Stefan Monnier  <monnier@iro.umontreal.ca>
15671         * pcvs.el (cvs-temp-buffer, cvs-mode-kill-process, cvs-buffer-check):
15672         Use buffer-live-p.
15673         (cvs-mode-run): Don't call cvs-update-header here.
15674         (cvs-run-process): Call cvs-update-header.
15675         Use process properties for cvs-postprocess and cvs-buffer so that
15676         the sentinel can behave better if the temp buffer is killed.
15677         Use a pipe rather than a tty, to better handle unexpected prompts.
15678         (cvs-sentinel): Rewrite.  Call cvs-update-header.
15680 2005-04-01  Andre Spiegel  <spiegel@gnu.org>
15682         * vc-hooks.el (vc-workfile-unchanged-p): Disable mtime check when
15683         we go via Tramp or Ange-FTP.  Suggested by Kai Grossjohann.
15685 2005-03-31  Stefan Monnier  <monnier@iro.umontreal.ca>
15687         * generic.el (define-generic-mode): Add indentation rule.
15689 2005-03-31  Luc Teirlinck  <teirllm@auburn.edu>
15691         * files.el (mode-require-final-newline): Make Custom correctly
15692         report a nil value and allow to set it to nil via Custom.
15693         Doc fix.
15695 2005-04-01  Kenichi Handa  <handa@m17n.org>
15697         * international/characters.el: Enable the correct case setting for
15698         dotless-i and dotted-I.
15700 2005-04-01  Kim F. Storm  <storm@cua.dk>
15702         * ido.el (ido-file-internal): Fall back to non-ido command if
15703         initial directory is on slow ftp (or tramp) host.
15705 2005-03-31  Richard M. Stallman  <rms@gnu.org>
15707         * emacs-lisp/autoload.el (make-autoload):
15708         Handle define-global-minor-mode.
15710         * emacs-lisp/easy-mmode.el (define-global-minor-mode):
15711         Rename from easy-mmode-define-global-mode.
15712         (easy-mmode-define-global-mode): Alias for define-global-minor-mode.
15714         * progmodes/scheme.el (scheme-mode-syntax-table):
15715         Update syntax of | and # for two-character comment syntax.
15717 2005-03-31  Lute Kamstra  <lute@gnu.org>
15719         * emacs-lisp/easy-mmode.el (easy-mmode-define-global-mode)
15720         (define-minor-mode): Call custom-current-group at load-time.
15722         * generic.el (define-generic-mode): Add debug declaration.
15723         Add defcustom for the mode hook.
15724         (generic-mode-internal): Use run-mode-hooks.
15726 2005-03-31  Kim F. Storm  <storm@cua.dk>
15728         * mouse.el (mouse-1-click-follows-link): Increase to 450 ms.
15729         (mouse-fixup-help-message): New defun called by show_help_echo
15730         to fixup mouse-2 prefix in help messages when applicable.
15732         * tooltip.el (tooltip-show-help-function): Don't fixup message here.
15734 2005-03-31  Kenichi Handa  <handa@m17n.org>
15736         * language/thai-word.el (thai-find-word-ends): Pay attention to
15737         the case that we reach the end of buffer.
15739         * textmodes/fill.el (fill-text-properties-at): New function.
15740         (fill-newline): Use fill-text-properties-at instead of
15741         text-properties-at.
15743 2005-03-31  Olive Lin  <olive.lin@versateladsl.be>  (tiny change)
15745         * textmodes/tex-mode.el (tex-start-tex) Use shell-quote-argument,
15746         not comint-quote-filename.
15748 2005-03-31  Thien-Thi Nguyen  <ttn@gnu.org>
15750         * help-fns.el (help-with-tutorial): Revert last change.
15752 2005-03-31  Kim F. Storm  <storm@cua.dk>
15754         * emulation/cua-base.el (cua-scroll-down): Add CUA property.
15756 2005-03-30  Paul Eggert  <eggert@cs.ucla.edu>
15758         * calendar/cal-china.el: Update reference to "Calendrical
15759         Calculations" book; there's a new edition.
15760         * calendar/cal-coptic.el: Likewise.
15761         * calendar/cal-french.el: Likewise.
15762         * calendar/cal-hebrew.el: Likewise.
15763         * calendar/cal-islam.el: Likewise.
15764         * calendar/cal-iso.el: Likewise.
15765         * calendar/cal-julian.el: Likewise.
15766         * calendar/cal-mayan.el: Likewise.
15767         * calendar/cal-persia.el: Likewise.
15768         * calendar/calendar.el: Likewise.
15769         * calendar/holidays.el: Likewise.
15770         * calendar/lunar.el: Likewise.
15771         * calendar/solar.el: Likewise.
15773         * calendar/calendar.el (calendar-day-abbrev-array): Remove trailing
15774         white space from doc string.
15776 2005-03-30  Jay Belanger  <belanger@truman.edu>
15778         * calc/calc-help.el (calc-full-help): Remove email address.
15780 2005-03-30  Thien-Thi Nguyen  <ttn@gnu.org>
15782         * help-fns.el (help-with-tutorial): Delete title line.
15784 2005-03-30  Glenn Morris  <gmorris@ast.cam.ac.uk>
15786         * calendar/cal-x.el (calendar-one-frame-setup)
15787         (calendar-only-one-frame-setup, calendar-two-frame-setup): Use t
15788         rather than `symbol' for set-window-dedicated-p.
15790         * calendar/appt.el (appt-buffer-name): Make it a constant.
15791         (appt-add): Doc fix.
15793         * filesets.el (filesets-menu-path, filesets-menu-before)
15794         (filesets-menu-in-menu): Doc fix.  Now valid in GNU Emacs.
15795         (filesets-menu-cache-file): Use directory ~/.emacs.d.
15796         (filesets-add-submenu): Delete and use add-submenu instead.
15798 2005-03-30  Carsten Dominik  <dominik@science.uva.nl>
15800         * org.el (org-agenda-phases-of-moon, org-agenda-sunrise-sunset)
15801         (org-agenda-convert-date, org-agenda-goto-calendar): New commands.
15802         (org-diary-default-entry): New function.
15803         (org-get-entries-from-diary): Better parsing of diary entries.
15804         (org-agenda-check-no-diary): New function.
15805         ("diary-lib"): Advice to function `add-to-diary-list', to allow
15806         linking to diary entries.
15807         (org-agenda-execute-calendar-command): New function.
15808         (org-agenda): Improve visible section in window.
15809         Use `org-fit-agenda-window'.
15810         (org-fit-agenda-window): New option.
15811         (org-move-subtree-down): Better handling of empty lines
15812         at end of subtree.
15813         (org-cycle): Numeric prefix is interpreted now as show-subtree N
15814         levels up.
15815         (org-fontify-done-headline): New option.
15816         (org-headline-done-face): New face.
15817         (org-set-font-lock-defaults): Use `org-headline-done-face'.
15818         (org-table-copy-down): Rename from `org-table-copy-from-above'.
15819         When current field is non-empty, it is copied to next row.
15820         (org-table-copy-from-above): Fix bug which made it
15821         impossible to copy fields containing only a single non-white character.
15823 2005-03-30  Kim F. Storm  <storm@cua.dk>
15825         * kmacro.el (kmacro-end-macro): Isearch may store this command
15826         into the macro -- so ignore it when executing keyboard macro.
15828 2005-03-30  Nick Roberts  <nickrob@snap.net.nz>
15830         * tooltip.el (tooltip-gud-display): Use gud-overlay-arrow-position.
15832 2005-03-29  Kenichi Handa  <handa@m17n.org>
15834         * language/thai.el ("Thai"): Set setup-function and exit-function
15835         for Thai language environment.
15837         * language/thai-util.el: Require thai-word.
15838         (thai-word-mode-map): New variable.
15839         (thai-word-mode): New minor mode.
15840         (setup-thai-language-environment-internal): New function.
15841         (exit-thai-language-environment-internal): New function.
15843         * language/thai-word.el (thai-word-table): Declare it by defvar,
15844         use dolist to initialize it.
15845         (thai-kill-word, thai-backward-kill-word, thai-transpose-words)
15846         (thai-fill-find-break-point): New functions.
15848 2005-03-29  Richard M. Stallman  <rms@gnu.org>
15850         * simple.el (idle-update-delay): Move definition up.
15851         (set-mark): Doc fix.
15853 2005-03-29  Chong Yidong  <cyd@stupidchicken.com>
15855         * longlines.el: New file.
15857         * simple.el (buffer-substring-filters): New variable.
15858         (filter-buffer-substring): New function.
15859         (kill-region, copy-region-as-kill): Use it.
15861         * register.el (copy-to-register, append-to-register)
15862         (prepend-to-register): Use filter-buffer-substring.
15864 2005-03-30  Nick Roberts  <nickrob@snap.net.nz>
15866         * progmodes/gud.el (gdb): (Re)-initialize gud-filter-pending-text.
15867         (gud-filter-pending-text): Move in front of gdb.
15868         (gud-overlay-arrow-position): New variable.
15869         (gud-sentinel, gud-display-line): Use it in place of
15870         overlay-arrow-position.
15872 2005-03-29  Glenn Morris  <gmorris@ast.cam.ac.uk>
15874         * progmodes/fortran.el (fortran-if-indent): Doc fix.
15875         (fortran-font-lock-keywords-2): Add "where", "elsewhere".
15876         (fortran-font-lock-keywords-4): New variable.
15877         (fortran-blocks-re, fortran-end-block-re)
15878         (fortran-start-block-re): New constants, for hideshow.
15879         (hs-special-modes-alist): Add a Fortran entry.
15880         (fortran-mode-map): Bind fortran-end-of-block,
15881         fortran-beginning-of-block to \M-\C-n, \M-\C-p.
15882         (fortran-mode): Doc fix.  Add fortran-font-lock-keywords-4.
15883         (fortran-looking-at-if-then, fortran-end-of-block)
15884         (fortran-beginning-of-block): New functions, for hideshow.
15886         * progmodes/f90.el (f90-end-block-re, f90-start-block-re):
15887         Doc fix.  Tweak regexp.
15888         (f90-beginning-of-block): Push mark first.
15890 2005-03-29  Jay Belanger  <belanger@truman.edu>
15892         * calc/calc.el: Update copyright date.
15893         (calc-version): Increase to 2.1.
15894         (calc-version-date): Remove.
15896         * calc/calc-help.el: Update copyright date.
15897         (calc-full-help): Remove reference to calc-version-date.
15898         Update copyright date.
15900 2005-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
15902         * vc.el (vc-do-command): Use a pipe for async processes, so password
15903         prompts don't show up at places where the user can't reply.
15905 2005-03-29  Olive Lin  <olive.lin@versateladsl.be>  (tiny change)
15907         * textmodes/tex-mode.el (tex-send-command): shell-quote-argument
15908         on the file name we pass to the inferior shell.
15910 2005-03-29  Stephan Stahl  <stahl@eos.franken.de>  (tiny change)
15912         * progmodes/which-func.el (which-function): Be robust in the face of an
15913         imenu--make-index-alist failure.
15915 2005-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
15917         * reveal.el (reveal-mode-map): Don't override C-a and C-e.
15919         * progmodes/python.el (python-preoutput-filter): Fix last change.
15921 2005-03-29  Lute Kamstra  <lute@gnu.org>
15923         * emacs-lisp/debug.el (debug-on-entry): Handle autoloaded
15924         functions and compiled macros.
15925         (debug-convert-byte-code): Handle macros too.
15926         (debug-on-entry-1): Don't signal an error when trying to clear a
15927         function that is not set to debug on entry.
15929 2005-03-29  Jay Belanger  <belanger@truman.edu>
15931         * calc/calc-lang.el: Add functions to math-function-table
15932         properties of tex and math.
15934 2005-03-29  Kenichi Handa  <handa@m17n.org>
15936         * ps-mule.el (ps-mule-plot-string): Translate characters by
15937         ps-print-translation-table.
15938         (ps-mule-begin-job): Call find-charset-region/string with
15939         ps-print-translation-table.
15940         (ps-mule-printable-p): Return t if CHARSET is ascii or latin-iso8859-1.
15942         * ps-print.el (ps-print-translation-table): New variable.
15943         (ps-plot-region): Translate characters by ps-print-translation-table.
15945 2005-03-29  Juri Linkov  <juri@jurta.org>
15947         * simple.el (next-error-highlight-timer): New variable.
15949         * progmodes/compile.el (compilation-goto-locus):
15950         Use `next-error-highlight-timer' instead of `sit-for'.
15952 2005-03-28  Stefan Monnier  <monnier@iro.umontreal.ca>
15954         * mail/supercite.el (sc-mail-field): Use assoc-string.
15955         (sc-get-address): Simplify regexps.
15957         * files.el (minibuffer-with-setup-hook): New macro.
15958         (find-file-read-args): Use it to avoid let-binding
15959         minibuffer-with-setup-hook (which breaks turning on/off
15960         file-name-shadow-mode while in the prompt).
15962         * complete.el (PC-read-include-file-name-internal):
15963         Use test-completion.
15965 2005-03-28  Luc Teirlinck  <teirllm@auburn.edu>
15967         * font-lock.el: Bind `font-lock-fontify-block' to M-o M-o.
15969 2005-03-28  Stefan Monnier  <monnier@iro.umontreal.ca>
15971         * window.el (window-buffer-height): Use count-screen-lines.
15973         * progmodes/python.el (python-preoutput-leftover): New var.
15974         (python-preoutput-filter): Use it.
15975         (python-send-receive): Loop until all the result has been received.
15977 2005-03-28  Juri Linkov  <juri@jurta.org>
15979         * dired.el (dired-mode-map): Add ellipsis to "Compare directories".
15981         * menu-bar.el (menu-bar-file-menu): Remove ellipsis from
15982         "Recover Crashed Session".
15983         (menu-bar-search-menu): Add ellipsis to "Search tagged files".
15984         (menu-bar-replace-menu): Add ellipsis to "Replace in tagged files".
15985         (menu-bar-goto-menu): Add ellipsis to "Set Tags File Name".
15986         (menu-bar-goto-menu): Add ellipsis to "Tags Apropos".
15987         (menu-bar-options-menu): Add ellipsis to "Set Font/Fontset".
15988         (menu-bar-manuals-menu): Add ellipsis to "Find Command in Manual".
15989         (menu-bar-manuals-menu): Add ellipsis to "Find Key in Manual".
15990         (menu-bar-help-menu): Remove ellipsis from "Find Emacs Packages".
15992         * ediff-hook.el (menu-bar-ediff-misc-menu, ediff-misc-menu):
15993         Remove ellipsis from "Ediff Manual", "Customize Ediff", "List
15994         Ediff Sessions", "Toggle use of separate control buffer frame",
15995         "Use separate frame for Ediff control buffer".
15997         * bookmark.el (menu-bar-bookmark-map): Add ellipsis to "Jump to
15998         Bookmark", "Set Bookmark", "Insert Contents", "Insert Location",
15999         "Rename Bookmark", "Delete Bookmark".
16001         * info.el (Info-mode-menu): Remove ellipsis from "Index".
16002         Add ellipsis to "Lookup a String", "Lookup a string in all indices".
16003         Add `:active Info-index-alternatives' to "Next Matching Item".
16005         * wdired.el (wdired-change-to-wdired-mode):
16006         Mention `wdired-abort-changes' key in the initial message.
16008         * international/mule.el (auto-coding-alist): Associate non-ascii
16009         image filename extensions with `no-conversion'.
16011 2005-03-27  Stefan Monnier  <monnier@iro.umontreal.ca>
16013         * international/iso-acc.el:
16014         * obsolete/iso-acc.el: Move iso-acc to the obsolete subdir.
16016 2005-03-26  Luc Teirlinck  <teirllm@auburn.edu>
16018         * textmodes/sgml-mode.el (html-mode): Doc update.
16020         * autorevert.el (auto-revert-check-vc-info): Minor doc fix.
16022 2005-03-26  Dan Nicolaescu  <dann@ics.uci.edu>
16024         * term.el (term-move-columns): Fix face after extending a line.
16025         (term-insert-spaces): Likewise.
16026         (term-reset-terminal): Fix off by one error.
16028 2005-03-26  Eli Zaretskii  <eliz@gnu.org>
16030         * international/mule.el (auto-coding-alist): Add .xpi files.
16032         * files.el (auto-mode-alist): Add .xpi files.
16034 2005-03-26  Jure Cuhalev  <gandalf@owca.info>  (tiny change)
16036         * textmodes/ispell.el (ispell-dictionary-alist-6): Add slovenian.
16038 2005-03-26  Eli Zaretskii  <eliz@gnu.org>
16040         * term/bobcat.el: Don't use keyswap.el, since it is now obsolete.
16042 2005-03-26  Glenn Morris  <gmorris@ast.cam.ac.uk>
16044         * calendar/cal-menu.el (top level): Delete local C-down-mouse-3
16045         binding.  Suggested by Stephan Stahl <stahl@eos.franken.de>.
16047         * calendar/cal-move.el (calendar-beginning-of-year): Move the
16048         cursor to Jan 1 when needed.
16049         (calendar-end-of-year): Fix -/+ typo.
16050         Reported by Chong Yidong <cyd@stupidchicken.com>.
16052 2005-03-26  Stefan Monnier  <monnier@iro.umontreal.ca>
16054         * progmodes/flymake.el (flymake-mode): Add autoload cookie.
16056         * emacs-lisp/debug.el (debugger-record-expression): Add a missing
16057         format to `message'.  Inspired by Deepak Goel <deego@gnufans.org>.
16059 2005-03-25  Richard M. Stallman  <rms@gnu.org>
16061         * filesets.el (filesets-init): Add autoload.
16063         * mail/mailalias.el (mail-directory): Doc fix.
16065 2005-03-25  Frederik Fouvry  <fouvry@CoLi.Uni-SB.DE>
16067         * mail/mailalias.el (mail-directory-process): Do nothing if
16068         mail-directory-process is an atom.
16069         (mail-get-names): Ignore mail-directory-names if it is an atom.
16070         (mail-directory-process defvar): Doc fix.
16071         (mail-names): Doc fix.
16073 2005-03-25  Johan Bockg\e,Ae\e(Brd  <bojohan+mail@dd.chalmers.se>  (tiny change)
16075         * textmodes/flyspell.el (mail-mode-flyspell-verify): Fix regexp syntax.
16077 2005-03-26  Kenichi Handa  <handa@m17n.org>
16079         * international/mule-util.el (detect-coding-with-priority):
16080         Call update-coding-systems-internal before detect-coding-region.
16082 2005-03-26  Nick Roberts  <nickrob@snap.net.nz>
16084         * progmodes/gdb-ui.el (gdb-breakpoints-mode-map)
16085         (gdb-frames-mode-map): Add follow-link property.
16087 2005-03-25  Jay Belanger  <belanger@truman.edu>
16089         * calc/calcalg2.el (calc-solve-for): Use "Variable(s)" to prompt
16090         for variables.
16092 2005-03-25  Juri Linkov  <juri@jurta.org>
16094         * image-mode.el: Optimize image filename extension regexps in
16095         autoload cookies.  Associate .x[bp]m with `image-mode-maybe'
16096         in `auto-mode-alist'.
16097         (image-mode): Add `image-toggle-display-text' to local hook
16098         `change-major-mode-hook'.  Display the image as an image by
16099         default.  Set `cursor-type' and `truncate-lines' if the image
16100         is already displayed.  Take into account the current mode (image
16101         or text) in message.
16102         (image-minor-mode): New minor mode.
16103         (image-mode-maybe, image-toggle-display-text): New functions.
16104         (image-toggle-display): Use called-interactively-p.
16105         Let-bind `inhibit-read-only' to t.
16107         * image-mode.el (image-minor-mode): Set `cursor-type' and
16108         `truncate-lines' if the image is already displayed.  Add turning
16109         image-minor-mode off to `change-major-mode-hook'.  Add message.
16110         Call `image-toggle-display-text' after turning image-minor-mode off.
16112 2005-03-25  Stefan Monnier  <monnier@iro.umontreal.ca>
16114         * international/mule-cmds.el (set-locale-environment): For Mac OS X's
16115         Terminal.app, use utf-8.
16116         (set-display-table-and-terminal-coding-system): Add coding-system arg.
16117         (set-locale-environment): Use it.
16119         * term/xterm.el: Undo last change, better done in mule-cmds.el.
16121         * emacs-lisp/rx.el (rx-constituents): Add symbol-start and symbol-end.
16123         * progmodes/python.el (python-close-block-statement-p)
16124         (python-outdent-p, python-current-defun): Use symbol-end.
16126 2005-03-25  Karl Chen  <quarl@cs.berkeley.edu>  (tiny change)
16128         * files.el (save-some-buffers): Doc fix.
16130 2005-03-25  Werner Lemberg  <wl@gnu.org>
16132         * complete.el, thumbs.el: Replace `legal' with `valid'.
16133         * calendar/calendar.el: Replace `legal' with `valid'.
16134         * emacs-lisp/advice.el: Replace `legal' with `valid'.
16135         * mail/supercite.el: Replace `legal' with `valid'.
16136         * progmodes/cperl-mode.el, progmodes/idlw-shell.el
16137         * progmodes/idlwave.el, progmodes/vhdl-mode.el:
16138         Replace `legal' with `valid'.
16139         * textmodes/reftex-vars.el, textmodes/reftex.el:
16140         Replace `legal' with `valid'.
16142 2005-03-25  Werner Lemberg  <wl@gnu.org>
16144         * calc/calc-forms.el, calc/calc-sel.el:
16145         * midnight.el, vc-cvs.el:
16146         * emacs-lisp/cl-macs.el:
16147         * emulation/vip.el:
16148         * eshell/esh-io.el, eshell/esh-var.el:
16149         * mail/supercite.el:
16150         * progmodes/ebnf-abn.el, progmodes/ebnf-bnf.el
16151         * progmodes/ebnf-ebx.el, progmodes/ebnf-dtd.el, progmodes/ebnf-iso.el
16152         * progmodes/ebnf-yac.el, progmodes/ebnf2ps.el, progmodes/idlwave.el
16153         * progmodes/sh-script.el, progmodes/xscheme.el:
16154         * textmodes/refbib.el, textmodes/refer.el, textmodes/reftex-cite.el
16155         * textmodes/reftex-index.el, textmodes/reftex-parse.el
16156         * textmodes/reftex-ref.el, textmodes/reftex-vars.el
16157         * textmodes/reftex.el, textmodes/org.el:
16158         Replace `illegal' with `invalid'.
16160 2005-03-24  Stefan Monnier  <monnier@iro.umontreal.ca>
16162         * progmodes/flymake.el (flymake-get-file-name-mode-and-masks)
16163         (flymake-find-buildfile, flymake-find-possible-master-files)
16164         (flymake-check-include, flymake-parse-line): Replace loops over the
16165         length of lists, by loops over lists, to remove silly O(n\e,A2\e(B) behavior.
16167         * progmodes/flymake.el (flymake-ensure-ends-with-slash): Remove.
16168         Substitute file-name-as-directory in the rest of the file.
16169         (flymake-get-common-file-prefix): Rewrite, using compare-strings.
16170         (flymake-replace-region): Remove unused arg `buffer'.
16171         (flymake-check-patch-master-file-buffer): Update calls to it.
16172         (flymake-add-err-info): Remove unused var `count'.
16173         (flymake-mode): Use define-minor-mode.
16175         * progmodes/flymake.el: Use with-current-buffer.
16176         (flymake-float-time, flymake-get-temp-dir, flymake-line-end-position)
16177         flymake-replace-regexp-in-string, flymake-line-beginning-position)
16178         (flymake-popup-menu, flymake-current-row, flymake-selected-frame):
16179         Avoid testing for `xemacs'.
16180         (flymake-nop): Move.
16181         (flymake-region-has-flymake-overlays): Return the computed value.
16182         (flymake-reformat-err-line-patterns-from-compile-el): Use dolist.
16183         Remove unused var `endline'.
16184         (flymake-get-line-count): Remove unused function.
16185         (flymake-display-err-menu-for-current-line): Unused var move-mouse-pos.
16187         * emulation/vi.el:
16188         * generic.el:
16189         * hilit-chg.el (global-highlight-changes):
16190         * hi-lock.el (hi-lock-mode):
16191         * follow.el: find-file-hooks -> find-file-hook.
16193         * comint.el (comint-insert-input): Obey mouse-yank-at-point.
16195 2005-03-24  Juri Linkov  <juri@jurta.org>
16197         * dired.el (dired-mode-map): Add menu item "Compare directories"
16198         for dired-compare-directories.
16200         * dired-aux.el (dired-compare-directories): Add autoload cookie.
16201         Doc fix.  Replace `read-file-name' with `read-directory-name'.
16203 2005-03-24  Stefan Monnier  <monnier@iro.umontreal.ca>
16205         * term/xterm.el: If running in Terminal.app set coding-system to utf-8.
16207 2005-03-24  Jay Belanger  <belanger@truman.edu>
16209         * calc/calc-embed.el (calc-embedded-mode-change): Save all
16210         relevant mode settings in calc-embedded-original-modes when modes
16211         are permanently changed.
16213 2005-03-24  Stefan Monnier  <monnier@iro.umontreal.ca>
16215         * autoinsert.el: find-file-hooks -> find-file-hook.
16217 2005-03-24  Lute Kamstra  <lute@gnu.org>
16219         * generic.el (generic-font-lock-defaults): Make it obsolete.
16220         (generic-font-lock-keywords): New variable to replace
16221         generic-font-lock-defaults.
16222         (generic-mode-set-font-lock): Delete it.
16223         (generic-mode-internal): Don't call generic-mode-set-font-lock.
16224         (generic-bracket-support): Add docstring.
16226         * generic-x.el: Rename generic-font-lock-defaults to
16227         generic-font-lock-keywords throughout.
16228         (mailagent-rules-setup-function): Delete it.
16229         (mailagent-rules-generic-mode): Use anonymous function instead.
16230         (show-tabs-generic-mode-font-lock-defaults-1)
16231         (show-tabs-generic-mode-font-lock-defaults-2): Make them constants.
16232         Quote faces.
16233         (show-tabs-tab-face, show-tabs-space-face): Specify background,
16234         not foreground.
16236         * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
16237         Recognize define-generic-mode.
16239 2005-03-23  Stefan Monnier  <monnier@iro.umontreal.ca>
16241         * icomplete.el (icomplete-simple-completing-p): Don't turn on icomplete
16242         if there's no completion table.
16244 2005-03-23  Miles Bader  <miles@gnu.org>
16246         * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
16247         Remove tty-specific variants, as they're no longer needed.
16249 2005-03-23  Lute Kamstra  <lute@gnu.org>
16251         * generic-x.el: Code cleanup: make args constant whenever possible.
16252         (installshield-statement-keyword-list)
16253         (installshield-system-functions-list)
16254         (installshield-system-variables-list, installshield-types-list)
16255         (installshield-funarg-constants-list): Make them constants.
16257         * generic.el (generic-make-keywords-list): Add autoload cookie.
16259         * calendar/time-date.el: Add comment on time value formats.
16260         Don't require parse-time.
16261         (with-decoded-time-value): New macro.
16262         (encode-time-value): New function.
16263         (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
16264         (days-to-time): Return a valid time value when arg is huge.
16265         (time-since): Use time-subtract.
16266         (time-to-number-of-days): Use time-to-seconds.
16268 2005-03-23  David Ponce  <david@dponce.com>
16270         * recentf.el: (recentf-keep): New option.
16271         (recentf-menu-action): Default to `find-file'.
16272         (recentf-keep-non-readable-files-flag)
16273         (recentf-keep-non-readable-files-p)
16274         (recentf-file-readable-p, recentf-find-file)
16275         (recentf-cleanup-remote): Remove.
16276         (recentf-include-p): More robust.
16277         (recentf-keep-p): New function.
16278         (recentf-remove-if-non-kept): Rename from
16279         `recentf-remove-if-non-readable'.  Use `recentf-keep-p'.
16280         All callers updated.
16281         (recentf-menu-items-for-commands): Fix help string.
16282         (recentf-track-closed-file): Update.  Doc fix.
16283         (recentf-cleanup): Update.  Count removed files.  Doc fix.
16285 2005-03-23  Kim F. Storm  <storm@cua.dk>
16287         * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
16288         Don't inherit from fringe face (now happens automatically).
16290 2005-03-22  Kim F. Storm  <storm@cua.dk>
16292         * tooltip.el (tooltip-show-help-function): Ignore negative mouse
16293         position values.
16295 2005-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
16297         * menu-bar.el (showhide-date-time): Remove.
16298         (menu-bar-showhide-menu): Use menu-bar-make-mm-toggle.
16299         (menu-bar-make-mm-toggle): Simplify.
16301 2005-03-22  JUAN-LEON Lahoz Garcia  <juanleon1@gmail.com>
16303         * progmodes/perl-mode.el (perl-font-lock-keywords-2):
16304         Accept qualified variable and function names.
16306 2005-03-22  Thien-Thi Nguyen  <ttn@gnu.org>
16308         * bindings.el (completion-ignored-extensions):
16309         Remove ".lis" for `vax-vms'.
16311 2005-03-22  Andreas Schwab  <schwab@suse.de>
16313         * generic-x.el: Revert last change.
16314         * ldefs-boot.el: Update.
16316 2005-03-22  Jay Belanger  <belanger@truman.edu>
16318         * calc/calc-embed.el (calc-embedded-original-modes): New variable.
16319         (calc-embedded-save-original-modes)
16320         (calc-embedded-restore-original-modes): New functions.
16321         (calc-do-embedded): Save original modes when entering embedded mode
16322         and restore when leaving embedded mode.
16323         (calc-embedded-modes-change): Change the value of
16324         calc-embedded-original-modes to reflect permanent changes.
16326 2005-03-22  Lute Kamstra  <lute@gnu.org>
16328         * generic-x.el: Require generic again.
16330 2005-03-22  Miles Bader  <miles@gnu.org>
16332         * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
16333         Tweak details to look good on both ttys and bitmap displays, light
16334         or dark background, etc.
16336 2005-03-21  Kim F. Storm  <storm@cua.dk>
16338         * tooltip.el (tooltip-show-help-function): Check car and cdr of
16339         mouse position.
16341 2005-03-21  Stefan Monnier  <monnier@iro.umontreal.ca>
16343         * icomplete.el: Don't forcibly turn on the mode upon load.
16344         (icomplete-mode): Use define-minor-mode.
16345         (icomplete-eoinput): Default to nil.
16346         (icomplete-minibuffer-setup): Remove autoload.
16347         (icomplete-tidy): Simplify.
16348         (icomplete-exhibit): Use buffer-undo-list to determine if we're still
16349         in the initial state or if the user has modified the field.
16350         Fix handling of icomplete-max-delay-chars.
16351         Remove code that handles the oddball case where
16352         minibuffer-completion-table is an integer.
16353         Wrap icomplete-completions in while-no-input in case building
16354         completions takes more time than expected.
16355         (icomplete-completions): Simplify.
16357 2005-03-21  Richard M. Stallman  <rms@gnu.org>
16359         * jka-compr.el (jka-compr-really-do-compress):
16360         Make variable buffer-local.
16362         * image-mode.el: Handle .xpm files too.
16363         (image-toggle-display): Preserve modification flag.
16365         * help.el (where-is): Don't mention aliases with no key bindings.
16367 2005-03-21  Lute Kamstra  <lute@gnu.org>
16369         * generic.el: Fix commentary section.  Don't require cl for
16370         compilation.
16371         (generic-mode-list): Add autoload cookie.
16372         (generic-use-find-file-hook, generic-lines-to-scan)
16373         (generic-find-file-regexp, generic-ignore-files-regexp)
16374         (generic-mode, generic-mode-find-file-hook)
16375         (generic-mode-ini-file-find-file-hook): Fix docstrings.
16376         (define-generic-mode): Make it a defmacro.  Fix docstring.
16377         (generic-mode-internal): Code cleanup.  Add autoload cookie.
16378         (generic-mode-set-comments): Code cleanup.
16379         * generic-x.el: Don't prevent compilation.  Don't require generic.
16380         Follow coding conventions.  Minor code cleanup.
16381         (etc-fstab-generic-mode): Add some keywords.
16382         * font-lock.el (lisp-font-lock-keywords-1): Font lock a call to
16383         define-generic-mode like a function declaration.
16385 2005-03-21  Jay Belanger  <belanger@truman.edu>
16387         * calc/calc-embed.el (calc-do-embedded): Put data on stack before
16388         changing modes.
16390 2005-03-21  Sam Steingold  <sds@gnu.org>
16392         * add-log.el (add-log-current-defun): Support more C DEFUN forms.
16394 2005-03-21  Thien-Thi Nguyen  <ttn@gnu.org>
16396         * progmodes/dcl-mode.el (dcl-font-lock-keywords):
16397         Add underscore to "f$ lexicals" regexp.
16399 2005-03-20  Juri Linkov  <juri@jurta.org>
16401         * subr.el (progress-reporter-do-update): When `min-value' is equal
16402         to `max-value', set `percentage' to 0 and prevent division by zero.
16404 2005-03-20  Michael Albinus  <michael.albinus@gmx.de>
16406         Sync with Tramp 2.0.48.
16408         * net/tramp.el (all): Change all addresses to .gnu.org.
16409         (tramp-append-tramp-buffers): New defun.
16410         (tramp-bug): Apply `tramp-append-tramp-buffers' as post-hook.
16411         Catch `dont-send' signal.
16412         (tramp-set-auto-save-file-modes): Set always permissions, because
16413         there might be an old auto-saved file belonging to another
16414         original file.  This could be a security threat.  Reported by
16415         Kjetil Kjernsmo <kjetil@kjernsmo.net>.
16416         Check for Emacs 21.3.50 removed.
16418         * net/tramp-smb.el (all): Remove debug construct for
16419         `with-parsed-tramp-file-name'.
16420         (tramp-smb-prompt): Prompt can contain spaces inside directory names.
16421         (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file):
16422         No error message if DIRECTORY or FILENAME doesn't exist.
16423         (tramp-smb-open-connection): Check existence of
16424         `tramp-smb-program'.
16426 2005-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
16428         * progmodes/perl-mode.el (perl-font-lock-syntactic-face-function):
16429         Properly handle the case where the `m' or `s' command's argument is not
16430         yet terminated.
16431         (perl-indent-new-calculate): New function.
16432         (perl-indent-line): Use it.
16434 2005-03-20  Miles Bader  <miles@gnu.org>
16436         * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Use breakpoint faces
16437         in text-mode too.  Change to new face names.
16438         (breakpoint-enabled): Rename from `breakpoint-enabled-bitmap-face'.
16439         Add `:weight bold' attribute.
16440         (breakpoint-disabled): Rename from `breakpoint-disabled-bitmap-face'.
16442 2005-03-19  Juri Linkov  <juri@jurta.org>
16444         * files.el (auto-mode-alist): Add comment.  Optimize jar/ear/war.
16446         * international/mule.el (auto-coding-alist): Sync with
16447         `auto-mode-alist' by adding upper case archive file extensions
16448         and adding ear/war to jar extension.
16450 2005-03-19  David Casperson  <casper@unbc.ca>  (tiny change)
16452         * textmodes/tex-mode.el (tex-view): If tex-shell process is not
16453         running, restart it.
16455 2005-03-19  Yoichi NAKAYAMA  <yoichi@geiin.org>  (tiny changes)
16457         * finder.el (finder-current-item): Throw an error on an empty line.
16459         * man.el (Man-follow-manual-reference): If current-word returns
16460         nil, use "".
16462 2005-03-19  Matt Hodges  <MPHodges@member.fsf.org>
16464         * simple.el (goto-line): Doc fix.
16466 2005-03-19  Aaron Hawley  <Aaron.Hawley@uvm.edu>  (tiny change)
16468         * files.el (save-buffer): Doc fix.
16470 2005-03-19  Michael R. Mauger  <mmaug@yahoo.com>
16472         * recentf.el (recentf-cleanup-remote): New variable.
16473         (recentf-cleanup): Use it to conditionally check availability of
16474         remote files.
16476 2005-03-19  Joe Edmonds  <joe-bugs-debian-org@elem.com>  (tiny change)
16478         * emacs-lisp/lisp-mode.el (lisp-mode-variables): Recognize `@' in
16479         function names.
16481 2005-03-19  Eli Zaretskii  <eliz@gnu.org>
16483         * language/thai-word.el: New file.
16485 2005-03-19  JUAN-LEON Lahoz Garcia  <juanleon1@gmail.com>
16487         * files.el (backup-buffer): If the file's directory is not
16488         writable, use copy instead of move to backup the file.
16490 2005-03-19  Eli Zaretskii  <eliz@gnu.org>
16492         * obsolete/keyswap.el: Moved to obsolete/ from term/.
16494 2005-03-19  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
16496         * ps-print.el (ps-generate-string-list, ps-generate-header-line):
16497         Use functionp instead of symbolp and fboundp.  Reported by Drkm
16498         <darkman_spam@yahoo.fr>.
16499         (ps-print-version): New version 6.6.6.
16501 2005-03-18  Tak Ota  <Takaaki.Ota@am.sony.com>
16503         * textmodes/table.el (table--line-column-position): New idiom.
16504         (table--row-column-insertion-point-p): New function to test
16505         validity of row and column insertion operation at a location.
16506         (table-global-menu, table-cell-menu): Use above functions for
16507         deterministic test operation.
16508         (table--editable-cell-p): Behave in deterministic fashion.
16510 2005-03-18  Juri Linkov  <juri@jurta.org>
16512         * isearch.el (isearch-lazy-highlight-new-loop):
16513         Make arguments beg and end optional.
16514         (isearch-update): Remove optional arguments nil from
16515         isearch-lazy-highlight-new-loop.
16516         (isearch-lazy-highlight-search): Let-bind case-fold-search to
16517         isearch-lazy-highlight-case-fold-search instead of
16518         isearch-case-fold-search, and let-bind isearch-regexp to
16519         isearch-lazy-highlight-regexp.
16520         Use isearch-lazy-highlight-last-string instead of isearch-string.
16522         * replace.el (perform-replace): Remove bindings of global
16523         variables isearch-string, isearch-regexp, isearch-case-fold-search.
16524         Add three new arguments to `replace-highlight'.
16525         (replace-highlight): Add arguments string, regexp, case-fold.
16526         Let-bind isearch-string, isearch-regexp, isearch-case-fold-search
16527         to allow isearch-lazy-highlight-new-loop to use these values
16528         to set corresponding isearch-lazy-highlight-* internal
16529         variables whose values lazy highlighting will use regardless of
16530         changes to global variables isearch-string, isearch-regexp,
16531         isearch-case-fold-search during lazy highlighting loop.
16532         (replace-dehighlight): Rename `isearch-lazy-highlight-cleanup'
16533         to `lazy-highlight-cleanup'.
16535         * textmodes/ispell.el (ispell-lazy-highlight): New defcustom.
16536         (ispell-highlight-face): Set default face to `isearch' when
16537         lazy highlighting is enabled.
16538         (ispell-highlight-spelling-error-overlay): Set `ispell-overlay'
16539         priority to 1.  Add lazy highlighting.
16540         (ispell-highlight-spelling-error-xemacs): Remove obsolete arg
16541         from `isearch-dehighlight'.
16543 2005-03-18  David Ponce  <david@dponce.com>
16545         * files.el (hack-local-variables): Do a case-insensitive search
16546         for End.
16548 2005-03-18  Juri Linkov  <juri@jurta.org>
16550         * isearch.el (lazy-highlight-cleanup) <command>: Rename from
16551         `isearch-lazy-highlight-cleanup', add alias to old name and
16552         declare obsolete.  Add release numbers to other obsolete vars.
16553         (isearch-done, isearch-lazy-highlight-new-loop):
16554         Rename `isearch-lazy-highlight-cleanup' to `lazy-highlight-cleanup'.
16555         (lazy-highlight-cleanup) <variable>: Doc fix.
16556         (isearch-lazy-highlight-update): Rename obsolete
16557         `isearch-lazy-highlight-face' to `lazy-highlight-face'.
16559 2005-03-18  Kenichi Handa  <handa@m17n.org>
16561         * language/thai-util.el: Fix categorization of Thai characters in
16562         thai-category-table.
16563         (thai-composition-pattern): Adjust it for the above change.
16564         (thai-self-insert-command, thai-compose-syllable): New functions.
16565         (thai-compose-region): Use thai-compose-syllable.
16566         (thai-compose-string): Likewise.
16567         (thai-composition-function): Likewise.
16568         (thai-auto-composition): New function.
16569         (thai-auto-composition-mode): New minor mode.
16571         * language/thai.el: Fix patterns to be registered in
16572         composition-function-table.
16574         * international/quail.el (quail-input-method): Locally bind
16575         inhibit-modification-hooks to t.
16577 2005-03-17  Richard M. Stallman  <rms@gnu.org>
16579         * progmodes/perl-mode.el (perl-mode-hook): Defvar it.
16580         (perl-mode): Use run-mode-hooks.
16582         * mail/rmail.el (rmail-movemail-program, rmail-pop-password)
16583         (rmail-pop-password-required, rmail-remote-password): Doc fixes.
16584         (rmail-preserve-inbox, rmail-probe, rmail-autodetect): Doc fix.
16586         * mail/sendmail.el (sendmail-send-it): Reenable the code
16587         to compute resend-to-address and use it.
16589         * tar-mode.el (tar-mode): Turn off undo unconditionally.
16591         * image-mode.el: New file.
16593         * image.el (insert-sliced-image): Add autoload cookie.
16595         * font-lock.el (font-lock-lines-before): New user option.
16596         (font-lock-after-change-function): Obey it.
16598         * bindings.el (esc-map): Make M-g a prefix.
16599         Bind M-g g and M-g M-g to goto-line.
16601         * faces.el (face-id): Doc fix.
16603 2005-03-17  Frederik Fouvry  <fouvry@CoLi.Uni-SB.DE>
16605         * mail/rmail.el (rmail-unknown-mail-followup-to): New function.
16606         (rmail-show-message): Use rmail-unknown-mail-followup-to.
16607         (rmail-reply): Recognize Mail-Followup-To and Mail-Reply-To headers.
16609         * mail/sendmail.el (mail-yank-ignored-headers)
16610         (mail-font-lock-keywords, mail-mode-fill-paragraph):
16611         Add Mail-Followup-To and Mail-Reply-To headers.
16612         (mail-citation-hook): Add autoload cookie.
16613         (mail-mode): Doc fix.
16614         (mail-mode-map): Bind mail-mail-followup-to and mail-mail-reply-to.
16615         (mail-send): Compute Mail-Followup-To and Mail-Reply-To headers.
16616         (mail-mode-fill-paragraph): Handle those headers.
16617         (mail-mailing-lists): New variable.
16618         (mail-mail-reply-to, mail-mail-followup-to): New functions.
16620 2005-03-17  Juri Linkov  <juri@jurta.org>
16622         * isearch.el (isearch-fallback): Check for `(car previous)'
16623         before calling `isearch-other-end-state'.
16625 2005-03-17  Kim F. Storm  <storm@cua.dk>
16627         * simple.el (move-beginning-of-line): Move to beginning of buffer
16628         line, as well as beginning of screen line.
16630 2005-03-16  Glenn Morris  <gmorris@ast.cam.ac.uk>
16632         * calendar/diary-lib.el (mark-diary-entries): Use new optional
16633         argument REDRAW rather than calendar-redrawing variable.
16634         * calendar/calendar.el (calendar-redrawing): Delete.
16635         (redraw-calendar): Do not bind calendar-redrawing.
16637 2005-03-16  Matt Hodges  <MPHodges@member.fsf.org>
16639         * calendar/diary-lib.el (diary-redraw-calendar): Preserve point in
16640         diary-file buffer.
16642 2005-03-16  Stefan Monnier  <monnier@iro.umontreal.ca>
16644         * help.el (describe-mode): Allow a :minor-mode-function property to
16645         specify a different minor mode toggle function than the variable.
16646         * simple.el (auto-fill-function):
16647         * subr.el (add-minor-mode): Use it.
16649 2005-03-16  Kenichi Handa  <handa@m17n.org>
16651         * language/ethio-util.el (sera-being-called-by-w3): New variable.
16652         (ethio-sera-to-fidel-ethio): Check also sera-being-called-by-w3.
16653         (ethio-fidel-to-sera-buffer): Likewise.
16655 2005-03-16  Juri Linkov  <juri@jurta.org>
16657         * emacs-lisp/find-func.el (find-function-regexp):
16658         Add defun-emitting macro `menu-bar-make-toggle'.
16660         * isearch.el: Put `isearch-scroll' property to
16661         `split-window-horizontally'.
16663         * info.el: Update error messages for `debug-ignored-errors'.
16664         (Info-isearch-search): Doc fix.
16665         (Info-find-node): Move up code to go into info buffer before
16666         recording the node to the history.
16667         (Info-fontify-node): Fontify titles only if the next line
16668         has two or more `*', `=', `-', `.'.
16669         Display "go to this node" for empty (match-string 3).
16671 2005-03-16  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
16673         * term/mac-win.el: Add mouse pointer shape constants.
16675 2005-03-15  Kim F. Storm  <storm@cua.dk>
16677         * simple.el (move-beginning-of-line): Use vertical-motion.
16679 2005-03-15  Juri Linkov  <juri@jurta.org>
16681         * isearch.el (isearch-error): New variable.
16682         (isearch-invalid-regexp, isearch-within-brackets): Remove.
16683         (isearch-error-state): Rename from `isearch-invalid-regexp-state'.
16684         (isearch-within-brackets-state): Remove.
16685         (isearch-case-fold-search-state, isearch-pop-fun-state):
16686         Decrease frame index.
16687         (isearch-mode, isearch-top-state, isearch-push-state)
16688         (isearch-edit-string, isearch-abort, isearch-search-and-update)
16689         (isearch-fallback, isearch-message-prefix, isearch-message-suffix)
16690         (isearch-search, isearch-lazy-highlight-new-loop):
16691         Replace `isearch-invalid-regexp' with `isearch-error'.
16692         Remove `isearch-within-brackets'.
16693         (isearch-search): Add `search-failed' handler to `condition-case'.
16694         (isearch-lazy-highlight-search): Add `condition-case' to catch
16695         errors and allow `isearch-lazy-highlight-update' to try
16696         highlighting from the beginning of the window.
16697         (isearch-repeat): Move up code to set isearch-wrapped to t
16698         before calling isearch-wrap-function.
16700         * info.el (Info-isearch-initial-node): New internal variable.
16701         (Info-search): Signal an error in isearch mode when search leaves
16702         the initial node.  Signal an error when `bound' is non-nil and
16703         nothing was found in the current subfile.
16704         (Info-isearch-search): Remove `condition-case'.
16705         (Info-isearch-wrap): Don't wrap when search failed during leaving
16706         the initial node.  If `Info-isearch-search' is nil, wrap around
16707         the current node.
16708         (Info-isearch-start): New fun.
16709         (Info-mode): Add buffer-local hook `Info-isearch-start' to
16710         `isearch-mode-hook'.
16712 2005-03-15  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
16714         * simple.el (normal-erase-is-backspace): Set default to t if
16715         running on Mac.
16717         * term/mac-win.el (function-key-map): Sync with x-win.el.
16719 2005-03-15  Kenichi Handa  <handa@m17n.org>
16721         * international/mule-cmds.el (locale-language-names): Modify the
16722         format of elements and add more entries.
16723         (locale-preferred-coding-systems): Add more entries.
16724         (set-locale-environment): Adjust for the change of
16725         locale-language-names.
16727 2005-03-14  Stefan Monnier  <monnier@iro.umontreal.ca>
16729         * pcvs.el (smerge-ediff): Remove bogus autoload.
16731 2005-03-14  Lute Kamstra  <lute@gnu.org>
16733         * emacs-lisp/debug.el (debugger-make-xrefs): Docstring fix.
16734         Ignore a `*' at the beginning of a line.
16736         * subr.el (macro-declaration-function): Move to emacs-lisp/byte-run.el.
16737         * emacs-lisp/byte-run.el (macro-declaration-function): Move from
16738         subr.el.
16739         (dont-compile, eval-when-compile, eval-and-compile): Use declare
16740         to specify indentation.
16742         * generic.el (define-generic-mode): Let generic-mode-list be a
16743         list of strings; test membership with equal.
16745 2005-03-14  Kim F. Storm  <storm@cua.dk>
16747         * simple.el (next-line, previous-line): Add optional try-vscroll
16748         arg to recognize interactive use.  Pass it on to line-move.
16749         (line-move): Don't perform auto-window-vscroll when defining or
16750         executing keyboard macro to ensure consistent behavior.
16752 2005-03-13  Stefan Monnier  <monnier@iro.umontreal.ca>
16754         * pcvs-util.el (cvs-string->strings): Strip trailing whitespace.
16756 2005-03-13  Lute Kamstra  <lute@gnu.org>
16758         * emacs-lisp/debug.el (debug): Set debug-on-exit before calling
16759         debugger-setup-buffer so that backtrace marks the frames set to
16760         debug-on-exit and we don't have to do it manually.  Set an extra
16761         debug-on-exit for macro's.
16762         (debugger-setup-buffer): Don't mark the top frame manually.
16764 2005-03-12  Lute Kamstra  <lute@gnu.org>
16766         * emacs-lisp/byte-run.el: Replace lisp-indent-hook with
16767         lisp-indent-function throughout.
16768         (with-no-warnings): Set lisp-indent-function property.
16770 2005-03-12  Thien-Thi Nguyen  <ttn@gnu.org>
16772         * progmodes/dcl-mode.el (dcl-mode-syntax-table):
16773         Add entry for backslash.
16775 2005-03-12  Juri Linkov  <juri@jurta.org>
16777         * info.el (Info-search): Four fixes for backward search.
16779 2005-03-11  Jay Belanger  <belanger@truman.edu>
16781         * calc/calc.el (calc-language-alist): New variable.
16782         * calc/calc-embed.el (calc-embedded-language-alist): Remove.
16783         (calc-embedded-find-modes): Use calc-language-alist instead of
16784         calc-embedded-language-alist.
16786 2005-03-11  Glenn Morris  <gmorris@ast.cam.ac.uk>
16788         * calendar/calendar.el (calendar-redrawing): New internal
16789         variable.
16790         (redraw-calendar): Remove bogus save-excursion from previous
16791         change.  Bind calendar-redrawing to t for mark-diary-entries.
16792         * calendar/diary-lib.el (mark-diary-entries): No need to redraw
16793         calendar if that is why we were called.
16795 2005-03-11  Kenichi Handa  <handa@m17n.org>
16797         * international/mule.el (make-coding-system): Set property
16798         coding-system-define-form to nil.
16799         (define-coding-system-alias): Likewise.
16801 2005-03-11  Kenichi Handa  <handa@m17n.org>
16803         These changes are suggested by Dave Love <fx@gnu.org>.
16805         * textmodes/fill.el: Change encoding to iso-2022-7bit and add
16806         coding: tag.
16807         (adaptive-fill-regexp): Add more bullets.
16808         (fill-french-nobreak-p): Add Latin-1 and Latin-9 guillemets in
16809         regexps.
16811 2005-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
16813         * help.el (describe-mode): Properly handle non-trivial lighters.
16814         Don't ignore minor modes that are not listed in minor-mode-list.
16816         * tooltip.el (tooltip-mode): Don't complain that you can't turn the
16817         feature ON when the user requests to turn it OFF.
16819 2005-03-10  Lute Kamstra  <lute@gnu.org>
16821         * emacs-lisp/debug.el (debug-entry-code): Delete it.
16822         (implement-debug-on-entry): New function to replace debug-entry-code.
16823         (debug-on-entry-1): Use implement-debug-on-entry.  Delete the
16824         second argument as the 2005-03-07 change makes it obsolete.
16825         (debug-on-entry, cancel-debug-on-entry): Update call to
16826         debug-on-entry-1.
16827         (debug, debugger-setup-buffer): Comment update.
16828         (debugger-frame-number): Update to work with implement-debug-on-entry.
16830 2005-03-10  Jay Belanger  <belanger@truman.edu>
16832         * calc/calc-embed.el (math-ms-args): Declare it.
16833         (calc-embedded-eval-expr, calc-embedded-eval-get-var): Use variable
16834         math-ms-args.
16835         (calc-embedded-subst): Use math-multi-subst-rec to substitute
16836         variables.
16838 2005-03-10  Nick Roberts  <nickrob@snap.net.nz>
16840         * progmodes/gdb-ui.el (gdb-var-create-handler, gdb-get-location):
16841         Use message-box.
16843         * tooltip.el (tooltip-mode): Use define-minor-mode and simplify.
16844         (tooltip-activate-mouse-motions-if-enabled): Use dolist.
16845         (tooltip-gud-tips): Simplify.
16846         (tooltip-gud-tips-p): Remove superfluous :set.
16847         (tooltip-gud-modes): Add fortran-mode.
16848         (gdb-tooltip-print): Remove newline for tooltip-use-echo-area.
16850         * bindings.el (mode-line-mode-menu): Add tooltip-mode to mode-line.
16852 2005-03-09  Kim F. Storm  <storm@cua.dk>
16854         * play/animate.el (animate-place-char): Use forward-line instead
16855         of next-line to improve performance.
16857 2005-03-09  Simon Josefsson  <jas@extundo.com>
16859         * net/browse-url.el (browse-url-default-browser): Doc fix.
16861 2005-03-09  Miles Bader  <miles@gnu.org>
16863         * emacs-lisp/bytecomp.el (byte-compile-variable-ref)
16864         (byte-compile-obsolete): Change " since VER" to " (as of Emacs VER)".
16866 2005-03-09  Kenichi Handa  <handa@m17n.org>
16868         * international/latin-1.el: Set case and syntax for 255 only if
16869         set-case-syntax-set-multibyte is nil.
16871         * textmodes/ispell.el (ispell-insert-word): New function.
16872         (ispell-word): Use ispell-insert-word to insert a new word.
16873         (ispell-process-line): Likewise.
16874         (ispell-complete-word): Likewise.
16876 2005-03-09  Glenn Morris  <gmorris@ast.cam.ac.uk>
16878         * calendar/calendar.el (redraw-calendar): Preserve point.
16879         Reported by Matt Hodges <MPHodges@member.fsf.org>.
16880         (calendar-week-start-day): Move after definition of
16881         redraw-calendar.  Delete buffer test, since redraw-calendar has
16882         that now.
16884         * calendar/diary-lib.el (mark-diary-entries): Only call
16885         redraw-calendar in the first of any recursive calls.
16886         Reported by Alan Shutko <ats@acm.org>.
16888 2005-03-08  Juri Linkov  <juri@jurta.org>
16890         * textmodes/sgml-mode.el (sgml-tag, html-tag-alist)
16891         (html-horizontal-rule, html-line, html-image, html-checkboxes)
16892         (html-radio-buttons): Add a space before the trailing `/>' where
16893         sgml-xml-mode is non-nil.
16894         (sgml-delete-tag): Check if the tag ends with `/>' to not delete
16895         the subsequent tag of the empty XML tag.
16896         (html-href-anchor): Don't set initial input to "http:".
16897         (html-image): Ask for the image URL and set point inside alt="".
16898         (html-name-anchor): Duplicate the name in the `id' attribute when
16899         sgml-xml-mode is non-nil.
16900         (html-paragraph): Remove \n before <p>.
16901         (html-checkboxes, html-radio-buttons): Insert `checked="checked"'
16902         instead of `checked' when sgml-xml-mode is non-nil.
16904         * facemenu.el (list-colors-print): Print #RRGGBB in default face.
16905         Remove 1 space before #RRGGBB to not truncate it on terminal
16906         windows w/o fringes.  Remove 1 space between bg and fg examples
16907         to get more space.
16908         (list-colors-duplicates): Replace `and' with `if' for `boundp' to
16909         avoid byte-compile warnings.
16911         * image-file.el (image-file-handler): Put `safe-magic' property to
16912         `image-file-handler'.
16914         * info.el (Info-isearch-search): Emulate word search in
16915         isearching through multiple Info nodes with Info-search.
16916         (Info-isearch-wrap): Allow isearch-word.
16918 2005-03-08  Lute Kamstra  <lute@gnu.org>
16920         * emacs-lisp/debug.el (debugger-step-through): Make sure that
16921         stepping into the debugger's code is not possible.
16922         (debugger-jumping-flag): Docstring update.
16924 2005-03-08  Jay Belanger  <belanger@truman.edu>
16926         * calc/calc-embed.el (calc-do-embedded): Reset mode line when
16927         embedded mode begins.
16928         (calc-embedded-language-alist): New variable.
16929         (calc-embedded-find-modes): Use calc-embedded-language-alist to
16930         set default language mode.
16932 2005-03-08  Kenichi Handa  <handa@m17n.org>
16934         * international/ccl.el (define-ccl-program): Fix docstring about
16935         extra 256 bytes assured for the output buffer.
16937         * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
16938         Fix BUFFER_MAGNIFICATION to 2.
16939         (ccl-encode-mule-utf-16be-with-signature): Likewise.
16941 2005-03-07  Karl Chen  <quarl@cs.berkeley.edu>
16943         * align.el (align-rules-list): Added an alignment rule for CSS
16944         declarations (applies to css-mode and html-mode buffers).
16946 2005-03-07  Stefan Monnier  <monnier@iro.umontreal.ca>
16948         * emacs-lisp/debug.el (debug-on-entry-1): Fix handling of macros.
16950 2005-03-07  Kim F. Storm  <storm@cua.dk>
16952         * simple.el (move-beginning-of-line): New command.
16954         * bindings.el (global-map): Bind C-a to move-beginning-of-line.
16956         * reveal.el (reveal-mode-map): Bind C-a to beginning-of-line.
16958         * emulation/cua-base.el: Put CUA move property on move-end-of-line
16959         and move-beginning-of-line.
16961         * apropos.el (apropos-print): Omit command from M-x ... RET.
16963 2005-03-07  Nick Roberts  <nickrob@snap.net.nz>
16965         * progmodes/gdb-ui.el (gdb-var-create-handler): Handle just MI case.
16966         (gdb-send, gdb-send-item): Log items sent from gdb-send too.
16968 2005-03-06  Richard M. Stallman  <rms@gnu.org>
16970         * bindings.el (esc-map): Bind M-g to goto-line.
16972         * facemenu.el (global-map): Bind M-o, not M-g.
16974 2005-03-06  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
16976         * menu-bar.el (menu-bar-file-menu): Add the same :enable to
16977         "Open Directory" as for "Open File".
16979 2005-03-06  Chong Yidong  <cyd@stupidchicken.com>
16981         * simple.el (activate-mark-hook, deactivate-mark-hook): Add defvars.
16982         (push-mark-command): Run activate-mark-hook.
16984 2005-03-06  Richard M. Stallman  <rms@gnu.org>
16986         * help-mode.el (help-mode-finish): Don't alter the element
16987         in view-return-to-alist if there already is one.
16989         * jit-lock.el (jit-lock-stealth-fontify): When calling sit-for,
16990         make sure the current buffer is the expected one.
16992         * novice.el (disabled-command-function): Output in *Disabled Command*.
16993         Explicitly ignore non-keyboard events, and explicitly handle C-g.
16995         * textmodes/flyspell.el (flyspell-large-region):
16996         Pass args differently for aspell.
16998         * files.el (mode-require-final-newline): Doc fix.
17000 2005-03-03  Stephan Stahl  <stahl@eos.franken.de>  (tiny change)
17002         * progmodes/which-func.el (which-function):
17003         Specify NOERROR when calling imenu--make-index-alist.
17005 2005-03-05  Stefan Monnier  <monnier@iro.umontreal.ca>
17007         * simple.el (normal-erase-is-backspace): Define default value.
17009         * custom.el (custom-theme-set-variables): Remove unused var
17010         `immediate'.
17011         (custom-reevaluate-setting): Simple function to handle variables
17012         that are defined before their default value can really be
17013         computed.
17015         * startup.el (command-line): Use it for temporary-file-directory,
17016         small-emporary-file-directory, auto-save-file-name-transforms,
17017         blink-cursor-mode, and normal-erase-is-backspace.
17019         * font-lock.el (font-lock-fontify-keywords-region): Ensure forward
17020         progress, even with buggy anchored keywords.
17022 2005-03-05  Luc Teirlinck  <teirllm@auburn.edu>
17024         * simple.el (goto-line): Remove unbalanced final parenthesis.
17026 2005-03-05  Richard M. Stallman  <rms@gnu.org>
17028         * simple.el (goto-line): Use a number at point as the default.
17029         With C-u as arg, switch buffers.
17031 2005-03-05  Juri Linkov  <juri@jurta.org>
17033         * frame.el (blink-cursor-mode): Replace `emacs-quick-startup'
17034         with `no-blinking-cursor'.
17036         * startup.el (no-blinking-cursor): New defvar.
17037         (command-line): Add `--no-blinking-cursor' to longopts.
17038         Set `no-blinking-cursor' to t for command line arguments
17039         -Q, -nbc, --no-blinking-cursor.  Replace `emacs-quick-startup'
17040         with `no-blinking-cursor' in the condition for calling
17041         `blink-cursor-mode'.
17043 2005-03-04  Luc Teirlinck  <teirllm@auburn.edu>
17045         * menu-bar.el (menu-bar-make-mm-toggle): Doc fix.
17046         (menu-bar-options-save): Add blink-cursor-mode.
17047         (menu-bar-options-menu): Add blink-cursor-mode.
17049 2005-03-04  Ulf Jasper  <ulf.jasper@web.de>
17051         * calendar/icalendar.el (icalendar-version): Increase to 0.11.
17052         (icalendar-export-file, icalendar-export-region)
17053         (icalendar-import-file, icalendar-import-buffer): Add autoload cookies.
17054         (icalendar--convert-ical-to-diary): Fix problem with DURATION.
17056 2005-03-04  Lute Kamstra  <lute@gnu.org>
17058         * emacs-lisp/debug.el (debugger-step-after-exit): Make it a defvar.
17059         (debug-function-list): Ditto.
17061 2005-03-04  Robert J. Chassell  <bob@rattlesnake.com>
17063         * textmodes/texinfmt.el (texinfo-append-refill):
17064         Redefine the types of line to which @refill
17065         is not appended by replacing a search for `@refill\\|@bye' with
17066         `@refill\\|^[ \t]*@'.  The intent is to solve both the `@end
17067         itemize@refill' bug and the unfilled long lines bug.
17068         (texinfmt-version): Update number and date.
17070 2005-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
17072         * international/code-pages.el (windows-1250, windows-125[2-8])
17073         (iso-8859-10, -13, -16, georgian-ps): Add autoload cookies.
17075 2005-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
17077         * frame.el (blink-cursor-mode): `emacs-quick-startup' may not be
17078         bound yet.
17080 2005-03-02  Romain Francoise  <romain@orebokech.com>
17082         * ibuf-ext.el (ibuffer-filter-disable): Move back to the current
17083         buffer after removing limits.
17084         (ibuffer-pop-filter): Ditto.
17085         Update copyright.
17087 2005-03-02  Miles Bader  <miles@gnu.org>
17089         * button.el (make-text-button): If the user doesn't specify a
17090         type, use the default.  Rewrite to use `add-text-properties' and
17091         plist functions.
17093 2005-03-01  Lute Kamstra  <lute@gnu.org>
17095         * emacs-lisp/debug.el (inhibit-debug-on-entry): Add docstring.
17096         (debugger-jumping-flag): New var.
17097         (debug-entry-code): Use it.
17098         (debugger-jump): Use debugger-jumping-flag and add
17099         debugger-reenable to post-command-hook.
17100         (debugger-reenable): Use debugger-jumping-flag and remove itself
17101         from post-command-hook.
17102         (debug, debug-on-entry, cancel-debug-on-entry): Remove call to
17103         debugger-reenable.
17105 2005-03-01  Robert J. Chassell  <bob@rattlesnake.com>
17107         * textmodes/texinfmt.el (texinfo-no-refill-regexp): Comment out
17108         inclusion of "itemize\\|", which may be unnecessary, is certainly
17109         inelegant, and stops refilling in itemize lists when formatting
17110         Japanese Texinfo files to Info.
17111         Update copyright to 2005.
17113 2005-03-01  Nick Roberts  <nickrob@snap.net.nz>
17115         * progmodes/gdb-ui.el (gdb-get-location): Use a warning instead
17116         of an error if GDB can't find the source file.
17118 2005-03-01  Glenn Morris  <gmorris@ast.cam.ac.uk>
17120         * calendar/calendar.el (redraw-calendar): Work from any buffer,
17121         not just the calendar.
17123         * calendar/diary-lib.el (mark-diary-entries): Remove any old marks
17124         first.
17125         (diary-redraw-calendar): New function.
17126         (make-diary-entry): Add diary-redraw-calendar to local
17127         write-contents-functions.  Turn off selective display before
17128         inserting in diary.
17130 2005-03-01  Kim F. Storm  <storm@cua.dk>
17132         * emacs-lisp/copyright.el (copyright-fix-years): New command.
17134 2005-03-01  Lute Kamstra  <lute@gnu.org>
17136         * emacs-lisp/debug.el (debug-on-entry-1): Reimplement to make sure
17137         that debug-entry-code can be safely removed from a function while
17138         this code is being evaluated.  Revert the 2005-02-27 change as the
17139         new implementation no longer requires it.  Make sure that a
17140         function body containing just a string is not mistaken for a docstring.
17141         (debug): Skip one more frame in case of debug on entry.
17142         (debugger-setup-buffer): Delete one more frame line in case of
17143         debug on entry.
17144         (debugger-frame-number): Update to use the new text introduced by
17145         the 1999-11-03 change.  Skip one more frame in case of debug on entry.
17147 2005-02-28  Kim F. Storm  <storm@cua.dk>
17149         * double.el (double-translate-key): Call force-window-update after
17150         read-event to avoid crash in redisplay.
17152 2005-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
17154         * emacs-lisp/debug.el (inhibit-debug-on-entry): New var.
17155         (debug): Use it.  Move the inhibit-trace earlier.
17156         (debug-entry-code): New const.
17157         (debug-on-entry-1): Use it.
17159 2005-02-28  Chong Yidong  <cyd@stupidchicken.com>
17161         * international/utf-16.el (ccl-encode-mule-utf-16le):
17162         Fix BUFFER_MAGNIFICATION to 2.
17163         (ccl-encode-mule-utf-16be): Likewise.
17165 2005-02-28  Kenichi Handa  <handa@m17n.org>
17167         * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
17168         Fix BUFFER_MAGNIFICATION to 4.
17169         (ccl-encode-mule-utf-16be-with-signature): Likewise.
17171 2005-02-28  Nick Roberts  <nickrob@snap.net.nz>
17173         * speedbar.el (speedbar-update-flag): Doc fix.
17174         (speedbar-show-info-under-mouse): Give set-mouse-position the right
17175         argument.
17177 2005-02-27  Stefan Monnier  <monnier@iro.umontreal.ca>
17179         * reveal.el (reveal-post-command): Don't try to reveal overlays which
17180         have a non-nil `invisible' property but are actually visible.
17182         * progmodes/perl-mode.el (perl-imenu-generic-expression): Add entries
17183         for perldoc sections.
17184         (perl-outline-regexp, perl-outline-level): New var and function.
17185         (perl-mode): Use them.
17187 2005-02-27  Glenn Morris  <gmorris@ast.cam.ac.uk>
17189         * calendar/diary-lib.el (diary-remind): Discard any mark portion
17190         from diary-entry.  Reported by Andrew Kemp <ajwk@pell.uklinux.net>.
17192 2005-02-27  Luc Teirlinck  <teirllm@auburn.edu>
17194         * cus-edit.el: Comment change.
17195         (custom-buffer-create-internal): Slightly reword text at top of
17196         Custom buffers.  Mention there that saving an option edits the
17197         init file.  Add link to Emacs manual node on `custom-file'.
17198         (custom-magic-alist): Rewrite individual State messages to use
17199         capitalized keywords.  Doc fix.
17201 2005-02-27  Matt Hodges  <MPHodges@member.fsf.org>
17203         * calendar/calendar.el (calendar-buffer): Move above
17204         calendar-week-start-day.
17205         (calendar-week-start-day): Doc fix.  Add :set function.
17206         (calendar-minimum-window-height): New variable.
17207         (generate-calendar-window): Only resize window if selected-window
17208         is displaying the calendar buffer.  Use new variable
17209         calendar-minimum-window-height.
17210         (generate-calendar): Reword error message.
17211         (calendar-mode-map): Bind DEL to scroll-other-window-down.
17213 2005-02-27  Andreas Schwab  <schwab@suse.de>
17215         * vc.el (vc-do-command): Don't run command asynchronously when
17216         operating in a remote directory.
17218         * net/tramp.el (tramp-file-name-for-operation): Fix misapplied
17219         change from sync with Tramp 2.0.47.
17221 2005-02-27  Richard M. Stallman  <rms@gnu.org>
17223         * textmodes/ispell.el (ispell-change-dictionary): Doc fix.
17225         * textmodes/flyspell.el (flyspell-mode-on):
17226         Call ispell-change-dictionary only if necessary.
17228         * emacs-lisp/re-builder.el (regexp-builder): New function.
17230         * register.el (describe-register-1): Explicitly handle
17231         yank-excluded-properties = t.
17233         * cus-edit.el (custom-buffer-create-internal): Improve progress msgs.
17234         (custom-magic-alist): Change the status descriptions again.
17235         (face widget-type): Total rewrite based on `restricted-sexp'
17236         to eliminate the confusing double hiding levels.
17238         * emacs-lisp/debug.el (debug-on-entry-1):
17239         If function body is empty, add nil as body form.
17241 2005-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
17243         * emacs-lisp/trace.el (inhibit-trace): New var.
17244         (trace-make-advice): Use it.
17246         * emacs-lisp/debug.el (debug): Put back the inhibit-trace.
17248 2005-02-26  Kim F. Storm  <storm@cua.dk>
17250         * mouse.el (mouse-1-click-in-non-selected-windows): New defcustom.
17251         (mouse-on-link-p, mouse-drag-region-1): Use it.
17253 2005-02-25  Lute Kamstra  <lute@gnu.org>
17255         * replace.el (query-replace-read-from): Fix 2005-02-19 change.
17257 2005-02-24  Luc Teirlinck  <teirllm@auburn.edu>
17259         * frame.el (blink-cursor-mode): Add :group keyword.
17261 2005-02-24  Ulf Jasper  <ulf.jasper@web.de>
17263         * calendar/icalendar.el (icalendar--decode-isodatetime):
17264         New optional argument DAY-SHIFT.
17265         (icalendar-export-region): Fix coding-system-for-write.
17266         (icalendar--convert-ical-to-diary): Shift end-day of all-day
17267         events by one.
17269 2005-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
17271         * textmodes/tex-mode.el (tex-font-lock-keywords-3): #n is atomic.
17273 2005-02-24  Kim F. Storm  <storm@cua.dk>
17275         * international/iso-acc.el (iso-accents-compose): Fix crash
17276         during redisplay.  Call force-window-update after read-event
17277         and delete-region to signal that window is not accurate.
17279 2005-02-23  Stefan Monnier  <monnier@iro.umontreal.ca>
17281         * emacs-lisp/debug.el (debug): Hide the buffer if it's not killed.
17282         Remove unused and inexistent var `inhibit-trace'.
17283         (debugger-mode): Use run-mode-hooks.
17284         (debugger-list-functions): Add buttons; setup xref stack.
17286 2005-02-23  Richard M. Stallman  <rms@gnu.org>
17288         * calendar/appt.el (appt-time-msg-list): 3rd elt of each
17289         appointment says it was explicitly made.
17290         (appt-add): Set the 3rd element.
17291         (appt-make-list): Preserve explicit appointments.
17293         * subr.el (find-tag-default): Catch errors in forward-sexp.
17295 2005-02-23  Juri Linkov  <juri@jurta.org>
17297         * info.el (Info-isearch-search): New defcustom.
17298         (Info-isearch-search): Call the default isearch function
17299         when Info-isearch-search is nil.
17300         (Info-isearch-wrap): Use variable Info-isearch-search.
17302 2005-02-22  Luc Teirlinck  <teirllm@auburn.edu>
17304         * cus-edit.el: Comment change.
17306 2005-02-22  Kim F. Storm  <storm@cua.dk>
17308         * progmodes/hideif.el (hide-ifdef-use-define-alist):
17309         Use completing-read.  Suggested by Juan-Leon Lahoz Garcia.
17311 2005-02-22  Simon Josefsson  <jas@extundo.com>
17313         * net/browse-url.el (browse-url-netscape-new-window-is-tab):
17314         New variable.
17315         (browse-url-netscape): Use it.  Suggested by "Johann 'Myrkraverk'
17316         Oskarsson" <myrkraverk@users.sourceforget.net>.
17318 2005-02-22  Kim F. Storm  <storm@cua.dk>
17320         * mouse.el (mouse-on-link-p): If arg POS is a mouse event,
17321         check that window of that event is the selected window.
17322         (mouse-drag-region-1): Compare mouse event window to selected
17323         window before setting point.
17325         * tooltip.el (tooltip-show-help-function): Pass event to
17326         mouse-on-link-p so it can check selected window.
17328 2005-02-22  Kenichi Handa  <handa@m17n.org>
17330         * ps-mule.el (ps-mule-header-string-charsets): Delete it.
17331         (ps-mule-show-warning): New function.
17332         (ps-mule-begin-job): Use ps-mule-show-warning if unprintable
17333         characters are found.
17335         * ps-print.el (ps-header-footer-string): Return a list of header
17336         and footer strings.
17338 2005-02-21  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
17340         * pcvs.el (cvs-retrieve-revision): Fix thinko.
17342 2005-02-21  Stefan Monnier  <monnier@iro.umontreal.ca>
17344         * frame.el (blink-cursor-mode): Use define-minor-mode.
17346         * term/mac-win.el (function-key-map): Use char-names more consistently.
17347         (file-name-coding-system): Only set it for MacOS-9.  The other case is
17348         already handled in mule-cmds.el (where it also works when mac-win.el
17349         is not used).
17351 2005-02-21  Kenichi Handa  <handa@m17n.org>
17353         * international/mule.el (ctext-pre-write-conversion): Always use
17354         " *code-converting-work*" buffer for work.
17356         * textmodes/ispell.el (ispell-dictionary-alist): Fix docstring.
17358 2005-02-20  Thien-Thi Nguyen  <ttn@gnu.org>
17360         * progmodes/scheme.el (scheme-font-lock-keywords-2): Handle named-let.
17362 2005-02-20  Jonathan Yavner  <jyavner@member.fsf.org>
17364         * ses.el (undo-more): Restore defadvice, but only the part that
17365         allows changes outside the restricted area of the buffer.
17367 2005-02-20  Kim F. Storm  <storm@cua.dk>
17369         * simple.el (line-move): Add fourth optional arg try-vscroll which
17370         must be set to perform auto-window-vscroll.
17371         When moving backwards and doing auto-window-vscroll, automatically
17372         vscroll to the last part of lines which are taller than the window.
17373         (next-line, previous-line): Set try-vscroll arg on line-move.
17375 2005-02-19  Dan Nicolaescu  <dann@ics.uci.edu>
17377         * replace.el (query-replace, query-replace-regexp)
17378         (replace-string, replace-regexp): When operating on region, make
17379         the minibuffer prompt say so.
17381         * isearch.el (isearch-forward): Document isearch-query-replace and
17382         isearch-query-replace-regexp keybindings.
17384 2005-02-19  Jay Belanger  <belanger@truman.edu>
17386         * calc/calc-aent.el (math-read-token): Add local variable.
17388         * calc/calc-prog.el (calc-user-define-edit): Add local variable.
17389         (calc-edit-top): Move declaration to earlier in file.
17390         (calc-edit-macro-repeats): Add local variables.
17392         * calc/calcalg2.el: Add differentiation rule for calcFunc-coth.
17393         Adjust differentiation rules for calcFunc-tan, calcFunc-cot,
17394         calcFunc-tanh.
17395         Adjust integration rule for calcFunc-tan.
17397 2005-02-19  Michael Kifer  <kifer@cs.stonybrook.edu>
17399         * viper-cmd.el (viper-prefix-commands): Make into a defconst.
17400         (viper-exec-buffer-search): Use regexp-quote to quote buffer string.
17401         (viper-minibuffer-setup-sentinel): Make some variables buffer-local.
17402         (viper-skip-separators): Bug fix.
17403         (viper-set-searchstyle-toggling-macros): Allow to unset macros in a
17404         particular major mode.
17405         (viper-del-backward-char-in-replace): Don't put deleted char on the
17406         kill ring.
17408         * viper-ex.el (viper-color-display-p): New function.
17409         (viper-has-face-support-p): Use viper-color-display-p.
17411         * viper-keym.el (viper-gnus-modifier-map): New keymap.
17413         * viper-macs.el (viper-unrecord-kbd-macro): Bug fix.
17415         * viper-util.el (viper-glob-unix-files): Fix shell status check.
17416         (viper-file-remote-p): Make equivalent to file-remote-p.
17418         * viper.el (viper-major-mode-modifier-list):
17419         Use viper-gnus-modifier-map.
17421 2005-02-19  David Kastrup  <dak@gnu.org>
17423         * subr.el (subregexp-context-p): Fix garbled doc string by adding
17424         quoting.
17426 2005-02-19  Jay Belanger  <belanger@truman.edu>
17428         * calc/calc-math.el (calc-arctan, calc-tanh, calc-arctanh):
17429         Remove extra definitions.
17430         (calc-coth): New function.
17431         (calcFunc-cot): Fix `let'.
17433 2005-02-19  Eli Zaretskii  <eliz@gnu.org>
17435         * faces.el (escape-glyph, minibuffer-prompt): Add commentary for
17436         the reasons we use "type pc" in these faces.
17438         * button.el (button): Ditto.
17440 2005-02-19  Michael Mauger  <mmaug@yahoo.com>
17442         * replace.el (query-replace-read-from): Set the value of
17443         query-replace-from-history-variable to handle the case of an empty
17444         string entered to accept the suggested default.
17446         * net/tramp.el (tramp-file-name-for-operation):
17447         Use dired-call-process instead of dired-call-process-command.
17449 2005-02-19  Jay Belanger  <belanger@truman.edu>
17451         * calc/calc-arith.el (math-trig-inverses, math-div-trig)
17452         (math-div-non-trig): New variables.
17453         (math-combine-prod-trig, math-div-new-trig, math-div-new-non-trig)
17454         (math-div-isolate-trig, math-div-isolate-trig-term): New functions.
17455         (math-combine-prod, math-div-symb-fancy): Add simplifications for
17456         trig expressions.
17458 2005-02-19  Nick Roberts  <nickrob@snap.net.nz>
17460         * progmodes/gdb-ui.el (gdb-var-update-handler)
17461         (gdb-speedbar-timer-fn): Ensure speedbar updates with new values
17462         for watch expressions,
17463         (gdb-var-create-handler): Don't set speedbar-update-flag.
17464         (gdb-post-prompt): Simplify test for speedbar.
17466 2005-02-19  Michael Kifer  <kifer@cs.stonybrook.edu>
17468         * ediff.el (ediff-set-diff-overlays-in-one-buffer)
17469         (ediff-set-fine-overlays-in-one-buffer,ediff-goto-word): Make sure
17470         we use the syntax table of the correct buffer.
17471         (ediff-same-file-contents,ediff-same-contents): Enhancements thanks to
17472         Felix Gatzemeier.
17474         * ediff-init.el (ediff-hide-face): Check for definedness of functions.
17475         (ediff-file-remote-p): Make synonymous with file-remote-p.
17476         In all deffaces ediff-*-face-*, use min-colors.
17478         * ediff-mult.el (ediff-meta-mark-equal-files): Make use of
17479         ediff-recurse-to-subdirectories.
17480         (ediff-mark-if-equal): Check that the arguments are strings, use
17481         ediff-same-contents (after to Felix Gatzemeier).
17483         * ediff.el (ediff-merge-on-startup): Don't set buffer-modified-p to
17484         nil.
17486 2005-02-18  Stefan Monnier  <monnier@iro.umontreal.ca>
17488         * log-view.el (log-view-message-re): Fix up Subversion regexp.
17490 2005-02-18  David Kastrup  <dak@gnu.org>
17492         * progmodes/meta-mode.el (meta-mark-active): Fix condition to just
17493         use `mark-active' when defined.
17495 2005-02-18  Kenichi Handa  <handa@m17n.org>
17497         * ps-print.el (ps-font-info-database): New entry
17498         ZapfChancery-MediumItalic with correct font name.  Fix font name
17499         of the entry Zapf-Chancery-MediumItalic.
17501 2005-02-16  Luc Teirlinck  <teirllm@auburn.edu>
17503         * autorevert.el (auto-revert-stop-on-user-input): Further doc fix.
17505 2005-02-16  Kim F. Storm  <storm@cua.dk>
17507         * ido.el (ido-fallback-command): Pass user input to fallback command.
17509 2005-02-16  Nick Roberts  <nickrob@snap.net.nz>
17511         * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers)
17512         (gdb-find-file-hook): Add server prefix.
17514 2005-02-16  Richard M. Stallman  <rms@gnu.org>
17516         * replace.el (perform-replace): Pass new args to replace-highlight.
17517         (replace-highlight): Take region args,
17518         and pass them to isearch-lazy-highlight-new-loop.
17520         * novice.el (disabled-command-hook): Autoload the defalias
17521         and the make-obsolete-variable call.
17523         * menu-bar.el (menu-bar-select-frame): FRAME defaults to selected.
17525         * isearch.el (isearch-lazy-highlight-start-limit)
17526         (isearch-lazy-highlight-end-limit): New variables limit
17527         the region for highlighting.
17528         (isearch-lazy-highlight-new-loop): New args BEG and END.
17529         (isearch-lazy-highlight-search): Use the new vars.
17530         (isearch-lazy-highlight-update): Likewise.
17532         * dired.el (dired-build-subdir-alist): Bind buffer-undo-list to t.
17534         * cus-start.el (all): Use default-boundp.
17536 2005-02-15  David Casperson  <casper@unbc.ca>  (tiny change)
17538         * menu-bar.el (menu-bar-select-frame): Handle current frame.
17540 2005-02-15  Luc Teirlinck  <teirllm@auburn.edu>
17542         * autorevert.el (auto-revert-stop-on-user-input)
17543         (auto-revert-verbose): Doc fixes.
17545 2005-02-15  Benjamin Riefenstahl  <Benjamin.Riefenstahl@epost.de>
17547         * international/mule-cmds.el (set-locale-environment): Remove call
17548         to set-selection-coding-system on Windows.
17550 2005-02-15  Jay Belanger  <belanger@truman.edu>
17552         * calc/calc-alg.el: Add simplification rules for calcFunc-sec,
17553         calcFunc-csc, calcFunc-cot, calcFunc-sech, calcFunc-csch, and
17554         calcFunc-coth.
17555         (math-simplify-sqrt): Add simplifications.
17557         * calc/calc-arith.el (math-real-if-arg-functions): Add functions
17558         to list.
17560         * calc/calc-ext.el: Add functions to autoloads.
17562         * calc/calc-math.el (calc-sec, calc-csc, calc-cot, calc-sech)
17563         (calc-csch, calc-coth, calcFunc-sec, calcFunc-csc, calcFunc-cot)
17564         (calcFunc-sech, calcFunc-csch, calcFunc-coth, math-sec-raw)
17565         (math-csc-raw, math-cot-raw): New functions.
17567         * calc/calc-rules.el (calc-DistribRules, calc-NegateRules): Add rules.
17569         * calc/calc-undo.el (calc-handle-undo): Remove prefix from
17570         the variable name in a message.
17572         * calc/calc-units.el: Add simplification rules for calcFunc-sec,
17573         calcFunc-csc, calcFunc-cot.
17575         * calc/calcalg2.el: Add derivative and integration rules for
17576         calcFunc-sec, calcFunc-csc, calcFunc-cot, calcFunc-sech,
17577         calcFunc-csch, calcFunc-coth.
17578         (math-do-integral-methods): Add to checks for when to use
17579         substitutions.
17581         * calc/calccomp.el (math-eqn-special-funcs): Add functions to list.
17583 2005-02-15  Lute Kamstra  <lute@gnu.org>
17585         * emacs-lisp/lisp-mode.el (lisp-mode-variables):
17586         Add ;;;###autoload to `outline-regexp'.  Suggested by Stefan Monnier
17587         <monnier@iro.umontreal.ca>
17588         (lisp-outline-level): Improve efficiency.  Suggested by David
17589         Kastrup <dak@gnu.org>.
17591 2005-02-15  Nick Roberts  <nickrob@snap.net.nz>
17593         * progmodes/gdb-ui.el (gdb-find-file-unhook): New variable.
17594         (gdb-set-gud-minor-mode, gdb-set-gud-minor-mode-1)
17595         (gdb-set-gud-minor-mode-existing-buffers): New functions.
17596         (gdb-find-file-hook): New hook.  Add it to find-file-hook.
17597         (gdb-info-breakpoints-custom, gdb-source-info): Simplify.
17599 2005-02-14  Luc Teirlinck  <teirllm@auburn.edu>
17601         * cus-start.el (all): Comment change.
17603 2005-02-14  Lute Kamstra  <lute@gnu.org>
17605         * cus-start.el (all): Check if symbol is void.
17607 2005-02-14  Carsten Dominik  <dominik@science.uva.nl>
17609         * textmodes/reftex-cite.el (reftex-do-citation): Cleanup single
17610         optional argument to \cite.
17612 2005-02-14  Richard M. Stallman  <rms@gnu.org>
17614         * cus-edit.el (custom-buffer-create-internal): Update help message.
17615         (custom-magic-alist): Update help messages.
17617         * cus-start.el (all): Allow a var to specify a standard value.
17619 2005-02-12  Luc Teirlinck  <teirllm@auburn.edu>
17621         * custom.el (custom-theme-set-variables): Handle variable aliases.
17623         * frame.el (blink-cursor-timer): Doc fix.
17624         (blink-cursor): Make it an alias for `blink-cursor-mode' and
17625         declare obsolete.
17626         (blink-cursor-mode): Define with defcustom and use correct
17627         standard expression in that defcustom.
17628         * startup.el (command-line): Adapt to above changes in frame.el.
17630 2005-02-11  Lute Kamstra  <lute@gnu.org>
17632         * apropos.el (apropos-score-doc): Prevent division by zero.
17634 2005-02-11  Ulf Jasper  <ulf.jasper@web.de>
17636         * calendar/icalendar.el (icalendar--get-event-property): Doc fix.
17637         (icalendar--get-event-property-attributes)
17638         (icalendar--get-event-properties)
17639         (icalendar--datetime-to-diary-date): New functions.
17640         (icalendar--split-value): Doc fix.
17641         (icalendar--datetime-to-noneuropean-date)
17642         (icalendar--datetime-to-european-date): New optional argument
17643         SEPARATOR.  Return result as a string instead of a list.
17644         (icalendar--get-weekday-number): Check if ABBREVWEEKDAY is nil.
17645         (icalendar--convert-string-for-export): Rename arg S to STRING.
17646         (icalendar-export-region): Doc fix.  Change name of error buffer.
17647         Save output buffer.
17648         (icalendar-import-file): Add blank at end of prompt.
17649         (icalendar-import-buffer): Doc fix.  Do not switch to error
17650         buffer.  Indicate status in return value.
17651         (icalendar--convert-ical-to-diary): Doc fix.  Change name of error
17652         buffer.  Save output buffer.  Handle exception from recurrence
17653         rules (EXDATE, EXRULE).  Handle start- and end-date of recurring
17654         events.  Fix problems with weekly all-day events.
17656 2005-02-10  Richard M. Stallman  <rms@gnu.org>
17658         * simple.el (eval-expression-print-format):
17659         Avoid warning about edebug-active.
17661         * help.el (help-for-help-internal): Rename from help-for-help.
17662         (help-for-help): Define with defalias.
17664         * font-core.el (font-lock-default-function): Use with-no-warnings.
17666         * cus-edit.el (custom-buffer-create-internal): Improve help-echo.
17668         * custom.el (defface): Doc fix.
17670 2005-02-10  Nick Roberts  <nickrob@snap.net.nz>
17672         * progmodes/gdb-ui.el (gdb-ann3): Re-instate GDB command "set
17673         width 0" to prevent word wrapping problems.
17675 2005-02-09  Kim F. Storm  <storm@cua.dk>
17677         * ido.el (ido-file-extensions-order): New defcustom.
17678         (ido-file-extension-lessp, ido-file-extension-aux)
17679         (ido-file-extension-order): New advanced file ordering.
17680         (ido-file-lessp): New simple file ordering.
17681         (ido-sort-list): Remove.
17682         (ido-make-file-list): Use ido-file-lessp or ido-file-extension-lessp.
17683         (ido-make-dir-list, ido-completion-help): Use ido-file-lessp.
17685 2005-02-08  Dan Nicolaescu  <dann@ics.uci.edu>
17687         * progmodes/grep.el (grep-regexp-alist): Match an optional ^[[K
17688         that some versions of grep produce.
17689         (grep-mode-font-lock-keywords): Likewise.
17691 2005-02-09  Nick Roberts  <nickrob@snap.net.nz>
17693         * progmodes/gdb-ui.el (gdb-location-list): New variable.
17694         (gdb-cdir): Delete.
17695         (gdb-info-breakpoints-custom, gdb-goto-breakpoint)
17696         (gdb-source-info): Treat case when source file is in another
17697         directory properly.
17698         (gdb-get-location): New function.
17700 2005-02-07  Jay Belanger  <belanger@truman.edu>
17702         * calc/calc-prog.el (calc-write-parse-table-part)
17703         (calc-fix-token-name): Fix a check for language type.
17705         * calc/calccomp.el (math-compose-expr): Fix a check for language type.
17707 2005-02-07  Andre Spiegel  <spiegel@gnu.org>
17709         * vc-hooks.el (vc-make-version-backup): Ignore file-errors such
17710         as directory not writable.
17712 2005-02-07  Kim F. Storm  <storm@cua.dk>
17714         * emulation/cua-base.el (cua-max-undo, cua-undo): Remove.
17715         (cua--standard-movement-commands): Remove list.
17716         Instead, set CUA property value to move for movement commands.
17717         (cua-movement-commands): Remove.  Users must set CUA prop instead.
17718         (cua--pre-command-handler): Check CUA property.
17719         (cua--init-keymaps): Don't remap undo commands.
17720         (cua-mode): Don't call cua--rectangle-on-off.
17722         * emulation/cua-rect.el (cua--undo-list, cua--tidy-undo-counter)
17723         (cua--rect-undo, cua--tidy-undo-lists, cua--rectangle-on-off): Remove.
17724         (cua--rect-undo-set-point): New var.
17725         (cua--rectangle-undo-boundary): Setup undo apply entry.
17726         (cua--rect-undo-handler): New function for rectangle undo.
17727         (cua--rect-start-position, cua--rect-end-position): Add.
17728         (cua--rectangle-post-command): Call cua--rectangle-set-corners
17729         for restored rectangle.  Set point if cua--rect-undo-set-point.
17731 2005-02-06  Jay Belanger  <belanger@truman.edu>
17733         * calc/calc-lang.el (calc-tex-language): Display more information
17734         in messages.
17736         * calc/calccomp.el (math-compose-expr): Allow multiline matrices
17737         in TeX mode.
17739 2005-02-06  Richard M. Stallman  <rms@gnu.org>
17741         * emacs-lisp/lisp.el (buffer-end): Doc fix.
17743 2005-02-05  Arne_J\e,Ax\e(Brgensen  <arne@arnested.dk>  (tiny change)
17745         * net/ldap.el (ldap-search-internal): Support attributes with
17746         optional descriptions separated by a semi-colon, as in
17747         "userCertificate;binary".
17749 2005-02-05  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
17751         * x-dnd.el (x-dnd-handle-xdnd): Handle the case where the flags
17752         isn't a cons (i.e. the version is 0).
17754 2005-02-05  Eli Zaretskii  <eliz@gnu.org>
17756         * help.el (help-for-help): Doc fix.
17758 2005-02-05  Nick Roberts  <nickrob@snap.net.nz>
17760         * progmodes/gdb-ui.el: Update copyright.  Put GDB-Frames before
17761         GDB-Windows on the menu-bar as this works better.
17763 2005-02-04  Jay Belanger  <belanger@truman.edu>
17765         * calc/calc-embed.el (calc-embedded-update): Don't put in
17766         unnecessary newlines.  Adjust the end of formula marker.
17768         * calc/calc-lang.el (math-latex-parse-frac): Don't use arguments.
17769         (math-latex-parse-two-args): New function.
17771 2005-02-03  Lute Kamstra  <lute@gnu.org>
17773         * help-fns.el (help-with-tutorial): Make sure that users cannot
17774         remove the entire text of the tutorial by means of `undo'.
17776 2005-02-03  Stefan Monnier  <monnier@iro.umontreal.ca>
17778         * textmodes/ispell.el (ispell-internal-change-dictionary): Fix problem
17779         in recent changes, where the ispell process was repeatedly
17780         killed & restarted.
17782         * international/mule-cmds.el (set-locale-environment): Set file-name
17783         coding system to utf-8 on Darwin systems.
17784         (set-default-coding-systems): Don't set default-file-name-coding-system
17785         on Darwin systems.
17787 2005-02-03  Richard M. Stallman  <rms@gnu.org>
17789         * hi-lock.el (hi-lock-mode): Turning on Hi-Lock turns on Font-Lock.
17791 2005-02-03  Matt Hodges  <MPHodges@member.fsf.org>
17793         * faces.el (list-faces-display): Add optional argument.
17795 2005-02-02  Stefan Monnier  <monnier@iro.umontreal.ca>
17797         * font-core.el (font-lock-default-function): Handle the rare case where
17798         only font-lock-keywords is set.
17800 2005-02-02  Kenichi Handa  <handa@m17n.org>
17802         * international/characters.el: Cancel previous change for
17803         I-WITH-DOT-ABOVE and DOTLESS-i.
17805         * international/latin-5.el: Cancel previous change.
17807 2005-02-02  Nick Roberts  <nickrob@snap.net.nz>
17809         * progmodes/gud.el: Correction to syntax in gud-menu-map.
17811 2005-02-02  Kenichi Handa  <handa@m17n.org>
17813         * international/latin-5.el (tbl): Setup cases of I-WITH-DOT-ABOVE,
17814         DOTLESS-i.
17816         * international/characters.el: Setup cases of GREEK-FINAL-SIGMA,
17817         Y-WITH-DIAERESIS, I-WITH-DOT-ABOVE, DOTLESS-i.
17819         * case-table.el (get-upcase-table): New function.
17820         (copy-case-table): Copy upcaes table too if non-nil.
17821         (set-case-syntax-delims): Maintain upcase table too.
17822         (set-case-syntax-pair): Likewise.
17823         (set-upcase-syntax, set-downcase-syntax): New functions.
17824         (set-case-syntax): Maintain upcase table too.
17826 2005-02-02  Nick Roberts  <nickrob@snap.net.nz>
17828         * progmodes/gdb-ui.el (gdb-goto-info): Delete.
17830         * progmodes/gud.el (gud-goto-info): New function.
17831         (gud-tool-bar-map): Use correct icon.
17833 2005-02-01  Thien-Thi Nguyen  <ttn@gnu.org>
17835         * emacs-lisp/lisp-mode.el (lisp-indent-function): Fix bug:
17836         When delegating, order args in the funcall correctly.
17838 2005-02-01  Thien-Thi Nguyen  <ttn@gnu.org>
17840         * emacs-lisp/lisp-mode.el (lisp-indent-function): Doc fix.
17842 2005-02-01  Carsten Dominik  <dominik@science.uva.nl>
17844         * textmodes/reftex.el (reftex-access-scan-info): Error out in a
17845         buffer not visiting a file.
17847 2005-01-31  Jay Belanger  <belanger@truman.edu>
17849         * calc/calc-embed.el (calc-embedded-find-bounds): Set the formula
17850         bound on the line with the formula.
17852 2005-01-31  Kim F. Storm  <storm@cua.dk>
17854         * ses.el (ses-create-cell-variable-range)
17855         (ses-destroy-cell-variable-range, ses-reset-header-string)
17856         (ses-set-with-undo, ses-unset-with-undo, ses-aset-with-undo)
17857         (ses-insert-row): Fix format of apply undo entries.
17859 2005-01-31  Jay Belanger  <belanger@truman.edu>
17861         * calc/calc-aent.el (math-read-token): Separate the TeX and LaTeX
17862         parts.
17864         * calc/calc-embed.el (calc-embedded-open-formula)
17865         (calc-embedded-close-formula): Ignore matrix environments.
17867         * calc/calc-ext.el (math-read-big-expr): Make LaTeX the default
17868         TeX mode.
17870         * calc/calc-lang.el (math-function-table, math-oper-table)
17871         (math-variable-table): Adjust the LaTeX portions.
17873         * calc/calc.el (math-tex-ignore-words): Remove LaTeX portion.
17874         (math-latex-ignore-words): New constant.
17876 2005-01-31  Richard M. Stallman  <rms@gnu.org>
17878         * textmodes/ispell.el (ispell-local-dictionary-overridden): New var.
17879         (ispell-local-dictionary): Doc fix.
17880         (ispell-dictionary-alist): Don't include ispell-local-dictionary-alist.
17881         Don't reinitialize at run time.  Don't defcustom.
17882         All uses changed to append ispell-local-dictionary-alist,
17883         or check it first.
17884         (ispell-current-dictionary): New variable for dictionary in use.
17885         (ispell-dictionary): Now used only for global default.
17886         (ispell-start-process): Set ispell-current-dictionary,
17887         not ispell-dictionary.
17888         (ispell-change-dictionary): Use this only for setting
17889         user preferences.
17890         (ispell-internal-change-dictionary): New function
17891         to change the current dictionary in use.
17892         (ispell-region, ispell-process-line, ispell-buffer-local-dict):
17893         Use ispell-current-dictionary.
17894         Handle ispell-local-dictionary-overridden.
17895         (ispell-buffer-local-dict): Call ispell-internal-change-dictionary.
17897 2005-01-31  Jay Belanger  <belanger@truman.edu>
17899         * calc/calc-aent.el (math-read-token): Add support for LaTeX.
17901         * calc/calc-ext.el: Add calc-latex-language to autoloads.
17902         (calc-mode-map): Add calc-latex-language.
17904         * calc/calc-lang.el (calc-latex-language, math-latex-parse-frac)
17905         (math-latex-print-frac): New functions.
17906         (math-oper-table, math-function-table, math-variable-table)
17907         (math-complex-format, math-input-filter): Add latex properties.
17908         (calc-set-language): Set math-expr-special-function-mapping.
17910         * calc/calc-prog.el (calc-edit-user-syntax, calc-fix-token-name)
17911         (calc-write-parse-table-part): Add LaTeX support.
17913         * calc/calc.el (calc-language): Adjust docstring.
17914         (calc-set-mode-line): Add LaTeX support.
17915         (math-expr-special-function-mapping): New variable.
17916         (math-tex-ignore-words): Add to list.
17918         * calc/calccomp.el (math-compose-expr, math-compose-rows):
17919         Add LaTeX support.
17920         (math-compose-expr): Add support for special functions.
17922         * calc/calc-help.el (calc-d-prefix-help): Add LaTeX.
17924 2005-01-31  Nick Roberts  <nickrob@snap.net.nz>
17926         * progmodes/gdb-ui.el (gdb-memory-address)
17927         (gdb-memory-repeat-count, gdb-memory-format, gdb-memory-unit)
17928         (gdb-memory-mode-map, gdb-memory-format-keymap)
17929         (gdb-memory-format-menu, gdb-memory-unit-keymap)
17930         (gdb-memory-unit-menu): New variables for a buffer
17931         that lets the user examine program memory.
17932         (gdb-memory-set-address, gdb-memory-set-repeat-count)
17933         (gdb-memory-format-binary, gdb-memory-format-octal)
17934         (gdb-memory-format-unsigned, gdb-memory-format-signed)
17935         (gdb-memory-format-hexadecimal, gdb-memory-format-menu)
17936         (gdb-memory-format-menu-1, gdb-memory-unit-giant)
17937         (gdb-memory-unit-word, gdb-memory-unit-halfword)
17938         (gdb-memory-unit-byte, gdb-memory-unit-menu)
17939         (gdb-memory-unit-menu-1, gdb-make-header-line-mouse-map)
17940         (gdb-memory-mode, gdb-memory-buffer-name)
17941         (gdb-display-memory-buffer, gdb-frame-memory-buffer):
17942         New functions for above buffer.
17944 2005-01-30  Richard M. Stallman  <rms@gnu.org>
17946         * cus-edit.el (custom-bury-buffer): Function deleted.
17947         (custom-buffer-done-function): Option deleted.
17948         (custom-buffer-done-kill): New replacement option.
17949         (Custom-buffer-done): Call quit-window.
17950         (custom-buffer-create-internal): Update for above changes.
17952 2005-01-29  Luc Teirlinck  <teirllm@auburn.edu>
17954         * simple.el (undo-ask-before-discard): New var.
17955         (undo-outer-limit-truncate): Implement it.
17956         (undo-extra-outer-limit): Doc update.
17958 2005-01-29  Richard M. Stallman  <rms@gnu.org>
17960         * ses.el (undo-more): Delete defadvice.
17961         (ses-begin-change): Doc fix.
17963         * dired.el (dired-mode-map): Remap `undo' and `advertised-undo'
17964         instead of rebinding C-x u and C-_.
17966         * files.el (normal-backup-enable-predicate): Return nil for files
17967         in /tmp, regardless of temporary-file-directory.
17969         * man.el (Man-getpage-in-background): Disable undo in Man buffer.
17971         * rect.el (delete-rectangle-line, delete-extract-rectangle-line)
17972         (open-rectangle, delete-whitespace-rectangle-line)
17973         (clear-rectangle-line): If FILL, pass t instead of FILL
17974         for move-to-column's 2nd arg.
17976         * simple.el (undo): Fix the test for continuing a series of undos.
17977         (undo-more): Set pending-undo-list to t when we reach end.
17978         (pending-undo-list): Move up defvar.
17980         * wid-edit.el (widget-button-click):
17981         Shorten the range of the track-mouse binding.
17983         * comint.el (comint-insert-input): Undo previous changes;
17984         use last-input-event in interactive spec.
17986 2005-01-29  Eli Zaretskii  <eliz@gnu.org>
17988         * progmodes/compile.el (compilation-start): Bind buffer-read-only
17989         to nil before invoking call-process.  Reset buffer's modified flag
17990         after fontifying it in the no-async branch.
17992         * wid-edit.el (widget-specify-button): If mouse pointer shape
17993         cannot be changed, use mouse face instead.
17995 2005-01-29  Nick Roberts  <nickrob@snap.net.nz>
17997         * progmodes/gdb-ui.el (gdb-info-breakpoints-custom)
17998         (gdb-goto-breakpoint): Make breakpoint handling work on template
17999         functions in C++.  Reported by Martin Reed <mjreed@essex.ac.uk>
18000         (gdb-assembler-custom): Update to recognize breakpoint information
18001         added on 2005-01-19.
18003 2005-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
18005         * progmodes/scheme.el (scheme-mode-variables): Set comment-add.
18006         (dsssl-mode): Use define-derived-mode.
18007         (scheme-mode-initialize): Remove.
18008         (scheme-mode): Use run-mode-hooks.
18010         * cus-edit.el (customize-group-other-window)
18011         (custom-buffer-create-other-window): Don't override special-display-*.
18012         (custom-mode-map): Make it dense.
18014         * emacs-lisp/lisp-mode.el (eval-defun-1): Make sure `defvar' always
18015         sets the default value.
18017 2005-01-28  Eli Zaretskii  <eliz@gnu.org>
18019         * descr-text.el: Add more keywords.
18021 2005-01-27  Stefan Monnier  <monnier@iro.umontreal.ca>
18023         * speedbar.el: Avoid unnecessary use of locate-library.
18025         * international/mule-cmds.el (standard-display-european-internal):
18026         Don't fiddle with latin-1 non-break space any more since it's now
18027         special cased in the C code.
18028         Don't "do&undo" setting for 160 (especially, don't undo incorrectly).
18030 2005-01-26  Luc Teirlinck  <teirllm@auburn.edu>
18032         * cus-start.el (all): Add `undo-outer-limit'.
18034 2005-01-25  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
18036         * textmodes/bibtex.el (bibtex-format-entry):
18037         Use `bibtex-empty-field-re' only on the text of fields, not on entire
18038         field lines.
18039         (bibtex-autofill-entry): Use `bibtex-empty-field-re' on a string,
18040         not on part of a buffer.
18042 2005-01-25  Lute Kamstra  <lute@gnu.org>
18044         * textmodes/bibtex.el (bibtex-empty-field-re): Don't match
18045         nonempty field text strings like "{letters\\macro{}more letters}".
18046         Clarify docstring.
18047         (bibtex-sort-entry-class, bibtex-autokey-titleword-ignore)
18048         (bibtex-entry-offset, bibtex-parse-association)
18049         (bibtex-parse-field-name): Fix typos in docstrings.
18050         (bibtex-field-list, bibtex-find-crossref): Fix typos in error messages.
18052 2005-01-24  Carsten Dominik  <dominik@science.uva.nl>
18054         * textmodes/reftex-global.el (reftex-isearch-push-state-function)
18055         (reftex-isearch-pop-state-function, reftex-isearch-isearch-search)
18056         (reftex-isearch-switch-to-next-file, reftex-isearch-turn-off)
18057         (reftex-isearch-turn-on, reftex-isearch-minor-mode): New functions.
18059         * textmodes/reftex.el (reftex-mode-menu): Add entry for reftex
18060         isearch minor mode.
18062 2005-01-24  Luc Teirlinck  <teirllm@auburn.edu>
18064         * help-at-pt.el (help-at-pt-display-when-idle): Add autoload cookie.
18066 2005-01-24  Lute Kamstra  <lute@gnu.org>
18068         * textmodes/ispell.el (ispell-dictionary-alist-4): Rewrite the
18069         CASECHARS and NOT-CASECHARS regular expressions of the
18070         "nederlands" and "nederlands8" dictionaries to prevent a "Range
18071         striding over charsets" error.
18073 2005-01-24  Jay Belanger  <belanger@truman.edu>
18075         * calc/calc-store.el (calc-declare-variable): Use calc-var-name to
18076         display variable name.
18078 2005-01-24  Kenichi Handa  <handa@m17n.org>
18080         * international/encoded-kb.el (encoded-kbd-iso2022-single-shift):
18081         Fix setting of the element of encoded-kbd-iso2022-invocations.
18083 2005-01-24  Nick Roberts  <nickrob@snap.net.nz>
18085         * progmodes/gdb-ui.el (gdb-goto-breakpoint, gdb-frames-select)
18086         (gdb-threads-select): Change to also accept mouse events.
18087         (gdb-mouse-goto-breakpoint, gdb-frames-mouse-select)
18088         (gdb-threads-mouse-select): Delete.
18090 2005-01-23  Luc Teirlinck  <teirllm@auburn.edu>
18092         * files.el (insert-directory): Take care of empty directory,
18093         listed without -a switch.
18095 2005-01-23  Stefan Monnier  <monnier@iro.umontreal.ca>
18097         * textmodes/refill.el (refill-post-command-function):
18098         Add `indent-new-comment-line' and `reindent-then-newline-and-indent'
18099         to the list of functions that we should be careful not to undo.
18100         (refill-late-fill-paragraph-function): Remove.
18101         (refill-saved-state): New var.
18102         (refill-mode): Use it to save fill-paragraph-function.
18103         Save also the value of auto-fill-function.
18105         * term/w32-win.el: Simplify code.
18107 2005-01-23  Kim F. Storm  <storm@cua.dk>
18109         * simple.el (line-move): Adapt to new return value from
18110         pos-visible-in-window-p.
18112         * simple.el (line-move): Fix last change.  Check partial
18113         visibility at point rather than at window-start.
18115 2005-01-22  Jason Rumney  <jasonr@gnu.org>
18117         * term/w32-win.el (xw-defined-colors): Remove debug-message.
18119 2005-01-22  David Kastrup  <dak@gnu.org>
18121         * progmodes/grep.el: Add alias `find-grep' for `grep-find'.
18123 2005-01-22  Eli Zaretskii  <eliz@gnu.org>
18125         * type-break.el (type-break-mode): Add a test for
18126         type-break-file-name being non-nil.
18128 2005-01-22  Toby Allsopp  <Toby.Allsopp@navman.com>  (tiny change)
18130         * net/eudc.el (top level): Call (message "") via progn, so that
18131         eudc-options-file is loaded.
18133 2005-01-22  Kim F. Storm  <storm@cua.dk>
18135         * simple.el (line-move-1): Rename from line-move.
18136         (line-move): New function that adjusts vscroll for partially
18137         visible rows, and calls line-move-1 otherwise.
18139 2005-01-21  Ren\e,Ai\e(B Kyllingstad  <listmailxemacs@kyllingstad.com>
18141         * pcomplete.el: Define pcomplete-read-event instead of read-event,
18142         since it's not a complete read-event implementation
18144 2005-01-20  Jay Belanger  <belanger@truman.edu>
18146         * calc/calc-ext.el (calc-fancy-prefix-other-key): Set prefix arg
18147         for called function.
18149 2005-01-20  Steven Tamm  <steventamm@mac.com>
18151         * term/mac-win.el (process-connection-type): Remove.
18152         Controlled now by s/darwin.h:PTY_ITERATION.
18154 2005-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
18156         * window.el (handle-select-window): Don't switch window when we're
18157         in the minibuffer.
18159 2005-01-10  Paul Pogonyshev  <pogonyshev@gmx.net>
18161         * subr.el (dotimes-with-progress-reporter): New macro.
18163         * ses.el (ses-dotimes-msg): Remove macro.
18164         Use `dotimes-with-progress-reporter' instead.
18166 2005-01-19  Steven Tamm  <steventamm@mac.com>
18168         * term/mac-win.el (process-connection-type): Use new
18169         operating-system-release variable to use ptys on Darwin 7 (OS X
18170         10.3) when using carbon build.
18172 2005-01-19  Jay Belanger  <belanger@truman.edu>
18174         * calc/calc-ext.el (calc-fancy-prefix-other-key): Don't clear
18175         flags if the last command was a tab or M-tab.
18177         * calc/calc-prog.el (calc-user-define-edit): Put original formula
18178         in formula editing buffer.
18180 2005-01-19  Nick Roberts  <nickrob@snap.net.nz>
18182         * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Add help-echo for
18183         breakpoint image symbol in margin.
18185 2005-01-19  Jay Belanger  <belanger@truman.edu>
18187         * calc/calc-prog.el (calc-execute-kbd-macro):
18188         Ignore calc-keep-arg-flag.
18190 2005-01-19  Kenichi Handa  <handa@m17n.org>
18192         * textmodes/ispell.el (ispell-looking-at): New function.
18193         (ispell-process-line): Use ispell-looking-at to compare the ispell
18194         output and the buffer contents.
18196 2005-01-18  Jay Belanger  <belanger@truman.edu>
18198         * calc/calc.el (calc-display-raw): Fix docstring.
18200 2005-01-18  Stefan Monnier  <monnier@iro.umontreal.ca>
18202         * simple.el (blink-matching-open): Strip extra info from syntax.
18204         * progmodes/sh-script.el (sh-here-doc-open-re): Don't allow | or other
18205         funny chars in the end-of-here-doc marker.
18207 2005-01-19  Nick Roberts  <nickrob@snap.net.nz>
18209         * progmodes/gdb-ui.el (gdb-put-string): Copy/create strings so
18210         that enable/disabled state of breakpoints is shown correctly in
18211         fringe and on ttys.
18212         (gdb-put-breakpoint-icon, gdb-info-breakpoints-custom):
18213         Add breakpoint information as text properties.
18214         (gdb-mouse-toggle-breakpoint):
18215         Rename to gdb-mouse-set-clear-breakpoint.
18216         (gdb-mouse-toggle-breakpoint): New function.  Enable/disable
18217         breakpoints in the margin.
18218         (gdb-remove-strings): Simplify.
18220 2005-01-17  Jay Belanger  <belanger@truman.edu>
18222         * calc/calc-yank.el (calc-edit-mode): Inhibit read-only when
18223         erasing buffer.
18225 2005-01-17  Richard M. Stallman  <rms@gnu.org>
18227         * progmodes/grep.el (grep-find): Copy from `grep' the condition
18228         for calling grep-compute-defaults.
18230         * play/decipher.el (decipher-mode): Don't call decipher-read-alphabet
18231         if buffer is empty.
18233         * emacs-lisp/lisp.el (backward-kill-sexp, kill-sexp): Doc fixes.
18235 2005-01-17  Stefan Monnier  <monnier@iro.umontreal.ca>
18237         * hilit-chg.el (highlight-changes-mode): Don't autoload.
18239         * bindings.el (mode-line-mode-menu): Use bound-and-true-p for all the
18240         non-preloaded variables.
18242 2005-01-17  Steven Tamm  <steventamm@mac.com>
18244         * textmodes/tex-mode.el (tex-start-shell): Adding -i to the
18245         tex-shell cause to force interactivity when using pipes.
18247 2005-01-17  Kim F. Storm  <storm@cua.dk>
18249         * simple.el (just-one-space): Make arg optional.
18251 2005-01-17  Nick Roberts  <nickrob@snap.net.nz>
18253         * xt-mouse.el (xterm-mouse-event): Set new optional fourth arg in
18254         posn-at-x-y to t to access left-margin.
18256 2005-01-16  Michael Albinus  <michael.albinus@gmx.de>
18258         Sync with Tramp 2.0.47.
18260         * net/tramp.el (tramp-operation-not-permitted-regexp) New defcustom,
18261         catching keep-date problems in cp/scp operations.
18262         (tramp-handle-copy-file): Don't call `set-file-modes'
18263         unconditionally.  Specialized functions should know better what is
18264         necessary.  This improves performance a little bit, and the
18265         functions could catch errors with `cp -p' and `scp -p'.
18266         (tramp-do-copy-or-rename-file-via-buffer)
18267         (tramp-do-copy-or-rename-file-out-of-band): Call `set-file-modes'
18268         when appropriate.
18269         (tramp-do-copy-or-rename-file-directly): Mask `cp -p' error.
18270         Call `set-file-modes' when appropriate.
18271         (tramp-action-out-of-band): Mask `scp -p' error.  Reported by Isak
18272         Johnsson <isak@hypergene.com>
18273         (tramp-get-buffer, tramp-get-debug-buffer): Discard the undo list
18274         of both Tramp buffer and debug buffer.  Reported by Joakim Verona
18275         <joakim@verona.se>
18276         (tramp-file-name-for-operation): Mark `shell-command' as magic for
18277         Emacs only.
18279         * net/tramp-util.el (tramp-minor-mode): New minor mode.  Add it to
18280         `find-file-hooks' and `dired-mode-hook'.
18281         (tramp-minor-mode-map): Respective map.  Add remapping for
18282         `compile' and `recompile'.
18283         (tramp-remap-command, tramp-recompile): New defuns.
18284         (tramp-compile): Enable `tramp-minor-mode' and `compilation-mode'
18285         in buffer "*Compilation*".  Call the commands asynchronously.
18287         * net/tramp-vc.el (tramp-vc-do-command, tramp-vc-do-command-new)
18288         (tramp-vc-simple-command): Call `tramp-handle-shell-command' but
18289         `shell-command', because it isn't magic in XEmacs.  Reported by
18290         Adrian Aichner <adrian@xemacs.org>.
18292         * net/tramp-smb.el (tramp-smb-file-name-handler-alist): Add entry for
18293         `substitute-in-file-name.
18294         (tramp-smb-handle-substitute-in-file-name): New defun.
18295         (tramp-smb-advice-PC-do-completion): Delete advice.
18297 2005-01-16  Kai Grossjohann  <kgrossjo@eu.uu.net>
18299         * net/tramp.el (tramp-wait-for-output): Fix typo in echo processing.
18300         Fix error in deleting region.
18302 2005-01-15  Richard M. Stallman  <rms@gnu.org>
18304         * emacs-lisp/lisp-mnt.el (lm-with-file): Use Lisp mode in temp buffer.
18305         In non-temp buffer, switch syntax table temporarily.
18307         * emacs-lisp/lisp-mode.el (indent-pp-sexp): Doc fix.
18309         * replace.el (occur-accumulate-lines, occur-engine): Avoid warnings.
18311         * tar-mode.el (tar-extract): Bind buffer-undo-list to t.
18313         * imenu.el (imenu--split-menu): Copy menulist before sorting.
18314         (imenu--generic-function): Use START, not BEG, as pos of definition.
18316         * simple.el (just-one-space): Argument specifies number of spaces.
18318         * simple.el (eval-expression-print-format): Avoid warning
18319         about edebug-active.
18321 2005-01-15  James R. Van Zandt  <jrvz@comcast.net>  (Tiny change)
18323         * progmodes/sh-script.el: Code copied from make-mode.el
18324         with small changes,
18325         (sh-mode-map): Bind C-c C-\.
18326         (sh-backslash-column, sh-backslash-align): New variables.
18327         (sh-backslash-region, sh-append-backslash): New functions.
18329 2005-01-15  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
18331         * mail/rmail.el: Updated to work with movemail from GNU Mailutils
18332         (rmail-pop-password, rmail-pop-password-required): Move to
18333         rmail-obsolete group.
18334         (rmail-set-pop-password): Rename to rmail-set-remote-password.
18335         All callers updated.
18336         (rmail-get-pop-password): Rename to rmail-get-remote-password.
18337         Take an argument specifying whether it is POP or IMAP mailbox we
18338         are using.  All callers updated.
18339         (rmail-pop-password-error): Rename to
18340         rmail-remote-password-error.  Added mailutils-specific error message.
18341         (rmail-movemail-search-path)
18342         (rmail-movemail-variant-in-use): New variables.
18343         (rmail-remote-password, rmail-remote-password-required):
18344         New customization variables.
18345         (rmail-probe,rmail-autodetect, rmail-movemail-variant-p): New funs.
18346         (rmail-parse-url): New function.
18347         (rmail-get-new-mail, rmail-insert-inbox-text): Update for use
18348         with GNU mailutils movemail.
18350 2005-01-15  Kevin Ryde  <user42@zip.com.au>
18352         * info-look.el (c-mode/symbol): Add ^` to prefix, and change
18353         suffix to space, $ or '$, to correctly position point when going
18354         to @table style constants like DBL_MAX.
18356 2005-01-15  Jorgen Schaefer  <forcer@forcix.cx>  (tiny change)
18358         * type-break.el (type-break-mode, type-break-file-time)
18359         (type-break-file-keystroke-count, type-break-choose-file):
18360         Don't store data in or load data from the file if type-break-file-name
18361         is nil.
18362         (type-break-file-name): Doc update as per the above.
18364 2005-01-15  Stephen Eglen  <S.J.Eglen@damtp.cam.ac.uk>  (tiny change)
18366         * woman.el (woman-dired-define-key-maybe): If KEY is undefined,
18367         lookup-key might return nil; handle that.
18369 2005-01-15  Alan Mackenzie  <acm@muc.de>
18371         * ebrowse.el (ebrowse-class-in-tree): Return the tail of the tree
18372         rather than the element found, thus enabling the tree to be setcar'd.
18374 2005-01-14  Carsten Dominik  <dominik@science.uva.nl>
18376         * textmodes/org.el (org-show-following-heading): New option.
18377         (org-show-hierarchy-above): Use `org-show-following-heading'.
18378         (org-cycle): Documentation fix.
18380         * textmodes/org.el (orgtbl-optimized): New option
18381         (orgtbl-mode): New command, a minor mode.
18382         (orgtbl-mode-map): New variable.
18383         (turn-on-orgtbl, orgtbl-mode, orgtbl-make-binding)
18384         (orgtbl-error, orgtbl-self-insert-command)
18385         (orgtbl-delete-backward-char, orgtbl-delete-char): New functions.
18387         * textmodes/org.el (org-mode): `org-table-may-need-update' is now
18388         a local variable in each org-mode buffer.
18390         * textmodes/org.el (org-set-regexps-and-options): Rename from
18391         `org-set-regexps'.  Added checking for STARTUP keyword.
18392         (org-get-current-options): Add STARTUP options.
18393         (org-table-insert-row): Make mode intelligent about when
18394         realignment is needed.
18395         (org-self-insert-command, org-delete-backward-char, org-delete-char):
18396         New commands.
18397         (org-enable-table-editor): New default value `optimized'.
18398         (org-table-blank-field): Support blanking regions if active.
18400 2005-01-14  Carsten Dominik  <dominik@science.uva.nl>
18402         * textmodes/reftex-cite.el (reftex-bib-sort-year): Catch the case
18403         if the year is not given.
18405         * textmodes/reftex-ref.el (reftex-replace-prefix-escapes):
18406         Add new escapes %m and %M, fixed bug with %F by adding
18407         save-match-data.
18408         (reftex-reference): Remove ?. from list of spaces.
18409         (reftex-label-info): Add automatic label prefix recognition.
18411         * textmodes/reftex-index.el (reftex-index-next-phrase):
18412         Add slave parameter to call of `reftex-index-this-phrase'.
18413         (reftex-index-this-phrase): New optional argument.
18414         (reftex-index-region-phrases): Add slave parameter to call of
18415         `reftex-index-this-phrase'.
18416         (reftex-display-index): New argument redo.
18417         (reftex-index-rescan): Add `redo' to arguments of
18418         `reftex-display-index'.
18419         (reftex-index-Rescan, reftex-index-revert)
18420         (reftex-index-switch-index-tag): Add `redo' to arguments of
18421         `reftex-display-index'.
18422         (reftex-index-make-phrase-regexp): Fix bug with case-sensitive
18423         indexing.  Fix bug with matching is there is a quote before or
18424         after the word.
18426         * textmodes/reftex-cite.el (reftex-all-used-citation-keys):
18427         Fix bug when collecting citation keys in lines with comments.
18428         (reftex-citation): Prefix argument no longer rescans the document,
18429         but forces prompting for optional arguments of cite macros.
18430         (reftex-do-citation): Prompting for optional arguments implemented.
18432         * textmodes/reftex-vars.el (reftex-cite-format-builtin):
18433         Add optional arguments to most cite commands.
18434         (reftex-cite-cleanup-optional-args): New option
18435         (reftex-cite-prompt-optional-args): New option.
18436         (reftex-trust-label-prefix): New option.
18438         * textmodes/reftex-toc.el (reftex-toc-find-section):
18439         Add push-mark before changing the position in the buffer.
18441         * textmodes/reftex.el (reftex-prefix-to-typekey-alist): New variable.
18442         (reftex-compile-variables): Compute reftex-prefix-to-typekey-alist.
18444 2005-01-14  Nick Roberts  <nickrob@snap.net.nz>
18446         * xt-mouse.el (xterm-mouse-event): Compute window co-ordinates
18447         more carefully.
18449 2005-01-13  Stefan Monnier  <monnier@iro.umontreal.ca>
18451         * textmodes/sgml-mode.el (sgml-fill-nobreak): New fun.
18452         (sgml-mode): Use it.
18453         (sgml-get-context): Better keep track of implicitly closed tags.
18455 2005-01-13  Kenichi Handa  <handa@m17n.org>
18457         * textmodes/ispell.el: These changes are to fix misalignment error
18458         caused by equivalent characters of different Emacs charsets.
18459         (ispell-unified-chars-table): New variable.
18460         (ispell-get-decoded-string): New function.
18461         (ispell-get-casechars, ispell-get-not-casechars)
18462         (ispell-get-otherchars): Call ispell-get-decoded-string.
18464 2005-01-12  Johan Bockg\e,Ae\e(Brd  <bojohan@users.sourceforge.net>
18466         * custom.el (custom-declare-variable): Just put symbol instead
18467         of (defvar . symbol) in `current-load-list'.
18469 2005-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
18471         * emacs-lisp/elint.el: Fixed typo in Commentary section.
18473 2005-01-12  Jay Belanger  <belanger@truman.edu>
18475         * calc/calc-help.el (calc-describe-key): Use temporary info buffer
18476         to create a Calc summary.
18478 2005-01-12  Kim F. Storm  <storm@cua.dk>
18480         * mouse.el (mouse-on-link-p): Change functionality and doc
18481         string to comply with latest description in lisp ref.
18483 2005-01-12  Nick Roberts  <nickrob@snap.net.nz>
18485         * xt-mouse.el (xterm-mouse-translate, xterm-mouse-event):
18486         Enable mouse clicks on mode-line, header-line and margin.
18487         (event-type): Give mouse event symbols an `event-kind' property
18488         with value `mouse-click'.
18490 2005-01-12  Juri Linkov  <juri@jurta.org>
18492         * facemenu.el (list-colors-display): Add new arg buffer-name.
18493         Use it.  Fix docstring.  Replace code for identifying duplicate
18494         colors by the name with call to `list-colors-duplicates' which
18495         identifies duplicate colors by the value unless the color
18496         is one of special Windows colors.  Set truncate-lines to t.
18497         Print sorted duplicate color names on each line.  Indent to 22
18498         \(the longest color name in rgb.txt) instead of 20.  Optimize.
18499         (list-colors-duplicates): New function.
18500         (facemenu-color-name-equal): Delete function.
18502         * facemenu.el (list-colors-print): New function created from code
18503         in list-colors-display.  Print #RRGGBB at the window right edge.
18504         (list-colors-display): When temp-buffer-show-function is not
18505         defined, call list-colors-print from temp-buffer-show-hook
18506         to get the right value of window-width in list-colors-print
18507         after the buffer is displayed.
18509         * simple.el (pop-mark): Move deactivate-mark out of conditional
18510         part to deactivate the active mark regardless of the state of the
18511         mark ring.
18513         * desktop.el (desktop-save): Add `mode: emacs-lisp' to the local
18514         variables line in desktop files.
18516 2005-01-12  Juri Linkov  <juri@jurta.org>
18518         * isearch.el (search-highlight, isearch, isearch-lazy-highlight):
18519         Bring together isearch highlight related options.
18520         (lazy-highlight): Replace group `replace' by `matching'.
18521         (lazy-highlight-cleanup, lazy-highlight-initial-delay)
18522         (lazy-highlight-interval, lazy-highlight-max-at-a-time)
18523         (lazy-highlight): Add aliases to old names isearch-lazy-highlight-...
18524         and declare them obsolete.
18525         (lazy-highlight-face): Rename from isearch-lazy-highlight-face.
18526         (isearch-faces): Remove defgroup.
18527         (isearch-overlay, isearch-highlight, isearch-dehighlight):
18528         Move isearch highlighting code closer to lazy highlighting code.
18530         * replace.el (query-replace-lazy-highlight): Add lazy-highlight group.
18531         (query-replace-highlight, query-replace-lazy-highlight)
18532         (query-replace): Move definitions to the beginning of the file.
18534 2005-01-11  Juri Linkov  <juri@jurta.org>
18536         * toolbar/back_arrow.xpm, toolbar/back_arrow.pbm
18537         * toolbar/lc-back_arrow.xpm, toolbar/lc-fwd_arrow.xpm
18538         * toolbar/fwd_arrow.xpm, toolbar/fwd_arrow.pbm: New icons.
18540         * info.el (Info-history-forward): New variable.
18541         (Info-select-node): Reset Info-history-forward to nil.
18542         (Info-last): Turn into defalias.
18543         (Info-history-back): Rename from Info-last.
18544         Add current node to Info-history-forward.
18545         (Info-history-forward): New fun.
18546         (Info-mode-map): Replace Info-last by Info-history-back.
18547         Bind Info-history-forward to "r".
18548         (Info-mode-menu): Replace Info-last by Info-history-back.
18549         Fix menu item text.  Add menu item for Info-history-forward.
18550         (info-tool-bar-map): Replace Info-last by Info-history-back.
18551         Replace its icon "undo" by "back_arrow".  Add icon "fwd_arrow"
18552         for Info-history-forward.
18553         (Info-mode): Replace Info-last by Info-history-back in docstring.
18554         Add local variable Info-history-forward.
18555         (Info-goto-emacs-command-node): Replace Info-last by Info-history-back.
18557 2005-01-11  Stefan Monnier  <monnier@iro.umontreal.ca>
18559         * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line)
18560         (mouse-drag-region, mouse-drag-region-1, mouse-drag-secondary):
18561         Ignore select-window events rather than fiddle with
18562         mouse-autoselect-window.
18564 2005-01-11  Matthew Mundell  <matt@mundell.ukfsn.org>
18566         * type-break.el (type-break-mode): Fix previous change.
18568 2005-01-10  Jay Belanger  <belanger@truman.edu>
18570         * calc/calc-ext.el (calc-reset): Reset when inside embedded
18571         calculator; only reset when point is inside a calculator.
18572         Don't adjust the window height if the window takes up the whole height
18573         of the frame.
18575 2005-01-10  Thien-Thi Nguyen  <ttn@gnu.org>
18577         * ebuff-menu.el (Electric-buffer-menu-mode):
18578         Preserve value of buffer-local var header-line-format.
18580 2005-01-09  Jay Belanger  <belanger@truman.edu>
18582         * calc/calc.el (calc-mode-var-list-restore-saved-values):
18583         Make sure settings file exists before accessing it.
18585         * calc/calc-embed.el (calc-embedded-subst):
18586         Replace math-multi-subst-rec, which is only supposed to be called
18587         by math-multi-subst, by math-multi-subst.
18589 2005-01-09  Andre Spiegel  <spiegel@gnu.org>
18591         * vc.el (vc-allow-async-revert): New user option.
18592         (vc-disable-async-diff): New internal variable.
18593         (vc-revert-buffer): Use them to disable asynchronous diff.
18595         * vc-cvs.el, vc-arch.el, vc-svn.el, vc-mcvs.el (vc-cvs-diff)
18596         (vc-arch-diff, vc-svn-diff, vc-mcvs-diff): Don't diff
18597         asynchronously if vc-disable-async-diff is t.
18599 2005-01-09  Jay Belanger  <belanger@truman.edu>
18601         * calc/calc.el (defcalcmodevar): New macro.
18602         (calc-mode-var-list-restore-default-values)
18603         (calc-mode-var-list-restore-saved-values): New functions.
18604         (calc-mode-var-list): Use defcalcmodevar to define it.
18605         (calc-always-load-extensions, calc-line-numbering)
18606         (calc-line-breaking, calc-display-just, calc-display-origin)
18607         (calc-number-radix, calc-leading-zeros, calc-group-digits)
18608         (calc-group-char, calc-point-char, calc-frac-format)
18609         (calc-prefer-frac, calc-hms-format, calc-date-format)
18610         (calc-float-format, calc-full-float-format, calc-complex-format)
18611         (calc-complex-mode, calc-infinite-mode, calc-display-strings)
18612         (calc-matrix-just, calc-break-vectors, calc-full-vectors)
18613         (calc-full-trail-vectors, calc-vector-commas, calc-vector-brackets)
18614         (calc-matrix-brackets, calc-language, calc-language-option)
18615         (calc-left-label, calc-right-label, calc-word-size)
18616         (calc-previous-modulo, calc-simplify-mode, calc-auto-recompute)
18617         (calc-display-raw, calc-internal-prec, calc-angle-mode)
18618         (calc-algebraic-mode, calc-incomplete-algebraic-mode)
18619         (calc-symbolic-mode, calc-matrix-mode, calc-shift-prefix)
18620         (calc-window-height, calc-display-trail, calc-show-selections)
18621         (calc-use-selections, calc-assoc-selections)
18622         (calc-display-working-message, calc-auto-why, calc-timing)
18623         (calc-mode-save-mode, calc-standard-date-formats, calc-autorange-units)
18624         (calc-was-keypad-mode, calc-full-mode, calc-user-parse-tables)
18625         (calc-gnuplot-default-device, calc-gnuplot-default-output)
18626         (calc-gnuplot-print-device, calc-gnuplot-print-output)
18627         (calc-gnuplot-geometry, calc-graph-default-resolution)
18628         (calc-graph-default-resolution-3d, calc-invocation-macro)
18629         (calc-show-banner): Use defcalcmodevar to declare them and set
18630         their default values.
18632         * calc/calc-ext.el (calc-reset): Restore saved values of variables
18633         instead of default values (but restore default values if there is
18634         an argument of 0).
18636 2005-01-09  David Kastrup  <dak@gnu.org>
18638         * desktop.el (desktop-restore-eager): Fix typo in type.
18640 2005-01-08  Richard M. Stallman  <rms@gnu.org>
18642         * cus-edit.el (customize): Delete :link.
18644 2005-01-08  Jay Belanger  <belanger@truman.edu>
18646         * calc/calc.el (calc-mode): Remove the extension from the
18647         `calc-settings-file' file name when loading it.
18649 2005-01-08  Kim F. Storm  <storm@cua.dk>
18651         * info.el (Info-mode-map, Info-next-link-keymap)
18652         (Info-prev-link-keymap, Info-up-link-keymap):
18653         Map follow-link to mouse-face.
18654         (Info-fontify-node): Add "mouse-2: " prefix to tooltip.
18656 2005-01-08  Jay Belanger  <belanger@truman.edu>
18658         * calc/calc.el (calc-settings-file): Change default value.
18659         Suggested by cgw in a comment in calc-mode.el.
18661         * calc/calc-mode.el (calc-settings-file-name):
18662         Compare calc-settings-file to user-init-file instead of ~/.emacs.
18663         Replace ~/.emacs in a prompt by calc-settings-file.
18665 2005-01-07  Lars Hansen  <larsh@math.ku.dk>
18667         * desktop.el (desktop-restore-eager, desktop-lazy-verbose)
18668         (desktop-lazy-idle-delay): New customizable variables.
18669         (desktop-buffer-args-list): New variable.
18670         (desktop-append-buffer-args): New function.
18671         (desktop-save): Call desktop-append-buffer-args for some buffers.
18672         (desktop-lazy-create-buffer): New function.
18673         (desktop-idle-create-buffers): New function.
18674         (desktop-read): Add message about buffers to restore lazily.
18675         (desktop-lazy-abort): New command.
18676         (desktop-clear): Call desktop-lazy-abort.
18677         (desktop-lazy-complete): New command.
18679 2005-01-06  Richard M. Stallman  <rms@gnu.org>
18681         * emacs-lisp/find-func.el (find-face-definition):
18682         Rename from find-face.
18684 2005-01-06  Kim F. Storm  <storm@cua.dk>
18686         * simple.el (completion-list-mode-map): Map follow-link to mouse-face.
18688         * man.el (Man-xref-man-page, Man-xref-header-file)
18689         (Man-xref-normal-file): Add follow-link property.
18691 2005-01-06  Jay Belanger  <belanger@truman.edu>
18693         * calc/calc-units.el: Make sure the proper macro definitions are
18694         available when compiling.
18696 2005-01-06  Juri Linkov  <juri@jurta.org>
18698         * isearch.el (isearch-lazy-highlight-update):
18699         Rename `isearch-lazy-highlight-interval' to `lazy-highlight-interval'.
18701 2005-01-06  Miles Bader  <miles@gnu.org>
18703         * isearch.el (lazy-highlight): Rename from `lazy-highlight-face'.
18704         (isearch-lazy-highlight-face): Use new name.
18706 2005-01-05  Stefan Monnier  <monnier@iro.umontreal.ca>
18708         * uniquify.el (uniquify-rationalize-file-buffer-names):
18709         Re-add an interactive spec.
18710         (uniquify-rationalize-file-buffer-names): Fix corner case when renaming
18711         to the same name.
18713         * isearch.el (isearch-dehighlight): Remove unused arg `totally'.
18714         (isearch-update, isearch-done): Adjust calls accordingly.
18716 2005-01-05  Richard M. Stallman  <rms@gnu.org>
18718         * custom.el (custom-set-variables, custom-theme-set-variables):
18719         Clarify documentation.
18721         * emacs-lisp/find-func.el (find-variable)
18722         (find-variable-other-window, find-variable-other-frame):
18723         Fix the TYPE args to find-function-read and find-function-do-it.
18724         (find-function): Doc fix.
18725         (find-function-at-point): Replace function-at-point alias.
18727 2005-01-04  Richard M. Stallman  <rms@gnu.org>
18729         * cus-face.el (custom-declare-face):
18730         Record defface in current-load-list.
18732         * help-fns.el (variable-at-point): New arg ANY-SYMBOL.
18734         * emacs-lisp/find-func.el: Doc fixes.
18735         (find-face-regexp): New variable.
18736         (find-function-regexp-alist): New variable.
18737         (find-function-C-source): Third arg is now TYPE.
18738         (find-function-search-for-symbol): Handle general TYPE.
18739         (find-function-read, find-function-do-it): Handle general TYPE.
18740         (find-definition-noselect, find-face): New functions.
18741         (function-at-point): Alias deleted.
18743 2005-01-04  Stefan Monnier  <monnier@iro.umontreal.ca>
18745         * battery.el (display-battery-mode): Rename from display-battery.
18746         Handle the case where it gets turned off.
18748 2005-01-04  Richard M. Stallman  <rms@gnu.org>
18750         * cus-edit.el (customize): Make :link point to user doc.
18752         * man.el (Man-fontify-manpage): Turn off undo generation.
18754         * add-log.el (change-log-font-lock-keywords): Don't match just "From".
18756 2005-01-04  Andreas Schwab  <schwab@suse.de>
18758         * files.el (insert-directory): Only look for error lines in
18759         inserted text.  Don't move too far after processing --dired markers.
18761 2005-01-04  Richard M. Stallman  <rms@gnu.org>
18763         * mail/mailabbrev.el (sendmail-pre-abbrev-expand-hook):
18764         Don't expand if the character is @, period, dash, etc.
18765         (define-mail-abbrev): Quote names that contain problem characters.
18767 2005-01-04  Thien-Thi Nguyen  <ttn@gnu.org>
18769         * progmodes/hideshow.el: No longer require `cl'; `dolist' is standard.
18771 2005-01-03  Richard M. Stallman  <rms@gnu.org>
18773         * replace.el (replace-dehighlight): Use lazy-highlight-cleanup.
18774         (query-replace-highlight, query-replace-lazy-highlight)
18775         (query-replace): Definitions moved up.  Doc fix.
18777 2005-01-03  Richard M. Stallman  <rms@gnu.org>
18779         * isearch.el (lazy-highlight): Group renamed from isearch-lazy-...
18780         (lazy-highlight-cleanup, lazy-highlight-initial-delay)
18781         (lazy-highlight-interval, lazy-highlight-max-at-a-time)
18782         (lazy-highlight-face): Rename from isearch-lazy-...
18783         Change all references to them.
18785 2005-01-03  Luc Teirlinck  <teirllm@auburn.edu>
18787         * cus-edit.el (custom-file): Doc fix for defcustom.
18788         (custom-file): The function no longer sets the variable
18789         `custom-file' to its return value.
18791         * startup.el (command-line): No longer load `custom-file'.
18793 2005-01-03  Stefan Monnier  <monnier@iro.umontreal.ca>
18795         * emacs-lisp/find-func.el (find-variable-regexp): Avoid defface.
18797         * progmodes/perl-mode.el (perl-nochange, perl-calculate-indent):
18798         Don't confuse module-prefixed identifiers for labels.
18799         Reported by Juan-Leon Lahoz Garcia <juanleon1@gmail.com>.
18801 2005-01-02  Richard M. Stallman  <rms@gnu.org>
18803         * files.el (basic-save-buffer-1): Fix previous change.
18805         * loadhist.el (file-loadhist-lookup): New function.
18806         (file-provides, file-requires): Use it.
18808         * electric.el (Electric-pop-up-window): Use fit-window-to-buffer
18809         instead of calculating the right size.
18811 2005-01-02  Karl Chen  <quarl@cs.berkeley.edu>  (tiny change)
18813         * vc-svn.el (vc-svn-diff): Stay local if possible.
18815 2005-01-02  Stefan Monnier  <monnier@iro.umontreal.ca>
18817         * vc-arch.el (vc-arch-workfile-version): Handle the empty-branch case.
18819         * files.el (hack-local-variables): Fix last change.
18821 2005-01-02  Jay Belanger  <belanger@truman.edu>
18823         * calc/calc-yank.el (calc-edit-top): New variable.
18824         (calc-edit-mode): Set calc-edit-top to be the beginning of the edited
18825         object.  Change header properties.
18826         (calc-edit-finish, calc-edit-finish-stack-object)
18827         (calc-edit-show-buffer): Use calc-edit-top to find the beginning of the
18828         edited object.
18829         * calc/calc-sel.el (calc-finish-selection-edit): Use calc-edit-top
18830         for the beginning of the edited object.
18831         * calc/calc-embed.el (calc-embedded-finish-edit): Use calc-edit-top
18832         for the beginning of the edited object.
18833         * calc/calc-prog.el (calc-edit-macro-finish-edit)
18834         (calc-finish-formula-edit, calc-macro-repeats)
18835         (calc-edit-macro-adjust-buffer, calc-edit-format-macro-buffer)
18836         (calc-edit-macro-pre-finish-edit): Use calc-edit-top for the
18837         beginning of the edited object.
18838         (calc-user-define-edit): Change the header for editing macros.
18839         Remove unnecessary variable.
18841 2005-01-01  Jay Belanger  <belanger@truman.edu>
18843         * calc/calc-yank.el (calc-edit-mode): Change default header.
18844         (calc-edit-finish, calc-show-edit-buffer): Adjust to handle new header.
18845         * calc/calc-store.el (calc-edit-variable): Change title to match new
18846         header.
18847         * calc/calc-prog.el (calc-edit-user-syntax): Change title in edit
18848         mode to match new header.
18849         (calc-user-define-edit): Change titles to include names of commands.
18850         (calc-finish-formula-edit): Adjust to handle new header.
18851         (calc-finish-macro-edit): Remove.
18852         (calc-edit-macro-repeats, calc-edit-macro-adjust-buffer)
18853         (calc-edit-macro-command, calc-edit-macro-command-type)
18854         (calc-edit-macro-combine-alg-ent, calc-edit-macro-combine-ext-command)
18855         (calc-edit-macro-combine-var-name, calc-edit-macro-combine-digits)
18856         (calc-edit-format-macro-buffer, calc-edit-macro-pre-finish-edit)
18857         (calc-edit-macro-finish-edit): New functions.
18858         (calc-user-define-edit): Use new functions to edit named calc macros.
18860 2005-01-01  Stefan  <monnier@iro.umontreal.ca>
18862         * files.el (hack-local-variables): Cleanup prefix/suffix matching.
18864         * ses.el (copy-region-as-kill): Deactivate mark.
18866 2005-01-01  Richard M. Stallman  <rms@gnu.org>
18868         * replace.el (occur-1): If the output buffer is also an input,
18869         don't kill it, rename it.
18871         * faces.el (set-face-background, set-face-foreground): Doc fix.
18873         * cus-face.el (custom-face-attributes): Fix :help-echo strings
18874         for :foreground and :background.
18876         * dired.el (dired-view-command-alist): Variable deleted.
18877         (dired-view-file, dired-mouse-find-file-other-window):
18878         Delete the code to use it.
18880 2005-01-01  Kim F. Storm  <storm@cua.dk>
18882         * image.el (insert-sliced-image): Use t for line-height property.
18884 See ChangeLog.11 for earlier changes.
18886 ;; Local Variables:
18887 ;; coding: iso-2022-7bit
18888 ;; End:
18890     Copyright (C) 2005 Free Software Foundation, Inc.
18891   Copying and distribution of this file, with or without modification,
18892   are permitted provided the copyright notice and this notice are preserved.
18894 ;;; arch-tag: e39939be-dab3-400e-86f5-0e2701a883c1