(flyspell-external-point-words, flyspell-process-localwords): Fix last changes.
[emacs.git] / lisp / ChangeLog
blob7bc8263454703af42a33a1a423e9de3abe422638
1 2006-03-11  Agustin Martin  <agustin.martin@hispalinux.es>
3         * textmodes/flyspell.el (flyspell-external-point-words)
4         (flyspell-process-localwords): Fix last changes.
6 2006-03-11  Eli Zaretskii  <eliz@gnu.org>
8         * calendar/holidays.el (list-holidays): Doc fix.
10         * international/mule.el (auto-coding-alist): Add .odt
11         (OpenOffice's open document) files.
13         * files.el (auto-mode-alist): Add .odt (OpenOffice's open
14         document) files.  Mention in the doc string the need to sync with
15         auto-coding-alist.
17 2006-03-10  Chong Yidong  <cyd@stupidchicken.com>
19         * files.el (hack-local-variables-confirm): Don't prompt for ! if
20         enable-local-variables is set to always query, or there is no
21         savable variable.
23 2006-03-10  Bill Wohler  <wohler@newt.com>
25         * image.el (image-load-path-for-library): Merge at least three
26         functions from Gnus and MH-E into this one function that can now
27         be shared.
29 2006-03-11  Nick Roberts  <nickrob@snap.net.nz>
31         * progmodes/gdb-ui.el (gdb-remove-text-properties): Rename from
32         gdb-remove-mouse-face and remove help-echo too.
33         (gdb-enqueue-input): Correct conditional clause.
34         
35 2006-03-10  Glenn Morris  <rgm@gnu.org>
37         * calendar/calendar.el (calendar-holidays): Doc fix.
38         * calendar/holidays.el (list-holidays): Doc fix.
40 2006-03-10  Nick Roberts  <nickrob@snap.net.nz>
42         * progmodes/gdb-ui.el (gdba): Don't call gdb-init-1 explicitly as
43         it gets called in gdb-prompt anyway.
44         (gdb-use-separate-io-buffer): Only restore window arrangement for
45         gdb-many-windows.
46         (gdb-enqueue-input): Make it harder to send GDB input when program
47         is running.
48         (gdb-buffer-list): New variable.
49         (gdb-remove-mouse-face): New function.
50         (gdb-starting): Use it when GDB input won't get sent.
52 2006-03-08  Juanma Barranquero  <lekktu@gmail.com>
54         * help.el (view-lossage): Remove trailing whitespace before
55         inserting "\n".
57 2006-03-07  Chong Yidong  <cyd@stupidchicken.com>
59         * files.el (hack-local-variables-confirm): Set
60         coding-system-for-read to nil before writing to .emacs.
62         * arc-mode.el (archive-extract): Check if an existing buffer name
63         comes from a different archive.
65         * help.el (describe-key-briefly): If KEY is a down event, read and
66         discard the up event.
68 2006-03-07  Nick Roberts  <nickrob@snap.net.nz>
70         * progmodes/gud.el (gud-speedbar-buttons): Allow pointers to
71         be edited and use font-lock-warning-face for any changes.
73         * progmodes/gdb-ui.el (gdb-edit-value-handler): New function.
74         (gdb-edit-value): Use it to report any errors.
76 2006-03-07  Juanma Barranquero  <lekktu@gmail.com>
78         * help.el (describe-key): Remove leftover test code.
80 2006-03-07  Carsten Dominik  <dominik@science.uva.nl>
82         * textmodes/org.el: Move defvars out of eval-when-compile.  Use
83         buffer-file-name variable.
84         (org-agenda-file-to-end, org-agenda-file-to-front): Remove unused
85         arg `file'.
86         (org-level-faces): Remove startup dependency.
87         (org-cycle, org-map-tree, org-scan-tags)
88         (org-remember-handler): Don't call `outline-level' directly.
89         (org-mhe-search-all-folders): New option.
90         (org-mhe-get-message-folder-from-index)
91         (org-mhe-get-message-folder): Fix indexing search.
92         (org-format-agenda-item): Handle nil TAGS argument.
93         (org-cleaned-string-for-export, org-activate-target-links)
94         (org-make-target-link-regexp): Deal with empty radio target list.
95         (org-tag): New face.
96         (org-get-level-face): New function.
97         (org-set-font-lock-defaults): Simplify setup for headlines.
98         (org-complete): Pass common substring to
99         `display-completion-list'.
101 2006-03-06  David Ponce  <david@dponce.com>
103         * tree-widget.el: Update Commentary header.
104         (tree-widget-theme-name): Ignore parent themes.
105         (tree-widget-set-parent-theme): New function.
106         (tree-widget-set-theme): Use it.
107         (tree-widget-set-image-properties): Move definition.  Does nothing
108         if image properties have already been set.
109         (tree-widget-image-properties): Move definition.  Receive an image
110         name.  Set the :pointer property.
111         (tree-widget-lookup-image): Doc fix.  Search in parent themes.
112         Don't set the :pointer image property.
113         (tree-widget-convert-widget): New function.  Handle :dynargs
114         compatibility here.
115         (tree-widget): Use it to :convert-widget.  Add the :expander-p
116         predicate to control when the :expander function is entered.
117         Thanks to Ken Manheimer <ken.manheimer@gmail.com> for the idea.
118         (tree-widget-value-create): Handle :expander-p.  widget-apply
119         :expander.
120         (tree-widget-expander-p): New function.  Default value of the
121         :expander-p property.
123 2006-03-06  Chong Yidong  <cyd@stupidchicken.com>
125         * help.el (describe-key): Properly handle the return value of
126         read-key-sequence when grabbing an up-event.  Cleanup mouse-1
127         remaps.  Handle string and vector `follow-link' values.
129 2006-03-06  Stefan Monnier  <monnier@iro.umontreal.ca>
131         * complete.el (PC-expand-many-files): Try be more careful when parsing
132         the shell's output.
134 2006-03-05  Stefan Monnier  <monnier@iro.umontreal.ca>
136         * outline.el (hide-sublevels): Provide better interactive default.
138 2006-03-06  Kenichi Handa  <handa@m17n.org>
140         * international/fontset.el (create-fontset-from-fontset-spec):
141         Fix regexp for paring FONTSET-SPEC (allow spaces after `:').
143 2006-03-05  Luc Teirlinck  <teirllm@auburn.edu>
145         * progmodes/gud.el (gud-jdb-marker-filter): Quote `[' with two
146         backslashes instead of one in regexp.
147         (gud-tooltip-dereference): Add missing optional argument.
149 2006-03-04  John Paul Wallington  <jpw@pobox.com>
151         * wdired.el (toplevel): Require `cl' at compile-time.
153 2006-03-04  Andreas Schwab  <schwab@suse.de>
155         * server.el (server-process-filter): Handle errors during
156         evaluation of the argument.
158 2006-03-03  John Paul Wallington  <jpw@pobox.com>
160         * t-mouse.el (t-mouse-drag-start, t-mouse-swap-alt-keys): Doc fix;
161         escape parentheses at beginning of line.
162         (t-mouse-tty, t-mouse-make-event): Doc fix; use imperative.
163         (t-mouse-mode): Remove period from end of error message.
165 2006-03-03  Agustin Martin  <agustin.martin@hispalinux.es>
167         * textmodes/flyspell.el (flyspell-process-localwords):
168         Be case-sensitive.
170 2006-03-03  Martin Rudalics  <rudalics@gmx.at>
172         * cus-edit.el (custom-quote): Remove function, since it has been
173         moved to custom.el.
175         * font-lock.el (lisp-font-lock-keywords-2)
176         * emacs-lisp/rx.el (rx-check-any, rx-check-not)
177         * generic-x.el (reg-generic-mode): Quote "]"s in regexps when
178         they have no special meaning.
180         * midnight.el (clean-buffer-list): Handle case where base-buffer of
181         indirect buffer gets killed before indirect buffer.  Use dolist.
183 2006-03-03  Ken Manheimer  <ken.manheimer@gmail.com>
185         * emacs-lisp/edebug.el (edebug-display): Use `edebug-sit-for-seconds'
186         value instead of a literal constant (1) on more pauses.
188 2006-03-03  Slawomir Nowaczyk  <slawomir.nowaczyk.847@student.lu.se>  (tiny change)
190         * textmodes/flyspell.el (flyspell-external-point-words):
191         Be case-sensitive.
193 2006-03-03  Ryan Yeske  <rcyeske@gmail.com>
195         * net/rcirc.el (rcirc-url-regexp): Match entire url when it starts
196         with "www".
198 2006-03-03  Ken Manheimer  <ken.manheimer@gmail.com>
200         * allout.el: Restablish intermediate missing comment header to
201         preserve outline structure.
202         (allout-beginning-of-current-entry): Skip invisible text.
203         (allout-open-topic): Fix opening a topic at end-of-buffer.
204         (allout-minor-mode): Move nearer to allout-mode function.
206 2006-03-02  Carsten Dominik  <dominik@science.uva.nl>
208         * textmodes/org.el (org-paste-subtree): Remove (debug) form.
210 2006-03-02  Nick Roberts  <nickrob@snap.net.nz>
212         * dframe.el (dframe-frame-mode): Don't burp when menu-bar-lines
213         is nil.
215         * progmodes/gud.el (gud-speedbar-menu-items):
216         Use buffer-local-value and add missing :visible keyword.
218         * progmodes/gdb-ui.el (gdb-speedbar-refresh): Quieten speedbar-refresh.
220 2006-03-01  Carsten Dominik  <dominik@science.uva.nl>
222         * textmodes/reftex-index.el (reftex-index-map): `follow-mouse'
223         must be `follow-link'.
225         * textmodes/reftex-toc.el (reftex-toc-map): Likewise.
227         * textmodes/org.el (org-export-as-html): Fix bugs in HTML
228         formatting: No nested anchors.
229         (org-all-targets): Fix bug with XEmacs compatibility.
230         (org-read-date): Add (require 'parse-time).
231         (org-set-tags): Fix bug with extra inserted space.
232         (org-export-html-style): Define a style class for targets.
233         (org-agenda-keymap, org-mouse-map): Add a binding for `follow-link'.
234         (org-hide-leading-stars): New option.
235         (org-hide): New face.
236         (org-set-font-lock-defaults): Allow to hide leading stars.
237         (org-get-legal-level, org-tr-level): New functions.
238         (org-odd-levels-only): New option.
239         (org-level-faces, org-paste-subtree, org-convert-to-odd-levels)
240         (org-demote, org-promote): Deal with double-star levels.
241         (org-convert-to-odd-levels): New command.
243 2006-03-01  Nick Roberts  <nickrob@snap.net.nz>
245         * speedbar.el (speedbar-update-localized-contents): Try to
246         preserve window-start.
247         (speedbar-update-directory-contents): Try to preserve window-start
248         and window-point.
249         (speedbar-update-special-contents): Don't move back to start of window.
251         * progmodes/gdb-ui.el (gdb-speedbar-refresh): Rename from
252         gdb-speedbar-timer-fn.  Use speedbar-refresh instead of
253         speedbar-timer-fn.
254         (gdb-var-update-handler, gdb-var-update-handler-1): Use it.
255         (gdb-speedbar-expand-node): Use speedbar-delete-subblock
256         instead of gdb-speedbar-timer-fn.
258 2006-02-28  Jay Belanger  <belanger@truman.edu>
260         * calc/calccomp.el (math-compose-tex-matrix): Add a latex option.
261         (math-compose-expr): Use latex option when calling
262         `math-compose-tex-matrix' for latex mode.
264 2006-02-28  Nick Roberts  <nickrob@snap.net.nz>
266         * speedbar.el: Re-instate comments about developing for speedbar
267         [this is what info and gdb-ui use even if better methods exist now].
269         * t-mouse.el: New file.
270         (t-mouse-tty): Use with-temp-buffer.  Add more terminal types.
271         (t-mouse-lispy-buffer-posn-from-coords): Remove.  Use the C
272         primitive...
273         (t-mouse-make-event-element): ...posn-at-x-y instead.
274         (t-mouse-make-event): Deal with Fedora Core 3.
275         (t-mouse-make-event): Don't sink the `stupid text mode menubar'.
276         (t-mouse-mouse-position-function): New function.  Use it instead
277         of advising mouse-position.
278         (t-mouse-mode): New minor mode.
279         (t-mouse-stop, t-mouse-run): Remove.  Use t-mouse-mode instead.
281 2006-02-27  Glenn Morris  <rgm@gnu.org>
283         * calendar/calendar.el (calendar-holidays): Doc fix.
285 2006-02-27  Nick Roberts  <nickrob@snap.net.nz>
287         * progmodes/gdb-ui.el (gdb-source-window): New variable.
288         Re-introduce the concept of a source window.
289         (gdb-get-buffer-create): Rename from gdb-get-create-buffer for
290         consistency with get-buffer-create.
291         (def-gdb-auto-update-handler, gdb-info-locals-handler)
292         (gdb-data-list-register-values-handler)
293         (gdb-stack-list-locals-handler): Try to preserve window-start as
294         well as window-point.
295         (gdb-display-source-buffer): New function (old concept).
296         (gdb-goto-breakpoint): Use it.
298         * progmodes/gud.el (gud-display-line): Use gdb-display-source-buffer
299         for gdb-ui/gdb-mi (old concept).
301 2006-02-27  Carsten Dominik  <dominik@science.uva.nl>
303         * textmodes/reftex-index.el (reftex-index-map): Add `follow-mouse'
304         binding.
306         * textmodes/reftex-toc.el (reftex-toc-map): Add `follow-mouse'
307         binding.
309         * textmodes/reftex-sel.el (reftex-select-label-map)
310         (reftex-select-bib-map): Add `follow-mouse' binding.
312 2006-02-26  Luc Teirlinck  <teirllm@auburn.edu>
314         * jka-cmpr-hook.el (jka-compr-compression-info-list)
315         (jka-compr-mode-alist-additions, jka-compr-load-suffixes):
316         Give :set functions to provide automatic updating.
317         Update docstring.  Give compiler defvars early in the file
318         and move the defcustoms to a later spot where all called functions
319         are defined.
320         (jka-compr-file-name-handler-entry): Doc fix.
321         (jka-compr-compression-info-list--internal)
322         (jka-compr-mode-alist-additions--internal)
323         (jka-compr-load-suffixes--internal): New variables.
324         (jka-compr-install): Set the three above variables.
325         Update `load-file-rep-suffixes' instead of `load-suffixes'.
326         (jka-compr-update, jka-compr-set): New functions.
327         (auto-compression-mode): Doc fix.
329         * jka-compr.el (jka-compr-uninstall): Replace `mapcar' with `mapc'.
330         Update `load-file-rep-suffixes' instead of `load-suffixes'.
331         Use jka-compr-compression-info-list--internal,
332         jka-compr-mode-alist-additions--internal and
333         jka-compr-load-suffixes--internal.
335         * files.el (load-library):
336         * loadhist.el (file-loadhist-lookup):
337         * startup.el (command-line):
338         * subr.el (locate-library):
339         * emacs-lisp/autoload.el (update-directory-autoloads):
340         * emacs-lisp/find-func.el (find-library-suffixes):
341         Use `get-load-suffixes' instead of `load-suffixes'.
343         * subr.el (locate-library):
344         * emacs-lisp/find-func.el (find-library-name):
345         Use `load-file-rep-suffixes' instead of '("").
347 2006-02-26  Kim F. Storm  <storm@cua.dk>
349         * ido.el (ido-save-history, ido-load-history): Simplify.
350         Don't use find-file-noselect to avoid interference from other modes.
352 2006-02-25  Thien-Thi Nguyen  <ttn@gnu.org>
354         * progmodes/sh-script.el (sh-mode): Fix bug: Arrange
355         to use the default shell if filename is not available.
356         Reported by Giorgos Keramidas.
358 2006-02-25  John Williams  <jrw@pobox.com>  (tiny change)
360         * progmodes/etags.el (tags-completion-table): Do completion from
361         all the tables in the current list, as documented in the manual.
363 2006-02-24  Alan Mackenzie  <bug-cc-mode@gnu.org>
365         * CC Mode Update to 5.31.3.
367 2006-02-24  Alan Mackenzie  <bug-cc-mode@gnu.org>
369         * progmodes/cc-mode.el (c-postprocess-file-styles):
370         Bind inhibit-read-only to t, around the call to
371         c-remove-any-local-eval-or-mode-variables, so that it works on a
372         RO file.
374 2006-02-24  Alan Mackenzie  <bug-cc-mode@gnu.org>
376         * progmodes/cc-awk.el: Correct a typo.
378 2006-02-24  Alan Mackenzie  <bug-cc-mode@gnu.org>
380         * progmodes/cc-cmds.el, cc-mode.el: Rename c-hungry-backspace to
381         c-hungry-delete-backwards, at the request of RMS.  Leave the old
382         name as an alias.
384 2006-02-24  Alan Mackenzie  <bug-cc-mode@gnu.org>
386         * progmodes/cc-mode.el: Correct a typo.
388 2006-02-24  Alan Mackenzie  <bug-cc-mode@gnu.org>
390         * progmodes/cc-defs.el: Update the version number to 5.31.3.
392 2006-02-24  Alan Mackenzie  <bug-cc-mode@gnu.org>
394         * progmodes/cc-cmds.el (c-electric-brace): Fix clean-up
395         brace-else-brace (error due to mbeg, mend being undefined).
397 2006-02-24  Alan Mackenzie  <bug-cc-mode@gnu.org>
399         * progmodes/cc-mode.el: File Local variables: Solve the problem
400         where both `mode' and c-file-offsets are specified: `mode' will
401         overwrite c-f-o's settings:
402         (c-remove-any-local-eval-or-mode-variables): New function.
403         (c-postprocess-file-styles): Call the above new function, within
404         c-tentative-buffer-change, to splat `mode' and `eval' before the
405         second hack-local-variables.
407 2006-02-24  Alan Mackenzie  <bug-cc-mode@gnu.org>
409         * progmodes/cc-mode.el:
410         [Supersedes patch to cc-engine.el 2005-12-16T20:07:49Z!monnier@iro.umontreal.ca]
411         (c-after-change): Protect the match data with save-match-data.
412         It was getting corrupted by c-after-change-check-<>-operators.
414         * cc-defs.el: [Supersedes patch V1.38]:
415         (top level): Check for a buggy font-lock-compile-keywords ONLY in
416         XEmacs.  GNU Emacs 22 now has a check which would throw an error here.
418         * progmodes/cc-awk.el (c-awk-after-change): Protect the match data
419         with save-match-data.  It was being corrupted when Font Lock was
420         not enabled.
422 2006-02-24  Alan Mackenzie  <bug-cc-mode@gnu.org>
424         * progmodes/cc-langs.el (c-mode-menu): Add menu items for Electric
425         Mode and Subword Mode.
427         * progmodes/cc-engine.el (c-beginning-of-statment-1): Distinguish
428         real labels ("case 1:" or "foo:") from non-labels ("public:").
429         (c-forward-objc-directive): Replace c-forward-token-2 with crude
430         coding; c-f-t-2 doesn't move over a token at EOB.
432         * progmodes/cc-defs.el (c-version): Update version number to 5.31.2.
434         * progmodes/cc-cmds.el, cc-mode.el, cc-engine.el
435         (c-update-modeline): Concatenate the minor mode indicators
436         directly onto mode-name, removing c-submode-indicators.
437         Sometimes, c-s-i got separated from the mode name on the mode line.
439         * progmodes/cc-cmds.el (c-electric-brace, c-electric-semi&comma)
440         (c-electric-colon): Correct doc-strings: "/ln" -> "/la".
442 2006-02-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
444         * progmodes/cc-langs.el (c-make-init-lang-vars-fun): Improve the
445         error message when there's an evaluation error to show whether
446         it's loaded from source or not.
447         (c-filter-ops): Make it available at runtime too to work when
448         `c-make-init-lang-vars-fun' needs to evaluate from source.
450 2006-02-24  Juanma Barranquero  <lekktu@gmail.com>
452         * help.el (help): Revert last part of 2006-02-23 change (deletion
453         of the `provide' call).
455 2006-02-23  Juri Linkov  <juri@jurta.org>
457         * compare-w.el (compare-windows-highlight): Add new value
458         `persistent' and change :type from `boolean' to `choice'.
459         (compare-windows-overlays1, compare-windows-overlays2):
460         New internal variables.
461         (compare-windows-highlight): If compare-windows-highlight is
462         `persistent', add current overlays to compare-windows-overlays[12]
463         instead of adding compare-windows-dehighlight to pre-command-hook.
464         (compare-windows-dehighlight): Delete all overlays from
465         compare-windows-overlays[12].
467         * info.el (Info-search): Don't bind search-spaces-regexp to
468         Info-search-whitespace-regexp in non-regexp isearch mode.
470 2006-02-23  Stefan Monnier  <monnier@iro.umontreal.ca>
472         * help.el (describe-mode): Pass `mode-name' to format-mode-line.
474 2006-02-23  Juanma Barranquero  <lekktu@gmail.com>
476         * textmodes/org.el (org-xemacs-p)
477         (org-export-html-show-new-buffer, org-table-may-need-update)
478         (org-insert-item, org-mhe-get-message-real-folder)
479         (org-mhe-get-message-folder-from-index)
480         (org-mhe-get-message-folder, org-mhe-get-message-num)
481         (org-mhe-get-header, org-make-org-heading-search-string)
482         (org-make-org-heading-camel, org-table-sort-lines)
483         (org-format-org-table-html, org-format-table-table-html):
484         Fix typos in docstrings.
486 12006-02-23  Carsten Dominik  <dominik@science.uva.nl>
488         * textmodes/org.el (org-cleaned-string-for-export)
489         (org-solidify-link-text): New function.
490         (org-add-hook): Use `add-local-hook' instead of `make-local-hook' for
491         XEmacs, just to silence the compiler.
492         (org-export-as-ascii, org-export-as-html-and-open):
493         Use `org-cleaned-string-for-export' and create internal links.
494         (org-follow-mhe-link): Require mh-e, use folder.
496 2006-02-23  Nick Roberts  <nickrob@snap.net.nz>
498         * progmodes/gud.el (gud-speedbar-buttons): Use shadow face properly.
500         * progmodes/gdb-ui.el (gdb-debug-ring-max): Rename from
501         gdb-debug-log-length.
502         (gdb-debug-ring): Rename from gdb-debug-log-ring.  Don't make
503         it a real ring but...
504         (gud-gdba-marker-filter): ...make it work like mark-ring.
505         (gdb-enable-debug): Rename from gdb-enable-debug-log.
506         (gdb-mouse-jump): New function.  Add bindings.
508 2006-02-23  Nick Roberts  <nickrob@snap.net.nz>
510         * progmodes/gdb-ui.el (gdb-signalled): New variable and function.
511         (gdb-debug-log-ring): Rename from gdb-debug-log and make a ring.
512         (gdb-send, gdb-send-item, gud-gdba-marker-filter): Use it.
513         (gdb-debug-log-length): Customize it's length.
514         (gud-watch, gdb-var-create-handler): Display function::var format
515         but don't use to create variable object.
516         (gdb-var-create-handler): Use message-box in place of message.
517         (gdb-stopped): Call gdb-exited if signalled.
519 2006-02-22  Carsten Dominik  <dominik@science.uva.nl>
521         * textmodes/reftex.el (reftex-locate-file): Remove duplicate function.
523         * textmodes/reftex-vars.el (reftex-try-all-extensions): New option.
525         * textmodes/reftex.el (reftex-locate-file): Search all extensions
526         if `reftex-try-all-extensions' is set.
528         * textmodes/reftex-dcr.el (reftex-view-crossref): New argument to
529         fail silently when there is no valid argument at point.
530         (reftex-view-crossref-when-idle): Call `reftex-view-crossref' with
531         `fail-silently' argument.  From a patch by David Reiter.
533         * textmodes/org.el (org-mark-ring-push, org-mark-ring-goto):
534         New commands.
535         (org-mark-ring): New variable.
536         (org-mark-ring-length): New option.
537         (org-open-at-point, org-goto, org-open-file): Push old position
538         onto the mark ring.
539         (org-add-hook): New function.
540         (org-export-table-remove-special-lines): New option.
541         (org-skip-comments, org-format-org-table-html): Respect new
542         option `org-export-table-remove-special-lines'.
543         (org-open-file): Allow special command configuration for
544         directory link.
545         (org-file-apps): Fix bugs in customize type, added setting
546         for directories.
547         (org-activate-tags, org-format-agenda-item, org-complete)
548         (org-get-tags-at, org-scan-tags, org-make-tags-matcher)
549         (org-get-tags, org-get-buffer-tags, org-open-at-point)
550         (org-link-search, org-make-org-heading-search-string)
551         (org-make-org-heading-camel): Allow @ and 0-9 as tags characters.
552         (org-radio-targets, org-file-link-context-use-camel-case)
553         (org-activate-camels): New options.
554         (org-update-radio-target-regexp, org-all-targets)
555         (org-make-target-link-regexp, org-activate-target-links):
556         New functions.
557         (org-make-org-heading-search-string): New function.
558         (org-store-link, org-insert-link): Use new option
559         `org-file-link-context-use-camel-case'.
560         (org-activate-camels): Use new option `org-activate-camels'.
561         (org-link-regexp): Add mhe prefix.
562         (org-open-at-point, org-store-link): Support for mhe links.
563         (org-mhe-get-message-real-folder, org-mhe-get-message-folder)
564         (org-mhe-get-message-folder-from-index, org-mhe-get-message-num)
565         (org-mhe-get-header, org-follow-mhe-link): New functions.
566         (org-remove-angle-brackets, org-add-angle-brackets):
567         New functions.
568         (org-bracket-link-regexp): New constant.
569         (org-read-date): Fix bug that was rejecting all typed dates.
570         (org-link-search): Make hierarchy above visible after a match.
571         (org-follow-bbdb-link): Inhibit electric mode for BBDB.
572         (org-store-link): Fix bug with link creation when cursor is in
573         an empty line.
574         (org-open-at-point): Fix bug with matching a link.
575         Fixed buggy argument sequence in call to `org-view-tags'.
576         (org-compile-prefix-format): Set `org-prefix-has-tag'.
577         (org-prefix-has-tag): New variable.
578         (org-format-agenda-item): Remove tags from headline
579         if appropriate.
580         (org-agenda-remove-tags-when-in-prefix): New option.
582 2006-02-21  Michael Kifer  <kifer@cs.stonybrook.edu>
584         * ediff-diff.el (ediff-setup-diff-regions, ediff-setup-diff-regions3):
585         Fix the regular expressions.
587 2006-02-21  Richard M. Stallman  <rms@gnu.org>
589         * progmodes/sh-script.el (sh-mode): Set shell type based on file name
590         if there's no other specific basis.
592         * emacs-lisp/unsafep.el (unsafep): Don't treat &rest or &optional
593         as variables at all.
594         (unsafep-variable): Rename arg; doc fix.
596         * abbrevlist.el (list-one-abbrev-table): Add autoload.
598         * calendar/appt.el (diary-selective-display): Add defvar.
600         * sort.el (sort-columns): Use Posix arg syntax for `sort'.
602         * isearch.el (search-whitespace-regexp): Fix custom type.
604         * help.el (describe-key-briefly): Compute interactive args
605         in same was as before previous change.
607         * files.el (enable-local-variables): Doc fix.
609 2006-02-21  Kim F. Storm  <storm@cua.dk>
611         * fringe.el: Cleanup as file is now pre-loaded.
612         (fringe-bitmaps): Initialize unconditionally.
613         (fringe-mode, set-fringe-style): Remove autoload cookies.
615 2006-02-21  Giorgos Keramidas  <keramida@ceid.upatras.gr>  (tiny change)
617         * fringe.el (fringe-bitmaps): Rename `horisontal-bar' to
618         `horizontal-bar'.
619         (fringe-cursor-alist): Use `horizontal-bar'.
621 2006-02-20  Kim F. Storm  <storm@cua.dk>
623         * fringe.el (fringe-bitmaps): Update to new bitmap names.
624         (fringe-indicator-alist, fringe-cursor-alist): Initialize.
626         * loadup.el: Load "fringe" on window systems.
628 2006-02-20  Nick Roberts  <nickrob@snap.net.nz>
630         * progmodes/gud.el (gud-speedbar-buttons): Use shadow face for all
631         out of scope components.
633         * progmodes/gdb-ui.el (gdb-speedbar-auto-raise): Don't enable by
634         default.
636 2006-02-20  Chong Yidong  <cyd@stupidchicken.com>
638         * custom.el (customize-mark-to-save, customize-mark-as-set):
639         Load the symbol first.
641 2006-02-20  Juanma Barranquero  <lekktu@gmail.com>
643         * buff-menu.el (list-buffers-noselect): Turn also "\n" into a
644         strech spec so it doesn't display as "^J" on the header line
645         when `Buffer-menu-use-header-line' is t.
647 2006-02-20  Nick Roberts  <nickrob@snap.net.nz>
649         * speedbar.el (speedbar-make-button): Keep text properties
650         of string arguments if desired.
652         * progmodes/gud.el (gud-speedbar-buttons): Fontify watch
653         expessions.
655         * progmodes/gdb-ui.el (gdb-speedbar-expand-node): Force update
656         of speedbar.
658 2006-02-19  Ryan Yeske  <rcyeske@gmail.com>
660         * ffap.el (ffap-read-file-or-url): Bind `completion-ignore-case'
661         to value of `read-file-name-completion-ignore-case'.
663 2006-02-19  Chong Yidong  <cyd@stupidchicken.com>
665         * custom.el (customize-mark-as-set): Push to `user' theme.
667         * cus-edit.el (custom-save-variables): Allow unthemed values.
668         (customize-set-variable): Push setting to `user' theme.
670 2006-02-19  Nick Roberts  <nickrob@snap.net.nz>
672         * progmodes/gud.el: Don't require font-lock as it's now
673         automatically loaded.
674         (gud-speedbar-buttons): Replace gdb-var-changed with
675         gdb-force-update.
677         * progmodes/gdb-ui.el (gdb-force-update): Rename from
678         gdb-var-changed.
679         (gdb-post-prompt): Use it.
680         (gdb-var-create-handler, gdb-var-evaluate-expression-handler)
681         (gdb-var-update-handler, gdb-var-delete)
682         (gdb-speedbar-expand-node, gdb-var-list-children-handler-1)
683         (gdb-var-update-handler-1): Don't set gdb-var-changed, just set
684         gdb-force-update in gdb-post-prompt.
685         (gdb-reset): Clear watch expressions from speedbar when quitting.
687 2006-02-19  Michael Kifer  <kifer@cs.stonybrook.edu>
689         * viper-cmd.el (viper-insert-state-post-command-sentinel)
690         (viper-change-state-to-vi, viper-change-state-to-emacs):
691         Make aware of cursor coloring in the Emacs state.
692         (viper-special-read-and-insert-char): Use read-char-exclusive.
693         (viper-minibuffer-trim-tail): Workaround for fields in minibuffer.
695         * viper-init.el (viper-emacs-state-cursor-color): New variable.
697         * viper-util.el (viper-save-cursor-color)
698         (viper-get-saved-cursor-color-in-replace-mode)
699         (viper-get-saved-cursor-color-in-insert-mode)
700         (viper-restore-cursor-color): Make aware of the cursor color in Emacs
701         state.
702         (viper-get-saved-cursor-color-in-emacs-mode): New function.
704         * ediff-diff.el (ediff-ignore-case, ediff-ignore-case-option)
705         (ediff-ignore-case-option3, ediff-actual-diff-options)
706         (ediff-actual-diff3-options): New variables to control case sensitivity.
707         (ediff-make-diff2-buffer, ediff-setup-fine-diff-regions)
708         (ediff-setup-diff-regions3): Make aware of case-sensitivity.
709         (ediff-toggle-ignore-case): New function.
710         (ediff-extract-diffs, ediff-extract-diffs3): Preserve point in buffers.
712         * ediff-help.el (ediff-long-help-message-narrow2)
713         (ediff-long-help-message-compare2, ediff-long-help-message-compare3)
714         (ediff-long-help-message-word-mode): Add ignore-case command.
715         (ediff-help-for-quick-help): Add ignore-case command.
717         * ediff-merg.el: Move provide to the end.
719         * ediff-ptch.el: Move provide to the end.
721         * ediff-wind.el: Move provide to the end.
723         * ediff-mult.el: Move provide to the end.
724         (ediff-set-meta-overlay): Enable follow-link.
726         * ediff.el: Move provide to the end.
727         Break recursive load cycle in eval-when-compile.
728         (ediff-patch-buffer): Better heuristics.
730         * ediff-util.el: Move provide to the end.
731         Break recursive load cycle in eval-when-compile.
732         (ediff-setup-keymap): Add binding for #c.  Replace some defsubsts with
733         defuns.
734         (ediff-submit-report): Pass the values of ediff-diff3-program,
735         ediff-diff3-options.
737 2006-02-19  Juanma Barranquero  <lekktu@gmail.com>
739         * help-fns.el (help-do-arg-highlight): Recognize also ARG- followed by
740         the opening bracket of the following bracketing pairs: {}, [], (), <>,
741         `' (for example, in the docstring of `windmove-default-keybindings').
743 2006-02-19  Nick Roberts  <nickrob@snap.net.nz>
745         * progmodes/gud.el (gud-speedbar-buttons): Update properly for
746         shadow face.  Don't provide binding to edit variable when it is
747         out of scope.
749         * progmodes/gdb-ui.el (gdb-var-evaluate-expression-handler)
750         (gdb-var-update-handler): Detect out of scope variables with pre
751         GDB 6.4 too.
752         (gdb-post-prompt): Revert change from 2006-02-17 (force update).
753         Reset status of variable objects to nil in update handlers.
754         (gdb-var-update-handler-1): Detect when a variable object comes
755         in scope.  setcar on var changes gdb-var-list directly.
757 2006-02-17  Juri Linkov  <juri@jurta.org>
759         * ffap.el (ffap) <defface>: Add explicit face declaration.
760         (ffap-highlight): Use face `ffap' directly instead of checking
761         for its existence.
763         * icomplete.el (icomplete-get-keys): Use `t' for the second arg
764         `visible-ok' of `other-buffer' to find the right original buffer.
766         * info.el (Info-search): Skip `Local Variables' node.
768 2006-02-17  Juri Linkov  <juri@jurta.org>
770         * info.el (Info-find-file): Check for symbols `apropos', `history',
771         `toc' in the input filename, and return these symbols as is.
772         (Info-find-node-2): Set Info-current-file to symbols `apropos',
773         `history', `toc' instead of strings.
774         (Info-set-mode-line): For non-string Info-current-file use the
775         symbol's name inside **.
776         (Info-isearch-push-state): Add quote before Info-current-file and
777         Info-current-node.
778         (Info-isearch-pop-state): Use `equal' instead of `string='.
779         (Info-extract-pointer, Info-following-node-name): Use
780         `match-string-no-properties' instead of `match-string'.
781         (Info-up): Check `old-file' for `stringp'.
782         (Info-history): Use `equal' instead of `string-equal'.
783         Check `file' for `stringp'.
784         (Info-history): Use symbol `history' instead of string as first arg
785         of `Info-find-node'.
786         (Info-toc): Check `Info-current-file' for `stringp'.  Use symbol
787         `toc' instead of string.
788         (Info-extract-menu-node-name): Use `buffer-substring-no-properties'
789         instead of `buffer-substring', and `match-string-no-properties'
790         instead of `match-string'.
791         (Info-index-nodes): Check for symbols `apropos', `history', `toc'
792         instead of strings.
793         (info-apropos): Use `Info-find-node' instead of `Info-goto-node'.
794         Use symbol `apropos' instead of string.
795         (Info-copy-current-node-name): Check `Info-current-file' for
796         `stringp' and construct a command with `Info-find-node' from it.
797         (Info-fontify-node): Use `match-string-no-properties' instead of
798         `match-string' and check file names for `stringp'.
799         (Info-desktop-buffer-misc-data): Check for symbols `apropos',
800         `history', `toc' instead of strings.
802 2006-02-17  Chong Yidong  <cyd@stupidchicken.com>
804         * files.el: Rearrange functions and variables in the file local
805         variables section.
807 2006-02-17  Reiner Steib  <Reiner.Steib@gmx.de>
809         * files.el: Add truncate-lines, ispell-check-comments and
810         ispell-local-dictionary as safe local variables.
812 2006-02-18  Nick Roberts  <nickrob@snap.net.nz>
814         * progmodes/gud.el (gud-speedbar-buttons): Use shadow face for
815         out of scope variables.
816         (gud-speedbar-buttons): Use unless.
818         * progmodes/gdb-ui.el (gdb-var-list): Update doc string.
819         (gdb-init-1, gdb-var-changed): Set gdb-var-changed to t initially.
820         (gdb-show-changed-values): Also use for out of scope variables.
821         (gdb-var-update-handler-1): Note if variable goes out of scope.
823 2006-02-17  Ryan Yeske  <rcyeske@gmail.com>
825         * net/rcirc.el (rcirc-connect): Make all arguments optional, and
826         default to global variable values for unsupplied args.
827         (rcirc-get-buffer-create): Fix bug with setting the target.
828         (rcirc-any-buffer): Rename from rcirc-get-any-buffer, and include
829         test for rcirc-always-use-server-buffer-flag here.
830         (rcirc-response-formats): Add %N, which is a facified nick.  %n
831         uses the default face.  Change the ACTION format string.  If the
832         "nick" is the server, don't print anything for that field.
833         Comment fixes.
834         (rcirc-target-buffer): Don't test
835         rcirc-always-use-server-buffer-flag here.
836         (rcirc-print): Squeeze extra spaces out of the text before message.
837         (rcirc-put-nick-channel): Strip potential "@" char from nick
838         before adding them to nick table.
839         (rcirc-url-regexp): Improve to match address like "foo.com".
841 2006-02-17  Eli Zaretskii  <eliz@gnu.org>
843         * allout.el (allout-hidden-p): Move this defsubst before
844         allout-overlay-interior-modification-handler, where it is first
845         used.
847 2006-02-17  Ken Manheimer  <ken.manheimer@gmail.com>
849         * allout.el: Use allout invisible-text overlays instead of
850         selective display for concealed text.  Also, lots of general
851         cleanup, and improved compatibility code.
853         (allout-version) Incremented, corrected, revised, and refined
854         module commentary.
856         (provide 'allout): Moved to the bottom, added a require of overlay.
858         (allout-encrypt-unencrypted-on-saves): Defaults to t instead of
859         `except-current'.
860         (allout-write-file-hook-handler): Minimize delay.
861         (count-trailing-whitespace-region): New function so
862         auto-encryption of current topic can resituate cursor exactly.
863         PGP/GPG encryption trims trailing whitespace from lines, which
864         must be accounted for across encryption then decryption.
866         (allout-command-prefix): Now defaults to "\C-c<space>" rather than
867         just plain "\C-c", to avoid intruding on user's keybinding space.
869         (allout-toggle-current-subtree-encryption): Pass along fetch-pass
870         parameter, so user request to provide a new password is done.
872         (allout-outside-normal-auto-fill-function, allout-auto-fill):
873         Refined mechanism for auto-filling behavior while in allout mode.
875         (allout-mode): Explicitly specify the mode map in the docstring.
876         Clarify provision for various write-file hook var names.
877         Adjusted for invisible-text overlays instead of selective-display.
879         (allout-depth): Really return 0 if not within any topic.  This
880         rectifies `allout-beginning-of-level' and sequence numbering
881         errors that occur when cutting and pasting numbered topics.
882         Changed from a in-line subst to a regular function, as well.
884         (allout-pre-next-prefix): Renamed from allout-pre-next-preface.
886         (allout-end-of-subtree, allout-end-of-subtree)
887         (allout-end-of-entry, allout-end-of-current-heading)
888         (allout-next-visible-heading, allout-open-topic, allout-show-entry)
889         (allout-show-children, allout-show-to-offshoot)
890         (allout-hide-current-entry, allout-show-current-entry): Rectified
891         handling of trailing blank lines between items.
893         (allout-line-boundary-regexp, set-allout-regexp, allout-depth)
894         (allout-current-depth, allout-unprotected, allout-hidden-p)
895         (allout-on-current-heading-p, allout-listify-exposed)
896         (allout-chart-subtree, allout-goto-prefix)
897         (allout-back-to-current-heading, allout-get-body-text)
898         (allout-snug-back, allout-flag-current-subtree, allout-show-all)
899         (allout-hide-region-body, allout-toggle-subtree-encryption)
900         (allout-encrypt-string, allout-encrypted-key-info)
901         (allout-next-topic-pending-encryption, allout-encrypt-decrypted)
902         (allout-file-vars-section-data): Adjusted for use with
903         invisible-text overlays instead of selective-display.
905         (allout-kill-line, allout-kill-topic, allout-yank-processing):
906         Reworked for use with invisible text overlays.
908         (allout-current-topic-collapsed-p): New function.
910         (allout-hide-current-subtree): Use allout-current-topic-collapsed-p
911         to know when to close the containing topic.
913         (allout-pre-command-business, allout-post-command-business):
914         Simplify undo-batching and dynamic isearch exposure.
916         (allout-set-overlay-category): New for invisible-text overlays.
917         Sets properties of allout-overlay-category, used by
918         allout-flag-region to set invisible-text overlay properties.
919         (allout-get-invisibility-overlay): Get the first qualifying
920         invisibility overlay, so we can find the extent of it.
921         (allout-back-to-visible-text): Get to just before the beginnining
922         of the current invisibility overlay, if any.
924         (allout-overlay-insert-in-front-handler)
925         (allout-overlay-interior-modification-handler)
926         (allout-before-change-handler, allout-isearch-end-handler): New
927         functions to handle extraordinary actions affecting concealed
928         text.
930         (allout-flag-region): Use overlays instead of selective-display
931         for invisible text - by inheritence from the properties of
932         allout-overlay-category in mainline Emacs, and applied
933         property-by-property in XEmacs, some recent versions of which
934         don't inherit the properties from the category.  Provisions to
935         respond to concealed-text edits simplified drastically.
937         (allout-isearch-rectification, allout-isearch-was-font-lock)
938         (allout-isearch-expose, allout-enwrap-isearch)
939         (allout-isearch-abort, allout-pre-was-isearching)
940         (allout-isearch-prior-pos, allout-isearch-did-quit)
941         (allout-isearch-dynamic-expose)
942         (allout-hide-current-entry-completely): Functions deleted.
944         (allout-undo-aggregation): Explicit undo aggregation no longer
945         necessary due to transition away from selective-display.
947         (set-allout-regexp, allout-up-current-level)
948         (allout-next-visible-heading, allout-forward-current-level)
949         (allout-open-topic, allout-reindent-body, allout-rebullet-topic)
950         (allout-kill-line, allout-yank-processing, allout-show-children)
951         (allout-expose-topic, allout-old-expose-topic)
952         (allout-listify-exposed, allout-insert-latex-header)
953         (allout-toggle-subtree-encryption, allout-encrypt-string)
954         (remove-from-invisibility-spec, allout-hide-current-subtree):
955         Ditched unused variables.
957 2006-02-17  Agustin Martin  <agustin.martin@hispalinux.es>
959         * textmodes/ispell.el (ispell-change-dictionary): Call
960         ispell-buffer-local-dict instead of
961         ispell-accept-buffer-local-defs.
962         (ispell-local-dictionary-alist): Accept as valid any coding-system
963         supported by Emacs.
964         (ispell-dictionary-alist-3): Esperanto dictionary's coding system
965         changed to iso-8859-3.
967 2006-02-17  Nick Roberts  <nickrob@snap.net.nz>
969         * speedbar.el (speedbar-frame-width): Make an inline function
970         instead of a macro.  Use frame-width.
971         (speedbar-try-completion, speedbar-update-contents)
972         (speedbar-timer-fn): Use consp.
973         (speedbar-update-localized-contents): Try to preserve point.
975         * progmodes/gdb-ui.el (gdba, gdb-var-list): Improve doc strings.
976         (menu): Re-order menu items.
977         (gdb-var-update-regexp, gdb-var-update-regexp-1): Match "in_scope"
978         field.
979         (gdb-var-update-handler-1): Use it for GDB 6.4+.
980         (gdb-post-prompt): Speed things by not forcing update.
982 2006-02-16  Chong Yidong  <cyd@stupidchicken.com>
984         * wid-edit.el (widget-button-click): For mouse-1, cancel button
985         press and perform default action if we get a mouse movement event.
987 2006-02-16  Juanma Barranquero  <lekktu@gmail.com>
989         * calendar/icalendar.el (icalendar--get-event-property)
990         (icalendar--get-event-property-attributes): Fix typos in
991         docstrings.
993         * progmodes/flymake.el (flymake-fix-file-name): Fix typo in
994         docstring.
996 2006-02-15  Juanma Barranquero  <lekktu@gmail.com>
998         * bs.el (bs-mode): Use `buffer-disable-undo'.
999         (bs--get-file-name): Simplify.
1000         (bs-show-in-buffer): Mark the buffer as not modified.
1002 2006-02-14  Chong Yidong  <cyd@stupidchicken.com>
1004         * wid-edit.el (widget-keymap): Bind down-mouse-1 to
1005         widget-button-click.
1007         * cus-edit.el (custom-mode-map): Remove mouse-1 binding.
1008         (custom-mode): Update docstring.
1010         * cus-theme.el (custom-new-theme-mode-map): Remove mouse-1
1011         binding.
1013         * files.el (hack-local-variables-confirm): Allow scrolling if the
1014         file variable list is too long.  Kill temp buffer after use.
1016 2006-02-15  Nick Roberts  <nickrob@snap.net.nz>
1018         * progmodes/gud.el (gdb): Improve doc string.
1019         (gdb-script-font-lock-keywords): Expand allowed character set.
1021         * progmodes/gdb-ui.el (gdb-use-separate-io-buffer)
1022         (gdb-display-separate-io-buffer, gdb-frame-separate-io-buffer)
1023         (gdb-separate-io-interrupt, gdb-separate-io-quit)
1024         (gdb-separate-io-stop, gdb-separate-io-eof):
1025         Rename from gdb-inferior-* to gdb-separate-*.
1026         (gdb-set-gud-minor-mode-existing-buffers-1): Improve doc string.
1028 2006-02-14  Jay Belanger  <belanger@truman.edu>
1030         * calc/calc-arith.el (math-check-known-scalarp): Make sure
1031         expression is a symbol before checking that it is bound.
1033         * calc/calcalg2.el (math-integrate-by-parts): Do a more careful
1034         test to see if equation can be solved.
1036 2006-02-14  Chong Yidong  <cyd@stupidchicken.com>
1038         * wid-edit.el (widget-button-click): Use :pressed-face property
1039         for overlay face, if it exists.
1041         * cus-edit.el (custom-manual, custom-add-see-also)
1042         (custom-add-parent-links, custom-group-link): Add :pressed-face
1043         property to links.
1045         * files.el (hack-local-variables): Remove ignored variables before
1046         checking if any variables need setting.
1048 2006-02-14  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
1050         * cus-start.el (all): Add x-gtk-whole-detached-tool-bar.
1052 2006-02-14  Juanma Barranquero  <lekktu@gmail.com>
1054         * help.el (where-is): Fix message for remapped commands.
1056         * mwheel.el (mouse-wheel-click-event, mouse-wheel-mode):
1057         Fix typos in docstrings.
1059 2006-02-13  Chong Yidong  <cyd@stupidchicken.com>
1061         * files.el (safe-local-variable-values): New option.
1062         (hack-local-variables-prop-line): Return a list of variable-value
1063         pairs if MODE-ONLY is non-nil.
1064         (hack-local-variables): Construct list of variable-value pairs,
1065         and apply or reject them in one go.  Ask for confirmation if
1066         variables are not known safe.
1067         (hack-local-variables-confirm): Complete rewrite.  Support
1068         `safe-local-variable-values'.
1069         (enable-local-variables): Update docstring to reflect new
1070         behavior.
1071         (ignored-local-variables): Ignore ignored-local-variables and
1072         safe-local-variable-values.
1073         (safe-local-variable-p): New function.
1074         (risky-local-variable-p): `safe-local-variable' property check
1075         moved to safe-local-variable-p.
1076         (hack-one-local-variable): Checks moved to hack-local-variables.
1078         (byte-compile-dynamic, c-basic-offset, c-file-style)
1079         (c-indent-level, comment-column, fill-column, fill-prefix)
1080         (indent-tabs-mode, kept-new-versions, no-byte-compile)
1081         (no-update-autoloads, outline-regexp, page-delimiter)
1082         (paragraph-start, paragraph-separate, sentence-end)
1083         (sentence-end-double-space tab-width, version-control):
1084         Add `safe-local-variable' property.
1086         * find-lisp.el: Delete nonexistent `autocompile' file variable.
1088         * icomplete.el, play/landmark.el: Change nonexistent
1089         `outline-layout' file variable to `allout-layout'.
1091 2006-02-14  Nick Roberts  <nickrob@snap.net.nz>
1093         * progmodes/gdb-ui.el (gud-watch, gdb-invalidate-registers-1)
1094         (gdb-get-changed-registers): Test value of gud-minor-mode relative
1095         to gud-comint-buffer.
1096         (gdb-speedbar-expand-node, gdb-locals-mode): Use functions in
1097         gdb-ui.el for gdb-mi.el.
1098         (gdb-post-prompt, gdb-get-changed-registers): Move test for
1099         registers buffer to gdb-get-changed-registers.
1100         (gdb-breakpoint-regexp): New regexp.  Allow toggling and
1101         deletion of catchpoints (throw and catch).
1102         (gdb-toggle-breakpoint, gdb-delete-breakpoint)
1103         (gdb-goto-breakpoint): Use it for both gdb-ui and gdb-mi.
1104         (gdb-find-file-hook, gdb-set-gud-minor-mode-existing-buffers-1)
1105         (gdb-var-list-children-1, gdb-info-breakpoints-custom)
1106         (gdb-var-update-1, gdb-invalidate-locals-1): Use also for gdb-mi.
1108 2006-02-13  Jay Belanger  <belanger@truman.edu>
1110         * calc/calc-arith.el (math-check-known-matrixp): Make sure
1111         expression is a symbol before checking that it is bound.
1113 2006-02-13  Richard M. Stallman  <rms@gnu.org>
1115         * mouse.el (mouse-drag-mode-line-1): Use mouse-drag-move-window-bottom
1116         for the minibuffer too, but not if resize-mini-windows will interfere.
1118         * help.el (describe-key-briefly, describe-key): Do all arg-reading
1119         inside `interactive' spec.
1120         (describe-key-briefly-internal, describe-key-internal):
1121         Functions merged back into their callers.
1123 2006-02-13  Martin Rudalics  <rudalics@gmx.at>  (tiny change)
1125         * info.el (info-xref-visited): Inherit from info-xref too.
1126         (Info-set-mode-line): Replace occurrences of `%' by `%%'
1127         when propertizing Info-current-file and Info-current-node.
1129 2006-02-13  Juri Linkov  <juri@jurta.org>
1131         * tumme.el (tumme-thumbnail-storage): Fix docstring.
1132         (tumme-thumb-name): Fix per-directory format.
1134 2006-02-13  Juanma Barranquero  <lekktu@gmail.com>
1136         * subr.el (substitute-key-definition): Doc fix (hide internal arg).
1138 2006-02-12  Miles Bader  <miles@gnu.org>
1140         * net/rcirc.el (rcirc-format-response-string): Fix small bugs.
1142 2006-02-13  Mathias Dahl  <mathias.dahl@gmail.com>
1144         * tumme.el: Remove history section.  If someone needs the it, it
1145         can always be found in CVS.
1147 2006-02-12  Mathias Dahl  <mathias.dahl@gmail.com>
1149         * tumme.el (tumme-thumbnail-storage): Update docstring.  Add info
1150         about the Thumbnail Managing Standard option.
1152 2006-02-12  Richard M. Stallman  <rms@gnu.org>
1154         * subr.el (substitute-key-definition): Doc fix.
1156         * simple.el (blink-matching-paren-dont-ignore-comments): Doc fix.
1158         * files.el (magic-mode-alist): Don't use `\\s ' in regexps.
1160         * info.el (Info-mode): Doc fix.
1162         * progmodes/ebrowse.el (ebrowse-global-prefix-key): Change to C-c C-m.
1164 2006-02-12  Michael Albinus  <michael.albinus@gmx.de>
1166         * net/tramp.el (tramp-remote-path): Add "/usr/xpg4/bin" on top,
1167         because on Solaris a POSIX compatible "id" is needed.  Reported by
1168         Magnus Henoch <mange@freemail.hu>.
1170 2006-02-12  Juri Linkov  <juri@jurta.org>
1172         * tumme.el: Remove todo item about Thumbnail Managing Standard.
1173         (tumme) <defgroup>: Change :group to `multimedia'.
1174         (tumme-thumbnail-storage): Add choice `standard' for Thumbnail
1175         Managing Standard.
1176         (tumme-cmd-create-thumbnail-options): Use %w and %h instead of %s.
1177         Fix dostring.
1178         (tumme-cmd-create-temp-image-options): Use %w and %h instead of %x
1179         and %y.  Fix docstring.
1180         (tumme-cmd-pngnq-program, tumme-cmd-pngcrush-program)
1181         (tumme-cmd-create-standard-thumbnail-command): New user options.
1182         (tumme-thumb-size): Set default to 128 if tumme-thumbnail-storage
1183         is `standard'.  Fix docstring.
1184         (tumme-thumb-width, tumme-thumb-height): New user options.
1185         (tumme-external-viewer): Try to find various viewers.
1186         (tumme-get-thumbnail-image): Use `create-image' instead of
1187         constructing the `image' structure.
1188         (tumme-insert-thumbnail): Use `png' if tumme-thumbnail-storage is
1189         `standard'.
1190         (tumme-thumb-name): Add file name generation for standard storage.
1191         Simplify code for other storages.
1192         (tumme-thumb-name): Use width %w and height %h instead of size %s.
1193         Add modification time %m and thumbnail-nq8 %q.
1194         Use `tumme-cmd-create-standard-thumbnail-command' if
1195         tumme-thumbnail-storage is `standard'.
1196         (tumme-dired-insert-marked-thumbs): New autoload command.
1197         (tumme-dired-after-readin-hook): New function.
1198         (tumme-line-up-dynamic): Use `tumme-thumb-width' instead of
1199         `tumme-thumb-size'.
1200         (tumme-display-image): Replace size-x %x and size-y %y with
1201         width %w and height %h.
1203         * dired.el (dired-mode-map): Bind `\C-t\C-t' to
1204         `tumme-dired-insert-marked-thumbs'.
1206 2006-02-12  Mathias Dahl  <mathias.dahl@gmail.com>
1208         * tumme.el (tumme-write-tag): Fix small bug (file name did not
1209         include path).
1210         (tumme-mark-tagged-files): Fix bug in regexp used to find rows
1211         matching tag.
1213 2006-02-12  Miles Bader  <miles@gnu.org>
1215         * net/rcirc.el (rcirc-nick-abbrevs, rcirc-response-formats):
1216         New variables.
1217         (rcirc-abbrev-nick): New function.
1218         (rcirc-format-response-string): Rewrite to use the formats in
1219         `rcirc-response-formats' and expand escape sequences therein.
1220         A text-property `rcirc-text' is added over the actual response
1221         text to make easy to find inside the returned string.
1222         (rcirc-print): When filling, just look for the `rcirc-text'
1223         text-property to find the appropriate fill prefix, instead of
1224         using hardwired patterns.
1226 2006-02-11  Mathias Dahl  <brakjoller@hotmail.com>
1228         * tumme.el: Enhance some docstrings.  Add todo item about Thumbnail
1229         Managing Standard.
1231 2006-02-11  Kim F. Storm  <storm@cua.dk>
1233         * ido.el (ido-buffer-internal): Set mark for ido-insert-buffer.
1234         Don't use insert-buffer; do insert-buffer-substring directly.
1235         (ido-file-internal): Set mark for ido-insert-file.  Use insert-file-1.
1237 2006-02-11  Martin Rudalics  <rudalics@gmx.at>
1239         * files.el (revert-buffer, recover-file): Replace buffer-read-only
1240         with inhibit-read-only.  Suggested by Stefan Monnier.
1241         (revert-buffer): Let insert-file-contents discard
1242         buffer-undo-list.  Simplify code.
1243         (find-file, find-file-existing, revert-buffer): Doc-string fixes.
1245 2006-02-11  Eli Zaretskii  <eliz@gnu.org>
1247         * menu-bar.el (menu-bar-select-yank): Add a doc string.
1249         * help.el (describe-key-briefly): Now a wrapper for
1250         describe-key-briefly-internal.  Bind enable-disabled-menus-and-buttons
1251         to t.  Populate yank-menu if empty.
1252         (describe-key-briefly-internal): Renamed from describe-key-briefly.
1253         (describe-key): Now a wrapper for describe-key-internal.  Bind
1254         enable-disabled-menus-and-buttons to t.  Populate yank-menu if empty.
1255         (describe-key-internal): Renamed from describe-key.
1257 2006-02-11  Milan Zamazal  <pdm@zamazal.org>
1259         * progmodes/glasses.el (glasses-separator): Doc fix.
1260         (glasses-original-separator): New defcustom.
1261         (glasses-make-readable, glasses-convert-to-unreadable): Use it.
1263 2006-02-11  Martin Rudalics  <rudalics@gmx.at>
1265         * mwheel.el (mouse-wheel-up-event): Doc fix.
1267 2006-02-11  Mathias Dahl  <brakjoller@hotmail.com>
1269         * tumme.el (tumme-dir): Change default value to "~/.emacs.d/tumme/".
1270         (tumme-dir): New function.  Copied from thumbs.el.
1272 2006-02-10  Juanma Barranquero  <lekktu@gmail.com>
1274         * desktop.el (desktop-outvar): Fix typo.
1275         (desktop-save-buffer-p): Doc fix.
1277         * subr.el (substitute-key-definition): Fix typo.
1279 2006-02-10  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
1281         * frame.el (select-frame-set-input-focus): Call x-focus-frame also
1282         when window-system is mac.
1284         * term/mac-win.el (fontset-standard): Rename from "fontset-mac".
1286 2006-02-10  Kim F. Storm  <storm@cua.dk>
1288         * subr.el (substitute-key-definition-key): Pass t for NOERROR to
1289         indirect-function instead of using condition-case.
1291 2006-02-10  Mathias Dahl  <mathias.dahl@gmail.com>
1293         * tumme.el (tumme-copy-with-exif-file-name): Try to make docstring
1294         less `colloquial'...
1296 2006-02-09  Mathias Dahl  <mathias.dahl@gmail.com>
1298         * tumme.el: Add a couple of todo items.
1300 2006-02-09  Lars Hansen  <larsh@soem.dk>
1302         * hilit-chg.el: Add highlight-changes-mode to desktop-locals-to-save.
1303         (highlight-changes-mode): Don't change desktop-locals-to-save.
1305 2006-02-09  Chong Yidong  <cyd@stupidchicken.com>
1307         * image-mode.el (image-toggle-display): Clear image cache if using
1308         filename.
1310 2006-02-09  Masatake YAMATO  <jet@gyve.org>
1312         * dired-x.el (dired-guess-shell-alist-default): Add .man as
1313         a `dired-man' target.
1315         * progmodes/autoconf.el (autoconf-font-lock-keywords): Check start
1316         boundary of symbols.
1318 2006-02-08  Peter Doornbosch  <peter.doornbosch@luminis.nl>  (tiny change)
1320         * vc-svn.el (vc-svn-print-log): Show recent commits as well.
1322 2006-02-09  Juanma Barranquero  <lekktu@gmail.com>
1324         * hilit-chg.el (hilit-chg-update-all-buffers): Use `mapc' instead of
1325         `mapcar'; return nil.
1327 2006-02-08  Chong Yidong  <cyd@stupidchicken.com>
1329         * mouse.el (mouse-drag-track): Don't change window if we rebind to
1330         some other event.
1332 2006-02-08  Ryan Yeske  <rcyeske@gmail.com>
1334         * net/rcirc.el (rcirc-startup-channels-alist):
1335         Add irc.freenode.net and #emacs as defaults.
1336         (rcirc-ignore-all-activity-flag): Remove variable.
1337         (rcirc-authinfo): New variable.
1338         (rcirc-authinfo-filename): Remove variable.
1339         (rcirc-always-use-server-buffer-flag): New flag.
1340         (rcirc): M-x rcirc will automatically connect without prompting.
1341         C-u M-x rcirc will prompt.  Use rcirc-connect to create a
1342         connection in lisp.
1343         (rcirc-process-server-response-1): Remove everything but the nick
1344         portion of the sender so it doesn't need to be done everywhere
1345         else.  Update related code.
1346         (global-map): Remove global keybindings.
1347         (rcirc-get-buffer-create): Make sure rcirc-topic is set.
1348         (rcirc-send-input): Split into several functions.
1349         (rcirc-process-input-line, rcirc-process-message)
1350         (rcirc-process-command): New functions.
1351         (rcirc-target-buffer): New function to determine where to route
1352         messages.
1353         (rcirc-user-nick): Save match data.
1354         (rcirc-toggle-ignore-buffer-activity)
1355         (rcirc-update-activity-string): Remove global ignore functionality,
1356         which can be done now by toggling rcirc-track-minor-mode.
1357         (rcirc-track-minor-mode-map): New keymap.
1358         (rcirc-track-minor-mode): New minor-mode.
1359         (ignore): Make the ignore output nicer.  Always print it when
1360         adding or removing nicks.
1361         (rcirc-url-regexp): Improve.
1362         (rcirc-mangle-text): Remove properties before using text in the
1363         modeline.
1364         (rcirc-authenticate): Authentication data comes from
1365         rcirc-authinfo, not the file pointed to by rcirc-authinfo-file.
1366         (rcirc-server-prefix): Inherit from rcirc-server.
1368 2006-02-08  Mathias Megyei  <Mathias.Megyei@micronas.com>  (tiny change)
1370         * Makefile.in (compile): Append "|| true" to the end of the `find'
1371         command, like compile-always does.
1373 2006-02-08  Sam Steingold  <sds@gnu.org>
1375         * net/tramp.el (tramp-maybe-open-connection): Do not wait for
1376         output from a dead connection.
1378 2006-02-07  Mathias Dahl  <brakjoller@hotmail.com>
1380         * dired.el (dired-mode-map): Add more bindings for tumme.
1382 2006-02-07  Stefan Monnier  <monnier@iro.umontreal.ca>
1384         * wdired.el (wdired-mode-map): Use remap.
1385         (wdired-get-filename): Massage.
1386         (wdired-perm-mode-map): Don't copy bindings from wdired-mode-map.
1387         (wdired-preprocess-perms, wdired-set-bit, wdired-toggle-bit): Use the
1388         `keymap' property rather than `local-map'.
1390 2006-02-07  Mathias Dahl  <brakjoller@hotmail.com>
1392         * tumme.el (tumme-get-thumbnail-image): New utility function.
1393         Suggested by from Chong Yidong.
1394         (tumme-dired-with-window-configuration): Rename from
1395         `tumme-dired'.  Add code to save window configuration.
1396         (tumme-restore-window-configuration): New command to restore the
1397         window configuration that `tumme-dired-with-window-configuration'
1398         saves before it changes the window configuration.
1399         (tumme-show-all-from-dir): New command to display thumbnails for
1400         all files in a directory entered by the user, like M-x thumbs.
1401         (tumme-display-thumbs): Call `pop-to-buffer' after all thumbnails
1402         have been created.
1403         (tumme-display-thumbnail-original-image): Call `display-buffer'.
1404         (obsolete-tumme-display-thumbnail-original-image-and-buffer):
1405         Remove obsolete test function.
1407 2006-02-07  Juanma Barranquero  <lekktu@gmail.com>
1409         * vc.el (small-temporary-file-directory): Remove defvar; there's
1410         a defcustom for it in files.el.
1412         * tumme.el (tumme-get-thumbnail-image): Add missing arg to `error'.
1413         Fix typo in message.
1414         (tumme-gallery-generate): Fix typo in `error' message.
1415         (tumme-display-window-height-correction)
1416         (tumme-display-window-width-correction, tumme-line-up-dynamic)
1417         (tumme-line-up-interactive): Dox fixes.
1418         (tumme-cmd-rotate-original-options, tumme-display-properties-format)
1419         (tumme-restore-window-configuration, tumme-format-properties-string)
1420         (tumme-create-thumbs, tumme-display-previous-thumbnail-original):
1421         Fix typos in docstrings.
1423 2006-02-07  Chris Moore  <christopher.ian.moore@gmail.com>  (tiny change)
1425         * wdired.el (wdired-get-filename): Fix bug: Don't re-normalize OLD.
1427 2006-02-07  Nick Roberts  <nickrob@snap.net.nz>
1429         * progmodes/gud.el (gud-tooltip-mode): Remove autoload cookie.
1430         User should use hook if desired.
1432         * progmodes/gdb-ui.el (gdb-post-prompt): Regenerate breakpoints
1433         buffer if necessary.
1434         (gdb-delete-frame-or-window): New function.
1435         (gdb-breakpoints-mode-map): Bind "q" to it.
1437 2006-02-06  Stefan Monnier  <monnier@iro.umontreal.ca>
1439         * textmodes/nroff-mode.el: Clean up name space.
1440         (nroff-mode-syntax-table): Remove spurious `1' in the syntax of \n.
1441         (nroff-mode): Obey the global setting of nroff-electric-mode.
1442         (nroff-electric-mode): Use define-minor-mode and derived-mode-p.
1444         * calendar/calendar.el (calendar-increment-month): Typo in last change.
1446 2006-02-06  Thien-Thi Nguyen  <ttn@gnu.org>
1448         * vc-svn.el (vc-svn-previous-version, vc-svn-next-version): New funcs.
1450 2006-02-06  Lars Hansen  <larsh@soem.dk>
1452         * generic-x.el (etc-fstab-generic-mode): Add file system types
1453         cifs and usbdevfs.  Allow special chars in file names.
1455 2006-02-05  Jay Belanger  <belanger@truman.edu>
1457         Update copyright notices of the files in lisp/calc.
1459 2006-02-05  Romain Francoise  <romain@orebokech.com>
1461         Update copyright notices of all files in the lisp/play directory.
1463 2006-02-04  Luc Teirlinck  <teirllm@auburn.edu>
1465         * ldefs-boot.el: Regenerate.
1467         * emacs-lisp/find-func.el (find-definition-noselect): Minor doc fix.
1469 2006-02-05  Kim F. Storm  <storm@cua.dk>
1471         * files.el (magic-mode-regexp-match-limit): New defvar.
1472         (set-auto-mode): Use it to limit magic-mode-alist matching.
1474 2006-02-04  Kevin Rodgers  <ihs_4664@yahoo.com>
1476         * simple.el (display-message-or-buffer): Compare the number of
1477         characters to the frame width when determining whether a 1-line
1478         message string will fit in the echo area.  Count screen lines
1479         instead of buffer lines when determining whether a multi-line
1480         message will fit in the echo area/minibuffer window.
1482 2006-02-04  Eli Zaretskii  <eliz@gnu.org>
1484         * info.el (Info-index, Info-mode): Improve the description of the
1485         `i' command.
1487         * ldefs-boot.el: Regenerate.
1489 2006-02-03  Werner Lemberg  <wl@gnu.org>
1491         * textmodes/nroff-mode.el (nroff-font-lock-keywords): Don't be
1492         greedy to find the closing bracket in \*[...] and similar
1493         expressions.  This is a first rough fix -- many additional
1494         refinements are necessary to make nroff mode really usable with groff.
1496 2006-02-03  Jens Petersen  <petersen@redhat.com>  (tiny change)
1498         * international/mule-cmds.el (set-locale-environment):
1499         Add "/usr/share/X11/locale/locale.alias" to search list for xorg-x11
1500         libX11.
1502 2006-02-03  Joe Wells  <jbw@macs.hw.ac.uk>  (tiny change)
1504         * arc-mode.el (archive-maybe-copy): Fix the way directories in the
1505         archive are created in archive-tmpdir.
1507 2006-02-02  John Paul Wallington  <jpw@pobox.com>
1509         * ibuffer.el (ibuffer-compressed-file-name-regexp): New defcustom.
1510         (ibuffer-fontification-alist): Use it.
1511         (ibuffer-mode-map): Bind `ibuffer-mark-compressed-file-buffers'
1512         to "* z" and the Ibuffer Mark menu.
1514         * ibuf-ext.el (ibuffer-mark-compressed-file-buffers): New command.
1516 2006-02-02  Stefan Monnier  <monnier@iro.umontreal.ca>
1518         * textmodes/table.el (*table--cell-describe-mode)
1519         (*table--cell-describe-bindings): Undo last change since
1520         print-help-return-message is not obsoleted by anything at all.
1522 2006-02-02  Luc Teirlinck  <teirllm@auburn.edu>
1524         * emulation/cua-base.el (cua-mode): Doc fix.
1526 2006-02-02  Juanma Barranquero  <lekktu@gmail.com>
1528         * dframe.el (dframe-handle-make-frame-visible)
1529         (dframe-handle-iconify-frame, dframe-get-focus)
1530         (dframe-select-attached-frame, dframe-power-click)
1531         (dframe-frame-mode): Fix typos in docstrings.
1533         * ezimage.el (ezimage-mail, ezimage-object-out-of-date)
1534         (ezimage-insert-image-button-maybe, ezimage-insert-over-text):
1535         Fix typos in docstrings.
1537         * hi-lock.el (hi-lock-mode, hi-lock-line-face-buffer)
1538         (hi-lock-face-buffer, hi-lock-font-lock-hook)
1539         (hi-lock-archaic-interface-message-used)
1540         (hi-lock-file-patterns-range): Fix typos in docstrings.
1542         * savehist.el (savehist-loaded, savehist-load, savehist-install)
1543         (savehist-autosave, savehist-trim-history): Fix typos in docstrings.
1545         * mail/mailclient.el (mailclient-place-body-on-clipboard-flag):
1546         Fix typo in docstring.
1548         * net/newsticker.el (newsticker--decode-iso8601-date)
1549         (newsticker--set-customvar, newsticker--buffer-insert-item)
1550         (newsticker--do-run-auto-mark-filter)
1551         (newsticker--parse-generic-feed): Doc fixes.
1552         (newsticker--retrieval-timer-list, newsticker-url-list)
1553         (newsticker-hide-immortal-items-in-echo-area)
1554         (newsticker-hide-obsolete-items-in-echo-area)
1555         (newsticker-new-item-face, newsticker--enclosure)
1556         (newsticker-buffer-update, newsticker-w3m-show-inline-images)
1557         (newsticker--parse-atom-0.3, newsticker--parse-rss-1.0)
1558         (newsticker--parse-generic-feed, newsticker--cache-contains)
1559         (newsticker--stat-num-items, newsticker-download-enclosures):
1560         Fix typos in docstrings.
1562         * net/rcirc.el (rcirc-debug): Doc fix.
1563         (rcirc-fill-column, rcirc-receive-message-hooks)
1564         (rcirc-browse-url-map, rcirc-read-only-flag, rcirc-prompt)
1565         (rcirc-mode, rcirc-generate-new-buffer-name)
1566         (rcirc-startup-channels, rcirc-ignore-update-automatic)
1567         (rcirc-cmd-ignore, rcirc-browse-url, rcirc-url-regexp):
1568         Fix typos in docstrings.
1569         (rcirc-print): "?\ " -> "?\s".
1570         (rcirc-cmd-join): Improve argument/docstring consistency.
1572 2006-02-01  Mark A. Hershberger  <mah@everybody.org>
1574         * xml.el (xml-parse-region): Move save-excursion and set-buffer up
1575         before narrow-to-region.
1577 2006-02-01  Richard M. Stallman  <rms@gnu.org>
1579         * simple.el (move-beginning-of-line): Scan properly for invis change.
1581         * replace.el (multi-occur-in-matching-buffers): Fix prev change.
1583 2006-02-01  Michael Albinus  <michael.albinus@gmx.de>
1585         * net/tramp.el (tramp-convert-file-attributes): Set file's gid
1586         change bit only when id-format is 'integer.  Reported by Matt
1587         Hodges <M.P.Hodges@rl.ac.uk>.
1589 2006-02-01  Juanma Barranquero  <lekktu@gmail.com>
1591         * hilit-chg.el (highlight-changes-initial-state)
1592         (highlight-changes-global-initial-state): Doc fixes.
1593         (highlight-changes-global-modes, global-highlight-changes):
1594         Fix typos in docstrings.
1596 2006-02-01  Kim F. Storm  <storm@cua.dk>
1598         * emulation/cua-base.el (cua-mode): Mention that CUA enables
1599         transient-mark-mode in doc string.
1601 2006-01-31  Richard M. Stallman  <rms@gnu.org>
1603         * replace.el (multi-occur): Doc fix.
1604         (multi-occur-in-matching-buffers): Rename from
1605         multi-occur-by-filename-regexp.  Prefix arg says match
1606         buffer names instead of file names.
1608 2006-01-31  Juanma Barranquero  <lekktu@gmail.com>
1610         * bs.el: Allow non-default values of `bs-header-lines-length'.
1611         (bs--running-in-xemacs): Remove (not needed anymore).
1612         (bs--set-window-height): Simplify by using `fit-window-to-buffer'
1613         instead of `shrink-window', thus avoiding having to compute the
1614         height of the window.
1615         (bs--up): Wrap around even when there's no header.
1616         (bs--down): Use `forward-line' instead of `next-line'.
1618 2006-01-30  Chong Yidong  <cyd@stupidchicken.com>
1620         * image-mode.el (image-toggle-display): Use file name if possible,
1621         instead of unnecessarily allocating a (possibly huge) lisp string.
1623 2006-01-30  John Paul Wallington  <jpw@pobox.com>
1625         * subr.el (toplevel): Define `cl-assertion-failed' condition here
1626         because the `assert' macro signals it at runtime.
1628         * emacs-lisp/cl.el (toplevel): Remove definition of
1629         `cl-assertion-failed' condition.
1631 2006-01-30  Nick Roberts  <nickrob@snap.net.nz>
1633         * thumbs.el (thumbs-marked-list): Make buffer-local and
1634         permanent-local.
1635         (thumbs-insert-thumb): Make help-echo non-sticky.
1636         (thumbs-file-alist): Use eolp as check for (non)-image.
1638 2006-01-30  Juanma Barranquero  <lekktu@gmail.com>
1640         * ediff-mult.el (ediff-meta-buffer-keymap-setup-hook)
1641         (ediff-before-session-group-setup-hooks)
1642         (ediff-default-filtering-regexp, ediff-meta-mark-equal-files):
1643         Fix typos in docstrings.
1645         * window.el (bw-dir, bw-eqdir, balance-windows)
1646         (split-window-keep-point): Fix typos in docstrings.
1648         * textmodes/org.el (org-allow-space-in-links, org-closed-string)
1649         (org-quote-string, org-calendar-to-agenda-key)
1650         (org-agenda-sorting-strategy, org-agenda-use-time-grid)
1651         (org-show-following-heading, org-tags-column)
1652         (org-use-tag-inheritance, org, org-allow-space-in-links)
1653         (org-usenet-links-prefer-google, org-file-apps-defaults-gnu)
1654         (org-enable-table-editor, org-calc-default-modes)
1655         (org-table-allow-automatic-line-recalculation)
1656         (org-export-html-style, org-export-with-fixed-width)
1657         (org-export-with-sub-superscripts, org-special-keyword)
1658         (org-formula, org-time-grid, org-table-may-need-update)
1659         (org-mode, org-goto-ret, org-goto-left, org-goto-right)
1660         (org-goto-quit, org-get-indentation, org-end-of-item)
1661         (org-move-item-down, org-move-item-up)
1662         (org-renumber-ordered-list, org-todo, org-log-done, org-occur)
1663         (org-remove-occur-highlights, org-read-date, org-goto-calendar)
1664         (org-agenda, org-agenda-day-view, org-agenda-previous-date-line)
1665         (org-agenda-log-mode, org-agenda-toggle-diary)
1666         (org-agenda-toggle-time-grid, org-agenda-cleanup-fancy-diary)
1667         (org-agenda-file-to-end, org-agenda-no-heading-message)
1668         (org-agenda-get-closed, org-format-agenda-item)
1669         (org-cmp-priority, org-cmp-category, org-cmp-time)
1670         (org-agenda-change-all-lines, org-agenda-diary-entry)
1671         (org-scan-tags, org-after-todo-state-change-hook, org-tags-view)
1672         (org-link-search, org-camel-to-words, org-open-file)
1673         (org-remember-handler, org-table-convert-region)
1674         (org-table-move-row-down, org-table-move-row-up)
1675         (org-table-copy-region, org-table-wrap-region)
1676         (org-table-toggle-vline-visibility)
1677         (org-table-get-vertical-vector, org-table-modify-formulas)
1678         (org-table-get-specials, org-recalc-commands)
1679         (org-table-rotate-recalc-marks, org-table-eval-formula)
1680         (orgtbl-make-binding, org-in-invisibility-spec-p, org-cycle)
1681         (org-level-color-stars-only, org-insert-heading):
1682         Fix typos in docstrings.
1683         (last-arg): Add defvar.
1685         * makefile.w32-in (WINS): Add erc.
1686         (MH_E_SRC): Update (copied from lisp/Makefile.in).
1688 2006-01-29  Bill Wohler  <wohler@newt.com>
1690         * Makefile.in (MH_E_SRC): Add mh-compat.el, mh-folder.el,
1691         mh-letter.el, mh-limit.el, mh-scan.el, mh-show.el, mh-thread.el,
1692         mh-tool-bar.el, mh-xface.el.  Remove mh-customize.el, mh-init.el.
1693         (mh-autoloads): Don't use comments on otherwise empty lines.
1695 2006-01-29  Edward O'Connor  <ted@oconnor.cx>
1697         * emulation/viper.el (viper-major-mode-modifier-list): Add
1698         insert-state and vi-state entries for erc-mode.
1699         (viper-go-away, viper-set-hooks): Add and remove
1700         viper-comint-mode-hook from erc-mode-hook as appropriate.
1702         * emulation/viper.el (viper-insert-state-mode-list): Add erc-mode.
1704 2006-01-29  Juanma Barranquero  <lekktu@gmail.com>
1706         * bs.el (bs--format-aux): Implement `middle' alignment as
1707         described in the docstring for `bs-attributes-list'.
1708         (bs--get-name): Simplify.  Don't pad the buffer name.
1710 2006-01-27  Agustin Martin  <agustin.martin@hispalinux.es>
1712         * textmodes/ispell.el (ispell-find-aspell-dictionaries): If no
1713         English aspell dictionary is installed, use the first entry of
1714         ispell-dictionary-alist-1.
1716 2006-01-27  Kevin Rodgers  <ihs_4664@yahoo.com>
1718         * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
1719         Doc fix.
1721 2006-01-27  Michael Albinus  <michael.albinus@gmx.de>
1723         * net/tramp-vc.el (vc-user-login-name): Wrap defadvice with a test
1724         for `process-file', in order to let it work for older Emacsen too.
1726 2006-01-27  Eli Zaretskii  <eliz@gnu.org>
1728         * international/latexenc.el: Add a suitable `coding:' tag.
1729         (latexenc-find-file-coding-system): Undo last change.
1731 2006-01-27  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
1733         * international/latexenc.el (latexenc-find-file-coding-system):
1734         Make sure latexenc-main-file is a regular file and is readable.
1736 2006-01-27  Andre Spiegel  <spiegel@gnu.org>
1738         * vc-rcs.el (vc-rcs-fetch-master-state, vc-rcs-consult-headers):
1739         Pass FILE to vc-user-login-name.
1741         * vc-sccs.el (vc-sccs-state): Pass FILE to vc-user-login-name.
1743 2006-01-27  Nick Roberts  <nickrob@snap.net.nz>
1745         * thumbs.el (thumbs-do-thumbs-insertion): Suppress message when
1746         there are no more images to display.
1747         (thumbs-mark, thumbs-unmark): Revert change so that they move to
1748         the next image.
1750 2006-01-26  Richard M. Stallman  <rms@gnu.org>
1752         * cus-edit.el (custom-mode): Doc: Use advertised-widget-backward.
1754         * wid-edit.el (advertised-widget-backward): New alias.
1755         (widget-keymap): Use advertised-widget-backward for S-TAB.
1757         * tumme.el: Correct the keywords.
1758         (tumme-dir-max-size): Use defvar.
1759         (tumme-setup-dired-keybindings, tumme-dired): Add autoload cookie.
1761         * simple.el (move-beginning-of-line): Take account of fields.
1762         (clone-indirect-buffer-other-window): Take args like
1763         clone-indirect-buffer, and work like it.
1765         * help-fns.el (describe-function): Don't pass `nil' as default.
1767         * files.el (risky-local-variable-p): Follow var aliases.
1769         * subr.el (lazy-completion-table): Doc fix.
1771         * mail/rmailsum.el (rmail-make-summary-line-1): Don't set
1772         global binding of `line'.
1774 2006-01-25  Andre Spiegel  <spiegel@gnu.org>
1776         * vc-hooks.el (vc-user-login-name): Rewritten to handle access via
1777         Tramp.
1779         * vc.el (vc-default-dired-state-info): Pass FILE to
1780         vc-user-login-name.
1781         (vc-default-update-changelog): Don't use vc-user-login-name, we
1782         don't need it here.
1784         * tramp-vc.el (vc-user-login-name): Comment out defadvice, it is
1785         no longer necessary.
1787 2006-01-25  Kenichi Handa  <handa@m17n.org>
1789         * international/mule.el (decode-char): Avoid the overhead of
1790         calling utf-lookup-subst-table-for-decode if
1791         utf-translate-cjk-mode is nil.
1792         (encode-char): Avoid the overhead of calling
1793         utf-lookup-subst-table-for-encode if utf-translate-cjk-mode is
1794         nil.
1796 2006-01-22  Kenichi Handa  <handa@m17n.org>
1798         * international/mule.el (make-subsidiary-coding-system): Reset
1799         `coding-system-define-form' property of subsidiaries to nil.
1800         Avoid duplicated entry in coding-system-alist.
1801         (make-coding-system): Avoid duplicated entry in
1802         coding-system-alist.
1803         (define-coding-system-alias): Likewise.
1805 2006-01-24  Luc Teirlinck  <teirllm@auburn.edu>
1807         * completion.el: Minor fixes in introductory comment.
1808         (completion-def-wrapper): Fix alist.
1810 2006-01-25  Nick Roberts  <nickrob@snap.net.nz>
1812         * thumbs.el (thumbs-new-image-size): New function.
1813         (thumbs-increment-image-size-element)
1814         (thumbs-decrement-image-size-element, thumbs-increment-image-size)
1815         (thumbs-decrement-image-size): Delete.
1816         (thumbs-resize-image-1): Rename from thumbs-resize-image.  Keep old
1817         temp files and use to resize.
1818         (thumbs-resize-image): Rename from thumbs-resize-image-interactive.
1819         Use increment argument to enlarge/shrink.  Preserve point.
1820         (thumbs-shrink-image): Rename from thumbs-resize-image-size-down.
1821         (thumbs-enlarge-image): Rename from thumbs-resize-image-size-up
1822         (thumbs-show-thumbs-list): Set thumbs-buffer to current-buffer.
1823         (thumbs-mark, thumbs-unmark): Preserve point.
1824         (thumbs-modify-image): Keep old temp files and use to modify.
1825         Cleanup old temp files at load time.  Preserve point.
1826         (thumbs-view-image-mode-map): Use new command names.
1828 2006-01-24  Stefan Monnier  <monnier@iro.umontreal.ca>
1830         * log-view.el (log-view-minor-wrap): First rev is the one at point.
1832         * calendar/cal-menu.el: Avoid macros from calendar.el so as to break
1833         the nastiest part of the cyclic dependency.
1834         (cal-menu-update): Use dotimes and calendar-increment-month.
1836         * calendar/calendar.el: Remove unnecessary leading stars in docstrings.
1837         (calendar-week-start-day): Add an :initializer.
1838         (calendar-mode-map): Use suppress-keymap, and command remapping.
1839         (describe-calendar-mode): Setup xref-stack info for the back button.
1840         (calendar-star-date): Insert before delete.
1841         (calendar-set-mode-line): Add file-modified info if applicable.
1842         (calendar-increment-month): New function.
1844 2006-01-24  Tobias C. Rittweiler  <tcr@freebits.de>  (tiny change)
1846         * font-lock.el (lisp-font-lock-keywords-2):
1847         Recognize "& keywords" only at word boundaries.
1849 2006-01-24  Nick Roberts  <nickrob@snap.net.nz>
1851         * thumbs.el (thumbs-extra-images): New variable.  Make it buffer-local
1852         and permanent-local.
1853         (thumbs-max-image-number): New variable.
1854         (thumbs-do-thumbs-insertion): Use them.
1855         (thumbs-per-line): Change default to 4.
1856         (thumbs-marked-list): Rename from thumbs-markedL.
1857         (thumbs-cleanup-thumbsdir, thumbs-delete-images)
1858         (thumbs-rename-images): Use -list instead of L for internal variables.
1859         (thumbs-call-convert): Use call-process instead of shell-command.
1860         (thumbs-insert-thumb): Add filename as help-echo to each image.
1861         (thumbs-show-from-dir): Rename from thumbs-show-all-from-dir.
1862         Give dir to thumbs-show-thumbs-list.
1863         (thumbs-show-thumbs-list): Set default-directory to that of images.
1864         (thumbs-dired-show): Rename from thumbs-dired-show-all.
1865         (thumbs-display-thumbs-buffer, thumbs-show-more-images): New functions.
1866         (thumbs-mode-map): Bind "+" to thumbs-show-more-images.
1867         (thumbs-view-image-mode-map): Bind "^" to thumbs-display-thumbs-buffer.
1869 2006-01-23  Stefan Monnier  <monnier@iro.umontreal.ca>
1871         * ses.el (ses-read-cell): Provide a default value.
1873 2006-01-23  Juanma Barranquero  <lekktu@gmail.com>
1875         * term/w32-win.el (image-library-alist): Add additional names for
1876         GIF library.
1878 2006-01-23  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
1880         * international/latexenc.el (latexenc-find-file-coding-system):
1881         Add file-regular-p check.
1883 2006-01-22  Stefan Monnier  <monnier@iro.umontreal.ca>
1885         * simple.el (clone-buffer): Don't show the new buffer in the same
1886         window.
1888 2006-01-23  Juri Linkov  <juri@jurta.org>
1890         * faces.el (link, link-visited): New faces based on default values
1891         of `info-xref' and `info-xref-visited'.
1893         * info.el (info-xref): Inherit from `link'.
1894         (info-xref-visited): Inherit from `link-visited'.
1896         * cus-edit.el (custom-buffer-create-internal): Use widget type
1897         `custom-manual' instead of `info-link' and don't set properties
1898         `button-face' and `mouse-face' explicitly.
1899         (custom-browse-group-tag, custom-browse-variable-tag)
1900         (custom-browse-face-tag): Inherit from widget class
1901         `custom-group-link' instead of `push-button'.
1902         (custom-button-unraised): Inherit from `underline' face.
1903         (custom-link): Inherit from `link' face.  Fix doc and group.
1904         (custom-add-parent-links, custom-group-value-create): Don't set
1905         properties `button-face' and `mouse-face' explicitly for
1906         `custom-group-link' widget.
1907         (custom-group-link): Add properties `button-face' and `mouse-face'
1908         to widget definition.
1909         (custom-field-keymap): New variable.  Put `custom-field-keymap' to
1910         editable-field's :keymap property.
1911         (custom-mode): Fix docstring: substitute keybindings for
1912         `widget-forward' and `widget-backward' from `widget-keymap',
1913         `widget-complete' from `custom-field-keymap', replace old
1914         `Custom-move-and-invoke' with `widget-move-and-invoke'.  Untabify.
1916         * desktop.el (desktop-load-file): Check for `fboundp' before
1917         calling `symbol-function'.
1919         * simple.el (clone-buffer, clone-indirect-buffer)
1920         (clone-indirect-buffer-other-window): Use `read-buffer' instead of
1921         `read-string'.  Fix prompts.
1923         * play/doctor.el (doctor-mode-map): Rename from `doc-mode-map'.
1925 2006-01-23  Nick Roberts  <nickrob@snap.net.nz>
1927         * thumbs.el (thumbs-file-alist): Avoid creating duplicate entries.
1929 2006-01-22  Luc Teirlinck  <teirllm@auburn.edu>
1931         * startup.el (inhibit-splash-screen, initial-scratch-message):
1932         Doc fixes.
1934 2006-01-22  Michael Albinus  <michael.albinus@gmx.de>
1936         Sync with Tramp 2.0.52.
1938         * net/tramp.el, net/tramp-ftp.el, net/tramp-util.el,
1939         net/tramp-vc.el: Add code for unloading Tramp.  See comment before
1940         `tramp-unload-tramp' for checklist.
1942         * net/tramp.el: Require `timer-funcs' instead of `timer' if in
1943         XEmacs.  Contributed by Steve Youngs <steve@sxemacs.org>.
1944         (tramp-unload-file-name-handler-alist)
1945         (tramp-unload-tramp): New defuns.
1946         (tramp-advice-PC-expand-many-files): New defadvice.
1947         (tramp-save-PC-expand-many-files, tramp-setup-complete) Defuns
1948         removed.
1949         (tramp-handle-expand-file-name): Remove double slash.
1950         (tramp-handle-file-attributes-with-ls): Return t as 9th attribute.
1951         It doesn't matter, because it will be converted later on.
1952         (tramp-handle-file-ownership-preserved-p): Rewritten.  The old
1953         implementation was just heuristic.
1954         (tramp-post-connection): Set uid and gid properties.
1955         (tramp-convert-file-attributes): Set file's gid change bit.
1956         (tramp-get-remote-uid, tramp-get-remote-gid): New defuns.
1957         (tramp-handle-expand-file-name): Use "~root" for tilde expansion
1958         in case of su(do)? methods.  The home directory of the local user
1959         will be taken else.
1960         (tramp-open-connection-telnet)
1961         (tramp-open-connection-rsh, tramp-open-connection-su)
1962         (tramp-open-connection-multi): Set PS1 to "$ ".  Otherwise, a
1963         local shell prompt could hurt.  Reported by Romain Francoise
1964         <romain@orebokech.com>.
1965         (tramp-let-maybe): Add `edebug-form-spec' property.
1966         (tramp-handle-expand-file-name): Bind `default-directory' locally
1967         to "/" in order to avoid problems with UNC shares or Cygwin
1968         mounts.
1969         (tramp-md5-function): Fix typo in error message.
1971         * net/tramp-ftp.el (tramp-ftp-enable-ange-ftp): New defun.
1973         * net/tramp-util.el (top): Apply `ignore' instead of `identity'
1974         for byte-compiler pacification.
1976 2006-01-22  Andre Spiegel  <spiegel@gnu.org>
1978         * vc-rcs.el (vc-rcs-state-heuristic): Use file-attributes with
1979         ID-FORMAT `string'.  This allows us to get rid of
1980         `vc-user-login-name UID'.
1982         * vc-sccs.el (vc-sccs-state-heuristic): Likewise.
1984 2006-01-22  John Paul Wallington  <jpw@pobox.com>
1986         * hl-line.el (hl-line-highlight, hl-line-move): Doc fixes.
1988 2006-01-21  Martin Rudalics  <rudalics@gmx.at>
1990         * emacs-lisp/find-func.el (find-definition-noselect)
1991         (find-variable-noselect): Search variables in C source code too.
1992         (find-function-C-source, find-function-noselect, find-function)
1993         (find-function-other-frame, find-variable-noselect, find-variable)
1994         (find-variable-other-frame, find-variable-at-point):
1995         Fix docstrings.
1997 2006-01-21  Francesco Potorti`  <pot@gnu.org>
1999         * mail/rmailout.el (rmail-output): Don't use content-type if it is nil.
2001 2006-01-21  Agustin Martin  <agustin.martin@hispalinux.es>
2003         * textmodes/flyspell.el (flyspell-emacs-popup, flypell-xemacs-popup):
2004         Default to disabling the "Save affix" question.
2006 2006-01-21  Marien Zwart  <marienz@gentoo.org>  (tiny change)
2008         * progmodes/python.el (python-mode) <eldoc-mode-hook>: Pass nil as
2009         the first arg to run-python.
2011 2006-01-21  Eli Zaretskii  <eliz@gnu.org>
2013         * startup.el (command-line-1): Handle --no-desktop if desktop.el
2014         is not loaded.
2016 2006-01-20  Jay Belanger  <belanger@truman.edu>
2018         * calc/calcalg2.el (calc-sum-rec): Fix the sum when the lower
2019         limit is 0.
2021         * calc/calc-arith.el (math-add-symb-fancy): Check the length of
2022         the correct variable.
2024 2006-01-20  Carsten Dominik  <dominik@science.uva.nl>
2026         * textmodes/org.el (org-open-at-point): Fixed bug with matching a
2027         link.  Fixed buggy argument sequence in call to `org-view-tags'.
2028         (org-compile-prefix-format): Set `org-prefix-has-tag'.
2029         (org-prefix-has-tag): New variable.
2030         (org-format-agenda-item): Remove tags from headline if
2031         appropriate.
2032         (org-agenda-remove-tags-when-in-prefix): New option.
2033         (org-get-tags-at): New function.
2035 2006-01-20  Nick Roberts  <nickrob@snap.net.nz>
2037         * thumbs.el (thumbs-buffer): New variable.  Make it buffer local.
2038         (thumbs-find-image): Move image name and number from buffer name
2039         to mode name.  Set thumbs-buffer.  Preserve point so that large
2040         images remain visible.
2041         (thumbs-file-alist): Construct list in thumbs-buffer and reverse
2042         order.
2043         (thumbs-show-image-num): Get image from thumbs-file-alist.  Set
2044         mode name.
2045         (thumbs-next-image, thumbs-previous-image): Make them work.
2047 2006-01-19  Luc Teirlinck  <teirllm@auburn.edu>
2049         * cus-edit.el (custom-buffer-create-internal): State in the text above
2050         the whole buffer buttons that they do not operate on hidden items.
2051         (custom-face-menu): Use `custom-face-save' instead of
2052         `custom-face-save-command'.
2053         (custom-face-save-command): Make it an alias for `custom-face-save'
2054         and declare it obsolete.
2055         (custom-face-save): Doc fix.
2057         * dired.el (dired-no-confirm): Add quote.
2058         (dired-subdir-alist-pre-R): Add quote in
2059         `make-variable-buffer-local' form and remove unbalanced parenthesis.
2061 2006-01-19  Stefan Monnier  <monnier@iro.umontreal.ca>
2063         * textmodes/table.el (table-mode-indicator): Typo in last change.
2065 2006-01-19  Richard M. Stallman  <rms@gnu.org>
2067         * outline.el (hide-leaves): Don't call outline-end-of-heading.
2068         Fixes bug reported in Nov 2005.
2070         * isearch.el (isearch-forward): Doc fix.
2072         * dired.el (dired-move-to-filename-regexp): Define as alias.
2073         (dired-no-confirm): Use defcustom.
2074         (dired-subdir-alist-pre-R): Put defvar at top level.
2076         * battery.el (battery-linux-proc-acpi): Handle "last full capacity".
2078         * textmodes/bibtex.el (bibtex-strings, bibtex-reference-keys):
2079         Mark as risky.
2081         * simple.el (set-mark-command): Doc fix.
2082         (clone-indirect-buffer-other-window):
2083         Read arg like clone-indirect-buffer.
2084         (move-beginning-of-line): Skip invisible newlines.
2086 2006-01-19  Masatake YAMATO  <jet@gyve.org>
2088         * progmodes/cpp.el (cpp-edit-load): Make the order of
2089         listed conditions in a base C code buffer and its associate
2090         CPP Edit buffer the same.
2092 2006-01-19  Kenichi Handa  <handa@m17n.org>
2094         * mail/rmail.el (rmail-enable-mime): Docstring fixed.
2095         (rmail-mime-feature): Likewise.
2096         (rmail-require-mime-maybe): Use display-warning to show a warning
2097         message.
2099         * international/mule.el (auto-coding-regexp-alist-lookup): New fun.
2100         (find-auto-coding): Use auto-coding-regexp-alist-lookup.
2102 2006-01-18  Stefan Monnier  <monnier@iro.umontreal.ca>
2104         * array.el: Move defvars out of eval-when-compile.
2105         (array-make-template): Replace undeclared global var with a local one.
2106         (array-mode): Inline initialization functions.
2107         (array-init-local-variables, array-init-max-row)
2108         (array-init-max-column, array-init-columns-per-line)
2109         (array-init-field-width, array-init-rows-numbered)
2110         (array-init-line-length, array-init-lines-per-row): Remove.
2112         * play/doctor.el: Move defvars out of eval-when-compile.  Use dolist.
2113         (doc-mode-map): Define explicitly.
2114         (doctor-txtype): Use mapc.
2116         * textmodes/table.el: Move defvars out of eval-when-compile.
2117         Remove harmful code meant to avoid byte-compiler warnings.
2118         (table-fixed-mode-indicator): Remove.  Use a more complex mode-line
2119         specification that checks table-fixed-width-mode directly.
2120         (table-recognize-region, table-recognize-cell):
2121         Use restore-buffer-modified-p.
2122         (table-fixed-width-mode): Remove code that refreshes
2123         table-fixed-mode-indicator.
2124         (*table--cell-describe-bindings, *table--cell-describe-mode):
2125         Avoid obsolete name print-help-return-message.
2126         (table--test-cell-list): Don't use replace-regexp from elisp.
2127         (table--point-entered-cell-function, table--point-left-cell-function):
2128         Don't set table-fixed-mode-indicator, use force-mode-line-update.
2130         * textmodes/org.el: Move defvars out of eval-when-compile.  Move code
2131         that was after the end of file.  Use buffer-file-name variable.
2132         (org-timestamp-change): Use with-current-buffer.
2133         (org-todo-list): Don't unnecessarily define a new buffer-local var.
2134         (org-agenda-file-to-end, org-agenda-file-to-front): Remove unused arg
2135         `file'.
2137         * progmodes/fortran.el: Move defvars out of eval-when-compile.
2138         (fortran-break-line): Remove unused var `opoint'.
2139         (fortran-abbrev-start): Obey help-event-list.
2141 2006-01-18  Jesper Harder  <harder@phys.au.dk>
2143         * mail/smtpmail.el (smtpmail-send-it): Use insert-buffer-substring.
2145 2006-01-18  Masatake YAMATO  <jet@gyve.org>
2147         * progmodes/make-mode.el (makefile-imake-mode): New mode
2148         derived from makefile-mode.
2149         (makefile-imake-mode-syntax-table): New syntax table
2150         derived from makefile-mode-syntax-table.
2151         (makefile-mode): Write about makefile-imake-mode in doc string.
2152         (makefile-mode-map): Bind "\C-c\C-m\C-i" to makefile-imake-mode.
2153         (makefile-imake-font-lock-keywords): New font lock keywords.
2155         * files.el (auto-mode-alist): Add Imakefile.
2157 2006-01-17  Agustin Martin  <agustin.martin@hispalinux.es>
2159         * textmodes/flyspell.el (ispell-kill-ispell-hook): Add to the hook when
2160         loading the file rather than when turning on flyspell-mode.
2162 2006-01-16  Luc Teirlinck  <teirllm@auburn.edu>
2164         * cus-edit.el (customize-rogue): Minor doc fix.
2166 2006-01-17  Juri Linkov  <juri@jurta.org>
2168         * dired-aux.el (dired-diff): Use dired-dwim-target-directory
2169         instead of the file at the mark as default if the file at the mark
2170         is the same as the file at point or if dired-dwim-target-directory
2171         is not the same as the current directory and the mark is not active.
2173         * log-view.el (log-view-minor-wrap): Use the same logic to get
2174         revisions as `log-view-diff'.
2176         * info.el (Info-revert-find-node): Check for Info-current-file
2177         before preserving new-history.
2179         * man.el (Man-heading-regexp): Add `/'.
2181         * textmodes/sgml-mode.el: Add `coding: iso-2022-7bit' cookie.
2182         (html-mode): Set `sentence-end-base' instead of `sentence-end'.
2184 2006-01-16  Juri Linkov  <juri@jurta.org>
2186         * faces.el (mode-line-faces): New defgroup.
2187         (mode-line-highlight): Move definition after new defgroup.
2188         (mode-line, mode-line-inactive, mode-line-highlight):
2189         Replace :group `modeline' with `mode-line-faces'.
2190         (mode-line-buffer-id): New face.
2191         (modeline-buffer-id): New face alias.
2192         (vertical-border): Remove :group `modeline'.
2194         * bindings.el (propertized-buffer-identification): Use face
2195         `mode-line-buffer-id' instead of `Buffer-menu-buffer'.
2196         (mode-line-next-buffer, mode-line-previous-buffer): New functions.
2197         (mode-line-buffer-identification-keymap): For mouse-1 replace
2198         `mode-line-unbury-buffer' with `mode-line-previous-buffer'.
2199         Replace `mode-line-bury-buffer' with `mode-line-next-buffer' for
2200         mouse-3.
2202         * buff-menu.el (buffer-menu-buffer) <defface>: Renamed from
2203         Buffer-menu-buffer.  Doc fix.
2204         (Buffer-menu-buffer): Face alias to buffer-menu-buffer.
2205         (list-buffers-noselect): Use `buffer-menu-buffer' face instead of
2206         `Buffer-menu-buffer'.
2208         * info.el (Info-mode-line-node-keymap): New defvar.
2209         (Info-set-mode-line): Use `stringp' to check Info-current-file.
2210         Propertize Info-current-node with `mode-line-buffer-id' and
2211         `mode-line-highlight' faces and `Info-mode-line-node-keymap'.
2213         * time.el (display-time-mail-face): Replace :group `faces' with
2214         `mode-line-faces'.
2216 2006-01-16  Kenichi Handa  <handa@m17n.org>
2218         * international/code-pages.el: Add autoload cookies for cp125[0345678].
2220         * language/european.el (cp1252): New alias for windows-1252.
2222         * international/mule.el (autoload-coding-system): Prepare for EOL
2223         variants.
2225 2006-01-15  Dan Nicolaescu  <dann@ics.uci.edu>
2227         * term.el (term-raw-map): Add mapping for insert.
2228         (term-send-insert): New.
2229         (term-mode): Make variables local here instead of doing it in
2230         `term-emulate-terminal'.
2231         (term-emulate-terminal): Delete incorrect optimization for cr+lf.
2232         Scroll reverse needs to take into account the scroll region.
2233         Saving and restoring the cursor should save the color attributes too.
2234         (term-reset-terminal): Reset the scroll region.
2235         (term-handle-ansi-escape): Cursor up and down should take into
2236         account the scroll region.
2237         (term-set-scroll-region): Rename from `term-scroll-region'.
2238         Move to 0,0 after setting the region.
2239         (term-handle-scroll): Handle scroll up.
2240         (term-down): Fix off by one error.
2241         (term-delete-lines): Do not delete outside the scroll region.
2242         (term-insert-lines): Take into account the scroll region.
2244 2006-01-15  Stefan Monnier  <monnier@iro.umontreal.ca>
2246         * textmodes/ispell.el (ispell-internal-change-dictionary)
2247         (ispell-change-dictionary): Undo most of last change of 2006-01-13.
2248         (start, end): Move declaration outside of eval-when-compile.
2250         * textmodes/flyspell.el (flyspell-kill-ispell-hook): New fun.
2251         (flyspell-mode-on): Use it.
2253         * textmodes/ispell.el (ispell-kill-ispell): Run new hook
2254         ispell-kill-ispell-hook.
2256 2006-01-14  Luc Teirlinck  <teirllm@auburn.edu>
2258         * cus-edit.el (Custom-set, Custom-save, Custom-reset-current)
2259         (Custom-reset-saved): Do not ask for confirmation in single option
2260         buffers.
2262 2006-01-13  Richard M. Stallman  <rms@gnu.org>
2264         * font-lock.el (lisp-font-lock-keywords-1): Minor rearrangement.
2266 2006-01-13  Romain Francoise  <romain@orebokech.com>
2268         * add-log.el (add-change-log-entry, change-log-merge):
2269         Conditionally use `hard-newline'.
2271 2006-01-13  Martin Rudalics  <rudalics@gmx.at>  (tiny change)
2273         * wid-edit.el (widget-field-end): If the overlay is no longer
2274         associated with a buffer, behave as if the overlay didn't exist.
2276         * cus-edit.el (custom-add-see-also, custom-add-parent-links):
2277         Make sure the links use the `custom-link' face.
2279 2006-01-13  Stefan Monnier  <monnier@iro.umontreal.ca>
2281         * progmodes/ld-script.el (auto-mode-alist): Use \' rather than $.
2282         (ld-script-mode): Don't set indent-line-function since we don't
2283         have one.
2285 2006-01-13  Carsten Dominik  <dominik@science.uva.nl>
2287         * textmodes/org.el (org-open-file): Use mailcap for selecting an
2288         application.
2289         (org-file-apps-defaults-gnu): Use mailcap as the default for
2290         selecting an application on a UNIX system.
2291         (org-agenda-show-tags): New command.
2292         (org-table-insert-hline): Keep cursor in current table line.
2293         (org-table-convert): Offset effect of modifying
2294         `org-table-insert-hline'.
2295         (org-format-agenda-item): New optional argument TAG.
2296         (org-compile-prefix-format): Handle %T format for the tag.
2297         (org-expand-wide-chars): New function.
2298         (org-table-insert-row, org-table-insert-hline):
2299         Use `org-expand-wide-chars'.
2300         (org-open-file): Fix bug in program launch.
2301         (org-get-time-of-day): Fix bug with times before 1am.
2302         (org-agenda-menu): Add tags commands.
2304 2006-01-13  Agustin Martin  <agustin.martin@hispalinux.es>
2306         * textmodes/ispell.el (ispell-init-process): Include the used
2307         dictionary in ispell process start message.
2308         (ispell-internal-change-dictionary): When flyspell-mode is active
2309         and dictionary is changed, make sure ispell process is restarted
2310         and flyspell word cache cleared out for the current buffer.
2311         (ispell-change-dictionary): Make sure flyspell word cache is
2312         cleared out in all buffers with active flyspell mode when
2313         dictionary is globally changed.
2314         Call ispell-internal-change-dictionary after dictionary change.
2316 2006-01-13  Eli Zaretskii  <eliz@gnu.org>
2318         * emacs-lisp/bytecomp.el (batch-byte-recompile-directory): Doc fix.
2320         * makefile.w32-in (MH_E_SRC): Synchronize with Makefile.in.
2321         (pre-mh-loaddefs.el-SH, pre-mh-loaddefs.el-CMD): Update Copyright
2322         years.  Fix small differences wrt Makefile.in.
2323         (recompile): Use --eval '(batch-byte-recompile-directory 0)', like
2324         Makefile.in does.
2326 2006-01-12  Bill Wohler  <wohler@newt.com>
2328         * Makefile.in (MH_E_SRC): Replace mh-index.el and mh-pick.el with
2329         mh-search.el.
2331 2006-01-12  Masatake YAMATO  <jet@gyve.org>
2333         * progmodes/ld-script.el: Update copyright year.
2335 2006-01-12  Chong Yidong  <cyd@stupidchicken.com>
2337         * cus-theme.el (custom-theme-add-variable, custom-theme-add-face):
2338         Don't add widget if setting undefined.
2340 2006-01-12  John Paul Wallington  <jpw@pobox.com>
2342         * help-fns.el (describe-variable): Remove newlines from void
2343         variable output.
2345 2006-01-13  Nick Roberts  <nickrob@snap.net.nz>
2347         * wdired.el (wdired-mode-map): Add help echo for
2348         wdired-abort-changes.
2350         * man.el (Man-file-name-regexp): Adjust for a list of files.
2352 2006-01-12  Masatake YAMATO  <jet@gyve.org>
2354         * progmodes/ld-script.el (auto-mode-alist): Support
2355         suffix conventions used in netbsd and eCos.
2357 2006-01-11  Luc Teirlinck  <teirllm@auburn.edu>
2359         * cus-edit.el (custom-reset-menu, custom-buffer-create-internal)
2360         (custom-variable-menu, custom-face-menu, custom-group-menu)
2361         (Custom-mode-menu): Change names of menu items.  (As discussed on
2362         emacs-devel.)
2363         (custom-face-menu): Add "Undo Edits" item.
2365         * startup.el (init-file-user): defcustom -> defvar.
2367         * tooltip.el (tooltip-mode): Doc fix.
2369 2006-01-11  Stefan Monnier  <monnier@iro.umontreal.ca>
2371         * reveal.el (reveal-post-command): window-buffer signals an error on
2372         dead windows rather than returning nil.
2373         (reveal-open-new-overlays): An overlay might die while we open others.
2375 2006-01-11  Bill Wohler  <wohler@newt.com>
2377         * cus-dep.el (generated-custom-dependencies-file): Fix typo and
2378         phrasing in docstring.
2380         * Makefile.in (MH_E_SRC): Rename from MH-E-SRC since the dashes
2381         can give some systems gas.  Add new file mh-buffers.el.
2383 2006-01-06  Masatake YAMATO  <jet@gyve.org>
2385         * font-lock.el (cpp-font-lock-keywords): Font lock keywords for
2386         C preprocessor forward ported from GNU Emacs 21.2.
2388         * progmodes/asm-mode.el (asm-font-lock-keywords):
2389         Use `cpp-font-lock-keywords'.
2391         * progmodes/ld-script.el (ld-script-font-lock-keywords): Ditto.
2393         * progmodes/ld-script.el (auto-mode-alist): Use \\> instead
2394         of $ for "\\.ld[s]?".
2396 2006-01-10  Stefan Monnier  <monnier@iro.umontreal.ca>
2398         * progmodes/tcl.el (tcl-indent-command): Use indent-for-tab-command.
2399         (tcl-indent-line): Return `noindent' if inside a string.
2401         * progmodes/flymake.el (flymake-split-string): Remove more than one
2402         empty string at beg/end of the result.
2403         (flymake-find-buildfile, flymake-find-possible-master-files):
2404         Use expand-file-name.
2405         (flymake-fix-file-name): Don't replace \ with / and don't remove ./
2406         since expand-file-name does it for us.  Use directory-file-name.
2407         (flymake-ler-get-full-file, flymake-ler-get-file, flymake-ler-get-line)
2408         (flymake-ler-get-type, flymake-ler-get-text)
2409         (flymake-ler-make-ler): Remove.  Replace by defstruct.  Update callers.
2410         (flymake-current-line-no): Remove spurious interactive spec.
2411         (flymake-delete-temp-directory): Remove unused var `slash-pos'.
2412         (flymake-check-include): Remove arg inc-path merged into inc-name.
2413         (flymake-check-patch-master-file-buffer): Fit in 80 columns.
2414         Arg regexp-list replaced by a simple regexp.
2415         (flymake-master-make-header-init, flymake-master-tex-init):
2416         Correspondingly replace regexp-list with a regexp.  Fix regexp.
2418 2006-01-10  Simon Josefsson  <jas@extundo.com>
2420         * mail/smtpmail.el (smtpmail-try-auth-methods): Add comment
2421         describing AUTH PLAIN fix.
2423 2006-01-10  Thien-Thi Nguyen  <ttn@gnu.org>
2425         * mail/emacsbug.el (report-emacs-bug-text-prompt): Delete var.
2426         (report-emacs-bug): Don't record initial prompt text.
2427         Instead, add text properties to prompting text.
2428         (report-emacs-bug-hook): Delete prompting text.
2430 2006-01-09  Stefan Monnier  <monnier@iro.umontreal.ca>
2432         * progmodes/flymake.el (flymake-find-buildfile): Remove invariant arg
2433         `dirs'.  Adjust callers.
2435 2006-01-09  John Paul Wallington  <jpw@gnu.org>
2437         * cus-edit.el (custom-comment) <defface>: Add TTY definitions.
2439 2006-01-09  Stefan Monnier  <monnier@iro.umontreal.ca>
2441         * reveal.el (reveal-open-new-overlays): New extracted fun.
2442         (reveal-close-old-overlays): Idem.  Check overlays's liveness before
2443         using them.  Simplify the code.
2444         (reveal-post-command): Use them.  Fix up obsolete windows in
2445         reveal-open-spots.
2447         * progmodes/flymake.el: Use `require' rather than autoload for
2448         XEmacs's overlays.
2449         (flymake-get-common-file-prefix, flymake-build-relative-filename):
2450         Delete.  Use file-relative-name instead.
2451         (flymake-get-syntax-check-program-args, flymake-perl-init):
2452         Simplify the resulting code.
2454         * log-view.el (log-view-file-re, log-view-message-re): Add support
2455         for DaRCS output.
2457 2006-01-09  Alex Schroeder  <alex@gnu.org>
2459         * mail/rmail.el (rmail-reply-regexp): Also ignore mailing list
2460         identifiers sometimes added in square brackets at the beginning of
2461         subject lines.
2463 2006-01-07  Richard M. Stallman  <rms@gnu.org>
2465         * cus-edit.el (Custom-set, Custom-save): Doc fix.
2466         (Custom-reset-current, Custom-reset-saved): Change question text.
2467         (Custom-reset-standard): Likewise.
2468         (custom-variable-reset-saved): Doc fix.
2470 2006-01-07  Eli Zaretskii  <eliz@gnu.org>
2472         * startup.el (init-file-user): Doc fix.
2474 2006-01-07  Alex Schroeder  <alex@gnu.org>
2476         * mail/rmail.el (rmail-current-subject): New function.
2477         (rmail-current-subject-regexp): New function.
2478         (rmail-next-same-subject): Use it.
2480         * mail/rmailsum.el (rmail-summary-by-topic):
2481         Use rmail-current-subject and rmail-current-subject-regexp.
2482         (rmail-summary-next-same-subject): Ditto.
2484         * net/rcirc.el (rcirc-send-input): No longer check whether the
2485         process is open, since not all commands need an open process.
2486         (rcirc-send-string): Check whether the process is open before
2487         sending anything.
2488         (rcirc-ignore-list): New option.
2489         (rcirc-ignore-list-automatic): New variable.
2490         (rcirc-print): Take rcirc-ignore-list into account.
2491         (rcirc-cmd-ignore): New command.
2492         (rcirc-ignore-update-automatic): New function.
2493         (rcirc-handler-PART, rcirc-handler-QUIT): Use it to maintain the
2494         list if ignored nicks.
2495         (rcirc-handler-NICK): Ditto, and also ignore the new nick.
2497 2006-01-06  David Reitter  <david.reitter@gmail.com>
2499         * mail/emacsbug.el (report-emacs-bug): Let explanations correctly
2500         reflect the address to which the report will be sent.
2502 2006-01-06  Eli Zaretskii  <eliz@gnu.org>
2504         * progmodes/ld-script.el (auto-mode-alist): Recognize linker
2505         scripts whose file-name extensions are "\.x[bdsru]?[cn]?$".
2507 2006-01-01  Michael Ernst  <mernst@alum.mit.edu>  (tiny changes)
2509         * textmodes/tildify.el: Fix typos (misspellings) in the commentary.
2511         * emacs-lisp/find-func.el (find-definition-noselect): Fix typo in
2512         the doc string: "functoin" => "function".
2513         * ldefs-boot.el: Likewise.
2515         * textmodes/bibtex.el (bibtex-validate-globally): Fix typo in a
2516         message text: "Duplicat" => "Duplicate".
2518 2006-01-06  Sven Joachim  <svenjoac@gmx.de>  (tiny change)
2520         * files.el (basic-save-buffer-2): If backing-up failed, reset
2521         buffer-backed-up to nil.
2523 2006-01-06  Nick Roberts  <nickrob@snap.net.nz>
2525         * progmodes/gud.el (gdb-script-skip-to-head)
2526         (gdb-script-calculate-indentation): Indent for breakpoint command
2527         lists also.
2529 2006-01-05  Bill Wohler  <wohler@newt.com>
2531         * Makefile.in (compile-always): Add mh-autoloads dependency.
2532         (bootstrap): Remove mh-autoloads dependency, as compile dependency
2533         provides it.
2534         (updates): Remove mh-autoloads dependency, since it probably has
2535         already run recently (via recompile).
2537 2006-01-05  Stefan Monnier  <monnier@iro.umontreal.ca>
2539         * textmodes/flyspell.el (flyspell-accept-buffer-local-defs): Add an
2540         argument `force' to disable the flyspell-last-buffer optimization.
2541         (flyspell-mode-on): Use it.
2543         * progmodes/flymake.el (flymake-get-cleanup-function): Default to
2544         flymake-simple-cleanup.
2545         (flymake-allowed-file-name-masks): Use this new default.
2546         All the functions are now called in the right buffer rather than
2547         passing the buffer as argument.
2548         (flymake-process-sentinel): Switch to buffer before calling cleanup.
2549         (flymake-parse-err-lines): Remove redundant buffer arg.
2550         (flymake-get-program-dir): Comment out unused function.
2551         (flymake-start-syntax-check, flymake-start-syntax-check-process):
2552         Remove redundant buffer argument.
2553         (flymake-get-real-file-name, flymake-simple-java-cleanup)
2554         (flymake-simple-cleanup, flymake-master-cleanup): Remove buffer arg.
2556 2006-01-05  Richard M. Stallman  <rms@gnu.org>
2558         * info.el (Info-find-node): Don't record previous node if have none.
2559         (info): Go to directory only if history is empty.
2561         * simple.el (mark): Doc fix.
2563 2006-01-05  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
2565         * term/mac-win.el (mac-ae-parameter): Don't coerce data if it is
2566         already of desired type.
2567         (mac-ae-list): Coerce parameter to "list" type.
2568         (mac-dispatch-apple-event): Replace cadr part of event with a
2569         dummy position so that event-start returns it.
2571 2006-01-05  Carsten Dominik  <dominik@science.uva.nl>
2573         * textmodes/org.el (org-end-of-subtree): New function.
2574         (org-cycle, org-subtree-end-visible-p, org-scan-tags):
2575         Use `org-end-of-subtree'.
2576         (org-agenda, org-agenda-convert-date): Protect calls to
2577         `fit-window-to-buffer'.
2578         (org-tags-view): Force matching of sublevels when doing a
2579         todo-only search.  Define the correct redo command, including the
2580         arguments.
2581         (org-agenda-redo): Display message.
2582         (org-check-for-org-mode): New function.
2583         (org-agenda-type): New variable.
2584         (org-timeline, org-agenda-list, org-todo-list, org-tags-view):
2585         Set `org-agenda-type'.
2586         (org-agenda-check-type): New function.
2587         (org-agenda-goto-today, org-agenda-later, org-agenda-earlier)
2588         (org-agenda-week-view, org-agenda-day-view)
2589         (org-agenda-next-date-line, org-agenda-previous-date-line)
2590         (org-agenda-log-mode, org-agenda-toggle-diary)
2591         (org-agenda-toggle-time-grid, org-agenda-date-later)
2592         (org-agenda-date-prompt, org-agenda-diary-entry)
2593         (org-agenda-execute-calendar-command, org-agenda-goto-calendar)
2594         (org-agenda-convert-date, org-agenda-menu):
2595         Use `org-agenda-check-type'.
2596         (org-make-overlay, org-delete-overlay)
2597         (org-detatch-overlay, org-move-overlay, org-overlay-put):
2598         New compatibility functions.
2599         (org-calendar-select-mouse): New command.
2601 2006-01-04  Chong Yidong  <cyd@stupidchicken.com>
2603         * cus-edit.el (Custom-reset-current, Custom-reset-saved)
2604         (Custom-reset-standard): Fix y-or-n-p messages.
2605         (custom-link): New face for links.
2606         (custom-buffer-create-internal, custom-manual): Use it.
2607         (custom-face-save): Push to theme-face before setting face spec.
2609         * wid-edit.el (widget-default-mouse-face-get): New function.
2610         (widget-specify-button): Handle mouse-face like button-face.
2612         * custom.el (load-theme): Clear old theme settings if reloading.
2614 2006-01-03  Luc Teirlinck  <teirllm@auburn.edu>
2616         * cus-edit.el (custom-buffer-create-internal): Move whole buffer
2617         "Erase Customization" button back to same position it occupies in
2618         the individual State menus.
2620 2006-01-04  Kim F. Storm  <storm@cua.dk>
2622         * wid-edit.el (key-sequence): Rework widget to read key binding
2623         using `kbd' syntax.  Use C-q to insert literal key, event, or code.
2624         (widget-key-sequence-default-value): Default value for empty sequence.
2625         (widget-key-sequence-map): New map for reading key binding.  Bind C-q.
2626         (widget-key-sequence-read-event): New command for C-q.
2627         (widget-key-sequence-validate, widget-key-sequence-value-to-internal)
2628         (widget-key-sequence-value-to-external): New functions.
2630 2006-01-03  Stefan Monnier  <monnier@iro.umontreal.ca>
2632         * progmodes/flymake.el (flymake-create-temp-with-folder-structure):
2633         Use expand-file-name.
2634         (flymake-delete-temp-directory): Use expand-file-name,
2635         file-name-directory, and directory-file-name.
2636         (flymake-strrchr): Delete.
2637         (flymake-start-syntax-check): Don't pass the redundant buffer argument
2638         to the init-f function.
2639         (flymake-save-buffer-in-file, flymake-init-create-temp-buffer-copy)
2640         (flymake-init-find-buildfile-dir)
2641         (flymake-init-create-temp-source-and-master-buffer-copy)
2642         (flymake-simple-make-init-impl, flymake-simple-make-init)
2643         (flymake-master-make-init, flymake-master-make-header-init)
2644         (flymake-simple-make-java-init, flymake-simple-ant-java-init)
2645         (flymake-perl-init, flymake-simple-tex-init, flymake-master-tex-init)
2646         (flymake-xml-init): Remove corresponding redundant buffer argument.
2647         (flymake-allowed-file-name-masks): Remove last elems that are equal to
2648         the default anyway.  Clean up regexps.
2650         * progmodes/flymake.el (flymake-temp-source-file-name)
2651         (flymake-master-file-name, flymake-temp-master-file-name)
2652         (flymake-base-dir): New buffer-local vars.
2653         (flymake-buffer-data, flymake-get-buffer-value)
2654         (flymake-set-buffer-value): Replace those hash-tables by the new
2655         buffer-local vars.  Update callers.
2657         * progmodes/flymake.el (flymake-check-start-time)
2658         (flymake-check-was-interrupted, flymake-err-info, flymake-is-running)
2659         (flymake-last-change-time, flymake-new-err-info, flymake-timer):
2660         Move definition, so we can remove redundant earlier declaration.
2661         (flymake-replace-regexp-in-string, flymake-split-string)
2662         (flymake-get-temp-dir): Use defalias.
2663         (flymake-popup-menu): Remove `pos' argument.  Use posn-at-point.
2664         (flymake-xemacs-window-edges): Remove unused function.
2665         (flymake-get-point-pixel-pos): Move.
2666         (flymake-pid-to-names, flymake-reg-names)
2667         (flymake-get-source-buffer-name, flymake-unreg-names): Remove.
2668         Replace by a simple list flymake-processes and by process-buffer.
2669         Update callers.  Other than simplify the code, it uses buffers rather
2670         than buffer-names so it doesn't get confused by uniquify.
2671         (flymake-buffer-data): The global value should just be nil.
2673         * emacs-lisp/bytecomp.el (byte-compile-file-form-defalias):
2674         Optimize the body of a defalias like any other code.
2676         * font-lock.el (font-lock-fontify-buffer, font-lock-fontify-region):
2677         Make sure we've setup font-lock's vars.  It may influence which
2678         function we then call.
2679         (font-lock-default-fontify-buffer): Don't bother calling set-defaults
2680         here since it's too late anyway.
2682 2006-01-03  Romain Francoise  <romain@orebokech.com>
2684         * startup.el (fancy-splash-tail, normal-splash-screen):
2685         Update copyright year.
2687 2006-01-02  J.D. Smith  <jdsmith@as.arizona.edu>
2689         * mouse.el (mouse-drag-track): Rename, from
2690         `mouse-drag-region-1'.  Includes optional argument required to
2691         enable post-drag event processing (e.g. delete region keys).
2692         Can be used without this argument to track a mouse region and operate
2693         on it as soon as the drag completes.
2694         (mouse-drag-region): Use `mouse-drag-track'.
2696 2006-01-02  Chong Yidong  <cyd@stupidchicken.com>
2698         * cus-edit.el (custom-guess-name-alist, custom-guess-doc-alist):
2699         Move to `custom-buffer' group.
2701         * cus-theme.el: Rewrite the Custom New Theme Mode interface.
2702         (custom-new-theme-mode-map, custom-theme-insert-variable-marker)
2703         (custom-theme-insert-face-marker, custom-theme-variable-menu)
2704         (custom-theme-face-menu): New variables.
2705         (custom-theme-add-variable, custom-theme-variable-action)
2706         (custom-variable-reset-theme, custom-theme-delete-variable)
2707         (custom-face-reset-theme, custom-theme-face-action)
2708         (custom-theme-delete-face, custom-theme-merge-theme)
2709         (custom-theme-add-face, custom-theme-visit-theme): New functions.
2711 2006-01-01  Chong Yidong  <cyd@stupidchicken.com>
2713         * custom.el: Move Custom Themes commentary to start of theme code.
2714         (custom-known-themes): Rename `standard' theme to `changed'.
2715         (custom-push-theme): Caller no longer specifies what theme to use
2716         when doing `reset'---the setting is simply removed from the theme.
2717         Delete MODE from `theme-value' and `theme-settings' properties.
2718         (custom-declare-theme): Ignore &rest args since we don't use them.
2720         (custom-loaded-themes): Delete variable.
2721         (custom-theme-load-themes, custom-theme-loaded-p)
2722         (custom-theme-value): Delete functions.
2724         (custom-declare-theme): Signal error on invalid theme names.
2725         (provide-theme): custom-loaded-themes was deleted.
2726         (load-theme): Load the file unconditionally.
2727         (enable-theme): Call `load-theme' if theme is undefined.
2728         (custom-enabled-themes): Only update value for successful loads.
2729         (disable-theme): Complete from enabled themes when interactive.
2730         (custom-variable-theme-value): Calculate theme value directly.
2732         (custom-theme-reset-variables, custom-reset-variables): Mark as
2733         XEmacs compatibility functions.  We don't actually use these.
2735         * cus-edit.el (custom-variable-state-set):
2736         Use custom-variable-theme-value instead of custom-theme-value.
2737         (custom-face-state-set): Rename `standard' theme to `changed'.
2738         (custom-save-variables, custom-save-faces): Delete unneeded
2739         references to custom-reset-variables.
2740         (custom-save-resets): Delete function.
2741         (custom-save-variables, custom-save-faces): MODE argument deleted.
2742         (custom-save-variables, custom-save-faces): Ignore theme values.
2744         * cus-face.el (custom-theme-reset-faces): Mark as XEmacs
2745         compatibility function.
2747 2006-01-01  Richard M. Stallman  <rms@gnu.org>
2749         * cus-edit.el (Custom-set, Custom-save): Ask for confirmation.
2750         (Custom-reset-current, Custom-reset-saved): Likewise.
2751         (Custom-reset-standard): Show message if aborted.
2752         (custom-mode): Doc fix, describing those commands.
2754         * mouse.el (mouse-drag-region-1): When following link via mouse-2,
2755         put on event-kind property.
2757 2005-12-31  Chong Yidong  <cyd@stupidchicken.com>
2759         * custom.el (provide-theme): Ban `user' theme name.
2760         (custom-enabling-themes): New variable.
2761         (enable-theme): Don't enable user if custom-enabling-themes is t.
2762         (custom-enabled-themes): Make it a defcustom.
2763         (custom-theme-recalc-face): No-op if face is undefined.
2765         * cus-edit.el (custom-button-mouse): New variable.
2766         (custom-button-mouse): New face.
2767         (custom-raised-buttons, custom-mode): Use it.
2769         * cus-theme.el (custom-new-theme-mode): Use custom-button-mouse.
2771 2005-12-31  Eli Zaretskii  <eliz@gnu.org>
2773         * progmodes/gud.el (gud-display-line): Support hl-line in the
2774         source buffer.
2776 2005-12-31  Lennart Borgman  <lennart.borgman.073@student.lu.se>  (tiny change)
2778         * mouse.el (mouse-drag-window-above): Verify that the found window
2779         overlaps with the given window in the horizontal dimension.
2781 2005-12-31  Eli Zaretskii  <eliz@gnu.org>
2783         * Makefile.in (cvs-update): New target.
2785         * makefile.w32-in (cvs-update): Ditto.
2787 2005-12-30  Chong Yidong  <cyd@stupidchicken.com>
2789         * cus-theme.el (custom-new-theme-mode): Use cus-edit faces.
2790         (custom-new-theme-mode-map): New variable.
2792 2005-12-30  Richard M. Stallman  <rms@gnu.org>
2794         * custom.el (custom-load-themes): Function deleted.
2796         * cus-edit.el (custom-save-loaded-themes): Function deleted.
2797         (custom-save-variables): Don't delete or add custom-load-themes call.
2799 2005-12-30  Stefan Monnier  <monnier@iro.umontreal.ca>
2801         * cus-start.el: Add `visible-cursor'.
2803         * progmodes/flymake.el (flymake-copy-buffer-to-temp-buffer): Simplify.
2804         (flymake-parse-output-and-residual): Remove `source-buffer' argument.
2805         (flymake-process-filter): Switch to buffer before calling it instead.
2806         (flymake-post-syntax-check, flymake-highlight-err-lines)
2807         (flymake-delete-own-overlays, flymake-parse-err-lines)
2808         (flymake-start-syntax-check, flymake-start-syntax-check-process)
2809         (flymake-count-lines, flymake-parse-residual):
2810         Remove constant buffer argument.
2811         (flymake-start-syntax-check-for-current-buffer): Remove.
2812         Update callers to use flymake-start-syntax-check instead.
2813         (flymake-display-err-menu-for-current-line):
2814         Remove unused var `mouse-pos'.
2815         (flymake-restore-formatting): Comment out unused function.
2816         (flymake-report-status, flymake-report-fatal-status): Remove buffer
2817         argument, use current-buffer instead.  Update callers.
2819 2005-12-30  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
2821         * textmodes/bibtex.el (bibtex-mode): Make completion-ignore-case
2822         buffer-local because choose-completion-delete-max-match requires
2823         that we set completion-ignore-case (i.e., binding via let is not
2824         sufficient).
2825         (bibtex-complete): Always set completion-ignore-case and
2826         choose-completion-string-functions.  The latter is needed because
2827         choose-completion-string-functions keeps its value if we quit the
2828         *Completions* buffer without requesting a completion.
2830 2005-12-30  Andreas Schwab  <schwab@suse.de>
2832         * progmodes/cc-defs.el: Ignore errors from font-lock-compile-keywords.
2834 2005-12-30  Eli Zaretskii  <eliz@gnu.org>
2836         * jit-lock.el (jit-lock-chunk-size): Doc fix.
2838 2005-12-30  Juri Linkov  <juri@jurta.org>
2840         * locate.el (locate-fcodes-file, locate-header-face)
2841         * progmodes/delphi.el (delphi-other-face)
2842         * progmodes/glasses.el (glasses-face): Add tag "None" to const nil.
2844         * paren.el (show-paren-match, show-paren-mismatch): Use existing
2845         group `paren-showing-faces'.
2847         * net/goto-addr.el (goto-address-highlight-keymap): Fix docstring.
2848         (goto-address): Fix docstring.
2850         * net/webjump.el (webjump-sample-sites): Update URLs.
2852         * textmodes/fill.el (fill-single-word-nobreak-p): Use `sentence-end'.
2854         * subr.el (cancel-change-group): Add listp around pending-undo-list.
2856 2005-12-29  Stefan Monnier  <monnier@iro.umontreal.ca>
2858         * font-lock.el (font-lock-compile-keywords): Signal an error when
2859         font-lock-set-defaults hasn't been called.
2861 2005-12-29  Luc Teirlinck  <teirllm@auburn.edu>
2863         * subr.el (noreturn, 1value): Doc fixes.
2865 2005-12-29  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
2867         * textmodes/bibtex.el (bibtex-text-in-field-bounds): Handle case
2868         that assoc-string returns nil.
2870 2005-12-29  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
2872         * textmodes/bibtex.el (bibtex-entry-type-whitespace)
2873         (bibtex-entry-type-str, bibtex-empty-field-re)
2874         (bibtex-search-backward-string, bibtex-preamble-prefix)
2875         (bibtex-search-entry, bibtex-enclosing-entry-maybe-empty-head): Remove.
2876         (bibtex-any-valid-entry-type): New variable.
2877         (bibtex-parse-field-name): Simplify.
2878         (bibtex-parse-string, bibtex-search-forward-string): New arg empty-key.
2879         (bibtex-preamble-prefix): Include left delimiter.
2880         (bibtex-search-forward-field, bibtex-search-backward-field):
2881         Allow unbounded search past entry boundaries (required by bibtex-pop).
2882         (bibtex-text-in-field-bounds): Use push.
2883         (bibtex-text-in-field): Do not use bibtex-narrow-to-entry.
2884         (bibtex-parse-preamble, bibtex-valid-entry)
2885         (bibtex-beginning-first-field): New functions.
2886         (bibtex-skip-to-valid-entry): Use bibtex-valid-entry.  Fix regexp.
2887         (bibtex-map-entries): Fix docstring.
2888         (bibtex-flash-head): New arg prompt.  Simplify.
2889         (bibtex-enclosing-field): Include code of bibtex-inside-field.
2890         (bibtex-insert-kill): Simplify.  Always insert text past the
2891         current field or entry.
2892         (bibtex-format-entry): Use bibtex-parse-field.
2893         (bibtex-pop): Use bibtex-beginning-of-entry and
2894         bibtex-end-of-entry to initiate the search.  Insert empty field if
2895         we found ourselves.
2896         (bibtex-print-help-message): New args field and comma.
2897         Handle entry keys.
2898         (bibtex-make-field): Use bibtex-beginning-of-entry.
2899         (bibtex-end-of-entry): Use bibtex-valid-entry.  Recognize any
2900         invalid entry.
2901         (bibtex-validate): Use bibtex-valid-entry and bibtex-parse-string.
2902         Handle preambles.  Simplify code for thorough test.
2903         (bibtex-next-field, bibtex-find-text, bibtex-find-text-internal):
2904         New arg comma.  Handle entry heads.
2905         (bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters)
2906         (bibtex-kill-field, bibtex-copy-field-as-kil, bibtex-empty-field):
2907         New arg comma.
2908         (bibtex-kill-entry): Use bibtex-any-entry-maybe-empty-head.
2909         (bibtex-fill-field): Simplify.
2910         (bibtex-fill-entry): Use bibtex-beginning-first-field and
2911         bibtex-parse-field.
2912         (bibtex-convert-alien): Do not wait before calling bibtex-validate.
2913         (bibtex-complete): Use bibtex-parse-preamble.
2915 2005-12-29  Nick Roberts  <nickrob@snap.net.nz>
2917         * progmodes/gdb-ui.el (gdb-tooltip-print, gdb-tooltip-print-1):
2918         Display name of expression instead of convenience variable.
2919         (gdb-post-prompt): Only call gdb-get-changed-registers if needed.
2921         * progmodes/gud.el (gud-tooltip-dereference): Rename from
2922         toggle-gud-tooltip-dereference.
2923         (gud-tooltip-print-command): Move concatenation of "*" to expr to...
2924         (gud-tooltip-tips): ...here when dereferencing.
2926 2005-12-28  Bill Wohler  <wohler@newt.com>
2928         * simple.el (mh-e-user-agent): Move to mh-e/mh-comp.el and autoload.
2930 2005-12-28  Stefan Monnier  <monnier@iro.umontreal.ca>
2932         * vc.el (vc-annotate-display): Replace optional arg `color-map' with
2933         compulsory arg `ratio'.  Inline body of vc-annotate-time-span.
2934         (vc-annotate-display-autoscale): Adjust call.
2935         (vc-annotate-display-default): Adjust call.  Make arg compulsory.
2936         Fix interactive spec.
2937         (vc-annotate-time-span): Remove.
2938         (vc-annotate-oldest-in-map): Rename from vc-annotate-car-last-cons.
2939         (vc-annotate-mode-menu, vc-annotate-display-autoscale)
2940         (vc-annotate-display-select): Use new name.
2942         * vc.el (vc-annotate-mode-map): Remove obsolete binding.
2943         (vc-annotate-mode-menu): Remove left-over redundant declaration.
2944         Correct the construction of span entries.  Simplify.
2945         (vc-annotate-display-select): Fix the nil case.
2946         (vc-annotate): Remove obsolete (and now broken) code.
2947         (vc-annotate-extract-revision-at-line): Remove obsolete code.
2948         (vc-annotate-time-span): Remove unused arg `quantize'.  Simplify.
2950 2005-12-28  Luc Teirlinck  <teirllm@auburn.edu>
2952         * subr.el (lazy-completion-table): Correct typo in docstring.
2954         * startup.el (command-line): Use `custom-reevaluate-setting' for
2955         `send-mail-function'.
2957         * mail/sendmail.el (send-mail-function): Autoload the standard-value.
2959 2005-12-05  Ralf Angeli  <angeli@iwi.uni-sb.de>
2961         * mail/smtpmail.el (smtpmail-try-auth-methods):
2962         Send credentials together with "AUTH PLAIN" command.
2964 2005-12-27  Richard M. Stallman  <rms@gnu.org>
2966         * mouse.el (mouse-drag-region-1): When remapping mouse-1 to
2967         mouse-2, go back to previously selected window, so it's selected
2968         when mouse-2 command runs.
2970 2005-12-27  Juri Linkov  <juri@jurta.org>
2972         * descr-text.el (describe-text-sexp): Use square brackets for
2973         button [Show] to distinguish it from the property value `show'.
2974         (describe-property-list): Use `insert-text-button' with
2975         `help-face' type instead of putting face in quotes, because button
2976         is not created automatically for a list of faces.
2977         (describe-text-properties-1): Put button-type value in quotes to
2978         distinguish from plain text "button".
2979         (describe-char): Display code point values in hex.  Don't use
2980         `symbol-name' for `current-input-method' because it is a string.
2981         Use `insert-text-button' with `help-face' type instead of putting
2982         hardcoded face in quotes, because button is not created automatically.
2984 2005-12-27  Richard M. Stallman  <rms@gnu.org>
2986         * progmodes/glasses.el (glasses-face): More specific custom type.
2988         * files.el (set-visited-file-name): Doc fix.
2990         * textmodes/flyspell.el (flyspell-external-point-words):
2991         Use local var buffer-scan-pos to advance scan for next misspelling.
2992         Advance it only after we find the misspelling.
2994 2005-12-27  Agustin Martin  <agustin.martin@hispalinux.es>
2996         * textmodes/flyspell.el (flyspell-external-point-words):
2997         New criteria for finding the misspelling in the buffer.
2999 2005-12-27  Nick Roberts  <nickrob@snap.net.nz>
3001         * help-mode.el (help-insert-string): Set help-xref-stack-item
3002         rather than call help-setup-xref.
3004         * descr-text.el (describe-char): Revert previous changes for
3005         optional buffer argument.
3007 2005-12-27  Juri Linkov  <juri@jurta.org>
3009         * help-mode.el (help-insert-string): New function.  Save buffer
3010         contents in cases where it is impossible to recompute the old contents.
3012         * descr-text.el (describe-char): Set help-xref-stack-item
3013         explicitly after buffer has been generated.
3015 2005-12-27  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
3017         * cus-start.el (all): Add x-gtk-show-hidden-files.
3019 2005-12-26  Richard M. Stallman  <rms@gnu.org>
3021         * replace.el (perform-replace): Calculate match-again
3022         before skipping read-only matches.
3024         * paren.el (paren-showing-faces): New group.
3025         (show-paren-match, show-paren-mismatch): Move to that group.
3027         * button.el (button): Put into group `basic-faces'.
3029         * progmodes/make-mode.el: Remove faces from group `faces'.
3031         * apropos.el (apropos, apropos-value): Doc fix.
3032         (apropos-documentation): Doc fix.
3034 2005-12-26  Stefan Monnier  <monnier@iro.umontreal.ca>
3036         * subr.el (lazy-completion-table): Remove argument `args'.
3038         * textmodes/bibtex.el (bibtex-strings, bibtex-reference-keys):
3039         Don't use the `args' argument of lazy-completion-table.
3041 2005-12-26  Nick Roberts  <nickrob@snap.net.nz>
3043         * descr-text.el (describe-char): Add optional argument for buffer.
3044         Set buffer appropriately.  Call help-setup-xref.
3045         Suggested by Stefan Monnier.
3047 2005-12-26  Juri Linkov  <juri@jurta.org>
3049         * descr-text.el: Require `help-fns' at runtime.  Don't require
3050         `button' for byte compilation.
3051         (describe-text-widget): Add `help-echo' for first button.
3052         Use `help-info' for second.
3053         (describe-property-list): Use `help-argument-name' instead of `italic'.
3054         (describe-text-category): Add prompt to interactive spec.
3055         Call `help-setup-xref'.
3056         (describe-char): Use `help-character-set'.  Add `help-echo' for
3057         code point.  Use `help-input-method'.  Remove superfluous insert.
3059 2005-12-25  Richard M. Stallman  <rms@gnu.org>
3061         * progmodes/cc-defs.el (c-emacs-features): Do parse-partial-sexp
3062         at point, in case of narrowing.
3064         * progmodes/delphi.el (delphi-other-face): Allow nil in type.
3066         * locate.el (locate-header-face): Allow nil in type.
3068         * progmodes/cpp.el (cpp-face-none-list): Use cpp-face instead of face.
3070 2005-12-25  Romain Francoise  <romain@orebokech.com>
3072         * battery.el (battery-linux-proc-acpi): Also try
3073         `/proc/acpi/thermal_zone/THM0/temperature'.
3075 2005-12-24  Chong Yidong  <cyd@stupidchicken.com>
3077         * custom.el (custom-push-theme): Fix docstring.
3079         * cus-edit.el (custom-variable-set, custom-variable-save)
3080         (custom-variable-save): Custom-quote widget values.
3081         (customize-save-variable): Fix custom-push-theme call.
3083 2005-12-24  Eli Zaretskii  <eliz@gnu.org>
3085         * w32-fns.el (w32-batch-update-autoloads): New function.
3087         * makefile.w32-in (autoloads, $(lisp)/mh-e/mh-loaddefs.el):
3088         Use w32-batch-update-autoloads, and don't setq generated-autoload-file
3089         from the command line.
3091 2005-12-23  Chong Yidong  <cyd@stupidchicken.com>
3093         * custom.el (custom-push-theme): Clarify docstring.  VALUE nil for
3094         reset means to remove setting from theme entirely.  Don't keep
3095         expanding theme-settings list; delete old entries if necessary.
3097         * cus-edit.el (custom-buffer-create-internal): Move "Erase
3098         customization" button one line up.
3099         (custom-themed): New face.
3100         (custom-magic-alist): New value, THEMED, for theme settings.
3101         (custom-variable-state-set, custom-face-state-set):
3102         Check theme-value instead of saved-value.
3103         (custom-variable-reset-standard, custom-face-reset-standard):
3104         Remove theme setting entirely.  Recalculate new values.
3105         (custom-variable-set, custom-variable-set)
3106         (custom-variable-reset-saved, custom-variable-reset-backup)
3107         (custom-face-set, custom-face-reset-saved): Update `user' theme.
3108         (custom-variable-save): Fix typos.
3110 2005-12-23  Juri Linkov  <juri@jurta.org>
3112         * emacs-lisp/edebug.el (edebug-all-defs, edebug-all-forms):
3113         Add autoload cookies.
3114         (edebug-outside-d-c-i-n-s-w): New variable.
3115         (edebug-display, edebug-outside-excursion): Use it to save the
3116         original value of default-cursor-in-non-selected-windows.
3117         Set default-cursor-in-non-selected-windows to t while Edebug
3118         is active.
3119         (edebug-mode, edebug-eval-mode): Doc fix.
3121         * mouse.el (mouse-choose-completion): Replace `buffer-substring'
3122         with `buffer-substring-no-properties' to remove common substring
3123         highlighting.
3125         * info.el (info-other-window, info): Rename function argument
3126         `file' to `file-or-node'.
3127         (Info-complete-menu-item): Use local variable `complete-nodes' to
3128         keep the global value of `Info-complete-nodes' unchanged for
3129         subsequent completions.
3130         (info-tool-bar-map): Put `Info-index' icon just before `Info-search'.
3132         * simple.el (get-next-valid-buffer, last-buffer)
3133         (next-error-buffer-p, next-error-find-buffer)
3134         (minibuffer-history-sexp-flag): Doc fix.
3136         * savehist.el (savehist-mode-hook): Add `:group'.
3138         * log-view.el: Call autoload for vc-find-version.
3139         (log-view-current-file): Adjust subgroup numbers.
3140         (log-view-current-tag): Add `length'.
3142 2005-12-23  Richard M. Stallman  <rms@gnu.org>
3144         * vc.el (vc-annotate-car-last-cons): Defn moved up.
3146 2005-12-23  Juri Linkov  <juri@jurta.org>
3148         * hi-lock.el (hi-lock-archaic-interface-message-used)
3149         (hi-lock-archaic-interface-deduce, hi-lock-mode): Doc fix.
3150         (hi-lock-mode): Display "Hi" in the mode line only when
3151         hi-lock-interactive-patterns or hi-lock-file-patterns is non-nil.
3152         (hi-lock-write-interactive-patterns):
3153         Use hi-lock-file-patterns-prefix instead of hard-coded "Hi-lock".
3154         (hi-lock-set-pattern, hi-lock-set-file-patterns)
3155         (hi-lock-font-lock-hook): Set 3rd arg `how' of
3156         font-lock-add-keywords to t.
3158 2005-12-23  David Koppelman  <koppel@ece.lsu.edu>
3160         * hi-lock.el (hi-lock-highlight-range): New variable.
3161         (hi-lock-mode, hi-lock-unface-buffer): Call font-lock-fontify-buffer
3162         only if font-lock-fontified is non-nil.  Remove overlays.
3163         (hi-lock-set-pattern): Call font-lock-fontify-buffer if
3164         font-lock-fontified is non-nil, otherwise use overlays (instead of
3165         text properties).
3166         (hi-lock-string-serialize-hash, hi-lock-string-serialize-serial):
3167         New variables.
3168         (hi-lock-string-serialize) New function.
3170 2005-12-23  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
3172         * menu-bar.el (menu-find-file-existing): New function.
3173         (menu-bar-file-menu): Use menu-find-file-existing for Open.
3175         * tool-bar.el (tool-bar-setup): Open changed to menu-find-file-existing.
3177 2005-12-22  Stefan Monnier  <monnier@iro.umontreal.ca>
3179         * vc.el: Remove unnecessary leading * in docstrings.
3180         (vc-annotate-mode-map): Move initialization into declaration.
3181         (vc-static-header-alist): Nitpick on the regexp.
3182         (vc-default-init-version): New fun.
3183         (vc-register): Use it.
3184         (vc-insert-headers): Use dolist.
3185         (vc-annotate-get-backend): Remove unused function.
3186         (vc-annotate-add-menu): Remove.  Build the menu directly at toplevel.
3187         (vc-annotate-mode): Remove corresponding call.
3188         (vc-annotate-car-last-cons): Simplify.
3189         (vc-annotate-buffers): Remove var.
3190         (vc-annotate-backend): Make it buffer-local.
3191         (vc-annotate): Move the interaction to the interactive spec.
3192         Add a `buf' argument.
3193         (vc-annotate-warp-version): Use this new `buf' argument to avoid
3194         killing&creating a vc-annotate buffer, which is very disruptive when
3195         the buffers are shown in dedicated frames.
3197 2005-12-23  Nick Roberts  <nickrob@snap.net.nz>
3199         * descr-text.el: Add FSF as maintainer.
3200         (describe-text-mode, describe-text-mode-map)
3201         (describe-text-mode-hook, describe-text-done): Delete.  Use normal
3202         help-mode.
3203         (describe-text-widget, describe-text-sexp)
3204         (describe-property-list, describe-text-category)
3205         (describe-text-properties, describe-text-properties-1)
3206         (describe-char): Use help buttons instead of widgets.
3207         (describe-char-unicodedata-file): Make URL link in doc string.
3209 2005-12-22  Richard M. Stallman  <rms@gnu.org>
3211         * cus-edit.el (custom-variable-prompt): Say "variable" in prompt.
3212         (custom-buffer-create-internal): Reword the top-of-buffer help intro.
3213         Don't include buttons that write a file when there's no file.
3214         (custom-variable-menu, custom-face-menu, custom-group-menu):
3215         Don't include commands that write a file when there's no file.
3216         (customize-browse): Reword the top-of-buffer help intro.
3217         (custom-buffer-create-internal): Fix previous change.
3218         (customize-changed-options-previous-release): Prev release is 21.1.
3219         (customize-changed-options): Doc fix.
3220         (customize-changed): New alias.
3221         (custom-reset-menu, custom-magic-alist, Custom-mode-menu):
3222         Say "standard values".
3223         (Custom-reset-standard): Doc fix.
3224         (custom-face-reset-standard): Doc fix.
3226 2005-12-22  Stefan Monnier  <monnier@iro.umontreal.ca>
3228         * font-lock.el (font-lock-default-fontify-buffer): Try and set-defaults
3229         even if font-lock-mode is non-nil since it may be t without having
3230         turned on font-lock-mode-internal.
3231         (font-lock-choose-keywords): Minor optimization.
3232         (font-lock-add-keywords, font-lock-remove-keywords)
3233         (font-lock-set-defaults): Don't call make-local-variable on a variable
3234         that we know to already be local.
3236 2005-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
3238         * emacs-lisp/lisp.el (lisp-complete-symbol): Don't print progress
3239         messages if in the minibuffer.
3241 2005-12-21  Stefan Monnier  <monnier@iro.umontreal.ca>
3243         * textmodes/flyspell.el (flyspell-check-word-p): Don't quote - in a RE.
3244         (tex-mode-flyspell-verify, flyspell-get-word)
3245         (flyspell-external-point-words): Don't use point-min/max uselessly.
3247         * emacs-lisp/lisp.el (lisp-complete-symbol): Mostly undo the change
3248         by Kevin Rodgers.  Instead, just hide the completions buffer if we
3249         don't need to show it.
3251 2005-12-21  Luc Teirlinck  <teirllm@auburn.edu>
3253         * wid-edit.el (file, directory): Doc fixes for the `define-widget's.
3255 2005-12-21  Stefan Monnier  <monnier@iro.umontreal.ca>
3257         * emacs-lisp/lisp.el (lisp-complete-symbol): Don't call
3258         delete-windows-on with an inexistent buffer.
3260 2005-12-22  Nick Roberts  <nickrob@snap.net.nz>
3262         * progmodes/gud.el (gud-tooltip-modes, gud-tooltip-display):
3263         Delete defcustom variable :tag names.
3265 2005-12-20  Stefan Monnier  <monnier@iro.umontreal.ca>
3267         * log-view.el (log-view-file-re, log-view-message-re): Use shy groups.
3268         (log-view-font-lock-keywords): Ajust subgroup numbers.
3269         (log-view-current-tag): Don't hard code the number of subgroups.
3271 2005-12-20  Juri Linkov  <juri@jurta.org>
3273         * tooltip.el (tooltip): Move defgroup before define-minor-mode.
3274         (tooltip-x-offset, tooltip-y-offset): Doc fix.
3276         * menu-bar.el (menu-bar-menu-frame-live-and-visible-p)
3277         (menu-bar-non-minibuffer-window-p): Instead of checking
3278         display-multi-frame-p, use selected-frame when menu-updating-frame
3279         is nil.
3281 2005-12-20  Davis Herring  <herring@lanl.gov>  (tiny change)
3283         * align.el (align-rules-list): Use [ \t] instead of \s-
3284         for column separators in text mode.
3286 2005-12-20  Nick Roberts  <nickrob@snap.net.nz>
3288         * help-mode.el (help-customize-variable, help-customize-face):
3289         Don't pop help-xref-stack as help-follow no longer pushes
3290         anything on to it.
3292 2005-12-20  Carsten Dominik  <dominik@science.uva.nl>
3294         * textmodes/org.el (org-agenda-custom-commands): New option.
3295         (org-agenda): Offer custom commands on splash screen.
3296         (org-make-tags-matcher): Parser for Boolean logic added.
3297         (org-agenda-set-tags): New command.
3298         (org-agenda-menu, org-agenda-mode-map): Add `org-agenda-set-tags'.
3299         (org-set-tags): Efficiency improvements.
3300         (org-auto-align-tags): New option.
3301         (org-todo, org-demote, org-promote): Realign tags.
3302         (org-tags-completion-function): Use also "&" and "|" as separators.
3303         (org-org-menu): Agenda commands simplified.
3305 2005-12-19  Luc Teirlinck  <teirllm@auburn.edu>
3307         * cus-edit.el (customize-apropos, customize-apropos-options):
3308         Docstring changes.
3310         * font-lock.el (font-lock): Add tags to the links in the defgroup.
3312 2005-12-19  Chong Yidong  <cyd@stupidchicken.com>
3314         * longlines.el (longlines-mode): Wrap while widened.
3315         (longlines-decode-region, longlines-encode-region): Compute max
3316         just once.
3318 2005-12-19  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
3320         * cus-edit.el (mac): New group.
3322         * cus-start.el (all): Add user options in macterm.c.  Add test for
3323         Mac-related built-ins.  Fix test for GTK-related built-ins.
3325         * term/mac-win.el (mac-handle-language-change)
3326         (mac-ae-open-documents, mac-ae-get-url, mac-services-open-file)
3327         (mac-services-open-selection, mac-services-mail-selection)
3328         (mac-services-mail-to, mac-services-insert-text)
3329         (mac-dispatch-apple-event): Add docstrings.
3330         (x-get-selection, mac-select-convert-to-string): Select coding
3331         system from `utf-16be' and `utf-16le' using `byteorder'.
3333 2005-12-18  Stefan Monnier  <monnier@iro.umontreal.ca>
3335         * subr.el (lazy-completion-table): Don't be fooled if the var holds
3336         a "list" (lambda ...) rather than a real completion list.
3338         * emacs-lisp/cl-extra.el (cl-macroexpand-all): Fix code-walk for
3339         lexical-let when encountering ((lambda (...) ...) ...).
3341 2005-12-17  Chong Yidong  <cyd@stupidchicken.com>
3343         * progmodes/sh-script.el (sh-mode):
3344         * language/ethio-util.el (ethio-fidel-to-sera-mail-or-marker):
3345         * textmodes/picture.el (picture-mode): Update docstrings.
3347 2005-12-17  Eli Zaretskii  <eliz@gnu.org>
3349         * makefile.w32-in (autoloads, custom-deps): Warn that parts of
3350         commands enclosed in $(ARGQUOTE)s should not be split between two
3351         lines, as that will break with GNU Make >3.80, when sh.exe is used
3352         and arg quoting is with '..'.
3353         (autoloads): Don't break the quoted --eval expression between
3354         several lines.
3356 2005-12-17  Chong Yidong  <cyd@stupidchicken.com>
3358         * emacs-lisp/edebug.el (edebug-safe-prin1-to-string):
3359         Capture error from printing circular structures.
3361 2005-12-17  Martin Rudalics  <rudalics@gmx.at>  (tiny change)
3363         * wid-edit.el (widget-checkbox-action): Clear undo info.
3365 2005-12-16  Bill Wohler  <wohler@newt.com>
3367         * menu-bar.el (kill-this-buffer): Set a good example by using menu
3368         bar, not menubar in comment.
3370 2005-12-16  Stefan Monnier  <monnier@iro.umontreal.ca>
3372         * progmodes/cc-engine.el (c-after-change-check-<>-operators):
3373         After-change-functions should not clobber the match data.
3375 2005-12-16  Juri Linkov  <juri@jurta.org>
3377         * simple.el (choose-completion): Use `buffer-substring-no-properties'
3378         instead of `buffer-substring'.
3379         (completion-common-substring): Doc fix.
3380         (completion-setup-function): Use minibuffer-completion-contents
3381         instead of minibuffer-contents.  Don't set common-string-length
3382         initially.  Remove special handling of partial-completion-mode.
3383         Move computation of completion-base-size into one cond.
3384         Call completion-base-size-function in mainbuf.  In computation of
3385         completion-base-size for file name completion don't move point to
3386         the end of the minibuffer.  Move computation of common-string-length
3387         into one cond.  Start putting faces only when common-string-length>=0.
3388         Add condition to put completions-common-part when
3389         common-string-length>0.
3391         * complete.el (PC-do-completion): Remove `(equal (point) beg)' to
3392         place point at the first different character in the minibuffer
3393         even if this position is at the beginning of the minibuffer.
3395         * info.el (Info-read-node-name-1): In completion-base-size-function's
3396         lambda return 1 if common-substring or minibuffer-completion-contents
3397         starts with (, and 0 otherwise.
3399         * emacs-lisp/crm.el (crm-minibuffer-completion-help):
3400         Use `crm-current-element' for second arg of `display-completion-list'.
3402 2005-12-16  Klaus Zeitler  <kzeitler@lucent.com>
3404         * files.el (set-auto-mode): Look for an interpreter specified on
3405         the first line also if search for mode specification succeeded,
3406         but the mode is not known.
3408 2005-12-16  Carsten Dominik  <dominik@science.uva.nl>
3410         * textmodes/org.el (org-tags-match-list-sublevels): New option.
3411         (org-open-at-point): Implement tag searches as links.
3412         (org-fit-agenda-window, org-get-buffer-tags, org-get-tags)
3413         (org-make-tags-matcher, org-scan-tags, org-activate-tags): New funs.
3414         (org-tags-sparse-tree, org-tags-view, org-set-tags)
3415         (org-agenda-dispatch): New commands.
3416         (org-use-tag-inheritance, org-tags-column): New options.
3417         (org-tab-follows-link, org-return-follows-link): New options.
3418         (org-tags): New customize group.
3419         (org-start-icalendar-file): Get local time zone.
3420         (org-tags-completion-function): New function.
3421         (org-set-font-lock-defaults): Make sure links will also be
3422         highlighted inside headlines.
3424 2005-12-16  Mark Plaksin  <happy@usg.edu>  (tiny change)
3426         * term.el (term-emulate-terminal):
3427         Let term-handle-ansi-terminal-messages override what Bash says about
3428         its current directory.
3430 2005-12-16  L\e$,1 q\e(Brentey K\e,Aa\e(Broly  <lorentey@elte.hu>
3432         * bindings.el (last-buffer): Move to simple.el.
3433         * simple.el (last-buffer): Move here.
3434         (get-next-valid-buffer): New function.
3435         (next-buffer): Use frame-local buffer list, maintain buried buffer list.
3436         (prev-buffer): Ditto.  Rename to `previous-buffer'.
3438         * menu-bar.el (menu-bar-update-buffers): Update uses of `prev-buffer'.
3439         * bindings.el (global-map): Ditto.
3441 2005-12-15  Luc Teirlinck  <teirllm@auburn.edu>
3443         * cus-edit.el: Introductory comment change.
3444         (custom-magic-alist): Change message string for the `rogue' state.
3446 2005-12-15  Richard M. Stallman  <rms@gnu.org>
3448         * tooltip.el: Delete defcustom variable :tag names.
3450         * complete.el (partial-completion-mode): Doc fix.
3452         * textmodes/flyspell.el (flyspell-external-point-words):
3453         Use save-excursion to ensure we don't move backward in the
3454         search loop, not even one character.
3455         (flyspell-delete-all-overlays): Use remove-overlays directly.
3457         * textmodes/ispell.el (ispell-current-personal-dictionary): New var.
3458         (ispell-start-process): Set that variable.
3459         Clear ispell-buffer-local-name.
3460         (ispell-internal-change-dictionary):
3461         Set ispell-current-dictionary after killing process.
3462         (ispell-buffer-local-dict):
3463         Don't set spell-personal-dictionary after killing process.
3464         (ispell-buffer-local-words): Don't clear out ispell-buffer-local-name.
3465         (ispell-tex-skip-alists, ispell-html-skip-alists)
3466         (ispell-skip-region-alist): Mark as risky.
3468         * net/newsticker.el (newsticker--retrieval-timer-list)
3469         (newsticker--display-timer, newsticker-running-p)
3470         (newsticker-ticker-running-p): Definitions moved up.
3472 2005-12-16  Nick Roberts  <nickrob@snap.net.nz>
3474         * progmodes/gdb-ui.el (gdb-many-windows): Echo new state in minibuffer.
3476 2005-12-15  David Ponce  <david@dponce.com>
3478         * recentf.el (recentf-dialog-goto-first): Fix missing error condition.
3479         (recentf-edit-list, recentf-open-files): Signal an error when
3480         there is no recent file.
3482 2005-12-14  Lennart Borgman  <lennart.borgman.073@student.lu.se>
3484         * textmodes/texinfmt.el (texinfo-format-region): Set buffer to
3485         read-only except for texinfo-format-region evaluation.
3487 2005-12-14  Richard M. Stallman  <rms@gnu.org>
3489         * vc.el (vc-default-previous-version, vc-default-next-version)
3490         (vc-do-command): Doc fixes.
3492 2005-12-14  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
3494         * textmodes/bibtex.el (bibtex-expand-strings)
3495         (bibtex-autokey-expand-string, bibtex-name-part)
3496         (bibtex-entry-type-whitespace, bibtex-entry-type-str)
3497         (bibtex-any-entry-maybe-empty-head, bibtex-string-type)
3498         (bibtex-preamble-prefix, bibtex-string-empty-key): New variables.
3499         (bibtex-entry-type, bibtex-entry-head): Match only valid entries.
3500         (bibtex-entry-postfix, bibtex-known-entry-type-re)
3501         (bibtex-valid-entry-re, bibtex-any-valid-entry-re)
3502         (bibtex-valid-entry-whitespace-re, bibtex-empty-field-re)
3503         (bibtex-field-name-for-parsing, bibtex-remove-delimiters-string)
3504         (bibtex-beginning-of-last-entry): Remove.
3505         (bibtex-parse-field-name): Use bibtex-field-name.  Issue error
3506         message if comma is missing but buffer is read-only.
3507         (bibtex-parse-field-text): Handle whitespaces at the end of field
3508         text.  Return 3-element list with beginning and end of field text
3509         and end of field.
3510         (bibtex-end-of-text-in-field, bibtex-end-of-field): Change accordingly.
3511         (bibtex-parse-field): Remove arg name.  Use bibtex-field-name.
3512         (bibtex-search-forward-field, bibtex-search-backward-field):
3513         Search always delimited by limits of entry.  Use more efficient
3514         search algorithms.
3515         (bibtex-name-in-field): Use bibtex-start-of-name-in-field and
3516         bibtex-end-of-name-in-field.
3517         (bibtex-text-in-field-bounds): Handle BibTeX strings when
3518         extracting the content of a field.
3519         (bibtex-text-in-field): Use search limits.
3520         (bibtex-parse-string-prefix): Handle empty string keys based on
3521         bibtex-string-empty-key.
3522         (bibtex-parse-string): Fix docstring.
3523         (bibtex-text-in-string): Use bibtex-text-in-field-bounds.
3524         (bibtex-preamble-prefix, bibtex-strings): New functions.
3525         (bibtex-skip-to-valid-entry): Include preceding whitespace in
3526         BibTeX entries (consistent with other BibTeX functions).
3527         (bibtex-map-entries): Use bibtex-skip-to-valid-entry.
3528         (bibtex-search-entry): Fix docstring.  Simplify.
3529         (bibtex-flash-head, bibtex-complete-string-cleanup)
3530         (bibtex-count-entries, bibtex-sort-buffer): Simplify.
3531         (bibtex-beginning-of-first-entry): Use bibtex-skip-to-valid-entry.
3532         (bibtex-parse-entry): New optional arg content.
3533         (bibtex-format-entry, bibtex-autofill-entry, bibtex-url): Use it.
3534         Use bibtex-text-in-field-bounds.
3535         (bibtex-print-help-message): Handle BibTeX strings and preambles.
3536         (bibtex-end-of-entry): Use bibtex-preamble-prefix and
3537         bibtex-parse-string-postfix.
3538         (bibtex-find-text-internal): New function.
3539         (bibtex-remove-delimiters): Use it.
3540         (bibtex-find-text): Use it.  New optional arg help.
3541         (bibtex-complete): Handle BibTeX string and preamble entries.
3542         (bibtex-Preamble): Fix order of closing delimiters.
3544 2005-12-14  Stefan Monnier  <monnier@iro.umontreal.ca>
3546         * vc.el (vc-default-revert): New fun.
3548         * vc-mcvs.el (vc-mcvs-revert): Fix call to vc-default-revert.
3550 2005-12-14  Romain Francoise  <romain@orebokech.com>
3552         * font-lock.el (font-lock-keywords-alist): Rename `append' to `how'.
3553         (font-lock-add-keywords, font-lock-update-removed-keyword-alist):
3554         (font-lock-remove-keywords): Likewise.
3556 2005-12-14  Juri Linkov  <juri@jurta.org>
3558         * log-view.el (log-view-diff): Doc fix.
3560         * isearch.el (isearch-query-replace): Use (mark) instead of
3561         isearch-opoint if mark is active in transient-mark-mode.
3563 2005-12-14  Aaron S. Hawley  <Aaron.Hawley@uvm.edu>
3565         * isearch.el (isearch-query-replace): Check for isearch-other-end.
3567 2005-12-14  Per Abrahamsen  <abraham@dina.kvl.dk>
3569         * progmodes/cpp.el (cpp-face): New widget.
3570         (cpp-known-face, cpp-unknown-face, cpp-edit-list): Use it.
3572 2005-12-14  Juri Linkov  <juri@jurta.org>
3574         * help-macro.el (make-help-screen): Bind `inhibit-read-only' to t
3575         around `erase-buffer' and `insert'.
3577         * descr-text.el (describe-text-properties): Replace buffer name
3578         "*Help-2*" with "*Help*<2>".
3579         (describe-char): Add functions print-help-return-message,
3580         toggle-read-only.  Use help-setup-xref with nil to not store
3581         describe-char in help-xref-stack.  Use help-make-xrefs to
3582         make [back] button.
3584         * desktop.el (desktop-minor-mode-table): Add vc-dired-mode with nil.
3586         * wdired.el (wdired-old-point): New internal variable.
3587         (wdired-change-to-wdired-mode): Set it buffer-locally.
3588         (wdired-abort-changes): Restore point after aborting changes.
3590 2005-12-13  Stefan Monnier  <monnier@iro.umontreal.ca>
3592         * vc.el (vc-do-command): Add a new value t for okstatus.
3594         * vc-svn.el (vc-svn-registered): Use it to avoid popping up a spurious
3595         frame in case of errors.
3597 2005-12-13  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
3599         * menu-bar.el (menu-bar-showhide-fringe-menu): Move "On the Right"
3600         so it comes after "On the Left" in the menu.
3602 2005-12-12  Luc Teirlinck  <teirllm@auburn.edu>
3604         * cus-edit.el (customize-apropos, customize-apropos-options)
3605         (customize-apropos-faces, customize-apropos-groups): Doc fixes.
3607 2005-12-12  Bill Wohler  <wohler@newt.com>
3609         * vc-svn.el (vc-svn-registered): Fix problem of visiting
3610         non-writable Subversion-controlled files by saving window
3611         configuration before calling vc-do-command.  vc-do-command calls
3612         pop-to-buffer on error which is unexpected during registration.
3614 2005-12-12  Jay Belanger  <belanger@truman.edu>
3616         * calc/README: Update the summary of changes.
3618 2005-12-12  Stefan Monnier  <monnier@iro.umontreal.ca>
3620         * descr-text.el (describe-char): Rework last fix to solve the problem
3621         is the same way it's solved for everything else in that function
3622         (i.e. by extracting the info before setting up the *Help* buffer).
3624 2005-12-12  Kim F. Storm  <storm@cua.dk>
3626         * subr.el (version-regexp-alist): Allow space as separator before
3627         non-numeric part, e.g. "1.0 alpha".
3628         (version-to-list): Interpret .X.Y version as 0.X.Y version.
3630 2005-12-12  Carsten Dominik  <dominik@science.uva.nl>
3632         * textmodes/org.el (org-agenda, org-timeline, org-todo):
3633         Implement Logging and the keep-modes setting.
3634         (org-get-category): Make sure a string is returned.
3635         (org-log-done): New function.
3636         (org-log-done, org-closed-string): New options.
3638 2005-12-12  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
3640         * tooltip.el (tooltip-y-offset): Change default to 20.
3642 2005-12-12  Richard M. Stallman  <rms@gnu.org>
3644         * mouse.el (mouse-drag-vertical-line): Use adjust-window-trailing-edge.
3646         * frame.el (display-hourglass): Doc fix.
3648         * help.el (help-for-help-internal): Simplify entry for `a'.
3650         * info.el (Info-on-current-buffer): Doc fix.
3651         (info-insert-file-contents): Don't test (featurep 'jka-compr).
3653         * startup.el (inhibit-splash-screen): Make this the real name.
3654         (inhibit-startup-message): Make this the alias.
3655         (command-line): Find only simple.el, and use its directory
3656         to fill in other preloaded files' names.
3657         (command-line): Deactivate the mark if deactivate-mark is set.
3659         * international/mule.el (load-with-code-conversion):
3660         Bind deactivate-mark.
3662         * progmodes/compile.el (compilation-error-regexp-alist): Doc fix.
3664 2005-12-11  Luc Teirlinck  <teirllm@auburn.edu>
3666         * cus-edit.el (customize-apropos): Avoid listing an option more
3667         than once under different aliases.  No longer list user options
3668         that are not defined with defcustom (unless a prefix arg is given).
3669         Doc fix.
3670         (customize-apropos-options): Doc fix.
3672 2005-12-11  Juri Linkov  <juri@jurta.org>
3674         * frame.el (set-background-color, set-foreground-color)
3675         (set-cursor-color, set-mouse-color, set-border-color):
3676         Add explicit prompts to read colors by `facemenu-read-color'.
3677         (show-trailing-whitespace, blink-cursor-delay)
3678         (blink-cursor-interval, display-hourglass, hourglass-delay):
3679         Remove tags.
3680         (display-hourglass, hourglass-delay): Doc fix.
3681         (cursor-in-non-selected-windows): Capitalize words in tag.
3683         * faces.el (frame-background-mode): Replace `choice-item' keywords
3684         with `const' to not make [default] button.  Change default value tag
3685         from `default' to `automatic'.  Doc fix.
3686         (trailing-whitespace) <defface>: Change group `whitespace' to
3687         `whitespace-faces'.
3689 2005-12-11  Richard M. Stallman  <rms@gnu.org>
3691         * buff-menu.el (Buffer-menu-sort-column): Not a user variable.
3693 2005-12-11  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
3695         * term/mac-win.el: Create keymap for mac-apple-event-map.
3697 2005-12-11  Nick Roberts  <nickrob@snap.net.nz>
3699         * tooltip.el (tooltip-mode): Move to start of file so that it
3700         appears at top of customize buffer.
3702         * progmodes/gud.el (gud-tooltip-modes, gud-tooltip-display):
3703         Add the gud groupname.
3704         (gud-tooltip-mode): Add the tooltip groupname.
3705         (gud-tooltip-echo-area): Add the gud groupname.  Remove tag to
3706         avoid conflict with tooltip-use-echo-area.
3708 2005-12-10  Romain Francoise  <romain@orebokech.com>
3710         * help.el (help-for-help-internal): Add `r' in doc string.
3712 2005-12-10  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
3714         * align.el (align-regexp, align-highlight-rule):
3715         Use region-beginning and region-end instead of point and mark, so that
3716         repetition (with `repeat-complex-command') recomputes the region
3717         bounds.
3719 2005-12-10  Lennart Borgman  <lennart.borgman.073@student.lu.se>
3721         * window.el (bw-get-tree, bw-get-tree-1, bw-find-tree-sub)
3722         (bw-find-tree-sub-1, bw-l, bw-t, bw-r, bw-b, bw-dir, bw-eqdir)
3723         (bw-refresh-edges, bw-adjust-window, bw-balance-sub): New functions.
3724         (balance-windows): Rewrite using the above new functions.
3726 2005-12-10  David Koppelman  <koppel@ece.lsu.edu>
3728         * hi-lock.el (hi-lock-mode): Rename from hi-lock-buffer-mode;
3729         react if global-hi-lock-mode seems intended.
3730         (global-hi-lock-mode) Renamed from hi-lock-mode.
3731         (hi-lock-archaic-interface-message-used)
3732         (hi-lock-archaic-interface-deduce): New variables.
3733         (turn-on-hi-lock-if-enabled, hi-lock-line-face-buffer)
3734         (hi-lock-face-buffer, hi-lock-face-phrase-buffer)
3735         (hi-lock-find-patterns, hi-lock-font-lock-hook):
3736         Replace hi-lock-buffer-mode with hi-lock-mode.
3738 2005-12-10  Kevin Rodgers  <ihs_4664@yahoo.com>
3740         * emacs-lisp/lisp.el (lisp-complete-symbol): Regenerate the
3741         completion list, even after a partial completion has been
3742         inserted in the current buffer.  If there are more than 1
3743         completion, redisplay the *Completions* buffer; if the
3744         completion is unique, delete the *Completions* window.
3746 2005-12-10  Eli Zaretskii  <eliz@gnu.org>
3748         * mail/rmail.el (rmail-next-same-subject): Handle multiple "Re: "
3749         strings and long subject lines that were broken into multiple
3750         lines at arbitrary places.  Handle subjects that have "Re: " in
3751         the middle.
3753 2005-12-10  John W. Eaton  <jwe@octave.org>
3755         * emacs/octave-mod.el (octave-electric-space): Don't indent
3756         comments or strings if octave-auto-indent is nil.
3758 2005-12-10  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
3760         * term/mac-win.el: Require url when compiling.
3761         Call mac-process-deferred-apple-events after loading init files.
3762         (mac-apple-event-map): New defvar.  Define event handlers in it.
3763         (core-event, internet-event): New Apple event class symbols.
3764         (open-application, reopen-application, open-documents)
3765         (print-documents, open-contents, quit-application)
3766         (application-died, show-preferences, autosave-now, get-url):
3767         New Apple event ID symbols.
3768         (about): New HICommand ID symbol.
3769         (mac-event-spec, mac-event-ae): New macros.
3770         (mac-ae-parameter, mac-ae-list, mac-bytes-to-integer)
3771         (mac-ae-selection-range, mac-ae-text-for-search)
3772         (mac-ae-open-documents, mac-ae-text, mac-ae-get-url): New functions.
3773         (mac-application-menu-map): Remove keymap.  Handlers for HICommand
3774         and Services menu events are now defined in mac-apple-event-map.
3775         (mac-drag-n-drop): Remove selection range handling.
3777 2005-12-10  Kenichi Handa  <handa@m17n.org>
3779         * simple.el (zap-to-char):
3780         * isearch.el (isearch-process-search-char): Translate CHAR by
3781         translation-table-for-input.
3783 2005-12-09  Chong Yidong  <cyd@stupidchicken.com>
3785         * foldout.el (foldout-exit-fold): Properly hide subtree.
3787 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
3789         * files.el (save-buffer):
3790         * international/ucs-tables.el (ucs-set-table-for-input):
3791         * mail/mail-extr.el (mail-extract-address-components):
3792         * mail/sendmail.el (mail-mode): Reformat doc string.
3794 2005-12-09  Juri Linkov  <juri@jurta.org>
3796         * isearch.el (isearch-highlight): Change main overlay priority
3797         from 1 to 1001.  Simplify.
3798         (isearch-lazy-highlight-update): Change lazy overlay priority
3799         from 0 to 1000.
3801         * replace.el (replace-highlight): Change overlay priority from
3802         1 to 1001.
3804         * textmodes/ispell.el (ispell-highlight-spelling-error-overlay):
3805         Change overlay priority from 1 to 1001.  Reuse existing overlay.
3807         * compare-w.el (compare-windows-highlight): Change overlay
3808         priority from 1 to 1000.
3810         * menu-bar.el (menu-bar-edit-menu): Add listp around
3811         pending-undo-list to disable menu item "undo" when pending
3812         undo list is empty.
3814         * locate.el (locate): Disable undo in *Locate* buffer.
3816 2005-12-09  Kim F. Storm  <storm@cua.dk>
3818         * mail/smtpmail.el (smtpmail-via-smtp): Disable undo in SMTP buffer.
3820 2005-12-09  David Ponce  <david@dponce.com>
3822         * recentf.el: Improvement of the menu code.
3823         (recentf-enabled-p): Move before first use.  Use `kill-emacs-hook'
3824         instead of menu hook.
3825         (recentf-show-menu, recentf-hide-menu): New functions.
3826         (recentf-menu-customization-changed, recentf-mode): Use them.
3827         (recentf-menu-action, recentf-max-menu-items)
3828         (recentf-menu-open-all-flag, recentf-menu-append-commands-flag)
3829         (recentf-arrange-by-rule-others)
3830         (recentf-arrange-by-rules-min-items)
3831         (recentf-arrange-by-rule-subfilter) : Don't use
3832         `recentf-menu-customization-changed'.
3833         (recentf-arrange-rules): Likewise.  Accept functions to compute
3834         sub-menu titles.
3835         (recentf-menu-filter): Likewise.  Doc fix.
3836         (recentf-menu-value-shortcut): Doc fix.
3837         (recentf-dump-variable): Quote atom value.
3838         (recentf-make-menu-items): Update to use it as a menu filter.
3839         (recentf-match-rule): New function.
3840         (recentf-arrange-by-rule): Use it.
3841         (recentf-indirect-mode-rule): New function.
3842         (recentf-build-mode-rules): Use it.
3843         (recentf-dir-rule): New function.
3844         (recentf-arrange-by-dir): Use it.
3845         (recentf-filter-changer-current): Rename from
3846         `recentf-filter-changer-state'.  All references updated.
3847         (recentf-filter-changer-alist): Update filter names.
3848         (recentf-filter-changer-select): New function.
3849         (recentf-filter-changer): Use it.  Make a sub-menu from filters
3850         available in `recentf-filter-changer-alist'.
3851         (recentf-data-cache, recentf-clear-data)
3852         (recentf-update-menu): Remove.  All references updated.
3853         (recentf-match-rule-p, recentf-build-dir-rules)
3854         (recentf-filter-changer-goto-next)
3855         (recentf-filter-changer-get-current)
3856         (recentf-filter-changer-get-next): Remove.
3858 2005-12-08  Luc Teirlinck  <teirllm@auburn.edu>
3860         * cus-edit.el (custom-buffer-create-internal): Relabel the whole
3861         buffer "Reset" button to "Reset to Current" for consistency with
3862         the State buttons.
3864 2005-12-08  John Paul Wallington  <jpw@pobox.com>
3866         * ibuf-ext.el (define-ibuffer-filter filename):
3867         If `dired-directory' is a list then really use its car.
3869 2005-12-08  Kim F. Storm  <storm@cua.dk>
3871         * emulation/cua-rect.el (cua--rectangle-aux-replace):
3872         Fix indention of text on right side of replaced rectangle.
3874 2005-12-09  Nick Roberts  <nickrob@snap.net.nz>
3876         * progmodes/gud.el (gud-speedbar-buttons, gud-tooltip-tips):
3877         No need to check gud-comint-buffer is bound.
3878         (gdb): Prevent multiple debugging when first session uses gdba.
3880 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
3882         CC Mode update to 5.31.
3884         * progmodes/cc-subword.el: Add a dummy `c-subword-mode' for
3885         Emacsen which lack `define-minor-mode'.  (Currently Emacs <21.  We
3886         might do this function properly in the future).
3888         * progmodes/cc-cmds.el, cc-defs.el, cc-styles.el, cc-vars.el: New
3889         macros c-sentence-end and c-default-value-sentence end, to cope
3890         with Emacs 22's new function `sentence-end'.
3892 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
3894         * progmodes/cc-cmds.el (c-show-syntactic-information): Solved the
3895         compat issue using `c-put-overlay' and `c-delete-overlay'.
3897         * progmodes/cc-defs.el (c-put-overlay, c-delete-overlay): New
3898         compat macros to handle overlays/extents.
3900 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
3902         * progmodes/cc-fix.el: Add definitions of the macros push and pop
3903         (for GNU Emacs 20.4)
3905         * progmodes/cc-defs.el:
3906         (i) Load cc-fix.elc for `push' and `pop' (for GNU Emacs 20.4)
3908         * progmodes/cc-cmds.el (c-show-syntactic-information): Change the
3909         highlighting mechanism so it will work in XEmacs too.
3911         * progmodes/cc-defs.el: Insert c-int-to-char.
3913         * progmodes/cc-langs.el (c-nonsymbol-token-char-list): Insert a
3914         call to the new macro c-int-to-char.  This solves XEmacs's
3915         regarding characters as different from integers.
3917 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
3919         * progmodes/cc-fonts.el (c-make-syntactic-matcher): New internal
3920         helper.
3922         (c-cpp-matchers, c-basic-matchers-before): Use the `eval'
3923         construct to make the indirect face lookup work in XEmacs.
3925         (c-cpp-matchers): Append the negation char face to the existing
3926         fontification, so that the cpp face doesn't disappear.  Use
3927         `c-make-syntactic-matcher' to avoid negation chars in comments and
3928         strings.
3930         * progmodes/cc-fonts.el (c-negation-char-face-name): New variable
3931         to map to `font-lock-negation-char-face' in emacsen where it
3932         exists.
3934 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
3936         * progmodes/cc-mode.el: Bind c-subword-mode to C-c C-w.
3938         * progmodes/cc-subword.el, cc-cmds.el, cc-mode.el:
3939         Rename "c-subword-move-mode" as "c-subword-mode".
3941         * progmodes/cc-mode.el: Added tty suitable bindings for C-c
3942         <delete> and C-c C-<delete>.  (To the c-hungry- delete functions).
3944 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
3946         * progmodes/cc-mode.el: Added autoload directive for
3947         `c-subword-move-mode' for use in older emacsen.
3949 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
3951         * progmodes/cc-mode.el:
3952         (i) Insert a binding for C-c C-backspace into
3953         c-bind-special-erase-keys which works in TTYs.
3954         (ii) Make sure that when file styles are used, any explicitly
3955         given style variables take priority over those in the style.  Do
3956         this by calling `hack-local-variables' a second time.
3958         * progmodes/cc-vars.el: Add language specific customization
3959         widgets for AWK to c-doc-comment-style, c-require-final-newline
3960         and c-default-style.  Add a defcustom for awk-mode-hook.  Give
3961         c-syntactic-element and c-syntactic-context doc-strings by
3962         directly setting their `variable-documentation' propery.  This
3963         allows Emacs 22.1 to read these with C-h v.
3965         * progmodes/cc-awk.el: Apply a tidy-up patch (from Stefan
3966         Monnier).
3968 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
3970         * progmodes/cc-fonts.el, cc-vars.el
3971         (gtkdoc-font-lock-doc-comments, gtkdoc-font-lock-doc-protection)
3972         (gtkdoc-font-lock-keywords): GtkDoc patterns contributed by
3973         Masatake YAMATO.
3975         (c-doc-comment-style): Made GtkDoc default in C mode.
3977         * progmodes/cc-mode.el: Fixed key bindings for C-c C-<backspace>
3978         and C-c C-<delete>.
3980         (c-bind-special-erase-keys): New function for use on
3981         `normal-erase-is-backspace-hook' to bind C-c C-<delete> correctly.
3983         * progmodes/cc-cmds.el (c-hungry-delete): New function to fix
3984         <delete> key behavior in XEmacs according to `delete-forward-p'.
3985         C.f. `c-electric-delete'.
3987 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
3989         * progmodes/cc-mode.el: Give c-hungry-backspace and
3990         c-hungry-delete-forward permanent key bindings.
3992         * progmodes/cc-cmds.el (c-electric-semi&comma): Bind
3993         c-syntactic-context for calls to "criteria functions", for
3994         consistency with other calls to user functions.
3996         * progmodes/cc-cmds.el (c-indent-command): Expunge use of
3997         `current-prefix-arg', since this might be the prefix arg to a
3998         command which calls c-indent-command as a function.  Change the
3999         interactive spec from "p" to "P".
4001         * progmodes/cc-styles.el: Amend the doc-string of c-set-style, in
4002         reponse to a report from Joseph Kiniry <kiniry@acm.org> that it
4003         was difficult to understand.
4005 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
4007         * progmodes/cc-engine.el (c-on-identifier): Fixed bug when at the
4008         first char of an identifier.
4010         * progmodes/cc-engine.el (c-on-identifier): Handle the "operator
4011         +" syntax in C++.
4013 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
4015         * progmodes/cc-cmds.el (c-mask-paragraph): Correct, so that
4016         auto-fill doesn't split a c-comment's last word from a hanging
4017         "*/" when a space is typed between them after fill-column.
4019         * progmodes/cc-defs.el: New macro c-delete-and-extract-region.
4021         * progmodes/cc-styles.el (c-set-style)
4022         (c-setup-paragraph-variables): Abort the command if we're not in a
4023         CC Mode buffer.
4025         * progmodes/cc-align.el (c-lineup-C-comments): Correct indentation
4026         with blank comment-prefix, and a blank line as the comment's
4027         second line.
4029 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
4031         * progmodes/cc-fonts.el (c-cpp-matchers, c-basic-matchers-before):
4032         Incorporated the patterns added in the Emacs development branch
4033         for the new Emacs 22 face `font-lock-negation-char-face'.
4035         * progmodes/cc-fonts.el (c-invalid-face-name): Use "red1" instead
4036         of "red" since it stands out better in xterms and DOS terminals.
4038         * progmodes/cc-engine.el (c-literal-faces): Added
4039         `font-lock-comment-delimiter-face' which is new in Emacs 22.
4041 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
4043         * progmodes/cc-cmds.el: Make C-c C-a (`c-toggle-auto-newline')
4044         forcibly enable c-electric-flag.
4046         * progmodes/cc-vars.el, cc-cmds.el: New clean-up
4047         `comment-close-slash' on c-electric-slash: if enabled, typing `/'
4048         just after the comment-prefix of a C-style comment will close that
4049         comment.
4051 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
4053         * progmodes/cc-fonts.el (c-basic-matchers-before)
4054         (c-complex-decl-matchers): Fixed the "not-arrow-prefix" regexp used
4055         in Pike.
4057         * progmodes/cc-langs.el (c-other-op-syntax-tokens): Only C++ has
4058         digraphs.
4060         * progmodes/cc-fonts.el, cc-langs.el, cc-engine.el
4061         (c-cpp-message-directives, c-cpp-include-directives)
4062         (c-opt-cpp-macro-define, c-opt-cpp-macro-define-start)
4063         (c-cpp-expr-directives): Introduced new language constants to
4064         control cpp syntax in a cleaner way.
4066         (c-cpp-expr-functions): Renamed from c-cpp-defined-fns.
4068         (c-cpp-matchers, c-forward-to-cpp-define-body): Use them.
4070         * progmodes/cc-langs.el, cc-fonts.el (c-string-escaped-newlines)
4071         (c-multiline-string-start-char): New language constants and
4072         variables to specify how newlines in string literals work.
4074         (c-font-lock-invalid-string): Use them.
4076         * progmodes/cc-cmds.el (c-try-one-liner): Robustness fix if an
4077         unbalanced close brace is entered.  Optimization by avoiding going
4078         back over arbitrarily large blocks.  Removed hints that this
4079         function only would be relevant/useful in AWK.
4081         (c-electric-brace): Indent syntactically after the cleanups since
4082         lineup functions might do it differently then.
4084         * progmodes/cc-engine.el, cc-langs.el
4085         (c-opt-op-identifier-prefix): New language constant and variable.
4087         (c-just-after-func-arglist-p, c-after-special-operator-id)
4088         (c-search-decl-header-end, c-inside-bracelist-p): Use it.
4090         * progmodes/cc-align.el, cc-engine.el
4091         (c-after-special-operator-id): New helper to handle C++ operator
4092         identifiers.
4094         (c-lineup-topmost-intro-cont, c-just-after-func-arglist-p)
4095         (c-guess-basic-syntax): Handle C++ operator identifiers in
4096         declarations.
4098         * progmodes/cc-langs.el (c-assignment-operators): Added the
4099         trigraph version of ^= too.
4101         * progmodes/cc-langs.el (c-assignment-operators): Added the
4102         trigraph version of |= in C++.
4104         * progmodes/cc-fonts.el (c-font-lock-declarators): Handle
4105         `c-decl-hangon-kwds' after the identifier name.
4107         * progmodes/cc-engine.el (c-guess-basic-syntax): When deciding
4108         whether an arglist is "nonempty", ignore a comment after the open
4109         paren if it isn't followed by a non-comment token on the same
4110         line.
4112         * progmodes/cc-engine.el (c-guess-basic-syntax): Case 4: Enable
4113         heuristics below the point to cope with classes inside special
4114         brace lists in Pike.
4116 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
4118         * progmodes/cc-cmds.el: Amend c-point-syntax to handle macros.
4120 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
4122         * progmodes/cc-guess.el (cc-guess-install): New function to
4123         install an already guessed style in another buffer.
4125         * progmodes/cc-defs.el (c-tentative-buffer-changes): No longer
4126         sets `inhibit-read-only' - `c-save-buffer-state' should be used
4127         anyway if the change always is undone.
4129 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
4131         Implement togglable electricity:
4133         * progmodes/cc-defs.el: Enhance c-save-buffer-state's doc-string,
4134         saying when it should be used.
4136         * progmodes/cc-engine.el: Add the new buffer-local variable,
4137         c-electric-flag.
4139         * progmodes/cc-langs.el: Change the name of c-toggle-auto-state to
4140         c-toggle-auto-newline.
4142         * progmodes/cc-mode.el: Rename c-toggle-auto-state to
4143         c-toggle-auto-newline.  Remove the binding for
4144         c-toggle-auto-hungry-state.  Add the binding C-c C-l for the new
4145         c-toggle-electric-state.
4147         * progmodes/cc-vars.el: Make c-syntactic-indentation buffer local.
4149         * progmodes/cc-cmds.el: Add `c-bytecomp-defun's for
4150         c-\(forward\|backward\)-subword.
4151         (c-update-modeline): Add the new modeline flag `l' for
4152         `c-electric-flag'.  Make the auto-newline flag `a' dependent on
4153         `l'.
4154         (c-toggle-auto-state): Rename it to `c-toggle-auto-newline'.  Make
4155         the old name an alias of the new name.
4156         (c-toggle-electric-state): New function.
4157         c-electric-\(pound\|brace\|slash\|star\|semi&comma\|colon\|lt-gt\|paren\|continued-statement\):
4158         Adapt these functions to do electric things only when
4159         c-electric-flag is non-nil.
4160         (c-point-syntax, c-brace-newlines, c-try-oneliner): Extract these
4161         new functions from c-electric-brace.
4162         (c-point-syntax): Add a check for "virtual semicolons" in AWK
4163         mode, so that the tentative extra newline doesn't change the
4164         syntax of the following brace.
4165         (c-electric-brace): Restructure by extracting the above functions.
4166         Tidy up the coding somewhat.
4167         (c-electric-semi&comma, c-electric-colon, c-electric-paren):
4168         restructure a bit.
4170 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
4172         * progmodes/cc-cmds.el (c-show-syntactic-information): Show the
4173         anchor position(s) using faces.  Thanks to Masatake YAMATO for the
4174         idea.
4176         * progmodes/cc-mode.el, cc-cmds.el, cc-defs.el, cc-engine.el
4177         (c-submode-indicators): Changed name from `c-auto-hungry-string'
4178         since it's now used to track another submode.
4180         (c-update-modeline): Converted to function and extended to check
4181         `c-subword-move-mode'.
4183         (c-forward-into-nomenclature, c-backward-into-nomenclature):
4184         Converted to compat aliases for `c-forward-subword' and
4185         `c-backward-subword'.
4187         * progmodes/cc-subword.el: New functions and minor mode to handle
4188         SillyCapsedStyleIndentifiers, contributed by Masatake YAMATO:
4190         (c-forward-subword, c-backward-subword, c-mark-subword)
4191         (c-kill-subword, c-backward-kill-subword, c-transpose-subwords)
4192         (c-capitalize-subword, c-downcase-subword, c-upcase-subword):
4193         Functions corresponding to the standard word handling functions.
4195         (c-subword-move-mode): Minor mode that replaces all the standard
4196         word handling functions with their subword equivalences.
4198 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
4200         * progmodes/cc-vars.el (c-cleanup-list): Insert a customization
4201         entry for one-liner-defun.
4203         * progmodes/cc-defs.el: Give c-tentative-buffer-changes its own
4204         name in its def-edebug-spec.
4206         * progmodes/cc-cmds.el (c-electric-brace): Make the
4207         one-liner-defun clean-up work with empty-defun-braces.  o-l-d now
4208         compacts space before a comment, if this will make things fit on
4209         one line.
4211         Introduce an "awk" style, mainly for auto-newline and clean-ups.
4213         * progmodes/cc-align.el: New function c-snug-1line-defun-close
4215         * progmodes/cc-cmds.el: In c-electric-brace, add code for new
4216         clean-up one-liner-defun.
4218         * progmodes/cc-styles.el: Add the new "awk" style.
4220         * progmodes/cc-vars.el: Add description of one-liner-defun to
4221         c-cleanup-list's doc-string.  New user options,
4222         c-max-one-liner-length.  In c-default-style, set the default style
4223         for AWK to "awk".
4225 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
4227         * progmodes/cc-engine.el (c-forward-label): Fixed fontification of
4228         macros inside labels.
4230         * progmodes/cc-engine.el (c-looking-at-bos): Obsoleted in favor of
4231         `c-at-statement-start-p' and `c-at-expression-start-p'.
4233         * progmodes/cc-defs.el (c-tnt-chng-record-state): Don't signal an
4234         error if the mark isn't set.
4236         * progmodes/cc-engine.el (c-guess-continued-construct)
4237         (c-guess-basic-syntax): Use `c-forward-decl-or-cast-1' to more
4238         accurately detect functions inside functions.
4240         * progmodes/cc-engine.el (c-at-expression-start-p): New function
4241         like `c-at-statement-start-p' that additionally recognizes commas
4242         and expression parentheses as delimiters.
4244         * progmodes/cc-engine.el (c-looking-at-inexpr-block): Added flag
4245         to avoid heuristics that doesn't work for unclosed blocks.
4247         (c-at-statement-start-p): New function.
4249         * progmodes/cc-engine.el, cc-fonts.el: Fixes in handling of
4250         Objective-C directives, e.g. directives spanning lines should work
4251         reasonably well now.
4253         (c-put-c-type-property, c-clear-c-type-property): New helpers.
4255         (c-forward-objc-directive): New function to move over any ObjC
4256         directive.
4258         (c-just-after-func-arglist-p, c-guess-basic-syntax)
4259         (c-basic-matchers-before): Use it.
4261         (c-font-lock-objc-iip-decl): Removed.
4263         * progmodes/cc-engine.el (c-guess-basic-syntax): Some improvement
4264         in the template arglist recognition.
4266         * progmodes/cc-styles.el (c-style-alist): Fixed several
4267         inconsistencies in the Whitesmith style.
4269         * progmodes/cc-align.el (c-lineup-after-whitesmith-blocks):
4270         New lineup function to get lines after Whitesmith style blocks
4271         correctly indented.
4273         (c-lineup-whitesmith-in-block): Backed out the compensation for
4274         opening parens since it's done using `add' lists in the style
4275         definition instead.  Don't use the anchor position since it varies
4276         too much between the syntactic symbols. :P
4278         * progmodes/cc-vars.el (c-valid-offset): Updated.
4280         * progmodes/cc-engine.el (c-evaluate-offset): Extended to handle
4281         lists where the offsets are combined according to several
4282         different methods: `first', `min', `max', and `add'.  Report
4283         offset evaluation errors with `c-benign-error' so that some kind
4284         of reindentation still is done.
4286         * progmodes/cc-engine.el (c-guess-basic-syntax): Anchor
4287         `arglist-intro' the same way as `arglist-cont-nonempty' and
4288         `arglist-close'.
4290         * progmodes/cc-engine.el (c-guess-basic-syntax): Fixed similar
4291         situations for `arglist-cont-nonempty' and `arglist-close'.
4293         * progmodes/cc-langs.el (c-opt-identifier-concat-key-depth): New
4294         constant.
4296         * progmodes/cc-defs.el: Use `cc-bytecomp-fboundp' and
4297         cc-bytecomp-boundp' in a number of places.
4299         * progmodes/cc-engine.el (c-beginning-of-statement-1): Fixed a
4300         macro related issue.
4302 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
4304         * progmodes/cc-awk.el: Change the terminology of regexps: A char
4305         list is now [asdf], a char class [:alpha:].  Include code for char
4306         classes.  Set c-awk-NL-prop on lines ending in open strings.  (Bug
4307         fix.)  Add character classes (e.g. "[:alpha:]") into AWK Mode's
4308         regexps.
4310         Remove (nearly all of) the cruft associated with AWK Mode's former
4311         concept of "virtual semicolons":
4313         Adapt c-beginning-of-statement, c-end-of-statement (together with
4314         subfunctions) to use the new notion of "virtual semicolon" in
4315         place of the old awkward special handling for AWK.  There remains
4316         much cruft in cc-awk.el, cc-cmds.el and cc-engine.el to clear out.
4317         * progmodes/cc-cmds.el:
4318         (c-ascertain-adjacent-literal): In the backwards direction, now
4319         recognises AWK regexp delimiters as string delimiters.
4320         (c-after-statement-terminator-p): Adapt for virtual semicolons;
4321         check more rigorously for "end of macro".
4322         (c-back-over-illiterals, c-forward-over-illiterals): Adapt for
4323         virtual semicolons;
4324         (c-beginning-of-statement): Adapt for virtual semicolons; Separate
4325         out the code for forward movement into ...
4326         (c-end-of-statement): Now contains the code for forward movement,
4327         adapted for virtual semicolons.
4329         * progmodes/cc-engine.el:
4330         (c-ws*-string-limit-regexp): New regexp.
4331         (c-forward-single-comment, c-backward-single-comment): Comment out
4332         the (now redundant) "special" AWK stuff.
4334         * progmodes/cc-styles.el, cc-vars.el: Change the settings of
4335         c-string-par-start, c-string-par-separate to be more like Text
4336         Mode than Fundamental Mode.
4338 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
4340         * progmodes/cc-fonts.el (c-font-lock-declarations): Always narrow
4341         to the fontified region so that fontification doesn't occur
4342         outside it (could happen e.g. when fontifying a line with an
4343         unfinished declaration).
4345 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
4347         * progmodes/cc-awk.el: Regexps for analysing AWK code have been
4348         moved to near the start of the file.  ^L now separate sections of
4349         the file.  New defconsts: c-awk-non-eol-esc-pair-re,
4350         c-awk-blank-or-comment-line-re,
4351         c-awk-one-line-possibly-open-string-re,
4352         c-awk-regexp-one-line-possibly-open-char-class-re,
4353         c-awk-one-line-possibly-open-regexp-re,
4354         c-awk-one-line-non-syn-ws*-re.  New functions: c-awk-at-vsemi-p,
4355         c-awk-vsemi-status-unknown-p.
4357         Amend the concept of "virtual semicolons" (in the indentation
4358         engine) for languages like AWK, such that they are now
4359         conceptually attached to end of the last token of a statement, not
4360         the end of the line.  (In AWK Mode, however, the pertinent text
4361         property is still physically set on the EOL.)  Remove the specific
4362         tests for awk-mode, thus facilitating the introduction of other
4363         language modes where EOLs can end statements.  (Note: The
4364         funtionality in cc-cmds.el, specifically
4365         c-beginning/end-of-statement has yet to be amended.)
4367         * progmodes/cc-defs.el: New macros c-at-vsemi-p,
4368         c-vsemi-status-unknown-p.
4370         * progmodes/cc-langs.el: Added `#' into AWK Mode's value of
4371         c-stmt-delim-chars.  New c-lang-defvars: c-at-vsemi-p-fn,
4372         c-vsemi-status-unknown-p-fn (in a new page).
4374         * progmodes/cc-engine.el: In c-beginning-of-statement-1,
4375         c-crosses-statement-barrier-p, c-guess-basic-syntax, replace
4376         numerous awkward forms like
4377         (if (c-major-mode-is 'awk-mode) (c-awk-prev-line-incomplete-p))
4378         with
4379         (c-at-vsemi-p).  Fix a few typos.  In c-guess-basic-syntax, new
4380         variable before-ws-ip, the place just after char-before-ip
4381         appears.
4383         * progmodes/cc-mode.el: Fix what's almost a semantic ambiguity in
4384         a comment.
4386 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
4388         * progmodes/cc-cmds.el (c-electric-brace): Cleaned up using
4389         `c-tentative-buffer-changes'.
4391         * progmodes/cc-defs.el (c-region-is-active-p): Simplified and
4392         converted to macro to choose between Emacs and XEmacs at compile
4393         time.
4395         (c-set-region-active): New set counterpart to
4396         `c-region-is-active-p'.
4398         (c-tentative-buffer-changes): New macro to handle temporary buffer
4399         changes in a convenient way.
4401         (c-tnt-chng-record-state, c-tnt-chng-cleanup): Internal helpers
4402         for `c-tentative-buffer-changes'.
4404         * progmodes/cc-engine.el (c-looking-at-inexpr-block): Tightened up
4405         the checks for paren sexps between the point and the keyword, to
4406         avoid some false alarms.
4408         * progmodes/cc-engine.el, cc-langs.el (c-looking-at-inexpr-block):
4409         Fixed a situation where an error could be thrown for unbalanced
4410         parens.  Changed to make use of c-keyword-member' to avoid some
4411         repeated regexp matches.
4413         (c-opt-lambda-key, c-opt-inexpr-block-key,
4414         c-opt-inexpr-class-key): These language variable are no longer
4415         necessary.
4417         (c-block-stmt-kwds): New language constant used by
4418         c-looking-at-inexpr-block'.
4420         (c-guess-basic-syntax): Removed an optional check that looked at
4421         the existence of the now removed language variables.
4423         * progmodes/cc-engine.el (c-fdoc-shift-type-backward,
4424         c-forward-decl-or-cast-1): Fixed invalid recognition of C++ style
4425         object instantiation expressions as declarations in some contexts.
4426         This bug only affected languages where the declarator can't be
4427         enclosed in parentheses.
4429         * progmodes/cc-styles.el (c-style-alist): Fixed the GNU style to
4430         insert newlines before and after substatement braces.
4432         * progmodes/cc-engine.el: Improved the heuristics for recognizing
4433         function declaration headers and the handling of C++ style member
4434         init lists.
4436         (c-just-after-func-arglist-p): Rewritten to use
4437         `c-forward-decl-or-cast-1'.  Now behaves a bit differently too.
4439         (c-beginning-of-member-init-list): Removed since it isn't used
4440         anymore.
4442         (c-guess-basic-syntax): Case 5B adapted for the new
4443         `c-just-after-func-arglist-p'.  Cases 5B.1 and 5B.3 merged.  Cases
4444         5D.1 and 5D.2 removed since they aren't trigged anymore (case 5B.1
4445         covers all cases now).
4447         * progmodes/cc-defs.el (c-point): Added `bosws' and `eosws'.
4449 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
4451         * progmodes/cc-cmds.el, cc-styles.el, cc-vars.el: New variables
4452         c-string-par-start/separate c-sentence-end-with-esc-eol,
4453         initialised in c-setup-paragraph-variables, used in string
4454         scanning subroutines of c-beginning-of-statement.
4456         * progmodes/cc-cmds.el (c-electric-brace): Don't delete a comment
4457         which precedes the newly inserted `{'.
4459 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
4461         * progmodes/cc-engine.el, cc-langs.el: Rewrote the recognition
4462         function for declaration level blocks.  It should now cope with
4463         templates better and also be a lot more comprehensible.
4465         (c-looking-at-decl-block): The new function.
4467         (c-search-uplist-for-classkey): The old one.  It's now a wrapper
4468         for compatibility.
4470         (c-add-class-syntax, c-guess-continued-construct,
4471         c-guess-basic-syntax): Adapted for `c-looking-at-decl-block'.
4473         (c-decl-block-key): Changed to tell apart ambiguous and
4474         unambiguous keywords.  Pike specials are now handled directly in
4475         the code instead.
4477         (c-block-prefix-disallowed-chars, c-block-prefix-charset): New
4478         language constants and variables to make the backward skip in
4479         `c-looking-at-decl-block' as tight as possible.
4481         (c-nonsymbol-token-char-list): New language constant.
4483         * progmodes/cc-engine.el (c-backward-<>-arglist): New function to
4484         find balanced template arglists backwards.
4486         * progmodes/cc-defs.el (c-make-bare-char-alt): New helper for
4487         making char classes for `c-syntactic-skip-backward'.
4489         * progmodes/cc-engine.el (c-guess-basic-syntax): Simplified case
4490         16D - can't be a class-close at that point.
4492         * progmodes/cc-engine.el (c-guess-basic-syntax)
4493         (c-add-class-syntax): Don't narrow out the enclosing declaration
4494         level.  This makes everything a lot easier, and it was actually
4495         only four small places that needed it to work.  Some places that
4496         previously did `widen' are removed now, which has the effect that
4497         `c-guess-basic-syntax' never will look at things outside the
4498         current narrowment now.  The anchor position for `topmost-intro'
4499         is affected by this, but it was so bogus it was basically useless
4500         before, and now it's equally bogus but in a slightly different
4501         way.
4503         (c-narrow-out-enclosing-class): Gone.
4505         (c-most-enclosing-brace, c-least-enclosing-brace): Don't filter to
4506         the narrowed region.
4508         (c-least-enclosing-brace): Removed silly optional argument.
4510         * progmodes/cc-engine.el (c-beginning-of-decl-1): Fixed bug where
4511         the point could be left directly after an open paren when finding
4512         the beginning of the first decl in the block.
4514         * progmodes/cc-engine.el, cc-fonts.el (c-forward-keyword-clause):
4515         Specify which submatch to use.
4517         * progmodes/cc-langs.el (c-symbol-start): Include `@' in ObjC.
4519         (c-decl-start-re): No longer any need for special treatment of
4520         ObjC due to the above.
4522         (c-other-block-decl-kwds): Handle "extern" in ObjC too since it
4523         presumably follows C in that regard.
4525         * progmodes/cc-langs.el (c-identifier-ops, c-after-id-concat-ops):
4526         New language constants to specify operator tokens inside
4527         identifiers in a more high level way.
4529         (c-opt-identifier-prefix-key): New internal language constant.
4531         (c-opt-identifier-concat-key, c-opt-after-id-concat-key)
4532         (c-identifier-start, c-identifier-key): Now completely calculated
4533         from other constants.
4535         (c-identifier-last-sym-match): Decommissioned since it's no longer
4536         used.
4538         (c-operators): Use `c-identifier-ops'.  Documented
4539         `postfix-if-paren'.
4541         * progmodes/cc-engine.el (c-forward-name): Removed the
4542         optimization when c-identifier-key is equal to c-symbol-key since
4543         it doesn't work in byte compiled files.  Don't record empty
4544         regions as identifiers.
4546         * progmodes/cc-langs.el (c-filter-ops): New helper function to
4547         simplify access to `c-operators' and its likes.
4549         (c-operator-list, c-all-op-syntax-tokens)
4550         (c-nonsymbol-token-regexp, c-<>-multichar-token-regexp)
4551         (c-<-op-cont-regexp, c->-op-cont-regexp, c-expr-kwds)
4552         (c-primary-expr-regexp, c-cast-parens): Use it.
4554         * progmodes/cc-defs.el (c-lang-const): Fixes to allow use without
4555         an explicit language in functions.
4557         * progmodes/cc-defs.el (c-make-keywords-re): Added an appendable
4558         variant of adornment.
4560         * progmodes/cc-langs.el (c-any-class-key): Removed unused language
4561         variable.
4563         (c-type-decl-prefix-key): Removed some now unnecessary cruft from
4564         the Pike value.
4566         * progmodes/cc-engine.el (c-on-identifier)
4567         (c-simple-skip-symbol-backward): Small fix for handling "-"
4568         correctly in `skip-chars-backward'.  Affected the operator lfun
4569         syntax in Pike.
4571         * progmodes/cc-langs.el (c-make-init-lang-vars-fun): Disabled the
4572         diagnostic message about precompiled language vars not being used.
4574         * progmodes/cc-langs.el (c-paren-nontype-kwds): The GCC keyword
4575         "__attribute__" is followed by a parenthesis.
4577         (c-type-start-kwds, c-prefix-spec-kwds, c-prefix-spec-kwds-re)
4578         (c-specifier-key, c-not-decl-init-keywords): Some cleanup using new
4579         language constants `c-type-start-kwds' and `c-prefix-spec-kwds'.
4581         * progmodes/cc-fonts.el, cc-langs.el, cc-engine.el: Internal
4582         cleanups to properly detect the declared identifiers in various
4583         declarations.
4585         (c-decl-start-kwds): New language constant to recognize
4586         declarations that can start anywhere.  Used for class declarations
4587         in Pike.
4589         (c-specifier-key, c-not-decl-init-keywords)
4590         (c-decl-prefix-or-start-re, c-find-decl-prefix-search)
4591         (c-find-decl-spots): Implement `c-decl-start-kwds'.
4593         (c-other-decl-kwds, c-postfix-decl-spec-kwds, c-decl-hangon-kwds)
4594         (c-decl-hangon-key, c-forward-decl-or-cast-1): Separated the
4595         handling of the compiler specific extension keywords into a new
4596         language constant `c-decl-hangon-kwds' that defines keyword
4597         clauses to be ignored in declarations.
4599         (c-forward-id-comma-list, c-forward-keyword-clause): Don't skip
4600         past unrecognized tokens when handling `c-colon-type-list-kwds'.
4601         Necessary to stop at the declared identifier in e.g. IDL valuetype
4602         declarations.
4604         (c-typedef-decl-kwds, c-typeless-decl-kwds, c-type-list-kwds)
4605         (c-prefix-spec-kwds-re, c-postfix-spec-kwds)
4606         (c-after-suffixed-type-decl-key, c-opt-postfix-decl-spec-key)
4607         (c-forward-decl-or-cast-1): Recognize the declared identifier in
4608         class and enum declarations as such and not as part of the type.
4610         (c-forward-decl-or-cast-1, c-forward-label): Relaxed the
4611         interpretation of PRECEDING-TOKEN-END when there's no preceding
4612         token.
4614         (c-forward-decl-or-cast-1): Don't disregard sure signs of
4615         declarations when there's some syntax error later on.
4617         (c-complex-decl-matchers): Did away with a reference to
4618         `c-specifier-key'.
4620         * progmodes/cc-engine.el (c-maybe-labelp): Provide no default
4621         value - this variable is always dynamically bound.
4623         * progmodes/cc-engine.el, cc-fonts.el, cc-langs.el, cc-menus.el
4624         * cc-mode.el, cc-styles.el, cc-vars.el, cc-align.el, cc-awk.el
4625         * cc-cmds.el, cc-defs.el: Changed the policy for marking up
4626         functions that might do hidden buffer changes: All such internal
4627         functions are now marked instead of those that don't.
4629         (c-beginning-of-macro, c-end-of-macro, c-(forward|backward)-comments)
4630         (c-(forward|backward)-single-comment, c-parse-state, c-on-identifier)
4631         (c-(fast-|slow-|)in-literal, c-literal-limits, c-collect-line-comments)
4632         (c-literal-type): Allow these functions to make hidden buffer changes,
4633         so that they are free to use text property caching later on.
4635         (c-electric-backspace, c-electric-delete-forward, c-electric-pound)
4636         (c-electric-brace, c-electric-slash, c-electric-star)
4637         (c-electric-semi&comma, c-electric-colon, c-electric-lt-gt)
4638         (c-electric-paren, c-electric-continued-statement, c-indent-command)
4639         (c-indent-region, c-mask-paragraph, c-indent-new-comment-line)
4640         (c-context-line-break): Added `c-save-buffer-state' calls to comply
4641         with the changed semantics of the functions above.
4643         * progmodes/cc-engine.el (c-beginning-of-statement-1): Fixed a bug
4644         when macros occur in obscure places.  Optimized the sexp movement
4645         a bit.
4647 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
4649         Enhancements for c-beginning-of-statement to work in AWK Mode:
4651         * progmodes/cc-awk.el: Supersede c-awk-NL-prop value `;'
4652         (completed statement) with `}' (statement completed by closing
4653         brace or semicolon) and `$' (statement completed by EOL).
4655         (c-awk-virtual-semicolon-ends-prev-line-p)
4656         (c-awk-virtual-semicolon-ends-line-p)
4657         (c-awk-skip-semantic-ws-forward, c-awk-skip-semantic-ws-backward)
4658         (c-awk-at-statement-end-p): New functions.
4660         * progmodes/cc-cmds.el: Simplify the structure of functions
4661         c-forward-over-illiterals, c-back-over-illiterals.  Enhance these
4662         two functions and c-beginning-of-statement to handle AWK Mode.
4664         * progmodes/cc-engine.el: Enhance c-forward-single-comment,
4665         c-backward-single-comment for AWK mode.  Attempt to clarify their
4666         doc-strings.
4668         * progmodes/cc-mode.el: Put M-a and M-e into awk-mode-map.
4670 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
4672         * progmodes/cc-engine.el, cc-fonts.el, cc-langs.el: Cleaned up the
4673         label handling.  Labels are now recognized in a uniform and more
4674         robust way, regardless of context.  Text properties are put on all
4675         labels to recognize the following declarations better.  Multiword
4676         labels are handled both in indentation and fontification for the
4677         benefit of language extensions like Qt.  For consistency, keywords
4678         in labels are now fontified with the label face instead.  That
4679         also applies to "case" and "default".
4681         (c-beginning-of-statement-1): Fixed some bugs in the label
4682         handling.  Disregard `c-nonlabel-token-key' in labels that begin
4683         with `c-label-kwds'.
4685         (c-find-decl-spots): Support that the callback adds more
4686         `c-decl-end' spots to find.
4688         (c-forward-decl-or-cast-1): Don't treat a list of plain
4689         identifiers followed by a colon as a declaration.
4691         (c-forward-label): New function to recognize labels.
4693         (c-guess-basic-syntax): Replaced uses of `c-label-key' with
4694         `c-forward-label'.  Moved the label recognition cases (14 and 15)
4695         earlier since they aren't so context sensitive now.  Handle labels
4696         on the top level gracefully.  Moved access label recognition to
4697         the generic label case (CASE 15) - removed CASE 5E.
4699         (c-font-lock-declarations): Added recognition of labels in the
4700         same round since we need to handle labels in parallell with other
4701         declarations to recognize both accurately.  It should also improve
4702         speed.
4704         (c-simple-decl-matchers, c-basic-matchers-after): Moved
4705         `c-font-lock-labels' so that it only is used on decoration level 2
4706         since `c-font-lock-declarations' handles it otherwise.
4708         (c-complex-decl-matchers): Removed the simplistic recognition of
4709         access labels.
4711         (c-decl-prefix-re): Removed the kludges that was necessary to cope
4712         with labels earlier.
4714         (c-decl-start-re): New language variable to make
4715         `c-font-lock-declarations' stop for the special protection labels
4716         in Objective-C that start with `@'.
4718         (c-label-key): Removed since it's no longer used.
4720         (c-recognize-colon-labels, c-label-prefix-re): New language
4721         constants to support recognition of generic colon-terminated
4722         labels.
4724         (c-type-decl-end-used): `c-decl-end' is now used whenever there
4725         are colon terminated labels.
4727         * progmodes/cc-align.el (c-lineup-arglist): Fixed bug when the
4728         first argument starts with a special brace list.
4730         * progmodes/cc-engine.el, cc-fonts.el (c-forward-decl-or-cast-1)
4731         (c-font-lock-declarations): Broke out the declaration and cast
4732         recognition from `c-font-lock-declarations' to a new function, so
4733         that it can be used in the indentation engine.
4735         * progmodes/cc-engine.el (c-find-decl-spots): Fixed bug in backing
4736         up to the start of the literal.  Fixed bug with the point on the
4737         wrong side of the search limit that could happen when the start
4738         position is inside a literal.
4740         * progmodes/cc-engine.el (c-parse-state)
4741         (c-invalidate-state-cache): Modified the use of `c-state-cache-end'
4742         so that it's kept a little bit back to increase the hit rate.
4744         (c-parse-state): Changed the macro handling and fixed some
4745         glitches.  Macro context is checked more often than necessary now,
4746         but otoh less garbage conses are generated.
4748         * progmodes/cc-engine.el (c-parse-state)
4749         (c-invalidate-state-cache): Cache the last position where
4750         `c-state-cache' applies.  This can speed up refontification quite
4751         a bit in blocks where there are many non-brace parens before the
4752         point.
4754         (c-state-cache-end): New variable for this.
4756         (c-guess-basic-syntax, c-debug-parse-state): Adapted for the new
4757         cache variable.
4759         * progmodes/cc-engine.el (c-find-decl-spots): Take more care to
4760         get close initial continue positions when the start position is
4761         inside a literal or macro.  Do not call the callback for spots
4762         before the start position (which can happen e.g. for `c-decl-end'
4763         spots inside comments).  Optimize better in special cases when the
4764         region is a single line inside a literal or macro (typically when
4765         the current line is refontified).
4767         * progmodes/cc-engine.el (c-guess-basic-syntax): Simplified calls
4768         to `c-add-stmt-syntax' - there's no need to explicitly whack off
4769         entries from the paren state.
4771         * progmodes/cc-engine.el (c-add-stmt-syntax): Narrowed down the
4772         special case for "else if" clauses.
4774         * progmodes/cc-engine.el (c-looking-at-inexpr-block)
4775         (c-add-stmt-syntax): Use `c-recognize-paren-inexpr-blocks'.
4777         * progmodes/cc-langs.el (c-recognize-paren-inexpr-blocks): New
4778         language variable to recognize the gcc extension with statement
4779         blocks inside expressions.
4781         * progmodes/cc-engine.el (c-add-stmt-syntax): Restructured to make
4782         it somewhat more comprehensible.  The argument AT-BLOCK-START is
4783         no longer used and hence removed.
4785         (c-guess-continued-construct, c-guess-basic-syntax): Updated calls
4786         to `c-add-stmt-syntax'.
4788         * progmodes/cc-engine.el (c-backward-to-decl-anchor): Use
4789         `c-beginning-of-statement-1' instead of duplicating parts of it.
4790         This fixes bogus label recognition.
4792         * progmodes/cc-engine.el (c-add-type, c-check-type)
4793         (c-forward-name, c-forward-type): Improved storage of template
4794         types in `c-found-types' so that they can be recognized better.
4796         (c-syntactic-content): Added option to skip past nested parens.
4798         * progmodes/cc-engine.el (c-forward-name): Set
4799         `c-last-identifier-range' all the time.  It's less work that way.
4800         Handle that there might not be an identifier to store in
4801         `c-last-identifier-range'.
4803         (c-forward-type): Handle that `c-last-identifier-range' might be
4804         nil from `c-forward-name'.
4806         * progmodes/cc-defs.el (c-safe-scan-lists)
4807         (c-(go-)?(up|down)-list-(forward|backward)): Added limit arguments.
4809         * progmodes/cc-defs.el (c-save-buffer-state): Use `unwind-protect'
4810         to work even if the form fails.
4812         * progmodes/cc-engine.el (c-parse-state): Speedup when moving far
4813         down in a large file in one go.
4815         (c-get-fallback-start-pos): New helper function for
4816         `c-parse-state'.
4818         * progmodes/cc-align.el (c-lineup-assignments): New lineup
4819         function which is like `c-lineup-math' but returns nil instead of
4820         `c-basic-offset' when it doesn't match.
4822         (c-lineup-math): Changed to use `c-lineup-assignments'.
4824 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
4826         * progmodes/cc-cmds.el: Fix some bugs in subfunctions of
4827         c-beginning-of-statement.  New subfunctions
4828         c-in-comment-line-prefix-p, c-narrow-to-comment-innards.
4830 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
4832         * progmodes/cc-fonts.el, cc-langs.el: Use `c-simple-ws' instead of
4833         hardcoded char classes whereever possible.  Changed a couple of
4834         places to use skip by syntax instead of skip by char class.
4836         * progmodes/cc-langs.el (c-unterminated-block-comment-regexp):
4837         Fixed a bug in the regexp that caused extreme backtracking.
4839         * progmodes/cc-langs.el (c-block-comment-starter)
4840         (c-block-comment-ender): New language constants to specify in a
4841         single place how block comments look.
4843         (c-comment-start-regexp, c-block-comment-start-regexp)
4844         (comment-start, comment-end, comment-start-skip)
4845         (c-syntactic-ws-start, c-syntactic-ws-end, c-nonwhite-syntactic-ws)
4846         (c-syntactic-ws, c-nonempty-syntactic-ws)
4847         (c-single-line-syntactic-ws, c-syntactic-eol): Now built from
4848         `c-line-comment-starter', `c-block-comment-starter' and
4849         `c-block-comment-ender'.
4851         (c-block-comment-regexp, c-unterminated-block-comment-regexp):
4852         New language constants to break up things a bit.
4854         (c-simple-ws): New language constant for simple whitespace.
4856         * progmodes/cc-defs.el (c-concat-separated): New convenience
4857         function.
4859         * progmodes/cc-defs.el (c-make-keywords-re): Added kludge for bug
4860         in `regexp-opt' in Emacs 20 and XEmacs when strings contain
4861         newlines.  Allow and ignore nil elements in the list.
4863 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
4865         * progmodes/cc-cmds.el: Comment out a (n almost certainly
4866         superfluous) check, (eq here (point-max)) in
4867         c-beginning-of-statement.
4869         * progmodes/cc-cmds.el: Tidy up the comments in
4870         c-beginning-of-statement and subfunctions.
4872         * progmodes/cc-awk.el: Replace calls to put-text-property to the
4873         more flexible c-put-char-property and c-clear-char-properties.
4874         Add the author's email address.
4876         * progmodes/cc-langs.el: New variable,
4877         c-block-comment-start-regexp.
4879         * progmodes/cc-cmds.el: Fix bug with M-e, when point is inside the
4880         closing "*/" of a block comment.
4882         * progmodes/cc-cmds.el: Tidy c-beginning-of-sentence (and
4883         subfunctions) so that it works at BOB and EOB.
4885         * progmodes/cc-cmds.el, cc-vars.el: More updating of
4886         c-beginning-of-statement, including new variable
4887         c-block-comment-start-regexp.
4889 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
4891         * progmodes/cc-langs.el (c-known-type-key): Optimize simple
4892         symbols from `*-font-lock-extra-types' so that there's no need to
4893         use `regexp-opt' on those lists.
4895         * progmodes/cc-langs.el (c-type-decl-suffix-key): Fix when
4896         `c-type-modifier-kwds' is empty.
4898         * progmodes/cc-fonts.el (c-font-lock-invalid-string): Fix when
4899         there are several strings on the same line.
4901         * progmodes/cc-engine.el (c-literal-limits): Removed the
4902         compatibility function for older emacsen.  `c-literal-limits-fast'
4903         has now taken the place of this function.
4905         * progmodes/cc-vars.el (c-emacs-features): Removed compatibility
4906         with older emacsen: We now require `pps-extended-state'.
4908 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
4910         * progmodes/cc-cmds.el: New function c-beginning-of-sentence,
4911         which obviates the need to hack sentence-end.  This now handles
4912         escaped newlines in strings correctly.  Correct minor bugs in
4913         c-move-over-sentence and in c-beginning-of-statement.
4915         * progmodes/cc-cmds.el (c-beginning-of-statement (and
4916         subfunctions)): Adapt c-\(back\|forward\)-over-illiterals such
4917         that movement over macros and code are rigorously separated from
4918         eachother.  Correct a few incidental bugs.
4920         * progmodes/cc-cmds.el: Restructure c-beginning-of-statement:
4921         Improve its doc-string.  Improve the handling of certain specific
4922         cases.
4924 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
4926         * progmodes/cc-engine.el, cc-fonts.el, cc-langs.el
4927         (c-guess-basic-syntax): Changed the way class-level labels are
4928         recognized; they can now contain essentially any symbols.
4930         (c-opt-extra-label-key): New language variable to cope with the
4931         special protection label syntax in Objective-C.
4933         (c-opt-access-key): Removed; this is now handled better by
4934         `c-nonlabel-token-key' and `c-opt-extra-label-key'.
4936         (c-complex-decl-matchers): Update to handle that
4937         `c-opt-access-key' no longer exists.
4939         * progmodes/cc-engine.el (c-guess-basic-syntax): Make use of the
4940         improved label recognition in `c-beginning-of-statement-1'.
4942         * progmodes/cc-engine.el (c-beginning-of-member-init-list):
4943         Recognize bitfields better.
4945         * progmodes/cc-engine.el (c-beginning-of-inheritance-list):
4946         Removed some cruft and fixed a bug that could cause it to go to a
4947         position further down.
4949         * progmodes/cc-langs.el, cc-engine.el
4950         (c-beginning-of-statement-1): Improved detection of labels in
4951         declaration contexts.
4953         (c-beginning-of-decl-1): Use it.
4955         (c-nonlabel-token-key): New language constant and variable needed
4956         by `c-beginning-of-statement-1'.
4958         * progmodes/cc-engine.el (c-guess-basic-syntax): Fixed bug that
4959         manifested itself due to the correction in `c-forward-sexp'.
4961         * progmodes/cc-defs.el (c-forward-sexp, c-backward-sexp): Made
4962         these behave as documented when used at the buffer limits.
4964         * progmodes/cc-mode.el, cc-engine.el, cc-langs.el
4965         (c-type-decl-end-used): Made this a language variable.
4967         * progmodes/cc-mode.el (c-after-change): Widen the buffer to work
4968         correctly when `combine-after-change-calls' is used together with
4969         temporary narrowings.
4971         * progmodes/cc-engine.el (c-beginning-of-statement-1): Report
4972         labels correctly when the start point is immediately after the
4973         colon.
4975         * progmodes/cc-defs.el (c-parse-sexp-lookup-properties): Removed
4976         since it isn't used anymore.
4978         * progmodes/cc-cmds.el (c-electric-lt-gt): Detect and mark angle
4979         bracket arglists such as template parens in C++.
4981         * progmodes/cc-engine.el (c-syntactic-skip-backward): Fixed a bug
4982         in the last check-in.  Some optimization.
4984         * progmodes/cc-engine.el (c-syntactic-skip-backward): Fixed bug
4985         where it could stop at the same level in a preceding sexp when
4986         PAREN-LEVEL is set.
4988         * progmodes/cc-mode.el (c-basic-common-init): Turn on syntax-table
4989         text property lookup only when it's needed.
4991         * progmodes/cc-langs.el, cc-engine.el, cc-fonts.el, cc-mode.el:
4992         Changed the policy for paren marked angle brackets to be more
4993         persistent; once marked they remain marked even when they're found
4994         to be unbalanced in the searched region.  This should keep the
4995         paren syntax around even when individual lines are refontified in
4996         multiline template arglists.
4998         (c-parse-and-markup-<>-arglists): New dynamically bound variable
4999         to control markup so that incorrect angle bracket arglists aren't
5000         marked in contexts where the correct value for
5001         `c-disallow-comma-in-<>-arglists' isn't known.
5003         (c-forward-<>-arglist, c-forward-<>-arglist-recur): The reparse
5004         argument has become `c-parse-and-markup-<>-arglists'.
5006         (c-remove-<>-arglist-properties): Removed - no longer used.
5008         (c-after-change-check-<>-operators): New function used on
5009         `after-change-functions' to avoid that "<" and ">" characters that
5010         are part of longer operators have paren syntax.
5012         (c-<>-multichar-token-regexp): New language variable used by
5013         `c-after-change-check-<>-operators'.
5015         (c-after-change): Call `c-after-change-check-<>-operators'.
5017         (c-font-lock-<>-arglists): Use the context properties set by
5018         `c-font-lock-declarations' to set
5019         `c-disallow-comma-in-<>-arglists' correctly to avoid doing invalid
5020         markup.
5022         (c-font-lock-declarations): Removed code that undoes the invalid
5023         markup done by `c-font-lock-<>-arglists'.
5025         (c-complex-decl-matchers): `c-font-lock-<>-arglists' now runs
5026         after `c-font-lock-declarations'.
5028         * progmodes/cc-engine.el (c-syntactic-skip-backward): Added
5029         paren-level feature.
5031         (c-guess-basic-syntax): Improved the anchor position for
5032         `template-args-cont' in nested template arglists.  There's still
5033         much to be desired in this area, though.
5035 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
5037         * progmodes/cc-cmds.el, cc-engine.el, cc-langs.el, cc-vars.el:
5038         Make the "Text Filling and Line Breaking" commands work for AWK
5039         buffers.
5041 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
5043         * progmodes/cc-defs.el, cc-engine.el (c-mode-is-new-awk-p):
5044         Removed; (c-major-mode-is 'awk-mode) can be used instead now.
5046         * progmodes/cc-mode.el: Always set up AWK mode since emacsen where
5047         it doesn't work no longer are supported.
5049         * progmodes/cc-mode.el, cc-styles.el, cc-vars.el, cc-defs.el
5050         * cc-engine.el, cc-fonts.el, cc-langs.el, cc-cmds.el: CC Mode now
5051         requires support for the syntax-table' text property, which rules
5052         out Emacs 19 and XEmacs < 21.4.  Removed various compatibility
5053         cruft associated with those versions.
5055         * progmodes/cc-defs.el, cc-fix.el: CC Mode now requires support
5056         for the `syntax-table' text property, which rules out Emacs 19 and
5057         XEmacs < 21.4.  Removed various compatibility cruft associated
5058         with those versions.
5060         * progmodes/cc-vars.el (c-emacs-features): CC Mode now requires
5061         support for the `syntax-table' text property.
5063         * progmodes/cc-fonts.el (c-nonbreakable-space-face): Remove the
5064         variable and use an extra quoted face name instead.  All the
5065         emacsen flavors handle that correctly.
5067         * progmodes/cc-fonts.el (c-font-lock-complex-decl-prepare)
5068         (c-font-lock-declarators, c-font-lock-declarations)
5069         (c-complex-decl-matchers, c-basic-matchers-after): Use a text
5070         property to mark the items in in declarator lists to handle
5071         refontification inside multiline declarations better.
5073         * progmodes/cc-fonts.el (c-font-lock-declarations): Recognize a
5074         construct like "a * b = c;" as a declaration.
5076 2005-12-08  Kim F. Storm  <storm@cua.dk>
5078         * emulation/cua-base.el (cua-use-hyper-key): Replaced by ...
5079         (cua-rectangle-modifier-key): ... this.  New defcustom.  Can now
5080         select either meta, hyper, or super modifier for rectangle commands.
5081         (cua--rectangle-modifier-key): New defvar.
5082         (cua--M/H-key): Use it.  Remove special case for `space'.
5083         (cua--init-keymaps): Initialize it from cua-rectangle-modifier-key
5084         on X, to meta otherwise.  Always bind C-return to toggle
5085         rectangle.  Pass ?\s instead of `space' to cua--M/H-key.
5087         * emulation/cua-rect.el (cua-help-for-rectangle): Use
5088         cua--rectangle-modifier-key.  Handle super modifier too.
5089         (cua--init-rectangles): Always bind C-return to toggle rectangle.
5090         Pass ?\s instead of `space' to cua--M/H-key and cua--rect-M/H-key.
5092         * ido.el: Move Acknowledgements and History after Commentary.
5093         Minor changes to Commentary.
5095         * emulation/cua-base.el (cua--select-keymaps): Enable repeat
5096         keymap if cua--prefix-override-timer is `shift'.
5097         (cua--shift-control-prefix): New function; emulate "type prefix
5098         key twice" functionality to handle shifted prefix key override.
5099         (cua--shift-control-c-prefix, cua--shift-control-x-prefix): New
5100         commands.
5101         (cua--init-keymaps): Bind them to S-C-c and S-C-x.
5103 2005-12-08  Carsten Dominik  <dominik@science.uva.nl>
5105         * textmodes/org.el (org-insert-heading): Try to do items before
5106         headings.
5107         (org-agenda-mode): Quote `org-agenda-mode-hook'.
5108         (org-insert-item): New function.
5109         (org-renumber-ordered-list): Don't skip to higher level lists.
5111 2005-12-08  Juri Linkov  <juri@jurta.org>
5113         * info.el (Info-mode-map): Bind M-TAB to `Info-prev-reference'.
5115         * button.el (button-buffer-map): Bind M-TAB to `backward-button'.
5117         * wid-edit.el (widget-keymap): Bind M-TAB to `widget-backward'.
5119         * pcvs.el (defun-cvs-mode): Put `definition-name' property on
5120         the constructed function name fun-1.
5122         * cus-edit.el (custom-add-parent-links): Filter out custom-group-link,
5123         because such links don't lead to parent documentation.
5125 2005-12-08  Kenichi Handa  <handa@m17n.org>
5127         * descr-text.el (describe-char): Use *Help-2* buffer if the
5128         current buffer is *Help*.  Call describe-text-properties while
5129         setting the original buffer.
5131 2005-12-07  Bill Wohler  <wohler@newt.com>
5133         * files.el (auto-mode-alist): Remove mh-letter-mode.  Unnecessary,
5134         and causes problems with non-MH users (such as Gnus users).
5136 2005-12-08  Nick Roberts  <nickrob@snap.net.nz>
5138         * progmodes/gdb-ui.el (gdb-find-file-unhook): Delete variable.
5139         (gdb-set-gud-minor-mode, gdb-set-gud-minor-mode): Delete functions.
5140         (gdb-set-gud-minor-mode-existing-buffers, gdb-init-2): Use GDB
5141         command "info sources".  Move calls to GDB command "list".
5142         (gdb-find-file-hook): Just use gdb-source-file-list.
5143         (gdb-source-file-regexp): Use regexp for pre-GDB 6.4.
5144         (gdb-source-file-regexp-1): New regexp for GDB 6.4+ only.
5145         (gdb-set-gud-minor-mode-existing-buffers-1): Use it.
5146         (gdb-data-list-register-values-handler): Use correct trigger name.
5148 2005-12-07  Kim F. Storm  <storm@cua.dk>
5150         * ido.el (ido-completion-map): Rename from ido-mode-map.
5151         (ido-common-completion-map, ido-file-completion-map)
5152         (ido-file-dir-completion-map, ido-buffer-completion-map):
5153         Rename from ido-mode-....-map.
5154         (ido-init-completion-maps): Rename from ido-init-mode-maps.
5155         (ido-setup-completion-map): Rename from ido-define-mode-map.
5156         (ido-read-internal): Bind minibuffer-local-filename-completion-map
5157         to ido-completion-map.
5159 2005-12-07  Kenichi Handa  <handa@m17n.org>
5161         * international/mule-cmds.el
5162         (set-display-table-and-terminal-coding-system): If the coding
5163         system specified in `unibyte-display' property is different from
5164         the arg coding-system, don't setup standard-display-table.
5166 2005-12-06  Stefan Monnier  <monnier@iro.umontreal.ca>
5168         * emacs-lisp/edebug.el (edebug-skip-whitespace): read1:lread.c says
5169         that comments end at \n, regardless of selective-display.
5171 2005-12-07  Nick Roberts  <nickrob@snap.net.nz>
5173         * progmodes/gdb-ui.el (gdb-error-regexp, gdb-first-post-prompt)
5174         (gdb-version): New variables.
5175         (gdb-source-file-list, gdb-register-names)
5176         (gdb-changed-registers): New variables for use with GDB 6.4+.
5177         (gdb-ann3): Replace with...
5178         (gdb-init-1, gdb-init-2): ...two new functions.
5179         (gdba, gdb-prompt): Call gdb-init-1.
5180         (gdb-get-version): New function.  Call gdb-init-2 from here.
5181         (gud-watch): Make it work with mouse events too.
5182         (gdb-post-prompt): Don't add to queue until GDB version is known.
5183         (gdb-speedbar-expand-node, gdb-post-prompt, gdb-registers-mode)
5184         (gdb-locals-mode): Use gdb-version.
5185         (gdb-memory-format-map, gdb-memory-unit-map)
5186         (gdb-locals-watch-map): Rename from gdb-*-*-keymap.
5187         (gdb-locals-font-lock-keywords-1)
5188         (gdb-locals-font-lock-keywords-2): New variables.
5189         (gdb-find-file-hook): Make it work with GDB 6.4+ too.
5190         (gdb-set-gud-minor-mode-existing-buffers-1)
5191         (gdb-var-list-children-1, gdb-var-list-children-handler-1)
5192         (gdb-var-update-1, gdb-var-update-handler-1)
5193         (gdb-data-list-register-values-handler)
5194         (gdb-data-list-register-values-custom)
5195         (gdb-get-changed-registers, gdb-get-changed-registers-handler)
5196         (gdb-stack-list-locals-handler, gdb-get-register-names):
5197         New functions for use with GDB 6.4+.
5198         (gdb-locals-watch-map-1): New variable for use with GDB 6.4+.
5199         (gdb-source-file-regexp, gdb-var-list-children-regexp-1)
5200         (gdb-var-update-regexp-1, gdb-data-list-register-values-regexp)
5201         (gdb-stack-list-locals-regexp)
5202         (gdb-data-list-register-names-regexp): New regexps for use with
5203         GDB 6.4+.
5205 2005-12-06  Stefan Monnier  <monnier@iro.umontreal.ca>
5207         * progmodes/cc-defs.el (c-emacs-features): Don't assume point-min==1.
5209 2005-12-06  Nozomu Ando  <nand@mac.com>  (tiny patch)
5211         * mail/smtpmail.el (smtpmail-try-auth-methods): Make password
5212         prompts work for AUTH PLAIN.  Also reported by Steve Allan
5213         <seallan@verizon.net>.
5215 2005-12-06  L\e$,1 q\e(Brentey K\e,Aa\e(Broly  <lorentey@elte.hu>
5217         * frame.el (set-frame-parameter): Add doc string.
5219 2005-12-06  Carsten Dominik  <dominik@science.uva.nl>
5221         * textmodes/org.el (org-occur-highlights): New variable.
5222         (org-highlight-new-match, org-remove-occur-highlights): New functions.
5223         (org-highlight-sparse-tree-matches): New option.
5224         (org-do-occur): New function.
5225         (org-get-heading): Make it work also at beginning of line.
5226         (org-category-table): New variable.
5227         (org-get-category-table, org-get-category)
5228         (org-camel-to-words, org-link-search): New functions.
5229         (org-select-this-todo-keyword): New variable.
5230         (org-todo-list): New command.
5231         (org-shiftright, org-shiftleft): New commands.
5232         (org-agenda-todo): Add prefix argument.
5233         (org-show-hierarchy-above): New option.
5234         (org-show-todo-tree): Numerical prefix creates tree for specific
5235         TODO keyword.
5236         (org-outline-level): New function, to assign a level to plain
5237         lists items.
5238         (org-cycle-include-plain-lists): New option.
5239         (org-mode): Use `org-outline-level' as value of `outline-level'.
5240         (org-cycle): Temporarily switch `outline-regexp' if
5241         `org-cycle-include-plain-lists' is non-nil.
5242         (org-start-icalendar-file): Fix format bug.
5243         (org-agenda-get-day-entries): Create category table.
5244         (org-agenda-get-todos, org-agenda-get-timestamps)
5245         (org-agenda-get-deadlines, org-agenda-get-scheduled)
5246         (org-agenda-get-blocks): Use `org-get-category'.
5247         (org-context-in-file-links): Rename from
5248         `org-line-numbers-in-file-links'.
5250 2005-12-06  Romain Francoise  <romain@orebokech.com>
5252         * window.el (balance-windows): Delete extraneous third arg in call
5253         to `enlarge-window'.
5255 2005-12-06  Kenichi Handa  <handa@m17n.org>
5257         * international/kinsoku.el (kinsoku-longer): Check eolp, not eobp.
5259 2005-12-06  Nick Roberts  <nickrob@snap.net.nz>
5261         * progmodes/gdb-ui.el (gdb-var-create-handler)
5262         (gdb-var-evaluate-expression-handler, gdb-frame-handler)
5263         (gdb-var-list-children-handler, gdb-var-update-handler):
5264         Current buffer is already gdb-partial-output-buffer, don't
5265         make it current again.
5267 2005-12-05  Luc Teirlinck  <teirllm@auburn.edu>
5269         * buff-menu.el (Buffer-menu-use-frame-buffer-list): New user option.
5270         (list-buffers-noselect): Use it.
5272 2005-12-05  Stefan Monnier  <monnier@iro.umontreal.ca>
5274         * mail/sendmail.el: Remove unnecessary leading-star in docstrings.
5275         (mail-yank-ignored-headers): Use regexp-opt.
5276         (mail-mode-map): Move initialization into declaration.
5277         (mail-sent-via): Remove unused shadowed var `to-line'.
5278         (mail-mailer-swallows-blank-line): Use with-temp-buffer.
5279         (mail-bury, sendmail-send-it, mail-do-fcc): Use with-current-buffer.
5280         (mail-do-fcc): Use dolist and push.
5281         (mail-mode-fill-paragraph): Pass the arg to fill-region-as-paragraph.
5282         (mail-yank-ignored-headers): Don't autoload.
5284 2005-12-05  Kenichi Handa  <handa@m17n.org>
5286         * international/mule-cmds.el (set-language-info-internal): New fun.
5287         (set-language-info): Call set-language-info-internal to update
5288         language-info-alist.  If LANG-ENV is the current one, call
5289         set-language-environment to make INFO effective now.
5290         (set-language-info-alist): Likewise.
5291         (locale-language-names): With locale "en", use English
5292         lang. env. but set the default codings to iso-8859-1.
5294 2005-12-04  Nick Roberts  <nickrob@snap.net.nz>
5296         * progmodes/gdb-ui.el (gdb-use-inferior-io-buffer)
5297         (gdb-speedbar-auto-raise): Echo new state in minibuffer.
5298         (gdb-var-create-handler, gdb-assembler-custom): Use search-forward
5299         for plain strings.
5300         (gdb-frames-mode): Remove redundant call to font-lock-mode.
5301         (gdb-all-registers): Rename from toggle-gdb-all-registers.
5302         Create registers buffer if necessary.  Echo new state in minibuffer.
5303         (gdb-registers-mode-map, gdb-registers-mode): Use gdb-all-registers.
5305 2005-12-03  Chong Yidong  <cyd@stupidchicken.com>
5307         * info.el (Info-fontify-node): Match external links using
5308         non-directory part of filename.
5310 2005-12-04  Juri Linkov  <juri@jurta.org>
5312         * font-core.el (global-font-lock-mode): Use define-global-minor-mode
5313         instead of easy-mmode-define-global-mode.  Add `:group font-lock'.
5314         (font-lock-mode): Replace `:group font-lock' with `nil nil nil'
5315         because there is no customization option for it.
5317         * font-lock.el (lisp-font-lock-keywords-1):
5318         Add define-global-minor-mode.
5320         * emacs-lisp/autoload.el (make-autoload): Add define-global-minor-mode.
5322         * emacs-lisp/derived.el (define-derived-mode): Put `definition-name'
5323         properties on the constructed variable names.
5325         * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
5326         Put `definition-name' properties on the constructed function names
5327         next-sym and prev-sym.
5329         * emacs-lisp/find-func.el (find-function-regexp):
5330         Add define-global-minor-mode.  Replace `easy-mmode-define-global-mode'
5331         with `easy-mmode-define-[a-z-]+'.  Add easy-menu-define.
5332         (find-variable-regexp): Add easy-mmode-defmap, easy-mmode-defsyntax
5333         and easy-menu-define.
5335         * emacs-lisp/lisp-mode.el: Put `doc-string-elt' property on
5336         easy-mmode-define-global-mode and define-global-minor-mode.
5337         (lisp-imenu-generic-expression): Add define-global-minor-mode.
5339         * progmodes/cwarn.el (global-cwarn-mode): Use define-global-minor-mode
5340         instead of easy-mmode-define-global-mode.
5342         * progmodes/idlw-shell.el (idlwave-shell-electric-debug-mode):
5343         Use define-minor-mode instead of easy-mmode-define-minor-mode.
5345         * cus-edit.el (customize-group, customize-group-other-window):
5346         Filter out autoloaded options from the group completion list by
5347         using heuristics that autoloaded groups don't have `custom-autoload'
5348         property on their symbols (they have only `custom-loads').
5350         * simple.el (completion-setup-function): Put completions-common-part
5351         face on complete completion string too (i.e. completion string
5352         without completions-first-difference face).
5354         * man.el (Man-section-regexp): Add 0-9 to support "3X11" sections.
5356 2005-12-03  Eli Zaretskii  <eliz@gnu.org>
5358         * view.el (view-mode): Doc fix.
5360         * disp-table.el (standard-display-european): Add to the warning
5361         message a reference to the doc string.
5363         * play/yow.el (apropos-zippy): Call print-help-return-message,
5364         similar to other Help and Apropos commands.
5366         * help.el (print-help-return-message): If pop-up-frames is
5367         non-nil, set up help-return-method to delete the help window and,
5368         possibly, its frame as well, and don't display message about
5369         scrolling the help window.  Doc fix.
5370         (help-return-method): Doc fix.
5372 2005-12-03  Martin Rudalics  <rudalics@gmx.at>  (tiny change)
5374         * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression): Fix bug
5375         whereby names of length one or names starting with a
5376         symbol-constituent character would not be returned.
5378 2005-12-03  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
5380         * subr.el (atomic-change-group): Add edebug and indentation spec.
5382 2005-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
5384         * completion.el (save-completions-file-name): Fix typo in last change.
5386 2005-12-02  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
5388         * info.el: Move back/forward history to the beginning of the tool bar.
5390 2005-12-02  Ken Manheimer  <ken.manheimer@gmail.com>
5392         * allout.el (eval-when-compile): Remove unnecessary load of cl.
5393         Add fset of allout-real-isearch-abort during compile to fix
5394         byte-compilation warnings.
5395         (allout-mode-p): Move definition of this macro above all uses, or
5396         byte compilation in barren emacs (eg, during emacs build) will
5397         lack the definition.
5398         (allout-mode): Move this variable above any uses, or byte
5399         compilation will fail.
5400         (allout-resolve-xref): Remove use of personal file-reference function.
5401         (allout-toggle-current-subtree-encryption): Do the current (ie,
5402         visible containing) topic, rather than nearest around point.  Doc fix.
5403         (allout-toggle-subtree-encryption): New function, workhorse that
5404         works on nearest topic containing point.
5405         (allout-encrypt-string): Signal requirement for newer version of pgg.
5406         (allout-resumptions): Doc fix.
5408 2005-12-02  Eli Zaretskii  <eliz@gnu.org>
5410         * international/latexenc.el (latex-inputenc-coding-alist): Doc fix.
5412 2005-12-02  Agustin Martin  <agustin.martin@hispalinux.es>
5414         * textmodes/flyspell.el (flyspell-external-point-words):
5415         Consider a misspelling as found in the string search if: (a) misspelling
5416         and found string lengths match, or (b) misspelling is found as
5417         element in a boundary-chars separated longer string, or (c)
5418         ispell-program-name is really ispell and misspelling is found as
5419         part of a TeX string.  After successful match move beginning of
5420         search region to end of match.  Warn about not found misspellings
5421         once the process is done.
5422         (flyspell-large-region): Do not set ispell-parser to tex if in TeX mode.
5424 2005-12-02  Nick Roberts  <nickrob@snap.net.nz>
5426         * progmodes/gud.el (gud-menu-map): Put gud-finish back on the
5427         tool bar (removed inadvertently).
5429 2005-12-02  Juri Linkov  <juri@jurta.org>
5431         * log-view.el (log-view-diff): Clarify doc string.
5433 2005-12-01  Bill Wohler  <wohler@newt.com>
5435         * Makefile.in (mh-loaddefs.el): Reinsert Change Log as its absence
5436         triggers lm-verify errors.
5438 2005-12-01  Luc Teirlinck  <teirllm@auburn.edu>
5440         * simple.el (transient-mark-mode, line-number-mode)
5441         (column-number-mode, size-indication-mode): Remove `:require nil'.
5443 2005-12-01  Nick Roberts  <nickrob@snap.net.nz>
5445         * progmodes/gdb-ui.el (gdb-ann3): Bind mouse-2 to gdb-mouse-until
5446         in the margin also.
5447         (gdb-breakpoints-mode-map): Use D instead of d for
5448         gdb-delete-breakpoint.
5449         (gdb-get-frame-number): Require a number to match on.
5450         (gdb-threads-mode-map): Add follow-link binding.
5452 2005-11-30  Jason Rumney  <jasonr@gnu.org>
5454         * isearch.el (isearch-mode-map): Avoid exiting search on
5455         language-change event.
5457 2005-11-30  Romain Francoise  <romain@orebokech.com>
5459         * speedbar.el (speedbar-default-position): New defcustom.
5460         (speedbar-frame-reposition-smartly): Use it.
5462         * dframe.el (dframe-reposition-frame-emacs): Fix position
5463         computation for `left' location.
5464         Update copyright year.
5466 2005-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
5468         * help.el (help-map): Move initialization into declaration.
5470         * emacs-lisp/autoload.el (make-autoload): Handle defgroup specially.
5472         * help-fns.el (help-argument-name): Don't autoload.
5473         It's useless and triggers a bug in cus-dep.el causing ldefs-boot
5474         to be re-loaded when customizing the `help' group.
5476 2005-11-30  John Paul Wallington  <jpw@gnu.org>
5478         * help-fns.el (describe-function-1): Fill arglist output.
5480 2005-11-30  Kim F. Storm  <storm@cua.dk>
5482         * emulation/cua-rect.el (cua--rectangle-overlays): Make permanent-local.
5483         (cua--rectangle-post-command): Cleanup overlays and deactivate mark
5484         after revert-buffer (or anything else which kills all local variables).
5486         * apropos.el (apropos-parse-pattern): Doc fix.
5487         Set apropos-regexp directly, rather than expecting callers to do so.
5488         (apropos-command, apropos, apropos-value, apropos-documentation):
5489         Simplify calls to apropos-parse-pattern.
5491 2005-11-29  Chong Yidong  <cyd@stupidchicken.com>
5493         * hi-lock.el (hi-lock-line-face-buffer, hi-lock-face-buffer)
5494         (hi-lock-face-phrase-buffer): Use hi-yellow face.
5495         (hi-lock-write-interactive-patterns): Use comment-region.
5497         * longlines.el (longlines-mode): Add mail-setup-hook.
5499         * mail/mailheader.el, mail/sendmail.el: Revert 2005-11-17 changes.
5501         * simple.el (sendmail-user-agent-compose, next-line):
5502         Conditionally use hard-newline.
5504 2005-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
5506         * international/latexenc.el (latex-inputenc-coding-alist):
5507         Reword doc string.
5509 2005-11-29  Chong Yidong  <cyd@stupidchicken.com>
5511         * help.el (describe-key-briefly, describe-key): Recognize default
5512         bindings.
5514 2005-11-29  Romain Francoise  <romain@orebokech.com>
5516         * view.el (view-inhibit-help-message): New defcustom.
5517         (view-mode-enter): Use it.
5519 2005-11-29  Michael Kifer  <kifer@cs.stonybrook.edu>
5521         * ediff-wind.el (ediff-setup-control-frame, ediff-make-wide-display):
5522         Preserve user position.
5524 2005-11-28  Luc Teirlinck  <teirllm@auburn.edu>
5526         * font-lock.el: Throw error if facemenu is not loaded to prevent
5527         accidental change of loading order in loadup.el.  (Suggested by RMS.)
5529         * loadup.el: Add comment explaining why facemenu must be loaded
5530         before font-lock.
5532 2005-11-28  Jay Belanger  <belanger@truman.edu>
5534         * calc/calc.el: Change global keybinding for calc-dispatch to "\C-x*".
5535         (calc-dispatch-map): Add more keys for `calc-same-interface'.
5537         * calc/calc-misc.el (calc-dispatch-help): Update docstring.
5539         * calc/calc-embed.el (calc-do-embedded): Update help message.
5541         * calc/calc-prog.el (calc-user-define-invokation): Update help message.
5543 2005-11-28  Stefan Monnier  <monnier@iro.umontreal.ca>
5545         * log-edit.el (log-edit-insert-cvs-rcstemplate): Ignore stderr.
5547         * emacs-lisp/elp.el (elp-not-profilable): Replace interactive-p with
5548         called-interactively-p.
5549         (elp-profilable-p): Rename from elp-not-profilable-p.
5550         Invert result and take into account macros and autoloaded functions.
5551         (elp-instrument-function): Update call.
5552         (elp-instrument-package): Update call.  Add completion.
5553         (elp-pack-number): Use match-string.
5554         (elp-results-jump-to-definition-by-mouse): Merge into
5555         elp-results-jump-to-definition and then remove.
5556         (elp-output-insert-symname): Make help echo text single-line.
5558         * replace.el (query-replace-map): Move initialization into declaration.
5559         (occur-engine): Use with-current-buffer.
5560         (occur-mode-goto-occurrence): Make it work for mouse-clicks as well.
5561         (occur-mode-mouse-goto): Replace with an alias.
5563 2005-11-28  Juri Linkov  <juri@jurta.org>
5565         * simple.el (quoted-insert): Let-bind input-method-function to nil.
5567         * term/w32-win.el: Bind [S-tab] to [backtab].
5569         * info.el (Info-fontify-node): Set 2nd arg `noerror' of
5570         `Info-find-file' to t.
5572         * replace.el (occur-mode-mouse-goto): Pop, don't switch.
5573         (occur-mode-goto-occurrence): Let-bind same-window-buffer-names
5574         and same-window-regexps.
5575         (occur-next-error): Don't move point for arg 0.
5577 2005-11-28  Chong Yidong  <cyd@stupidchicken.com>
5579         * replace.el (occur-mode-goto-occurrence): Pop, don't switch.
5581 2005-11-28  Stefan Monnier  <monnier@iro.umontreal.ca>
5583         * log-edit.el (log-edit-changelog-use-first): New var.
5584         (log-edit-changelog-ours-p): Use it.
5585         (log-edit-insert-changelog): Set it with new arg `use-first'.
5586         (log-edit-insert-cvs-rcstemplate, log-edit-insert-filenames): New funs.
5587         (log-edit-hook): Add them to the list of suggested options.
5589         * textmodes/flyspell.el (flyspell-last-buffer): New var.
5590         (flyspell-accept-buffer-local-defs): Use it to avoid doing silly
5591         redundant work.
5592         (flyspell-mode-on): Use add-hook for after-change-functions.
5593         (flyspell-mode-off): Use remove-hook for after-change-functions.
5594         (flyspell-changes): Make it buffer-local.
5595         (flyspell-after-change-function): Make it non-interactive.  Use push.
5596         (flyspell-post-command-hook): Check input-pending-p while processing
5597         the potentially long list of buffer changes.
5599 2005-11-28  L\e$,1 q\e(Brentey K\e,Aa\e(Broly  <lorentey@elte.hu>
5601         * buff-menu.el (list-buffers-noselect): Display the selected
5602         frame's buffer list, not the global one.
5604 2005-11-28  Nick Roberts  <nickrob@snap.net.nz>
5606         * xt-mouse.el (xterm-mouse-event): Set last-input-event so
5607         that (list last-input-event) works as in interactive spec.
5609 2005-11-27  Luc Teirlinck  <teirllm@auburn.edu>
5611         * loadup.el ("facemenu"): Load facemenu before font-lock, because
5612         `facemenu-keymap' needs to be defined when font-lock is loaded.
5613         Otherwise, `M-o M-o' is not bound to `font-lock-fontify-block'.
5615 2005-11-27  Stefan Monnier  <monnier@iro.umontreal.ca>
5617         * completion.el: Remove useless leading * in defcustom docstrings.
5618         (save-completions-file-name): Use ~/.emacs.d if available.
5619         (completion-standard-syntax-table): Rename from
5620         cmpl-standard-syntax-table and fold initialization into declaration,
5621         thus removing cmpl-make-standard-completion-syntax-table.
5622         (completion-lisp-syntax-table, completion-c-syntax-table)
5623         (completion-fortran-syntax-table, completion-c-def-syntax-table): Idem.
5624         (cmpl-saved-syntax, cmpl-saved-point): Remove.
5625         (symbol-under-point, symbol-before-point)
5626         (symbol-under-or-before-point, symbol-before-point-for-complete)
5627         (add-completions-from-c-buffer): Use with-syntax-table.
5628         (make-completion): Don't return a list of completion entries.
5629         Update callers.
5630         (cmpl-prefix-entry-head, cmpl-prefix-entry-tail): Use defalias.
5631         (completion-initialize): Rename from initialize-completions.
5632         (completion-find-file-hook): Rename from cmpl-find-file-hook.
5633         (kill-emacs-save-completions): Collect stats here.
5634         (save-completions-to-file, load-completions-from-file):
5635         Use with-current-buffer.
5636         (completion-def-wrapper): Rename from def-completion-wrapper.  Make it
5637         into a function.  Move all calls to toplevel.
5638         (completion-lisp-mode-hook): New fun.
5639         (completion-c-mode-hook, completion-setup-fortran-mode):
5640         Set the syntax-table here.  Use local-set-key.
5641         (completion-saved-bindings): New var.
5642         (dynamic-completion-mode): Make it into a proper minor mode.
5643         (load-completions-from-file): Remove unused var `num-uses'.
5645         * emacs-lisp/cl-macs.el (defstruct): Don't define the default
5646         constructor if it is explicitly overridden.
5648         * complete.el (PC-completion-as-file-name-predicate):
5649         Use minibuffer-completing-file-name.
5650         (partial-completion-mode): Use find-file-not-found-functions.
5651         (PC-lisp-complete-symbol): Use with-syntax-table.
5652         (PC-look-for-include-file): Remove dead setq.
5653         (PC-look-for-include-file, PC-expand-many-files, PC-do-completion)
5654         (PC-complete): Use with-current-buffer.
5656         * progmodes/sh-script.el (sh-font-lock-syntactic-keywords): \ doesn't
5657         escape single quotes.
5659 2005-11-27  Luc Teirlinck  <teirllm@auburn.edu>
5661         * dabbrev.el (dabbrev-completion): Simplify code, by getting rid
5662         of `if' whose condition always returned nil.  Doc fix.
5664         * buff-menu.el (Buffer-menu-revert-function): Make the selected
5665         window's buffer the current buffer around the call to
5666         `list-buffers-noselect'.  This is necessary to mark that buffer
5667         with a `.' in the Buffer Menu when called from Lisp, for instance
5668         by Auto Revert Mode.
5670 2005-11-28  Nick Roberts  <nickrob@snap.net.nz>
5672         * progmodes/gdb-ui.el (gdb-stopped): Detect child process when
5673         attaching to it.
5674         (gdb-pre-prompt): Make sure gdb-error is reset.
5676         * progmodes/gud.el (gud-gdb-marker-filter): When GDB is invoked
5677         with a child process, detect it.
5678         (gud-speedbar-buttons): Match regexp more carefully.
5680 2005-11-27  Richard M. Stallman  <rms@gnu.org>
5682         * mouse.el (mouse-drag-move-window-bottom):
5683         Use adjust-window-trailing-edge.
5685 2005-11-27  Luc Teirlinck  <teirllm@auburn.edu>
5687         * simple.el (blink-matching-open): Ignore
5688         `blink-matching-paren-on-screen' if `show-paren-mode' is enabled.
5689         (blink-matching-paren-on-screen): Update docstring.
5691         * paren.el (show-paren-mode): No longer change
5692         `blink-matching-paren-on-screen'.
5694 2005-11-27  John Paul Wallington  <jpw@pobox.com>
5696         * progmodes/gdb-ui.el (gdb-goto-breakpoint, gdb-frames-select)
5697         (gdb-threads-select, gdb-edit-register-value):
5698         Use `posn-set-point' instead of `mouse-set-point' because the
5699         latter is not fbound when configured without X.
5701 2005-11-27  Kim F. Storm  <storm@cua.dk>
5703         * emulation/cua-rect.el (cua--highlight-rectangle): Preserve
5704         existing face when partially highlighting a TAB in a rectangle.
5706 2005-11-26  Kim F. Storm  <storm@cua.dk>
5708         * ido.el (ido-mode-map): Doc fix.
5709         (ido-mode-common-map, ido-mode-file-map)
5710         (ido-mode-file-dir-map, ido-mode-buffer-map): New keymaps.
5711         (ido-define-mode-map): Rewrite.  Select one of the new maps as
5712         parent for ido-mode-map instead of building from scratch.
5713         (ido-init-mode-maps): New defun to initialize new maps.
5714         (ido-mode): Call it.
5715         (ido-switch-buffer): Doc fix -- use \<ido-mode-buffer-map>.
5716         (ido-find-file): Doc fix -- use \<ido-mode-file-map>.
5718 2005-11-26  John Paul Wallington  <jpw@pobox.com>
5720         * arc-mode.el (archive-extract): Use `posn-set-point' instead of
5721         `mouse-set-point' because the latter is not fbound when configured
5722         without X.
5724 2005-11-26  Thien-Thi Nguyen  <ttn@gnu.org>
5726         * files.el (file-relative-name): Doc fix.
5728 2005-11-26  Kurt Hornik  <Kurt.Hornik@wu-wien.ac.at>
5730         * progmodes/octave-inf.el (inferior-octave-startup): Force a
5731         non-empty string for secondary prompt PS2.
5733 2005-11-25  Chong Yidong  <cyd@stupidchicken.com>
5735         * progmodes/compile.el (compilation-setup): Fix last change.
5737 2005-11-26  Nick Roberts  <nickrob@snap.net.nz>
5739         * progmodes/gdb-ui.el (gdb-info-breakpoints-custom)
5740         (gdb-mouse-toggle-breakpoint-margin)
5741         (gdb-mouse-toggle-breakpoint-fringe, gdb-threads-select):
5742         Add gdb-server-prefix to keep out of command history.
5743         (gdb-edit-register-value): New function.
5744         (gdb-registers-mode-map): Bind mouse-2 and RET to it.
5745         (gdb-info-registers-custom): Use above map.
5747 2005-11-25  Chong Yidong  <cyd@stupidchicken.com>
5749         * custom.el (enable-theme): Signal error if argument is not a
5750         theme.  Don't recalculate a face if it's not loaded yet.
5752         * cus-face.el (custom-theme-set-faces): Don't change saved-face if
5753         the `user' theme is in effect.
5755         * info.el (Info-on-current-buffer): Record actual filename in
5756         Info-current-file, instead of t, or a fake filename if a non-file
5757         buffer.  Make autoload.
5758         (Info-find-node, Info-revert-find-node): No need to check for
5759         Info-current-file nil.
5760         (Info-set-mode-line, Info-up, Info-copy-current-node-name):
5761         Info-current-file is now never `t'.
5762         (Info-fontify-node): Many simplifications due to Info-current-file
5763         always being valid.  Use Info-find-file to find node filename.
5765 2005-11-25  David Kastrup  <dak@gnu.org>
5767         * longlines.el (longlines-wrap-line): Reorder wrapping to "insert
5768         new character, then delete" in order to preserve markers.
5770 2005-11-25  David Ponce  <david@dponce.com>
5772         * recentf.el (recentf-arrange-by-rule): Handle a special
5773         `auto-mode-alist'-like "strip suffix" rule.
5774         (recentf-build-mode-rules): Handle second level auto-mode entries.
5776 2005-11-25  Michael Kifer  <kifer@cs.stonybrook.edu>
5778         * viper-keym.el (viper-ESC-key): Use different values in terminal and
5779         window modes.
5781         * viper.el (viper-emacs-state-mode-list): Delete mail-mode, add
5782         jde-javadoc-checker-report-mode.
5784         * ediff-wind (ediff-make-wide-display): Slight simplification.
5786         * ediff.el (ediff-date): Change the date of last update.
5788 2005-11-24  Chong Yidong  <cyd@stupidchicken.com>
5790         * hi-lock.el (hi-lock-buffer-mode): Renamed from `hi-lock-mode'.
5791         Use define-minor-mode, and make it a local mode.  Turn on font-lock.
5792         (hi-lock-mode): New global minor mode.
5793         (turn-on-hi-lock-if-enabled): New function.
5794         (hi-lock-line-face-buffer, hi-lock-face-buffer, hi-lock-set-pattern):
5795         Change arguments to regexp and face instead of a font-lock pattern.
5796         Directly set face property, instead of refontifying.
5797         (hi-lock-font-lock-hook): Check if font-lock is being turned on.
5798         (hi-lock-find-patterns): Use line-number-at-pos.
5800         (hi-lock-face-phrase-buffer): Call hi-lock-buffer-mode.  Use new
5801         arguments for hi-lock-set-pattern.
5802         (hi-lock-unface-buffer, hi-lock-set-file-patterns):
5803         Call font-lock-fontify-buffer.
5804         (hi-lock-find-file-hook, hi-lock-current-line)
5805         (hi-lock-refontify, hi-lock-set-patterns): Delete unused functions.
5807         (hi-lock-font-lock-hook): Turn off hi-lock when font lock is
5808         turned off.
5810         * progmodes/compile.el (compilation-setup): Don't fiddle with
5811         font-lock-defaults.
5813 2005-11-25  Nick Roberts  <nickrob@snap.net.nz>
5815         * progmodes/gdb-ui.el (gdb-var-create-handler)
5816         (gdb-var-list-children-handler): Find values for all variable
5817         objects.  gud-speedbar-buttons decides whether to display them.
5819 2005-11-24  Romain Francoise  <romain@orebokech.com>
5821         * info.el (Info-speedbar-fetch-file-nodes): Prefix temporary
5822         buffer name with a space.
5824 2005-11-24  Carsten Dominik  <dominik@science.uva.nl>
5826         * textmodes/org.el (org-export-plain-list-max-depth): Renamed from
5827         `org-export-local-list-max-depth'.  Change default value to 3.
5828         (org-auto-renumber-ordered-lists)
5829         (org-plain-list-ordered-item-terminator): New options.
5830         (org-at-item-p, org-beginning-of-item, org-end-of-item)
5831         (org-get-indentation, org-get-string-indentation)
5832         (org-maybe-renumber-ordered-list, org-renumber-ordered-list):
5833         New functions.
5834         (org-move-item-down, org-move-item-up): New commands.
5835         (org-export-as-html): New classes for CSS support.  Bug fix in
5836         regular expression detecting fixed-width regions.  Respect
5837         `org-local-list-ordered-item-terminator'.
5838         (org-set-autofill-regexps, org-adaptive-fill-function): "1)" is
5839         also a list item.
5840         (org-metaup, org-metadown, org-shiftmetaup, org-shiftmetadown):
5841         New item moving functions.
5843 2005-11-24  Juri Linkov  <juri@jurta.org>
5845         * isearch.el (isearch-repeat): With empty search ring set
5846         `isearch-error' to the error string instead of signaling error
5847         with the function `error'.
5849 2005-11-24  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
5851         * term/mac-win.el: Make modifier `ctrl' an alias for `control'.
5853 2005-11-24  Nick Roberts  <nickrob@snap.net.nz>
5855         * progmodes/gdb-ui.el (gdb-speedbar-auto-raise): New function
5856         and variable.
5857         (gdb-var-create-handler, gdb-var-list-children-handler):
5858         Don't match on "char **...".
5859         (gdb-var-update-handler): Find values for all variable objects.
5860         (gdb-info-frames-custom): Identify frames by leading "#".
5862         * progmodes/gud.el (gud-speedbar-menu-items): Add
5863         gdb-speedbar-auto-raise as radio button.
5864         (gud-speedbar-buttons): Raise speedbar if requested.
5865         Don't match on "char **...".
5866         (gud-speedbar-buttons): Add (pointer) value for non-leaves.
5867         Make it editable.
5869 2005-11-23  Chong Yidong  <cyd@stupidchicken.com>
5871         * info.el (Info-fontify-node): Handle the case where
5872         Info-current-file is t.
5874 2005-11-23  Stefan Monnier  <monnier@iro.umontreal.ca>
5876         * simple.el (blink-matching-open): Fix off-by-one in last change.
5878 2005-11-23  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
5880         * term/mac-win.el: Don't change default directory.
5882 2005-11-22  Luc Teirlinck  <teirllm@auburn.edu>
5884         * cus-edit.el (Custom-reset-standard): Make it handle Custom group
5885         buffers correctly.  (It used to throw an error in such buffers.)
5886         Make it ask for confirmation in group buffers and other Custom
5887         buffers containing more than one customization item.
5889 2005-11-22  John Paul Wallington  <jpw@gnu.org>
5891         * net/goto-addr.el (goto-address-fontify): Put `follow-link'
5892         property on mail and url overlays.
5893         (goto-address-at-point): Use `posn-set-point' instead of
5894         `mouse-set-point' because the latter is not fbound when configured
5895         without X.
5897 2005-11-22  Lars Hansen  <larsh@soem.dk>
5899         * ls-lisp.el (ls-lisp-parse-symlink): Delete.
5900         (ls-lisp-classify, ls-lisp-format): Delete call to
5901         ls-lisp-parse-symlink.
5902         (ls-lisp-handle-switches): Handle symlinks to directories as
5903         directories when ls-lisp-dirs-first in non-nil.
5905 2005-11-21  Luc Teirlinck  <teirllm@auburn.edu>
5907         * startup.el (command-line): Make sure that loaddefs.el is handled
5908         correctly in load-history.
5910 2005-11-22  Nick Roberts  <nickrob@snap.net.nz>
5912         * progmodes/gdb-ui.el (gdb-locals-watch-keymap): New local map.
5913         (gdb-struct-string, gdb-array-string): New constants.
5914         (gdb-info-locals-handler): Use them.
5915         (gdb-reset): Reset gdb-var-list to nil.
5917 2005-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
5919         * progmodes/sh-script.el (sh-font-lock-paren): Handle continued lines
5920         in patterns.
5922 2005-11-21  Juri Linkov  <juri@jurta.org>
5924         * custom.el (defcustom): Update link types in docstring.
5926 2005-11-20  Martin Rudalics  <rudalics@gmx.at>  (tiny change)
5928         * custom.el (defgroup): Add doc-string-elt info.
5930         * widget.el (define-widget): Don't use declare for the doc-string-elt.
5932 2005-11-20  Stefan Monnier  <monnier@iro.umontreal.ca>
5934         * newcomment.el (comment-enter-backward): Fix last fix.
5936         * simple.el (blink-matching-open):
5937         * paren.el (show-paren-function): Allow new paren-class info.
5939 2005-11-20  Chong Yidong  <cyd@stupidchicken.com>
5941         * faces.el: Revert 2005-11-17 change.  :ignore-defface is now
5942         handled automagically.
5944 2005-11-20  Andreas Schwab  <schwab@suse.de>
5946         * descr-text.el (describe-char): When copying overlays put them
5947         over the full char description instead of just the first character
5948         of it.
5950 2005-11-20  Juri Linkov  <juri@jurta.org>
5952         * simple.el (what-cursor-position):
5953         * descr-text.el (describe-char): Use Lisp-readable syntax
5954         for octal and hex.  Reorder decimal, octal and hex values.
5955         Remove excess whitespace in the output.  Use `=' in `column='
5956         like in `point=' and `Hscroll='.
5958         * international/mule-cmds.el (encoded-string-description):
5959         Use Lisp-readable syntax for hex.
5961 2005-11-19  Stefan Monnier  <monnier@iro.umontreal.ca>
5963         * newcomment.el (comment-enter-backward): Handle the case where the
5964         comment is closed by EOB.
5966 2005-11-19  Chong Yidong  <cyd@stupidchicken.com>
5968         * longlines.el (longlines-before-revert-hook)
5969         (longlines-after-revert-hook): New functions.
5970         (longlines-mode): Turn off longlines temporarily when reverting.
5971         Add a message-setup-hook.
5972         (longlines-decode-buffer): New function.
5973         (longlines-wrap-line): Preserve marker positions.
5975 2005-11-19  Andreas Schwab  <schwab@suse.de>
5977         * emacs-lisp/shadow.el: Handle compressed files.
5979 2005-11-19  Romain Francoise  <romain@orebokech.com>
5981         * net/browse-url.el (browse-url-default-browser): Signal an error
5982         if no usable browser can be found, rather than try to load w3.
5984 2005-11-16  Ryan Yeske  <rcyeske@gmail.com>
5986         * net/rcirc.el (rcirc-mangle-text): Add bold face property without
5987         replacing existing properties.
5988         (rcirc-my-nick, rcirc-other-nick, rcirc-server)
5989         (rcirc-nick-in-message, rcirc-prompt): Use min-colors and remove
5990         tty specs.
5991         (rcirc-server-prefix, rcirc-server): New faces.
5992         (rcirc-url-regexp): Generate with rx macro.
5993         (rcirc-last-server-message-time): New variable.
5994         (rcirc-filter): Record time of last message.
5995         (rcirc-keepalive): Kill processes that did not send a message
5996         since the last ping.
5997         (rcirc-mode): Give rcirc-topic a local binding here.
5999 2005-11-19  Michael Cadilhac  <michael.cadilhac@lrde.org>  (tiny change)
6001         * subr.el (read-passwd): Fontify the prompt as we do with other
6002         prompts.
6004 2005-11-19  Ryan Yeske  <rcyeske@gmail.com>
6006         * ffap.el (ffap-menu-rescan): Use inhibit-read-only instead of
6007         binding buffer-read-only to nil.
6009 2005-11-19  Eli Zaretskii  <eliz@gnu.org>
6011         * complete.el (partial-completion-mode):
6012         Mention completion-auto-help in the doc string.
6014         * man.el (Man-highlight-references): Doc fix.  Reformat code in a
6015         more Lisp-ish way.
6017 2005-11-19  Slawomir Nowaczyk  <slawomir.nowaczyk.847@student.lu.se>  (tiny change)
6019         * ls-lisp.el (ls-lisp-format-file-size): Format file size with 9
6020         digits, not 8, to avoid misalignment for files larger than 100MB.
6022 2005-11-19  Eli Zaretskii  <eliz@gnu.org>
6024         * menu-bar.el (menu-bar-describe-menu) <list-keybindings>:
6025         Mention "keyboard shortcuts" in the help text.
6027 2005-11-19  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
6029         * startup.el (fancy-splash-default-action): Discard only
6030         mouse-down and succeeding mouse-up events in the splash screen
6031         window so that drag-n-drop event can be processed.
6033 2005-11-18  Chong Yidong  <cyd@stupidchicken.com>
6035         * longlines.el (longlines-mode): Add hacks for mail-mode and
6036         message-mode.
6038 2005-11-18  Carsten Dominik  <dominik@science.uva.nl>
6040         * textmodes/org.el (org-table-sort-lines): New command.
6041         (org-tbl-menu): Add entry for `org-table-sort-lines'.
6042         (org-add-file): Command removed, use `org-agenda-file-to-front'
6043         instead.
6044         (org-export-icalendar): Use `org-icalendar-combined-name'.
6045         (org-cycle-agenda-files, org-agenda-file-to-end)
6046         (org-agenda-file-to-front): New commands.
6047         (org-table-tab-jumps-over-hlines, org-export-html-style):
6048         New options.
6049         (org-table-next-field): Use `org-table-tab-jumps-over-hlines'.
6050         (org-at-table.el-p, org-set-autofill-regexps, org-html-protect):
6051         New functions.
6052         (org-fill-paragraph): Call `org-table-align' in tables.
6053         (org-mode): Call `org-set-autofill-regexps'.
6054         (org-export-as-html): Support for local handformatted lists.
6055         Modified to produce valid HTML 4.0.  Use `org-export-html-style'.
6056         (org-export-local-list-max-depth): New option.
6057         (org-html-expand): Use `org-html-protect'.
6059 2005-11-18  Nick Roberts  <nickrob@snap.net.nz>
6061         * progmodes/gud.el (gud-install-speedbar-variables): Bind gud-pp
6062         to "p".
6063         (gdb): Move definition of gud-pp to...
6065         * progmodes/gdb-ui.el (gdb-ann3): ...here.  Make it work in the
6066         speedbar.
6067         (gdb-find-watch-expression): New function.
6069 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
6071         * faces.el (face-attribute, set-face-attribute): Mention existence
6072         of `:ignore-defface' setting in docstring.
6074 2005-11-17  Stefan Monnier  <monnier@iro.umontreal.ca>
6076         * simple.el (completion-setup-function): Fix last change.
6078 2005-11-17  John Paul Wallington  <jpw@pobox.com>
6080         * ibuf-ext.el (ibuffer-interactive-filter-by-mode):
6081         Use `posn-set-point' instead of `mouse-set-point' because the
6082         latter is not fbound when configured without X.
6084         * comint.el (comint-insert-input): Likewise.
6086 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
6088         * simple.el (hard-newline): New variable.
6089         (sendmail-user-agent-compose, next-line): Use it.
6091         * mail/sendmail.el (mail-setup, mail-send, mail-insert-from-field)
6092         (sendmail-send-it, mail-do-fcc, mail-cc, mail-bcc, mail-fcc)
6093         (mail-mail-reply-to, mail-mail-followup-to)
6094         (mail-position-on-field, mail-signature, mail-yank-original)
6095         (mail-attach-file): Likewise.
6097         * mail/mailheader.el (mail-header-format)
6098         (mail-header-format-function): Likewise.
6100         * add-log.el (add-change-log-entry, change-log-merge): Likewise.
6102 2005-11-17  Juri Linkov  <juri@jurta.org>
6104         * font-lock.el (font-lock-faces): Rename this defgroup from
6105         `font-lock-highlighting-faces'.
6106         (font-lock-comment-face, font-lock-comment-delimiter-face)
6107         (font-lock-string-face, font-lock-doc-face)
6108         (font-lock-keyword-face, font-lock-builtin-face)
6109         (font-lock-function-name-face, font-lock-variable-name-face)
6110         (font-lock-type-face, font-lock-constant-face)
6111         (font-lock-warning-face, font-lock-negation-char-face)
6112         (font-lock-preprocessor-face)
6113         (font-lock-regexp-grouping-backslash)
6114         (font-lock-regexp-grouping-construct): Rename :group from
6115         `font-lock-highlighting-faces' to `font-lock-faces'.
6117         * cus-edit.el (lisp, c, tex):
6118         * progmodes/ada-mode.el (ada):
6119         * progmodes/asm-mode.el (asm):
6120         * progmodes/cperl-mode.el (cperl-faces):
6121         * progmodes/cpp.el (cpp):
6122         * progmodes/dcl-mode.el (dcl):
6123         * progmodes/f90.el (f90):
6124         * progmodes/fortran.el (fortran):
6125         * progmodes/icon.el (icon):
6126         * progmodes/idlwave.el (idlwave-misc):
6127         * progmodes/m4-mode.el (m4):
6128         * progmodes/make-mode.el (makefile):
6129         * progmodes/meta-mode.el (meta-font):
6130         * progmodes/modula2.el (modula2):
6131         * progmodes/octave-mod.el (octave):
6132         * progmodes/pascal.el (pascal):
6133         * progmodes/perl-mode.el (perl):
6134         * progmodes/prolog.el (prolog):
6135         * progmodes/ps-mode.el (PostScript-edit):
6136         * progmodes/scheme.el (scheme):
6137         * progmodes/sh-script.el (sh-script):
6138         * progmodes/simula.el (simula):
6139         * progmodes/tcl.el (tcl):
6140         * textmodes/nroff-mode.el (nroff):
6141         * textmodes/reftex-vars.el (reftex-fontification-configurations):
6142         * textmodes/sgml-mode.el (sgml):
6143         * textmodes/texinfo.el (texinfo):
6144         Add :link (custom-group-link font-lock-faces) to defgroup.
6146         * hi-lock.el (hi-lock): Rename this defgroup from
6147         `hi-lock-interactive-text-highlighting'.  Change parent group from
6148         `faces' to `font-lock'.  Add link to the manual.
6149         (hi-lock-mode, hi-lock-file-patterns-range)
6150         (hi-lock-exclude-modes, hi-lock-faces): Rename :group from
6151         `hi-lock-interactive-text-highlighting' to `hi-lock'.
6152         (hi-lock-faces): Add :group `faces'.
6154         * cus-edit.el (custom-variable-prompt): Clarify the code.
6156         * faces.el (face-read-string): Set the default value arg of
6157         completing-read.
6159 2005-11-16  Luc Teirlinck  <teirllm@auburn.edu>
6161         * rfn-eshadow.el (file-name-shadow-properties)
6162         (file-name-shadow-tty-properties, file-name-shadow-mode):
6163         Remove autoloads, because the file is now preloaded.
6165 2005-11-16  Stefan Monnier  <monnier@iro.umontreal.ca>
6167         * printing.el (easy-menu-intern): Don't define.
6168         (pr-get-symbol): Use easy-menu-intern only if defined.
6170         * simple.el (blink-matching-open): Simplify a bit.
6171         (completion-setup-function): Fix the case of partial-completion-mode
6172         when the minibuffer's contents start with "-".
6173         Obey completion-base-size-function even when
6174         minibuffer-completing-file-name is non-nil.
6176 2005-11-16  Richard M. Stallman  <rms@gnu.org>
6178         * net/eudcb-ph.el (eudc-ph-open-session):
6179         Use set-process-query-on-exit-flag.
6181         * mail/smtpmail.el (smtpmail-send-it): Use insert-buffer-contents.
6183         * international/ucs-tables.el (ucs-set-table-for-input):
6184         Use make-local-variable, not make-variable-buffer-local.
6186         * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
6187         Improve warning message text.
6189         * savehist.el (savehist-save-hook): Add :group.
6191         * menu-bar.el (menu-bar-help-menu):
6192         Rename Find Extra Packages to External Packages.
6194         * cus-edit.el (Custom-reset-standard): Verify that
6195         :custom-standard-value prop exists before calling it.
6197         * apropos.el (apropos-calc-scores): Use apropos-pattern.
6199 2005-11-16  Martin Rudalics  <rudalics@gmx.at>  (tiny change)
6201         * wid-edit.el (color): Enclose %t in %{...%}.
6203         * cus-edit.el (face): Enclose %t in %{...%}.
6205 2005-11-16  Hrvoje Niksic  <hniksic@xemacs.org>
6207         * savehist.el (savehist-mode-hook): Re-add the var.
6208         (savehist-mode): Use it.
6210 2005-11-16  Stefan Monnier  <monnier@iro.umontreal.ca>
6212         * textmodes/flyspell.el: Fix commenting convention.
6213         Remove unnecessary leading * in custom docstrings.
6214         (flyspell-emacs): Remove unused var.
6215         (flyspell-delete-region-overlays): Use remove-overlays.
6216         (flyspell-accept-buffer-local-defs): Use save-current-buffer.
6217         (flyspell-debug-signal-no-check, flyspell-debug-signal-changed-checked)
6218         (flyspell-debug-signal-pre-word-checked, flyspell-post-command-hook)
6219         (flyspell-debug-signal-word-checked): Use with-current-buffer.
6220         (make-flyspell-overlay): Don't locally reuse a global name.
6221         (flyspell-highlight-incorrect-region)
6222         (flyspell-highlight-duplicate-region): Use flyspell-unhighlight-at.
6223         (flyspell-check-previous-highlighted-word): Use flyspell-overlay-p.
6224         (flyspell-notify-misspell): Remove unused args `start' and `end'.
6225         (flyspell-word): Adjust call accordingly.  Use ispell-send-string.
6226         Wrap calls to accept-process-output inside with-local-quit since it's
6227         often called from a post-command-hook.
6228         (flyspell-correct-word, flyspell-auto-correct-word):
6229         Use ispell-send-string.
6230         (flyspell-xemacs-popup): Remove unused arg `event'.  Update call.
6232         * calendar/diary-lib.el (diary-list-entries): Also hide the
6233         terminating newline.
6235 2005-11-16  Carsten Dominik  <dominik@science.uva.nl>
6237         * textmodes/reftex.el (reftex-use-fonts): Remove the check for
6238         window-system, to allow fonts on tty.
6240 2005-11-17  Nick Roberts  <nickrob@snap.net.nz>
6242         * progmodes/gud.el (gud-speedbar-item-info): New function.
6243         (gud-install-speedbar-variables): Use it to display data type
6244         of watch expression as a tooltip in speedbar.
6246 2005-11-15  Luc Teirlinck  <teirllm@auburn.edu>
6248         * font-core.el (global-font-lock-mode): Add :version keyword,
6249         because default was changed.
6251         * jka-cmpr-hook.el (auto-compression-mode): Ditto.
6253         * startup.el (command-line): Use `custom-reevaluate-setting' for
6254         `file-name-shadow-mode'.
6256         * loadup.el: Preload rfn-eshadow.
6258         * rfn-eshadow.el (file-name-shadow-mode): Set :init-value to t.
6259         Add :version keyword.
6260         (file-name-shadow-properties, file-name-shadow-tty-properties)
6261         (file-name-shadow): Add :version keyword.
6263         * cus-edit.el (custom-add-parent-links): Fix bug whereby, for
6264         instance, `(fringe custom-face)' shadowed `(fringe custom-group)'
6265         in the custom-group property of the symbol frames and the fringe
6266         group got no link to its parent group frames.
6267         Doc fix.
6269 2005-11-16  Nick Roberts  <nickrob@snap.net.nz>
6271         * progmodes/gud.el (gud-stop-subjob): New function.
6272         (gud-menu-map, gud-tool-bar-map): Use it.
6274 2005-11-16  Kim F. Storm  <storm@cua.dk>
6276         * progmodes/gud.el (gud-menu-map): Let [stop] stop program rather
6277         than kill it.
6278         (gud-tool-bar-map): Likewise.  Move cont/until/finish buttons
6279         to a more useful/logical place.
6281 2005-11-16  Nick Roberts  <nickrob@snap.net.nz>
6283         * progmodes/gud.el (gud-menu-map): Make visibility of stop and
6284         go buttons complementary.
6286 2005-11-15  Stefan Monnier  <monnier@iro.umontreal.ca>
6288         * rfn-eshadow.el (rfn-eshadow-regexp): Remove.
6289         (rfn-eshadow-sifn-equal): New function.
6290         (rfn-eshadow-update-overlay): Rewrite to use substitute-in-file-name.
6292 2005-11-15  Michael Kifer  <kifer@cs.stonybrook.edu>
6294         * viper-utils.el (viper-non-word-characters-reformed-vi):
6295         Quote `-' in string.
6297         * viper.el (viper-emacs-state-mode-list): Ensure that
6298         rcirc-mode buffers come up in Emacs state.
6300         * ediff-util.el (ediff-make-temp-file): Use proper file-name-handler
6301         operation.
6303 2005-11-15  Dan Nicolaescu  <dann@ics.uci.edu>
6305         * term.el (term-termcap-format): Fix typos.
6306         (term-down): Fix the negative argument case.
6308 2005-11-16  Nick Roberts  <nickrob@snap.net.nz>
6310         * progmodes/gdb-ui.el: Remove face-alias left over from change on
6311         2005-08-15.
6312         (gdb-ann3): New command gud-go.
6313         (menu): Accomodate gdb-mi.el.
6314         (gdb-assembler-custom): Make buffer of selected window current
6315         so that set-window-point works.
6317         * progmodes/gud.el (gud-menu-map, gud-tool-bar-map): Re-define
6318         buttons and include new ones.
6320 2005-11-16  Kim F. Storm  <storm@cua.dk>
6322         * progmodes/gud.el (gud-tool-bar-item-visible-no-fringe): New function.
6323         (gud-menu-map): Use it.
6325 2005-11-14  Luc Teirlinck  <teirllm@auburn.edu>
6327         * jka-cmpr-hook.el (auto-compression-mode): Enable it in a way
6328         that works correctly for Custom and that does not override a user
6329         who disables it.
6331         * help-mode.el (help-make-xrefs, help-xref-on-pp)
6332         (help-xref-interned, help-follow): Make hyperlinks for variables
6333         that are unbound, but have a non-nil variable-documentation property.
6335         * emacs-lisp/derived.el (define-derived-mode): Remove defvar for
6336         mode hook.  (It conflicted with defcustoms for some mode hooks.)
6337         Use the `variable-documentation' property to give the mode hook a
6338         docstring and expand that docstring.
6340 2005-11-14  Hrvoje Niksic  <hniksic@xemacs.org>
6342         * savehist.el (savehist-mode): Don't bother with
6343         `custom-set-minor-mode'.
6344         (savehist-coding-system): Check XEmacs version.
6345         (history-length): Declare also at run time.
6346         (savehist-mode): Don't emit a message.  Don't run the minor mode hook.
6347         Don't set the customize state.
6348         (savehist-minibuffer-hook): Special case for when
6349         minibuffer-history-variable is equal to t.
6351 2005-11-14  Stefan Monnier  <monnier@iro.umontreal.ca>
6353         * files.el (write-file): Refresh VC status.
6355         * calendar/diary-lib.el (diary-list-entries, diary-show-all-entries)
6356         (mark-diary-entries, make-diary-entry): Check default-major-mode rather
6357         than fundamental-mode to see if the mode was set.
6359 2005-11-14  Romain Francoise  <romain@orebokech.com>
6361         * dired-x.el: If `vm-visit-folder' doesn't exist, define it as a
6362         dummy function in `eval-when-compile' to avoid compiler warning.
6363         Require `man' at compile time.
6365 2005-11-14  Jay Belanger  <belanger@truman.edu>
6367         * calc-alg.el (calcFunc-write-out-power): Rename it to
6368         calcFunc-powerexpand.
6369         (math-write-out-power): Rename it to math-powerexpand; have it
6370         handle negative exponents.
6371         (calc-writeoutpower): Rename it to calc-powerexpand.
6373         * calc-ext.el: Change calcFunc-writeoutpower and
6374         calc-writeoutpower to calcFunc-powerexpand and calc-powerexpand in
6375         autoloads.
6376         Add calcFunc-ldiv to autoloads.
6378         * calc-arith.el (calcFunc-ldiv): New function.
6380         * calc.el (calc-left-divide): New function.
6382 2005-11-14  Juri Linkov  <juri@jurta.org>
6384         * cus-edit.el (custom-variable-prompt): Set the default value arg
6385         of completing-read.
6387         * cus-dep.el (custom-make-dependencies): Reverse the list of
6388         found dependencies.
6390 2005-11-14  Dan Nicolaescu  <dann@ics.uci.edu>
6392         * menu-bar.el (menu-bar-options-menu): Delete "Syntax
6393         Highlighting" entry, it is on by default now.
6394         (menu-bar-options-save): Do not save global-font-lock-mode.
6396 2005-11-13  Richard M. Stallman  <rms@gnu.org>
6398         * textmodes/flyspell.el (flyspell-large-region):
6399         Call flyspell-accept-buffer-local-defs.
6401 2005-11-13  Agustin Martin  <agustin.martin@hispalinux.es>
6403         * textmodes/flyspell.el (flyspell-notify-misspell):
6404         Fix misspelling of "Misspelling".
6405         (flyspell-process-localwords): New function.
6406         (flyspell-large-region): Call flyspell-process-localwords and
6407         flyspell-delete-region-overlays.
6408         (flyspell-delete-region-overlays): New function.
6409         (flyspell-delete-all-overlays): Call that.
6411 2005-11-13  Richard M. Stallman  <rms@gnu.org>
6413         * help.el (help-for-help-internal): Improve doc of C-h a.
6414         (describe-key): Improve prompt; doc fix.
6416 2005-11-13  Stefan Monnier  <monnier@iro.umontreal.ca>
6418         * vc-svn.el (vc-svn-registered): Catch all errors.
6420         * cus-dep.el (custom-make-dependencies): Typo.
6422 2005-11-13  Michael Albinus  <michael.albinus@gmx.de>
6424         * net/tramp-util.el (top): Fix compilation warning.
6426 2005-11-13  Kim F. Storm  <storm@cua.dk>
6428         * help.el (help-for-help-internal): Fix `a' entry.  Add `d' entry.
6430 2005-11-13  Nick Roberts  <nickrob@snap.net.nz>
6432         * progmodes/gud.el (gud-menu-map): Move parentheses (again).
6433         (gud-speedbar-buttons): Match on "const char *" too.
6435         * progmodes/gdb-ui.el (gdb-var-create-handler)
6436         (gdb-var-list-children-handler): Match on "const char *" too.
6437         (gdb-var-evaluate-expression-handler): Match on empty string.
6438         (gdb-var-update-handler): Only call
6439         gdb-var-evaluate-expression-handler when required.
6441 2005-11-13  Nick Roberts  <nickrob@snap.net.nz>
6443         * progmodes/gud.el (gud-menu-map): Revert to window-fringes for
6444         selected window.  This still doesn't work for speedbar.
6445         (gud-speedbar-buttons): Handle string expressions properly.
6447         * progmodes/gdb-ui.el (gdb-var-evaluate-expression-handler)
6448         (gdb-var-create-handler): Handle string expressions properly.
6449         (gdb-var-list-children-regexp, gdb-var-list-children-handler):
6450         Handle string expressions properly.  Move "type" field into regexp.
6452 2005-11-12  Karl Fogel  <kfogel@red-bean.com>
6454         * bookmark.el (bookmark-maybe-message): New function to reduce
6455         code duplication: invokes `message' iff baud-rate is high enough.
6456         (bookmark-write-file): Use above instead of an inline conditional.
6457         (bookmark-load): Same.
6459 2005-11-12  Karl Fogel  <kfogel@red-bean.com>
6461         * bookmark.el (bookmark-write-file): Don't visit the destination
6462         file, just write the data to it using write-region.  This is
6463         similar to saveplace.el at 2005-05-29T08:36:26Z!rms@gnu.org, but with an additional
6464         change to avoid visiting the file in the first place.
6466 2005-11-12  Chong Yidong  <cyd@stupidchicken.com>
6468         * hi-lock.el (hi-lock-mode): Set the default value of
6469         font-lock-defaults.
6471 2005-11-11  Luc Teirlinck  <teirllm@auburn.edu>
6473         * find-lisp.el (find-lisp-find-dired-insert-file): Pass `string'
6474         arg to `file-attributes'.
6475         (find-lisp-format): The UID and GID can now be strings.
6477 2005-11-12  Kim F. Storm  <storm@cua.dk>
6479         * help.el (help-map): Bind C-h d to apropos-documentation.
6481         * simple.el (what-cursor-position): Print (EOB) instead of (100%)
6482         when point is at end-of-buffer.
6484         * apropos.el (apropos-match-face): Doc fix.
6485         (apropos-sort-by-scores): Add new choice `verbose'.
6486         (apropos-documentation-sort-by-scores): New defcustom.
6487         (apropos-pattern): Now contains the pattern entered by the user.
6488         (apropos-pattern-quoted): New defvar.
6489         (apropos-regexp): New defvar, containing the regexp corresponding
6490         to apropos-pattern.
6491         (apropos-all-words-regexp): Rename from apropos-all-regexp.
6492         (apropos-read-pattern): New defun.  Use it to read pattern arg in
6493         interactive calls; returns list of words for a word list, and
6494         string for a regexp.
6495         (apropos-parse-pattern): Rename from apropos-rewrite-regexp.  Now
6496         parses a list of words or regexp as returned by apropos-read-pattern.
6497         (apropos-calc-scores): Return nil if apropos-regexp doesn't match.
6498         (apropos-score-doc): Return a very high score if the string
6499         entered by the user matches literally.
6500         (apropos-variable): Doc fix.  Use apropos-read-pattern.
6501         (apropos-command): Doc fix.  Use apropos-read-pattern and
6502         apropos-parse-pattern.  Call apropos-print with nosubst=t.
6503         (apropos, apropos-value): Doc fix.  Use apropos-read-pattern and
6504         apropos-parse-pattern.
6505         (apropos-documentation): Doc fix.  Use apropos-read-pattern and
6506         apropos-parse-pattern.  Locally bind apropos-sort-by-scores to
6507         apropos-documentation-sort-by-scores.  Call apropos-print with
6508         nosubst=t.
6509         (apropos-documentation-internal): Pass doc string through
6510         substitute-key-definition before adding text properties.
6511         Highlight substring matching literal user input if possible.
6512         (apropos-documentation-check-doc-file): Remove locals beg and end.
6513         Fix calculation of score (as added twice).  Pass doc string through
6514         substitute-key-definition before adding text properties.
6515         (apropos-documentation-check-elc-file): Pass doc string through
6516         substitute-key-definition before adding text properties.
6517         Highlight substring matching literal user input if possible.
6518         (apropos-print): Add new arg NOSUBST; if set, command and variable
6519         doc strings have already been passed through substitute-key-definition.
6520         Add code to handle apropos-accumulator items without score element
6521         for backwards compatibility (e.g. with woman package).
6522         Only show scores if apropos-sort-by-scores is `verbose'.
6524 2005-11-10  Stefan Monnier  <monnier@iro.umontreal.ca>
6526         * jka-cmpr-hook.el (jka-compr-install): Use push and dolist.
6527         Add jka-compr-load-suffixes to load-suffixes.
6529         * jka-compr.el: Require jka-cmpr-hook.
6530         (jka-compr-info-compress-message, jka-compr-info-compress-program)
6531         (jka-compr-info-compress-args, jka-compr-info-uncompress-message)
6532         (jka-compr-info-uncompress-program, jka-compr-info-uncompress-args)
6533         (jka-compr-info-can-append, jka-compr-info-strip-extension)
6534         (jka-compr-info-file-magic-bytes, jka-compr-get-compression-info)
6535         (jka-compr-info-regexp): Remove.  Provided by jka-cmpr-hook.
6536         (jka-compr-uninstall): Remove entries from
6537         jka-compr-added-to-file-coding-system-alist after they are used.
6538         (jka-compr-error): Remove unused var `curbuf'.
6539         (jka-compr-file-local-copy): Remove unused var `notfound'.
6541 2005-11-10  Romain Francoise  <romain@orebokech.com>
6543         * apropos.el (apropos-calc-scores): Use `apropos-pattern'.
6545 2005-11-11  Nick Roberts  <nickrob@snap.net.nz>
6547         * progmodes/gud.el (gud-menu-map): Move parentheses.
6548         (gdb): New command gud-pv.
6550 2005-11-10  Stefan Monnier  <monnier@iro.umontreal.ca>
6552         * tar-mode.el: Remove spurious or unnecessary leading stars
6553         in docstrings.
6554         (tar-header-block-tokenize): Also obey default-file-name-coding-system.
6555         (tar-parse-octal-integer-safe): Use mapc.
6556         (tar-header-block-summarize): Remove unused var `ck'.
6557         (tar-summarize-buffer): Don't clear the modified-p bit if it wasn't
6558         cleared before.  Obey default-enable-multibyte-characters.
6559         Use mapconcat.  Simplify setting of tar-header-offset.
6560         (tar-mode-map): Move initialization inside delcaration.
6561         (tar-flag-deleted): Use `abs'.
6562         (tar-expunge-internal): Remove unused var `line'.
6563         (tar-expunge-internal): Don't hardcode point-min==1.
6564         (tar-expunge): Widen while doing set-buffer-multibyte.
6565         (tar-rename-entry): Use file-name-coding-system.
6566         (tar-alter-one-field): Don't hardcode point-min==1.
6567         (tar-subfile-save-buffer): string-as-unibyte works on unibyte strings.
6568         (tar-pad-to-blocksize): Don't hardcode point-min==1.  Clarify the code.
6570 2005-11-10  Masatake YAMATO  <jet@gyve.org>
6572         * add-log.el (add-log-current-defun): Handle class::method
6573         notation of c++.  Fix incorrect comment.
6575 2005-11-10  Alan Mackenzie  <acm@muc.de>
6577         * help-fns.el (describe-variable): Make C-h v work when a variable
6578         has variable documentation yet is unbound.
6580 2005-11-10  Masatake YAMATO  <jet@gyve.org>
6582         * man.el (Man-highlight-references): Set an empty
6583         string to `Man-arguments' if it is nil.
6584         Suggested by Reiner Steib <Reiner.Steib@gmx.de>.
6586 2005-11-09  Stefan Monnier  <monnier@iro.umontreal.ca>
6588         * Makefile.in (mh-loaddefs.el, loaddefs.el): Better follow the
6589         commenting conventions.
6591         * cus-dep.el (custom-make-dependencies): Simplify.
6592         Better follow the commenting conventions.
6594 2005-11-09  Richard M. Stallman  <rms@gnu.org>
6596         * apropos.el (apropos-pattern): Rename from apropos-regexp.
6597         (apropos-orig-pattern): Rename from apropos-orig-regexp.
6598         All uses changed.
6599         (apropos-rewrite-regexp): Doc fix.
6600         (apropos-variable, apropos-command, apropos, apropos-value):
6601         Change prompt; carry through the argument renaming.
6603 2005-11-09  Luc Teirlinck  <teirllm@auburn.edu>
6605         * find-lisp.el: Require dired.
6606         (find-lisp-find-dired-internal): Do not call
6607         `abbreviate-file-name' on DIR.
6609 2005-11-10  Nick Roberts  <nickrob@snap.net.nz>
6611         * progmodes/gud.el (gdb): Make gud-pp use user-defined command pp1.
6613 2005-11-09  Nick Roberts  <nickrob@snap.net.nz>
6615         * progmodes/gud.el (gud-menu-map): Ensure tool-bar is constant
6616         when using the speedbar.
6617         (gdb): New command gud-pp.
6618         (gud-menu-map, gud-tool-bar-map): Put it on the tool bar.
6620 2005-11-09  Juri Linkov  <juri@jurta.org>
6622         * replace.el (occur-excluded-properties): New defcustom.
6623         (occur-1, occur-engine, occur-accumulate-lines): Use it.
6625 2005-11-08  Jay Belanger  <belanger@truman.edu>
6627         * calc/calc-units.el (math-convert-units): Replace any composite
6628         unit by its definition.
6630 2005-11-08  Lars Hansen  <larsh@soem.dk>
6632         * emacs-lisp/autoload.el (update-directory-autoloads):
6633         Add obsolete function alias.
6635 2005-11-07  Stefan Monnier  <monnier@iro.umontreal.ca>
6637         * emacs-lisp/lisp-mode.el (lisp-mode-variables): Don't set
6638         comment-indent-function.
6639         (lisp-comment-indent): Replace by an alias for comment-indent-default.
6641         * reveal.el (reveal-post-command): Rework the handling of
6642         reveal-open-spots, so as to be more reliable.  There were several
6643         tricky corner cases where an open spot might be lost, or where
6644         a closed spot might end up on the list of open spots.
6645         Only reveal text that's ellipsised.
6647 2005-11-07  Carsten Dominik  <dominik@science.uva.nl>
6649         * textmodes/org.el (org-export-as-html): Remove bogus (debug) form.
6651 2005-11-07  John Paul Wallington  <jpw@gnu.org>
6653         * ibuffer.el (ibuffer): Search iconified frames too when
6654         getting Ibuffer buffer's window.
6656 2005-11-06  Richard M. Stallman  <rms@gnu.org>
6658         * progmodes/compile.el (compilation-internal-error-properties):
6659         save-excursion around the computation of MARKER.
6661 2005-11-06  Piet van Oostrum  <piet@cs.uu.nl>
6663         * textmodes/flyspell.el (flyspell-external-point-words):
6664         flyspell-get-word returns a list, not just a string.
6666 2005-11-06  John Paul Wallington  <jpw@pobox.com>
6668         * ibuffer.el (ibuffer): Search all visible frames when getting
6669         Ibuffer buffer's window.
6671 2005-11-07  Masatake YAMATO  <jet@gyve.org>
6673         * man.el (Man-reference-regexp): Accept spaces between
6674         `Man-name-regexp' and `Man-section-regexp'.
6675         (Man-apropos-regexp): New variable.
6676         (Man-abstract-xref-man-page): Use value for `Man-target-string'
6677         if available.
6678         (Man-highlight-references, Man-highlight-references0):
6679         Handle the case when `Man-arguments' includes "-k".
6680         (Man-highlight-references0): Rename the argument `TARGET-POS' to
6681         `TARGET'. `TARGET' can be a number, function or nil.
6683 2005-11-06  Nick Roberts  <nickrob@snap.net.nz>
6685         * progmodes/gdb-ui.el (gdb-var-create-handler, gdb-var-delete)
6686         (gdb-edit-value, gdb-speedbar-expand-node, gdb-get-create-buffer)
6687         (gdb-breakpoints-mode, gdb-toggle-breakpoint, gdb-delete-breakpoint)
6688         (gdb-goto-breakpoint, gdb-frames-mode, gdb-registers-mode)
6689         (gdb-locals-mode, gdb-find-file-hook): Use buffer-local-value.
6690         (gdb-send-item): Use buffer-local-value and simplify.
6692 2005-11-05  Luc Teirlinck  <teirllm@auburn.edu>
6694         * startup.el (command-line): Use `custom-reevaluate-setting' for
6695         `global-font-lock-mode'.
6697         * font-core.el (global-font-lock-mode): Enable `global-font-lock-mode'
6698         by default, except in batch mode or when the -D option is given.
6700         * emacs-lisp/easy-mmode.el (define-global-minor-mode): Pass all
6701         specified keyword args on to `define-minor-mode'.  Update docstring.
6703 2005-11-05  Romain Francoise  <romain@orebokech.com>
6705         * replace.el (occur-engine): Add marker at end of line, too.
6707 2005-11-04  Ken Manheimer  <ken.manheimer@gmail.com>
6709         * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
6710         (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
6711         (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
6712         (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
6713         argument to all these routines, so the passphrase can be managed
6714         externally and passed in to the system.
6715         (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
6716         pgg-add-passphrase-to-cache function.
6718         * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
6719         (pgg-pgp5-encrypt-symmetric-region, pgg-pgp5-encrypt-symmetric)
6720         (pgg-pgp5-encrypt, pgg-pgp5-decrypt-region, pgg-pgp5-decrypt)
6721         (pgg-pgp5-sign-region, pgg-pgp5-sign): Add optional PASSPHRASE
6722         argument to all these routines, so the passphrase can be managed
6723         externally and passed in to the system.
6724         (pgg-pgp5-sign-region): Use new name of pgg-add-passphrase-to-cache
6725         function.
6727 2005-11-04  Dan Nicolaescu  <dann@ics.uci.edu>
6729         * font-lock.el: Don't deal with font-lock-face-attributes here,
6730         move the code ...
6732         * startup.el (command-line): ... here.  Use face-spec-set instead
6733         of custom-declare-face.
6735         * faces.el (face-spec-set): Reset the face if spec is not nil.
6737 2005-11-04  Stefan Monnier  <monnier@iro.umontreal.ca>
6739         * newcomment.el (comment-region-internal): Box more tightly in the
6740         common case where there's no TAB in the boxed text.
6742 2005-11-04  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
6744         * info.el (info-tool-bar-map): Use images prev-node, next-node and
6745         up-node.
6747 2005-11-04  Ulf Jasper  <ulf.jasper@web.de>
6749         * newsticker.el: Commentary updated.  Code formatting changed.
6750         (newsticker-version): Change to "1.9".
6751         (newsticker, newsticker-feed): Doc fix.
6752         (newsticker-url-list): Doc fix.  Add option "Weekly".
6753         (newsticker-retrieval-interval): Add option "Weekly".
6754         (newsticker-headline-processing): Doc fix.
6755         (newsticker-auto-mark-filter): Remove.
6756         (newsticker-auto-mark-filter-list): New.
6757         (newsticker-layout, newsticker-sort-method): Doc fix.
6758         (newsticker-hide-old-items-in-newsticker-buffer)
6759         (newsticker-heading-format, newsticker-item-format)
6760         (newsticker-desc-format): Doc fix.
6761         (newsticker-show-all-rss-elements): Remove.
6762         (newsticker-show-all-news-elements): New.
6763         (newsticker-faces, newsticker-ticker): Doc fix.
6764         (remove-from-invisibility-spec): Code formatting.
6765         (newsticker--process-ids): New.
6766         (newsticker-mode): Doc fix.
6767         (newsticker-mode): Change mode-line-format.
6768         (newsticker-start): Remove debug output.
6769         (newsticker-start-ticker): Doc fix.  Add autoload cookie.
6770         (newsticker-w3m-show-inline-images): Code formatting.
6771         (newsticker-next-item): Call `force-mode-line-update'.
6772         (newsticker-previous-item): Call `force-mode-line-update'.
6773         (newsticker-next-feed): Call `force-mode-line-update'.
6774         (newsticker-previous-feed): Call `force-mode-line-update'.
6775         (newsticker-mark-all-items-at-point-as-read): Code formatting.
6776         (newsticker-show-old-items): Do not show descs.
6777         (newsticker-hide-entry): Hide too much.
6778         (newsticker-hide-entry, newsticker-show-entry)
6779         (newsticker-toggle-auto-narrow-to-feed): Code formatting.
6780         (newsticker-set-auto-narrow-to-feed): Update buffer immediately.
6781         (newsticker-toggle-auto-narrow-to-item): Code formatting.
6782         (newsticker-set-auto-narrow-to-item): Update buffer immediately.
6783         (newsticker-running-p, newsticker-ticker-running-p): Autoload cookie.
6784         (newsticker-get-news): Call `force-mode-line-update'.
6785         Collect process ids.
6786         (newsticker--sentinel): Change coding system handling.
6787         Move image retrieval to new functions newsticker--get-logo-url-*.
6788         Move feed parsing to new functions newsticker--parse-*.
6789         Update list of process ids.
6790         (newsticker--get-logo-url-atom-1.0, newsticker--get-logo-url-atom-0.3)
6791         (newsticker--get-logo-url-rss-2.0, newsticker--get-logo-url-rss-1.0)
6792         (newsticker--get-logo-url-rss-0.92, newsticker--get-logo-url-rss-0.91)
6793         (newsticker--parse-atom-0.3, newsticker--parse-atom-1.0)
6794         (newsticker--parse-rss-0.91, newsticker--parse-rss-0.92)
6795         (newsticker--parse-rss-1.0, newsticker--parse-rss-2.0)
6796         (newsticker--parse-generic-feed, newsticker--parse-generic-items): New.
6797         (newsticker--decode-coding-string): Remove.
6798         (newsticker--decode-numeric-entities): Check input.  Format code.
6799         (newsticker--remove-whitespace): Check input.
6800         (newsticker--do-forget-preformatted): Doc fix.
6801         (newsticker--decode-rfc822-date): Allow for missing time.
6802         (newsticker--update-process-ids): New.
6803         (newsticker--image-sentinel): Change comment.
6804         (newsticker--image-read): Change error message.
6805         (newsticker--imenu-goto): Doc fix.  Show headline title.
6806         (newsticker--buffer-set-uptodate): Call `force-mode-line-update'.
6807         (newsticker--buffer-do-insert-text): Clean whitespace in
6808         html-rendered headline title.  Code formatting.
6809         Call `newsticker--buffer-print-extra-elements'.
6810         (newsticker--buffer-print-extra-element): Remove.
6811         (newsticker--buffer-print-extra-elements): New.
6812         (newsticker--buffer-do-print-extra-element): New.
6813         (newsticker--buffer-insert-enclosure): Doc fix.  Use MBytes for
6814         large sizes.
6815         (newsticker--run-auto-mark-filter)
6816         (newsticker--do-run-auto-mark-filter):
6817         Use `newsticker-auto-mark-filter-list'.
6819 2005-11-04  Ryan Yeske  <rcyeske@gmail.com>
6821         * net/rcirc.el: Use split-string OMIT-NULLS argument.
6822         (rcirc-print): Force redisplay before running hooks.  Do long
6823         buffer truncation after making new text read-only.  Deal with nil
6824         text when decoding strings.  If TARGET is nil, use either the
6825         currently selected buffer, if it is an rcirc buffer and of the
6826         same process or the process buffer.
6827         (rcirc-mode): Remove header-line.  Recompute short buffer names.
6828         Initialize rcirc-buffer-alist here instead of rcirc-get-buffer-create.
6829         (rcirc-short-buffer-name): Add variable.
6830         (rcirc-kill-buffer-hook): Recompute short buffer names.
6831         Remove nick from private channel.
6832         (rcirc-send-input): Send command text to current-buffer.
6833         Don't clear overlay arrow here.
6834         (rcirc-short-buffer-name): Return a short buffer name.
6835         (rcirc-update-short-buffer-names, rcirc-abbreviate)
6836         (rcirc-rebuild-tree, rcirc-make-trees): Add functions to generate
6837         buffer-name abbreviations.
6838         (rcirc-kill-buffer-hook-1): Split to make debugging easier.
6839         Do not touch nick-table when killing a parted channel.
6840         (rcirc-window-configuration-change): Rename from rcirc-update-activity.
6841         Clear arrow from current buffer if it is now hidden.
6842         (rcirc-current-buffer): Add variable.
6843         (rcirc-my-nick, rcirc-other-nick, rcirc-server)
6844         (rcirc-nick-in-message, rcirc-prompt, rcirc-mode-line-nick):
6845         Remove -face from names.
6846         (rcirc-update-activity-string): Print "DND" when globally ignoring
6847         activity.
6848         (rcirc-ignore-buffer-activity-flag): Rename from
6849         rcirc-ignore-channel-activity.
6850         (rcirc-ignore-all-activity-flag): Doc fix.
6851         (rcirc-channels): Remove variable.
6852         (rcirc-kill-buffer-hook):
6853         (rcirc-get-buffer-create): Add nick to private channel.
6854         (rcirc-multiline-edit-submit): Remove tabs.
6855         (rcirc-put-nick-channel, rcirc-channel-nicks): Look up nicks case
6856         folded.
6857         (rcirc-remove-nick-channel): Bug fix.
6858         (rcirc-toggle-ignore-buffer-activity): Rename from
6859         rcirc-toggle-ignore-channel-activity.
6860         (rcirc-record-activity): Add buffers to the front of the list.
6861         (rcirc-update-activity): Remove killed buffers from list.
6862         (rcirc-process-server-response-1): Remove last argument if it is
6863         null before calling handler.
6864         (rcirc): Add "rcirc" defcustom prefix.
6865         (rcirc-prompt): Simplify default prompt.
6866         Use custom-initialize-default.
6867         (rcirc-private-chats): Remove variable.
6868         (rcirc-prompt): Change initialization.
6869         (rcirc-version): Remove function.
6870         (rcirc-id-string): Add constant.
6871         (rcirc-last-buffer): Remove variable.
6872         (rcirc-buffer-alist): Add variable.
6873         (rcirc-connect): Update variable setup.
6874         (rcirc-sentinel, rcirc-update-prompt): Use `rcirc-buffer-alist'.
6875         (rcirc-trap-errors-flag): Rename from `rcirc-trap-errors' change
6876         default.
6877         (rcirc-handler-generic): Trigger activity.
6878         (rcirc-send-message): Create the buffor of the target.
6879         (rcirc-generate-new-buffer-name): Rename from `rcirc-get-buffer-name'.
6880         (rcirc-get-buffer): Just return nil if there is no matching buffer.
6881         (rcirc-multiline-edit-cancel): Remove function.
6882         (rcirc-set-last-buffer): Remove function.
6883         (rcirc-get-any-buffer): Add function.
6884         (rcirc-join-channels): Don't print /join text.
6885         (rcirc-toggle-ignore-channel-activity): Add and update echo area
6886         messages.
6887         (rcirc-cmd-ctcp): Use rcirc-send-string to send request.
6888         (rcirc-handler-NOTICE): Recognize CTCP responses.
6889         (rcirc-handler-332, rcirc-handler-332): Use a temp buffer for
6890         constructing TOPIC string for buffers we are not JOINed.
6891         (rcirc-handler-CTCP-response): Add handler.
6892         (rcirc-multiline-edit-submit): Restore the window-configuration
6893         before adjusting point.
6894         (rcirc): Add customization group.
6895         (rcirc-server, rcirc-port, rcirc-nick, rcirc-user-name)
6896         (rcirc-user-full-name, rcirc-startup-channels-alist)
6897         (rcirc-fill-flag, rcirc-fill-column, rcirc-fill-prefix)
6898         (rcirc-ignore-all-activity-flag, rcirc-time-format)
6899         (rcirc-input-ring-size, rcirc-read-only-flag)
6900         (rcirc-buffer-maximum-lines, rcirc-authinfo-file-name)
6901         (rcirc-auto-authenticate-flag, rcirc-prompt, rcirc-print-hooks):
6902         Change defvar to defcustom.
6903         (rcirc-update-prompt): Add optional ALL arg, which will update
6904         prompts in all rcirc buffers.  Regexp quote replacement text.
6905         (rcirc-fill-column): Accept frame-width as a value.
6906         (rcirc-set-changed): Add function.
6907         (rcirc-next-active-buffer): Write more meaningful messages.
6908         (rcirc-faces): Add customization group.
6909         (rcirc-my-nick-face, rcirc-other-nick-face, rcirc-server-face)
6910         (rcirc-nick-in-message-face, rcirc-prompt-face)
6911         (rcirc-mode-line-nick-face): Move into rcirc-faces group.
6912         (with-rcirc-process-buffer): Move before first usage.
6913         (rcirc-debug-buffer): Rename from `rcirc-log-buffer'.
6914         (rcirc-debug-flag): Rename from `rcirc-log-p'.
6915         (rcirc-debug): Rename from `rcirc-log'.
6916         (rcirc-format-response-string): Do not print `-' chars for a
6917         NOTICE with no sender.  Simplify output of server responses.
6919 2005-11-04  Henrik Enberg  <henrik.enberg@telia.com>
6921         (rcirc-browse-url-map, rcirc-browse-url-at-point)
6922         (rcirc-browse-url-at-mouse, rcirc-mangle-text):
6923         Make urls mouse and RET clickable.
6925 2005-11-04  Henrik Enberg  <henrik.enberg@telia.com>
6927         * mail/rmailout.el (rmail-output-to-rmail-file, rmail-output): Doc fix.
6929 2005-11-04  Ken Manheimer  <ken.manheimer@gmail.com>
6931         * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
6932         (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
6933         (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
6934         (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
6935         argument to all these routines, so the passphrase can be managed
6936         externally and passed in to the system.
6937         (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
6938         pgg-add-passphrase-to-cache function.
6940         * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
6941         (pgg-pgp5-encrypt-symmetric-region, pgg-pgp5-encrypt-symmetric)
6942         (pgg-pgp5-encrypt, pgg-pgp5-decrypt-region, pgg-pgp5-decrypt)
6943         (pgg-pgp5-sign-region, pgg-pgp5-sign): Add optional PASSPHRASE
6944         argument to all these routines, so the passphrase can be managed
6945         externally and passed in to the system.
6946         (pgg-pgp5-sign-region): Use new name of pgg-add-passphrase-to-cache
6947         function.
6949 2005-11-04  Edward O'Connor  <hober0@gmail.com>  (tiny change)
6951         * net/goto-addr.el (goto-address-url-regexp): Remove `data:' URLs
6952         from goto-address-url-regexp.
6954 2005-11-04  Carsten Dominik  <dominik@science.uva.nl>
6956         * textmodes/org.el (org-read-date, org-goto-calendar)
6957         (org-recenter-calendar, org-agenda-goto-calendar):
6958         Temporarily clear `calendar-move-hook'.
6960 2005-11-04  Michael Kifer  <kifer@cs.stonybrook.edu>
6962         * ediff-merge.el (ediff-merge-region-is-non-clash): Return t, if not
6963         merging.
6965         * ediff-util.el (ediff-previous-difference): Don't skip regions that
6966         have merge clashes.
6968 2005-11-04  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
6970         * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
6971         Undo previous change.
6973         * startup.el (command-line): Use `custom-reevaluate-setting' for
6974         mouse-wheel-down-event and mouse-wheel-up-event.  Don't call
6975         tty-register-default-colors on Mac.
6977 2005-11-04  Nick Roberts  <nickrob@snap.net.nz>
6979         * progmodes/gdb-ui.el (gdb-buffer-type): Remove duplicate declaration.
6980         (gdb-buffer-type): Make it automatically buffer local...
6981         (gdb-get-create-buffer): ...and set it accordingly.
6982         (gdb-frame-gdb-buffer, gdb-display-gdb-buffer): Make these
6983         actually work.
6985 2005-11-03  Dan Nicolaescu  <dann@ics.uci.edu>
6987         * font-lock.el (font-lock-warning-face): Use the more vivid red1,
6988         not red.
6990 2005-11-04  Nick Roberts  <nickrob@snap.net.nz>
6992         * progmodes/gdb-ui.el (gud-watch): Use save-selected-window in
6993         case GUD buffer is not visible.
6994         (gdb-goto-breakpoint): Try to force display in source buffer.
6995         (gdb-frame-gdb-buffer): Copy other similar functions.
6996         (gdb-restore-windows): Don't display source if not asked for.
6997         (gdb-assembler-buffer-name): Don't capitalise.
6999 2005-11-03  Richard M. Stallman  <rms@gnu.org>
7001         * wid-edit.el (key-sequence): New widget type.
7003         * simple.el (set-mark-command-repeat-pop): New variable.
7004         (set-mark-command): Only interpret plan C-@ after a pop as a pop
7005         if set-mark-command-repeat-pop is true.
7007         * info.el (Info-fontify-node): Don't display extra "see" if there
7008         already is one here.
7010         * mouse.el: Fix special handling of DEL after dragging a region:
7011         (mouse-drag-region-1): Treat mouse-set-region like mouse-set-point.
7012         (mouse-region-delete-keys): Change to defcustom.  Add [backspace].
7014         * mail/feedmail.el: Use insert-buffer-substring, not insert-buffer.
7016         * textmodes/ispell.el (ispell-command-loop): Change `i' description
7017         not to assume it pertains to an affix.
7019         * textmodes/flyspell.el (flyspell-post-command-hook):
7020         Bind deactivate-mark to prevent deactivation.
7022 2005-11-03  Lars Hansen  <larsh@soem.dk>
7024         * dired-x.el: Add menu bindings for dired-do-find-marked-files,
7025         dired-do-relsymlink, dired-flag-extension, dired-mark-extension,
7026         dired-mark-omitted, dired-do-relsymlink-regexp, dired-omit-mode.
7028 2005-11-03  Romain Francoise  <romain@orebokech.com>
7030         * net/eudcb-mab.el: Now part of GNU Emacs.  Update FSF's address.
7031         Update copyright years.
7033 2005-11-03  Sam Steingold  <sds@gnu.org>
7035         * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
7036         Use system-type instead of window-system because window-system is not
7037         correctly defined during loadup.
7039 2005-11-02  Mark A. Hershberger  <mah@everybody.org>
7041         * xml.el (xml-syntax-table): Allow xml.el to compile in xemacs.
7042         (xml-parse-tag): Join strings separated by a comment properly.
7044 2005-11-02  Andreas Schwab  <schwab@suse.de>
7046         * emacs-lisp/byte-opt.el (byte-optimize-pure-func): Fix last fix.
7048 2005-11-02  Stefan Monnier  <monnier@iro.umontreal.ca>
7050         * emacs-lisp/byte-opt.el (string-to-syntax): Mark it as pure.
7051         (byte-optimize-pure-func): Quote the eval'd value.
7053         * progmodes/perl-mode.el (perl-font-lock-special-syntactic-constructs):
7054         Rename from perl-font-lock-syntactic-face-function.
7055         Change the calling convention so it can be used as a font-lock MATCHER.
7056         Do the parse-partial-sexp loop outselves.
7057         (perl-font-lock-syntactic-keywords): Use it.
7058         (perl-mode): Don't set font-lock-syntactic-face-function any more.
7060 2005-11-02  Nick Roberts  <nickrob@snap.net.nz>
7062         * progmodes/gdb-ui.el (gdb-mouse-until): Make it work in the
7063         disassembly buffer too.
7064         (gdb-exited): Remove overlay arrows when execution has finished.
7065         (gdb-info-frames-custom, gdb-info-threads-custom)
7066         (gdb-info-registers-custom): Don't add inappropriate text
7067         properties if inferior is not active.
7069 2005-11-02  Glenn Morris  <rgm@gnu.org>
7071         * progmodes/fortran.el (fortran-blink-match):
7072         Use `blink-matching-delay'.
7074 2005-11-02  John Mongan  <jmongan@mccammon.ucsd.edu>  (tiny change)
7076         * progmodes/f90.el (f90-match-end): Use `blink-matching-delay'.
7078 2005-11-02  Lars Hansen  <larsh@soem.dk>
7080         * net/tramp.el (tramp-action-out-of-band): Handle scp message
7081         "Permission denied".
7083 2005-11-01  Richard M. Stallman  <rms@gnu.org>
7085         * textmodes/flyspell.el (flyspell-external-point-words):
7086         Pass nil to flyspell-get-word.
7088 2005-11-02  Kim F. Storm  <storm@cua.dk>
7090         * menu-bar.el (menu-bar-options-menu): Show "Shift Movement (CUA)"
7091         item instead of "C-x/C-c/C-v (CUA)" if cua-enable-cua-keys is nil.
7093 2005-11-01  Stefan Monnier  <monnier@iro.umontreal.ca>
7095         * calendar/cal-menu.el (date, event): Don't declare as dynamic-var.
7096         (calendar-mouse-holidays, calendar-mouse-view-diary-entries)
7097         (calendar-mouse-print-dates): Add optional `event' argument.
7098         Update interactive-spec.
7099         (calendar-mouse-cal-tex-menu, cal-tex-mouse-filofax):
7100         Use `calendar-event-to-date' instead of `event'.
7102 2005-11-02  Masatake YAMATO  <jet@gyve.org>
7104         * progmodes/ld-script.el (ld-script-builtins):
7105         Add more words: "DATA_SEGMENT_ALIGN", "DATA_SEGMENT_END",
7106         "DATA_SEGMENT_RELRO_END", "LENGTH", "ORIGIN", and "SEGMENT_START".
7107         (auto-mode-alist): Accept .ld, .lds, ld.in and .lds.in.
7109 2005-11-01  Romain Francoise  <romain@orebokech.com>
7111         * vc-sccs.el: Update copyright year.
7112         * ezimage.el: Likewise.
7114 2005-11-01  KOBAYASHI Yasuhiro  <kobayays@otsukakj.co.jp>  (tiny change)
7116         * info.el (Info-fontify-node): Use `string-width' for fontifying
7117         underlined titles.
7119 2005-11-01  Juri Linkov  <juri@jurta.org>
7121         * info.el (Info-fontify-node): Downcase node header keywords Node,
7122         Prev, Next, Up before comparison.
7123         (Info-history): Insert absolute directory name, and put invisible
7124         property on it.
7126 2005-11-01  Juri Linkov  <juri@jurta.org>
7128         * info.el (Info-file-supports-index-cookies): New variable.
7129         (Info-find-node-2): Check makeinfo version for index cookie support.
7130         (Info-index-nodes): Search for nodes with index cookies only when
7131         Info-file-supports-index-cookies is t.  Otherwise, search nodes
7132         with "Index" in the node name.
7133         (Info-index-node): Search index cookie in the current node only when
7134         Info-file-supports-index-cookies is t.  Otherwise, check the word
7135         "Index" in the node name.
7136         (Info-find-emacs-command-nodes): Remove code that searches nodes
7137         with "Index" node name in the top menu.
7139 2005-11-01  Stefan Monnier  <monnier@iro.umontreal.ca>
7141         * progmodes/scheme.el (scheme-mode-variables): Use the default
7142         comment-indent-function.
7144         * faces.el (face-attribute): Handle the case where a face inherits from
7145         a non-existent face.
7147         * simple.el (eval-expression-print-format): Use lisp-readable syntax
7148         for octal and hexa output, and merge the char into the paren.
7149         (kill-new): Use push.
7150         (copy-to-buffer): Use with-current-buffer.
7151         (completion-setup-function): Move code in loop to remove redundancy.
7152         (minibuffer-local-must-match-map): Don't add bindings that duplicate
7153         those inherited from minibuffer-local-completion-map.
7155         * savehist.el (savehist-mode) <defcustom>:
7156         Use custom-set-minor-mode if available.
7157         (savehist-mode) <defun>: Run the minor mode hook, set the custom state
7158         and emit a message if applicable.
7160 2005-11-01  Hrvoje Niksic  <hniksic@xemacs.org>
7162         * savehist.el: Sync up to version 19.
7163         (savehist-mode): New minor mode.
7164         (savehist-file): Use ~/.emacs.d or ~/.xemacs if available.
7165         (savehist-length): Remove (use history-length instead).
7166         (savehist-file-modes): Rename from savehist-modes.
7167         (savehist-save-hook, savehist-loaded): New vars.
7168         (savehist-load): Use savehist-mode.  Try to smooth up transition from
7169         old format to new format.
7170         (savehist-install): Allow savehist-autosave-interval to be nil.
7171         (savehist-save): Run the new hook.  Be more careful to only trim the
7172         history variables.
7173         (savehist-trim-history): New fun.  Replaces savehist-process-for-saving.
7174         (savehist-printable): Print into a buffer rather than char-by-char.
7176 2005-11-01  John Wiegley  <johnw@newartisans.com>
7178         * iswitchb.el (iswitchb-define-mode-map): Re-enable the
7179         toggle-ignore keybinding (C-a).  The author said it had been
7180         disabled much earlier due to a possible incompatibility, but after
7181         many months of usage I have encountered no problems (and it is a
7182         rather useful option, especially for switching to " *temp*").
7184         * net/eudcb-mab.el (eudc-mab-query-internal): Add backend
7185         support for OS/X's AddressBook, by calling out to the open source
7186         program "contacts" (installable through Fink).
7188         * net/eudc.el (eudc-expand-inline): If the
7189         `eudc-multiple-match-handling-method' is set to `all', delete the
7190         query string before inserting the query result.
7192         * eshell/em-ls.el (eshell-do-ls): Add no-op support for --dired
7193         flag, to prevent Eshell from using the system ls when
7194         `eshell-ls-insert-directory' is in used.
7195         (eshell-ls-insert-directory): Disable font-lock in directory
7196         buffer so that Eshell's own fontification is seen.  This broke
7197         recently due to changes in font-lock, so this goes back to version
7198         21 behavior.
7200 2005-11-01  Nick Roberts  <nickrob@snap.net.nz>
7202         * progmodes/gdb-ui.el (gdb-use-inferior-io-buffer): New function.
7203         (menu, toggle-gdb-use-inferior-io-buffer): Get rid of defadvice.
7204         (gdb-many-windows): Doc fix.
7206 2005-10-31  Romain Francoise  <romain@orebokech.com>
7208         * help-fns.el (describe-simplify-lib-file-name): Add autoload cookie.
7210 2005-10-31  Dan Nicolaescu  <dann@ics.uci.edu>
7212         * loadup.el: Load emacs-lisp/syntax, font-lock and jit-lock so
7213         that global-font-lock-mode can be enabled by default.
7215         * font-lock.el (font-lock-keywords, font-lock-mode-internal)
7216         (font-lock-add-keywords, font-lock-remove-keywords)
7217         (font-lock-fontify-buffer): Remove autoload cookies.
7219         * jit-lock.el (jit-lock-register): Likewise.
7221         * emacs-lisp/syntax.el (syntax-ppss): Likewise.
7223 2005-10-31  Nick Roberts  <nickrob@snap.net.nz>
7225         * progmodes/gdb-ui.el (gdb-many-windows): Leave window configuration
7226         intact if there is no gud-comint-buffer.
7228 2005-10-31  Luc Teirlinck  <teirllm@auburn.edu>
7230         * progmodes/gud.el (gud-filter): Use comint-update-fence to delete
7231         old prompt comint-prompt-read-only is t and GDB commands are
7232         issued from tool bar etc.
7234 2005-10-31  Masatake YAMATO  <jet@gyve.org>
7236         * vc.el (vc-directory-exclusion-list): Add "{arch}".
7238 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
7240         * thumbs.el (thumbs-thumbsdir): Default to ~/.emacs.d/thumbs.
7241         (thumbs-thumbsdir): Make .emacs.d if it does not exist.
7243 2005-10-30  Michael Albinus  <michael.albinus@gmx.de>
7245         * net/tramp.el (tramp-chunksize): Escape parentheses in docstring
7246         starting at beginning of line.  Fontification is messed up when
7247         `open-paren-in-column-0-is-defun-start' set to t.
7248         Reported by John Paul Wallington <jpw@pobox.com>.
7250 2005-10-30  Luc Teirlinck  <teirllm@auburn.edu>
7252         * comint.el (comint-send-input): Call `comint-update-fence' when
7253         `comint-process-echoes' and `comint-prompt-read-only' are both
7254         non-nil, to avoid leftover read-only newline.
7256 2005-10-30  Richard M. Stallman  <rms@gnu.org>
7258         * textmodes/flyspell.el (flyspell-external-point-words):
7259         Detect when WORD can't be checked properly because
7260         flyspell-get-word finds just part of it, and move on.
7262         * textmodes/ispell.el (ispell-dictionary-alist-5): Add . as
7263         boundarychar for Polish.
7264         (ispell-dictionary-alist-4): Add . as boundarychar for Italian.
7265         (ispell-dictionary-alist-3): Add . and @ as boundarychars for French.
7267 2005-10-31  Nick Roberts  <nickrob@snap.net.nz>
7269         * progmodes/gdb-ui.el (gdb-tooltip-print-1): Fix regexp.
7270         (gdb-registers-font-lock-keywords): Delete.
7271         (gdb-registers-mode): Don't fontify.
7272         (gdb-info-registers-custom): Use text properties instead as, in
7273         future, changed register values will use font-lock-warning-face.
7274         (gdb-local-font-lock-keywords): Rename to...
7275         (gdb-locals-font-lock-keywords): ...for consistency.
7277 2005-10-30  Andre Spiegel  <spiegel@gnu.org>
7279         * vc.el (vc-switch-backend): Better error message if the buffer is
7280         not visiting a file under version control.
7282         * vc-cvs.el (vc-cvs-delete-file): Commit the file after removing it.
7284 2005-10-29  Chong Yidong  <cyd@stupidchicken.com>
7286         * startup.el (command-line): Use ~/.emacs.d/init.el instead of
7287         ~/.emacs.d/.emacs.
7289 2005-10-29  Richard M. Stallman  <rms@gnu.org>
7291         * replace.el (occur-mode-mouse-goto): Always go to other window.
7292         (occur-mode-goto-occurrence): Always switch in same window.
7294         * simple.el (undo): Display message at end, not at start.
7296         * emacs-lisp/timer.el (timer-activate, timer-activate-when-idle):
7297         New arg REUSE-CELL.
7298         (cancel-timer-internal): New function.
7299         (timer-event-handler): Use cancel-timer-internal,
7300         and pass the cell it returns to timer-activate...
7302         * jit-lock.el (jit-lock-function, jit-lock-stealth-fontify)
7303         (jit-lock-deferred-fontify, jit-lock-context-fontify)
7304         (jit-lock-after-change): Test memory-full.
7306 2005-10-29  Ken Manheimer  <ken.manheimer@gmail.com>
7308         * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
7309         part of the decoded armor to find the key-identifier.
7310         (pgg-gpg-lookup-key-owner): New function to return the
7311         human-readable identifier of a key owner.
7312         (pgg-gpg-lookup-id-from-key-owner): Make it easy to identify the
7313         key itself.
7314         (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
7315         the key value) if we have a key and can match it against a secret
7316         key.  Also, added a note pointing out fact that the prompt only
7317         indicates the first matching key.
7319         * pgg.el (pgg-decrypt): Passing along PASSPHRASE in call to
7320         pgg-decrypt-region.
7321         (pgg-pending-timers): A new hash for tracking the passphrase cache
7322         timers, so that new ones supercede old ones.
7323         (pgg-add-passphrase-to-cache): Rename from
7324         `pgg-add-passphrase-cache' to reduce confusion (all callers
7325         changed).  Modified to cancel old timers when new ones are added.
7326         (pgg-remove-passphrase-from-cache): Rename from
7327         `pgg-remove-passphrase-cache' to reduce confusion (all callers
7328         changed).  Modified to cancel old timers when their keys are
7329         removed from the cache.
7330         (pgg-cancel-timer): In Emacs, an alias for cancel-timer; in
7331         XEmacs, an indirection to delete-itimer.
7332         (pgg-read-passphrase-from-cache, pgg-read-passphrase):
7333         Extract pgg-read-passphrase-from-cache from pgg-read-passphrase so
7334         users can only check cache without risk of prompting.  Correct bug in
7335         notruncate behavior.
7336         (pgg-read-passphrase-from-cache, pgg-read-passphrase)
7337         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
7338         Add informative docstrings.
7339         (pgg-decrypt): Convey provided passphrase in subordinate call to
7340         pgg-decrypt-region.
7342         * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
7343         (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
7344         (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
7345         `passphrase' argument, so the passphrase can be managed externally
7346         and then passed in to the system.
7348         * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
7349         (pgg-remove-passphrase-cache): Add optional NOTRUNCATE argument,
7350         so the passphrase cache can be used reliably with identifiers
7351         besides a pgp packet's key id.
7353         * pgg-gpg.el (pgg-pgp-encrypt-region)
7354         (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
7355         (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
7356         (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
7357         argument to all these routines, so the passphrase can be managed
7358         externally and passed in to the system.
7360         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
7361         `notruncate' argument, so the passphrase cache can be used
7362         reliably with identifiers besides a pgp packet's key id.
7364 2005-10-29  Sascha Wilde  <swilde@sha-bang.de>
7366         * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
7367         symmetric encryption.
7368         (pgg-gpg-symmetric-key-p): New function to check for an symmetric
7369         encrypted session key.
7370         (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
7371         message ask for the passphrase in a proper way.
7373         * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
7374         New user commands for symmetric encryption.
7376 2005-10-29  Roland Winkler  <roland.winkler@physik.uni-erlangen.de>
7378         * textmodes/conf-mode.el (conf-assignment-sign)
7379         (conf-assignment-regexp): Fix docstrings.
7380         (conf-mode-initialize): New function.
7381         (conf-mode): Remove optional args.  Use delay-mode-hooks to
7382         recognize recursive calls.
7383         (conf-unix-mode, conf-windows-mode, conf-javaprop-mode)
7384         (conf-space-mode, conf-colon-mode, conf-ppd-mode)
7385         (conf-xdefaults-mode): Use define-derived-mode and
7386         conf-mode-initialize.
7388 2005-10-29  Romain Francoise  <romain@orebokech.com>
7390         * help-fns.el (describe-simplify-lib-file-name): Fix regexp.
7392 2005-10-29  Ken Manheimer  <ken.manheimer@gmail.com>
7394         * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
7395         part of the decoded armor to find the key-identifier.
7396         (pgg-gpg-lookup-key-owner): New function to return the
7397         human-readable identifier of a key owner.
7398         (pgg-gpg-lookup-id-from-key-owner): Make it easy to identify the
7399         key itself.
7400         (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
7401         the key value) if we have a key and can match it against a secret
7402         key.  Also, added a note pointing out fact that the prompt only
7403         indicates the first matching key.
7405         * pgg.el (pgg-decrypt): Passing along PASSPHRASE in call to
7406         pgg-decrypt-region.
7407         (pgg-pending-timers): A new hash for tracking the passphrase cache
7408         timers, so that new ones supercede old ones.
7409         (pgg-add-passphrase-to-cache): Rename from
7410         `pgg-add-passphrase-cache' to reduce confusion (all callers
7411         changed).  Modified to cancel old timers when new ones are added.
7412         (pgg-remove-passphrase-from-cache): Rename from
7413         `pgg-remove-passphrase-cache' to reduce confusion (all callers
7414         changed).  Modified to cancel old timers when their keys are
7415         removed from the cache.
7416         (pgg-cancel-timer): In Emacs, an alias for cancel-timer; in
7417         XEmacs, an indirection to delete-itimer.
7418         (pgg-read-passphrase-from-cache, pgg-read-passphrase):
7419         Extract pgg-read-passphrase-from-cache from pgg-read-passphrase so
7420         users can only check cache without risk of prompting.  Correct bug in
7421         notruncate behavior.
7422         (pgg-read-passphrase-from-cache, pgg-read-passphrase)
7423         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
7424         Add informative docstrings.
7425         (pgg-decrypt): Convey provided passphrase in subordinate call to
7426         pgg-decrypt-region.
7428 2005-10-20  Ken Manheimer  <ken.manheimer+emacs@gmail.com>
7430         * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
7431         (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
7432         (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
7433         `passphrase' argument, so the passphrase can be managed externally
7434         and then passed in to the system.
7436         * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
7437         (pgg-remove-passphrase-cache): Add optional NOTRUNCATE argument,
7438         so the passphrase cache can be used reliably with identifiers
7439         besides a pgp packet's key id.
7441         * pgg-gpg.el (pgg-pgp-encrypt-region)
7442         (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
7443         (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
7444         (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
7445         argument to all these routines, so the passphrase can be managed
7446         externally and passed in to the system.
7448         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
7449         `notruncate' argument, so the passphrase cache can be used
7450         reliably with identifiers besides a pgp packet's key id.
7452 2005-10-29  Sascha Wilde  <swilde@sha-bang.de>
7454         * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
7455         symmetric encryption.
7456         (pgg-gpg-symmetric-key-p): New function to check for an symmetric
7457         encrypted session key.
7458         (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
7459         message ask for the passphrase in a proper way.
7461         * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
7462         New user commands for symmetric encryption.
7464 2005-10-28  Bill Wohler  <wohler@newt.com>
7466         * help-mode.el (help-url): New button type.  Calls browse-url.
7467         (help-xref-url-regexp): New regexp to recognize URLs in docstring.
7468         Similar to Info nodes: URL `url'.
7469         (help-make-xrefs): Create help-url buttons for
7470         help-xref-url-regexp matches.
7472 2005-10-29  Nick Roberts  <nickrob@snap.net.nz>
7474         * tool-bar.el (tool-bar-add-item-from-menu)
7475         (tool-bar-local-item-from-menu): Fix doc strings.
7477 2005-10-28  Romain Francoise  <romain@orebokech.com>
7479         * ldefs-boot.el: Update.
7481         * subr.el (locate-library): Move from help-fns.el.
7482         * help-fns.el (locate-library): Move to subr.el.
7484 2005-10-28  Richard M. Stallman  <rms@gnu.org>
7486         * net/tramp.el (tramp-completion-mode): defvar moved up.
7488         * emacs-lisp/easymenu.el (easy-menu-change): Doc fix.
7490         * tool-bar.el (tool-bar-mode): Delete autoload cookie.
7492         * files.el (find-file-noselect): Use %d to format large file size.
7494         * bindings.el (mode-line-format): Add %e.
7496         * loadup.el ("facemenu"): Load unconditionally.
7497         ("image", "international/fontset", "dnd", "mwheel", "tool-bar"):
7498         ("x-dnd"): Load, when appropriate.
7500         * startup.el (command-line): Call before-init-hook earlier.
7501         Warn about some bad characters in -u user name.
7503         * textmodes/flyspell.el (flyspell-large-region): Pass -t if Tex file.
7504         (flyspell-external-point-words): Error if misspelled word is not found.
7505         Set flyspell-large-region-beg at end of word.
7507 2005-10-28  Andreas Schwab  <schwab@suse.de>
7509         * view.el (View-revert-buffer-scroll-page-forward):
7510         Use view-page-size-default.
7512 2005-10-28  Juri Linkov  <juri@jurta.org>
7514         * international/quail.el (quail-get-current-str): Translate last
7515         raw character for deterministic input methods.
7517 2005-10-27  Jay Belanger  <belanger@truman.edu>
7519         * calc/calc-ext.el: Add functions to autoloads.
7520         (math-identity-matrix-p, math-ident-row-p): New functions.
7522         * calc/calc-arith.el (calc-mul-symb-fancy): Add checks for
7523         multiplication by an identity matrix; don't turn multiplication by
7524         an inverse matrix into division.
7525         (math-div-symbol-fancy): Replace division by matrices with
7526         multiplication by inverse.
7528         * calc/calc-misc.el (calcFunc-inv): Check for symbolic matrices.
7530         * calc/calc-alg.el (calcFunc-writeoutpower, math-write-out-power)
7531         (calc-writeoutpower): New functions.
7533 2005-10-27  Romain Francoise  <romain@orebokech.com>
7535         * replace.el (occur-engine): Include colon in mouse-face highlight.
7537         * dired-x.el: Change Maintainer field.
7539 2005-10-26  Chong Yidong  <cyd@stupidchicken.com>
7541         * longlines.el (longlines-mode): Bind after-change-functions to
7542         nil during initial decoding and final encoding.
7544 2005-10-26  Dan Nicolaescu  <dann@ics.uci.edu>
7546         * term.el (term-emulate-terminal, term-handle-colors-array)
7547         (term-handle-ansi-escape): Specify the terminfo capabilities
7548         implemented.
7550 2005-10-26  Richard M. Stallman  <rms@gnu.org>
7552         * info.el (Info-fontify-node): Fix detection of sentence-break
7553         before *Note.
7555 2005-10-26  Romain Francoise  <romain@orebokech.com>
7557         * smerge-mode.el: Add `tools' to file keywords.
7559 2005-10-26  Nick Roberts  <nickrob@snap.net.nz>
7561         * progmodes/gud.el (gud-menu-map): Only display gud-until icon
7562         when the fringe is not available.
7564         * progmodes/gdb-ui.el (def-gdb-auto-updated-buffer)
7565         (def-gdb-auto-update-trigger): Simplify construction.
7566         (gdb-locals-buffer): Use def-gdb-auto-update-trigger instead of
7567         def-gdb-auto-updated-buffer as gdb-info-locals-handler is
7568         defined explicitly.
7569         (gdb-assembler-buffer): Use def-gdb-auto-update-handler instead of
7570         def-gdb-auto-updated-buffer as gdb-invalidate-assembler is
7571         defined explicitly.
7572         (gdb-info-locals-custom): Remove as it's a no-op.
7574 2005-10-25  Chong Yidong  <cyd@stupidchicken.com>
7576         * longlines.el (longlines-mode): Remove narrowing before
7577         performing the initial decoding or final encoding.
7579 2005-10-25  Romain Francoise  <romain@orebokech.com>
7581         * emacs-lisp/find-func.el (find-library-name): Also strip
7582         extension if library name ends in .el, to take advantage of
7583         `find-library-suffixes'.
7585 2005-10-25  Richard M. Stallman  <rms@gnu.org>
7587         * menu-bar.el (menu-bar-help-menu): Say which kind of therapist.
7589 2005-10-25  Juri Linkov  <juri@jurta.org>
7591         * textmodes/texinfo.el (texinfo-mode): Change charset of one
7592         quotation mark from [mule-unicode-0100-24ff] to [japanese-jisx0208].
7594 2005-10-25  Stefan Monnier  <monnier@iro.umontreal.ca>
7596         * play/blackbox.el (blackbox-mode-map): Move init into declaration.
7597         (blackbox-redefine-key): Add argument `map'.
7599         * jit-lock.el (jit-lock-fontify-now): Be careful not to skip multiline
7600         regions when moving the jit-lock-context-unfontify-pos boundary.
7602 2005-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
7604         * net/browse-url.el (browse-url-of-buffer): Add ".html" to filename.
7606 2005-10-25  Masatake YAMATO  <jet@gyve.org>
7608         * dired-x.el (dired-virtual): Don't use `dired-insert-headerline'.
7610 2005-10-25  Michael Cadilhac  <michael.cadilhac-@t-lrde.epita.fr>  (tiny change)
7612         * play/blackbox.el (blackbox-redefine-key): New function.
7613         (blackbox-mode-map): Use it to remap existing bindings for cursor
7614         motion instead of binding literal keys.
7616 2005-10-25  Glenn Morris  <rgm@gnu.org>
7618         * calendar/diary-lib.el (diary-list-entries): Prevent infloop when
7619         diary does not end in a newline.  Do not assume a blank line at
7620         the start of the diary file.
7622 2005-10-25  Kenichi Handa  <handa@m17n.org>
7624         * international/quail.el (quail-translate-key): If the input
7625         method is deterministic and failed to handle the last key, restart
7626         the key handling loop from an appropriate key.
7628 2005-10-25  Michael Albinus  <michael.albinus@gmx.de>
7630         * vc.el (vc-dired-mode): Extend comment for binding of
7631         `directory-listing-before-filename-regexp'.
7633 2005-10-25  Stefan Monnier  <monnier@iro.umontreal.ca>
7635         * textmodes/texinfo.el (texinfo-mode):
7636         * textmodes/paragraphs.el (sentence-end-base): Use real chars, so as
7637         not to unnecessarily expose emacs-mule's internal char codes.
7639 2005-10-25  Nick Roberts  <nickrob@snap.net.nz>
7641         * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Correct help-echo.
7642         Display hand pointer and help-echo on disabled icon too.
7643         (gdb-mouse-until): New function.
7644         (gdb-ann3): Bind it to mouse-2 and drag-mouse-1 in left fringe.
7646 2005-10-24  Chong Yidong  <cyd@stupidchicken.com>
7648         * menu-bar.el (menu-bar-help-menu): Rename "psychiatrist", in line
7649         with 2005-10-23 change to doctor.el.
7651         * finder.el (finder-mode-map): Add follow-link binding.
7653 2005-10-25  Kim F. Storm  <storm@cua.dk>
7655         * progmodes/gdb-ui.el (gdb-ann3): Bind mouse-3 in left fringe
7656         to gdb-mouse-toggle-breakpoint-fringe.
7657         (gdb-mouse-toggle-breakpoint-margin): Rename from
7658         gdb-mouse-toggle-breakpoint.  Fix doc.
7659         (gdb-mouse-toggle-breakpoint-fringe): New defun.
7660         (gdb-put-string): Add optional SPROPS arg.  Add props to string.
7661         (gdb-put-breakpoint-icon): Add gdb-bptno and gdb-enabled
7662         string properties also for fringe breakpoint bitmaps.
7664 2005-10-24  Carsten Dominik  <dominik@science.uva.nl>
7666         * textmodes/org.el (org-start-icalendar-file): Fix format form.
7668 2005-10-25  Masatake YAMATO  <jet@gyve.org>
7670         * simple.el (completion-common-substring):
7671         Use `completion-common-substring' prior to `completion-base-size'.
7673 2005-10-24  Hrvoje Niksic  <hniksic@xemacs.org>
7675         * savehist.el: Require CL while compiling.
7676         (savehist-history-variables): Remove.
7677         (savehist-save-minibuffer-history, savehist-additional-variables)
7678         (savehist-minibuffer-history-variables): New vars.
7679         (savehist-save): Use them.
7680         (savehist-uninstall, savehist-minibuffer-hook): New funs.
7681         (savehist-install): New fun, extracted from savehist-load.
7682         (savehist-load): Use them.
7684 2005-10-24  Stefan Monnier  <monnier@iro.umontreal.ca>
7686         * emacs-lisp/lisp-mode.el (easy-mmode-define-global-mode): Don't add
7687         a dummy doc-string-elt property.
7688         (defalias, defvaralias, define-category): Add a docstring property.
7690         * image.el (defimage):
7691         * widget.el (define-widget):
7692         * custom.el (defface, defcustom): Add `doc-string' declaration.
7694         * emacs-lisp/advice.el (ad-make-advised-definition): Fix arg-order.
7695         (defadvice): Add `doc-string' declaration.
7697         * emacs-lisp/byte-run.el (macro-declaration-function):
7698         Handle `doc-string' declarations.
7699         (define-obsolete-function-alias, define-obsolete-variable-alias):
7700         Add `doc-string' declaration.
7702 2005-10-24  Kenichi Handa  <handa@m17n.org>
7704         * international/utf-7.el (utf-7): Add autoload cookie.
7706         * term/x-win.el: Register more Cyrillic characters in x-keysym-table.
7708 2005-10-24  Eli Zaretskii  <eliz@gnu.org>
7710         * makefile.w32-in (autoloads): Use "." instead of $(lisp) in the
7711         list of directories passed to batch-update-autoloads.  Add "." to
7712         the list of the echoed directories.
7714         * pgg-def.el:
7715         * pgg-gpg.el:
7716         * pgg-parse.el:
7717         * pgg-pgp.el:
7718         * pgg-pgp5.el:
7719         * pgg.el: Moved here from the gnus subdirectory.
7721 2005-10-24  Nick Roberts  <nickrob@snap.net.nz>
7723         * progmodes/gud.el (gud-filter): Bind inhibit-read-only to t
7724         in case comint-prompt-read-only is set to t.
7726         * progmodes/gdb-ui.el (gdb-send): Bind inhibit-read-only to t
7727         in case comint-prompt-read-only is set to t.
7729 2005-10-24  Ulf Jasper  <ulf.jasper@web.de>
7731         * calendar/icalendar.el (icalendar-version): Increase to 0.13.
7732         Now a string.
7733         (icalendar-import-format): Handle CLASS, STATUS, URL.
7734         Rename `subject' to `summary'.
7735         (icalendar-import-format-summary): Rename from
7736         `icalendar-import-format-subject'.
7737         (icalendar-import-format-url, icalendar-import-format-status)
7738         (icalendar-import-format-class): New variables.
7739         (icalendar--rris): Take variable argument list.
7740         (icalendar--datestring-to-isodate): Remove unnecessary
7741         calendar-style check when converting dates with explicit month names.
7742         (icalendar-export-region): Change return type of conversion
7743         subroutines.  Bury current buffer unless error occurred.
7744         (icalendar--convert-to-ical)
7745         (icalendar--parse-summary-and-rest): New functions.
7746         (icalendar--convert-ordinary-to-ical)
7747         (icalendar--convert-weekly-to-ical)
7748         (icalendar--convert-yearly-to-ical)
7749         (icalendar--convert-block-to-ical)
7750         (icalendar--convert-cyclic-to-ical)
7751         (icalendar--convert-anniversary-to-ical): Change return type.
7752         Strip trailing blanks from subject.
7753         (icalendar--convert-sexp-to-ical): Change return type.
7754         Strip trailing blanks from subject.  Handle simple sexp
7755         entries as generated by icalendar.el.
7756         (icalendar--convert-float-to-ical)
7757         (icalendar--convert-date-to-ical): Strip trailing blanks from subject.
7758         (icalendar-import-file): Doc fix.
7759         (icalendar--format-ical-event): Handle CLASS, STATUS, URL.
7760         Correct call to icalendar--rris.
7761         (icalendar--convert-ical-to-diary): Doc fix.  Rename `subject' to
7762         `summary'.
7763         (icalendar--add-diary-entry): Rename `subject' to `summary'.
7765 2005-10-24  Romain Francoise  <romain@orebokech.com>
7767         * server.el (server-sentinel): Set query-on-exit flag to nil on
7768         new client processes (it isn't inherited from the server process).
7770         * replace.el (occur-engine): Rearrange text properties.
7772 2005-10-23  Stefan Monnier  <monnier@iro.umontreal.ca>
7774         * emacs-lisp/debug.el (debugger-make-xrefs): Don't assume
7775         case-fold-search is nil.
7776         (debug-help-follow): Use help-xref-interned directly.
7778 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
7780         * thumbs.el (thumbs-image-type): Add .pbm.
7782 2005-10-23  Richard M. Stallman  <rms@gnu.org>
7784         * faces.el (inhibit-face-set-after-frame-default): New variable.
7785         (set-face-attribute): Bind it.
7786         (face-set-after-frame-default): Test it.
7788         * help-fns.el (describe-simplify-lib-file-name): New function.
7789         (describe-function-1, describe-variable): Use it.
7791         * faces.el (describe-face): Use describe-simplify-lib-file-name.
7793         * tooltip.el (tooltip-x-offset, tooltip-y-offset): Change defaults.
7794         Eliminate nil as possible value.
7795         (tooltip-hide-delay): Reduce internal-border-width.
7797         * menu-bar.el (menu-bar-file-menu) <dired>: Change help-echo string.
7798         (menu-bar-file-menu) <new-file>: Likewise.
7800         * simple.el (line-move-finish): Ignore fields computing LINE-END.
7802         * international/mule.el (load-with-code-conversion):
7803         Pass full file name to `eval-buffer' unless preloading.
7805         * textmodes/flyspell.el (flyspell-large-region):
7806         Call ispell-check-version.
7808         * textmodes/ispell.el (ispell-local-dictionary-overridden):
7809         Fix the make-variable-buffer-local call that was supposed
7810         to be for this variable.
7811         (ispell-aspell-supports-utf8): Doc fix.
7812         (ispell-find-aspell-dictionaries): Preserve elements of
7813         ispell-dictionary-alist for dictionaries that aspell doesn't report.
7814         (ispell-aspell-find-dictionary): Return nil on error.
7816         * play/doctor.el (doctor-doc): Don't say "psychiatrist".
7817         (doctor-symptoms): Likewise.
7819         * add-log.el (add-log-current-defun): Clean up handling of DEFUNs.
7821 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
7823         * cus-edit.el (custom-button, custom-button-pressed): New vars.
7824         (custom-raised-buttons): Add :set spec.
7825         (custom-button-unraised, custom-button-pressed-unraised):
7826         New faces, so that custom-raised-buttons actually does something.
7827         (custom-mode): Use custom-button and custom-button-pressed.
7829         * wid-edit.el (widget-specify-button): Don't ignore
7830         widget-mouse-face on graphic terminals.
7831         (widget-move-and-invoke): Cleanup.
7833 2005-10-23  Thien-Thi Nguyen  <ttn@gnu.org>
7835         * whitespace.el (whitespace-cleanup): Doc fix.
7837 2005-10-23  Romain Francoise  <romain@orebokech.com>
7839         * emulation/viper.el (viper-set-hooks): Quote forms passed to
7840         `eval-after-load' to avoid evaluating their result.
7842 2005-10-23  Michael Albinus  <michael.albinus@gmx.de>
7844         * files.el (directory-listing-before-filename-regexp):
7845         New defvar.  Replaces `dired-move-to-filename-regexp' from dired.el.
7847         * dired.el (dired-move-to-filename-regexp): Remove.
7848         All occurences replaced by `directory-listing-before-filename-regexp'.
7850         * dired-x.el, locate.el, vc.el:
7851         Replace `dired-move-to-filename-regexp' by
7852         `directory-listing-before-filename-regexp'.  In vc.el it is
7853         overwritten locally; maybe this can be handled in files.el too.
7855         * net/ange-ftp.el (ange-ftp-date-regexp): Remove.  All occurences
7856         replaced by `directory-listing-before-filename-regexp'.
7858 2005-10-23  Andreas Schwab  <schwab@suse.de>
7860         * font-lock.el (lisp-font-lock-keywords-2): Add eval-at-startup
7861         and eval-next-after-load.
7863 2005-10-23  MIYOSHI Masanori  <miyoshi@meadowy.org>  (tiny change)
7865         * mouse.el (mouse-drag-region): If the *Messages* buffer doesn't
7866         exist, create it.
7868 2005-10-23  Ken Manheimer  <ken.manheimer@gmail.com>
7870         * allout.el: Remove autoloads for mailcrypt and crypt++.
7871         Require pgg, pgg-gpg during compilation.
7872         (allout-version): Increment version number to 2.1, and use a literal
7873         rather than RCS Id.
7874         (allout-default-encryption-scheme): Remove.
7875         (allout-passphrase-verifier-handling)
7876         (allout-passphrase-verifier-string)
7877         (allout-file-passphrase-verifier-string)
7878         (allout-passphrase-hint-string): Rename -key- to -passphrase-.
7879         (allout-passphrase-hint-handling): Rename and simplify.
7880         (allout-init): Use `find-file-hook' if available, otherwise
7881         `find-file-hooks'.
7882         (allout-mode): Use `write-file-functions' if available, otherwise
7883         `local-write-file-hooks' and, instead of making auto-save-hook
7884         buffer local, make the write-file-hook activity contingent to
7885         allout-mode.
7886         (allout-mode): Use key-binding substitution in the docstring.
7887         (allout-kill-line): Spell-out kill ring data structure mutation
7888         instead of using byte-compiler-complaint-provoking `pop'.
7889         (allout-insert-listified): Use `insert' rather than `insert-string'
7890         (allout-toggle-current-subtree-encryption): Update docstring, adjust
7891         to new gpp-based encryption, use new `allout-encrypted-topic-p'.
7892         (allout-encrypt-string): Totally revamped vis new underlying
7893         encryption facilities.
7894         (allout-mc-activate-passwd): Remove.
7895         (allout-obtain-passphrase): New, more or less replaces
7896         allout-mc-activate-passwd.
7897         (allout-encrypted-key-info): More or less replaces
7898         allout-encrypted-text-type.
7899         (outlineify-sticky, outlinify-sticky): Add autoload cookie.
7900         (my-mark-marker): Use `(featurep 'xemacs)'.
7902 2005-10-23  Lars Hansen  <larsh@soem.dk>
7904         * emacs-lisp/bytecomp.el (byte-compile-lambda): New arg add-lambda.
7905         (byte-compile-file-form-defmumble, byte-compile-defun)
7906         (byte-compile-defmacro): Use it.
7907         (byte-compile-form): Don't call byte-compile-set-symbol-position
7908         when a byte-compile handler is called.
7910 2005-10-22  Romain Francoise  <romain@orebokech.com>
7912         * savehist.el (savehist-history-variables): Add `grep-find-history'.
7914         * subr.el (eval-after-load): Convert library name to an absolute
7915         file name using locate-library, since load-history no longer has
7916         library names in it.
7918 2005-10-22  Richard M. Stallman  <rms@gnu.org>
7920         * files.el (make-temp-file): Move from subr.el.
7921         * subr.el (make-temp-file): Move to files.el.
7923         * window.el (get-buffer-window-list): Move from subr.el.
7924         * subr.el (get-buffer-window-list): Move to window.el.
7926         * image.el (image-load-path): Use eval-at-startup to initialize.
7928         * subr.el (eval-at-startup): New macro.
7930         * subr.el: Much rearrangement of functions and division
7931         into pages.  No code changes.
7933 2005-10-22  Kenichi Handa  <handa@m17n.org>
7935         * tar-mode.el (tar-extract): Be sure to call
7936         find-operation-coding-system if set-auto-coding doesn't find a
7937         coding system.
7939 2005-10-22  Kim F. Storm  <storm@cua.dk>
7941         * image.el (image-type-header-regexps): Rename from image-type-regexps.
7942         Change users.
7943         (image-type-file-name-regexps): New defconst.
7944         (image-type-from-data): Simplify loop.
7945         (image-type-from-buffer): New defun.
7946         (image-type-from-file-header): Use it instead of image-type-from-data.
7947         Use image-search-load-path instead of only looking in data-directory.
7948         (image-type-from-file-name): New defun.
7949         (image-search-load-path): Change `pathname' to `filename'.
7950         Make PATH arg optional, default to image-load-path.
7952 2005-10-21  Richard M. Stallman  <rms@gnu.org>
7954         * textmodes/texinfo.el (texinfo-mode): Set sentence-end-base.
7956         * textmodes/paragraphs.el (sentence-end-base): New variable.
7957         (sentence-end): Use sentence-end-base.
7959 2005-10-21  Stefan Monnier  <monnier@iro.umontreal.ca>
7961         * font-lock.el (font-lock-default-fontify-region): Check the multiline
7962         property independently from the font-lock-multiline variable.
7964 2005-10-21  Richard M. Stallman  <rms@gnu.org>
7966         * emacs-lisp/find-func.el (find-library-name): Doc fix.
7968         * startup.el (command-line): Convert library names
7969         in `load-history' to absolute file names.
7971         * subr.el (symbol-file): Doc fix.
7973         * loadhist.el (file-loadhist-lookup): Call locate-library
7974         instead of find-library-name.  Don't try converting
7975         abs file names to library names, since load-history no longer
7976         has library names in it.
7977         (file-dependents, file-provides, file-requires): Doc fixes.
7979 2005-10-21  Juri Linkov  <juri@jurta.org>
7981         * progmodes/etags.el (tags-table-mode): New function.
7982         (tags-verify-table): Replace initialize-new-tags-table with
7983         tags-table-mode.
7985         * desktop.el (desktop-buffers-not-to-save): Remove TAGS from the
7986         default value.
7987         (desktop-modes-not-to-save): Add tags-table-mode to the
7988         default value.
7990         * info.el (Info-index-next): Add total number of index
7991         alternatives to the message.
7993         * textmodes/fill.el (fill-nobreak-p): Fix first two rules to skip
7994         backward only space (instead of space and period) before looking
7995         at sentence end.
7997         * simple.el (set-variable): Use user-variable-p instead of symbolp.
7998         Add the old variable value as 4th default-value arg of read-string.
8000 2005-10-21  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
8002         * cus-face.el (custom-declare-face): Make face from X resources
8003         also on Mac.
8005         * disp-table.el (standard-display-g1, standard-display-graphic):
8006         Refuse to use string glyphs also on Mac.
8007         (standard-display-european): Don't set terminal coding system also
8008         on Mac.
8010         * frame.el (display-screens): Use x-display-screens also on Mac.
8012 2005-10-21  Romain Francoise  <romain@orebokech.com>
8014         * net/rcirc.el: Now part of GNU Emacs.  Update FSF's address.
8016 2005-10-21  Stefan Monnier  <monnier@iro.umontreal.ca>
8018         * progmodes/sh-script.el (sh-font-lock-syntactic-keywords): Make $@
8019         and $? into sexps.
8021         * font-lock.el (font-lock-compile-keywords): Add a help-echo to the
8022         warning face on open-paren-in-column-0.
8024         * emacs-lisp/syntax.el (syntax-ppss-flush-cache): Fix corner
8025         boundary case.  Fix typo.
8026         Suggested by Martin Rudalics <rudalics@gmx.at>.
8028 2005-10-21  Carsten Dominik  <dominik@science.uva.nl>
8030         * textmodes/org.el (org-combined-agenda-icalendar-file)
8031         (org-icalendar-include-todo, org-icalendar-combined-name): New options.
8032         (org-export-icalendar-this-file)
8033         (org-export-icalendar-all-agenda-files)
8034         (org-export-icalendar-combine-agenda-files): New commands.
8035         (org-export-icalendar, org-print-icalendar-entries)
8036         (org-start-icalendar-file, org-finish-icalendar-file)
8037         (org-ical-ts-to-string): New functions.
8038         (org-read-date, org-goto-calendar)
8039         (org-agenda-goto-calendar): Inhibit displaying diary entries by
8040         call to `calendar'.
8041         (orgtbl-setup): Remove the :keys arguments from the menu description.
8042         (org-after-save-iCalendar-file-hook): New variable.
8044 2005-10-21  Kenichi Handa  <handa@m17n.org>
8046         * language/vietnamese.el (tcvn-5712): Make it an alias of
8047         vietnamese-tcvn coding-system.
8049 2005-10-20  Michael Albinus  <michael.albinus@gmx.de>
8051         * net/ange-ftp.el (ange-ftp-date-regexp): Handle also the case no
8052         group id is given.
8054 2005-10-20  Stefan Monnier  <monnier@iro.umontreal.ca>
8056         * progmodes/sh-script.el (sh-escaped-line-re): New var.
8057         (sh-here-doc-open-re, sh-font-lock-close-heredoc): Use it.
8058         (sh-font-lock-open-heredoc): Try to properly handle heredoc starters
8059         whose line is either continued or ends with a comment.
8061 2005-10-20  Romain Francoise  <romain@orebokech.com>
8063         * net/rcirc.el (with-rcirc-process-buffer): Move above its first user.
8065         * replace.el (occur-engine): Add follow-link property.
8067         * font-core.el (font-lock-mode): Doc fix.
8069 2005-10-20  Richard M. Stallman  <rms@gnu.org>
8071         * net/rcirc.el: New file.
8073 2005-10-20  Bryan Henderson  <bryanh@giraffe-data.com>  (tiny change)
8075         * term.el (term-term-name): Initialize to "eterm-color".
8077 2005-10-20  Ken Manheimer  <ken.manheimer@gmail.com>
8079         * allout.el: Add autoloads of crypt++ and mailcrypt routines, all
8080         for encryption functionality.
8081         Move allout customization subgroup from `editing' to `outlines' group.
8082         Fix commentary keywords to legitimate ones.
8083         Update author info (using my current email address, obscurified).
8084         (allout-encrypt-string, allout-encryption-produce-work-buffer)
8085         (allout-encrypted-topic-p, allout-encrypted-text-type)
8086         (allout-mc-activate-passwd, allout-create-encryption-key-verifier)
8087         (allout-situate-encryption-key-verifier)
8088         (allout-get-encryption-key-verifier, allout-verify-key)
8089         (allout-next-topic-pending-encryption)
8090         (allout-encrypt-decrypted, allout-encrypted-type-prefix): New funcs.
8091         (outline-topic-encryption-bullet, outline-default-encryption-scheme)
8092         (outline-key-verifier-handling, outline-key-hint-handling)
8093         (outline-encrypt-unencrypted-on-saves): New defcustoms.
8094         (allout-file-key-verifier-string, allout-encryption-scheme)
8095         (allout-key-verifier-string, allout-key-hint-string)
8096         (allout-after-save-decrypt): New variables.
8097         (allout-write-file-hook-handler, allout-auto-save-hook-handler)
8098         (allout-after-saves-handler): New hook functions.
8099         (allout-post-command-business): Do allout-after-save-decrypt.
8100         (allout-enable-file-variable-adjustment): Custom var to enable
8101         mechanism for adding and adjusting settings of Emacs file variables.
8102         (allout-adjust-file-variable, allout-file-vars-section-data):
8103         New functions, implement the mechanism.
8104         (outlineify-sticky): Use the file vars mechanism.
8105         (allout-inhibit-protection, allout-during-write-cue)
8106         (allout-override-protect, allout-before-change-protect): Remove.
8107         (allout-flag-region, allout-open-topic): Adjust read-only text.
8108         (allout-open-line-not-read-only): Add to facilitate read-only
8109         text based protection.
8110         (allout-kill-line): Revise to adjust read-only text, clue the
8111         user about the inhibition.
8112         (allout-unprotected): Use unwind-protect.
8113         (allout-shift-in, allout-shift-out): Disallow manually shifting a
8114         topic deeper than the offspring depth of the previous topic -
8115         avoiding confusing "containment discontinuities".
8116         (allout-reindent-bodies): Fix retention of body relative hanging
8117         indent during promotion of collapsed bodies.
8118         (allout-open-topic): Make it easy to open new topic with same
8119         bullet as current topic - topic creation functions provided with
8120         any universal argument provokes now prompt for bullet, defaulting
8121         to the bullet of the previous topic.
8122         (allout-plain-bullets-string, allout-distinctive-bullets-string):
8123         Plain bullet alternates `.' period and `,' comma only.  All other
8124         bullets are relegated to special status (but customizable).
8125         (allout-end-of-entry): Rename from allout-end-of-current-entry
8126         since it actually operates w.r.t. most immediately containing
8127         entry, visible or not.
8128         (allout-hide-current-entry, allout-show-current-entry): Use the
8129         revised version.
8130         (allout-old-expose-topic): Solidify deprecation.
8131         (allout-end-of-subtree): Add so we can span concealed as well
8132         as visible topics.
8133         (allout-end-of-current-subtree): Use `allout-end-of-subtree'.
8134         (allout-end-of-current-heading): Tweak to just respect the first line.
8135         (allout-get-body-text): Add.
8136         (allout-ascend-to-depth, allout-ascend): Position at end of prefix
8137         when invoked interactively.
8138         (allout-up-current-level): Use `interactive-p'.
8139         (allout-mode, allout-init): Miscellaneous docstring and
8140         operational refinements, as well as hookups of new encryption stuff.
8141         (allout-beginning-of-current-entry): Now works as advertised.
8142         (allout-end-of-current-entry): Remove of superfluous allout-show-entry.
8143         (allout-isearch-rectification): Refine condition for isearching.
8144         (allout-isearch-abort, allout-enwrap-isearch)
8145         (allout-flag-region, my-region-active-p): Relocate some macros.
8146         (allout-title): Fallback title is (buffer-name), not
8147         non-existing (current-buffer-name).
8148         (subst-char-in-string): Define if absent (for some XEmacs versions).
8150 2005-10-20  Jari Aalto  <jari.aalto@cante.net>
8152         * mail/sendmail.el (mail-setup-hook, mail-aliases)
8153         (mail-yank-prefix, mail-indentation-spaces, mail-yank-hooks)
8154         (mail-citation-prefix-regexp, mail-signature-file)
8155         (mail-default-headers, mail-bury-selects-summary)
8156         (mail-send-nonascii): Add autoload cookies.
8158 2005-10-20  Emanuele Giaquinta  <emanuele.giaquinta@gmail.com>  (tiny change)
8160         * frame.el (blink-cursor-mode): Add `mac' to the list of
8161         window-system's that support blinking cursor.
8163 2005-10-20  Reiner Steib  <Reiner.Steib@gmx.de>
8165         * textmodes/org.el (org-level-color-stars-only): Fix typo in docstring.
8167 2005-10-20  Eli Zaretskii  <eliz@gnu.org>
8169         * makefile.w32-in ($(lisp)/mh-e/mh-loaddefs.el):
8170         Bind find-file-suppress-same-file-warnings to t, to avoid warnings due
8171         to different drive letter case in D:/foo/bar.el vs d:/foo/bar.el.
8173 2005-10-20  Kim F. Storm  <storm@cua.dk>
8175         * ido.el (ido-is-tramp-root): Simplify regexp matching tramp root.
8176         (ido-set-current-directory): Don't add / after final @.
8177         (ido-file-name-all-completions-1): Adapt to fixed tramp completion.
8178         Explicitly handle ange-ftp completion oddities.
8179         (ido-make-file-list): Don't rotate list at tramp root to avoid
8180         triggering tramp file handler for expand-file-name via get-file-buffer.
8182 2005-10-19  Stefan Monnier  <monnier@iro.umontreal.ca>
8184         * savehist.el (savehist-coding-system): Revert to checking XEmacs.
8186 2005-10-19  Jay Belanger  <belanger@truman.edu>
8188         * calc/calc-units.el (math-standard-units): Add units, adjust
8189         symbols and update values.
8190         (math-unit-prefixes): Add more prefixes.
8192 2005-10-19  Romain Francoise  <romain@orebokech.com>
8194         * bookmark.el (bookmark-menu-heading): New face.
8195         (bookmark-bmenu-list): Use it.
8196         Don't fiddle with `baud-rate' at top-level.
8198 2005-10-18  Chong Yidong  <cyd@stupidchicken.com>
8200         * image.el (create-image, find-image): Mention max-image-size in
8201         docstring.
8203 2005-10-18  Stefan Monnier  <monnier@iro.umontreal.ca>
8205         * savehist.el (savehist-load): Revert to checking XEmacs.
8207         * textmodes/conf-mode.el: Don't use font-lock-defaults-alist.
8208         Various docstring and line-width fixups.
8209         (conf-mode): Use cond.
8210         Set font-lock-defaults.  Don't set comment-use-syntax.
8212 2005-10-18  David Ponce  <david@dponce.com>
8214         * tree-widget.el (tree-widget-button-click): New function.
8215         (tree-widget-button-keymap): Use it.
8217 2005-10-18  Romain Francoise  <romain@orebokech.com>
8219         * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
8220         (bookmark-bmenu-hide-filenames): Add follow-link property.
8221         Improve help-echo text.
8223         * ffap.el (find-file-at-point): Doc fix.
8225 2005-10-18  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
8227         * mouse.el (mouse-set-region): Don't do sit-for on a mac frame.
8229 2005-10-18  Masatake YAMATO  <jet@gyve.org>
8231         Install to the CVS repository what I forgot to install in my
8232         2005-10-16 changes.
8234         * progmodes/python.el (python-complete-symbol): Pass the common
8235         prefix substring of completion to `display-completion-list'.
8237         * textmodes/org.el (org-complete): Ditto.
8239 2005-10-18  Masatake YAMATO  <jet@gyve.org>
8241         Fix a bug reported by Sven Joachim <sven_joachim@web.de>.
8243         * woman.el (WoMan-xref-man-page): New button type derived
8244         from `Man-abstract-xref-man-page'.
8245         (woman-mode): Pass `WoMan-xref-man-page' to `Man-highlight-references'.
8247         * man.el (Man-abstract-xref-man-page): New button type.
8248         (Man-xref-man-page): Make it derived from `Man-abstract-xref-man-page'.
8249         (Man-highlight-references): Add new optional argument `xref-man-type'.
8251 2005-10-18  Nick Roberts  <nickrob@snap.net.nz>
8253         * progmodes/gud.el (gud-menu-map): Correct condition for fringe.
8255 2005-10-17  Chong Yidong  <cyd@stupidchicken.com>
8257         * cus-edit.el (Custom-move-and-invoke): Delete.
8258         (custom-mode-map): Bind mouse-1 to widget-move-and-invoke.
8260         * wid-edit.el (widget-move-and-invoke): New function, from
8261         Custom-move-and-invoke.
8263 2005-10-17  Bill Wohler  <wohler@newt.com>
8265         Move all remaining images from lisp/toolbar to etc/images, move
8266         lisp/toolbar/tool-bar to lisp and "delete" lisp/toolbar.  Place
8267         the low resolution images in their own directory (low-color).
8269         * toolbar/attach.*, toolbar/cancel.*, toolbar/close.*
8270         * toolbar/copy.*, toolbar/cut.*, toolbar/diropen.*, toolbar/exit.*
8271         * toolbar/help.*, toolbar/home.*, toolbar/index.*, toolbar/info.*
8272         * toolbar/mail.*, toolbar/new.*, toolbar/open.*, toolbar/paste.*
8273         * toolbar/preferences.*, toolbar/print.*, toolbar/save.*
8274         * toolbar/saveas.*, toolbar/search.*, toolbar/search-replace.*
8275         * toolbar/spell.*, toolbar/undo.*: Move to etc/images.
8277         * toolbar/lc-copy.*: Move to etc/images/low-color/copy.*.
8278         * toolbar/lc-cut.*: Move to etc/images/low-color/cut.*.
8279         * toolbar/lc-help.*: Move to etc/images/low-color/help.*.
8280         * toolbar/lc-home.*: Move to etc/images/low-color/home.*.
8281         * toolbar/lc-index.*: Move to etc/images/low-color/index.*.
8282         * toolbar/lc-new.*: Move to etc/images/low-color/new.*.
8283         * toolbar/lc-open.*: Move to etc/images/low-color/open.*.
8284         * toolbar/lc-paste.*: Move to etc/images/low-color/paste.*.
8285         * toolbar/lc-preferences.*: Move to etc/images/low-color/preferences.*.
8286         * toolbar/lc-print.*: Move to etc/images/low-color/print.*.
8287         * toolbar/lc-save.*: Move to etc/images/low-color/save.*.
8288         * toolbar/lc-saveas.*: Move to etc/images/low-color/saveas.*.
8289         * toolbar/lc-search.*: Move to etc/images/low-color/search.*.
8290         * toolbar/lc-spell.*: Move to etc/images/low-color/spell.*.
8291         * toolbar/lc-undo.*: Move to etc/images/low-color/undo.*.
8293         To conform with convention, replace the underscore (_) in the
8294         following image names with dash (-) or (/) as appropriate.
8296         * toolbar/back_arrow.*: Move to etc/images/back-arrow.*.
8297         * toolbar/fld_open.*: Move to etc/images/fld-open.*.
8298         * toolbar/fwd_arrow.*: Move to etc/images/fwd-arrow.*.
8299         * toolbar/jump_to.*: Move to etc/images/jump-to.*.
8300         * toolbar/left_arrow.*: Move to etc/images/left-arrow.*.
8301         * toolbar/right_arrow.*: Move to etc/images/right-arrow.*.
8302         * toolbar/up_arrow.*: Move to etc/images/up-arrow.*.
8303         * toolbar/lc-back_arrow.*: Move to etc/images/low-color/back-arrow.*.
8304         * toolbar/lc-fwd_arrow.*: Move to etc/images/low-color/fwd-arrow.*.
8305         * toolbar/lc-jump_to.*: Move to etc/images/low-color/jump-to.*.
8306         * toolbar/lc-left_arrow.*: Move to etc/images/low-color/left-arrow.*.
8307         * toolbar/lc-right_arrow.*: Move to etc/images/low-color/right-arrow.*.
8308         * toolbar/lc-up_arrow.*: Move to etc/images/low-color/up-arrow.*.
8309         * toolbar/mail_compose.*: Move to etc/images/mail/compose.*.
8310         * toolbar/mail_send.*: Move to etc/images/mail/send.*.
8312         * info.el (info-tool-bar-map): Replace underscores in image names
8313         with dashes.
8315         * makefile.w32-in (WINS): Remove toolbar.
8317         * menu-bar.el: Replace toolbar/tool-bar.el with tool-bar.el in comment.
8319         * tool-bar.el: Move to lisp from toolbar.  Now that
8320         toolbar is empty, it should be deleted when folks run "cvs up -P".
8322 2005-10-18  Jay Belanger  <belanger@truman.edu>
8324         * calc/calc-store.el (calc-store-into): Get the proper variable name
8325         to display in message.
8327 2005-10-18  Nick Roberts  <nickrob@snap.net.nz>
8329         * progmodes/gdb-ui.el (gdb-var-create-handler): Make watch
8330         expressions display in speedbar for all buffers when debugging.
8331         (gdb-speedbar-expand-node): Ensure node contraction is always updated.
8333         * speedbar.el (speedbar-set-mode-line-format): Indent properly.
8334         (speedbar-insert-button, speedbar-make-button):
8335         Use add-text-properties.
8336         (speedbar-update-localized-contents)
8337         (speedbar-update-directory-contents)
8338         (speedbar-update-special-contents): Use dolist.
8339         (speedbar-buffer-easymenu-definition): Add a menu separator.
8341 2005-10-17  Jason Rumney  <jasonr@gnu.org>
8343         * makefile.w32-in: Use $(lisp) consistently.
8344         (pre-mh-loaddefs.el-SH, pre-mh-loaddefs.el-CMD): New targets
8345         for shell specific generation of mh-autoloads.
8347 2005-10-17  Richard M. Stallman  <rms@gnu.org>
8349         * textmodes/tex-mode.el (tex-font-lock-keywords-2): Undo prev change.
8351 2005-10-17  Stefan Monnier  <monnier@iro.umontreal.ca>
8353         * jit-lock.el (jit-lock-fontify-now):
8354         Move jit-lock-context-unfontify-pos to avoid wasted work.
8356 2005-10-17  Michael Albinus  <michael.albinus@gmx.de>
8358         * net/tramp.el (tramp-completion-mode): New defvar.  Used in
8359         `tramp-completion-mode' for checking if we are in completion mode.
8360         (tramp-completion-handle-file-name-all-completions): Reorder code
8361         in order to complete for file names only in case there are no
8362         method/user/host completions.  This is necessary for cooperation
8363         with ido.  Reported by Kim F. Storm <storm@cua.dk>.
8365 2005-10-16  Chong Yidong  <cyd@stupidchicken.com>
8367         * longlines.el (longlines-search-forward)
8368         (longlines-search-backward): Match any number of spaces.
8370 2005-10-16  Thien-Thi Nguyen  <ttn@gnu.org>
8372         * diff-mode.el (diff-mode): Doc fix.
8374 2005-10-16  David Reitter  <david.reitter@gmail.com>
8376         * mail/sendmail.el (send-mail-function): Use mailclient-send-it
8377         as default on darwin and windows systems.
8379 2005-10-16  Sven Joachim  <svenjoac@gmx.de>  (tiny change)
8381         * arc-mode.el (archive-zip-extract): Doc fix.
8383 2005-10-16  Romain Francoise  <romain@orebokech.com>
8385         * mouse.el (mouse-1-click-follows-link): Doc fix.
8387 2005-10-16  Stefan Monnier  <monnier@iro.umontreal.ca>
8389         * savehist.el: Don't require CL at runtime.
8390         (savehist-xemacs): Remove.
8391         (savehist-coding-system): Use utf-8 if present, regardless of religion.
8392         (savehist-no-conversion): Use (featurep 'xemacs).
8393         (savehist-load): Check existence of start-itimer rather than XEmacs.
8394         Use an idle timer.
8395         (savehist-process-for-saving): Replace use of CL funs `subseq' and
8396         `delete-if-not'.
8398 2005-10-16  Hrvoje Niksic  <hniksic@xemacs.org>
8400         * savehist.el: Newer version.
8401         (savehist-autosave-interval, savehist-coding-system, savehist-timer)
8402         (savehist-last-checksum, savehist-no-conversion): New vars.
8403         (savehist-autosave, savehist-process-for-saving, savehist-printable):
8404         New functions.
8405         (savehist-load, savehist-save): Use them.
8406         (savehist-delimit): Remove.
8408 2005-10-16  Stefan Monnier  <monnier@iro.umontreal.ca>
8410         * progmodes/compile.el (compilation-goto-locus): Display the
8411         compilation buffer first and the source buffer second, in case they're
8412         in overlapping frames.  Don't raise the compilation frame if it was the
8413         selected window upon entry.  Pass the `other-window' arg to
8414         pop-to-buffer.
8416         * info.el (Info-fontify-node): Use dolist.
8417         Change add-text-properties to put-text-property.
8419 2005-10-16  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
8421         * textmodes/bibtex.el (bibtex-font-lock-url): Catch when point past
8422         bound of search.
8424 2005-10-16  Masatake YAMATO  <jet@gyve.org>
8426         * dabbrev.el (dabbrev-completion): Pass the common
8427         prefix substring of completion to `display-completion-list'.
8429         * filecache.el (file-cache-minibuffer-complete)
8430         (file-cache-complete): Ditto.
8432         * tempo.el (tempo-display-completions): Ditto.
8434         * wid-edit.el (widget-file-complete, widget-color-complete): Ditto.
8436         * emacs-lisp/lisp.el (lisp-complete-symbol): Ditto.
8438         * eshell/em-hist.el (eshell-list-history): Ditto.
8440         * mail/mailabbrev.el (mail-abbrev-complete-alias): Ditto.
8442         * mail/mailalias.el (mail-complete): Ditto.
8444         * progmodes/etags.el (complete-tag): Ditto.
8446         * progmodes/make-mode.el (makefile-complete): Ditto.
8448         * progmodes/meta-mode.el (meta-complete-symbol): Ditto.
8450         * progmodes/octave-mod.el (octave-complete-symbol): Ditto.
8452         * progmodes/pascal.el (pascal-complete-word)
8453         (pascal-show-completions): Ditto.
8455         * textmodes/bibtex.el (bibtex-complete-internal): Ditto.
8457         * simple.el (completion-common-substring): New variable.
8458         (completion-setup-function): Use `completion-common-substring'
8459         to put faces.
8461 2005-10-16  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
8463         * term/mac-win.el: Apply 2005-10-09 change for term/x-win.el.
8464         (x-get-selection, mac-select-convert-to-string): Convert from/to
8465         UTF-16 clipboard data as in native byte order, no BOM.
8467 2005-10-16  Nick Roberts  <nickrob@snap.net.nz>
8469         * progmodes/gud.el (gud-tool-bar-map): Rename the images
8470         appropriately (gud/next, gud/nexti, gud/step, gud/stepi).
8471         (gud-sentinel): Use speedbar-frame to check for speedbar.
8473 2005-10-15  Richard M. Stallman  <rms@gnu.org>
8475         * savehist.el: New file.
8477 2005-10-14  Karl Chen  <quarl@cs.berkeley.edu>
8479         * textmodes/tex-mode.el (tex-font-lock-keywords-2):
8480         Fix bug in \bf fontification.
8482 2005-10-15  Stefan Monnier  <monnier@iro.umontreal.ca>
8484         * pcvs.el (cvs-edit-log-files): New var.
8485         (cvs-mode-edit-log): New arg `file'.
8486         (cvs-edit-log-minor-wrap): Don't set the ignore-marks property.
8487         Instead force the use of the original file and nothing else.
8488         (cvs-edit-log-filelist): Don't use the cvs-mode-* function unless
8489         the cvs-minor-wrap-function is set.
8490         (cvs-do-edit-log): Obey the vars set in cvs-edit-log-minor-wrap.
8492 2005-10-14  Bill Wohler  <wohler@newt.com>
8494         * toolbar/gud-break.*: Moved to etc/images/gud/break.*.
8495         * toolbar/gud-cont.*: Moved to etc/images/gud/cont.*.
8496         * toolbar/gud-down.*: Moved to etc/images/gud/down.*.
8497         * toolbar/gud-finish.*: Moved to etc/images/gud/finish.*.
8498         * toolbar/gud-ni.*: Moved to etc/images/gud/ni.*.
8499         * toolbar/gud-n.*: Moved to etc/images/gud/n.*.
8500         * toolbar/gud-print.*: Moved to etc/images/gud/print.*.
8501         * toolbar/gud-pstar.*: Moved to etc/images/gud/pstar.*.
8502         * toolbar/gud-remove.*: Moved to etc/images/gud/remove.*.
8503         * toolbar/gud-run.*: Moved to etc/images/gud/run.*.
8504         * toolbar/gud-si.*: Moved to etc/images/gud/si.*.
8505         * toolbar/gud-s.*: Moved to etc/images/gud/s.*.
8506         * toolbar/gud-until.*: Moved to etc/images/gud/until.*.
8507         * toolbar/gud-up.*: Moved to etc/images/gud/up.*.
8508         * toolbar/gud-watch.*: Moved to etc/images/gud/watch.*.
8510         * progmodes/gud.el (gud-tool-bar-map): Rename the images
8511         appropriately (for example, gud-break to gud/break).
8513 2005-10-14  Chong Yidong  <cyd@stupidchicken.com>
8515         * longlines.el (longlinges-search-function)
8516         (longlines-search-forward, longlines-search-backward): New functions.
8517         (longlines-mode): Set isearch-search-fun-function to
8518         longlinges-search-function.
8520         * mouse.el (mouse-drag-region-1): Handle the case where a
8521         double-click event is bound to an arbitrary function.
8523 2005-10-14  David Ponce  <david@dponce.com>
8525         * recentf.el (recentf-track-opened-file)
8526         (recentf-track-closed-file, recentf-update-menu)
8527         (recentf-used-hooks, recentf-enabled-p): Move before dialog stuff.
8528         (recentf-dialog-mode-map): Map follow-link to RET, so dialogs obey
8529         mouse-1-click-follows-link.
8531 2005-10-13  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
8533         * toolbar/diropen.xpm, toolbar/diropen.pbm: New versions made from
8534         Gnome file-manager.png.  Suggested by
8535         Joachim Nilsson <joachim.nilsson@vmlinux.org>.
8537         * toolbar/README: Add diropen.xpm.
8539 2005-10-13  Bill Wohler  <wohler@newt.com>
8541         * makefile.w32-in (MH_E_SRC): Rename from MH-E-SRC per NMAKE
8542         restrictions.  Suggested by David Robinow <drobinow@gmail.com>.
8544 2005-10-13  Stefan Monnier  <monnier@iro.umontreal.ca>
8546         * progmodes/mixal-mode.el (mixal-operation-codes-alist):
8547         Don't waste the byte-compiler's time on constant data.
8549 2005-10-13  Kenichi Handa  <handa@m17n.org>
8551         * international/utf-8.el (utf-8-compose): Display an invalid UTF-8
8552         byte with `escape-glyph' face.
8554         * international/fontset.el (ccl-encode-unicode-font):
8555         Lookup utf-subst-table-for-encode, not ucs-mule-cjk-to-unicode.
8556         Handle the case that ucs-mule-to-mule-unicode translates a character to
8557         ASCII (usually for IPA characters).
8559 2005-10-12  Stefan Monnier  <monnier@iro.umontreal.ca>
8561         * info.el (Info-fontify-node): Don't be fooled by a lone "...".
8562         Don't hide the underline of titles if font-lock-mode is disabled.
8564 2005-10-12  Bill Wohler  <wohler@newt.com>
8566         * makefile.w32-in (MH-E-SRC): New.  Used by mh-autoloads.
8567         (mh-autoloads): New.  Builds mh-e/mh-loaddefs.el.  Rebuilds if any
8568         files in MH-E-SRC have been updated.
8569         (updates, compile, recompile, bootstrap): Depend on mh-autoloads.
8571 2005-10-12  Stefan Monnier  <monnier@iro.umontreal.ca>
8573         * progmodes/mixal-mode.el (mixal-operation-codes): Remove.
8574         (mixal-mode-syntax-table): Add \n as end-comment.
8575         (mixal-operation-codes-alist): Immediately initialize to full value.
8576         (mixal-add-operation-code): Remove.
8577         (mixal-describe-operation-code): Make the arg non-optional.
8578         Use the interactive spec instead.
8579         Use mixal-operation-codes-alist rather than mixal-operation-codes.
8580         (mixal-font-lock-keywords): Don't highlight comments here any more.
8581         (mixal-font-lock-syntactic-keywords): New var.
8582         (mixal-mode): Use it.  Fix comment-start-skip.
8584 2005-10-12  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
8586         * startup.el (command-line-x-option-alist): -nb => -nbi
8588 2005-10-12  Kim F. Storm  <storm@cua.dk>
8590         * startup.el (fancy-splash-default-action): Discard mouse click in
8591         the splash screen window, as it has no sensible meaning in the
8592         next window to be selected.  Fixes error reported by Jan D.
8594 2005-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
8596         * desktop.el (desktop-load-file): Do nothing when FUNCTION is nil.
8598 2005-10-11  Stefan Monnier  <monnier@iro.umontreal.ca>
8600         * progmodes/mixal-mode.el: Sync with version in the GNU MDK project.
8601         Try to fix up minor layout issues like indentation, line break, etc...
8602         (mixal-mode-syntax-table): Don't try to specify comment syntax,
8603         because it doesn't work.
8604         (mixal-operation-codes): Add some more codes.
8605         (mixal-font-lock-keywords): Process comments here.
8606         (mixal-mode): mixasm no longer needs -g option.
8608 2005-10-11  Sven Joachim  <svenjoac@gmx.de>  (tiny change)
8610         * progmodes/sh-script.el (sh-tmp-file):
8611         Use mktemp -t.  Finish support for es and rc shells.
8613 2005-10-11  Jay Belanger  <belanger@truman.edu>
8615         * calc/calcalg2.el (calc-integral): With an argument, compute the
8616         definite integral.
8618 2005-10-11  Chong Yidong  <cyd@stupidchicken.com>
8620         * mouse.el (mouse-drag-region-1): Don't try to catch a
8621         double-click when doing follow-link (it's overridden anyway).
8623 2005-10-11  Juanma Barranquero  <lekktu@gmail.com>
8625         * emacs-lisp/autoload.el (update-directory-autoloads): Doc fix.
8626         (autoload-print-form-outbuf): Add docstring.
8628 2005-10-11  Juri Linkov  <juri@jurta.org>
8630         * info.el (Info-mode-menu): Delete menu item "Edit".
8631         (Info-mode): Delete description of Info-edit from docstring,
8632         and rearrange descriptions of Info commands in the order
8633         they are documented in the Info manual.
8635 2005-10-11  Stefan Monnier  <monnier@iro.umontreal.ca>
8637         * calendar/appt.el (appt-check): Use diary-selective-display var.
8639 2005-10-10  Richard M. Stallman  <rms@gnu.org>
8641         * net/newsticker.el (newsticker-start, newsticker-show-news):
8642         Add autoload cookies.
8644 2005-10-10  Emanuele Giaquinta  <emanuele.giaquinta@gmail.com>
8646         * progmodes/sh-script.el (sh-tmp-file): Use mktemp.
8648 2005-10-10  Karl Chen  <quarl@cs.berkeley.edu>
8650         * jka-cmpr-hook.el (jka-compr-handler): Fix typo in `operations' prop.
8652 2005-10-10  Jay Belanger  <belanger@truman.edu>
8654         * calc/calc-arith.el (math-check-known-scalarp)
8655         (math-check-known-matrixp): Check the values of arguments that are
8656         variables.
8657         (math-check-known-square-matrixp): New function.
8658         (math-known-square-matrixp): Use math-check-known-square-matrixp.
8659         (math-super-types): Add sqmatrix type.
8661         * calc/calc-mode.el (calc-matrix-mode, math-get-modes-vec): Change the
8662         mode name `square' to `sqmatrix'.
8664         * calc/calc.el (calc-matrix-mode, calc-set-mode-line): Change the
8665         mode name `square' to `sqmatrix'.
8667 2005-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
8669         * progmodes/etags.el (select-tags-table-mode): Don't use
8670         selective-display.
8671         (tags-select-tags-table): Pass `button' to the action function.
8672         (select-tags-table): Place the side-info on button properties rather
8673         than in hidden text.  Abbreviate file names.
8674         (select-tags-table-mode-map): Inherit rather than copy buttom-map.
8675         (select-tags-table-select): Add `button' argument.
8676         Get side-info from the button property rather than from hidden text.
8678 2005-10-11  Nick Roberts  <nickrob@snap.net.nz>
8680         * progmodes/gud.el (gud-install-speedbar-variables): Add more bindings.
8681         (gud-speedbar-buttons): Preserve point if possible.
8682         (gud-sentinel): Restore previous speedbar display type.
8684         * progmodes/gdb-ui.el (gdba): Improve diagram.
8685         (def-gdb-auto-update-handler, gdb-info-locals-handler)
8686         (gdb-put-breakpoint-icon, gdb-remove-breakpoint-icons):
8687         Call get-buffer-window once.
8689 2005-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
8691         * progmodes/pascal.el (pascal-mode-map): Move init into declaration.
8692         (pascal-mode-syntax-table): Make (* *) markers same class as { ... }.
8693         (pascal-indent-command): Remove unused var `ind'.
8694         (pascal-indent-case): Remove unused var `oldpos'.
8695         (pascal-outline-map): Don't inherit from pascal-mode-map anymore,
8696         since it's now used as a proper minor mode map.
8697         (pascal-outline): Rename to pascal-outline-mode.
8698         (pascal-outline-mode): Use define-minor-mode.
8699         (pascal-outline-mode, pascal-outline-change): Use overlays rather than
8700         selective-display.
8702 2005-10-10  Andreas Schwab  <schwab@suse.de>
8704         * textmodes/tex-mode.el (tex-font-lock-keywords-2): Adjust match
8705         number.  Reported by Karl Chen <quarl@cs.berkeley.edu>.
8707         * Makefile.in ($(lisp)/mh-e/mh-loaddefs.el): Fix for building
8708         outside source directory.
8710 2005-10-10  Carsten Dominik  <dominik@science.uva.nl>
8712         * textmodes/org.el (org-mode-map): Explicit definition of `C-c
8713         C-x' as a prefix.
8714         (orgtbl-mode-map): Full keymap instead of sparse, because all
8715         `self-insert-command' keys are redefined in this map.
8716         (org-export-as-html): Specify charset for HTML file, by taking it
8717         from the coding system.
8719 2005-10-10  Kenichi Handa  <handa@m17n.org>
8721         * textmodes/flyspell.el (flyspell-check-word-p):
8722         If unread-command-events is non-empty, don't call sit-for.
8724 2005-10-09  Richard M. Stallman  <rms@gnu.org>
8726         * font-lock.el (font-lock-syntactic-keywords)
8727         (font-lock-keywords): Doc fixes.
8729         * textmodes/flyspell.el (flyspell-external-point-words):
8730         Simplify logic, and don't try to check for consecutive appearances
8731         of one incorrect word.
8733 2005-10-10  Nick Roberts  <nickrob@snap.net.nz>
8735         * speedbar.el (speedbar-buffer-easymenu-definition): Add menu
8736         separator.
8738         * progmodes/gud.el (gud-last-speedbar-buffer): Remove.
8739         (gud-install-speedbar-variables): Add GUD to speedbar "Displays" list.
8740         (gud-expansion-speedbar-buttons): New function.
8741         (gud-speedbar-buttons): Check for gud-comint-buffer.
8743 2005-10-09  Bill Wohler  <wohler@newt.com>
8745         * Makefile.in (updates): Add mh-loaddefs dependency.
8747 2005-10-09  Chong Yidong  <cyd@stupidchicken.com>
8749         * speedbar.el (speedbar-file-key-map): Fix typo.
8751 2005-10-09  Daniel Brockman  <daniel@brockman.se>
8753         * cus-start.el (line-spacing): Add custom spec.
8755 2005-10-09  Romain Francoise  <romain@orebokech.com>
8757         * textmodes/ispell.el (ispell-check-version): Fix last change.
8759 2005-10-09  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
8761         * term/x-win.el: Remove -i, --icon-type from comment.
8763         * startup.el (command-line-x-option-alist): Remove options -i,
8764         -itype, --icon-type, added -nb, --no-bitmap-icon
8766 2005-10-09  Nick Roberts  <nickrob@snap.net.nz>
8768         * progmodes/gud.el (gud-speedbar-menu-items): Use :visible
8769         instead of :active.
8771 2005-10-08  Eric Hanchrow  <offby1@blarg.net>  (tiny change)
8773         * textmodes/ispell.el (ispell-check-version):
8774         Ignore hyphen, and all that follows, in aspell's version text.
8776 2005-10-08  Jay Belanger  <belanger@truman.edu>
8778         * calc/calc-arith.el (math-known-square-matrixp): New function.
8779         (math-pow-fancy): Check for matrices before distributing exponent
8780         across products.
8782         * calc/calc-keypd.el (calc-do-keypad): Widen keypad window for
8783         fullscreen keypad.  Suggested by Luc Teirlinck.
8784         (calc-keypad-show-input): Add space for formatting.
8786         * calc/calc-mode.el (calc-matrix-mode, math-get-modes-vec):
8787         Add square matrix option.
8789         * calc/calc-poly.el (math-expand-term): Check for matrices instead
8790         of checking calc-matrix-mode when deciding how to expand.
8792         * calc/calc.el (calc-set-mode-line): Add square matrix option.
8794 2005-10-08  Lars Hansen  <larsh@soem.dk>
8796         * net/tramp.el (tramp-perl-directory-files-and-attributes):
8797         Add error handling.
8798         (tramp-handle-directory-files-and-attributes): Handle perl error msg.
8800 2005-10-08  Michael Albinus  <michael.albinus@gmx.de>
8802         Sync with Tramp 2.0.51.
8804         * net/tramp.el (tramp-handle-set-visited-file-modtime)
8805         (tramp-handle-insert-file-contents, tramp-handle-write-region):
8806         Insert special handling for `last-coding-system-used', again
8807         it still seems to be necessary (unlike stated before).
8808         Reported by Toshinori Sugita <sugita@d-pad.co.jp>.
8809         (tramp-password-prompt-regexp): There might be other words before
8810         trailing ":".  Reported by Kurt Steinkraus <kurt@steinkraus.us>.
8811         (tramp-chunksize): Improve docstring.
8812         (tramp-set-auto-save-file-modes): Octal integer code #o600 breaks
8813         Emacs 20.  Use `tramp-octal-to-decimal' therefore.  Reported by
8814         Christian Joergensen <bugs@razor.dk>.
8816 2005-10-07  Glenn Morris  <rgm@gnu.org>
8818         * progmodes/f90.el (f90-keywords-re, f90-mode): Doc fix.
8819         (f90-font-lock-keywords-2, f90-mode-abbrev-table): Add `double
8820         precision'.
8822 2005-10-07  Romain Francoise  <romain@orebokech.com>
8824         * ibuf-ext.el (ibuffer-do-shell-command-pipe)
8825         (ibuffer-do-shell-command-pipe-replace)
8826         (ibuffer-do-shell-command-file, ibuffer-do-eval)
8827         (ibuffer-do-view-and-eval, ibuffer-do-rename-uniquely)
8828         (ibuffer-do-revert, ibuffer-do-replace-regexp)
8829         (ibuffer-do-query-replace, ibuffer-do-query-replace-regexp)
8830         (ibuffer-do-print, ibuffer-filter-by-mode, ibuffer-filter-by-used-mode)
8831         (ibuffer-filter-by-name, ibuffer-filter-by-filename)
8832         (ibuffer-filter-by-size-gt, ibuffer-filter-by-size-lt)
8833         (ibuffer-filter-by-content, ibuffer-filter-by-predicate
8834         (ibuffer-do-sort-by-major-mode, ibuffer-do-sort-by-mode-name)
8835         (ibuffer-do-sort-by-alphabetic, ibuffer-do-sort-by-size):
8836         Autoload file sans suffix.
8838         * emulation/cua-base.el (cua-toggle-global-mark): Likewise.
8840 2005-10-07  David Ponce  <david@dponce.com>
8842         * recentf.el (recentf-menu-open-all-flag): New option.
8843         (recentf-digit-shortcut-command-name): New function.
8844         (recentf--shortcuts-keymap): New variable.
8845         (recentf-menu-shortcuts): New variable.
8846         (recentf-make-menu-items): Initialize it.  Replace the "More..."
8847         menu item by "All...", if `recentf-menu-open-all-flag' is non-nil.
8848         (recentf-menu-value-shortcut): New function.
8849         (recentf-make-menu-item): Use it.  No more in-lined.
8850         (recentf-dialog-mode-map): Base on `recentf--shortcuts-keymap'.
8851         (recentf-open-most-recent-file): Rename from
8852         `recentf-open-file-with-key'.  Don't depend on key binding.
8853         (recentf-mode-map): New variable.
8854         (recentf-mode): Use it.
8856 2005-10-06  Bill Wohler  <wohler@newt.com>
8858         * mh-e/mh-loaddefs.el: Remove.  Now generated automatically.
8860         * Makefile.in (AUTOGENEL): Add mh-e/mh-loaddefs.el.
8861         (MH-E-SRC): New.  Used by mh-autoloads.
8862         (mh-autoloads): New.  Builds mh-e/mh-loaddefs.el.  Rebuilds if any
8863         files in MH-E-SRC have been updated.
8864         (compile, recompile, bootstrap): Depend on mh-autoloads.
8866 2005-10-07  Nick Roberts  <nickrob@snap.net.nz>
8868         * progmodes/gud.el (gud-menu-map): Only display un-intuitive
8869         gud-break and gud-remove icons when the fringe is not available.
8871         * progmodes/gdb-ui.el (gdb-fringe-width -> gdb-buffer-fringe-width):
8872         Typo.
8874 2005-10-06  Michael Cadilhac  <michael.cadilhac-@t-lrde.epita.fr>  (tiny change)
8876         * play/zone.el (zone): Wrap body with save-window-excursion.
8878 2005-10-06  Stefan Monnier  <monnier@iro.umontreal.ca>
8880         * calendar/cal-menu.el (calendar-mouse-view-diary-entries):
8881         Use the new `list-only' arg to diary-list-entries.
8883         * calendar/diary-lib.el: Use overlays rather than selective-display.
8884         (diary-selective-display): New var.
8885         (diary-header-line-format): Use it.
8886         (diary-list-entries): Add argument `list-only'.
8887         Put the buffer in diary-mode.  Don't add \^M at beg and end.
8888         Replace \^M by invisible overlays.
8889         (diary-unhide-everything): Replace \^M by invisible overlays.
8890         (print-diary-entries): Look for overlays rather than \^M.
8891         Add a space to the temp buffer name.
8892         (diary-show-all-entries, mark-diary-entries, make-diary-entry):
8893         Put the buffer in diary-mode.
8894         (list-sexp-diary-entries): Replace \^M by invisible overlays.
8895         (diary-anniversary): Make the year arg optional.
8896         (diary-time-regexp): New const.
8897         (diary-font-lock-keywords): Use it to accept a few more time formats.
8899         * pcvs.el (cvs-sentinel): Make sure we do re-enable undo.
8901 2005-10-06  Thien-Thi Nguyen  <ttn@gnu.org>
8903         * textmodes/artist.el (artist-ellipse-mirror-quadrant):
8904         Fix bug introduced 2005-07-03: Use (car (last ...))
8905         to faithfully reproduce replaced artist-last.
8906         (artist-set-arrow-points-for-poly): Likewise.
8907         Suggested by Johan Bockg\e,Ae\e(Brd.
8909 2005-10-06  Juanma Barranquero  <lekktu@gmail.com>
8911         * dframe.el (x-pointer-hand2, x-pointer-top-left-arrow):
8912         * wid-edit.el (widget):
8913         * progmodes/gdb-ui.el (gdb-buffer-fringe-width):
8914         * progmodes/vhdl-mode.el (speedbar-attached-frame): Add defvars.
8916 2005-10-06  Kenichi Handa  <handa@m17n.org>
8918         * international/mule-cmds.el (set-language-environment):
8919         Fix setting up of case-table for unibyte mode.
8921         * simple.el (what-cursor-position): If the character is displayed
8922         by some `display' text property, show that.  Don't use
8923         single-key-description for eight-bit characters in multibyte mode.
8925 2005-10-06  Nick Roberts  <nickrob@snap.net.nz>
8927         * progmodes/gdb-ui.el (gdb-fringe-width): New variable.
8928         (gdb-ann3): Set it.
8929         (gdb-put-breakpoint-icon): Don't take fringe-width from speedbar frame.
8930         (gdb-info-frames-custom): Use inverse-video for first five
8931         characters of selected frame only.
8932         (gdb-get-frame-number): Select frame even when point is on frame
8933         number.
8935 2005-10-06  Masatake YAMATO  <jet@gyve.org>
8937         * progmodes/gdb-ui.el (gdb-info-breakpoints-custom):
8938         Put `font-lock-function-name-face'.
8939         (gdb-info-frames-custom): Put `font-lock-function-name-face'
8940         and `font-lock-variable-name-face'
8941         (gdb-registers-font-lock-keywords): New font lock keywords definition.
8942         (gdb-registers-mode): Use `gdb-registers-font-lock-keywords`.
8943         (gdb-memory-font-lock-keywords): New font lock keywords definition.
8944         (gdb-memory-mode): Use `gdb-memory-font-lock-keywords'.
8945         (gdb-local-font-lock-keywords): New font lock keywords definition.
8946         (gdb-locals-mode): Use `gdb-local-font-lock-keywords'
8947         (gdb-threads-font-lock-keywords): New font lock keywords definition.
8948         (gdb-threads-mode): Use `gdb-threads-font-lock-keywords'.
8950 2005-10-05  Michael Kifer  <kifer@cs.stonybrook.edu>
8952         * ediff-merge.el (ediff-merge-region-is-non-clash): New defsubst.
8953         (ediff-merge-region-is-non-clash-to-skip): Previously called
8954         ediff-merge-region-is-non-clash.
8956         * ediff-mult.el (ediff-append-custom-diff, ediff-meta-show-patch):
8957         Use insert-buffer-substring.
8959         * ediff-ptch.el (ediff-fixup-patch-map): Use better heuristics for
8960         selecting files to patch.  Also bug fixes.
8962         * ediff-util.el (ediff-setup): Bug fix.
8963         (ediff-next-difference): Never skip clashes that differ in white
8964         space only.
8966         * ediff-wind.el (ediff-setup-control-frame)
8967         (ediff-destroy-control-frame): Check the menubar feature.
8969         * viper-cmd.el (viper-normalize-minor-mode-map-alist)
8970         (viper-refresh-mode-line): Use make-local-variable to localize
8971         some vars instead of make-variable-buffer-local.  Suggested by
8972         Stefan Monnier.
8974         * viper-init.el (viper-make-variable-buffer-local): Delete alias.
8975         (viper-restore-cursor-type, viper-set-insert-cursor-type):
8976         Use make-local-variable instead of make-variable-buffer-local.
8977         Suggested by Stefan Monnier.
8979         * viper.el (viper-mode): Don't use viper-make-variable-buffer-local.
8980         (viper-comint-mode-hook): Use make-local-variable on
8981         require-final-newline.
8982         (viper-non-hook-settings): Don't use make-variable-buffer-local.
8984 2005-10-05  Stefan Monnier  <monnier@iro.umontreal.ca>
8986         * progmodes/scheme.el (scheme-mode-syntax-table): Mark ; as being
8987         also the second char of a comment-start sequence.
8988         (scheme-sexp-comment-syntax-table): New var.
8989         (lambda, define): Set their scheme-doc-string-elt property.
8990         (scheme-font-lock-syntactic-face-function): Handle sexp-comments.
8991         Use lisp-font-lock-syntactic-face-function now that it properly
8992         handles |...| symbols.
8993         (scheme-mode-variables): Set lisp-doc-string-elt-property,
8994         parse-sexp-lookup-properties and font-lock-extra-managed-props.
8996         * emacs-lisp/lisp-mode.el (lisp-mode-syntax-table): Move the nesting
8997         bit from # to |.
8998         (lisp-font-lock-syntactic-face-function): Distinguish |...| symbols.
9000         * emacs-lisp/lisp-mode.el (lambda): Add its doc-string-elt property.
9001         (lisp-doc-string-elt-property): New var.
9002         (lisp-font-lock-syntactic-face-function): Use it.
9003         Rewrite to recognize docstrings even for forms not at toplevel.
9005         * progmodes/scheme.el (scheme-mode-syntax-table): Put the nested
9006         annotation on the | part of #| rather than on the # part.
9007         (scheme-font-lock-syntactic-face-function): New function, to
9008         distinguish strings from |...| symbols.
9009         (scheme-mode-variables): Use it.  Also fix up the font-lock-time
9010         syntax-table so that #|...|# is properly highlighted.
9012         * emacs-lisp/lisp-mode.el (lisp-font-lock-syntactic-face-function):
9013         Don't mark as docstring the 3rd elem of an unknown toplevel form.
9015 2005-10-04  Stefan Monnier  <monnier@iro.umontreal.ca>
9017         * bindings.el (global-map): Resync [home] and [end] bindings with C-a
9018         and C-e.
9020         * emacs-lisp/eldoc.el: Move comments into docstrings.
9021         (eldoc-message-commands): Initialize in its declaration.
9022         Add move-beginning-of-line and move-end-of-line.
9023         (eldoc-add-command, eldoc-add-command-completions)
9024         (eldoc-remove-command, eldoc-remove-command-completions): Simplify.
9026         * outline.el (outline-mark-subtree): Activate the mark.
9028         * calendar/appt.el (appt-time-regexp): New var.
9029         (appt-add, appt-make-list): Use it.
9030         (appt-convert-time): Clean up.
9032         * textmodes/tex-mode.el (tex-font-lock-syntactic-face-function):
9033         Don't set any syntax-table property here.
9034         (tex-font-lock-verb): New function.  Do it here.
9035         (tex-font-lock-syntactic-keywords): Use it.
9037 2005-10-04  Richard M. Stallman  <rms@gnu.org>
9039         * wid-edit.el (widget-file-complete): Get the widget start point
9040         the right way.  Default directory to `/' if file has none.
9042         * x-dnd.el (x-dnd-drop-data): Check for dedicated windows.
9044         * textmodes/flyspell.el (flyspell-mode-on):
9045         Call ispell-maybe-find-aspell-dictionaries.
9047         * textmodes/ispell.el (ispell-word, ispell-region):
9048         Call ispell-maybe-find-aspell-dictionaries.
9049         (ispell-accept-buffer-local-defs):
9050         Don't call ispell-maybe-find-aspell-dictionaries
9052 2005-10-04  Richard M. Stallman  <rms@gnu.org>
9054         * iswitchb.el (iswitchb-buffer-ignore): Label it risky.
9056 2005-10-04  Emilio C. Lopes  <eclig@gmx.net>
9058         * iswitchb.el (iswitchb-ignore-buffername-p): Use `functionp'
9059         instead of `fboundp' in order to allow for anonymous functions.
9061 2005-10-04  Chong Yidong  <cyd@stupidchicken.com>
9063         * info.el (Info-next, Info-prev, Info-up): Select info buffer, in
9064         case the user clicks on the link while another window is selected.
9065         (Info-speedbar-hierarchy-buttons): Use speedbar-current-frame.
9067         * dframe.el (dframe-update-keymap): Use mouse-1-click-follows-link
9068         functionality.
9069         (dframe-help-echo): Save point in case mouse tracking is off.
9071 2005-10-04  Thien-Thi Nguyen  <ttn@gnu.org>
9073         * net/ange-ftp.el (ange-ftp-ls): Fix typo introduced in last change.
9075 2005-10-03  Stefan Monnier  <monnier@iro.umontreal.ca>
9077         * progmodes/cc-styles.el (c-setup-paragraph-variables): Make sure we do
9078         not change the global value of those vars.
9080         * progmodes/cc-mode.el (c-basic-common-init): Remove calls to
9081         make-local-variable which we do not need any more.
9083 2005-10-03  Chong Yidong  <cyd@stupidchicken.com>
9085         * speedbar.el (speedbar-ignored-path-regexp, speedbar-line-path)
9086         (speedbar-ignored-path-expressions, speedbar-buffers-line-path)
9087         (speedbar-add-ignored-path-regexp, speedbar-buffers-line-path)
9088         (speedbar-path-line): Define obsolete aliases.
9089         (speedbar-line-directory): Doc fix.
9091         * progmodes/vhdl-mode.el (vhdl-speedbar-initialize)
9092         (vhdl-speedbar-rescan-hierarchy): Call speedbar-line-directory
9093         instead of speedbar-line-path.
9095 2005-10-03  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
9097         * x-dnd.el (x-dnd-drop-data): Don't set dnd-open-file-other-window
9098         to nil if dropping on a window.  Handle dropping on a minibuffer window
9099         like dropping on a non-window part of Emacs.
9101 2005-10-03  Stefan Monnier  <monnier@iro.umontreal.ca>
9103         * net/ange-ftp.el: Use with-current-buffer.
9104         (ange-ftp-insert-directory): Do not follow symlinks any more.
9106         * textmodes/ispell.el (ispell-find-aspell-dictionaries):
9107         Remove interactive spec.
9109 2005-10-03  Kim F. Storm  <storm@cua.dk>
9111         * ido.el (ido-mode): Use custom-initialize-set.
9113 2005-10-02  Richard M. Stallman  <rms@gnu.org>
9115         * progmodes/ebnf2ps.el (ebnf-eps-production-list):
9116         Use insert-buffer-substring.
9118         * net/tramp.el: Pacify byte compiler warnings in pacification code.
9119         (tramp-handle-file-local-copy): Use insert-buffer-substring.
9121 2005-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
9123         * net/ange-ftp.el (ange-ftp-insert-directory): Undo unintended part
9124         in last change.
9125         (ange-ftp-insert-directory): Fix up the search for the case where
9126         `file' is absolute.
9128 2005-10-02  Romain Francoise  <romain@orebokech.com>
9130         * progmodes/compile.el (compile-goto-error): Delete extra paren.
9132 2005-10-02  Andreas Schwab  <schwab@suse.de>
9134         * ediff-ptch.el (ediff-fixup-patch-map): Handle file names without
9135         directory component in the session info.
9137 2005-10-01  Richard M. Stallman  <rms@gnu.org>
9139         * comint.el (comint-redirect-subvert-readonly): Doc fix.
9141         * simple.el (next-error-internal): New function.
9143         * progmodes/compile.el (compilation-buffer-name): New arg MODE-COMMAND.
9144         (compilation-start): Pass new arg to compilation-buffer-name.
9145         (compile-goto-error): Use next-error-internal.
9147 2005-10-01  Chong Yidong  <cyd@stupidchicken.com>
9149         * speedbar.el: Remove RCS tag.
9150         (speedbar-check-read-only): Handle non-existent files.
9152         * dframe.el, ezimage.el, sb-image.el: Remove RCS tags.
9154         * info.el (Info-speedbar-hierarchy-buttons)
9155         (Info-speedbar-goto-node): Call speedbar-select-attached-frame.
9157 2005-10-01  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
9159         * textmodes/bibtex.el (bibtex-valid-entry-whitespace-re):
9160         Do not match newline.
9161         (bibtex-realign): Do not use bibtex-valid-entry-whitespace-re.
9162         (bibtex-summary): Remove unnecessary save-excursion.
9163         (bibtex-fill-field-bounds): Use fill-region-as-paragraph.
9165 2005-10-01  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
9167         * term/mac-win.el: Add charset info for "iso10646-1".
9168         Modify default fontset to use ATSUI-compatible fonts for some charsets
9169         if available.
9171 2005-10-01  Chong Yidong  <cyd@stupidchicken.com>
9173         * speedbar.el: Re-apply arch tag.
9174         (speedbar-version): Rename to version 1.0.  Suggested by Eric
9175         M. Ludlam.
9176         Reapply two changes from Emacs CVS' version of speedbar lost
9177         during the merge:
9178         (speedbar-use-imenu-flag): Avoid unnecessary use of locate-library.
9179         (speedbar-frame-parameters): Improve customize type.
9181 2005-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
9183         * net/ange-ftp.el (ange-ftp-gwp-start): Use with-current-buffer.
9184         (ange-ftp-file-directory-p): Fix the symlink case.
9185         (ange-ftp-insert-directory): When listing a single file, get a list of
9186         the parent buffer and extract the relevant line.  Inspired from a patch
9187         by Katsumi Yamaoka <yamaoka@jpl.org>.
9188         (ange-ftp-file-name-sans-versions): Simplify.
9190 2005-09-30  Bill Wohler  <wohler@newt.com>
9192         Move MH-E image files from toolbar and mail directories into
9193         etc/images.
9195         * mail/reply2.*: Move to etc/images/mail/reply*.
9197         * toolbar/execute.*, toolbar/highlight.*, toolbar/mh-logo.xpm:
9198         * toolbar/page-down.*, toolbar/show.*, toolbar/widen.*: Move to
9199         etc/images.
9201         * toolbar/alias.*, toolbar/refile.*, toolbar/repack.*:
9202         * toolbar/reply*: Move to etc/images/mail.
9204         * toolbar/rescan.*: Move and rename to etc/images/refresh.*.
9206 2005-09-30  Eric M. Ludlam  <zappo@gnu.org>
9208         * speedbar.el: New version 1.0pre3.
9210         Frame management code (including timer, and mouse click specifics)
9211         moved to dframe.el:
9212         (speedbar-attached-frame): Removed.  Use dframe-attached-frame.
9213         (speedbar-timer): Removed.  Use dframe-timer.
9214         (speedbar-close-frame): Removed.  Use dframe-close-frame.
9215         (speedbar-activity-change-focus-flag): Removed.  Use
9216         dframe-activity-change-focus-flag.
9217         (speedbar-update-speed, speedbar-navigating-speed): Obsolete.  Use
9218         dframe-update-speed.
9220         (speedbar-current-frame): New macro.  Use this instead of the
9221         variable speedbar-frame.
9223         (speedbar-use-images, speedbar-expand-image-button-alist)
9224         (speedbar-insert-image-button-maybe): Moved to sb-image.el.
9226         (speedbar-find-image-on-load-path): Removed.  Replaced by
9227         defezimage in ezimage.el.
9228         (speedbar-expand-image-button-alist): Removed.  Replaced by
9229         ezimage-expand-image-button-alist in ezimage.el.
9231         (speedbar-ignored-directory-regexp)
9232         (speedbar-add-ignored-directory-regexp)
9233         (speedbar-ignored-directory-expressions)
9234         (speedbar-line-directory, speedbar-buffers-line-directory)
9235         (speedbar-directory-line, speedbar-buffers-line-directory):
9236         Renamed, replacing `path' with `directory'.
9238         (speedbar-create-directory, speedbar-expand-line-descendants)
9239         (speedbar-toggle-line-expansion)
9240         (speedbar-contract-line-descendants): New commands.
9242         (speedbar-query-confirmation-method, speedbar-select-frame-method)
9243         (speedbar-use-tool-tips-flag): New options.
9245         (speedbar-check-read-only, speedbar-require-version)
9246         (speedbar-insert-separator, speedbar-buffers-tail-notes)
9247         (speedbar-handle-delete-frame, speedbar-try-completion)
9248         (speedbar-update-localized-contents): New functions.
9250         (speedbar-incompatible-version, speedbar-ro-to-do-point)
9251         (speedbar-object-read-only-indicator): New variables.
9253         (speedbar-visiting-tag-hook, speedbar-before-visiting-file-hook):
9254         New hooks.
9256         (speedbar-separator-face): New face.
9258         (speedbar-supported-extension-expressions): Add `.g' and `.ma?k'.
9259         (speedbar-ignored-modes): Add fundamental-mode.
9260         (speedbar-directory-unshown-regexp): Add . directories.
9262         (speedbar-key-map): Remove old SPC and DEL page up/down keys.
9263         (speedbar-file-key-map): Add SPC to toggle node expansion, `[' and
9264         `]' for full expand/close.
9265         (speedbar-buffers-key-map): Add SPC to toggle node expansion.
9267         (speedbar-check-vc): Support hidden files.
9268         (speedbar-vc-check-dir-p): Use vc-state if available for CVS.
9269         (speedbar-this-file-in-vc): Use vc-state if available.  If VC
9270         state is nil, it is not checked out.
9272         (speedbar-line-text, speedbar-line-token): Support expand buttons
9273         with no text.
9274         (speedbar-refresh): Universal argument acts as power-click.
9275         (speedbar-fetch-dynamic-tags): If a buffer is in Emacs, switch to
9276         that buffer to get variable values.
9278         And many other bugfixes.
9280         * dframe.el, ezimage.el, sb-image.el: New files.
9282         * sb-*.xpm: Remove files.  New image files installed into
9283         etc/images/ezimage.
9285 2005-09-30  Kenichi Handa  <handa@m17n.org>
9287         * ps-mule.el (ps-mule-show-warning): If a character is in
9288         ps-print-translation-table, don't treat it as non-printable.
9290 2005-09-30  David Ponce  <david@dponce.com>
9292         * tree-widget.el (tree-widget-themes-load-path): New variable.
9293         (tree-widget-themes-directory): Doc fix.
9294         (tree-widget-image-formats) [Emacs]: Doc fix.
9295         (tree-widget--locate-sub-directory): New function.
9296         (tree-widget-themes-directory): Use it.
9298         * recentf.el (recentf-filename-handlers): Rename from
9299         `recentf-filename-handler'.  Allow a list of functions.
9300         (recentf-menu-items-for-commands): Fix :help strings.
9301         (recentf-apply-filename-handlers): New function.
9302         (recentf-expand-file-name): Use it.
9303         (recentf-cleanup): Remove duplicates too.
9305 2005-09-29  Juri Linkov  <juri@jurta.org>
9307         * faces.el: Rearrange face definitions to be in the same order as
9308         their face descriptions in "(emacs)Standard Faces".
9310         * isearch.el (isearch, lazy-highlight): Add group `basic-faces'.
9312         * tooltip.el (tooltip): Add group `basic-faces'.
9314         * buff-menu.el (Buffer-menu-buffer): Remove group
9315         `font-lock-highlighting-faces'.
9317         * progmodes/compile.el (compilation-error, compilation-warning)
9318         (compilation-info, compilation-line-number, compilation-column-number):
9319         Change group from `font-lock-highlighting-faces' to `compilation'.
9321         * progmodes/vhdl-mode.el (vhdl-font-lock-prompt-face)
9322         (vhdl-font-lock-attribute-face, vhdl-font-lock-enumvalue-face)
9323         (vhdl-font-lock-function-face, vhdl-font-lock-directive-face)
9324         (vhdl-font-lock-reserved-words-face)
9325         (vhdl-font-lock-translate-off-face, syntax-alist): Remove group
9326         `font-lock-highlighting-faces'.
9328         * cus-edit.el (custom-buffer-sort-alphabetically): Default to nil.
9330 2005-09-28  Kim F. Storm  <storm@cua.dk>
9332         * emulation/cua-base.el: Set CUA move property on additional commands:
9333         up-list, down-list, backward-up-list, end-of-defun beginning-of-defun,
9334         forward-sexp, backward-sexp, forward-list, backward-list.
9336 2005-09-28  Romain Francoise  <romain@orebokech.com>
9338         * comint.el (comint-show-output): Really set point at the
9339         beginning of the output when not using `comint-use-prompt-regexp'.
9341 2005-09-27  Jay Belanger  <belanger@truman.edu>
9343         * calc/calc-lang.el (math-oper-table): Raise the precedence of "/"
9344         in TeX mode.
9346 2005-09-26  Juanma Barranquero  <lekktu@gmail.com>
9348         * textmodes/org.el (org-table-sum): Fix format string.
9350         * textmodes/tex-mode.el (tex-insert-quote, latex-indent):
9351         Quote face names.
9353 2005-09-26  Romain Francoise  <romain@orebokech.com>
9355         * isearch.el (isearch-forward-regexp): Close doc string.
9357 2005-09-25  Richard M. Stallman  <rms@gnu.org>
9359         * simple.el (blink-matching-open): Don't no-op when point is BEGV+1.
9361         * isearch.el (isearch-forward, isearch-forward-regexp): Doc fixes.
9363         * progmodes/compile.el (compilation-error-properties):
9364         When getting the file from the previous error message,
9365         correctly decode the new data format.
9367         * progmodes/cc-cmds.el (c-electric-paren):
9368         Call old-blink-paren only for close-paren.
9370 2005-09-24  Andreas Schwab  <schwab@suse.de>
9372         * term/rxvt.el (rxvt-register-default-colors): Delete redundant
9373         condition.
9375 2005-09-25  Romain Francoise  <romain@orebokech.com>
9377         * dired-aux.el (dired-copy-file-recursive):
9378         * dired.el (dired-delete-file):
9379         * ediff-mult.el (ediff-dir-diff-copy-file):
9380         * ediff-util.el (ediff-test-save-region):
9381         * forms.el (forms-mode):
9382         * ido.el (ido-file-internal, ido-delete-file-at-head):
9383         * log-edit.el (log-edit-done):
9384         * ses.el (ses-yank-resize):
9385         * play/gomoku.el (gomoku-human-plays, gomoku)
9386         (gomoku-human-resigns, gomoku-prompt-for-other-game)
9387         (gomoku-offer-a-draw):
9388         * play/landmark.el (lm-human-resigns, lm):
9389         * net/eudcb-ldap.el (eudc-ldap-check-base):
9390         * play/mpuz.el (mpuz-offer-abort, mpuz-try-letter, mpuz-close-game):
9391         * progmodes/ebrowse.el (ebrowse-find-pattern):
9392         * progmodes/idlw-shell.el (idlwave-shell-set-bp-check):
9393         * textmodes/reftex-index.el (reftex-index-initialize-phrases-buffer):
9394         End `yes-or-no-p' and `y-or-n-p' prompts with question mark and space.
9396         * vc.el (vc-delete-file):
9397         * play/gomoku.el (gomoku-terminate-game, gomoku)
9398         (gomoku-prompt-for-move, gomoku-human-takes-back):
9399         * play/landmark.el (lm-human-takes-back, lm-prompt-for-move)
9400         (lm-start-robot, lm-human-plays): Remove extraneous spaces in messages.
9402 2005-09-24  Dan Nicolaescu  <dann@ics.uci.edu>
9404         * term/rxvt.el (rxvt-register-default-colors): Add support for 255
9405         color rxvt terminals by using the code xterm.el used to use before
9406         2005-04-09 in order to match the colors used by rxvt.
9408 2005-09-24  Emanuele Giaquinta  <emanuele.giaquinta@gmail.com>  (tiny change)
9410         * term/rxvt.el (rxvt-register-default-colors): Add support for 88
9411         colors rxvt-unicode terminals by using the same code as xterm.el.
9413 2005-09-24  Stefan Monnier  <monnier@iro.umontreal.ca>
9415         * textmodes/tex-mode.el (tex-font-lock-append-prop)
9416         (tex-font-lock-suscript, tex-insert-quote, latex-indent): Adjust to the
9417         new symbol used for the tex-verbatim face.
9419 2005-09-24  Emilio C. Lopes  <eclig@gmx.net>
9421         * woman.el (woman-file-name):
9422         * wid-edit.el (widget-file-prompt-value)
9423         (widget-coding-system-prompt-value):
9424         * w32-fns.el (set-w32-system-coding-system):
9425         * vc.el (vc-version-diff, vc-annotate):
9426         * textmodes/reftex-auc.el (reftex-arg-cite)
9427         (reftex-arg-index-tag):
9428         * textmodes/refer.el (refer-get-bib-files):
9429         * textmodes/artist.el (artist-figlet-choose-font):
9430         * terminal.el (terminal-emulator):
9431         * replace.el (occur-read-primary-args):
9432         * rect.el (string-rectangle, string-insert-rectangle):
9433         * ps-print.el (ps-print-preprint):
9434         * progmodes/pascal.el (pascal-goto-defun):
9435         * progmodes/etags.el (visit-tags-table, visit-tags-table-buffer):
9436         * progmodes/compile.el (compilation-find-file):
9437         * printing.el (pr-interactive-n-up):
9438         * play/animate.el (animate-birthday-present):
9439         * net/rcompile.el (remote-compile):
9440         * man.el (man, Man-goto-section, Man-follow-manual-reference):
9441         * mail/rmailsum.el (rmail-summary-search-backward)
9442         (rmail-summary-search):
9443         * mail/rmailout.el (rmail-output-read-rmail-file-name)
9444         (rmail-output-read-file-name):
9445         * mail/rmail.el (rmail-search, rmail-search-backwards):
9446         * mail/mailabbrev.el (merge-mail-abbrevs, rebuild-mail-abbrevs):
9447         * locate.el (locate):
9448         * international/quail.el (quail-show-keyboard-layout):
9449         * international/mule.el (set-buffer-file-coding-system)
9450         (revert-buffer-with-coding-system, set-file-name-coding-system)
9451         (set-terminal-coding-system, set-keyboard-coding-system)
9452         (set-next-selection-coding-system):
9453         * international/mule-diag.el (describe-coding-system)
9454         (describe-font, describe-fontset):
9455         * international/mule-cmds.el (universal-coding-system-argument)
9456         (search-unencodable-char, describe-input-method)
9457         (set-language-environment, describe-language-environment):
9458         * international/codepage.el (codepage-setup):
9459         * international/code-pages.el (codepage-setup):
9460         * info.el (Info-search, Info-follow-reference)
9461         (Info-search-backward):
9462         * emacs-lisp/advice.el (ad-read-advised-function)
9463         (ad-read-advice-class, ad-clear-cache, ad-activate)
9464         (ad-deactivate, ad-update, ad-unadvise, ad-read-advice-name)
9465         (ad-enable-advice, ad-disable-advice, ad-remove-advice)
9466         (ad-read-regexp):
9467         * ediff-util.el (ediff-toggle-regexp-match):
9468         * ediff-ptch.el (ediff-prompt-for-patch-file):
9469         * dired-aux.el (dired-diff):
9470         * diff.el (diff):
9471         * cus-edit.el (custom-variable-prompt):
9472         * calendar/timeclock.el (timeclock-ask-for-project):
9473         * calc/calcalg3.el (calc-get-fit-variables):
9474         * calc/calc-store.el (calc-edit-variable)
9475         (calc-permanent-variable):
9476         * vc-mcvs.el (vc-mcvs-register):
9477         * shadowfile.el (shadow-define-literal-group):
9478         * woman.el (woman-file-name):
9479         * vc.el (vc-version-diff, vc-merge):
9480         * textmodes/reftex-index.el (reftex-index-complete-tag):
9481         * format.el (format-decode-buffer, format-decode-region):
9482         * emulation/viper-cmd.el (viper-read-string-with-history):
9483         * emacs-lisp/debug.el (cancel-debug-on-entry):
9484         * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
9485         * ediff.el (ediff-merge-revisions)
9486         (ediff-merge-revisions-with-ancestor, ediff-revision):
9487         * completion.el (interactive-completion-string-reader):
9488         * calc/calc-prog.el (calc-user-define-formula):
9489         Follow convention for reading with the minibuffer.
9491 2005-09-24  Steven Huwig  <steven_h@acm.org>  (tiny change)
9493         * progmodes/python.el (python-describe-symbol): Add globals() and
9494         locals() to the arguments of emacs.ehelp.
9496 2005-09-24  Magnus Henoch  <mange@freemail.hu>
9498         * textmodes/ispell.el (ispell-maybe-find-aspell-dictionaries):
9499         New function, code extracted from ispell-valid-dictionary-list.
9500         (ispell-valid-dictionary-list, ispell-accept-buffer-local-defs):
9501         Call it.
9503 2005-09-24  Eli Zaretskii  <eliz@gnu.org>
9505         * subr.el (version-regexp-alist): Extend valid syntax for version
9506         strings: allow any of the characters -,_,+ to separate the
9507         alpha/beta/rc part from the version part.  Doc fix.
9508         (version-to-list): Doc fix.  Bind case-fold-search to t, as advertised.
9510 2005-09-23  David Reitter  <david.reitter@gmail.com>
9512         * mail/mailclient.el: New file.
9514 2005-09-23  Richard M. Stallman  <rms@gnu.org>
9516         * textmodes/flyspell.el (flyspell-highlight-incorrect-region)
9517         (flyspell-incorrect-hook, flyspell-highlight-duplicate-region):
9518         Doc fixes.
9520         * progmodes/cc-mode.el (c-font-lock-init):
9521         Specify font-lock-lines-before.
9523 2005-09-23  Stefan Monnier  <monnier@iro.umontreal.ca>
9525         * smerge-mode.el (smerge-remove-props): Cause re-highlighting of the
9526         whole conflict.
9528 2005-09-23  Carsten Dominik  <dominik@science.uva.nl>
9530         * textmodes/org.el (org-mode-map, orgtbl-mode-map):
9531         Move keybindings with `C-c C-h' prefix to `C-c C-x' prefix.  Make use
9532         of `remap' feature when available.  Additional key bindings for
9533         better tty support.
9534         (org-mode-restart, org-force-self-insert): New commands.
9535         (org-time-stamp-inactive): New command.
9536         (org-remap): New function.
9537         (org-table-auto-blank-field, org-level-color-stars-only): New options.
9538         (org-enable-fixed-width-editor): Move to `org-structure'
9539         customization group.
9540         (org-self-insert-command, orgtbl-self-insert-command): Modify to
9541         blank field after field motion commands.
9543 2005-09-23  Kenichi Handa  <handa@m17n.org>
9545         * international/mule-cmds.el (set-language-environment):
9546         Don't check utf-translate-cjk-lang-env is nil or not on deciding if we
9547         have to call utf-translate-cjk-load-tables.
9549 2005-09-22  Stefan Monnier  <monnier@iro.umontreal.ca>
9551         * mouse.el (mouse-move-drag-overlay): Fix last change.
9553 2005-09-22  David Ponce  <david@dponce.com>
9555         * tree-widget.el (tree-widget-value-create): Fix previous change.
9557 2005-09-21  Dan Nicolaescu  <dann@ics.uci.edu>
9559         * term/xterm.el (terminal-init-xterm): Fix loading rxvt at run time.
9561 2005-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
9563         * mouse.el (mouse-move-drag-overlay): New function.
9564         (mouse-drag-region-1): Use it.
9565         Try to simplify a bit the state handling.  Handle clicks on links
9566         inside intangible areas.
9567         (mouse-save-then-kill): Minor simplification.
9568         (mouse-secondary-overlay): Make it always non-nil instead of
9569         recreating it each time.
9570         (mouse-start-secondary, mouse-set-secondary, mouse-drag-secondary)
9571         (mouse-kill-secondary, mouse-secondary-save-then-kill):
9572         Simplify accordingly.
9574 2005-09-21  Dan Nicolaescu  <dann@ics.uci.edu>
9576         * term/rxvt.el (rxvt-standard-colors): Fix some colors.
9578 2005-09-20  Michael Kifer  <kifer@cs.stonybrook.edu>
9580         * ediff-ptch.el (ediff-prompt-for-patch-file): More intuitive prompt.
9581         (ediff-file-name-sans-prefix): Treat nil as an empty string.
9582         (ediff-fixup-patch-map): Better heuristic for intuiting the file names
9583         to patch.
9585         * ediff-util.el: Use insert-buffer-substring.
9587         * ediff-vers.el (cvs-run-ediff-on-file-descriptor): Bug fix.
9589         * emulation/viper-cmd.el (viper-change-state): Don't move over the
9590         field boundaries in the minibuffer.
9591         (viper-set-minibuffer-style): Add viper-minibuffer-post-command-hook.
9592         (viper-minibuffer-post-command-hook): New hook.
9593         (viper-line): Don't move cursor at bolp.
9595         * emulation/viper-ex.el (ex-pwd, viper-info-on-file): Fix message.
9597         * emulation/viper-init.el: Add alias to make-variable-buffer-local to
9598         avoid compiler warnings.
9600         * emulation/viper-macs.el (ex-map): Better messages.
9602         * emulation/viper-utils.el (viper-beginning-of-field): New function.
9604         * emulation/viper.el: Replace make-variable-buffer-local with
9605         viper-make-variable-buffer-local everywhere, to avoid warnings.
9607 2005-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
9609         * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line):
9610         Delete unused var `old-selected-window'.
9611         (mouse-drag-region-1): Delete unused vars `start-frame', `end-of-range'.
9612         (mouse-drag-secondary): Delete unused var `start-frame'.
9614 2005-09-19  Emanuele Giaquinta  <emanuele.giaquinta@gmail.com>  (tiny change)
9616         * term/rxvt.el (terminal-init-rxvt): Add entry for [end].
9618 2005-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
9620         * calendar/calendar.el (mark-visible-calendar-date): Save excursion.
9621         Re-indent within 80 columns.  Use inhibit-read-only.
9623 2005-09-19  Romain Francoise  <romain@orebokech.com>
9625         * calendar/diary-lib.el (mark-diary-entries): Revert last change.
9627 2005-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
9629         * font-lock.el (font-lock-default-fontify-region): Don't add a line
9630         unconditionally, since the after-change-function already did it.
9632 2005-09-19  Miles Bader  <miles@gnu.org>
9634         * net/newsticker.el: Get rid of CVS keyword.
9636 2005-09-19  Johan Bockg\e,Ae\e(Brd  <bojohan+sf@dd.chalmers.se>
9638         * dired-aux.el (dired-handle-overwrite): Don't use `format' here.
9639         The prompt is formatted later.
9641 2005-09-19  David Ponce  <david@dponce.com>
9643         * tree-widget.el (tree-widget-value-create): Save the converted
9644         tree :node widget.
9646 2005-09-19  Juanma Barranquero  <lekktu@gmail.com>
9648         * progmodes/sh-script.el (sh-blink): Fix spurious reference to
9649         variable `message'.
9651 2005-09-18  Michael Albinus  <michael.albinus@gmx.de>
9653         * net/tramp.el (tramp-login-prompt-regexp): Expand regexp in order
9654         to cover prompts like "login as:".  Reported by Slawomir Nowaczyk
9655         <slawomir.nowaczyk.847@student.lu.se>.
9657 2005-09-18  Chong Yidong  <cyd@stupidchicken.com>
9659         * image.el (image-load-path): Use symbol `data-directory' instead
9660         of its value, for backward compatibility with packages that bind
9661         it during `find-image'.  Suggested by Katsumi Yamaoka.
9662         (image-search-load-path): Handle symbols whose values are strings.
9664 2005-09-18  Romain Francoise  <romain@orebokech.com>
9666         * calendar/diary-lib.el (mark-diary-entries): Rearrange to wrap
9667         with-current-buffer form in save-excursion.
9669 2005-09-18  D Goel  <deego@gnufans.org>
9671         * apropos.el (apropos-command): Fix `message' call: first arg
9672         should be a format spec.  In this and all other cases that appear
9673         below and elsewhere in the source code, I made a change only when
9674         two conditions were satisfied: [1] I can think of a possibility
9675         that the arguments would cause an error, for example, the code in
9676         question relies on external variables such as filenames.  [2] I
9677         was sure that the arg to `message' could not have been nil in the code.
9679         * textmodes/tildify.el (tildify-region): Ditto.
9681         * textmodes/reftex-index.el (reftex-index-change-entry)
9682         (reftex-index-phrase-selection-or-word, reftex-query-index-phrase):
9683         * textmodes/reftex-dcr.el (reftex-echo-ref, reftex-echo-cite):
9684         * textmodes/org.el (org-complete, org-deadline, org-schedule)
9685         (org-priority, org-table-sum):
9686         * textmodes/ispell.el (ispell-check-version, ispell-parse-output):
9687         * textmodes/flyspell.el (flyspell-mode-on, flyspell-notify-misspell)
9688         (flyspell-word, flyspell-display-next-corrections):
9689         * textmodes/bibtex.el (bibtex-print-help-message):
9690         * textmodes/artist.el (artist-key-set-point-poly):
9691         * term/mac-win.el (mac-services-insert-text):
9692         * progmodes/vhdl-mode.el (vhdl-warning, vhdl-print-warnings)
9693         (vhdl-hooked-abbrev, vhdl-template-insert-fun)
9694         (vhdl-port-paste-testbench, vhdl-compose-new-component)
9695         (vhdl-compose-configuration):
9696         * progmodes/sh-script.el (sh-blink, sh-show-indent)
9697         (sh-set-indent, sh-learn-line-indent):
9698         * progmodes/ps-mode.el (ps-mode-target-column):
9699         * progmodes/idlwave.el (idlwave-make-tags)
9700         (idlwave-scan-library-catalogs):
9701         * progmodes/idlw-shell.el (idlwave-shell-parse-stack-and-display):
9702         * progmodes/gud.el (gud-jdb-analyze-source):
9703         * progmodes/flymake.el (flymake-log):
9704         * progmodes/ebnf2ps.el (ebnf-generate-region):
9705         * progmodes/cmacexp.el (c-macro-expansion):
9706         * progmodes/ada-xref.el (ada-treat-cmd-string):
9707         * progmodes/ada-mode.el (ada-create-case-exception-substring)
9708         (ada-justified-indent-current, ada-batch-reformat):
9709         * play/zone.el (zone):
9710         * play/landmark.el (lm-move):
9711         * play/decipher.el (decipher-show-alphabet):
9712         * net/newsticker.el (newsticker--display-jump)
9713         (newsticker--display-scroll):
9714         * mail/rmail-spam-filter.el (rsf-add-subject-to-spam-list)
9715         (rsf-add-sender-to-spam-list, rsf-add-region-to-spam-list):
9716         * mail/feedmail.el (feedmail-dump-message-to-queue):
9717         * eshell/esh-proc.el (eshell-remove-process-entry):
9718         * emulation/ws-mode.el (ws-last-error):
9719         * emulation/viper-macs.el (ex-map-read-args, ex-unmap-read-args)
9720         (viper-record-kbd-macro):
9721         * emulation/viper-ex.el (ex-pwd, viper-info-on-file):
9722         * emacs-lisp/lisp-mnt.el (lm-report-bug):
9723         * emacs-lisp/find-func.el (find-function-noselect):
9724         * calendar/timeclock.el (timeclock-status-string)
9725         (timeclock-workday-remaining-string, timeclock-workday-elapsed-string)
9726         (timeclock-when-to-leave-string):
9727         * calendar/icalendar.el (icalendar--convert-ical-to-diary):
9728         * calc/calc-units.el (calc-enter-units-table):
9729         * calc/calc-mode.el (calc-mode-record-mode):
9730         * woman.el (woman-mini-help):
9731         * wdired.el (wdired-change-to-wdired-mode):
9732         * vc.el (vc-retrieve-snapshot):
9733         * strokes.el (strokes-read-stroke, strokes-read-complex-stroke):
9734         * startup.el (display-startup-echo-area-message):
9735         * simple.el (set-goal-column):
9736         * ses.el (ses-command-hook, ses-recalculate-cell):
9737         * server.el (server-process-filter):
9738         * printing.el (pr-interface-txt-print, pr-interface-printify)
9739         (pr-interface-ps):
9740         * pcvs.el (cvs-help):
9741         * log-edit.el (log-edit, log-edit-mode-help):
9742         * iswitchb.el (iswitchb-possible-new-buffer):
9743         * isearch.el (isearch-edit-string):
9744         * image-mode.el (image-mode, image-minor-mode):
9745         * ibuf-macs.el (define-ibuffer-filter):
9746         * hi-lock.el (hi-lock-find-patterns):
9747         * files.el (toggle-read-only):
9748         * ediff-util.el (ediff-copy-diff)
9749         (ediff-write-merge-buffer-and-maybe-kill):
9750         * echistory.el (Electric-history-undefined):
9751         * dnd.el (dnd-insert-text):
9752         * dired-aux.el (dired-query):
9753         * desktop.el (desktop-restore-file-buffer, desktop-lazy-create-buffer):
9754         * bookmark.el (bookmark-bmenu-locate):
9755         * obsolete/fast-lock.el (@top-level) <with-temp-message macro>:
9756         Fix `message' calls to ensure first arg is a format string.
9757         The change was made only when these two conditions were satisfied:
9758         [1] when there is a possibility that the arguments would cause an error
9759         for example, if the code in question relies on external variables
9760         such as filenames, and
9761         [2] if the arg to `message' could not have been nil in the code.
9763         * pcomplete.el (pcomplete--help): Fix `message' format spec.
9764         Not having a %s would be weird, though not technically wrong.
9766 2005-09-18  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
9768         * term/mac-win.el (mac-add-charset-info): Doc fix.
9770 2005-09-17  Romain Francoise  <romain@orebokech.com>
9772         * shell.el (shell-resync-dirs): Handle echoing processes more
9773         reliably.  Don't insert resync command if `comint-process-echoes'
9774         is non-nil.
9776 2005-09-17  Magnus Henoch  <mange@freemail.hu>
9778         * textmodes/ispell.el (ispell-aspell-supports-utf8): New variable.
9779         (ispell-check-version): Set ispell-aspell-supports-utf8 to t for
9780         aspell versions >= 0.60.
9781         (ispell-valid-dictionary-list): Call ispell-find-aspell-dictionaries
9782         only if ispell-aspell-supports-utf8 is non-nil.
9784 2005-09-17  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
9786         * progmodes/scheme.el (scheme-mode-variables): Use setq to assign
9787         buffer-local value to lisp-indent-function.
9789 2005-09-17  Milan Zamazal  <pdm@zamazal.org>
9791         * progmodes/glasses.el (glasses-make-readable): If
9792         glasses-separator differs from underscore, put appropriate
9793         overlays over underscore characters.
9794         (glasses-convert-to-unreadable): If glasses-separator differs from
9795         underscore, try to convert glasses-separator characters to
9796         underscores.
9798 2005-09-16  Stefan Monnier  <monnier@iro.umontreal.ca>
9800         * calendar/diary-lib.el (mark-diary-entries): Don't move point.
9801         Use with-syntax-table and dolist.
9803 2005-09-16  Carsten Dominik  <dominik@science.uva.nl>
9805         * textmodes/reftex-auc.el:
9806         * textmodes/reftex-cite.el:
9807         * textmodes/reftex-dcr.el:
9808         * textmodes/reftex-global.el:
9809         * textmodes/reftex-parse.el:
9810         * textmodes/reftex-ref.el:
9811         * textmodes/reftex-sel.el:
9812         * textmodes/reftex-toc.el:
9813         * textmodes/reftex-vars.el:
9814         * textmodes/reftex.el: Small changes to remove compiler warnings.
9816         * textmodes/reftex-index.el: Likewise.
9817         (reftex-query-index-phrase): More efficient use of markers.
9819 2005-09-15  Chong Yidong  <cyd@stupidchicken.com>
9821         * image.el (image-load-path): New variable.
9822         (image-search-load-path): New function.
9823         (find-image): Search for images in `image-load-path'.
9825 2005-09-15  Richard M. Stallman  <rms@gnu.org>
9827         * follow.el: Change Maintainer field.
9829 2005-09-15  David Ponce  <david@dponce.com>
9831         * recentf.el (recentf-save-file-modes): New option.
9832         (recentf-save-list): Use it.
9834 2005-09-15  Nick Roberts  <nickrob@snap.net.nz>
9836         * bindings.el (mode-line-eol-desc, mode-line-coding-system-map)
9837         (mode-line-mule-info, mode-line-modified): Move bindings from
9838         mouse-3 to mouse-1.
9840 2005-09-15  Chong Yidong  <cyd@stupidchicken.com>
9842         * simple.el (sendmail-user-agent-compose): Revert last change.
9844 2005-09-14  Stefan Monnier  <monnier@iro.umontreal.ca>
9846         * net/ange-ftp.el (ange-ftp-process-filter): Revert to ^#+$.
9847         Use with-current-buffer.
9848         (ange-ftp-gwp-start): Remove unused var `gw-user'.
9849         (ange-ftp-guess-hash-mark-size): Remove unused var `result'.
9850         (ange-ftp-insert-directory): Remove unused var `short'.
9851         (ange-ftp-file-name-sans-versions): Remove unused var `host-type'.
9853         * pcvs-defs.el (cvs-version): Recognize CVSNT version string.
9854         (cvs-execute-single-dir): Change default: cvs-1.9 is ancient.
9856         * calendar/cal-menu.el: Don't require easymenu, since we don't use it.
9857         (check-calendar-holidays, diary-list-entries): Autoload.
9858         Otherwise `emacs -q' followed by "mouse-2 -> diary entries" burps.
9859         (calendar-mouse-holidays, calendar-mouse-view-diary-entries): Simplify.
9861         * calendar/diary-lib.el (diary-show-all-entries): Fix last change,
9862         which mistakenly removed a call to display-buffer.
9864 2005-09-14  Juanma Barranquero  <lekktu@gmail.com>
9866         * obsolete/iso-insert.el: Move to obsolete/ from international/.
9868 2005-09-14  Thien-Thi Nguyen  <ttn@gnu.org>
9870         * progmodes/hideshow.el
9871         (hs-hide-comments-when-hiding-all): Remove autoload cookie.
9872         (hs-allow-nesting): New user var.
9873         (hs-discard-overlays): Skip "internal" overlays if nesting allowed.
9874         (hs-hide-block-at-point): When nesting allowed,
9875         if there is already an overlay in place, delete it.
9876         (hs-safety-is-job-n): Delete func; remove call sites.
9877         (hs-hide-level-recursive): Don't pre-clean if nesting allowed.
9878         (hs-overlay-at): New func.
9879         (hs-already-hidden-p, hs-show-block): Use it.
9880         (hs-hide-all): Don't pre-clean if nesting allowed.
9881         (hs-show-all): Temporarily disallow
9882         nesting around call to `hs-discard-overlays'.
9884 2005-09-14  Chong Yidong  <cyd@stupidchicken.com>
9886         * mouse.el (mouse-major-mode-menu): Make `prefix' optional.
9887         Delete unused local var.
9889 2005-09-13  Juanma Barranquero  <lekktu@gmail.com>
9891         * help-fns.el (describe-categories): "?\ " -> "?\s".
9892         (help-do-arg-highlight): Recognize also ARG-n, as in
9893         `move-to-left-margin' (ARG+n is already recognized).  Simplify.
9895         * international/codepage.el (dos-unsupported-char-glyph):
9896         * net/newsticker.el (tool-bar-map, w3-mode-map)
9897         (w3m-minor-mode-map):
9898         * progmodes/vhdl-mode.el (conf-alist, conf-entry, conf-key)
9899         (ent-alist):
9900         * textmodes/reftex-vars.el (reftex-tables-dirty): Add defvars.
9902 2005-09-13  Chong Yidong  <cyd@stupidchicken.com>
9904         * custom.el (custom-push-theme): Handle the case where a symbol is
9905         bound but face properties have not yet been assigned.
9907         * mail/sendmail.el (mail): Use new buffer if `noerase' is `new'.
9908         Fix behavior if noerase is `t' and there is no mail buffer.
9910         * simple.el (sendmail-user-agent-compose): Use a new mail buffer
9911         if `continue' is nil, rather than signal an error.
9913 2005-09-12  Richard M. Stallman  <rms@gnu.org>
9915         * font-lock.el (font-lock-keywords): Add autoload.
9917         * help-fns.el (describe-variable): Rearrange to put source link
9918         in a predictable place.
9920         * net/newsticker.el: New file.
9922 2005-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
9924         * calendar/calendar.el (calendar-for-loop): Add edebug info.
9925         (calendar-basic-setup): Use the new nil arg.
9926         (number-of-diary-entries): Move to diary-lib.el.
9928         * calendar/diary-lib.el: Use with-current-buffer, match-string.
9929         (diary-list-entries): Use with-syntax-table and dolist.
9930         Rename from list-diary-entries.
9931         Use number-of-diary-entries if `number' is nil.
9932         (diary, diary-view-entries): Use this new name and new nil arg value.
9933         (number-of-diary-entries): Move from calendar.el.
9934         (diary-unhide-everything): New function.
9935         (include-other-diary-files, fancy-diary-display)
9936         (diary-show-all-entries, make-diary-entry): Use it.
9937         (diary-mail-entries): Use buffer-string.
9938         (mark-diary-entries): Fix long standing paren typo.
9939         (diary-sexp-entry): Use count-lines.
9940         (make-diary-entry): Avoid `previous-line'.
9941         (diary-mode-map): New var.
9942         (diary-mode): Redraw cal after saving.  Setup header-line.
9943         (fancy-diary-display-mode): Use local-set-key.
9945         * startup.el (command-line): Try calling various terminal-init-foo-bar
9946         functions by stripping hyphenated suffixes from $TERM.
9948         * files.el (normal-mode): Check boundness of font-lock-keywords.
9950 2005-09-12  Richard M. Stallman  <rms@gnu.org>
9952         * progmodes/compile.el: Don't decide a file's directory
9953         until the user actually tries to go there.
9954         (compilation-next-error-function):
9955         Pass compilation-find-file the directory from the file-struct.
9956         (compilation-internal-error-properties): Separate local FILE-STRUCT
9957         from FILE.  Doc the args better.  Rename arg FMT to FMTS.
9958         (compilation-find-file): Arg DIR renamed to DIRECTORY.
9959         Expand it, and if nil, use default-directory.
9960         (compilation-get-file-structure): Don't mix specified directory
9961         with default directory.  Put specified directory into
9962         file-struct.  Don't make the file name absolute.
9964         * progmodes/compile.el (compilation-error-regexp-alist): Doc fix.
9965         (compile-command): Add autoload.
9966         (compilation-disable-input): Add autoload.
9968 2005-09-11  Stephen Gildea  <gildea@stop.mail-abuse.org>
9970         * time-stamp.el: Mention variable `time-stamp-pattern' in doc
9971         strings of the variables it can override.
9972         (time-stamp): New (as yet undocumented) time-stamp-format escapes
9973         %Q and %q, for fully-qualified domain name and unqualified host name.
9975 2005-09-11  Kim F. Storm  <storm@cua.dk>
9977         * emacs-lisp/authors.el (authors-aliases): Update list.
9978         (authors-fixed-entries): Update mldrag.el entry.
9980 2005-09-10  Alan Mackenzie  <acm@muc.de>
9982         * page.el (narrow-to-page): Exclude _entire_ multi-line delimiter
9983         from the region narrowed to.
9985 2005-09-10  Magnus Henoch  <mange@freemail.hu>
9987         * textmodes/ispell.el (ispell-check-version): Signal an error if
9988         aspell version is less than 0.60.
9990 2005-09-10  Pascal Dupuis  <Pascal.Dupuis@esat.kuleuven.be>  (tiny change)
9992         * progmodes/octave-inf.el (inferior-octave-startup):
9993         Resync current dir at the end.
9995 2005-09-10  Emilio C. Lopes  <eclig@gmx.net>
9997         * woman.el (woman-topic-at-point-default):
9998         Rename to woman-use-topic-at-point-default.
9999         (woman-topic-at-point): Rename to woman-use-topic-at-point.
10000         (woman-file-name): Reflect renames above.  Automatically use the
10001         word at point as topic if woman-use-topic-at-point is non-nil.
10002         Otherwise offer it as default but don't insert it in the
10003         minibuffer.  Also use `test-completion' instead of `assoc' as
10004         suggested by Stefan Monnier.
10006 2005-09-10  Andre Spiegel  <spiegel@gnu.org>
10008         * vc.el (vc-directory, vc-update-change-log): Throw an error on
10009         the attempt to do it over Tramp.  This is not yet supported.
10011 2005-09-10  Eli Zaretskii  <eliz@gnu.org>
10013         * menu-bar.el (menu-bar-menu-frame-live-and-visible-p)
10014         (menu-bar-non-minibuffer-window-p): New functions.
10015         ("Split Window", "Save As..."): Use them.
10016         ("Postscript Print Buffer (B+W)", "Postscript Print Buffer")
10017         ("Print Buffer", "Truncate Long Lines in this Buffer"):
10018         Use menu-bar-menu-frame-live-and-visible-p.
10019         ("Save Buffer", "Insert File", "Open Directory...")
10020         ("Open File...", "Visit New File..."):
10021         Use menu-bar-non-minibuffer-window-p.
10022         (kill-this-buffer-enabled-p, dired <menu-enable>):
10023         Use menu-bar-non-minibuffer-window-p.
10025 2005-09-09  Eli Zaretskii  <eliz@gnu.org>
10027         * cus-start.el (all): Don't complain about fringe-related
10028         built-ins if fringes are not supported.  Ditto about
10029         selection-related built-ins.  Fix the test for GTK-related built-ins.
10031         * menu-bar.el ("Split Window", "Postscript Print Buffer (B+W)")
10032         ("Postscript Print Buffer", "Print Region", "Save As...")
10033         ("Save", "Insert File...", "Open Directory...")
10034         ("Open File...", "Visit New File..."")
10035         ("Truncate Long Lines in this Buffer"): Don't look at
10036         menu-updating-frame if this display does not support multiple frames.
10038 2005-09-09  Frederik Fouvry  <fouvry@CoLi.Uni-SB.DE>
10040         * mail/sendmail.el (default-sendmail-coding-system): Doc fix.
10042 2005-09-09  Emilio Lopes  <eclig@gmx.net>
10044         * woman.el: Format- and whitespace-related changes.
10046 2005-09-09  Eli Zaretskii  <eliz@gnu.org>
10048         * woman.el: Fix my email address.
10050 2005-09-08  Richard M. Stallman  <rms@gnu.org>
10052         * progmodes/sh-script.el (sh-skeleton-pair-default-alist): New var.
10053         (sh-mode): Locally set skeleton-pair-default-alist.
10055         * progmodes/make-mode.el (makefile-add-log-defun): Trim the result.
10057         * progmodes/flymake.el: Require `compile' unconditionally.
10059         * mail/sendmail.el (send-mail-function): Add Mailclient alternative.
10061         * woman.el (woman-file-name): Provide a default, not initial input.
10063         * smerge-mode.el (smerge-resolve): Pass args to smerge-remove-props.
10065         * font-lock.el (font-lock-support-mode): Doc fix.
10067         * descr-text.el (describe-property-list): Handle non-symbol prop names.
10069 2005-09-08  Richard M. Stallman  <rms@gnu.org>
10071         * simple.el (blink-matching-open): Get rid of text props from
10072         the string shown in echo area.  Don't permanently set point.
10073         Some rearrangements.
10075 2005-09-08  Reiner Steib  <Reiner.Steib@gmx.de>
10077         * recentf.el (recentf-filename-handler): Add custom choice
10078         `abbreviate-file-name'.
10080         * msb.el (msb--very-many-menus): Fix typo.
10082         * disp-table.el (standard-display-european): Don't set
10083         enable-multibyte-characters to nil.
10085 2005-09-08  David Ponce  <david@dponce.com>
10087         * recentf.el (recentf-show-file-shortcuts-flag): New option.
10088         (recentf-expand-file-name): Doc fix.
10089         (recentf-dialog-mode-map): Define digit shortcuts.
10090         (recentf--files-with-key): New variable.
10091         (recentf-show-digit-shortcut-filter): New function.
10092         (recentf-open-files-items): New function.
10093         (recentf-open-files): Use it.
10094         (recentf-open-file-with-key): New command.
10096 2005-09-08  Chong Yidong  <cyd@stupidchicken.com>
10098         * buff-menu.el (Buffer-menu-sort-by-column): New function.
10099         Suggested by Kim F. Storm.
10100         (Buffer-menu-sort-button-map): Global keymap for sort buttons.
10101         (Buffer-menu-make-sort-button): Use global keymap.
10103 2005-09-07  Michael Albinus  <michael.albinus@gmx.de>
10105         * woman.el (top): Remap `man' command by `woman' in `woman-mode-map'.
10106         (Man-getpage-in-background-advice): Remove defadvice; it isn't
10107         necessary any longer with the remapped command.
10108         (Man-bgproc-sentinel-advice): Remove defadvice which counts
10109         formatting time only.
10111         * net/tramp.el (tramp-action-password)
10112         (tramp-multi-action-password): Compile the password prompt from
10113         `method', `user' and `host'.  Sometimes it isn't obvious which
10114         password to enter, for example with remote files offered by
10115         recentf.el, or with multiple steps.  Suggested by Robert Marshall
10116         <robert@chezmarshall.freeserve.co.uk>.
10118 2005-09-07  Stefan Monnier  <monnier@iro.umontreal.ca>
10120         * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
10121         Fix regexp for when "s///" is at the beginning of line.
10123 2005-09-07  Jay Belanger  <belanger@truman.edu>
10125         * calc/calc-poly.el (math-expand-term): Multiply out any powers
10126         when in matrix mode.
10128 2005-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
10130         * buff-menu.el (Buffer-menu-make-sort-button): Add docstrings, use
10131         non-anonymous functions.
10133 2005-09-06  Chong Yidong  <cyd@stupidchicken.com>
10135         * buff-menu.el (Buffer-menu-make-sort-button): Allow mouse-1 clicks
10136         when using a header line.  Otherwise, use mouse-1-click-follows-link.
10138         * mouse.el (mouse-drag-header-line): Do nothing if the header-line
10139         can't be moved; don't signal an error.
10141 2005-09-05  Chong Yidong  <cyd@stupidchicken.com>
10143         * cus-theme.el (custom-theme-write-faces): Save the current face
10144         spec, not the defface spec.
10146         * custom.el (custom-known-themes): Clarify meaning of "standard".
10147         (custom-push-theme): Save old values in the standard theme.
10148         (disable-theme): Correct typo.
10149         (custom-face-theme-value) Deleted unused function.
10150         (custom-theme-recalc-face): Rewritten to treat enable/disable properly.
10152 2005-09-05  Stefan Monnier  <monnier@iro.umontreal.ca>
10154         * progmodes/compile.el (compilation-goto-locus): Take into account
10155         iconified frames when determining whether the buffer is
10156         already visible.
10157         Don't reset window height if the window already existed.
10159 2005-09-04  Chong Yidong  <cyd@stupidchicken.com>
10161         * custom.el (load-theme): Rename from require-theme.
10162         Add interactive spec.
10163         (enable-theme): Rename from custom-enable-theme.
10164         Add interactive spec.
10165         (disable-theme): Rename from custom-disable-theme.
10166         Add interactive spec.
10167         (custom-make-theme-feature): Doc fix.
10168         (custom-theme-directory): Doc fix.
10169         (provide-theme): Call enable-theme.
10171 2005-09-02  Stefan Monnier  <monnier@iro.umontreal.ca>
10173         * obsolete/lazy-lock.el (lazy-lock-mode):
10174         * obsolete/fast-lock.el (fast-lock-mode): Don't try to turn on
10175         font-lock-mode if it's off.  Print a warning instead.
10177         * progmodes/compile.el (compilation-start): Ignore errors if the
10178         process died before we get to send-eof.
10180         * textmodes/tex-mode.el (tex-send-tex-command, tex-bibtex-file):
10181         Undo last change.  Enclosing the result in quotes broke things on Unix
10182         since tex-send-command passes it through shell-quote-argument.
10183         (tex-send-command): Pass `file' through convert-standard-filename
10184         when possible.
10185         (tex-uptodate-p): Handle the case where TeX hasn't put additional
10186         info in a transcript.
10188 2005-09-02  Dan Nicolaescu  <dann@ics.uci.edu>
10190         * term/xterm.el (terminal-init-xterm): Add eval-when-compile to
10191         fix compilation warning.  Reorder the key definitions to group
10192         together keys emitted by the current version of xterm.
10194         * progmodes/vhdl-mode.el (vhdl-highlight-faces)
10195         (vhdl-speedbar-entity-face, vhdl-speedbar-entity-selected-face):
10196         Reorder predicates to correct min-color usage.
10198 2005-09-01  Chong Yidong  <cyd@stupidchicken.com>
10200         * longlines.el (longlines-mode): Inhibit read-only when encoding.
10201         Kill local variables when longlines-mode is turned off.
10203 2005-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
10205         * international/mule-cmds.el (set-locale-environment): Soothe compiler.
10207         * obsolete/lazy-lock.el (lazy-lock) <defgroup>: Move from font-lock.el.
10209         * obsolete/fast-lock.el (fast-lock) <defgroup>: Move from font-lock.el.
10211         * font-lock.el (fast-lock, lazy-lock) <defgroup>: Remove.
10212         (font-lock-lines-before): Change default to being inactive.
10213         (font-lock-default-fontify-region): Obey font-lock-lines-before.
10214         (font-lock-after-change-function): Don't handle f-l-lines-before here.
10216 2005-08-31  Michael Albinus  <michael.albinus@gmx.de>
10218         * net/tramp.el (tramp-handle-make-auto-save-file-name):
10219         Deactivate temporarily advice if active (not needed for Emacs 22,
10220         but for backwards compatibility).
10221         (tramp-exists-file-name-handler): Rewrite.  First implementation
10222         was too simple.
10223         (tramp-advice-make-auto-save-file-name):
10224         Call `tramp-handle-make-auto-save-file-name' (again, just for
10225         backwards compatibility).
10227 2005-08-31  Reto Zimmermann  <reto@gnu.org>
10229         * progmodes/vhdl-mode.el
10230         (vhdl-update-sensitivity-list): Handle multi-dimensional array access.
10231         (vhdl-end-p): Fix indentation bug "else" after "-- when".
10232         (vhdl-set-default-project): New function (easier setting of default).
10233         (vhdl-port-copy): Handle extended identifiers for generics.
10234         (vhdl-compiler-alist): Better description for error message regexp.
10235         (vhdl-make): Query for target, use previous as default.
10236         (vhdl-port-copy): Fix port copy for port names starting with "signal".
10237         (vhdl-font-lock-keywords-2): Fix fontification for record
10238         el. assign.
10239         (vhdl-speedbar-make-subpack-line): Add package body link.
10240         (vhdl-generate-makefile-1): Not include itself as dependency.
10241         (vhdl-font-lock-init): Highlight c-preprocessor directives.
10242         (vhdl-*ward-syntactic-ws): Skip c-preprocessor directives.
10243         (vhdl-get-syntactic-context): Handle c-preprocessor directives.
10244         (vhdl-update-sensitivity-list): Start scan at opening parenthesis.
10245         (vhdl-fixup-whitespace-region): Fix jumping point (infinite loop).
10246         (vhdl-update-sensitivity-list-buffer): Add string argument for `error'.
10247         (vhdl-import-project): Add string argument for `error'.
10248         (vhdl-compose-configuration)
10249         (vhdl-compose-configuration-architecture): Add configuration
10250         declaration generation.
10251         (vhdl-scan-directory-contents): Scan for block/generate hierarchy.
10252         (vhdl-trailer-re): Add "record" keyword (better indentation).
10253         (vhdl-fixup-whitespace-region): "[^ \t\"-]+" instead of
10254         "[^ \t-\"]+".
10255         (vhdl-font-lock-keywords-2): Not highlight formal parameter after `|'.
10256         (vhdl-testbench-entity-file-name)
10257         (vhdl-testbench-architecture-file-name): Allow separate
10258         customization of testbench file names.
10259         (vhdl-beginning-of-block): Handle optional subprogram parameter list.
10260         (vhdl-get-visible-signals): Allow newline within alias declaration.
10261         (vhdl-update-sensitivity-list): Signal read only on certain attributes.
10262         (vhdl-fixup-whitespace-region): Fix bug with strings (double quotes).
10263         (member-ignore-case): Alias for missing function in XEmacs.
10264         (vhdl-compiler-alist): Add unit-to-file name mapping for Cadence NC.
10265         (vhdl-update-sensitivity-list): Ignore case on read signals.
10266         (vhdl-replace-string): Adjust case only for file names.
10267         (vhdl-update-sensitivity-list): Fix search for read signals.
10268         (vhdl-update-sensitivity-list): Exclude formal parameters.
10269         (vhdl-get-visible-signals): Include aliases of signals.
10270         (vhdl-get-visible-signals): Fix signal name searching.
10271         (vhdl-port-flatten, vhdl-port-reverse-direction): Better message.
10272         (vhdl-fixup-whitespace-region): Fix for character
10273         literals (e.g. `:').
10275 2005-08-31  Juanma Barranquero  <lekktu@gmail.com>
10277         * ansi-color.el (comint-last-output-start):
10278         * bs.el (font-lock-verbose):
10279         * diff-mode.el (add-log-buffer-file-name-function):
10280         * dired-x.el (vm-folder-directory):
10281         * faces.el (help-xref-stack-item):
10282         * files.el (font-lock-keywords):
10283         * find-lisp.el (dired-buffers, dired-subdir-alist):
10284         * ido.el (cua-inhibit-cua-keys):
10285         * log-view.el (cvs-minor-wrap-function):
10286         * outline.el (font-lock-warning-face):
10287         * simple.el (compilation-current-error):
10288         * speedbar.el (ange-ftp-path-format, efs-path-regexp)
10289         (font-lock-keywords, x-pointer-hand2, x-pointer-top-left-arrow):
10290         * tooltip.el (comint-prompt-regexp):
10291         * w32-fns.el (explicit-shell-file-name):
10292         * term/mac-win.el (mac-charset-info-alist)
10293         (mac-services-selection, mac-system-script-code):
10294         * term/tty-colors.el (msdos-color-values):
10295         * term/w32-win.el (xlfd-regexp-registry-subnum):
10296         * term/x-win.el (x-keysym-table, x-selection-timeout)
10297         (x-session-id, x-session-previous-id):
10298         * textmodes/ispell.el (mail-yank-prefix):
10299         * textmodes/makeinfo.el (tex-end-of-header, tex-start-of-header):
10300         * textmodes/org.el (calc-embedded-close-formula)
10301         (calc-embedded-open-formula)
10302         (font-lock-unfontify-region-function):
10303         * textmodes/reftex-global.el (isearch-next-buffer-function)
10304         (TeX-master):
10305         * textmodes/reftex.el (font-lock-keywords):
10306         * textmodes/tex-mode.el (font-lock-comment-face)
10307         (font-lock-doc-face):
10308         * textmodes/texinfo.el (outline-heading-alist):
10309         Add defvars.
10311         * textmodes/artist.el (x-pointer-crosshair): Add defvar.
10312         (artist-spray-chars, artist-mode-init, artist-replace-string)
10313         (artist-select-erase-char, artist-vap-find-endpoints-horiz)
10314         (artist-vap-find-endpoints-vert, artist-vap-find-endpoints-swne)
10315         (artist-vap-find-endpoints-nwse): "?\ " -> "?\s".
10317         * textmodes/conf-mode.el (outline-heading-end-regexp): Add defvar.
10318         (conf-align-assignments): "?\ " -> "?\s".
10320         * textmodes/reftex-index.el (TeX-master): Add defvar.
10321         (reftex-index-phrases-marker): Move up defvar.
10323         * textmodes/reftex-toc.el (zmacs-regions): Add defvar.
10324         (reftex-toc-include-labels-indicator)
10325         (reftex-toc-include-index-indicator)
10326         (reftex-toc-max-level-indicator): Move up declarations.
10328         * net/tramp.el (tramp-handle-make-auto-save-file-name): Pass list
10329         of args to `tramp-run-real-handler', even if it's empty in this case.
10331 2005-08-31  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
10333         * dired.el (dired-move-to-filename-regexp): Add date format for
10334         Mac OS X 10.3 in East Asian locales.
10336 2005-08-31  Michael Albinus  <michael.albinus@gmx.de>
10338         * files.el (make-auto-save-file-name): Add file name handler call
10339         if applicable.
10341         * net/tramp.el (tramp-file-name-handler-alist)
10342         (tramp-file-name-for-operation): Add `make-auto-save-file-name'.
10343         (tramp-handle-make-auto-save-file-name): Rename from
10344         `tramp-make-auto-save-file-name'.
10345         (tramp-exists-file-name-handler): New defun.
10346         (tramp-advice-make-auto-save-file-name): Make defadvice only when
10347         `make-auto-save-file-name' is not a magic file name operation.
10349 2005-08-30  Richard M. Stallman  <rms@gnu.org>
10351         * files.el (risky-local-variable-p):
10352         Match `-predicates' and `-commands.
10354         * cus-edit.el (custom-buffer-sort-alphabetically): Default to t.
10355         (custom-save-all): Visit the file if necessary;
10356         kill the buffer if we created it.
10357         (custom-save-delete): Don't visit file or kill buffer here.
10359 2005-08-30  Carsten Dominik  <dominik@science.uva.nl>
10361         * textmodes/org.el (org-special-keyword): New face.
10362         (org-table-copy-down, org-table-eval-formula)
10363         (org-table-recalculate, org-init-section-numbers):
10364         Use `string-to-number' instead of `string-to-int'.
10365         (org-get-location): Use `insert-buffer-substring' instead of
10366         `insert-buffer'.
10367         (org-modify-diary-entry-string): New function.
10368         (org-get-entries-from-diary): Set the hook for `add-to-diary-list'.
10369         (org-disable-agenda-to-diary): Rename from `org-disable-diary'.
10370         (org-toggle-fixed-width-section): Use QUOTE keyword if there is no
10371         active region.
10372         (org-export-as-html): Handle QUOTE keyword.
10373         (org-quote-string): New option.
10374         (org-bookmark-jump-unhide): New function, used for
10375         `bookmark-after-jump-hook'.
10376         (org-diary-default-entry): Apply only when not called through
10377         `org-agenda'.
10379 2005-08-30  Juanma Barranquero  <lekktu@gmail.com>
10381         * net/eudc.el (mode-popup-menu):
10382         * play/handwrite.el (ps-printer-name, ps-lpr-command):
10383         * progmodes/ada-mode.el (compile-auto-highlight)
10384         (skeleton-further-elements):
10385         * progmodes/autoconf.el (font-lock-syntactic-keywords):
10386         * progmodes/cmacexp.el (msdos-shells):
10387         * progmodes/compile.el (font-lock-extra-managed-props)
10388         (font-lock-keywords, font-lock-maximum-size)
10389         (font-lock-support-mode):
10390         * progmodes/grep.el (font-lock-lines-before):
10391         * progmodes/idlw-complete-structtag.el (idlwave-completion-help-info):
10392         * progmodes/mixal-mode.el (compile-command):
10393         * progmodes/perl-mode.el (font-lock-comment-face)
10394         (font-lock-doc-face, font-lock-string-face):
10395         * progmodes/prolog.el (comint-prompt-regexp):
10396         * progmodes/sh-script.el (font-lock-comment-face)
10397         (font-lock-set-defaults, font-lock-string-face):
10398         * progmodes/sql.el (font-lock-keyword-face)
10399         (font-lock-set-defaults, font-lock-string-face):
10400         * progmodes/vhdl-mode.el (compilation-file-regexp-alist)
10401         (itimer-version, lazy-lock-defer-contextually)
10402         (lazy-lock-defer-on-scrolling, lazy-lock-defer-on-the-fly):
10403         Add defvars.
10405         * progmodes/cperl-mode.el (cperl-electric-lbrace)
10406         (cperl-electric-keyword, cperl-electric-pod)
10407         (cperl-electric-backspace, cperl-forward-re)
10408         (cperl-fix-line-spacing, cperl-fill-paragraph): "?\ " -> "?\s".
10409         (vc-rcs-header, vc-sccs-header): Add defvars.
10411         * progmodes/fortran.el (fortran-indent-to-column): "?\ " -> "?\s".
10412         (font-lock-syntactic-keywords, gud-find-expr-function):
10413         Add defvars.
10415         * progmodes/gdb-ui.el (tool-bar-map): Add defvar.
10416         (gdb-frame-parameters): Declare before use.
10418         * progmodes/gud.el (gdb-active-process, gdb-define-alist)
10419         (gdb-macro-info, gdb-server-prefix, gdb-show-changed-values)
10420         (gdb-var-changed, gdb-var-list, tool-bar-map): Add defvars.
10421         (gud-expr-compound-sep, gud-expr-compound): "?\ " -> "?\s".
10423         * progmodes/idlw-help.el (browse-url-generic-args): Add defvar.
10424         (idlwave-help-with-source): Use `insert-buffer-substring', not
10425         `insert-buffer'.
10427 2005-08-29  Juri Linkov  <juri@jurta.org>
10429         * outline.el (hide-entry, hide-leaves, outline-toggle-children):
10430         Put outline-back-to-heading function call inside save-excursion.
10432 2005-08-29  Juanma Barranquero  <lekktu@gmail.com>
10434         * man.el (Man-init-defvars, Man-translate-references)
10435         (Man-support-local-filenames, Man-highlight-references):
10436         * progmodes/sql.el (sql-interactive-mode):
10437         * shell.el (shell-mode, shell-resync-dirs): Fix typos in docstrings.
10439         * emacs-lisp/checkdoc.el (compilation-error-regexp-alist)
10440         (compilation-mode-font-lock-keywords): Add defvars.
10441         (checkdoc-interactive-loop): "?\ " -> "?\s".
10443         * emacs-lisp/lisp-mode.el (font-lock-comment-face)
10444         (font-lock-doc-face, font-lock-string-face)
10445         (font-lock-keywords-case-fold-search): Add defvars.
10446         (emacs-lisp-mode-syntax-table): "?\ " -> "?\s".
10448         * obsolete/sun-fns.el (mouse-select-or-drag-move-point):
10449         Don't pass X and Y (they are ignored anyway).
10450         (mouse-set-mark, mouse-select-window, mouse-delete-other-windows)
10451         (mouse-delete-window): Make arguments optional.
10453         * obsolete/rnews.el (news-add-news-group): Don't use `end-of-line'.
10454         (caesar-translate-table, minor-modes, news-buffer-save)
10455         (news-group-name, news-minor-modes): Add defvars.
10457         * emacs-lisp/lselect.el (mouse-highlight-priority)
10458         (x-lost-selection-functions, zmacs-regions):
10459         * emacs-lisp/pp.el (font-lock-verbose):
10460         * emacs-lisp/syntax.el (font-lock-beginning-of-syntax-function):
10461         * emacs-lisp/tcover-ses.el (ses-initial-global-parameters)
10462         (ses-mode-map):
10463         * emacs-lisp/tcover-unsafep.el (safe-functions):
10464         * international/mule-cmds.el (mac-system-coding-system)
10465         (mac-system-locale):
10466         * language/ethio-util.el (rmail-current-message)
10467         (rmail-message-vector):
10468         * language/thai-util.el (thai-auto-composition-mode):
10469         * mail/metamail.el (rmail-current-message, rmail-message-vector):
10470         * mail/mspools.el (rmail-inbox-list, vm-crash-box)
10471         (vm-folder-directory, vm-init-file, vm-init-file-loaded)
10472         (vm-primary-inbox, vm-spool-files):
10473         * mail/rmail.el (deleted-head, font-lock-fontified)
10474         (mail-abbrev-syntax-table, mail-abbrevs, messages-head)
10475         (rmail-use-spam-filter, rsf-beep, rsf-sleep-after-message)
10476         (total-messages):
10477         * mail/rmail-spam-filter.el (bbdb/mail_auto_create_p)
10478         (rmail-summary-mode-map):
10479         * mail/rmailkwd.el (rmail-buffer, rmail-current-message)
10480         (rmail-last-label, rmail-last-multi-labels)
10481         (rmail-summary-vector, rmail-total-messages):
10482         * mail/rmailmsc.el (rmail-current-message, rmail-inbox-list):
10483         * mail/rmailsum.el (msgnum):
10484         * mail/uce.el (gnus-original-article-buffer, mail-reply-buffer)
10485         (rmail-current-message):
10486         * obsolete/fast-lock.el (font-lock-face-list):
10487         * obsolete/rnewspost.el (mail-reply-buffer):
10488         * obsolete/scribe.el (compile-command):
10489         * obsolete/x-menu.el (x-process-mouse-hook): Add defvars.
10491 2005-08-28  John Paul Wallington  <jpw@gnu.org>
10493         * ibuf-ext.el (ibuffer-auto-update-changed):
10494         Use `frame-or-buffer-changed-p' to check whether we need to update.
10495         (ibuffer-auto-mode): Don't advise `get-buffer-create' and
10496         `kill-buffer'.  Initialise `ibuffer-auto-buffers-changed'
10497         as a `frame-or-buffer-changed-p' state vector instead.
10499 2005-08-27  Romain Francoise  <romain@orebokech.com>
10501         * textmodes/makeinfo.el (makeinfo-compile):
10502         Use `compilation-start'.  Set `next-error-function' according to
10503         `disable-errors'.
10504         (makeinfo-next-error): New function.
10505         (makeinfo-region): Adjust to new `makeinfo-compile' prototype.
10506         (makeinfo-buffer): Likewise.
10508         * progmodes/compile.el (compilation-start): Add autoload cookie.
10510         * progmodes/antlr-mode.el: Don't autoload `compilation-start'.
10511         * textmodes/sgml-mode.el: Likewise.
10512         * progmodes/python.el: Likewise.
10514 2005-08-27  Eli Zaretskii  <eliz@gnu.org>
10516         * simple.el (blink-matching-paren-distance): Document the meaning
10517         of nil value, and allow to customize to nil.
10519         * eshell/esh-ext.el (eshell-windows-shell-file): Look for
10520         command.com, not command.exe.
10522 2005-08-26  John Wiegley  <johnw@newartisans.com>
10524         * eshell/esh-cmd.el (eshell-rewrite-named-command): Change the
10525         code around a bit so that an extraneous nil argument is not added
10526         to a command when no args are given.
10528         * eshell/esh-arg.el (eshell-parse-double-quote): If a
10529         double-quoted argument resolves to nil, return it as an empty
10530         string rather than as nil.  This made it impossible to pass "" to
10531         a shell script as a null string argument.
10533 2005-08-26  Stefan Monnier  <monnier@iro.umontreal.ca>
10535         * outline.el (outline-invent-heading): New fun.
10536         (outline-promote, outline-demote): Use it.
10537         (outline-move-subtree-down): Remove unused vars `re' and `txt'.
10538         (outline-end-of-subtree): Remove unused var `opoint'.
10540 2005-08-26  David Reitter  <david.reitter@gmail.com>
10542         * menu-bar.el (truncate-lines, write-file, print-buffer)
10543         (ps-print-buffer-faces, ps-print-buffer, split-window):
10544         Disable menu items when the frame they refer to is invisible, or when
10545         they refer to a buffer and the minibuffer is selected.
10547 2005-08-26  Pavel Kobiakov  <pk_at_work@yahoo.com>
10549         * progmodes/flymake.el (flymake-highlight-err-lines):
10550         Use save-excursion around flymake-highlight-line to preserve point.
10552 2005-08-26  Eli Zaretskii  <eliz@gnu.org>
10554         * progmodes/octave-mod.el: Change Author and Maintainer address.
10555         (octave-maintainer-address): Change Kurt's email address.
10556         * progmodes/octave-inf.el: Change Author and Maintainer address.
10557         * progmodes/octave-hlp.el: Change Author and Maintainer address.
10559 2005-08-26  Kim F. Storm  <storm@cua.dk>
10561         * subr.el (version-list-<, version-list-<=, version-list-=):
10562         Rename from integer-list-*.
10563         (version-list-not-zero): Likewise.  Fix while loop.
10564         (version=): Use version-list-= instead of string-equal.
10566 2005-08-26  Richard M. Stallman  <rms@gnu.org>
10568         * outline.el (outline-promote): Try shortening the heading.
10569         As last resort, read the heading to use.
10570         (outline-demote): As last resort, read the heading to use.
10572 2005-08-26  Romain Francoise  <romain@orebokech.com>
10574         * progmodes/compile.el (compilation-start): Doc fix.
10576         * progmodes/antlr-mode.el (antlr-default): Fix defface form.
10577         (antlr-font-lock-additional-keywords): Fix reference to
10578         `antlr-font-lock-literal-regexp' erroneously changed during the
10579         mass face rename.
10580         (antlr-run-tool): Use `compilation-start'.
10582         * textmodes/sgml-mode.el (sgml-validate): Use `compilation-start'
10583         instead of the obsolete `compile-internal'.
10585 2005-08-26  Juanma Barranquero  <lekktu@gmail.com>
10587         * calendar/cal-bahai.el (date, displayed-month, displayed-year)
10588         (number, original-date):
10589         * calendar/cal-china.el (date):
10590         * calendar/cal-coptic.el (date):
10591         * calendar/cal-french.el (date):
10592         * calendar/cal-hebrew.el (date, entry, number, original-date):
10593         * calendar/cal-islam.el (date, number, original-date):
10594         * calendar/cal-iso.el (date):
10595         * calendar/cal-julian.el (date):
10596         * calendar/cal-mayan.el (date):
10597         * calendar/cal-menu.el (date, event):
10598         * calendar/cal-persia.el (date):
10599         * calendar/lunar.el (date):
10600         * calendar/solar.el (date): Add defvars.
10602         * emerge.el:
10603         * ibuffer.el:
10604         * info-xref.el:
10605         * obsolete/bg-mouse.el:
10606         * obsolete/sun-curs.el:
10607         * obsolete/swedish.el: Move the `defvar's to the top level.
10609         * smerge-mode.el (smerge-refined-change): Add :group.
10611 2005-08-25  Stefan Monnier  <monnier@iro.umontreal.ca>
10613         * smerge-mode.el (smerge-remove-props): Make the args non-optional.
10614         (smerge-keep-n): Remove props.
10615         (smerge-keep-base, smerge-keep-other, smerge-keep-mine)
10616         (smerge-keep-current, smerge-kill-current): Don't remove props anymore
10617         now that it's done in smerge-keep-n.
10618         (smerge-refined-change): New face.
10619         (smerge-refine-chopup-region, smerge-refine-highlight-change)
10620         (smerge-refine): New funs.
10621         (smerge-basic-map): Bind smerge-refine.
10623 2005-08-25  Juri Linkov  <juri@jurta.org>
10625         * progmodes/grep.el (grep, grep-mode): Make buffer-local variables
10626         compilation-process-setup-function and compilation-disable-input
10627         in grep-mode instead of let-bindings in grep.
10629         * menu-bar.el (menu-bar-options-menu, menu-bar-options-save):
10630         Delete "Automatic File De/compression" (auto-compression-mode).
10632 2005-08-25  Juanma Barranquero  <lekktu@gmail.com>
10634         * obsolete/bg-mouse.el: Move to obsolete/ from term/.
10635         Silence warning about non-existent variable.
10637 2005-08-25  Richard M. Stallman  <rms@gnu.org>
10639         * menu-bar.el (menu-bar-describe-menu): Delete "What's New".
10640         Rename "Describe Key" to "Describe Key or Mouse Operation".
10642         * mail/mailalias.el (build-mail-aliases): Delete comments
10643         from the contents before processing them.
10645         * isearch.el (isearch-edit-string): Erase the Search prompt
10646         if user enters an empty string and there is no default.
10648         * comint.el (comint-file-name-prefix): Add autoload.
10650 2005-08-25  Joe Corneli  <jcorneli@math.utexas.edu>
10652         * subr.el (play-sound): Rearrange to avoid warning.
10654 2005-08-25  Carsten Dominik  <dominik@science.uva.nl>
10656         * calendar/diary-lib.el (diary-modify-entry-list-string-function):
10657         New hook.
10658         (add-to-diary-list): Call `diary-modify-entry-list-string-function'
10660 2005-08-24  Stefan Monnier  <monnier@iro.umontreal.ca>
10662         * emacs-lisp/easy-mmode.el (define-minor-mode): Simplify.
10664         * custom.el (custom-theme-set-variables): Sort minor modes last.
10666 2005-08-24  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
10668         * subr.el (version-separator, version-regexp-alist): New vars used by
10669         version comparison funs.
10670         (integer-list-<, integer-list-=, integer-list-<=)
10671         (integer-list-not-zero): New funs for integer list comparison.
10672         (version-to-list, version=, version<, version<=): New funs for version
10673         comparison.
10675 2005-08-24  Juanma Barranquero  <lekktu@gmail.com>
10677         * emerge.el (merge-begin, merge-end, template, A-begin, A-end)
10678         (B-begin, B-end, diff, diff-vector, valid-diff): Defvar at compile
10679         time to silence the byte-compiler.
10681         * ibuffer.el (ibuffer-compile-make-eliding-form)
10682         (ibuffer-check-formats): Use `with-no-warnings' to hide references
10683         to `ibuffer-elide-long-columns' (which is defined on ibuffer.el,
10684         so it's silly to get warnings for it).
10685         (ibuffer-auto-mode, ibuffer-cached-filter-formats)
10686         (ibuffer-compiled-filter-formats, ibuffer-filter-format-alist)
10687         (ibuffer-filter-group-kill-ring, ibuffer-filter-groups)
10688         (ibuffer-filtering-qualifiers, ibuffer-hidden-filter-groups)
10689         (ibuffer-inline-columns, ibuffer-show-empty-filter-groups)
10690         (ibuffer-tmp-hide-regexps, ibuffer-tmp-show-regexps):
10691         Defvar at compile time.
10692         (ibuffer-compiled-formats, ibuffer-cached-eliding-string)
10693         (ibuffer-cached-formats, ibuffer-cached-elide-long-columns):
10694         Declare them before use.
10696         * info-xref.el (info-xref-xfile-alist, info-xref-filename-heading)
10697         (info-xref-good, info-xref-bad): Defvar at compile time.
10699         * obsolete/mlsupport.el (filter-region, execute-monitor-command):
10700         Use `let*' instead of `let'.
10702         * obsolete/sun-curs.el (icon-edit, *mouse-window*, *mouse-x*)
10703         (*mouse-y*, menu, char): Defvar at compile time.
10704         (sc::menu): Declare it before use.
10705         (sc::pack-one-line): Use `let', not `let*'.
10707         * obsolete/swedish.el (news-inews-hook, news-group-hook-alist)
10708         (mail-send-hook): Defvar at compile time.
10710         * term/bg-mouse.el (bg-mouse-x, bg-mouse-y, bg-cursor-window):
10711         Defvar at compile time.
10713         * term/sun-mouse.el (current-global-mousemap)
10714         (current-local-mousemap): Declare them before use.
10716 2005-08-24  Carsten Dominik  <dominik@science.uva.nl>
10718         * bookmark.el (bookmark-after-jump-hook): New hook.
10719         (bookmark-jump): Run `bookmark-after-jump-hook'.
10721 2005-08-23  Juri Linkov  <juri@jurta.org>
10723         * faces.el (minibuffer-prompt): Doc fix.
10725 2005-08-23  Juanma Barranquero  <lekktu@gmail.com>
10727         * progmodes/xscheme.el: Trivial changes to silence warnings.
10728         (xscheme-previous-mode, xscheme-previous-process-state):
10729         Add defvars.
10730         (xscheme-last-input-end, xscheme-process-command-line)
10731         (xscheme-process-name, xscheme-buffer-name)
10732         (xscheme-expressions-ring-max, xscheme-expressions-ring)
10733         (xscheme-expressions-ring-yank-pointer, xscheme-running-p)
10734         (xscheme-control-g-synchronization-p)
10735         (xscheme-control-g-disabled-p, xscheme-string-receiver)
10736         (default-xscheme-runlight, xscheme-runlight)
10737         (xscheme-runlight-string, xscheme-process-filter-state)
10738         (xscheme-allow-output-p, xscheme-prompt, xscheme-mode-string):
10739         Move to beginning of file.
10740         (scheme-interaction-mode-commands-alist)
10741         (scheme-interaction-mode-map, scheme-debugger-mode-map):
10742         Declare them before use.  Note: the initialization code for the variables
10743         has not been moved because it uses functions that reference the variables.
10744         (xscheme-control-g-message-string, xscheme-process-filter-alist)
10745         (xscheme-prompt-for-expression-map): Declare them before use.
10746         (scheme-debugger-mode-commands): "?\ " -> "?\s".
10748 2005-08-23  Ed Swarthout  <ed.swarthout@gmail.com>  (tiny change)
10750         * hexl.el (hexl-print-current-point-info): Fix simple spelling error.
10752 2005-08-22  Juri Linkov  <juri@jurta.org>
10754         * faces.el (set-face-underline): Delete this duplicate function
10755         and make an obsolete alias to set-face-underline-p.
10756         (set-face-underline-p): Use docstring of set-face-underline.
10757         (describe-face): Create hyperlink to parent face.
10759         * info.el (Info-insert-dir): Use save-excursion around
10760         insert-buffer-substring.
10761         (Info-isearch-search): Use LITERAL arg of replace-regexp-in-string.
10762         (Info-escape-percent): Delete function.
10763         (Info-fontify-node): Replace Info-escape-percent by
10764         replace-regexp-in-string with REP arg set to lambda that
10765         duplicates `%' and preserves text properties.
10767         * progmodes/compile.el (compilation-disable-input): Doc fix.
10768         (define-compilation-mode): Doc fix and refill.
10769         (kill-compilation): Use `mode-name' in the error message.
10770         (compilation-find-file): Use `compilation-error' in the
10771         read-file-name's prompt.
10773 2005-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
10775         * smerge-mode.el (smerge-basic-map): Bind smerge-combine-with-next.
10776         (smerge-auto-leave): Make undo re-enable the mode.
10777         (debug-ignored-errors): Add the user-error of impossible resolution.
10778         (smerge-resolve): Move things around a bit, in preparation for later.
10779         (smerge-diff): Don't fail if the buffer has no associated file.
10780         (ediff-ancestor-buffer, ediff-quit-hook): Quieten byte-compiler.
10781         (smerge-conflict-overlay): New function.
10782         (smerge-match-conflict): Don't add text properties here.
10783         (smerge-find-conflict): Instead, add an overlay here.
10784         Also check for the case where we're inside a conflict already, so as to
10785         obviate the need for font-lock-multiline, which is unbearably slow with
10786         large conflicts and ciomplex font-lock patterns.
10787         (smerge-remove-props): Remove overlay rather than text-properties.
10788         (smerge-mode): Don't set font-lock-multiline.
10789         Remove overlays when turned off.
10791 2005-08-21  Kim F. Storm  <storm@cua.dk>
10793         * ido.el (ido-ignore-item-p): Use save-match-data.
10794         Bind case-fold-search to ido-case-fold locally.
10796 2005-08-20  Richard M. Stallman  <rms@gnu.org>
10798         * files.el (normal-mode): If font lock is on, turn it off and on.
10800         * subr.el (replace-regexp-in-string): Doc fix.
10802         * startup.el (command-line-1): Don't suppress startup screen
10803         due to existing processes.
10805         * progmodes/grep.el (grep): Bind compilation-disable-input to t.
10807         * progmodes/compile.el (compilation-disable-input): Default to nil.
10809 2005-08-20  Kevin Rodgers  <ihs_4664@yahoo.com>  (tiny change)
10811         * progmodes/compile.el (compilation-disable-input): New defcustom.
10812         (compilation-start): If compilation-disable-input is non-nil, send
10813         EOF to the compilation process.
10815 2005-08-20  Eli Zaretskii  <eliz@gnu.org>
10817         * textmodes/tex-mode.el (tex-bibtex-file, tex-send-tex-command):
10818         Run the argument of tex-shell-cd-command through
10819         convert-standard-filename, to get the correct style of slashes on
10820         Windows, and enclose the result in quotes, in case the file name
10821         includes whitespace or other special characters.
10823 2005-08-19  Andreas Schwab  <schwab@suse.de>
10825         * progmodes/gud.el (gud-kill-buffer-hook): Don't kill unrelated
10826         process.
10828 2005-08-18  Luc Teirlinck  <teirllm@auburn.edu>
10830         * cus-start.el (minibuffer-prompt-properties): Correct typo.
10832 2005-08-18  Kim F. Storm  <storm@cua.dk>
10834         * scroll-lock.el: Fix errors due to incorrect line wrapping.
10836 2005-08-18  Richard M. Stallman  <rms@gnu.org>
10838         * scroll-lock.el: New file.
10840 2005-08-18  Thien-Thi Nguyen  <ttn@gnu.org>
10842         * dired.el (dired-move-to-end-of-filename):
10843         Handle fifo as rendered by "ls -lF": Don't include trailing "|".
10845 2005-08-18  Kim F. Storm  <storm@cua.dk>
10847         * ido.el (ido-everywhere): Fix defcustom :set function to disable
10848         rather than toggle mode when custom value is nil.
10849         (ido-everywhere): Fix defun doc string.
10851 2005-08-17  Richard M. Stallman  <rms@gnu.org>
10853         * cus-start.el (minibuffer-prompt-properties): Use "Don't Enter"
10854         as tag instead of "Inviolable".
10856 2005-08-17  Kim F. Storm  <storm@cua.dk>
10858         * windmove.el (windmove-coordinates-of-position): Remove.
10859         (windmove-coordinates-of-window-position): Remove.
10860         (windmove-reference-loc): Use posn-at-point instead.
10862         * subr.el (insert-for-yank-1): Doc fix.
10864         * ido.el (ido-enter-matching-directory): Rename from
10865         ido-enter-single-matching-directory.  Change `slash' choice to
10866         `only'.  Add `first' choice.
10867         (ido-exhibit): Adapt to above changes.
10869 2005-08-16  Luc Teirlinck  <teirllm@auburn.edu>
10871         * Makefile.in: Expand comment about building loaddefs.el.
10873 2005-08-16  Nick Roberts  <nickrob@snap.net.nz>
10875         * progmodes/gdb-ui.el (toggle-gdb-use-inferior-io-buffer):
10876         Comment use of defadvice.
10878         * progmodes/gud.el (gud-jump): Rework for gdb-ui.
10880 2005-08-15  Dan Nicolaescu  <dann@ics.uci.edu>
10882         * buff-menu.el, compare-w.el, emacs-lisp/testcover.el,
10883         * play/gomoku.el, play/mpuz.el, progmodes/flymake.el,
10884         * progmodes/gdb-ui.el, progmodes/idlw-help.el,
10885         * progmodes/idlw-shell.el, progmodes/ld-script.el,
10886         * progmodes/which-func.el, ruler-mode.el, strokes.el,
10887         * textmodes/sgml-mode.el, textmodes/table.el: Do not use face-alias
10888         for backward compatibility for faces that did not appear in the
10889         previous Emacs release.
10891         * simple.el (next-error-follow-minor-mode): Fix init value and lighter.
10893 2005-08-15  Kim F. Storm  <storm@cua.dk>
10895         * emulation/cua-base.el (cua-delete-region): Return t if
10896         deleted region was non-empty.
10897         (cua-replace-region): Inhibit overwrite-mode for
10898         self-insert-command if replaced region was non-empty.
10899         (cua--explicit-region-start, cua--status-string): Make them
10900         buffer-local at top-level...
10901         (cua-mode): ...rather than when mode is enabled.
10903 2005-08-15  Thien-Thi Nguyen  <ttn@gnu.org>
10905         * progmodes/vhdl-mode.el (vhdl-emacs-21):
10906         Set t for Emacs 21, 22, and so on.
10908 2005-08-15  David Ponce  <david@dponce.com>
10910         * tree-widget.el: Update Commentary header.
10911         (tree-widget-theme): Doc fix.
10912         (tree-widget-space-width): New option.
10913         (tree-widget-image-properties): Look up in the default theme too.
10914         (tree-widget--cursors): Only for images with arrow pointer shape.
10915         (tree-widget-lookup-image): Pointer shape is hand by default.
10916         (tree-widget-icon): Rename generic icon widget from
10917         `tree-widget-control'.
10918         (tree-widget-*-icon): Rename from `tree-widget-*-control' and
10919         derive from `tree-widget-icon'.
10920         (tree-widget-handle): Improve default look and feel of the text
10921         representation.
10922         (tree-widget): Rename :*-control properties to :*-icon properties.
10923         Add :action and :help-echo properties.
10924         (tree-widget-after-toggle-functions): Move.
10925         (tree-widget-close-node, tree-widget-open-node): Remove.
10926         (tree-widget-before-create-icon-functions): New hook.
10927         (tree-widget-value-create): Update to allow customization of icons
10928         and nodes at run-time via that new hook.
10929         (tree-widget-icon-create, tree-widget-leaf-node-icon-p)
10930         (tree-widget-icon-action, tree-widget-icon-help-echo)
10931         (tree-widget-action, tree-widget-help-echo): New functions.
10933 2005-08-15  Kim F. Storm  <storm@cua.dk>
10935         * ido.el (ido-buffer-internal): Use with-no-warnings.
10936         (ido-make-merged-file-list): Use while-no-input.
10938 2005-08-15  Richard M. Stallman  <rms@gnu.org>
10940         * textmodes/flyspell.el (flyspell-mark-duplications-flag): Doc fix.
10941         (flyspell-large-region): Fix doc and custom type.
10943 2005-08-14  Richard M. Stallman  <rms@gnu.org>
10945         * files.el (interpreter-mode-alist): Doc fix.
10947         * mail/rmail.el (rmail-nonignored-headers): New variable.
10948         (rmail-clear-headers): Use it.
10949         (rmail-reply): Better handling of mail-followup-to header.
10951         * progmodes/sh-script.el (sh-font-lock-keywords-var):
10952         Rename variable from sh-font-lock-keywords.  In the `shell' entry,
10953         don't try to refer to executable-font-lock-keywords.
10954         (sh-font-lock-keywords-var-1): Rename from sh-font-lock-keywords-1.
10955         (sh-font-lock-keywords-var-2): Rename from sh-font-lock-keywords-2.
10956         (sh-font-lock-keywords): Append executable-font-lock-keywords here.
10957         (sh-mode): Set comment-start-skip, local-abbrev-table,
10958         imenu-case-fold-search.
10959         (sh-set-shell): Don't set them here.
10960         (sh-feature): Simplify.  Get rid of the eval-a-variable feature.
10961         Don't cache the results in the original alist; don't ever modify
10962         that alist.
10964         * textmodes/flyspell.el (flyspell-mode): Autoload a defvar.
10966         * textmodes/ispell.el (lookup-words): Cope with case where ARGS is
10967         empty.
10969 2005-08-15  Andreas Schwab  <schwab@suse.de>
10971         * desktop.el: Put autoload cookie at risky-local-variable declarations.
10973         * dired.el, info.el, mail/rmail.el: Revert last change.
10975 2005-08-14  Thien-Thi Nguyen  <ttn@gnu.org>
10977         * dired.el: Fix dependency bug: Wrap `desktop-buffer-mode-handlers'
10978         modification in `eval-after-load' form.
10979         * info.el: Likewise.
10980         * mail/rmail.el: Likewise.
10982 2005-08-14  Juri Linkov  <juri@jurta.org>
10984         * progmodes/compile.el (compilation-mode-font-lock-keywords):
10985         Remove highlighting of "Compilation started".  Highlight only
10986         the word "finished" in "Compilation finished".  Add highlighting
10987         of "interrupt", "killed", "terminated" and the exit code.
10988         (compilation-start): Add newline after header.  Use exactly the
10989         same time stamp format as the finishing message.
10990         (compilation-mode-map): Add ellipsis to "Search Files (grep)".
10992         * progmodes/grep.el (grep-mode-map): Add ellipsis to "Another grep".
10993         (grep-mode-font-lock-keywords): Don't highlight "Grep started".
10994         Add highlighting of "interrupt", "killed", "terminated".
10996         * delsel.el (delete-selection-pre-hook): If overwrite-mode is
10997         enabled and the current command is self-insert-command, call it
10998         explicitly with overwrite-mode bound to nil, to not allow it
10999         to delete the character after the selected region.
11001 2005-08-12  Matt Hodges  <MPHodges@member.fsf.org>
11003         * emacs-lisp/eldoc.el: Add move-beginning-of-line,
11004         move-end-of-line, end-of-line, and beginning-of-line to the list
11005         of commands after which the echo area is updated.
11007 2005-08-12  Eli Zaretskii  <eliz@gnu.org>
11009         * cus-edit.el (custom-save-all, custom-save-delete):
11010         Bind recentf-exclude to exclude custom-file.
11012 2005-08-12  Ehud Karni  <ehud@unix.mvs.co.il>
11014         * mail/rmailsum.el (rmail-summary-end-of-message): New command
11015         to go to the bottom of the mail message.  Added to
11016         `rmail-summary-mode-map' with key "/".
11017         (rmail-summary-show-message): New (internal) function for use by
11018         both `rmail-summary-beginning/end-of-message'.
11019         (rmail-summary-beginning-of-message): Change to use
11020         rmail-summary-show-message.
11022         * mail/rmail.el (rmail-end-of-message): New command to go to the
11023         end of the current message.  Added to `rmail-mode-map' with key "/".
11024         (rmail-beginning-of-message): Fix to work as documented.
11025         (rmail-mode): Change documentation.
11027         * progmodes/compile.el (compilation-start): Add the line
11028         "Compilation started" with compilation start time.
11029         (compilation-mode-font-lock-keywords): Add `started' to keywords.
11031 2005-08-11  Luc Teirlinck  <teirllm@auburn.edu>
11033         * menu-bar.el (menu-bar-options-menu): Standardize capitalization
11034         of menu items.
11036 2005-08-11  Richard M. Stallman  <rms@gnu.org>
11038         * simple.el (pop-global-mark): Reverse test of widen-automatically.
11040         * battery.el (battery-status-function): Don't use ignore-errors.
11042 2005-08-11  Lute Kamstra  <lute@gnu.org>
11044         * emacs-lisp/generic.el (generic-font-lock-defaults): Declare with
11045         define-obsolete-variable-alias.
11047 2005-08-11  Stefan Monnier  <monnier@iro.umontreal.ca>
11049         * net/ange-ftp.el: Use \\` and \\' instead of ^ and $ in regexps.
11050         (ange-ftp-send-cmd): Revert last change, and expand
11051         the comment explaining the problem.
11053 2005-08-10  Luc Teirlinck  <teirllm@auburn.edu>
11055         * ldefs-boot.el: Update.
11057         * menu-bar.el (menu-bar-showhide-menu): Rename "Date, Time and Mail"
11058         item to "Time, Load and Mail".  Change help echo text.
11060         * time.el (display-time-use-mail-icon, display-time-format)
11061         (display-time-string-forms): Shorten first line of docstrings.
11063 2005-08-10  Lars Hansen  <larsh@soem.dk>
11065         * desktop.el (desktop-buffer-mode-handlers):
11066         Make non-customizable.  Add autoload cookie.  Change initial value to
11067         nil; add elements in respective modules instead.  Fix doc string.
11068         (desktop-load-file): New function.
11069         (desktop-minor-mode-handlers): New autoloaded variable.
11070         (desktop-create-buffer): Call minor mode handlers.
11071         Use desktop-load-file to load major and minor mode modules prior to
11072         checking for a handler.
11073         (desktop-save): Don't add nil to desktop-minor-modes for minor
11074         modes with nil function in desktop-minor-mode-table.  Don't delete
11075         desktop file before rewriting it.
11076         (desktop-locals-to-save): Add autoload cookie.  Don't make
11077         automatically buffer-local.  Add variables column-number-mode,
11078         size-indication-mode, indent-tabs-mode,
11079         indicate-buffer-boundaries, indicate-empty-lines and
11080         show-trailing-whitespace.
11081         (desktop-clear): Allow desktop-clear-preserve-buffers to contain
11082         regexps.  Don't use desktop-clear-preserve-buffers-regexp.
11083         (desktop-clear-preserve-buffers-regexp): Delete.
11084         (desktop-clear-preserve-buffers): Update initial value and docstring.
11085         (desktop-save-buffer): Fix doc string.
11087         * hilit-chg.el: Add handler to desktop-minor-mode-handlers.
11088         (hilit-chg-desktop-restore): New function.
11089         (highlight-changes-mode): Add highlight-changes-mode to
11090         desktop-locals-to-save.
11092         * dired.el: Add handler to desktop-buffer-mode-handlers.
11093         (dired-restore-desktop-buffer): Remove autoload cookie.
11094         (dired-mode): Add autoload cookie.
11096         * info.el: Add handler to desktop-buffer-mode-handlers.
11097         (Info-restore-desktop-buffer): Remove autoload cookie.
11098         (Info-mode): Add autoload cookie.
11100         * mh-e/mh-e.el: Add handler to desktop-buffer-mode-handlers.
11101         (mh-restore-desktop-buffer): Remove autoload cookie.
11102         (mh-folder-mode): Add autoload cookie.
11104         * mail/rmail.el: Add handler to desktop-buffer-mode-handlers.
11105         (rmail-restore-desktop-buffer): Remove autoload cookie.
11107 2005-08-11  Masatake YAMATO  <jet@gyve.org>
11109         * hexl.el (hexl-address-region):
11110         (hexl-ascii-region, hexl-font-lock-keywords):
11111         (hexl-highlight-line-range): Use the term "region"
11112         instead of "area" for consistency with the other symbols
11113         defined in hexl.el.
11115 2005-08-09  Luc Teirlinck  <teirllm@auburn.edu>
11117         * menu-bar.el (menu-bar-options-save): Move `display-time-mode' to
11118         correct group: it is set with `menu-bar-make-mm-toggle' (pointed
11119         out by Juri Linkov).  Add `display-battery-mode'.
11121 2005-08-09  Juri Linkov  <juri@jurta.org>
11123         * progmodes/compile.el (compilation-mode-font-lock-keywords):
11124         Remove `-text' from face variable names.
11125         (compilation-error-file-name, compilation-warning-file-name)
11126         (compilation-info-file-name): Delete faces.
11127         (compilation-line-number, compilation-column-number):
11128         Remove face underlining.
11129         (compilation-message-face): Set to `underline' value by default.
11130         (compilation-error-face, compilation-warning-face)
11131         (compilation-info-face): Remove `-file-name' from face names.
11132         (compilation-error-text-face, compilation-warning-text-face)
11133         (compilation-info-text-face): Delete face variables.
11134         (compilation-text-face): Delete function.
11136         * progmodes/grep.el (grep-regexp-alist): Use `.+?' instead of `[^:\n]+'.
11137         (grep-mode-font-lock-keywords): Use `.+?' instead of `[^\n-]+'.
11138         (grep-error-face): Set to `compilation-error' instead of
11139         `compilation-error-face' (which is redefined to `grep-hit-face' in
11140         grep buffers).
11141         (grep-mode-font-lock-keywords): Remove `-text' from face variable
11142         names.  Use `grep-error-face' instead of `compilation-error-text-face'.
11144         * dired-aux.el (dired-do-query-replace-regexp):
11145         Use `query-replace-read-args'.
11147         * replace.el (query-replace-read-from, query-replace-read-to)
11148         (query-replace-read-args): Rename arg `string' to `prompt'.
11150         * menu-bar.el (menu-bar-showhide-menu): Add `showhide-battery'.
11152 2005-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>  (tiny change)
11154         * net/ange-ftp.el (ange-ftp-send-cmd): Make it work properly with
11155         uploading files.
11156         (ange-ftp-canonize-filename): Handle file names beginning with ~
11157         correctly.
11159 2005-08-09  Juanma Barranquero  <lekktu@gmail.com>
11161         * textmodes/fill.el (canonically-space-region)
11162         (fill-context-prefix, fill-french-nobreak-p)
11163         (fill-delete-newlines, fill-comment-paragraph)
11164         (justify-current-line): "?\ " -> "?\s".
11166 2005-08-09  Ben North  <ben@redfrontdoor.org>  (tiny change)
11168         * textmodes/fill.el (fill-nonuniform-paragraphs):
11169         Improve argument/docstring consistency.
11171 2005-08-09  Richard M. Stallman  <rms@gnu.org>
11173         * textmodes/ispell.el (ispell-word): More fboundp checks.
11175         * files.el (find-file-noselect): Don't call set-buffer-major-mode.
11176         (find-file-noselect-1): Call it here, only if RAWFILE.
11177         (normal-mode): Always set some major mode.
11178         (save-some-buffers-action-alist): Change some explanation strings.
11179         (file-name-non-special): In the `quote' method, use unwind-protect.
11181 2005-08-09  Magnus Henoch  <mange@freemail.hu>
11183         * textmodes/ispell.el (ispell-find-aspell-dictionaries): New command.
11184         (ispell-have-aspell-dictionaries): New variable.
11185         (ispell-aspell-data-dir, ispell-aspell-dict-dir): New variables.
11186         (ispell-get-aspell-config-value): New function.
11187         (ispell-aspell-find-dictionary): New function.
11188         (ispell-aspell-add-aliases): New function.
11189         (ispell-valid-dictionary-list): Call ispell-find-aspell-dictionaries if
11190         appropriate.  Don't look for ispell dictionaries if we use aspell.
11191         (ispell-menu-map): Don't build a submenu of dictionaries.
11193 2005-08-09  Richard M. Stallman  <rms@gnu.org>
11195         * progmodes/sql.el (sql-interactive-mode-map): Use fboundp.
11196         (sql-read-passwd): Use read-passwd.
11198         * progmodes/idlw-toolbar.el (idlwave-toolbar)
11199         (idlwave-toolbar-is-possible): Add defvars.
11201         * progmodes/idlw-shell.el (idlwave-xemacs-hack-mouse-track):
11202         Avoid warnings.
11204         * progmodes/idlw-rinfo.el (idlwave-system-variables-alist)
11205         (idlwave-system-class-info, idlwave-executive-commands-alist):
11206         Use defvar.
11208         * progmodes/cc-engine.el (c-guess-basic-syntax): Add autoload.
11210         * mail/supercite.el (sc-ask, sc-no-blank-line-or-header):
11211         Avoid warnings.
11213         * mail/rmail.el (rmail-ignored-headers): Don't hide mime-version:
11214         and content-type: headers.
11216         * eshell/eshell.el (eshell): Avoid warnings about eshell-mode.
11218         * emacs-lisp/map-ynp.el (map-y-or-n-p): Reorder the options
11219         and rename some of them to be more self-explanatory.
11221         * calendar/calendar.el (calendar-mode-map): Bind < and > usefully.
11223         * startup.el (command-line-1): Implement -scriptload.
11225         * replace.el (occur-engine): Initial *Occur* output not undoable.
11227         * menu-bar.el (menu-bar-file-menu): Rename some menu items
11228         and improve help strings.
11230         * isearch.el (isearch-repeat): When changing direction,
11231         mark search successful.
11233         * ediff-init.el: Use (featurep 'xemacs).
11235         * comint.el (send-invisible): Identify buffer, if not selected.
11237         * align.el: Delete autoload for c-guess-basic-syntax.
11239 2005-08-09  Juanma Barranquero  <lekktu@gmail.com>
11241         * textmodes/refbib.el (r2b-convert-record, r2b-convert-buffer):
11242         Improve argument/docstring consistency.  Doc fixes.
11243         (r2b-variables, r2bv-address, r2bv-annote, r2bv-author)
11244         (r2bv-booktitle, r2bv-date, r2bv-decade, r2bv-editor)
11245         (r2bv-entry-kind, r2bv-institution, r2bv-journal, r2bv-keywords)
11246         (r2bv-kn, r2bv-month, r2bv-note, r2bv-number, r2bv-ordering)
11247         (r2bv-organization, r2bv-pages, r2bv-primary-author)
11248         (r2bv-publisher, r2bv-school, r2bv-title, r2bv-title-first-word)
11249         (r2bv-tr, r2bv-type, r2bv-volume, r2bv-where, r2bv-year):
11250         Defvar at compile time.
11252 2005-08-09  Juri Linkov  <juri@jurta.org>
11254         * info.el: Replace `info' with upper-case `Info' where appropriate.
11255         (info-title-1, info-title-2, info-title-3, info-title-4)
11256         (info-menu-header): Move up face definitions.
11257         (info-menu-star): Rename from `info-menu-5'.
11258         (Info-fontify-node): Replace `info-menu-5' with `info-menu-star'.
11259         (Info-fontify-visited-nodes): Fix docstring.
11260         (Info-hide-note-references): Fix docstring.
11261         (Info-up, Info-next-reference, Info-prev-reference): Put cursor on
11262         menu items in the same way as on cross-references.
11263         (info-apropos): Fix sorting order and formatting to be like in the
11264         stand-alone Info browser.  Display error messages for 1 sec.
11265         (Info-mode-map): Move down `c' key binding.  Bind `^' to `Info-up'.
11266         (Info-mode-menu): Remove item for `Info-search-case-sensitively'
11267         from the menu bar.
11268         (Info-insert-dir): Restore point after calling
11269         `insert-buffer-substring'.
11271 2005-08-08  Richard M. Stallman  <rms@gnu.org>
11273         * emacs-lisp/lmenu.el (lucid-menubar-map, lucid-failing-menubar)
11274         (recompute-lucid-menubar): Add defvars.
11276         * mail/sendmail.el (mail-yank-original): Use with-no-warnings.
11278         * mail/reporter.el (reporter-dump-state): Use insert-buffer-substring.
11280         * net/net-utils.el (run-dig): Rename from `dig'.
11282         * play/gametree.el (gametree-mode): Use make-local-variable,
11283         not make-variable-buffer-local.
11285         * progmodes/ada-prj.el (ada-prj-display-page): Use with-no-warnings.
11287         * ansi-color.el (ansi-color-make-extent)
11288         (ansi-color-set-extent-face): Use fboundp, not functionp.
11290         * autorevert.el (auto-revert-tail-mode): Use make-local-variable,
11291         not make-variable-buffer-local.
11293         * bookmark.el (Info-current-file): Add defvar.
11294         (bookmark-jump-noselect): Use with-no-warnings.
11296         * completion.el (c-mode-map, fortran-mode-map): Add defvars.
11298         * ebuff-menu.el (Helper-return-blurb): Add defvar.
11300         * ffap.el (gnus-summary-buffer, gnus-article-buffer): Add defvars.
11302         * find-file.el (ada-procedure-start-regexp)
11303         (ada-package-start-regexp): Add defvars.
11305         * info.el (Info-insert-dir): Use insert-buffer-substring.
11307         * xml.el (xml-att-def-re): Add defvar.
11309         * icomplete.el (icomplete-exhibit): Adapt to new while-no-input
11310         calling convention.
11312         * subr.el (while-no-input): Return t if there is input.
11314 2005-08-08  Luc Teirlinck  <teirllm@auburn.edu>
11316         * cus-start.el (all): Add `overflow-newline-into-fringe'.
11318 2005-08-08  Juanma Barranquero  <lekktu@gmail.com>
11320         * cmuscheme.el (inferior-scheme-mode-hook, inferior-scheme-mode)
11321         (scheme-prev-l/c-dir/file): Fix typos in docstrings.
11323 2005-08-08  Emilio C. Lopes  <eclig@gmx.net>
11325         * cmuscheme.el (scheme-start-file): Replace reference to
11326         `user-emacs-directory' by "~/.emacs.d/".
11328 2005-08-08  Thien-Thi Nguyen  <ttn@gnu.org>
11330         * info.el (Info-dir-remove-duplicates): Avoid case folding
11331         in loop; instead, keep downcased strings for comparison.
11332         Suggested by Helmut Eller.
11334 2005-08-07  Michael Albinus  <michael.albinus@gmx.de>
11336         Sync with Tramp 2.0.50.
11338         * net/tramp.el: Remove defvar of `last-coding-system-used' in the
11339         XEmacs case; not necessary anymore.
11340         (tramp-user-regexp): Allow "@" as part of user name.
11341         (tramp-handle-set-visited-file-modtime)
11342         (tramp-handle-insert-file-contents)
11343         (tramp-handle-write-region): No special handling for
11344         `last-coding-system-used, because this is done in
11345         `tramp-accept-process-output' now.
11346         (tramp-accept-process-output): New defun.
11347         (tramp-process-one-action, tramp-process-one-multi-action)
11348         (tramp-wait-for-regexp, tramp-wait-for-output)
11349         (tramp-discard-garbage-erase-buffer): Call it.  Reported by David
11350         Howells <dhowells@redhat.com>.
11351         (clear-visited-file-modtime): Defadvice removed.  The check for
11352         unset buffer's modtime does not need to be based on
11353         `tramp-buffer-file-attributes'.  Suggested by RMS.
11354         (tramp-message): Insert "\n" if not being at beginning of line.
11355         (tramp-find-shell): Use `tramp-barf-if-no-shell-prompt' for code
11356         sequence with same logic.
11357         (tramp-completion-handle-expand-file-name): Discard call of
11358         `tramp-drop-volume-letter'.  It is not necessary, and there have
11359         been problems with (expand-file-name "~/.netrc" "/") in ange-ftp.
11360         Reported by Richard G. Bielawski <Richard.G.Bielawski@wellsfargo.com>.
11361         (tramp-do-copy-or-rename-file-out-of-band): Transfer message
11362         should always be visible.
11363         (tramp-handle-insert-directory, tramp-setup-complete)
11364         (tramp-set-process-query-on-exit-flag)
11365         (tramp-append-tramp-buffers): Pacify byte-compiler.
11366         (tramp-bug): Delete non-existing variables from list.
11367         Apply `tramp-load-report-modules' as pre-hook.
11368         Mask `tramp-password-prompt-regexp', `tramp-shell-prompt-pattern' and
11369         `shell-prompt-pattern' because of non-7bit characters.
11370         Reported by Sebastian Luque <sluque@mun.ca>.
11371         (tramp-reporter-dump-variable, tramp-load-report-modules): New defuns.
11372         (tramp-match-string-list): Remove function.
11373         (tramp-wait-for-regexp): Remove call of that function.
11374         Suggested by Kim F. Storm <storm@cua.dk>.
11375         (tramp-set-auto-save-file-modes): Use octal integer code #o600
11376         instead of octal character code ?\600.  The latter resulted in a
11377         syntax error with XEmacs.
11379         * net/tramp-smb.el: Remove defvar of `last-coding-system-used' in the
11380         XEmacs case; not necessary anymore.
11381         (tramp-smb-handle-write-region): No special handling for
11382         `last-coding-system-used, because this is done in
11383         `tramp-accept-process-output' now.
11384         (tramp-smb-wait-for-output): Call `tramp-accept-process-output'.
11386 2005-08-06  Luc Teirlinck  <teirllm@auburn.edu>
11388         * wid-edit.el (widget-choice-value-create):
11389         Unconditionally respect user choice.  Set :explicit-choice back to nil
11390         when no longer needed.
11391         (widget-choice-action): Unconditionally respect user choice.
11392         Eliminate :explicit-choice-value.
11394         * fringe.el (set-fringe-indicators-1, fringe-indicators): Delete.
11396         * menu-bar.el (menu-bar-options-save): Replace `fringe-indicators'
11397         with `indicate-empty-lines' and `indicate-buffer-boundaries'.
11398         (menu-bar-showhide-fringe-menu): Add new item "Empty line indicators"
11399         running new function `toggle-indicate-empty-lines'.
11400         Rename "Customize" item to "Customize fringe".
11401         Rename "Indicators" item to "Buffer boundaries" and change help echo.
11402         (menu-bar-showhide-fringe-ind-menu): Change several help echos.
11403         Add `menu-bar-showhide-fringe-ind-customize' as "Other (customize)".
11404         Delete "Empty lines only" item.
11405         (menu-bar-showhide-fringe-ind-customize): New function.
11406         (menu-bar-showhide-fringe-ind-mixed)
11407         (menu-bar-showhide-fringe-ind-box)
11408         (menu-bar-showhide-fringe-ind-right)
11409         (menu-bar-showhide-fringe-ind-left)
11410         (menu-bar-showhide-fringe-ind-none): Use `indicate-buffer-boundaries'
11411         instead of `fringe-indicators'.
11413 2005-08-06  Michael Kifer  <kifer@cs.stonybrook.edu>
11415         * viper.el (viper-emacs-state-mode-list): Add recentf-dialog-mode.
11416         Change the date of last update.
11418 2005-08-06  Michael Kifer  <kifer@cs.stonybrook.edu>
11420         * viper-cmd.el (viper-harness-minor-mode, viper-exec-delete)
11421         (viper-exec-yank, viper-put-back): Don't display modification msg
11422         if in the minibuffer.
11424         * viper-init.el (viper-replace-overlay-cursor-color)
11425         (viper-insert-state-cursor-color, viper-vi-state-cursor-color):
11426         Make variables frame local.
11428         * viper-util.el (viper-append-filter-alist): Use append instead of
11429         nconc.
11431         * viper.el (viper-vi-state-mode-list)
11432         (viper-emacs-state-mode-list): Move help-mode and
11433         completion-list-mode from the first list to the second.
11434         (viper-mode): Docstring.
11435         (viper-go-away, viper-non-hook-settings): Don't localize
11436         minor-mode-alist in newer Emacsen.  Add advice to
11437         set-cursor-color.  Don't bind "\C-c\\".
11439 2005-08-06  Emilio C. Lopes  <eclig@gmx.net>
11441         * cmuscheme.el (scheme-trace-command, scheme-untrace-command)
11442         (scheme-macro-expand-command): New user options.
11443         (scheme-trace-procedure, scheme-expand-current-form): New commands.
11444         (scheme-form-at-point, scheme-start-file)
11445         (scheme-interactively-start-process): New functions.
11446         (scheme-get-process): New function, extracted from `scheme-proc'.
11447         (run-scheme): Call `scheme-start-file' to get start file, and pass
11448         it to `make-comint'.
11449         (switch-to-scheme, scheme-proc):
11450         Call `scheme-interactively-start-process' if no Scheme buffer/process
11451         is available.
11453 2005-08-06  Juri Linkov  <juri@jurta.org>
11455         * progmodes/compile.el (compilation-mode-font-lock-keywords):
11456         Use `compilation-text-face', `compilation-info-text-face' and
11457         `compilation-error-text-face' instead of `font-lock-keyword-face'.
11458         (compilation-error): New face.
11459         (compilation-error-file-name): Inherit from
11460         `compilation-error' instead of `font-lock-warning-face'.
11461         (compilation-warning-file-name): Inherit from
11462         `compilation-warning' instead of `font-lock-warning-face'.
11463         (compilation-info, compilation-error-file-name)
11464         (compilation-warning-file-name, compilation-info-file-name)
11465         (compilation-line-number, compilation-column-number): Doc fix.
11466         (compilation-error-text-face, compilation-warning-text-face)
11467         (compilation-info-text-face): New face variables.
11468         (compilation-line-face, compilation-column-face)
11469         (compilation-enter-directory-face)
11470         (compilation-leave-directory-face): Doc fix.
11471         (compilation-text-face): New function.
11473         * progmodes/grep.el (grep-regexp-alist): Set 5th arg `TYPE' to 0
11474         instead of 1 to display binary file names as info file links.
11475         (grep-error-face): Use `compilation-error-face' instead of
11476         `font-lock-keyword-face'.
11477         (grep-mode-font-lock-keywords): Use `compilation-info-text-face'
11478         and `compilation-warning-text-face' instead of
11479         `font-lock-keyword-face'.  Use `compilation-error-text-face'
11480         instead of `grep-error-face'.
11482 2005-08-05  Kenichi Handa  <handa@m17n.org>
11484         * international/code-pages.el: Add autoload cookies for all coding
11485         systems.
11487 2005-08-04  Luc Teirlinck  <teirllm@auburn.edu>
11489         * cus-start.el (all): Put undo.c where it alphabetically belongs.
11491 2005-08-04  Juri Linkov  <juri@jurta.org>
11493         * progmodes/compile.el (compilation-mode-map):
11494         * progmodes/grep.el (grep-mode-map):
11495         Bind TAB to `compilation-next-error' and [backtab] to
11496         `compilation-previous-error'.
11498         * progmodes/grep.el (grep-regexp-alist): Replace complex regexp
11499         matching line numbers, column numbers and their ranges with regexp
11500         matching only line numbers.
11501         (grep-context-face): New face variable.
11502         (grep-mode-font-lock-keywords): Use it.
11504         * faces.el (read-face-name): Delete duplicate faces.
11506 2005-08-02  Juanma Barranquero  <lekktu@gmail.com>
11508         * thumbs.el (thumbs-find-image): Don't make variables
11509         automatically buffer local.
11510         (thumbs-current-tmp-filename, thumbs-current-image-filename)
11511         (thumbs-image-num): Make automatically buffer local.
11512         (thumbs-show-thumbs-list): Use `make-local-variable', not
11513         `make-variable-buffer-local'.
11514         (thumbs-insert-image): Make `thumbs-current-image-size' buffer-local.
11516         * play/doctor.el (doctor-type-symbol): "?\ " -> "?\s".
11517         (**mad**, *debug*, *print-space*, *print-upcase*, abuselst)
11518         (abusewords, account, afraidof, arerelated, areyou, bak, beclst)
11519         (bother, bye, canyou, chatlst, continue, deathlst, describe)
11520         (drnk, drugs, eliza-flag, elizalst, famlst, feared, fears)
11521         (feelings-about, foullst, found, hello, history, howareyoulst)
11522         (howdyflag, huhlst, ibelieve, improve, inter, isee, isrelated)
11523         (lincount, longhuhlst, lover, machlst, mathlst, maybe, moods)
11524         (neglst, obj, object, owner, please, problems, qlist)
11525         (random-adjective, relation, remlst, repetitive-shortness)
11526         (replist, rms-flag, schoollst, sent, sexlst, shortbeclst)
11527         (shortlst, something, sportslst, stallmanlst, states, subj)
11528         (suicide-flag, sure, things, thlst, toklst, typos, verb, want)
11529         (whatwhen, whereoutp, whysay, whywant, zippy-flag, zippylst):
11530         Defvar at compile time.
11532         * progmodes/ada-mode.el (ada-mode): Use `make-local-variable',
11533         not `make-variable-buffer-local'.
11535 2005-08-02  Kim F. Storm  <storm@cua.dk>
11537         * emulation/cua-rect.el (cua--highlight-rectangle): Only show
11538         rectangle overlay in selected window.
11540 2005-08-01  Luc Teirlinck  <teirllm@auburn.edu>
11542         * cus-start.el (all): Put `indicate-empty-lines' in fringe group
11543         instead of display group.  Make `indicate-buffer-boundaries'
11544         customizable through Custom.
11546 2005-08-01  Juanma Barranquero  <lekktu@gmail.com>
11548         * progmodes/gdb-ui.el (gdb-frame-address, gdb-var-changed)
11549         (gdb-output-sink, gdba, gdb-cpp-define-alist-program)
11550         (gdb-set-gud-minor-mode, gdb-exited, gdb-setup-windows)
11551         (gdb-put-string): Fix typos in docstrings.
11553 2005-08-01  Nick Roberts  <nickrob@snap.net.nz>
11555         Update copyright notices of files in progmodes directory for
11556         release of Emacs 22.1.
11558         * progmodes/gdb-ui.el (gdb-enable-debug-log): Add autoload cookie.
11560         * progmodes/gud.el (gud-tooltip-mode): Add autoload cookie.
11561         Don't barf if the GUD buffer has been killed.
11563 2005-08-01  Kim F. Storm  <storm@cua.dk>
11565         * textmodes/table.el (table-yank-handler): Change defcustom to defvar.
11567 2005-07-29  Stefan Monnier  <monnier@iro.umontreal.ca>
11569         * simple.el (next-error-follow-minor-mode):
11570         make-variable-buffer-local -> make-local-variable.
11572         * emacs-lisp/cl-extra.el: Require CL also when compiling.
11574         * emacs-lisp/bytecomp.el (byte-compile-make-variable-buffer-local)
11575         (byte-compile-form-make-variable-buffer-local): New functions to warn
11576         about misuses of make-variable-buffer-local where make-local-variable
11577         was meant.
11579 2005-07-29  Juanma Barranquero  <lekktu@gmail.com>
11581         * bs.el (bs-attributes-list): Doc fix.
11582         (bs): Update url-link.
11584         * desktop.el (desktop-save-buffer): Fix typos in docstring.
11585         (desktop-load-default): Simplify.
11587         * ibuffer.el (ibuffer-columnize-and-insert-list)
11588         (ibuffer-mouse-toggle-mark, ibuffer-count-marked-lines)
11589         (ibuffer-unmark-all, ibuffer-toggle-marks)
11590         (ibuffer-unmark-forward, ibuffer-unmark-backward)
11591         (ibuffer-compile-make-format-form, ibuffer-format-column)
11592         (ibuffer-current-buffers-with-marks)
11593         (ibuffer-update-title-and-summary): "?\ " -> "?\s".
11594         (ibuffer): Doc fix.
11595         (ibuffer-mode): Fix typo in docstring.
11596         (ibuffer-hooks, ibuffer-mode-hooks): Make obsolete and declare
11597         with `define-obsolete-variable-alias'.
11598         (ibuffer-elide-long-columns): Mark as obsolete.  Doc fix.
11600 2005-07-29  Kenichi Handa  <handa@m17n.org>
11602         * international/mule-cmds.el (select-message-coding-system):
11603         Be sure to use LF for end-of-line.  If no coding system is decided,
11604         return iso-8859-1-unix.
11606 2005-07-28  Stefan Monnier  <monnier@iro.umontreal.ca>
11608         * net/ange-ftp.el (ange-ftp-gateway-fatal-msgs)
11609         (ange-ftp-pending-error-line): New vars.
11610         (ange-ftp-process-handle-line, ange-ftp-process-filter): Use them
11611         to handle the non-fatal no-route-to-host messages.
11612         (internal-ange-ftp-mode): Make the no-match regexp more efficient.
11614 2005-07-28  Juanma Barranquero  <lekktu@gmail.com>
11616         * isearch.el (isearch-mode-map, isearch-other-meta-char)
11617         (isearch-quote-char, isearch-printing-char)
11618         (isearch-text-char-description): "?\ " -> "?\s".
11619         (isearch-lazy-highlight-cleanup)
11620         (isearch-lazy-highlight-initial-delay)
11621         (isearch-lazy-highlight-interval)
11622         (isearch-lazy-highlight-max-at-a-time)
11623         (isearch-lazy-highlight-face, isearch-lazy-highlight-cleanup):
11624         Declare with define-obsolete-*-alias macros.
11625         (isearch-forward): Fix typo in docstring.
11626         (search-invisible, search-ring-yank-pointer)
11627         (regexp-search-ring-yank-pointer): Doc fixes.
11629         * recentf.el (recentf-menu-append-commands-p): Declare with
11630         `define-obsolete-variable-alias'.
11631         (recentf-max-saved-items, recentf-menu-filter)
11632         (recentf-arrange-by-rule-subfilter): Doc fixes.
11633         (recentf-menu-append-commands-flag)
11634         (recentf-initialize-file-name-history, recentf-expand-file-name)
11635         (recentf-clear-data): Fix typos in docstrings.
11637 2005-07-28  Nick Roberts  <nickrob@snap.net.nz>
11639         * progmodes/gdb-ui.el: Smarten comments.
11640         (gdb-info-breakpoints-custom): Use nowarn when finding file.
11642 2005-07-27  Dan Nicolaescu  <dann@ics.uci.edu>
11644         * term/apollo.el (terminal-init-apollo): New function containing
11645         all former top level forms in the file.
11646         * term/bobcat.el (terminal-init-bobcat):
11647         * term/cygwin.el (terminal-init-cygwin):
11648         * term/iris-ansi.el (terminal-init-iris-ansi):
11649         * term/linux.el (terminal-init-linux):
11650         * term/news.el (terminal-init-news):
11651         * term/rxvt.el (terminal-init-rxvt):
11652         * term/sun.el (terminal-init-sun):
11653         * term/tvi970.el (terminal-init-tvi970):
11654         * term/vt100.el (terminal-init-vt100):
11655         * term/vt102.el (terminal-init-vt102):
11656         * term/vt125.el (terminal-init-vt125):
11657         * term/vt200.el (terminal-init-vt200):
11658         * term/vt201.el (terminal-init-vt201):
11659         * term/vt220.el (terminal-init-vt220):
11660         * term/vt240.el (terminal-init-vt240):
11661         * term/vt300.el (terminal-init-vt300):
11662         * term/vt320.el (terminal-init-vt320):
11663         * term/vt400.el (terminal-init-vt400):
11664         * term/vt420.el (terminal-init-vt420):
11665         * term/wyse50.el (terminal-init-wyse50):
11666         * term/xterm.el (terminal-init-xterm): Likewise.
11668         * term/README: Describe the terminal-init-* functionality.
11670         * startup.el (command-line): After loading the terminal initialization
11671         file call the corresponding terminal initialization function.
11673 2005-07-27  Kenichi Handa  <handa@m17n.org>
11675         * ps-bdf.el (bdf-read-font-info): Ignore glyphs whose ENCODING is
11676         negative.
11678         * ps-mule.el (ps-mule-bitmap-prologue): Fix arguments to setcharwidth.
11679         (ps-mule-composition-prologue): Fix for the case that
11680         RelativeCompose is false.
11682 2005-07-26  Stefan Monnier  <monnier@iro.umontreal.ca>
11684         * smerge-mode.el (smerge-ediff): Use insert-buffer-substring.
11686         * descr-text.el (describe-char): Handle the case where the list of
11687         chars is displayed in a separate frame.
11688         Be a bit more discriminating when looking for the char.
11690 2005-07-26  Juanma Barranquero  <lekktu@gmail.com>
11692         * bookmark.el (bookmark-automatically-show-annotations)
11693         (bookmark-read-annotation-text-func): Doc fixes.
11694         (bookmark-save): Improve argument/docstring consistency.
11695         (bookmark-get-bookmark, bookmark-get-bookmark-record)
11696         (bookmark-alist-from-buffer)
11697         (bookmark-upgrade-file-format-from-0)
11698         (bookmark-grok-file-format-version)
11699         (bookmark-maybe-upgrade-file-format, bookmark-kill-line)
11700         (bookmark-read-annotation-mode)
11701         (bookmark-insert-current-bookmark, bookmark-jump)
11702         (bookmark-exit-hook): Fix typos in docstrings.
11703         (bookmark-exit-hooks): Define as obsolete alias.
11704         (bookmark-exit-hook-internal): Run `bookmark-exit-hook',
11705         not `bookmark-exit-hooks'.  Fix docstring.
11706         (bookmark-bmenu-select): "?\ " -> "?\s".
11708 2005-07-25  Ari Roponen  <arjuropo@cc.jyu.fi>  (tiny change)
11710         * startup.el (command-line): Fix typo.
11712 2005-07-24  Richard M. Stallman  <rms@gnu.org>
11714         * tooltip.el (tooltip-mode): Test emacs-basic-display,
11715         not emacs-quick-startup.
11717 2005-07-24  Juanma Barranquero  <lekktu@gmail.com>
11719         * emacs-lisp/re-builder.el (reb-with-current-window): Delete.
11720         (reb-next-match, reb-show-subexp): Use `with-selected-window'
11721         instead of `reb-with-current-window'.
11722         (reb-prev-match): Likewise.  Also, don't move left if the search
11723         was unsuccessful.
11724         (reb-initialize-buffer): New function.
11725         (re-builder, reb-change-syntax): Use it.
11727         * man.el (Man-goto-page): Make second argument NOERROR optional.
11729 2005-07-23  Richard M. Stallman  <rms@gnu.org>
11731         * man.el (Man-bgproc-sentinel): Check here for failure to find
11732         any man page in the output, and report the error here.
11733         (Man-arguments): Make it permanent local.
11734         (Man-goto-page): New arg NOERROR.  Never kill the current buffer.
11735         (Man-mode): Pass t for NOERROR.
11737         * progmodes/grep.el (grep-error-face): Use font-lock-keyword-face.
11738         (grep-mode-font-lock-keywords):
11739         Don't use compilation-...-face for messages that are not file names.
11741         * progmodes/compile.el (compilation-mode-font-lock-keywords):
11742         Don't use compilation-...-face for messages that are not file names.
11744 2005-07-22  Juri Linkov  <juri@jurta.org>
11746         * startup.el (normal-splash-screen): Update menu name.
11748         * tempo.el (tempo-insert-template): Fix 2005-07-16 change.
11750 2005-07-22  Dan Nicolaescu  <dann@ics.uci.edu>
11752         * term/xterm.el: Load term/rxvt if the terminal is actually an
11753         rxvt terminal.
11754         (xterm-rxvt-set-background-mode): Remove, not used anymore.
11756         * term/rxvt.el (function-key-map): Use substitute-key-definition
11757         to bind {C,S,C-S}-{f1-f10}.  Add a few missing key bindings.
11759         * term/cygwin.el: New file.
11761 2005-07-22  Kim F. Storm  <storm@cua.dk>
11763         * image-file.el (insert-image-file, image-file-yank-handler):
11764         Fix last change to maintain a (unique) yank-handler on yanked images.
11766 2005-07-22  Eduardo Mu\e,Aq\e(Boz  <emufer@terra.es>  (tiny change)
11768         * dired.el (dired-move-to-filename-regexp): Recognize the B suffix
11769         of the file size (as in "177B" for 177 bytes).  This happens with
11770         "ls -lh" on FreeBSD.
11772 2005-07-22  Juanma Barranquero  <lekktu@gmail.com>
11774         * hilit-chg.el (highlight-changes-global-initial-state)
11775         (highlight-compare-buffers, hilit-chg-turn-on-maybe)
11776         (hilit-chg-fixup, highlight-changes-mode):
11777         Fix typos in docstrings.
11778         (highlight-changes-global-modes, highlight-changes-rotate-faces):
11779         Doc fixes.
11781 2005-07-21  Luc Teirlinck  <teirllm@auburn.edu>
11783         * emacs-lisp/easy-mmode.el (define-minor-mode): Never call the
11784         mode function using `eval-after-load'.
11786 2005-07-21  Kim F. Storm  <storm@cua.dk>
11788         * mail/emacsbug.el (report-emacs-bug): Request that backtraces are
11789         included when reporting an emacs crash, and tell about the DEBUG file.
11791         * image-file.el (insert-image-file): Add yank-handler.
11792         (image-file-yank-handler): Yank handler to make unique copies of
11793         images when they are yanked into a buffer next to each other.
11795 2005-07-21  Juanma Barranquero  <lekktu@gmail.com>
11797         * comint.el (comint-use-prompt-regexp, comint-send-input)
11798         (comint-source-default, comint-extract-string)
11799         (comint-get-source, comint-word, comint-completion)
11800         (comint-source, comint-prompt-read-only, comint-update-fence):
11801         Fix typos in docstrings.
11802         (comint-use-prompt-regexp-instead-of-fields, comint-kill-output):
11803         Declare with define-obsolete-*-alias macros.
11804         (comint-previous-matching-input-from-input)
11805         (comint-next-matching-input-from-input)
11806         (comint-previous-matching-input, comint-next-matching-input)
11807         (comint-forward-matching-input):
11808         Improve argument/docstring consistency.
11810         * desktop.el (desktop-clear-preserve-buffers-regexp):
11811         Also preserve the *server* buffer.
11813         * simple.el (clone-indirect-buffer): Doc fix.
11814         (fixup-whitespace, just-one-space)
11815         (backward-delete-char-untabify, lambda): "?\ " -> "?\s".
11816         (next-error, next-error-highlight)
11817         (next-error-highlight-no-select, next-error-last-buffer)
11818         (next-error-buffer-p, next-error-find-buffer, next-error)
11819         (previous-error, next-error-no-select, previous-error-no-select)
11820         (open-line, split-line, minibuffer-prompt-width, kill-new)
11821         (binary-overwrite-mode): Fix typos in docstrings.
11822         (set-fill-column): Fix typo in message.
11824         * skeleton.el (skeleton-proxy-new): Doc fix.
11826         * strokes.el (strokes-load-hook): Doc fix.
11827         (strokes-grid-resolution, strokes-get-grid-position)
11828         (strokes-renormalize-to-grid, strokes-read-stroke)
11829         (strokes-read-complex-stroke, strokes-file, strokes-last-stroke)
11830         (strokes-global-map): Fix typos in docstrings.
11831         (strokes-help): Doc fix.  Fix help message and pass it through
11832         `substitute-command-keys'.
11834         * tempo.el (tempo-insert-prompt, tempo-interactive)
11835         (tempo-show-completion-buffer, tempo-tags, tempo-match-finder)
11836         (tempo-insert-string-functions, tempo-local-tags)
11837         (tempo-define-template, tempo-insert-template)
11838         (tempo-insert-prompt-compat, tempo-is-user-element)
11839         (tempo-insert-mark, tempo-find-match-string, tempo-complete-tag):
11840         Fix typos in docstrings.
11842         * vcursor.el (vcursor-other-window, vcursor-bind-keys)
11843         (vcursor-key-bindings, vcursor-use-vcursor-map)
11844         (vcursor-find-window, vcursor-scroll-down)
11845         (vcursor-disable, vcursor-beginning-of-buffer)
11846         (vcursor-end-of-buffer): Fix typos in docstrings.
11847         (vcursor-relative-move, vcursor-get-char-count):
11848         Improve argument/docstring consistency.
11850         * version.el: "?\ " -> "?\s".
11852         * wid-edit.el (widget-default-create, widget-after-change)
11853         (widget-default-format-handler, widget-checklist-add-item)
11854         (widget-radio-add-item, widget-choose, widget-specify-secret)
11855         (widget-field-value-create, widget-field-value-get)
11856         (widget-editable-list-format-handler)
11857         (widget-editable-list-entry-create, widget-group-value-create)
11858         (widget-documentation-link-add)
11859         (widget-documentation-string-value-create): "?\ " -> "?\s".
11860         (widget-convert-text): Doc fix.
11861         (widget-narrow-to-field, widget-field-find)
11862         (widget-url-link-action, widget-emacs-library-link-action)
11863         (widget-color-notify): Fix typos in docstrings.
11865         * w32-fns.el (w32-shell-name): Use `bound-and-true-p'.
11866         (x-select-text, set-w32-system-coding-system)
11867         (w32-add-charset-info): Fix typos in docstrings.
11869         * emulation/cua-base.el (cua-mode, cua-enable-register-prefix)
11870         (cua-enable-cua-keys, cua-use-hyper-key)
11871         (cua-virtual-rectangle-edges): Fix typos in docstrings.
11872         (cua--M/H-key, cua--init-keymaps): "?\ " -> "?\s".
11874         * net/tramp.el (tramp-handle-load): Fix typo in error message.
11876         * emacs-lisp/re-builder.el (regexp-builder): Declare with
11877         `defalias' instead of faking it.
11879         * eshell/em-ls.el (eshell-ls-decorated-name): Doc fix.
11880         (eshell-ls-missing, eshell-ls-dired-initial-args)
11881         (eshell-ls-use-in-dired): Fix typos in docstrings.
11883 2005-07-20  Kim F. Storm  <storm@cua.dk>
11885         * emulation/cua-base.el (cua-mode): Improve doc string.
11887 2005-07-20  Juanma Barranquero  <lekktu@gmail.com>
11889         * abbrev.el (expand-region-abbrevs): Doc fix.
11890         (inverse-add-mode-abbrev, inverse-add-global-abbrev):
11891         Improve argument/docstring consistency.
11893         * arc-mode.el (archive-get-descr, archive-alternate-display):
11894         Doc fixes.
11895         (archive-l-e): Improve argument/docstring consistency.
11896         (archive-tmpdir, archive-unixdate, archive-unixtime)
11897         (archive-chmod-entry): Fix typos in docstrings.
11898         (archive-unflag, archive-unflag-backwards)
11899         (archive-unmark-all-files): "?\ " -> "?\s".
11901         * buff-menu.el (Buffer-menu-unmark): Doc fix.
11902         (Buffer-menu-not-modified, Buffer-menu-execute)
11903         (Buffer-menu-toggle-read-only, Buffer-menu-buffer+size)
11904         (list-buffers-noselect, Buffer-menu-select): "?\ " -> "?\s".
11906         * composite.el (compose-string, encode-composition-rule)
11907         (compose-last-chars): Fix typos in docstrings.
11909         * desktop.el (desktop-enable, desktop-basefilename):
11910         Declare with `define-obsolete-variable-alias'.
11911         (desktop-internal-v2s): Don't quote keywords.
11912         (desktop-clear): "?\ " -> "?\s".
11914         * dired.el (dired-align-file, dired-flag-backup-files)
11915         (dired-change-marks, dired-unmark-all-files): "?\ " -> "?\s".
11916         (dired-listing-switches, dired-ls-F-marks-symlinks)
11917         (dired-dwim-target, dired-load-hook, dired-mode-hook)
11918         (dired-directory, dired-faces, dired, dired-revert)
11919         (dired-mode, dired-summary, dired-view-file)
11920         (dired-copy-filename-as-kill, dired-delete-file)
11921         (dired-no-confirm, dired-unmark-all-marks)
11922         (dired-sort-by-date-regexp, dired-sort-by-name-regexp)
11923         (dired-sort-inhibit, dired-sort-other): Fix typos in docstrings.
11924         (dired-undo, dired-get-file-for-visit, dired-sort-toggle-or-edit):
11925         Fix typos in message strings.
11927         * dired-x.el (virtual-dired): Declare with `defalias'.
11928         (dired-mark-unmarked-files, dired-local-variables-file)
11929         (dired-omit-here-always): Doc fix.
11930         (dired-omit-mode, dired-find-subdir)
11931         (dired-enable-local-variables, dired-clean-up-buffers-too)
11932         (dired-extra-startup, dired-mark-extension, dired-jump)
11933         (dired-jump-other-window, dired-omit-localp, dired-virtual-mode)
11934         (dired-smart-shell-command, dired-guess-shell-alist-user)
11935         (dired-man, dired-initial-position, dired-x-hands-off-my-keys)
11936         (dired-x-bind-find-file, dired-x-submit-report):
11937         Fix typos in docstrings.
11938         (dired-mark-unmarked-files): "?\ " -> "?\s".
11940         * dirtrack.el (dirtrack-list): Fix typos in docstring.
11942         * faces.el (describe-face): "?\ " -> "?\s".
11943         (read-all-face-attributes, read-face-font, modify-face)
11944         (face-attr-construct, italic): Fix typos in docstrings.
11945         (frame-update-face-colors): Declare with
11946         `define-obsolete-function-alias'.
11948         * files.el (find-file-noselect, recode-file-name): Doc fixes.
11949         (insert-directory, kill-some-buffers): "?\ " -> "?\s".
11950         (magic-mode-alist, buffer-file-numbers-unique)
11951         (write-file-functions, get-free-disk-space):
11952         Fix typos in docstrings.
11953         (find-file-not-found-hooks, find-file-hooks, write-file-hooks)
11954         (write-contents-hooks, write-file-hooks):
11955         Declare with `define-obsolete-variable-alias'.
11957         * forms-d2.el (arch-rj): Fix typo in docstrings.
11958         (arch-tocol): Likewise.  "?\ " -> "?\s".
11960         * frame.el (set-frame-font, cursor-in-non-selected-windows):
11961         Fix typo in docstring.
11962         (set-screen-width, set-screen-height): Delete redundant info in
11963         doctrings.
11964         (new-frame, screen-height, screen-width): Declare with
11965         `define-obsolete-function-alias'.
11966         (delete-frame-hook, blink-cursor): Declare with
11967         `define-obsolete-variable-alias'.
11969         * paths.el (prune-directory-list): Fix typos in docstring.
11971         * pcvs-util.el (cvs-flags-query, cvs-strings->string)
11972         (cvs-prefix-get): Fix typos in docstrings.
11974         * ps-print.el (ps-extend-face-list, ps-extend-face)
11975         (ps-print-background-image): Fix typos in docstrings.
11976         (ps-default-fg, ps-default-bg): Doc fixes.
11978         * s-region.el (s-region-bind): Doc fix.
11979         (s-region-move-p1, s-region-move-p2): Fix typos in docstrings.
11981         * textmodes/org.el (org-table-formula-substitute-names)
11982         (org-table-get-vertical-vector): Doc fixes.
11983         (org-table-recalculate): Remove unused argument to `message'.
11985 2005-07-19  Carsten Dominik  <dominik@science.uva.nl>
11987         * textmodes/org.el (org-table-column-names)
11988         (org-table-column-name-regexp)
11989         (org-table-named-field-locations): New variables.
11990         (org-archive-subtree): Protect `this-command' when calling
11991         `org-copy-subtree' and `org-cut-subtree', to avoid appending to
11992         the kill buffer.
11993         (org-complete): Remove fixed-formula completion.
11994         (org-edit-formulas-map): New variable.
11995         (org-table-edit-formulas): New command.
11996         (org-finish-edit-formulas, org-abort-edit-formulas)
11997         (org-show-variable, org-table-get-vertical-vector): New functions.
11998         (org-table-maybe-eval-formula): Handle `:=' fields.
11999         (org-table-get-stored-formulas, org-table-store-formulas)
12000         (org-table-get-formula, org-table-modify-formulas)
12001         (org-table-replace-in-formulas): Handle named field formulas.
12002         (org-table-get-specials): Store locations of named fields.
12004 2005-07-19  Juri Linkov  <juri@jurta.org>
12006         * progmodes/grep.el (grep-regexp-alist)
12007         (grep-mode-font-lock-keywords, grep-process-setup):
12008         Use default GNU grep match color "01;31m" instead of "01;41m".
12009         (grep-regexp-alist, grep-mode-font-lock-keywords):
12010         Use `\\[[0-9]*m' instead of `\\[00m'.
12011         (grep-regexp-alist): Move `\\(?:\033\\[K\\)?' from sgr_end to
12012         sgr_start where its handling is more important.  Use the real
12013         length of sgr_start instead of constant 8.
12014         (grep-mode-font-lock-keywords): Don't delete `\\(?:\033\\[K\\)?'
12015         specially.  Delete all remaining escape sequences.
12016         (grep-process-setup): Set "GREP_COLORS" for GNU grep 2.5.1-cvs.
12017         (grep-regexp-alist): Make hyperlink only for binary file name
12018         instead of the whole line.
12019         (grep-mode-map): Bind `backtab' to `compilation-previous-file'.
12020         (grep-mode): Add autoload.
12022         * emacs-lisp/find-func.el (find-function-regexp):
12023         Add `define-compilation-mode'.
12025 2005-07-19  Juri Linkov  <juri@jurta.org>
12027         * compare-w.el (compare-ignore-whitespace, compare-windows-sync)
12028         (compare-windows-sync-string-size, compare-windows-recenter)
12029         (compare-windows-highlight, compare-windows): Add version 22.1.
12030         (compare-windows) <defface>: Inherit from lazy-highlight instead
12031         of duplicating its default value.
12033         * cus-edit.el (custom-mode-map): Bind `C-c C-c' to `Custom-set'.
12034         (Custom-mode-menu): Use `info' instead of `Info-goto-node'.
12036         * descr-text.el (describe-char): Create link buttons for `charset'
12037         and `code point'.  Add the current input method name with a link
12038         button to `to input' field.  Print face names of display table
12039         characters in `The display table entry is displayed by' section
12040         instead of printing face-id in the `display' field.
12041         Guess hardcoded faces and create a link button for them.
12042         Skip empty fields when calculating max-width.
12043         Treat `widget-create' specially while inserting strings from the
12044         collected field list.
12045         (describe-char-after): Made obsolete in version 22.1, not 21.5.
12047         * diff-mode.el (diff-file-header): Change foreground color from
12048         yellow to green on light backgrounds.
12049         (diff-context): Inherit from `shadow' only for color/grayscale
12050         with more than 88 colors.
12051         (diff-indicator-removed, diff-indicator-added)
12052         (diff-indicator-changed): New faces.
12053         (diff-font-lock-keywords): Use new faces.  Regroup rules.
12054         Add "^---$" for `normal' diff format.  Fontify `#' lines with
12055         font-lock-comment-delimiter-face and font-lock-comment-face.
12056         Add `#' to ^[^...] in the rule for `diff-context-face'.
12058         * faces.el (mode-line-highlight): Replace RoyalBlue4 with
12059         a button-like box.  Inherit from `highlight' on low colors.
12060         (shadow): Use shades of gray only for color/grayscale with
12061         more than 88 colors.  Use green for light backgrounds with
12062         8 colors, and yellow for dark backgrounds with 8 colors.
12064         * font-lock.el (font-lock-regexp-grouping-backslash):
12065         Don't inherit from escape-glyph (use bold for all cases).
12067         * info.el (info-xref-visited): Use light foreground color `violet'
12068         for dark backgrounds instead of dark color `magenta3'.
12069         (info-title-1): Use `yellow' color for dark backgrounds.
12071         * isearch.el (isearch): Use not-too-dark magenta3 instead of
12072         too-light magenta2.
12074         * replace.el (match): Use slightly more light RoyalBlue3 instead
12075         of dark RoyalBlue4.
12077         * wid-edit.el (widget-inactive): Inherit from `shadow'.
12079 2005-07-19  Juanma Barranquero  <lekktu@gmail.com>
12081         * novice.el (disabled-command-hook): Declare it with
12082         `define-obsolete-variable-alias'.
12084         * desktop.el (desktop-enable, desktop-buffer-modes-to-save)
12085         (desktop-buffer-misc-functions, desktop-buffer-handlers)
12086         (desktop-load-default): Add release to obsolescence info.
12087         (desktop-globals-to-clear, desktop-buffer-mode-handlers)
12088         (desktop-append-buffer-args, desktop-read):
12089         Fix typos in docstrings.
12090         (desktop-kill): Fix typo in message.
12091         (desktop-save): Doc fix.
12093 2005-07-19  Michael Kifer  <kifer@cs.stonybrook.edu>
12095         * viper-cmd.el (viper-escape-to-state): Bug fix.
12096         (viper-envelop-ESC-key): Change the definition of fast
12097         keysequence so it'll work with keyboard macros.
12099         * ediff.el (ediff-patch-buffer): Change the docstring.
12101 2005-07-19  Kenichi Handa  <handa@m17n.org>
12103         * international/mule-cmds.el (select-safe-coding-system): Try to
12104         use an auto-coding (if any) before anything else.  If the found
12105         auto-coding is invalid, show a warning message.
12107         * international/mule.el (find-auto-coding): New function created
12108         by modifying the body of set-auto-coding.
12109         (set-auto-coding): Use find-auto-coding to find a coding.
12111 2005-07-18  Richard M. Stallman  <rms@gnu.org>
12113         * allout.el (allout-isearch-expose): Use isearch-mode-end-hook-quit,
12114         not isearch-mode-end-hook-error.
12115         (allout-before-change-protect): Fix error message.
12117 2005-07-18  Juri Linkov  <juri@jurta.org>
12119         * allout.el (allout-mode):
12120         * calculator.el (calculator-copy):
12121         * custom.el (custom-known-themes):
12122         * dired.el (dired-desktop-buffer-misc-data)
12123         (dired-restore-desktop-buffer):
12124         * dired-x.el (dired-omit-marker-char):
12125         * files.el (basic-save-buffer):
12126         * font-core.el (font-lock-mode):
12127         * calendar/calendar.el (calendar-goto-hebrew-date)
12128         (calendar-goto-coptic-date, calendar-goto-ethiopic-date)
12129         (calendar-goto-persian-date):
12130         * language/ethio-util.el (ethio-sera-to-fidel-region):
12131         * textmodes/picture.el (picture-mode):
12132         Delete duplicate duplicate words.
12134 2005-07-18  Juri Linkov  <juri@jurta.org>
12136         * isearch.el (isearch-mode-map): Remove key bindings for regexp
12137         chars * ? } |.
12138         (isearch-fallback): Don't call `isearch-process-search-char'.
12139         (isearch-*-char, isearch-}-char, isearch-|-char): Remove functions.
12140         (isearch-process-search-char): Call `isearch-fallback' for regexp
12141         chars * ? } |.
12142         (isearch-return-char): Make obsolete with `make-obsolete' instead
12143         of simply documenting it as obsolete in the docstring.
12144         (isearch-fallback): Refill docstring.
12146         * international/isearch-x.el
12147         (isearch-process-search-multibyte-characters): Remove unneeded
12148         `concat'.  Add intermediate values to `junk-hist' instead of
12149         `minibuffer-history'.  Test the length of `str'.
12151 2005-07-18  Juanma Barranquero  <lekktu@gmail.com>
12153         * allout.el (allout-resolve-xref): Fix typos in error strings.
12154         (allout-before-change-protect): Remove unneeded `concat'.
12156         * array.el (array-mode, array-reconfigure-rows)
12157         (untabify-backward): Fix typos in docstrings.
12158         (array-reconfigure-rows): Use `insert-buffer-substring', not
12159         `insert-buffer'.
12161         * calendar/icalendar.el (icalendar--get-unfolded-buffer):
12162         * progmodes/ada-mode.el (ada-make-body):
12163         Use `insert-buffer-substring' and `goto-char', not `insert-buffer'.
12165         * dired.el (dired-log):
12166         * tar-mode.el (tar-subfile-save-buffer):
12167         * play/zone.el (zone-pgm-stress-destress):
12168         Use `insert-buffer-substring', not `insert-buffer'.
12170 2005-07-17  Simon Josefsson  <jas@extundo.com>
12172         * mail/smtpmail.el (smtpmail-auth-supported): Prefer PLAIN over LOGIN.
12174 2005-07-16  Jose E. Marchesi  <jemarch@gnu.org>
12176         * lisp/mail/smtpmail.el (smtpmail-auth-supported):
12177         Add plain auth method.
12178         (smtpmail-try-auth-methods): Add AUTH PLAIN dialog.
12180 2005-07-17  Kim F. Storm  <storm@cua.dk>
12182         * ido.el (dired-other-window): Add ido property.
12184 2005-07-16  Juanma Barranquero  <lekktu@gmail.com>
12186         * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
12187         Fix typo in docstring.
12188         (byte-compile-interactive-only-functions): Add `insert-buffer' and
12189         `insert-file-literally'.
12191         * emacs-lisp/edebug.el (def-edebug-form-spec): Add obsolescence
12192         info and delete redundant message.  Doc fix.
12193         (edebug-install-custom-print-funcs, edebug-reset-print-funcs)
12194         (edebug-uninstall-custom-print-funcs): Define as obsolete aliases.
12196 2005-07-16  Richard M. Stallman  <rms@gnu.org>
12198         * emacs-lisp/bytecomp.el (byte-compile-and-recursion): New function.
12199         (byte-compile-and): Use byte-compile-and-recursion.
12200         (byte-compile-or-recursion): New function.
12201         (byte-compile-or): Use that.
12202         (byte-compile-if): Guard the else-clause too.
12203         (byte-compile-maybe-guarded): Handle (not (featurep 'emacs)).
12205         * isearch.el (isearch-mode-end-hook-quit): New variable.
12206         (isearch-done): Bind it.
12207         (isearch-mode-end-hook): Doc fix.
12209         * allout.el (allout-isearch-did-quit): Variable deleted.
12210         (allout-real-isearch-abort): Function name no longer used.
12211         (allout-mode): Do allout-enwrap-isearch whenever feature is wanted.
12212         (allout-isearch-rectification): isearch-mode always exists.
12213         Don't set allout-isearch-did-quit.
12214         (allout-isearch-expose): Check isearch-mode-end-hook-error, not
12215         allout-isearch-did-quit.
12216         (allout-enwrap-isearch): Just add the hook.
12217         (allout-isearch-abort): Function deleted.
12218         (allout-pre-command-business): Avoid warning.
12220         * progmodes/pascal.el (pascal-outline-map): Use fboundp, not boundp.
12221         Correctly avoid warnings.
12222         (pascal-outline): Likewise.
12224         * progmodes/f90.el (f90-abbrev-start): Avoid warning.
12226         * progmodes/asm-mode.el (asm-comment): Use with-no-warnings.
12228         * play/tetris.el (tetris-mode): Avoid warning.
12230         * play/snake.el (snake-mode): Avoid warning.
12232         * play/gamegrid.el (gamegrid-shared-game-dir): Add defvar.
12233         (gamegrid-set-display-table): Avoid warning.
12234         (gamegrid-set-timer): Likewise.
12235         (gamegrid-make-mono-tty-face): Use set-face-inverse-video-p.
12236         (gamegrid-add-score-with-update-game-score-1): Take FILE
12237         as argument.
12238         (gamegrid-add-score-with-update-game-score): Pass that argument.
12239         Rename have-shared-game-dir to gamegrid-shared-game-dir.
12241         * net/eudc-hotlist.el (eudc-hotlist-mode): Avoid warnings.
12243         * net/eudc-bob.el (eudc-jump-to-event): Avoid warning.
12244         (eudc-bob-display-jpeg, eudc-bob-can-display-inline-images): Likewise.
12246         * mail/uce.el (uce-reply-to-uce): Replace beginning-of-buffer
12247         and insert-file.
12249         * mail/supercite.el (sc-no-blank-line-or-header): Avoid warning.
12250         (sc-ask): Avoid warnings.
12252         * eshell/em-hist.el (eshell-rebind-keys-alist): Add defvar.
12253         (eshell-hist-initialize): Use that var the natural way.
12255         * emulation/viper-init.el (viper-activate-input-method): Avoid warning.
12257         * emacs-lisp/re-builder.el (reb-cook-regexp):
12258         Avoid warning calling lre-compile-string.
12259         (reb-color-display-p): Avoid warning.
12261         * calculator.el (calculator-last-input): Guard uses
12262         of event-key and key-press-event-p.
12263         (event-key, key-press-event-p): Delete definitions.
12265         * emacs-lisp/find-gc.el (find-gc-unsafe-list)
12266         (find-gc-source-directory, find-gc-subrs-callers)
12267         (find-gc-noreturn-list, find-gc-source-files)
12268         (find-gc-subrs-called): Vars renamed and defvar'd.
12270         * emacs-lisp/checkdoc.el (checkdoc-make-overlay)
12271         (checkdoc-overlay-put, checkdoc-delete-overlay)
12272         (checkdoc-overlay-start, checkdoc-overlay-end)
12273         (checkdoc-mode-line-update, checkdoc-char=):
12274         Define such that compiler knows they are defined.
12275         (checkdoc-call-eval-buffer): Delete.  Use eval-buffer directly.
12276         (checkdoc-read-event): Delete.  Use read-event directly.
12278         * whitespace.el (whitespace-make-overlay)
12279         (whitespace-overlay-put, whitespace-delete-overlay)
12280         (whitespace-overlay-start, whitespace-overlay-end):
12281         Define such that compiler knows they are defined.
12282         (whitespace): Move conditional inside.
12284         * tempo.el (tempo-insert-template): Suppress warning.
12286         * ediff-diff.el (longlines-mode): Add defvar.
12288 2005-07-16  Gary Howell  <g1howell-list@yahoo.com>  (tiny change)
12290         * server.el: Bind "C-x #" in a way that works even if C-x is
12291         redefined to a command key, not a prefix key.
12293 2005-07-16  Johan Bockgard  <bojohan@users.sourceforge.net>  (tiny change)
12295         * emacs-lisp/cl-macs.el (cl-make-type-test): Defer evaluation of
12296         cl-make-type-test till execution time.
12298 2005-07-16  Markus Rost  <rost@math.uni-bielefeld.de>
12300         * dired-x.el (dired-do-relsymlink-regexp): Add missing optional
12301         arg ARG and use it.
12303 2005-07-16  Johan Bockgard  <bojohan@users.sourceforge.net>  (tiny change)
12305         * emacs-lisp/cl-macs.el (cl-make-type-test): Add `atom' type.
12307 2005-07-15  Luc Teirlinck  <teirllm@auburn.edu>
12309         * emacs-lisp/easy-mmode.el (define-minor-mode): Avoid constructing
12310         a defcustom with two :set or :type keywords.
12312 2005-07-15  Richard M. Stallman  <rms@gnu.org>
12314         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
12315         Don't give ^M comment-end syntax.
12317 2005-07-16  Nick Roberts  <nickrob@snap.net.nz>
12319         * progmodes/gdb-ui.el (gdb-var-update, gdb-var-update-handler):
12320         Don't consider gdbmi (gdb-mi.el has its own update functions).
12321         (gdb-var-delete): Make it work for gdbmi as well.
12322         (gdb-speedbar-expand-node): Move var-update here for gdbmi.
12324         * progmodes/gud.el (etags, sdb): Only require etags when needed.
12325         (gud-speedbar-menu-items): Correct logic for enabling items.
12327 2005-07-15  Kim F. Storm  <storm@cua.dk>
12329         * ido.el: Fix commentary.
12330         (ido-define-mode-map): Move ido-next-work-file to C-M-o.
12331         Use with-no-warnings around ffap-guesser.
12332         (ido-file-internal, ido-read-file-name, ido-read-directory-name):
12333         Let bind minibuffer-completing-file-name to t.
12335 2005-07-15  Juanma Barranquero  <lekktu@gmail.com>
12337         * startup.el (site-run-file, keyboard-type): Doc fixes.
12338         (command-line): Check for "--basic-display" argument; also for
12339         "--quick", not "--bare-bones" (which was renamed).
12340         (fancy-splash-text): Add missing item "Getting New Versions".
12341         (normal-splash-screen): Fix typos and improve consistency with
12342         `fancy-splash-text'.  Update copyright year.
12344         * hexl.el (hexl-mode-map): Recognize also `ehelp-command' as a
12345         valid binding for `help-char'.
12347         * emacs-lisp/derived.el (derived-mode-hook-name): Doc fix.
12349 2005-07-14  Dan Nicolaescu  <dann@ics.uci.edu>
12351         * term.el (term-mode): Disable cua-mode for term buffers.
12353 2005-07-14  Juanma Barranquero  <lekktu@gmail.com>
12355         * add-log.el (add-log-mailing-address, change-log-merge):
12356         Doc fixes.
12357         (change-log-get-method-definition): Fix typo in docstring.
12359 2005-07-14  Kim F. Storm  <storm@cua.dk>
12361         * emulation/cua-base.el:
12362         (cua--pre-command-handler-1, cua--pre-command-handler)
12363         (cua--post-command-handler-1, cua--post-command-handler):
12364         Split in two.  Check (buffer local) value of cua-mode.
12365         (cua-selection-mode): New command.
12367 2005-07-13  Luc Teirlinck  <teirllm@auburn.edu>
12369         * custom.el (custom-initialize-safe-set)
12370         (custom-initialize-safe-default): Doc fixes.
12372         * frame.el (blink-cursor-mode): Use `custom-initialize-safe-default'
12373         and simplify :init-value again.
12375         * tooltip.el (tooltip-mode): Use `custom-initialize-safe-default'
12376         and simplify :init-value again.  Delete autoload.
12378         * startup.el (command-line): Use `custom-reevaluate-setting' again
12379         for tooltip-mode.
12381         * emacs-lisp/easy-mmode.el (define-minor-mode): Avoid constructing
12382         a defcustom with two :initialize keywords.
12384 2005-07-13  Juanma Barranquero  <lekktu@gmail.com>
12386         * allout.el (my-mark-marker, allout-isearch-prior-pos)
12387         (allout-unprotected, allout-undo-aggregation, allout-snug-back)
12388         (allout-post-command-business, allout-flag-region)
12389         (isearch-reenable-font-lock, allout-yank)
12390         (allout-insert-latex-header, allout-insert-latex-trailer)
12391         (allout-latex-verbatim-quote-curr-line, allout-latexify-exposed)
12392         (allout-latex-verb-quote): Fix typos in docstrings.
12393         (allout-enwrap-isearch, regexp-sans-escapes): Doc fixes.
12394         (allout-unprotected, allout-prefix-data):
12395         Improve argument/docstring consistency.
12396         (allout-chart-subtree): Fix argument spec.
12397         (allout-open-topic): Rename `use_sib_bullet' argument to
12398         `use-sib-bullet'.  Doc fix.
12400         * whitespace.el (whitespace-check-buffer-leading)
12401         (whitespace-check-buffer-trailing)
12402         (whitespace-check-buffer-indent)
12403         (whitespace-check-buffer-spacetab)
12404         (whitespace-check-buffer-ateol, whitespace-highlighted-space)
12405         (whitespace-check-leading-whitespace)
12406         (whitespace-check-trailing-whitespace)
12407         (whitespace-check-spacetab-whitespace)
12408         (whitespace-check-indent-whitespace)
12409         (whitespace-check-ateol-whitespace, whitespace-abort-on-error)
12410         (whitespace-modes): Fix typos in docstrings.
12411         (defgroup, defcustom): Doc fixes.
12413         * winner.el (winner-mode, winner-boring-buffers)
12414         (winner-pending-undo-ring): Doc fixes.
12415         (winner-ring): Remove unneeded `progn'.
12416         (winner-equal): `defsubst' it.
12417         (winner-redo): Fix message.
12419 2005-07-13  Kim F. Storm  <storm@cua.dk>
12421         * simple.el (line-move-1): Always use vertical-motion to
12422         do the last (or only) line move to ensure some movement.
12423         Undo 2005-06-23 change--don't check for overlays.
12425 2005-07-13  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
12427         * term/mac-win.el (ccl-encode-mac-roman-font)
12428         (ccl-encode-mac-centraleurroman-font)
12429         (ccl-encode-mac-cyrillic-font, ccl-encode-mac-symbol-font):
12430         (ccl-encode-mac-dingbats-font): Remove check for ASCII.
12431         Change charset-id boundary of dimension to ?\xef.
12432         (mac-char-fontspec-list): New constant.
12433         (fontset-add-mac-fonts): Use it.  Accept non-string `base-family'
12434         argument.  Nil uses itself as family in font-spec.  Previous
12435         behavior for nil is now provided by non-nil non-string argument.
12436         All callers changed.  Add font-specs for Mac fonts to
12437         "fontset-default" unless iso8859-1 fonts are installed.
12439 2005-07-13  Stefan Monnier  <monnier@iro.umontreal.ca>
12441         * progmodes/sh-script.el (sh-get-indent-info): Only indent
12442         a continuation line if the \ is preceded by SPC or TAB.
12443         (sh-get-indent-info): Simplify.
12444         (sh-mark-init, sh-learn-buffer-indent, sh-add-completer):
12445         Use with-current-buffer.
12447         * font-lock.el (font-lock-fontify-keywords-region): Avoid inf-loops
12448         when the matched text is empty.
12450 2005-07-12  Luc Teirlinck  <teirllm@auburn.edu>
12452         * startup.el (command-line): Revert to previous handling of
12453         tooltip-mode.  Explain in comment why the complexity is needed.
12455         * tooltip.el (tooltip-mode): Revert to previous implementation of
12456         its defcustom.
12458         * frame.el (blink-cursor-mode): Revert to previous implementation
12459         of its defcustom.  Update comment.
12461 2005-07-12  Lars Hansen  <larsh@soem.dk>
12463         * desktop.el: Update e-mail address.
12465 2005-07-12  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
12467         * term/mac-win.el (mac-services-mail-selection)
12468         (mac-services-mail-to): New functions.
12469         (mac-application-menu-map): Bind them.
12471 2005-07-12  wulei  <milton@wulei.net>  (tiny change)
12473         * progmodes/gdb-ui.el: Add note about buffering with Windows.
12475 2005-07-11  Luc Teirlinck  <teirllm@auburn.edu>
12477         * custom.el (custom-reevaluate-setting): Doc fix.
12479 2005-07-11  Jay Belanger  <belanger@truman.edu>
12481         * calc/calc.el (calc-embedded-announce-formula-alist)
12482         (calc-embedded-open-close-plain-alist)
12483         (calc-embedded-open-close-mode-alist): Add checks for additional
12484         major modes (due to Robert J. Chassell <bob@rattlesnake.com>).
12486 2005-07-11  Juanma Barranquero  <lekktu@gmail.com>
12488         * custom.el (custom-enable-theme): Don't add theme to
12489         `custom-enabled-themes' with `push' because there is no
12490         setf-method for `delq'.
12492 2005-07-11  Richard M. Stallman  <rms@gnu.org>
12494         * custom.el (custom-declare-variable): Doc fix.
12496         * dired-aux.el (dired-compare-directories): Remove "." and ".."
12497         from the alists.
12499         * emacs-lisp/edebug.el (edebug-slow-after, edebug-slow-before):
12500         Do nothing if edebug-active.
12502         * emacs-lisp/edebug.el (edebug-enter): Don't with-timeout-suspend here.
12503         (edebug-display): Do it here instead.
12505 2005-07-10  Richard M. Stallman  <rms@gnu.org>
12507         * cus-face.el (custom-theme-set-faces): Make it work.
12508         (custom-reset-faces): Doc fix.
12509         (custom-theme-reset-internal-face, custom-theme-face-value):
12510         Functions deleted.
12512         * custom.el (custom-push-theme): Maintain list of the settings
12513         of a given theme in its theme-settings property.
12514         Maintain position of old settings in the theme-value
12515         or theme-face property.
12516         (custom-enabled-themes): New variable.
12517         (custom-theme-enabled-p): New function.
12518         (provide-theme): Update custom-enabled-themes.
12519         Disable and reenable the `user' theme.
12520         (require-theme): Doc fix.
12521         (custom-do-theme-reset, custom-remove-theme): Functions deleted.
12522         (custom-theme-value, custom-theme-variable-value): Likewise.
12523         (custom-theme-reset-internal): Likewise.
12524         (custom-theme-load-themes): Fix bugs and use custom-disable-theme.
12525         (custom-enable-theme, custom-disable-theme): New functions.
12526         (custom-variable-theme-value, custom-face-theme-value): Likewise.
12527         (custom-theme-recalc-variable, custom-theme-recalc-face): Likewise.
12528         (custom-theme-reset-variables): Simplify.
12529         (deftheme, custom-declare-theme, custom-make-theme-feature):
12530         Definitions moved.
12532 2005-07-10  Chong Yidong  <cyd@stupidchicken.com>
12534         * longlines.el (longlines-show-region)
12535         (longlines-unshow-hard-newlines): Recognize hard newlines by
12536         non-nil hard property, instead of t.
12538 2005-07-10  Michael Kifer  <kifer@cs.stonybrook.edu>
12540         * viper-cmd.el (viper--key-maps): New variable.
12541         (viper-normalize-minor-mode-map-alist): Use viper--key-maps and
12542         emulation-mode-map-alists.
12543         (viper-envelop-ESC-key): Use viper-subseq.
12544         (viper-search-forward/backward/next): Disable debug-on-error.
12546         * viper-keym.el (viper-toggle-key, viper-quoted-insert-key)
12547         (viper-ESC-key): New defcustoms.
12549         * viper-macs.el (ex-map-read-args): Use viper-subseq.
12551         * viper-util.el (viper-key-to-emacs-key): Use viper-subseq.
12552         (viper-subseq): Copy of subseq from cl.el.
12554         * viper.el (viper-go-away, viper-set-hooks): Use
12555         emulation-mode-map-alists, advise self-insert-command, add-minor-mode.
12557         * viper-mous.el (viper-current-frame-saved): Use defvar.
12559         * viper-init.el: Get rid of -face in face names.
12561         * ediff-diff.el (ediff-extract-diffs, ediff-extract-diffs3):
12562         Make it work with longlines mode
12564         * ediff-mult.el (ediff-meta-mode-hook): New variable.
12566         * ediff-ptch.el (ediff-file-name-sans-prefix): Quote regexp.
12568         * ediff-init.el: Get rid of -face in face names.
12570 2005-07-10  Richard M. Stallman  <rms@gnu.org>
12572         * emacs-lisp/edebug.el (edebug-enter): Call with-timeout-suspend
12573         and with-timeout-unsuspend.
12575         * emacs-lisp/debug.el (debug): Call with-timeout-suspend
12576         and with-timeout-unsuspend.
12578         * emacs-lisp/timer.el (with-timeout-timers): New variable.
12579         (with-timeout): Bind that variable to record timers.
12580         (with-timeout-suspend, with-timeout-unsuspend): New functions.
12582         * emacs-lisp/debug.el (debug-help-follow): New function.
12583         (debugger-mode-map): Use that instead of help-follow.
12584         (debugger-setup-buffer): Use eval-buffer-list
12585         to handle eval-buffer frames.
12587 2005-07-10  N. Raghavendra  <raghu@mri.ernet.in>  (tiny change)
12589         * timezone.el (timezone-parse-date): Change first regexp
12590         so it will not mistakenly match dates with no time zone.
12592 2005-07-10  Jeff Dwork  <jeff.dwork@amd.com>  (tiny change)
12594         * facemenu.el (facemenu-read-color): Do case-insensitive matching.
12596 2005-07-10  Luc Teirlinck  <teirllm@auburn.edu>
12598         * custom.el (custom-initialize-safe-set)
12599         (custom-initialize-safe-default): New functions.
12601         * frame.el (blink-cursor-mode): Use `custom-initialize-safe-default'
12602         and simplify :init-value.
12604         * tooltip.el (tooltip-mode): Use `custom-initialize-safe-default'
12605         and simplify :init-value.  Delete obsolete comment.
12607         * startup.el (command-line): Use `custom-reevaluate-setting' to
12608         handle `tooltip-mode'.  Delete obsolete comment.
12610         * files.el (set-visited-file-name): Avoid calling
12611         `file-name-nondirectory' with a nil argument.
12613 2005-07-09  Richard M. Stallman  <rms@gnu.org>
12615         * emacs-lisp/debug.el (debugger-setup-buffer): When eval-buffer
12616         was called with nil for the buffer, handle the read position right.
12617         Handle read position for eval-region, too.
12619 2005-07-09  Juri Linkov  <juri@jurta.org>
12621         * fringe.el (fringe-mode): Add period in docstring.
12622         (fringe-query-style): Build prompt depending on `all-frames' arg.
12624         * dired.el (dired-marker-char): Avoid quotations for `do' and `mark'
12625         to not create links to unrelated functions in the Help buffer.
12627         * progmodes/compile.el (compilation-mode-hook, compilation-mode):
12628         Doc fix.
12630         * simple.el (next-error-hook): New variable.
12631         (next-error): Use it.  Doc fix.
12633         * textmodes/ispell.el (ispell-command-loop): Add current
12634         dictionary name and program name to mode-line-format.
12635         (ispell-region, ispell-process-line): Add current dictionary name
12636         and program name to messages.
12638 2005-07-08  Jay Belanger  <belanger@truman.edu>
12640         * calc/calc.el (calc-embedded-announce-formula-alist)
12641         (calc-embedded-open-close-formula-alist)
12642         (calc-embedded-open-close-word-alist)
12643         (calc-embedded-open-close-plain-alist)
12644         (calc-embedded-open-close-new-formula-alist)
12645         (calc-embedded-open-close-mode-alist)
12646         (calc-embedded-new-buffer-hook, calc-embedded-new-formula-hook)
12647         (calc-embedded-mode-hook): New variables.
12649         * calc/calc-embed.el (calc-embedded-firsttime)
12650         (calc-embedded-firsttime-buf, calc-embedded-firsttime-formula):
12651         New variables.
12652         (calc-do-embedded): Use calc-embedded-firsttime,
12653         calc-embedded-firsttime-buf and calc-embedded-firsttime-formula to
12654         determine whether or not to run hooks.
12655         (calc-embedded-make-info) Set calc-embedded-firsttime-buf and
12656         calc-embedded-firsttime-formula appropriately.
12657         Set calc-embedded delimiter variables according to mode.
12659 2005-07-08  Richard M. Stallman  <rms@gnu.org>
12661         * emacs-lisp/checkdoc.el (checkdoc-proper-noun-list):
12662         Check for "emacs", etc., as entire symbol, not just as word.
12663         (checkdoc-file-comments-engine): Use regexp-quote on FN.
12665         * files.el (set-visited-file-name): Report the error
12666         for "empty filename" earlier.
12667         (kill-some-buffers): Ignore buffers already dead.
12669         * fringe.el (fringe-mode): Doc fix.
12671         * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
12672         Check for (featurep 'xemacs) and turn off warnings in what it guards.
12673         Use unwind-protect to ensure byte-compile-unresolved-functions
12674         is updated.
12676         * whitespace.el (whitespace-buffer-leading-cleanup):
12677         Simplify w/ skip-chars-forward.
12678         (whitespace-buffer-trailing-cleanup): Simplify w/ skip-chars-backward.
12680         * mail/rmail.el (rmail-only-expunge): Fix paren error.
12681         Unconditionally try to leave point at the same old place.
12683 2005-07-08  Ralf Angeli  <angeli@iwi.uni-sb.de>  (tiny change)
12685         * comint.el (comint-postoutput-scroll-to-bottom)
12686         (comint-show-maximum-output): Take scroll-margin into consideration.
12688 2005-07-08  Kim F. Storm  <storm@cua.dk>
12690         * ido.el (ido-use-filename-at-point): New choice `guess'.
12691         (ido-file-internal): Try ffap-guesser if selected.
12693         * ido.el (ido-before-fallback-functions): New hook.
12694         (ido-buffer-internal, ido-file-internal, ido-read-buffer)
12695         (ido-read-file-name): Run it.
12697 2005-07-07  Stefan Monnier  <monnier@iro.umontreal.ca>
12699         * progmodes/hideif.el (hide-ifdef-use-define-alist): Pass a list of
12700         strings rather than a list of symbols to the completion function.
12702 2005-07-07  Jay Belanger  <belanger@truman.edu>
12704         * calc/calc-units.el (math-apply-units): Change the places in
12705         which units are simplified.
12707 2005-07-07  Luc Teirlinck  <teirllm@auburn.edu>
12709         * cus-edit.el (customize-option, customize-option-other-window):
12710         Make them handle aliases.
12712         * custom.el (custom-variable-p): Make it recursively follow
12713         aliases.  Mention that in the docstring.
12715 2005-07-07  Richard M. Stallman  <rms@gnu.org>
12717         * cus-start.el (exec-path): Use `directory' instead of `file'.
12718         Fix tag for nil.
12720 2005-07-07  Juanma Barranquero  <lekktu@gmail.com>
12722         * replace.el (occur-rename-buffer): Use `generate-new-buffer' also
12723         when called non-interactively.  Doc fix.
12725 2005-07-07  Lute Kamstra  <lute@gnu.org>
12727         * elide-head.el (elide-head-headers-to-hide): Recognize the FSF's
12728         new address as well.
12730 2005-07-07  Kenichi Handa  <handa@m17n.org>
12732         * international/mule.el (make-coding-system):
12733         Describe `ascii-incompatible' property in the docstring.
12734         (set-file-name-coding-system): Signal an error if coding-system is
12735         ascii-incompatible.
12736         (set-keyboard-coding-system): Likewise.
12738         * international/mule-cmds.el (set-default-coding-systems):
12739         Don't set default-file-name-coding-system and
12740         default-keyboard-coding-system if coding-system is ASCII-incompatible.
12742         * international/utf-16.el: Declare that all UTF-16-based coding
12743         systems are ASCII-incompatible.
12745 2005-07-07  Nick Roberts  <nickrob@snap.net.nz>
12747         * progmodes/gud.el: Require font-lock for displaying errors.
12748         Used by gdb-ui.el.
12750 2005-07-07  Juanma Barranquero  <lekktu@gmail.com>
12752         * hi-lock.el (hi-lock-find-patterns): Protect also against invalid
12753         values for the pattern lists which are `read'able but not
12754         `append'able (like symbols).
12756 2005-07-06  Richard M. Stallman  <rms@gnu.org>
12758         * progmodes/flymake.el (flymake-float-time): Instead of
12759         with-no-warnings, test for xemacs.
12760         (flymake-replace-regexp-in-string): Test fboundp of replace-in-string
12761         to avoid warning.
12763 2005-07-06  Juanma Barranquero  <lekktu@gmail.com>
12765         * w32-vars.el (w32-fixed-font-alist): Fix typo in `defcustom' tag.
12767 2005-07-05  Lute Kamstra  <lute@gnu.org>
12769         * battery.el: Add support for Darwin (with much debugging help
12770         from Samuel Lauber <sam124@operamail.com>).
12771         (battery-status-function, battery-echo-area-format)
12772         (battery-mode-line-format): Add support for pmset on Darwin.
12773         (battery-load-low, battery-load-critical): New user options.
12774         (battery-pmset): New function.
12776 2005-07-05  Lute Kamstra  <lute@gnu.org>
12778         Update FSF's address in GPL notices.
12780         * textmodes/page-ext.el: Update FSF's address.
12782 2005-07-04  Stefan Monnier  <monnier@iro.umontreal.ca>
12784         * emacs-lisp/lisp-mode.el (lisp-mode-variables): Prevent adaptive
12785         filling from using prefix when filling a single-line docstring.
12787         * progmodes/flymake.el: Remove useless eval-when-compile.
12789         * arc-mode.el (archive-lzh-ogm): Reorder save excursion/restriction.
12791 2005-07-04  Richard M. Stallman  <rms@gnu.org>
12793         * textmodes/org.el (org-file-apps-defaults-gnu):
12794         Rename from org-file-apps-defaults-linux.
12795         (org-default-apps): Don't test system-type for `linux'.
12796         (org-file-apps): Doc fix.
12798 2005-07-04  David Ponce  <david@dponce.com>
12800         * tree-widget.el: Improve header Commentary section.
12801         (tree-widget) [defgroup]
12802         (tree-widget-image-enable, tree-widget-themes-directory)
12803         (tree-widget-theme, tree-widget-image-properties-emacs)
12804         (tree-widget-image-properties-xemacs, tree-widget-create-image)
12805         (tree-widget-image-formats, tree-widget-control)
12806         (tree-widget-empty-control, tree-widget-leaf-control
12807         (tree-widget-guide, tree-widget-end-guide, tree-widget-no-guide)
12808         (tree-widget-handle, tree-widget-no-handle, tree-widget-p)
12809         (tree-widget-keep, tree-widget-after-toggle-functions)
12810         (tree-widget-open-node, tree-widget-close-node): Doc fix.
12811         (tree-widget-open-control, tree-widget-close-control): Fix doc and
12812         :help-echo message.
12813         (tree-widget-set-theme): Doc fix.  Use `string-equal'.
12814         (tree-widget-image-properties): Doc fix.  Clearer implementation.
12815         (tree-widget--cursors): New constant.
12816         (tree-widget-lookup-image): New function split from
12817         `tree-widget-find-image'.  Clearer implementation.
12818         (tree-widget-find-image): Use it.
12819         (tree-widget-button-keymap): Use `set-keymap-parent'.
12820         (tree-widget) [define-widget]: Use `widget-children-value-delete'.
12821         Define the sub-widgets here.
12822         (tree-widget-node): Check that :node is not a tree-widget.
12823         (tree-widget-get-super, tree-widget-open-control)
12824         (tree-widget-close-control, tree-widget-empty-control)
12825         (tree-widget-leaf-control, tree-widget-guide)
12826         (tree-widget-end-guide, tree-widget-no-guide, tree-widget-handle)
12827         (tree-widget-no-handle, tree-widget-value-delete)
12828         (tree-widget-map): Remove.
12829         (tree-widget-children-value-save): Doc fix.  Simplified.
12830         (tree-widget-value-create): Update according to previous changes.
12832 2005-07-04  Carsten Dominik  <dominik@science.uva.nl>
12834         * textmodes/org.el: Leading space replaced by TABS.
12835         (org-recalc-marks, org-table-rotate-recalc-marks)
12836         (org-table-get-specials): Treat "^" and "_" marks.
12837         (org-table-justify-field-maybe): Optional argument NEW.
12838         (org-table-eval-formula): Parsing of the format simplified.
12839         New modes C,I.  Honor the %= parameter in the current table.
12840         Avoid unnecessary re-align by using the NEW argument to
12841         `org-table-justify-field-maybe'.
12842         (org-calc-default-modes): Default for date-format mimicks org-mode.
12843         (org-agenda, org-timeline): Quote argument in org-agenda-redo-command.
12845 2005-07-03  Luc Teirlinck  <teirllm@auburn.edu>
12847         * cus-face.el (custom-theme-set-faces): Make it handle face
12848         aliases whose alias declarations are pre- or autoloaded.
12850 2005-07-04  Juri Linkov  <juri@jurta.org>
12852         * faces.el (read-face-name): Put the code for getting a face name
12853         from the buffer before adding the faces from the `face' property.
12854         Use `completing-read-multiple' instead of `completing-read'.
12855         Require `crm'.  Add default value and post-process the returned
12856         list of faces.
12858         * emacs-lisp/crm.el (crm-find-current-element)
12859         (crm-minibuffer-complete-and-exit): Handle minibuffer prompt.
12861         * emacs-lisp/lisp-mode.el (eval-defun-1):
12862         * emacs-lisp/edebug.el (edebug-eval-defun):
12863         Remove unnecessary quotes.
12865 2005-07-04  Juanma Barranquero  <lekktu@gmail.com>
12867         * progmodes/prolog.el (prolog-eof-string): Doc fixes.
12868         (prolog-indent-level): Fix typo in docstring.
12870         * info.el (Info-history, Info-history-forward)
12871         (Info-history-list, Info-speedbar-fetch-file-nodes): Doc fixes.
12873         * add-log.el (add-change-log-entry):
12874         * comint.el (comint-dynamic-list-input-ring)
12875         (comint-dynamic-list-completions):
12876         * dabbrev.el (dabbrev-expand):
12877         * delim-col.el (delimit-columns-rectangle-line):
12878         * diff-mode.el (diff-context->unified, diff-reverse-direction)
12879         (diff-unified->context):
12880         * ediff-init.el (ediff-abbrev-jobname):
12881         * ediff-mult.el (ediff-replace-session-status-in-meta-buffer)
12882         (ediff-replace-session-activity-marker-in-meta-buffer):
12883         * info.el (Info-summary):
12884         * lpr.el (printify-region):
12885         * printing.el (pr-create-interface):
12886         * ps-print.el (ps-print-quote):
12887         * ses.el (ses-column-widths, ses-print-cell)
12888         (ses-adjust-print-width, ses-center):
12889         * shell.el (shell-file-name-quote-list):
12890         * strokes.el (strokes-read-stroke, strokes-read-complex-stroke)
12891         (strokes-fill-current-buffer-with-whitespace)
12892         (strokes-xpm-for-stroke, strokes-list-strokes)
12893         (strokes-xpm-char-bit-p, strokes-xpm-for-compressed-string):
12894         * term.el (term-dynamic-list-input-ring)
12895         (term-dynamic-list-completions):
12896         * calc/calc.el (math-format-stack-value):
12897         * emacs-lisp/edebug.el (edebug-display-freq-count):
12898         * progmodes/delphi.el (delphi-indent-line, delphi-fill-comment)
12899         (delphi-new-comment-line):
12900         * progmodes/ebnf2ps.el (ebnf-eps-filename, ebnf-trim-right):
12901         * progmodes/executable.el (executable-set-magic):
12902         * progmodes/python.el (inferior-python-mode):
12903         * progmodes/scheme.el (scheme-mode-syntax-table):
12904         * progmodes/sh-script.el (sh-maybe-here-document):
12905         * progmodes/sql.el (sql-copy-column):
12906         * progmodes/tcl.el (tcl-comment-indent, tcl-quote):
12907         * textmodes/bibtex.el (bibtex-mode):
12908         * textmodes/sgml-mode.el (html-imenu-index, sgml-attributes)
12909         (sgml-auto-attributes):
12910         * textmodes/table.el (table-insert, table-shorten-cell)
12911         (table--generate-source-scan-lines, table-delete-row)
12912         (*table--cell-delete-char, table--spacify-frame)
12913         (table--horizontally-shift-above-and-below)
12914         (table--cell-insert-char, table--cell-blank-str)
12915         (table--fill-region-strictly):
12916         * textmodes/tex-mode.el (tex-insert-quote, latex-find-indent):
12917         * textmodes/texinfo.el (texinfo-insert-quote): "?\ " -> "?\s".
12919         * add-log.el (change-log):
12920         * apropos.el (apropos):
12921         * comint.el (comint-completion, comint-source):
12922         * dabbrev.el (dabbrev):
12923         * delim-col.el (columns):
12924         * diff-mode.el (diff-mode):
12925         * ediff.el (ediff):
12926         * ediff-diff.el (ediff-diff):
12927         * ediff-init.el (ediff-highlighting, ediff-merge, ediff-hook):
12928         * ediff-mult.el (ediff-mult):
12929         * ediff-ptch.el (ediff-ptch):
12930         * ediff-wind.el (ediff-window):
12931         * facemenu.el (facemenu):
12932         * indent.el (indent):
12933         * info.el (info):
12934         * jka-cmpr-hook.el (compression, jka-compr):
12935         * lpr.el (lpr):
12936         * outline.el (outlines):
12937         * pcmpl-cvs.el (pcmpl-cvs):
12938         * pcmpl-rpm.el (pcmpl-rpm):
12939         * printing.el (printing):
12940         * ps-print.el (postscript, ps-print, ps-print-horizontal)
12941         (ps-print-vertical, ps-print-headers, ps-print-font)
12942         (ps-print-color, ps-print-face, ps-print-n-up, ps-print-zebra)
12943         (ps-print-background, ps-print-printer, ps-print-page)
12944         (ps-print-miscellany):
12945         * ses.el (ses):
12946         * shell.el (shell, shell-directories, shell-faces):
12947         * startup.el (initialization):
12948         * strokes.el (strokes):
12949         * term.el (term):
12950         * uniquify.el (uniquify):
12951         * w32-vars.el (w32):
12952         * calc/calc.el (calc):
12953         * emacs-lisp/bytecomp.el (bytecomp):
12954         * emacs-lisp/cl-indent.el (lisp-indent):
12955         * emacs-lisp/edebug.el (edebug):
12956         * emacs-lisp/elp.el (elp):
12957         * emacs-lisp/testcover.el (testcover):
12958         * emacs-lisp/trace.el (trace):
12959         * emulation/viper-ex.el (viper-ex):
12960         * emulation/viper-mous.el (viper-mouse):
12961         * mail/mailalias.el (mailalias):
12962         * mail/supercite.el (supercite, supercite-frames)
12963         (supercite-attr, supercite-cite, supercite-hooks):
12964         * net/rcompile.el (remote-compile):
12965         * net/rlogin.el (rlogin):
12966         * obsolete/ooutline.el (outlines):
12967         * progmodes/delphi.el (delphi):
12968         * progmodes/ebnf2ps.el (postscript, ebnf2ps, ebnf-special)
12969         (ebnf-except, ebnf-repeat, ebnf-terminal, ebnf-non-terminal)
12970         (ebnf-production, ebnf-shape, ebnf-displacement, ebnf-syntactic)
12971         (ebnf-optimization):
12972         * progmodes/etags.el (etags):
12973         * progmodes/executable.el (executable):
12974         * progmodes/idlwave.el (idlwave):
12975         * progmodes/pascal.el (pascal):
12976         * progmodes/prolog.el (prolog):
12977         * progmodes/python.el (python):
12978         * progmodes/scheme.el (scheme):
12979         * progmodes/sh-script.el (sh, sh-script):
12980         * progmodes/sql.el (SQL):
12981         * progmodes/tcl.el (tcl):
12982         * textmodes/bibtex.el (bibtex, bibtex-autokey):
12983         * textmodes/enriched.el (enriched):
12984         * textmodes/makeinfo.el (makeinfo):
12985         * textmodes/sgml-mode.el (sgml):
12986         * textmodes/table.el (table-hooks):
12987         * textmodes/tex-mode.el (tex-file, tex-run, tex-view):
12988         * textmodes/texinfo.el (texinfo):
12989         * textmodes/two-column.el (two-column):
12990         Finish `defgroup' description with period.
12992         * emacs-lisp/cl-indent.el (lisp-indent-maximum-backtracking):
12993         * eshell/esh-var.el (eshell-var):
12994         * progmodes/vhdl-mode.el (vhdl-testbench):
12995         * textmodes/org.el (org): Fix typos in docstrings.
12997         * emacs-lisp/timer.el (with-timeout): Improve argument/docstring
12998         consistency.
13000         * progmodes/flymake.el (flymake-find-file): Remove.
13001         (flymake-float-time): Use `with-no-warnings'.
13002         (flymake-check-start-time, flymake-check-was-interrupted)
13003         (flymake-err-info, flymake-is-running, flymake-last-change-time)
13004         (flymake-new-err-info): `defvar' at compile time.
13006 2005-07-03  Juanma Barranquero  <lekktu@gmail.com>
13008         * replace.el (occur-hook): Doc fix.
13009         (occur-1): Don't call `occur-hook' if there are no matches.
13011 2005-07-03  Richard M. Stallman  <rms@gnu.org>
13013         * emulation/tpu-edt.el (tpu-original-global-map): Don't copy
13014         global-map, save the same map.
13015         (global-map): Don't alter it at top level.
13016         (tpu-edt-on): Save global map in tpu-original-global-map, then copy.
13017         Then alter it here instead.
13018         (tpu-edt-off): Set global-map to the saved one.
13020         * emulation/tpu-edt.el (tpu-emacs19-p): Var deleted.
13021         All references simplified.
13022         (tpu-lucid-emacs-p): Rename from tpu-lucid-emacs19-p.  Uses changed.
13023         (zmacs-regions): Add defvar.
13024         (repeat-complex-command-map): Everything about that deleted.
13026         * textmodes/artist.el (artist-key-is-drawing)
13027         (artist-key-endpoint1, artist-key-poly-point-list)
13028         (artist-key-shape, artist-key-draw-how, artist-popup-menu-table)
13029         (artist-key-compl-table, artist-rb-save-data)
13030         (artist-arrow-point-1, artist-arrow-point-2): Move defvars up.
13031         Don't put them in eval-when-compile.
13032         (artist-set-arrow-points-for-poly): Use `last', not `artist-last'.
13034         * progmodes/ebrowse.el (ebrowse-revert-tree-buffer-from-file):
13035         Use with-no-warnings.
13037         * net/browse-url.el (dos-windows-version): Add defvar.
13039         * mail/supercite.el (filladapt-prefix-table): Add defvar.
13041         * mail/rmailsum.el (rmail-summary-redo): Add defvar.
13042         (rmail-summary-mode-map, rmail-summary-overlay): Defvars moved up.
13043         (rmail-new-summary-line-count): Rename from new-summary-line-count.
13044         Add defvar.
13045         (rmail-summary-beginning-of-message): Use with-no-warnings.
13046         (rmail-summary-first-message, rmail-summary-last-message): Likewise.
13048         * emulation/vip.el (vip-replace-string, ex-map, ex-read):
13049         Use with-no-warnings.
13051         * emulation/vi.el (vi-mark-region): Use c-mark-function.
13052         (c-mark-function): Add point-moving-unit property.
13053         (vi-goto-line): Use with-no-warnings.
13055         * emulation/edt.el (edt-last-copied-word): Add defvar.
13056         (zmacs-region-stays): Likewise.
13057         (edt-mark-section-wisely): Use c-mark-function for C.
13058         Use makr-defun for Fortran.
13059         (time-string): defvar deleted.
13060         (edt-display-the-time): Don't set time-string.
13062         * emacs-lisp/macroexp.el (macroexp-accumulate): Rename arg to var+list.
13064         * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn):
13065         Don't warn when name is not constant
13066         or for defining the group `emacs'.
13068         * tooltip.el (gud-tooltip-mode): Add defvar.
13070         * startup.el (default-frame-background-mode): Add defvar.
13072         * smerge-mode.el (smerge-mode): Add duplicate defvar near top.
13074         * info.el (tool-bar-map): Add defvar.
13076         * dired.el (dnd-protocol-alist): Add defvar.
13078         * dired-aux.el (dired-query): Display question with answer, when
13079         the user answers.
13081         * custom.el (custom-add-option): Doc fix.
13083         * bookmark.el (Info-current-node, Info-suffix-list): Add defvars.
13085 2005-07-03  Eli Zaretskii  <eliz@gnu.org>
13087         * font-lock.el (font-lock-regexp-grouping-construct): Fix the
13088         bogus name from the last change.
13090 2005-07-02  Luc Teirlinck  <teirllm@auburn.edu>
13092         * custom.el (custom-declare-variable): Fix typos in comment.
13093         (custom-known-themes): Doc fix.
13094         (custom-theme-directory): New defcustom.
13095         (require-theme): Make it check `custom-theme-directory'.
13097         * cus-theme.el (custom-new-theme-mode): New function.
13098         (custom-theme-name, custom-theme-variables, custom-theme-faces)
13099         (custom-theme-description): Add compiler defvars.
13100         (customize-create-theme): Add doc to the "*New Custom Theme*"
13101         buffer.  Use `custom-new-theme-mode'.
13102         (custom-theme-write): Put the created buffer in emacs-lisp-mode
13103         and save it to the `custom-theme-directory'.  Make this the
13104         default directory of the buffer.
13106 2005-07-02  David Hunter  <hunterd_42@comcast.net>  (tiny change)
13108         * progmodes/flymake.el (flymake-mode, flymake-mode-off):
13109         Fix unbalanced parentheses.
13111 2005-07-02  Stefan Monnier  <monnier@iro.umontreal.ca>
13113         * progmodes/flymake.el (flymake-mode-on, flymake-mode-off): Move body
13114         into flymake-mode and delegate to flymake-mode.
13116         * find-file.el (ff-which-function-are-we-in): Clean up.
13118 2005-07-02  Juanma Barranquero  <lekktu@gmail.com>
13120         * replace.el (occur-rename-buffer): Fix docstring.
13122         * emulation/edt.el (*EDT-keys*, edt-default-global-map)
13123         (edt-last-copied-word, edt-learn-macro-count)
13124         (edt-orig-page-delimiter, edt-orig-transient-mark-mode)
13125         (edt-rect-start-point, edt-user-global-map, rect-start-point)
13126         (time-string, zmacs-region-stays):
13127         * emulation/edt-mapper.el (edt-save-function-key-map)
13128         (EDT-key-name): `defvar' to silence the byte-compiler.
13130 2005-07-02  Martin Rudalics  <rudalics@gmx.at>  (tiny change)
13132         * font-lock.el (font-lock-regexp-grouping-backslash): Rename from
13133         font-lock-regexp-backslash.  Doc fix.
13134         (font-lock-regexp-backslash-grouping-construct): Rename from
13135         font-lock-regexp-backslash-construct.  Doc fix.
13136         (lisp-font-lock-keywords-2): Fix highlighting of Elisp regexp
13137         grouping constructs.
13139 2005-07-02  Eli Zaretskii  <eliz@gnu.org>
13141         * makefile.w32-in (bootstrap): Remove the $(EMACS) binary after
13142         updating all the prerequisites.
13144 2005-07-01  Juanma Barranquero  <lekktu@gmail.com>
13146         * textmodes/org.el (org-agenda-start-on-weekday)
13147         (org-calendar-to-agenda-key, org-agenda-sorting-strategy)
13148         (org-agenda-use-time-grid, org-archive-location)
13149         (org-allow-space-in-links, org-usenet-links-prefer-google)
13150         (org-enable-table-editor, org-export-default-language)
13151         (org-export-html-show-new-buffer, org-fill-paragraph)
13152         (org-cycle, org-goto-ret, org-goto-left, org-goto-right)
13153         (org-goto-quit, org-occur, org-eval-in-calendar)
13154         (org-agenda-cleanup-fancy-diary, org-agenda-no-heading-message)
13155         (org-agenda-diary-entry, org-remember-help)
13156         (org-table-convert-region, org-at-table-p)
13157         (org-table-move-row-down, org-table-move-row-up)
13158         (org-table-copy-region, org-table-toggle-vline-visibility)
13159         (org-table-get-stored-formulas, org-table-get-specials)
13160         (org-recalc-commands, org-table-eval-formula)
13161         (org-table-formula-substitute-names, orgtbl-make-binding)
13162         (org-format-org-table-html, org-format-table-table-html)
13163         (org-format-table-table-html-using-table-generate-source)
13164         (org-customize): Fix typos in docstrings.
13165         (org-level-2, org-at-timestamp-p, org-agenda-day-view)
13166         (org-agenda-toggle-diary, org-agenda-toggle-time-grid)
13167         (org-back-to-heading): Doc fixes.
13168         (org-agenda-toggle-time-grid, org-cmp-category, org-cmp-time)
13169         (org-agenda-change-all-lines, org-get-header):
13170         Improve argument/docstring consistency.
13171         (orgtbl-error): Fix error message.
13173         * progmodes/flymake.el (flymake-find-possible-master-files)
13174         (flymake-master-file-compare, flymake-get-line-err-count)
13175         (flymake-highlight-line, flymake-gui-warnings-enabled):
13176         Fix typos in docstrings.
13177         (flymake-parse-line, flymake-get-project-include-dirs-function)
13178         (flymake-get-prev-err-line-no, flymake-goto-prev-error):
13179         Doc fixes.
13180         (flymake-get-project-include-dirs-function)
13181         (flymake-make-err-menu-data):
13182         Improve argument/docstring consistency.
13184 2005-07-01  Lute Kamstra  <lute@gnu.org>
13186         * battery.el (battery-linux-proc-apm): Fix typo in docstring.
13187         Catch errors with ignore-errors.  Use temporary buffer.
13188         (battery-linux-proc-acpi): Fix typo in docstring.  Document `%r'.
13190         * facemenu.el (facemenu-unlisted-faces): Delete foreground and
13191         background color faces.
13192         (facemenu-set-foreground, facemenu-set-background):
13193         Use facemenu-set-face-from-menu.
13194         (facemenu-set-face-from-menu): Treat face names that start with
13195         "fg:" or "bg:" as special.
13196         (facemenu-add-new-color): Don't create faces.  Simplify.
13198 2005-06-30  Richard M. Stallman  <rms@gnu.org>
13200         * emacs-lisp/crm.el (crm-do-completion): Handle minibuffer prompt.
13201         (crm-find-current-element): Likewise.
13203 2005-06-30  Johan Bockg\e,Ae\e(Brd  <bojohan@users.sourceforge.net>
13205         * help-fns.el (help-do-arg-highlight): Regexp-quote argument names.
13207 2005-06-30  Stefan Monnier  <monnier@iro.umontreal.ca>
13209         * arc-mode.el (archive-extract): Make it work as a mouse binding.
13210         (archive-mouse-extract): Make it an obsolete alias.
13211         (archive-mode-map): Don't use archive-mouse-extract any more.
13212         (archive-mode, archive-extract): write-contents-hooks ->
13213         write-contents-functions.
13214         (archive-arc-rename-entry, archive-lzh-rename-entry): Remove unused
13215         first arg.
13216         (archive-rename-entry): Update the call.
13217         (archive-zip-summarize): Remove unused var `method'.
13218         (archive-lzh-summarize): Remove unused var `creator'.
13220         * emacs-lisp/debug.el (debug): Quieten Drew Adams by killing the
13221         dedicated frame upon exit.
13223         * arc-mode.el: Bind inhibit-read-only rather than buffer-read-only.
13224         (archive-zip-extract, archive-zip-expunge)
13225         (archive-zip-update, archive-zip-update-case): Use executable-find.
13226         (archive-resummarize, archive-flag-deleted, archive-unmark-all-files):
13227         Use restore-buffer-modified-p.
13228         (archive-extract, archive-add-new-member, archive-write-file-member):
13229         Use with-current-buffer.
13230         (archive-lzh-ogm, archive-zip-chmod-entry): Use dolist.
13232 2005-06-30  Andreas Schwab  <schwab@suse.de>
13234         * progmodes/gud.el (gud-filter): Remove unneeded progn.
13236 2005-06-30  Glenn Morris  <gmorris@ast.cam.ac.uk>
13238         * progmodes/sh-script.el (sh-get-kw): `&' also separates words.
13240 2005-06-30  Juri Linkov  <juri@jurta.org>
13242         * faces.el (vertical-border): Inherit from mode-line-inactive
13243         only on tty.
13245 2005-06-30  Juanma Barranquero  <lekktu@gmail.com>
13247         * help-fns.el (help-do-arg-highlight): Highlight also -ARG (for
13248         example, -NLINES in the `occur' docstring).
13250         * replace.el (occur-1): When no matches are found, do not set the
13251         `buffer-read-only' and modified flags for the occur buffer,
13252         because it is deleted.
13254         * emulation/cua-base.el (cua-check-pending-input)
13255         (cua-repeat-replace-region, cua-mode, cua-debug)
13256         (cua-auto-tabify-rectangles, cua-inhibit-cua-keys):
13257         Fix typos in docstrings.
13259         * emulation/cua-gmrk.el (cua-toggle-global-mark)
13260         (cua-cut-region-to-global-mark)
13261         (cua--cut-rectangle-to-global-mark):
13262         Remove period from end of messages.
13264         * emulation/cua-rect.el (cua-do-rectangle-padding):
13265         Remove period from end of messages.
13266         (cua--rectangle-seq-format): Fix typo in docstring.
13267         (cua-sequence-rectangle, cua-fill-char-rectangle):
13268         Improve argument/docstring consistency.
13270 2005-06-29  Juri Linkov  <juri@jurta.org>
13272         * faces.el (default-frame-background-mode): New internal variable.
13273         (frame-set-background-mode): Use it.
13275         * startup.el (normal-top-level): Set default-frame-background-mode
13276         instead of frame-background-mode.  Before setting it, test for its
13277         nil value.  Remove tests for frame-background-mode and frame
13278         parameter `reverse'.  Add test for "unspecified-fg".
13280         * term/xterm.el (xterm-rxvt-set-background-mode):
13281         * term/rxvt.el (rxvt-set-background-mode):
13282         Set default-frame-background-mode instead of frame-background-mode.
13284 2005-06-29  Juanma Barranquero  <lekktu@gmail.com>
13286         * simple.el (set-variable): Warn about obsolete user variables.
13288         * imenu.el (imenu--completion-buffer):
13289         * mouse.el (mouse-buffer-menu-alist):
13290         * msb.el (msb-invisible-buffer-p):
13291         * calendar/diary-lib.el (diary-header-line-format):
13292         * emacs-lisp/pp.el (pp-buffer):
13293         * progmodes/cperl-mode.el (cperl-do-auto-fill):
13294         * textmodes/picture.el (picture-replace-match):
13295         Change space constants followed by a sexp to "?\s ".
13297         * play/decipher.el (decipher-loop-with-breaks):
13298         * textmodes/texinfo.el (texinfo-insert-@item): Change space
13299         constants "protected" from end of line by a comment to "?\s".
13301 2005-06-29  Stefan Monnier  <monnier@iro.umontreal.ca>
13303         * font-lock.el (save-buffer-state): Use `declare'.
13305         * progmodes/cperl-mode.el (cperl-find-pods-heres): Don't gratuitously
13306         reset the syntax-table to cperl-mode-syntax-table.
13307         (cperl-mode): Make _ into word-syntax during font-locking so "print" in
13308         "foo_print_bar" is not matched as a reserved keyword.
13310 2005-06-29  Carsten Dominik  <dominik@science.uva.nl>
13312         * textmodes/org.el (orgtbl-setup): New function, for delayed
13313         setup for the orgtbl commands.
13314         (org-calc-default-modes): New option.
13315         (orgtbl-make-binding): Use `defun' to get better help display.
13316         (org-diary): Call `org-compile-prefix-format'.
13317         (org-table-formula-substitute-names): New function.
13318         (org-agenda-day-view, org-agenda-week-view): New commands.
13319         (org-agenda-toggle-week-view): Command removed.
13320         (org-tbl-menu): Split off from org-org-menu.
13321         (org-mode): Move removal of outline-mode menus to here.
13322         (org-table-formula-debug): New option.
13323         (org-table-insert-row): Keep first field if just "#" or "*".
13324         (org-mode): Paragraph regexps fixed.
13325         (org-table-recalculate-regexp): New constant.
13326         (org-table-justify-field-maybe): Avoid replace if not necessary.
13327         (org-copy-special, org-cut-special): Use `call-interactively'.
13328         (org-table-copy-region): Take region from `interactive' call.
13329         (org-trim): Return string even if no match.
13330         (org-formula): New face.
13331         (org-set-font-lock-defaults): No longer highlight "FIXME".
13332         But highlight formula-related fields in table.
13333         (org-table-p): Use regexp, not fontification.
13334         (org-table-align): Handle white space at end of line.
13335         (org-table-formula-evaluate-inline): New option.
13336         (org-mode): Auto-wrapping in comment lines turned off.
13337         (org-table-copy-down): Evaluate only in copied field, not in
13338         destination.
13339         (org-table-current-formula): Variable removed.
13340         (org-table-store-formulas, org-table-get-stored-formulas)
13341         (org-table-modify-formulas, org-table-replace-in-formulas)
13342         (org-table-maybe-eval-formula): New functions.
13343         (org-table-get-formula): Modify to use stored formulas.
13344         (org-table-insert-column, org-table-delete-column)
13345         (org-table-move-column): Call `org-table-modify-formulas'.
13346         (org-complete): Add completion for keyword formulas.
13347         (orgtbl-mode): Pull orgtbl-mode-map to start of
13348         minor-mode-map-alist.
13350 2005-06-29  Stefan Monnier  <monnier@iro.umontreal.ca>
13352         * progmodes/python.el (python-check): Require `compile' before
13353         modifying its variables.
13355         * newcomment.el (comment-indent-default): Don't get fooled by an early
13356         end of buffer.
13358 2005-06-28  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
13360         * ps-print.el (ps-print-version): Fix version number.
13362 2005-06-28  Luc Teirlinck  <teirllm@auburn.edu>
13364         * textmodes/ispell.el (ispell-word): Remove stray parenthesis.
13366 2005-06-28  Richard M. Stallman  <rms@gnu.org>
13368         * textmodes/flyspell.el (flyspell-use-local-map): Variable deleted.
13369         (flyspell-local-mouse-map): Declaration deleted.
13370         (flyspell-mouse-map): Bind only mouse-2.
13371         (flyspell-mode-map): Don't test flyspell-use-local-map.
13372         (flyspell-overlay-keymap-property-name): Var deleted.
13373         (flyspell-mode-on): Don't make local bindings for
13374         flyspell-mouse-map and flyspell-mode-map.
13375         (make-flyspell-overlay): Unconditionally put on `keymap' text prop.
13377         * textmodes/ispell.el (ispell-word): Do not ignore short words.
13379         * progmodes/compile.el (compilation-next-error-function):
13380         Don't switch buffers; operate on the current buffer.
13382         * progmodes/compile.el (compilation-error-file-name)
13383         (compilation-warning-file-name, compilation-info-file-name)
13384         (compilation-line-number, compilation-column-number): New faces.
13385         (compilation-error-face, compilation-warning-face)
13386         (compilation-info-face, compilation-line-face)
13387         (compilation-column-face): Use them.
13389         * facemenu.el (facemenu-add-face): Warn when font-lock is active.
13391         * comint.el (comint-password-prompt-regexp): Accept ", try again".
13393         * bindings.el (global-map): Bind insertchar and its variants.
13395 2005-06-27  Richard M. Stallman  <rms@gnu.org>
13397         * textmodes/artist.el (artist-text-overwrite)
13398         (artist-figlet-get-extra-args, artist-text-see-thru): Use read-string.
13400 2005-06-27  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
13402         * ps-print.el: It was not working the page selection for printing.
13403         Reported by Sebastian Tennant <sebyte@smolny.plus.com>.
13404         (ps-print-version): New version 6.6.7.
13405         (ps-end-sheet): New fun.
13406         (ps-header-sheet, ps-end-job): Call it.
13408 2005-06-27  Luc Teirlinck  <teirllm@auburn.edu>
13410         * subr.el (add-to-list, add-to-ordered-list): Doc fixes.
13412 2005-06-27  Lute Kamstra  <lute@gnu.org>
13414         * facemenu.el (facemenu-unlisted-faces): Add foreground and
13415         background color faces.
13416         (facemenu-get-face): Delete function.
13417         (facemenu-set-face-from-menu): Don't call facemenu-get-face.
13418         (facemenu-add-new-color): Make second argument mandatory.
13419         Create the appropriate face and return it.  Simplify.
13420         (facemenu-set-foreground, facemenu-set-background): Don't check if
13421         color is defined.  Use return value of facemenu-add-new-color.
13423 2005-06-26  Nick Roberts  <nickrob@snap.net.nz>
13425         * progmodes/gud.el (gud-filter): Add missing argument to
13426         with-selected-window.
13428 2005-06-26  Stefan Monnier  <monnier@iro.umontreal.ca>
13430         * emacs-lisp/easy-mmode.el (define-minor-mode): Don't automatically add
13431         a :require to the defcustom.
13433         * emacs-lisp/autoload.el (make-autoload): Add the :setter for
13434         defcustoms corresponding to minor modes.
13436 2005-06-26  David Ponce  <david@dponce.com>
13438         * recentf.el: Require tree-widget instead of wid-edit.
13439         (recentf-filename-handler): Fix widget :type.
13440         (recentf-cancel-dialog, recentf-open-more-files)
13441         (recentf-open-files-action): Doc fix.
13442         (recentf-dialog-goto-first): New function.
13443         (recentf-dialog-mode-map): Set parent keymap first.
13444         (recentf-dialog-mode): Define with define-derived-mode.
13445         Don't display continuation lines in dialogs.
13446         (recentf-edit-list): Rename from recentf-edit-selected-items.
13447         (recentf-edit-list-select): Rename from recentf-edit-list-action.
13448         Simplify.
13449         (recentf-edit-list-validate): New function.
13450         (recentf-edit-list): Update accordingly.
13451         (recentf-open-files-item-shift): Remove.
13452         (recentf-open-files-item): Convert menu elements into tree and
13453         link widgets.  Don't create the widgets.
13454         (recentf-open-files): Update accordingly.
13455         (recentf-save-list): Untabify.
13457 2005-06-25  Luc Teirlinck  <teirllm@auburn.edu>
13459         * replace.el (keep-lines-read-args): Add INTERACTIVE arg.
13460         (keep-lines): Add INTERACTIVE arg.  Never delete lines only
13461         partially contained in the active region.  Do not take active
13462         region into account when called from Lisp, unless INTERACTIVE arg
13463         is non-nil.  Use `forward-line' instead of `beginning-of-line' to
13464         avoid trouble with fields.  Make marker point nowhere when no
13465         longer used.  Always return nil.  Doc fix.
13466         (flush-lines): Add INTERACTIVE arg.  Do not take active region
13467         into account when called from Lisp, unless INTERACTIVE arg is
13468         non-nil.  Use `forward-line' instead of `beginning-of-line' to
13469         avoid trouble with fields.  Make marker point nowhere when no
13470         longer used.  Always return nil.  Doc fix.
13471         (how-many): Add INTERACTIVE arg.  Make RSTART and REND args
13472         interchangeable.  Do not take active region into account when
13473         called from Lisp, unless INTERACTIVE arg is non-nil.  Do not print
13474         message in echo area when called from Lisp, unless INTERACTIVE arg
13475         is non-nil.  Avoid saying "1 occurrences".  Do not use markers.
13476         Return the number of matches.  Doc fix.
13477         (occur): Doc fix.
13478         (perform-replace): Make comment follow double space convention for
13479         the sake of `outline-minor-mode'.
13481         * faces.el (facep): Doc fix.
13483 2005-06-25  Richard M. Stallman  <rms@gnu.org>
13485         * facemenu.el (facemenu-enable-faces-p): New function.
13486         (facemenu-background-menu, facemenu-foreground-menu)
13487         (facemenu-face-menu): Add menu-enable property.
13489         * jka-compr.el (jka-compr-insert-file-contents):
13490         Special handling if cannot find the uncompression program.
13492         * cus-face.el (custom-face-attributes): Add autoload.
13494         * emacs-lisp/lisp-mode.el (lisp-mode-variables):
13495         Bind comment-indent-function locally.
13497         * window.el (save-selected-window): Use save-current-buffer.
13499         * subr.el (with-selected-window): Use save-current-buffer.
13501         * progmodes/gud.el (gud-filter): Simplify using with-selected-window
13502         and with-current-buffer.
13504 2005-06-24  Richard M. Stallman  <rms@gnu.org>
13506         * simple.el (line-move-1): Fix previous change.
13508 2005-06-24  Juanma Barranquero  <lekktu@gmail.com>
13510         * replace.el (occur-1): Set `buffer-read-only' and the
13511         buffer-modified flag before running `occur-hook' to protect
13512         against unintentional buffer switches that can lead to data loss.
13514 2005-06-24  Nick Roberts  <nickrob@snap.net.nz>
13516         * progmodes/gud.el (gud-tooltip-print-command): Indent properly.
13517         (gud-gdb-marker-filter): Use font-lock-warning-face for any
13518         initial error.
13520         * progmodes/gdb-ui.el (gdb-send): Remove warning face from errors
13521         after fresh input.
13522         (gdb-var-create-handler): Put name of expression in quotes.
13524 2005-06-23  Luc Teirlinck  <teirllm@auburn.edu>
13526         * emacs-lisp/ring.el (ring-elements): Make it return a list of the
13527         elements of RING in order, and without bogus nil elements.
13529 2005-06-23  Richard M. Stallman  <rms@gnu.org>
13531         * simple.el (set-variable): Args renamed; doc fix.
13532         (line-move-1): When there are overlays around, use vertical-motion.
13534         * faces.el (escape-glyph): Use brown against light background.
13535         (nobreak-space): Rename from no-break-space.
13536         Fix previous change.
13538         * dired-aux.el (dired-do-copy): Fix arg prompt.
13540         * mail/sendmail.el (mail-setup-with-from): Fix custom type.
13542 2005-06-23  Glenn Morris  <gmorris@ast.cam.ac.uk>
13544         * mail/emacsbug.el (report-emacs-bug): Use "X server distributor"
13545         rather than "Distributor".
13547 2005-06-23  Lute Kamstra  <lute@gnu.org>
13549         * emacs-lisp/debug.el (debugger-special-form-p): New defun.
13550         (debug-on-entry): Use it.  New interactive declaration that uses
13551         function-called-at-point.
13553 2005-06-23  Kim F. Storm  <storm@cua.dk>
13555         * subr.el (save-match-data): Add comment about using evaporate arg
13556         to set-match-data.
13558 2005-06-22  Glenn Morris  <gmorris@ast.cam.ac.uk>
13560         * cus-edit.el (customize-face)
13561         (customize-face-other-window): Handle face aliases.
13563         * faces.el (face-documentation, set-face-attribute)
13564         (face-spec-set): Handle face aliases.
13566 2005-06-22  Juanma Barranquero  <lekktu@gmail.com>
13568         * help-mode.el (help-make-xrefs): If a symbol representing a face
13569         name is not followed by the word "face", it could still be a
13570         function or variable name, so don't bypass other checks.
13572 2005-06-22  Juri Linkov  <juri@jurta.org>
13574         * ps-print.el (ps-face-foreground-name, ps-face-background-name):
13575         Replace aliased functions with calls where second arg `inherit' is t.
13577 2005-06-22  Nick Roberts  <nickrob@snap.net.nz>
13579         * progmodes/gdb-ui.el (gdb-error): New variable.
13580         (gdb-error): New function.
13581         (gdb-annotation-rules): Act on error-begin and error annotations.
13582         (gdb-concat-output): Use font-lock-warning-face for errors.
13584 2005-06-22  Miles Bader  <miles@gnu.org>
13586         * bindings.el (propertized-buffer-identification): Use renamed
13587         `Buffer-menu-buffer' face.
13589         * faces.el (vertical-border): Rename from `vertical-divider'.
13590         (escape-glyph): Change dark-background color back to `cyan'.
13592 2005-06-21  Juri Linkov  <juri@jurta.org>
13594         * faces.el (face-user-default-spec): Try getting `customized-face'
13595         prior to `saved-face'.
13596         (frame-background-mode): Refill docstring.
13598         * emacs-lisp/lisp-mode.el (eval-defun-1):
13599         * emacs-lisp/edebug.el (edebug-eval-defun):
13600         Set `saved-face' temporarily to nil before calling form.
13601         Set `customized-face' to the new spec after that.
13603 2005-06-21  Juanma Barranquero  <lekktu@gmail.com>
13605         * subr.el (1value, lambda, key-substitution-in-progress):
13606         Doc fixes.
13608         * autoinsert.el (auto-insert-alist):
13609         * ses.el (ses-call-printer):
13610         * subr.el (noreturn):
13611         * emacs-lisp/lisp.el (check-parens):
13612         * emacs-lisp/byte-opt.el (byte-optimize-pure-func):
13613         * net/browse-url.el (browse-url-mosaic):
13614         * progmodes/cc-defs.el (c-safe-scan-lists):
13615         * progmodes/ebnf-abn.el (ebnf-abn-lex):
13616         * progmodes/ebnf-bnf.el (ebnf-bnf-lex):
13617         * progmodes/ebnf-dtd.el (ebnf-dtd-lex):
13618         * progmodes/ebnf-ebx.el (ebnf-ebx-lex):
13619         * progmodes/ebnf-iso.el (ebnf-iso-lex):
13620         * progmodes/ebnf-yac.el (ebnf-yac-lex): Fix spellings.
13622 2005-06-21  Reiner Steib  <Reiner.Steib@gmx.de>
13624         * pcvs-defs.el (cvs-menu): Add cvs-mode-mark and cvs-mode-unmark.
13626 2005-06-21  Glenn Morris  <gmorris@ast.cam.ac.uk>
13628         * calendar/appt.el (appt-make-list): Activate the package, if
13629         not already active (for backwards compatibility).
13631 2005-06-20  Kim F. Storm  <storm@cua.dk>
13633         * subr.el (add-to-ordered-list): Test membership with eq.  Simplify.
13635 2005-06-20  Miles Bader  <miles@gnu.org>
13637         * faces.el (vertical-divider): New face.
13639 2005-06-20  Juanma Barranquero  <lekktu@gmail.com>
13641         * simple.el (kill-whole-line): Doc fix.
13642         (next-error-buffer-p, next-error-find-buffer)
13643         (clone-indirect-buffer): Fix typos in docstrings.
13644         (comment-line-break-function): Doc fix: don't say variable
13645         is automatically buffer-local (it isn't).
13647 2005-06-19  Michael Albinus  <michael.albinus@gmx.de>
13649         * net/tramp-ftp.el (top):
13650         * net/tramp-smb.el (top):
13651         * net/tramp-util.el (top):
13652         * net/tramp-uu.el (top):
13653         * net/tramp-vc.el (top):
13654         * net/tramp.el (top): Revert copyright years back to original
13655         ones.  Tramp has a life outside GNU Emacs.
13657 2005-06-19  Nick Roberts  <nickrob@snap.net.nz>
13659         * tooltip.el (tooltip-use-echo-area): Don't make it obsolete.
13661 2005-06-18  Juri Linkov  <juri@jurta.org>
13663         * progmodes/grep.el (grep-regexp-alist): Use backreference at the
13664         end of first regexp to limit the match to the position between
13665         line number and source line with same separator character as used
13666         between file name and line number.  In the second regexp limit
13667         mouse-face area to file name and line number by adding new group
13668         for them and referring it in HYPERLINK arg.
13669         (grep-regexp-alist, grep-mode-font-lock-keywords): Use shy group.
13670         (grep-mode): Set font-lock-lines-before to 0 to not refontify the
13671         previous line where grep markers may be already removed.
13673 2005-06-18  Peter Kleiweg  <p.c.j.kleiweg@rug.nl>
13675         * progmodes/ps-mode.el: Update version and maintainer's email address.
13677 2005-06-18  Steve Youngs  <steve@xemacs.org>
13679         * net/browse-url.el (browse-url-browser-function)
13680         (browse-url-default-browser): Add firefox.
13681         (browse-url-firefox-program, browse-url-firefox-arguments)
13682         (browse-url-firefox-startup-arguments)
13683         (browse-url-firefox-new-window-is-tab): New defcustoms.
13684         (browse-url-firefox, browse-url-firefox-sentinel): New functions.
13686 2005-06-17  Richard M. Stallman  <rms@gnu.org>
13688         * startup.el (command-line): Warn if specified user name has
13689         no home directory.
13691         * term.el (term-get-old-input, term-input-filter, term-input-sender)
13692         (term-mode-hook, term-exec-hook, term-escape-char): Doc fixes.
13694         * longlines.el (longlines-mode, longlines-show-hard-newlines):
13695         Doc fixes.
13697         * faces.el (underline): Try bold if terminal doesn't support underline.
13699         * mail/sendmail.el (mail-setup-with-from): New variable.
13700         (mail-insert-from-field): New function.
13701         (sendmail-send-it): Call it.
13702         (mail-setup): Optionally call it here.
13704         * term/linux.el: Call tty-no-underline.
13706 2005-06-17  Luc Teirlinck  <teirllm@auburn.edu>
13708         * emacs-lisp/edebug.el (edebug-goto-here): Doc fix.
13710 2005-06-17  Miles Bader  <miles@gnu.org>
13712         * ediff-init.el (ediff-current-diff-A, ediff-current-diff-B)
13713         (ediff-current-diff-C, ediff-current-diff-Ancestor)
13714         (ediff-fine-diff-A, ediff-fine-diff-B, ediff-fine-diff-C)
13715         (ediff-fine-diff-Ancestor, ediff-even-diff-A, ediff-even-diff-B)
13716         (ediff-even-diff-C, ediff-even-diff-Ancestor, ediff-odd-diff-A)
13717         (ediff-odd-diff-B, ediff-odd-diff-C, ediff-odd-diff-Ancestor):
13718         Remove "-face" suffix from face names.
13719         (ediff-current-diff-face-A, ediff-current-diff-face-B)
13720         (ediff-current-diff-face-C, ediff-current-diff-face-Ancestor)
13721         (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
13722         (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
13723         (ediff-even-diff-face-A, ediff-even-diff-face-B)
13724         (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
13725         (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
13726         (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
13727         New backward-compatibility aliases for renamed faces.
13728         (ediff-current-diff-face-A, ediff-current-diff-face-B)
13729         (ediff-current-diff-face-C, ediff-current-diff-face-Ancestor)
13730         (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
13731         (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
13732         (ediff-even-diff-face-A, ediff-even-diff-face-B)
13733         (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
13734         (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
13735         (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
13736         Use renamed ediff faces.
13738         * eshell/esh-test.el (eshell-test-ok, eshell-test-failed):
13739         Remove "-face" suffix from face names.
13740         (eshell-test-ok-face, eshell-test-failed-face):
13741         New backward-compatibility aliases for renamed faces.
13742         (eshell-run-test): Use renamed eshell-test faces.
13744         * eshell/em-prompt.el (eshell-prompt): Remove "-face" suffix from
13745         face name.
13746         (eshell-prompt-face): New backward-compatibility alias for renamed
13747         face.
13748         (eshell-emit-prompt): Use renamed eshell-prompt face.
13750         * eshell/em-ls.el (eshell-ls-directory, eshell-ls-symlink)
13751         (eshell-ls-executable, eshell-ls-readonly, eshell-ls-unreadable)
13752         (eshell-ls-special, eshell-ls-missing, eshell-ls-archive)
13753         (eshell-ls-backup, eshell-ls-product, eshell-ls-clutter):
13754         Remove "-face" suffix from face names.
13755         (eshell-ls-directory-face, eshell-ls-symlink-face)
13756         (eshell-ls-executable-face, eshell-ls-readonly-face)
13757         (eshell-ls-unreadable-face, eshell-ls-special-face)
13758         (eshell-ls-missing-face, eshell-ls-archive-face)
13759         (eshell-ls-backup-face, eshell-ls-product-face)
13760         (eshell-ls-clutter-face):
13761         New backward-compatibility aliases for renamed faces.
13762         (eshell-ls-decorated-name): Use renamed eshell-ls faces.
13764         * progmodes/cc-fonts.el (c-nonbreakable-space-face):
13765         Remove "-face" suffix from face name.
13766         (c-cpp-matchers): Use the variable `c-nonbreakable-space-face'
13767         instead of literal face.
13769 2005-06-17  Juanma Barranquero  <lekktu@gmail.com>
13771         * emacs-lisp/warnings.el (display-warning, lwarn)
13772         (warning-minimum-log-level): Doc fixes.
13773         (warning-minimum-level, warning-minimum-log-level):
13774         Add :debug to :type choices.
13776         * progmodes/ada-mode.el (ada-format-paramlist)
13777         (ada-get-indent-case, ada-check-matching-start)
13778         (ada-check-defun-name, ada-goto-matching-decl-start)
13779         (ada-goto-matching-start, ada-goto-matching-end, ada-tab)
13780         (ada-untab, ada-move-to-start, ada-fill-comment-paragraph)
13781         (ada-make-subprogram-body): Follow error conventions.
13782         (ada-case-exception-file, ada-indent-comment-as-code)
13783         (ada-indent-handle-comment-special, ada-indent-renames)
13784         (ada-indent-return, ada-search-directories-internal)
13785         (ada-tab-policy, ada-case-exception-substring)
13786         (ada-other-file-alist, ada-matching-start-re)
13787         (ada-matching-decl-start-re, ada-contextual-menu-last-point)
13788         (ada-imenu-generic-expression, ada-compile-goto-error)
13789         (ada-in-comment-p, ada-in-string-p, ada-in-string-or-comment-p)
13790         (ada-popup-menu, ada-add-extensions, ada-mode)
13791         (ada-region-selected, ada-create-case-exception)
13792         (ada-create-case-exception-substring, ada-after-keyword-p)
13793         (ada-activate-keys-for-case, ada-adjust-case-region)
13794         (ada-adjust-case-buffer, ada-format-paramlist)
13795         (ada-scan-paramlist, ada-insert-paramlist)
13796         (ada-indent-newline-indent)
13797         (ada-indent-newline-indent-conditional)
13798         (ada-justified-indent-current, ada-goto-previous-word)
13799         (ada-indent-current, ada-get-indent-open-paren)
13800         (ada-get-indent-paramlist, ada-get-indent-end)
13801         (ada-get-indent-case, ada-get-indent-when, ada-get-indent-if)
13802         (ada-get-indent-block-start, ada-get-indent-subprog)
13803         (ada-get-indent-noindent, ada-get-indent-label)
13804         (ada-get-indent-loop, ada-get-indent-type, ada-goto-stmt-start)
13805         (ada-search-prev-end-stmt, ada-goto-next-non-ws)
13806         (ada-goto-stmt-end, ada-goto-next-word)
13807         (ada-check-matching-start, ada-check-defun-name)
13808         (ada-goto-matching-decl-start, ada-goto-matching-start)
13809         (ada-goto-matching-end, ada-search-ignore-string-comment)
13810         (ada-in-decl-p, ada-looking-at-semi-or)
13811         (ada-looking-at-semi-private, ada-in-paramlist-p)
13812         (ada-in-open-paren-p, ada-tab, ada-indent-current-function)
13813         (ada-untab-hard, ada-move-to-start, ada-move-to-end)
13814         (ada-next-procedure, ada-previous-procedure, ada-next-package)
13815         (ada-previous-package, ada-create-menu)
13816         (ada-fill-comment-paragraph-justify)
13817         (ada-fill-comment-paragraph-postfix, ada-fill-comment-paragraph)
13818         (ada-other-file-name, ada-last-which-function-line)
13819         (ada-last-which-function-subprog, ada-which-function)
13820         (ada-get-body-name, ada-outline-level, ada-narrow-to-defun)
13821         (ada-gen-treat-proc, ada-check-emacs-version)
13822         (ada-continuation-indent, ada-align-region-separate):
13823         Fix typos in docstrings.
13824         (ada-adjust-case, ada-adjust-case-interactive): Doc fixes.
13826 2005-06-16  Lute Kamstra  <lute@gnu.org>
13828         * simple.el (fundamental-mode): Run after-change-major-mode-hook
13829         conditionally.
13831 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
13833         * comint.el (comint-replace-by-expanded-filename)
13834         (comint-prompt-regexp, comint-delimiter-argument-list)
13835         (comint-preinput-scroll-to-bottom):
13836         * info.el (Info-hide-cookies-node):
13837         * ls-lisp.el (ls-lisp-classify):
13838         * find-file.el (ff-search-directories, ff-special-constructs)
13839         (ff-find-other-file):
13840         * font-lock.el (font-lock-keywords):
13841         * shell.el (shell-prompt-pattern)
13842         (shell-dynamic-complete-functions, shell-mode)
13843         (shell-delimiter-argument-list):
13844         * term.el (term-replace-by-expanded-filename)
13845         (term-prompt-regexp, term-delimiter-argument-list):
13846         * woman.el (woman-ignore, woman0-if):
13847         * emacs-lisp/derived.el (derived-mode-init-mode-variables):
13848         * emacs-lisp/elint.el (elint-init-env):
13849         * emacs-lisp/regexp-opt.el (regexp-opt-depth):
13850         * eshell/esh-mode.el (eshell-preinput-scroll-to-bottom):
13851         * language/ethio-util.el (ethio-tilde-escape)
13852         (ethio-use-three-dot-question):
13853         * net/zone-mode.el (zone-mode-load-time-setup):
13854         * progmodes/cc-align.el (c-lineup-argcont):
13855         * progmodes/cc-awk.el (c-awk-beginning-of-defun):
13856         * progmodes/cperl-mode.el (cperl-set-style-back):
13857         * progmodes/inf-lisp.el (inferior-lisp-prompt):
13858         * progmodes/vhdl-mode.el (vhdl-beginning-of-libunit):
13859         Fix spellings in docstrings.
13861         * textmodes/sgml-mode.el (sgml-calculate-indent, html-tag-help):
13862         * progmodes/modula2.el (m2-for): Fix spellings.
13864         * menu-bar.el (menu-bar-games-menu): Fix typo in menu help string.
13866         * simple.el (undo-more): Don't use `format' on `error' arguments.
13867         Improve argument/docstring consistency.
13868         (pending-undo-list): Doc fix.
13870         * smerge-mode.el (smerge-ensure-match):
13871         * emulation/vip.el (vip-ex):
13872         * net/zone-mode.el (zone-mode-update-serial):
13873         * progmodes/idlwave.el (idlwave-complete):
13874         * progmodes/vhdl-mode.el (vhdl-visit-file)
13875         (vhdl-compose-wire-components):
13876         Don't use `format' on `error' arguments.
13878         * tooltip.el (tooltip-start-delayed-tip, tooltip-timeout)
13879         (tooltip-use-echo-area, tooltip-process-prompt-regexp)
13880         (tooltip-help-tips): Fix typos in docstrings.
13882 2005-06-16  David Ponce  <david@dponce.com>
13884         * tree-widget.el (tree-widget-value-create): Simplify last change.
13886 2005-06-15  Matt Hodges  <MPHodges@member.fsf.org>
13888         * ido.el (ido-incomplete-regexp): New variable.
13889         (ido-set-matches-1): Handle invalid-regexp error and set
13890         ido-incomplete-regexp.
13891         (ido-incomplete-regexp): New face.
13892         (ido-completions): Use it.
13893         (ido-complete, ido-exit-minibuffer, ido-completions):
13894         Handle incomplete regexps.
13895         (ido-completions): Add check for complete match when entering a regexp.
13897 2005-06-15  Stefan Monnier  <monnier@iro.umontreal.ca>
13899         * subr.el (add-to-ordered-list): Use a weak hash-table to avoid leaks.
13901 2005-06-15  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
13903         * textmodes/bibtex.el (bibtex-Preamble): Enclose BibTeX preamble
13904         by field delimiters.
13906 2005-06-15  David Ponce  <david@dponce.com>
13908         * tree-widget.el: eval-and-compile inlined functions so they will
13909         be available at run-time too.
13910         (tree-widget-super-format-handler)
13911         (tree-widget-format-handler): Remove.
13912         (tree-widget-value-create): Handle the :indent property.
13914 2005-06-15  Miles Bader  <miles@gnu.org>
13916         * progmodes/which-func.el (which-func): Only inherit
13917         `font-lock-function-name-face' when that makes sense against the
13918         default mode-line face, otherwise set the face color explicitly.
13920         * progmodes/cperl-mode.el (cperl-init-faces): Use literal cperl
13921         faces instead of (non-existent) variables.
13923 2005-06-14  Stefan Monnier  <monnier@iro.umontreal.ca>
13925         * iswitchb.el (iswitchb-to-end): Replace mapcar with dolist.
13926         (iswitchb-get-matched-buffers): Likewise.  Simplify.
13928 2005-06-14  Miles Bader  <miles@gnu.org>
13930         * progmodes/ld-script.el (ld-script-location-counter):
13931         Remove "-face" suffix from face name.
13932         (ld-script-location-counter-face):
13933         New backward-compatibility alias for renamed face.
13934         (ld-script-location-counter-face): Use renamed face.
13936         * progmodes/cperl-mode.el (cperl-nonoverridable, cperl-array)
13937         (cperl-hash): Remove "-face" suffix from face names.
13938         (cperl-nonoverridable-face, cperl-array-face, cperl-hash-face):
13939         New backward-compatibility aliases for renamed faces.
13940         (cperl-find-pods-heres, cperl-init-faces, cperl-ps-print-init)
13941         (cperl-ps-print-face-properties): Use renamed cperl-mode faces.
13943         * progmodes/which-func.el (which-func): Remove "-face" suffix from face
13944         name.
13945         (which-func-face): New backward-compatibility alias for renamed face.
13946         (which-func-format): Use renamed which-func face.
13948         * progmodes/vhdl-mode.el (vhdl-prompt, vhdl-attribute, vhdl-enumvalue)
13949         (vhdl-function, vhdl-directive, vhdl-reserved-word)
13950         (vhdl-translate-off): Remove "-face" suffix and "font-lock-" from face
13951         names.
13952         (vhdl-speedbar-entity, vhdl-speedbar-architecture)
13953         (vhdl-speedbar-configuration, vhdl-speedbar-package)
13954         (vhdl-speedbar-library, vhdl-speedbar-instantiation)
13955         (vhdl-speedbar-subprogram, vhdl-speedbar-entity-selected)
13956         (vhdl-speedbar-architecture-selected)
13957         (vhdl-speedbar-configuration-selected)
13958         (vhdl-speedbar-package-selected)
13959         (vhdl-speedbar-instantiation-selected): Remove "-face" suffix from face
13960         names.
13961         (vhdl-font-lock-keywords-2, vhdl-font-lock-keywords-5):
13962         Use renamed faces.
13963         (vhdl-prompt-face, vhdl-attribute-face, vhdl-enumvalue-face)
13964         (vhdl-function-face, vhdl-directive-face, vhdl-reserved-words-face)
13965         (vhdl-translate-off-face): Variables renamed to remove "font-lock-".
13966         Use renamed faces.
13967         (syntax-alist): Don't use "font-lock-" or "-face" in generated face
13968         names.
13969         (vhdl-font-lock-init, vhdl-ps-print-settings): Use renamed faces.
13970         (vhdl-speedbar-insert-hierarchy, vhdl-speedbar-expand-entity)
13971         (vhdl-speedbar-expand-package, vhdl-speedbar-update-current-unit)
13972         (vhdl-speedbar-make-inst-line, vhdl-speedbar-make-pack-line)
13973         (vhdl-speedbar-make-subpack-line, vhdl-speedbar-make-subprogram-line)
13974         (vhdl-speedbar-item-info, vhdl-speedbar-check-unit): Use renamed faces.
13976         * progmodes/sh-script.el (sh-heredoc): Remove "-face" suffix from
13977         face name.
13978         (sh-heredoc-face): New backward-compatibility alias for renamed face.
13979         (sh-heredoc-face): Use renamed sh-heredoc face.
13981         * progmodes/idlw-help.el (idlwave-help-link):
13982         Remove "-face" suffix from face name.
13983         (idlwave-help-link-face):
13984         New backward-compatibility alias for renamed face.
13985         (idlwave-highlight-linked-completions): Use renamed idlwave-help faces.
13987         * progmodes/idlw-shell.el (idlwave-shell-bp-face)
13988         (idlwave-shell-disabled-bp): Remove "-face" suffix from face names.
13989         (idlwave-shell-bp-face, idlwave-shell-disabled-bp):
13990         New backward-compatibility aliases for renamed faces.
13991         (idlwave-shell-disabled-breakpoint-face)
13992         (idlwave-shell-breakpoint-face): Use renamed idlwave-shell faces.
13994         * progmodes/flymake.el (flymake-errline, flymake-warnline):
13995         Remove "-face" suffix from face names.
13996         (flymake-errline-face, flymake-warnline-face):
13997         New backward-compatibility aliases for renamed faces.
13998         (flymake-highlight-line): Use renamed flymake faces.
14000         * progmodes/ebrowse.el (ebrowse-tree-mark, ebrowse-root-class)
14001         (ebrowse-file-name, ebrowse-default, ebrowse-member-attribute)
14002         (ebrowse-member-class, ebrowse-progress):
14003         Remove "-face" suffix from face names.
14004         (ebrowse-tree-mark-face, ebrowse-root-class-face)
14005         (ebrowse-file-name-face, ebrowse-default-face)
14006         (ebrowse-member-attribute-face, ebrowse-member-class-face)
14007         (ebrowse-progress-face):
14008         New backward-compatibility aliases for renamed faces.
14009         (ebrowse-show-progress, ebrowse-show-file-name-at-point)
14010         (ebrowse-set-mark-props, ebrowse-draw-tree-fn)
14011         (ebrowse-draw-member-buffer-class-line, ebrowse-draw-member-long-fn)
14012         (ebrowse-draw-member-short-fn): Use renamed ebrowse faces.
14014         * progmodes/antlr-mode.el (antlr-default, antlr-keyword,
14015         antlr-syntax)
14016         (antlr-ruledef, antlr-tokendef, antlr-ruleref, antlr-tokenref)
14017         (antlr-literal): Remove "-face" suffix and "font-lock-" from face
14018         names.
14019         (antlr-font-lock-default-face, antlr-font-lock-keyword-face)
14020         (antlr-font-lock-syntax-face, antlr-font-lock-ruledef-face)
14021         (antlr-font-lock-tokendef-face, antlr-font-lock-ruleref-face)
14022         (antlr-font-lock-tokenref-face, antlr-font-lock-literal-face): New
14023         backward-compatibility aliases for renamed faces.
14024         (antlr-default-face, antlr-keyword-face, antlr-syntax-face)
14025         (antlr-ruledef-face, antlr-tokendef-face, antlr-ruleref-face)
14026         (antlr-tokenref-face, antlr-literal-face): Variables renamed to
14027         remove "font-lock-".  Use renamed antlr-mode faces.
14028         (antlr-font-lock-additional-keywords): Use renamed faces.  Replace
14029         literal face-names with face variable references.
14031         * buff-menu.el (Buffer-menu-buffer): Remove "-face" suffix from
14032         face name.
14033         (Buffer-menu-buffer-face): New backward-compatibility alias for
14034         renamed face.
14035         (list-buffers-noselect): Use renamed Buffer-menu-buffer face.
14037 2005-06-15  Daniel Pfeiffer  <occitan@esperanto.org>
14039         * progmodes/make-mode.el (makefile-space, makefile-makepp-perl):
14040         Eliminate "-face" suffix.
14041         (makefile-targets): Inherit from font-lock-function-name-face and
14042         eliminate "-face" suffix.
14043         (makefile-shell): Remove attributes and eliminate "-face" suffix.
14044         (makefile-*-font-lock-keywords): Append makefile-targets in rule
14045         actions, instead of prepending, to make it less visible.
14046         (makefile-previous-dependency, makefile-match-dependency):
14047         Don't match a target on a continuation line.
14049         * files.el (auto-mode-alist): Put Makefile in gmake mode.
14051 2005-06-15  Nick Roberts  <nickrob@snap.net.nz>
14053         * progmodes/gdb-ui.el (menu): Re-order menu items.
14054         (gdb-tooltip-print): Respect tooltip-use-echo-area.
14056         * progmodes/gud.el (tooltip-use-echo-area): Remove alias.
14057         Define in tooltip.el.
14058         (gud-tooltip-process-output): Respect tooltip-use-echo-area.
14059         (gud-tooltip-tips): Respect tooltip-use-echo-area and
14060         gud-tooltip-echo-area.
14062         * tooltip.el (tooltip-use-echo-area): Restore from gud.el for
14063         backward compatibility and make obsolete.
14064         (tooltip-help-tips): Use tooltip-use-echo-area.
14065         (tooltip-show-help-function): Rename to...
14066         (tooltip-show-help): ...this, because it is a function.
14067         (tooltip-mode, tooltip-help-message): Call tooltip-show-help.
14069 2005-06-14  Luc Teirlinck  <teirllm@auburn.edu>
14071         * emacs-lisp/edebug.el (edebug-all-defs, edebug-initial-mode)
14072         (edebug-print-length, edebug-print-level, edebug-print-circle)
14073         (edebug-modify-breakpoint, edebug-eval-last-sexp)
14074         (edebug-eval-print-last-sexp): Doc fixes.
14076 2005-06-14  Kim F. Storm  <storm@cua.dk>
14078         * ido.el (ido-mode): Make a new keymap every time we enable ido,
14079         as the coverage buffer/file/both may change.
14081 2005-06-14  Lute Kamstra  <lute@gnu.org>
14083         * net/ange-ftp.el (internal-ange-ftp-mode): Use delay-mode-hooks
14084         and run-mode-hooks.  Simplify.
14086         * mail/rmailedit.el (rmail-edit-mode):
14087         * progmodes/octave-inf.el (inferior-octave-mode):
14088         * progmodes/sql.el (sql-interactive-mode): Use delay-mode-hooks.
14090         * recentf.el (recentf-dialog-mode): Use kill-all-local-variables
14091         and run-mode-hooks.
14092         (recentf-edit-list, recentf-open-files): Don't call
14093         kill-all-local-variables directly.
14095         * emacs-lisp/debug.el (debug-on-entry): Fix docstring.
14097 2005-06-14  Juanma Barranquero  <lekktu@gmail.com>
14099         * emacs-lisp/byte-run.el (make-obsolete)
14100         (define-obsolete-function-alias): Rename arguments FUNCTION and
14101         NEW to OBSOLETE-NAME and CURRENT-NAME respectively.
14102         (make-obsolete-variable, define-obsolete-variable-alias):
14103         Rename arguments VARIABLE and NEW to OBSOLETE-NAME and CURRENT-NAME
14104         respectively.
14106         * isearchb.el (isearchb-activate):
14107         * pcvs.el (cvs-mode):
14108         * ses.el (ses-load):
14109         * vc-arch.el (vc-arch-checkin, vc-arch-diff):
14110         * net/tramp.el (tramp-find-file-exists-command)
14111         (tramp-find-shell):
14112         * progmodes/ada-mode.el (ada-create-case-exception)
14113         (ada-create-case-exception-substring, ada-make-subprogram-body):
14114         * progmodes/idlw-shell.el (idlwave-shell-move-to-bp):
14115         * progmodes/idlwave.el (idlwave-complete-class-structure-tag-help):
14116         * progmodes/vhdl-mode.el (vhdl-speedbar-place-component):
14117         * textmodes/org.el (org-promote, org-evaluate-time-range)
14118         (org-agenda-next-date-line, org-agenda-previous-date-line)
14119         (org-agenda-error, org-open-at-point, org-table-move-row)
14120         (org-format-table-table-html-using-table-generate-source)
14121         (org-shiftcursor-error, org-ctrl-c-ctrl-c):
14122         * textmodes/reftex.el (reftex-access-scan-info):
14123         * textmodes/reftex-toc.el (reftex-toc-dframe-p)
14124         (reftex-toc-promote-prepare): Follow error conventions.
14126         * diff-mode.el (diff-mode): Fix typo in docstring.
14128         * forms.el (forms--intuit-from-file): Fix reference to
14129         `forms-number-of-fields' in error message.
14130         (forms-print): Fix quoting in error message.
14132         * forms.el (forms-mode):
14133         * emulation/vi.el (vi-goto-insert-state):
14134         * progmodes/flymake.el (flymake-new-err-info)
14135         (flymake-start-syntax-check-for-current-buffer)
14136         (flymake-simple-cleanup):
14137         * eshell/esh-var.el (eshell/export):
14138         * progmodes/gud.el (xdb):
14139         * textmodes/flyspell.el (flyspell-incorrect-hook)
14140         (flyspell-maybe-correct-transposition)
14141         (flyspell-maybe-correct-doubling): Fix quoting in docstring.
14143 2005-06-13  Luc Teirlinck  <teirllm@auburn.edu>
14145         * emacs-lisp/debug.el (cancel-debug-on-entry): Mention default in
14146         minibuffer prompt.
14148 2005-06-13  Kim F. Storm  <storm@cua.dk>
14150         * subr.el (add-to-ordered-list): New defun.
14152         * emulation/cua-base.el (cua-mode): Use add-to-ordered-list to
14153         add cua--keymap-alist to emulation-mode-map-alists.
14155 2005-06-13  Stefan Monnier  <monnier@iro.umontreal.ca>
14157         * subr.el (complete-in-turn): New macro.
14158         (dynamic-completion-table, lazy-completion-table): Add debug info.
14160         * faces.el (read-face-name): Use complete-in-turn complete non-aliases
14161         in preference to face aliases.
14163         * textmodes/fill.el (fill-match-adaptive-prefix): New function.
14164         (fill-context-prefix): Use it to avoid guessing absurdly long prefixes.
14165         Remove unused vars `start' and `firstline'.
14166         (fill-nobreak-p): Fix line-move-invisible -> line-move-invisible-p.
14167         (justify-current-line, fill-individual-paragraphs): Remove unused vars.
14169 2005-06-13  Eli Zaretskii  <eliz@gnu.org>
14171         * cus-start.el (all): Don't complain about missing GTK-related
14172         variables, unless either `gtk' is boundp or this isn't a
14173         `windows-nt' build.
14175 2005-06-13  Lute Kamstra  <lute@gnu.org>
14177         * abbrev.el (edit-abbrevs-mode): Use kill-all-local-variables and
14178         run-mode-hooks.
14180         * ediff-mult.el (ediff-meta-mode):
14181         * ediff-util.el (ediff-mode): Use run-mode-hooks.
14183         * ledit.el (ledit-mode): Use delay-mode-hooks.
14185         * woman.el (woman-mode-line-format): Delete constant.
14186         (woman-mode-map): Initialize it properly.
14187         (woman-mode): Set mode-class property to special.
14188         Use delay-mode-hooks and run-mode-hooks.  Use the right keymap.
14189         Set major-mode and mode-name.  Don't set mode-line-format directly.
14190         (Man-getpage-in-background): Don't reference woman-mode-line-format.
14192         * emacs-lisp/debug.el (cancel-debug-on-entry): Make the empty
14193         string argument obsolete.
14195 2005-06-13  Carsten Dominik  <dominik@science.uva.nl>
14197         * textmodes/org.el (org-CUA-compatible): New option.
14198         (org-disputed-keys): New variable.
14199         (org-key): New function.
14200         (orgtbl-make-binding): Add docstring to the created function.
14201         (org-mode): Set paragraph start/separate regexps.
14202         (orgtbl-mode): Don't start `orgtbl-mode' in `org-mode' buffers.
14203         (org-archive-location, org-archive-mark-done)
14204         (org-archive-stamp-time): New options.
14205         (org-archive-subtree): New command.
14206         (org-fill-paragraph): New function.
14207         (org-mode): Set `fill-paragraph-function' to `org-fill-paragraph'.
14208         (org-fake-empty-table-line): Function removed.
14209         (org-format-org-table-html): Do not create empty table lines at
14210         separator lines.  Improved table header treatment.
14211         (org-link-format): New option.
14212         (org-make-link): New function.
14213         (org-insert-link, org-store-link): Use org-make-link.
14214         (org-open-file): Quote file name for shell command, to allow
14215         spaces in file names.
14216         (org-link-regexp): Fix bug with mailto link.
14217         (org-link-maybe-angles-regexp, org-protected-link-regexp):
14218         New constants.
14219         (org-export-as-html): Deal with the optional angles around a link.
14220         Better treatment of file: links.
14221         (org-open-at-point): Replace @{ and @} with < and >.
14222         (org-run-mode-hooks): Function removed.
14223         (org-agenda-mode): No longer use `org-run-mode-hooks'.
14225 2005-06-13  Nick Roberts  <nickrob@snap.net.nz>
14227         * progmodes/gdb-ui.el (gdb-registers-mode): Let gdbmi use
14228         MI command -data-list-register-values.
14229         (gdb-post-prompt): Indent properly.
14231 2005-06-13  Juanma Barranquero  <lekktu@gmail.com>
14233         * hilit-chg.el (highlight-changes-colors): Rename from
14234         `highlight-changes-colours'.
14235         (highlight-changes-colours): Keep as obsolete alias.
14236         (highlight-changes-face-list): Doc fix.
14237         (hilit-chg-make-list): Use `highlight-changes-colors'.
14239 2005-06-12  Mark A. Hershberger  <mah@everybody.org>
14241         * progmodes/cperl-mode.el (cperl-mode): Remove stray paren in
14242         defun-prompt-regexp.
14244 2005-06-12  Eli Zaretskii  <eliz@gnu.org>
14246         * loadup.el: Don't say we are dumping under 2 names on windows-nt
14247         and cygwin.
14249         * makefile.w32-in (bootstrap-clean-CMD, bootstrap-clean-SH):
14250         Don't use an old loaddefs.el, as in Makefile.in.
14252 2005-06-12  Lute Kamstra  <lute@gnu.org>
14254         * Makefile.in (bootstrap-prepare): Don't use an old loaddefs.el.
14256         * man.el (Man-mode-map): Initialize it properly.
14257         (Man-mode): Set mode-class property to special.
14259         * calendar/calendar.el (calendar-mode): Use run-mode-hooks.
14261 2005-06-11  Luc Teirlinck  <teirllm@auburn.edu>
14263         * menu-bar.el (menu-bar-make-toggle): Remove stray backslash.
14264         A newline is needed in the docstring there.
14266         * emacs-lisp/debug.el (debug-on-entry, cancel-debug-on-entry):
14267         Doc fixes.
14269 2005-06-11  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
14271         * printing.el: Doc fix.  The menubar is no more changed when printing
14272         is loaded, it only changes when pr-menu-bind or pr-update-menus is
14273         called.  Now, the menubar changing will work in Emacs 20, 21 and 22.
14274         (pr-version): New version number (6.8.4).
14275         (pr-menu-bind): New command.
14276         (pr-update-menus): Docstring and code fix.
14277         (pr-menu-print-item): Now is a global var in Emacs and XEmacs.
14278         Docstring fix.
14279         (pr-txt-printer-alist, pr-ps-printer-alist, pr-gv-command)
14280         (pr-gs-command, pr-gs-switches, pr-ps-utility-alist): Docstring fix.
14282 2005-06-11  Thien-Thi Nguyen  <ttn@gnu.org>
14284         * emacs-lisp/ewoc.el: Doc fixes for public funcs:
14285         "Returns" to "return", document useful return values, etc.
14287 2005-06-11  Alan Mackenzie  <acm@muc.de>
14289         * fill.el (fill-context-prefix): Try `adaptive-fill-function'
14290         BEFORE `adaptive-fill-regexp' when determining a fill prefix.
14291         (adaptive-file-function): Minor amendment to doc-string.
14293 2005-06-11  Frederik Fouvry  <fouvry@CoLi.Uni-SB.DE>
14295         * thumbs.el (thumbs-per-line, thumbs-thumbsdir-max-size)
14296         (thumbs-relief, thumbs-margin, thumbs-image-resizing-step):
14297         Fix :type--it is `integer', not `string'.
14299         * faces.el (modeline-highlight): Rename from (the erroneous)
14300         `modeline-higilight'.
14302 2005-06-11  Lute Kamstra  <lute@gnu.org>
14304         * emacs-lisp/edebug.el (edebug-eval-mode-map): Don't copy
14305         lisp-interaction-mode-map but make it the parent.
14306         (edebug-eval-mode): Use define-derived-mode.
14308 2005-06-11  Andreas Schwab  <schwab@suse.de>
14310         * bindings.el: Add binding of `ESC functionkey' for every
14311         `M-functionkey'.
14312         * hexl.el (hexl-mode-map): Likewise.
14314 2005-06-10  Michael Hotchin  <michael@hotchin.net>  (tiny change)
14316         * progmodes/compile.el (compilation-error-regexp-alist-alist)
14317         [msft]: update regexp for newer msft compilers.
14319 2005-06-10  Mark A. Hershberger  <mah@everybody.org>
14321         * xml.el (start-chars, xml-parse-dtd): Add the ability to skip
14322         ATTLIST portions of included DTDs.
14323         (xml-parse-dtd): Eliminate use of inefficient match-data.
14325 2005-06-10  Miles Bader  <miles@gnu.org>
14327         * play/mpuz.el (mpuz-unsolved, mpuz-solved, mpuz-trivial)
14328         (mpuz-text): Remove "-face" suffix from face names.
14329         (mpuz-unsolved-face, mpuz-solved-face, mpuz-trivial-face)
14330         (mpuz-text-face): New backward-compatibility aliases for renamed faces.
14331         (mpuz-create-buffer, mpuz-paint-digit): Use renamed mpuz faces.
14333         * play/gomoku.el (gomoku-O, gomoku-X):
14334         Remove "-face" suffix from face names.
14335         (gomoku-font-lock-O-face, gomoku-font-lock-X-face):
14336         New backward-compatibility aliases for renamed faces.
14337         (gomoku-font-lock-keywords): Use renamed gomoku faces.
14339 2005-06-10  Juanma Barranquero  <lekktu@gmail.com>
14341         * thumbs.el: Fixes for changes of 2005-06-09.
14342         (thumbs-thumbsdir): Force `thumbs-thumbsdir' to be interpretable
14343         as a directory.
14344         (thumbs-thumbname): Remove directory separator from format string;
14345         `thumbs-thumbsdir' now returns a valid directory name.
14346         (thumbs-temp-dir): New defsubst.
14347         (thumbs-temp-file, thumbs-resize-image, thumbs-modify-image):
14348         Use it.
14350         * cus-edit.el (minibuffer):
14351         * files.el (make-backup-file-name-function):
14352         * filesets.el (filesets-external-viewers):
14353         * hilit-chg.el (highlight-changes-colours)
14354         (highlight-changes-face-list, highlight-changes-rotate-faces):
14355         * ielm.el (ielm-dynamic-return, inferior-emacs-lisp-mode):
14356         * kmacro.el (kmacro-call-macro):
14357         * log-edit.el (log-edit-changelog-full-paragraphs):
14358         * mouse.el (mouse-1-click-follows-link):
14359         * skeleton.el (skeleton-autowrap):
14360         * subr.el (insert-for-yank-1):
14361         * tempo.el (tempo-insert-region):
14362         * terminal.el (terminal-emulator):
14363         * time.el (display-time-mail-face):
14364         * vc.el (vc-annotate):
14365         * vcursor.el (vcursor-copy-line):
14366         * woman.el (woman-bold-headings, woman-ignore)
14367         (woman-default-faces, woman-monochrome-faces):
14368         * calendar/todo-mode.el (todo-insert-threshold):
14369         * emulation/pc-select.el (pc-select-selection-keys-only)
14370         (pc-selection-mode):
14371         * emulation/vip.el (vip-find-char-forward):
14372         * emulation/viper-cmd.el (viper-find-char-forward):
14373         * international/mule-cmds.el
14374         (select-safe-coding-system-accept-default-p)
14375         (input-method-exit-on-invalid-key):
14376         * international/mule-diag.el (describe-coding-system):
14377         * international/ucs-tables.el (unify-8859-on-encoding-mode):
14378         * net/browse-url.el (browse-url-xterm-program):
14379         * obsolete/lazy-lock.el (lazy-lock-mode):
14380         * progmodes/cperl-mode.el (cperl-info-on-command-no-prompt)
14381         (cperl-mode):
14382         * progmodes/cpp.el (cpp-face-light-name-list)
14383         (cpp-face-dark-name-list):
14384         * progmodes/delphi.el (delphi-newline-always-indents):
14385         Fix spellings in docstrings.
14387         * ido.el (ido-mode, ido-file-extensions-order)
14388         (ido-default-file-method, ido-default-buffer-method)
14389         (ido-max-prospects, ido-slow-ftp-hosts, ido-setup-hook)
14390         (ido-decorations, ido-read-file-name-as-directory-commands)
14391         (ido-read-file-name-non-ido, ido-work-directory-list)
14392         (ido-ignore-item-temp-list, ido-current-directory)
14393         (ido-magic-forward-char, ido-enter-find-file)
14394         (ido-enter-switch-buffer, ido-visit-buffer, ido-switch-buffer)
14395         (ido-find-file, ido-read-buffer): Fix typos in docstrings.
14397 2005-06-10  Lute Kamstra  <lute@gnu.org>
14399         * play/dunnet.el (dun-mode): Use define-derived-mode.
14400         (dungeon-mode-map): Rename to dun-mode-map.  Keep old name as an
14401         obsolete alias.
14403         * play/doctor.el (doctor-mode-map): Remove defvar.
14404         (doctor-mode): Use define-derived-mode.
14406         * mail/mspools.el (mspools-mode):
14407         * net/eudc-hotlist.el (eudc-hotlist-mode):
14408         * play/blackbox.el (blackbox-mode): Use run-mode-hooks.
14410 2005-06-10  Miles Bader  <miles@gnu.org>
14412         * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
14413         Remove "-face" suffix from face names.
14414         (flyspell-incorrect-face, flyspell-duplicate-face):
14415         New backward-compatibility aliases for renamed faces.
14416         (flyspell-mode-on, make-flyspell-overlay)
14417         (flyspell-highlight-incorrect-region)
14418         (flyspell-highlight-duplicate-region)
14419         (flyspell-display-next-corrections)
14420         (flyspell-auto-correct-previous-word): Use renamed flyspell faces.
14422         * textmodes/texinfo.el (texinfo-heading): Remove "-face" suffix
14423         from face name.
14424         (texinfo-heading-face): New backward-compatibility alias for
14425         renamed face.
14426         (texinfo-heading-face): Use renamed texinfo-heading face.
14428         * textmodes/tex-mode.el (tex-math, tex-verbatim): Remove "-face"
14429         suffix from face names.
14430         (tex-math-face, tex-verbatim-face):
14431         New backward-compatibility aliases for renamed faces.
14432         (tex-math-face, tex-verbatim-face): Use renamed tex-mode faces.
14433         (tex-insert-quote): Use `tex-verbatim-face' variable instead of
14434         literal face name.
14436         * textmodes/table.el (table-cell): Remove "-face" suffix from face
14437         name.
14438         (table-cell-face): New backward-compatibility alias for renamed face.
14439         (table--put-cell-face-property, table--update-cell-face):
14440         Use renamed table-cell face.
14442         * textmodes/sgml-mode.el (sgml-namespace): Remove "-face" suffix
14443         from face name.
14444         (sgml-namespace-face): New backward-compatibility alias for
14445         renamed face.
14446         (sgml-namespace-face): Use renamed sgml-namespace face.
14448         * textmodes/org.el (org-level-1, org-level-2, org-level-3)
14449         (org-level-4, org-level-5, org-level-6, org-level-7)
14450         (org-level-8, org-warning, org-headline-done)
14451         (org-deadline-announce, org-scheduled-today)
14452         (org-scheduled-previously, org-link, org-done, org-table)
14453         (org-time-grid): Remove "-face" suffix from face names.
14454         (org-level-1-face, org-level-2-face, org-level-3-face)
14455         (org-level-4-face, org-level-5-face, org-level-6-face)
14456         (org-level-7-face, org-level-8-face, org-warning-face)
14457         (org-headline-done-face, org-deadline-announce-face)
14458         (org-scheduled-today-face, org-scheduled-previously-face)
14459         (org-link-face, org-done-face, org-table-face)
14460         (org-time-grid-face):
14461         New backward-compatibility aliases for renamed faces.
14462         (org-level-faces, org-set-font-lock-defaults, org-timeline)
14463         (org-agenda, org-agenda-get-todos, org-agenda-get-deadlines)
14464         (org-agenda-get-timestamps, org-agenda-get-scheduled)
14465         (org-agenda-add-time-grid-maybe, org-table-p): Use renamed org faces.
14467         * emulation/viper-init.el (viper-search, viper-replace-overlay)
14468         (viper-minibuffer-emacs, viper-minibuffer-insert)
14469         (viper-minibuffer-vi): Remove "-face" suffix from face names.
14470         (viper-search-face, viper-replace-overlay-face)
14471         (viper-minibuffer-emacs-face, viper-minibuffer-insert-face)
14472         (viper-minibuffer-vi-face):
14473         New backward-compatibility aliases for renamed faces.
14474         (viper-search-face, viper-replace-overlay-face)
14475         (viper-minibuffer-emacs-face, viper-minibuffer-insert-face)
14476         (viper-minibuffer-vi-face): Use renamed viper faces.
14478         * emacs-lisp/testcover.el (testcover-nohits, testcover-1value):
14479         Remove "-face" suffix from face names.
14480         (testcover-nohits-face, testcover-1value-face):
14481         New backward-compatibility aliases for renamed faces.
14482         (testcover-mark): Use renamed testcover faces.
14484         * calendar/diary-lib.el (diary-button): Remove "-face" suffix from
14485         face name.
14486         (diary-button-face): New backward-compatibility alias for renamed face.
14487         (diary-entry): Use renamed diary-button face.
14489         * calendar/calendar.el (diary, calendar-today, holiday)
14490         (mark-visible-calendar-date): Remove "-face" suffix from face names.
14491         (diary-face, calendar-today-face, holiday-face):
14492         New backward-compatibility aliases for renamed faces.
14493         (eval-after-load "facemenu", diary-entry-marker)
14494         (calendar-today-marker, calendar-holiday-marker, diary-face):
14495         Use renamed calendar faces.
14497         * compare-w.el (compare-windows): Remove "-face" suffix from face name.
14498         (compare-windows-face): New backward-compatibility alias for
14499         renamed face.
14500         (compare-windows-highlight): Use renamed compare-windows face.
14502         * strokes.el (strokes-char): Remove "-face" suffix from face name.
14503         (strokes-char-face): New backward-compatibility alias for renamed face.
14504         (strokes-encode-buffer): Use renamed strokes-char face.
14506         * pcvs-info.el (cvs-header, cvs-filename, cvs-unknown)
14507         (cvs-handled, cvs-need-action, cvs-marked, cvs-msg):
14508         Remove "-face" suffix from face names.
14509         (cvs-header-face, cvs-filename-face, cvs-unknown-face)
14510         (cvs-handled-face, cvs-need-action-face, cvs-marked-face)
14511         (cvs-msg-face): New backward-compatibility aliases for renamed faces.
14512         (cvs-fi-up-to-date-face, cvs-fi-unknown-face, cvs-fileinfo-pp):
14513         Use renamed pcvs faces.
14514         * pcvs.el (cvs-mode-find-file): Use renamed pcvs faces.
14515         * pcvs-defs.el (cvs-mode-map): Likewise.
14516         * cvs-status.el (cvs-status-font-lock-keywords): Likewise.
14518         * info.el (info-title-1, info-title-2, info-title-3)
14519         (info-title-4): Remove "-face" suffix from and downcase face names.
14520         (Info-title-1-face, Info-title-2-face, Info-title-3-face)
14521         (Info-title-4-face):
14522         New backward-compatibility aliases for renamed faces.
14523         (Info-fontify-node): Use renamed info faces.
14525         * hilit-chg.el (highlight-changes, highlight-changes-delete):
14526         Remove "-face" suffix from face names.
14527         (highlight-changes-face, highlight-changes-delete-face):
14528         New backward-compatibility aliases for renamed faces.
14529         (hilit-chg-cust-fix-changes-face-list, hilit-chg-make-ov)
14530         (hilit-chg-make-list): Use renamed highlight-changes faces.
14532         * generic-x.el (show-tabs-tab, show-tabs-space):
14533         Remove "-face" suffix from face names.
14534         (show-tabs-tab-face, show-tabs-space-face):
14535         New backward-compatibility aliases for renamed faces.
14536         (show-tabs-generic-mode-font-lock-defaults-1)
14537         (show-tabs-generic-mode-font-lock-defaults-2):
14538         Use renamed show-tabs faces.
14540         * smerge-mode.el (smerge-mine, smerge-other, smerge-base)
14541         (smerge-markers): Remove "-face" suffix from face names.
14542         (smerge-mine-face, smerge-other-face, smerge-base-face)
14543         (smerge-markers-face):
14544         New backward-compatibility aliases for renamed faces.
14545         (smerge-mine-face, smerge-other-face, smerge-base-face)
14546         (smerge-markers-face): Use renamed smerge faces.
14548         * log-view.el (log-view-file, log-view-message): Remove "-face"
14549         suffix from face names.
14550         (log-view-file-face, log-view-message-face):
14551         New backward-compatibility aliases for renamed faces.
14552         (log-view-file-face, log-view-message-face): Use renamed log-view
14553         faces.
14555         * paren.el (show-paren-match, show-paren-mismatch):
14556         Remove "-face" suffix from face names.
14557         (show-paren-match-face, show-paren-mismatch-face):
14558         New backward-compatibility aliases for renamed faces.
14559         (show-paren-function): Use renamed show-paren faces.
14561         * ruler-mode.el (ruler-mode-default, ruler-mode-pad)
14562         (ruler-mode-margins, ruler-mode-fringes)
14563         (ruler-mode-column-number, ruler-mode-fill-column)
14564         (ruler-mode-comment-column, ruler-mode-goal-column)
14565         (ruler-mode-tab-stop, ruler-mode-current-column): Remove "-face"
14566         suffix from face names.
14567         (ruler-mode-default-face, ruler-mode-pad-face)
14568         (ruler-mode-margins-face, ruler-mode-fringes-face)
14569         (ruler-mode-column-number-face, ruler-mode-fill-column-face)
14570         (ruler-mode-comment-column-face, ruler-mode-goal-column-face)
14571         (ruler-mode-tab-stop-face, ruler-mode-current-column-face):
14572         New backward-compatibility aliases for renamed faces.
14573         (ruler-mode-pad, ruler-mode-margins, ruler-mode-fringes)
14574         (ruler-mode-column-number, ruler-mode-fill-column)
14575         (ruler-mode-comment-column, ruler-mode-goal-column)
14576         (ruler-mode-tab-stop, ruler-mode-current-column)
14577         (ruler-mode-mouse-grab-any-column, ruler-mode-ruler): Use renamed
14578         faces.
14580         * whitespace.el (whitespace-highlight): Remove "-face" suffix from
14581         face name.
14582         (whitespace-highlight-the-space): Use renamed face.
14583         (whitespace-highlight-face): New backward-compatibility alias for
14584         renamed face.
14586         * woman.el (woman-italic, woman-bold, woman-unknown)
14587         (woman-addition, woman-symbol-face):
14588         Remove "-face" suffix from face names.
14589         (woman-italic-face, woman-bold-face, woman-unknown-face)
14590         (woman-addition-face):
14591         New backward-compatibility aliases for renamed faces.
14592         (woman-default-faces, woman-monochrome-faces, woman-man-buffer)
14593         (woman-decode-region, woman-replace-match)
14594         (woman-display-extended-fonts, woman-special-characters)
14595         (woman-font-alist, woman-change-fonts, woman2-TH, woman2-SH):
14596         Use renamed woman faces.
14598         * longlines.el (longlines-visible-face): Face removed.
14600         * diff-mode.el (diff-header, diff-file-header, diff-index)
14601         (diff-hunk-header, diff-removed, diff-added, diff-changed)
14602         (diff-function, diff-context, diff-nonexistent): Remove "-face"
14603         suffix from face names.
14604         (diff-header-face, diff-file-header-face, diff-index-face)
14605         (diff-hunk-header-face, diff-removed-face, diff-added-face)
14606         (diff-changed-face, diff-function-face, diff-context-face)
14607         (diff-nonexistent-face): New backward-compatibility aliases for
14608         renamed faces.
14609         (diff-header-face, diff-file-header-face)
14610         (diff-index, diff-index-face, diff-hunk-header)
14611         (diff-hunk-header-face, diff-removed, diff-removed-face)
14612         (diff-added, diff-added-face, diff-changed-face, diff-function)
14613         (diff-function-face, diff-context-face, diff-nonexistent)
14614         (diff-nonexistent-face): Use renamed diff-mode faces.
14616         * progmodes/compile.el (compilation-warning-face)
14617         (compilation-info-face): Remove "-face" suffix from face names.
14618         (compilation-warning-face, compilation-info-face):
14619         New backward-compatibility aliases for renamed faces.
14620         (compilation-warning-face, compilation-info-face):
14621         Use renamed compilation faces.
14623         * add-log.el (change-log-date, change-log-name)
14624         (change-log-email, change-log-file, change-log-list)
14625         (change-log-conditionals, change-log-function)
14626         (change-log-acknowledgement): Remove "-face" suffix from face names.
14627         (change-log-date-face, change-log-name-face)
14628         (change-log-email-face, change-log-file-face)
14629         (change-log-list-face, change-log-conditionals-face)
14630         (change-log-function-face, change-log-acknowledgement-face):
14631         New backward-compatibility aliases for renamed faces.
14632         (change-log-font-lock-keywords): Use renamed change-log faces.
14634         * cus-edit.el (custom-invalid, custom-rogue, custom-modified)
14635         (custom-set, custom-changed, custom-saved, custom-button)
14636         (custom-button-pressed, custom-documentation, custom-state)
14637         (custom-comment, custom-comment-tag, custom-variable-tag)
14638         (custom-variable-button, custom-face-tag, custom-group-tag-1)
14639         (custom-group-tag): Remove "-face" suffix from face names.
14640         (custom-magic-alist, custom-magic-value-create)
14641         (custom-group-sample-face-get, custom-mode): Use renamed custom faces.
14642         (custom-invalid-face, custom-rogue-face, custom-modified-face)
14643         (custom-set-face, custom-changed-face, custom-saved-face)
14644         (custom-button-face, custom-button-pressed-face)
14645         (custom-documentation-face, custom-state-face)
14646         (custom-comment-face, custom-comment-tag-face)
14647         (custom-variable-tag-face, custom-variable-button-face)
14648         (custom-face-tag-face, custom-group-tag-face-1)
14649         (custom-group-tag-face):
14650         New backward-compatibility aliases for renamed faces.
14652         * wid-edit.el (widget-documentation, widget-button)
14653         (widget-field, widget-single-line-field, widget-inactive)
14654         (widget-button-pressed): "-face" suffix removed from face names.
14655         (widget-documentation-face, widget-button-face)
14656         (widget-field-face, widget-single-line-field-face)
14657         (widget-inactive-face, widget-button-pressed-face):
14658         New backward-compatibility aliases for renamed faces.
14659         (widget-documentation-face, widget-button-face)
14660         (widget-button-pressed-face, widget-specify-field)
14661         (widget-specify-inactive): Use renamed widget faces.
14663 2005-06-10  Kenichi Handa  <handa@m17n.org>
14665         * term/x-win.el (x-clipboard-yank): Remove condition-case
14666         wrapping.
14668 2005-06-11  Kenichi Handa  <handa@m17n.org>
14670         * add-log.el (change-log-font-lock-keywords): Make the regexp for
14671         date lines stricter.
14673 2005-06-10  Zhang Wei  <id.brep@gmail.com>  (tiny change)
14675         * term/x-win.el (x-clipboard-yank): Use x-selection-value instead
14676         of x-get-selection.
14678 2005-06-10  Juanma Barranquero  <lekktu@gmail.com>
14680         * comint.el (comint-mode, comint-snapshot-last-prompt):
14681         * frame.el (frame-current-scroll-bars):
14682         * term.el (term-mode, term-check-proc, term-input-sender)
14683         (term-simple-send, term-extract-string, term-word)
14684         (term-match-partial-filename):
14685         * window.el (window-current-scroll-bars):
14686         * emulation/cua-base.el (cua-normal-cursor-color)
14687         (cua-read-only-cursor-color, cua-overwrite-cursor-color)
14688         (cua-global-mark-cursor-color):
14689         * mail/undigest.el (rmail-forward-separator-regex):
14690         Fix typos in docstrings.
14692         * comint.el (comint-check-proc, make-comint-in-buffer)
14693         (comint-source-default): Doc fixes.
14695         * term.el (term-send-string): Improve argument/docstring consistency.
14697 2005-06-09  Luc Teirlinck  <teirllm@auburn.edu>
14699         * comint.el (comint-send-input): Bind `inhibit-read-only' around
14700         call to `delete-region'.
14701         (comint-mode-hook): Do not enable Font Lock by default.
14703 2005-06-09  Lute Kamstra  <lute@gnu.org>
14705         * textmodes/ispell.el (ispell-menu-map-needed): flyspell-mode
14706         could be void.
14708 2005-06-09  Stefan Monnier  <monnier@iro.umontreal.ca>
14710         * emacs-lisp/debug.el (debugger-will-be-back): New var.
14711         (debug): Use it.
14712         (debugger-step-through, debugger-continue, debugger-jump)
14713         (debugger-return-value): Set it when needed.
14714         (debugger-make-xrefs, debugger-frame, debugger-frame-clear):
14715         Use inhibit-read-only.
14717 2005-06-09  Juanma Barranquero  <lekktu@gmail.com>
14719         * window.el (shrink-window-if-larger-than-buffer)
14720         (window-size-fixed): Fix typo in docstring.
14722         * thumbs.el: Don't set `auto-image-file-mode'.  Do not create the
14723         thumbnails directory on loading.
14724         (thumbs-conversion-program): Use `eq' to check the system type,
14725         not `equal'.
14726         (thumbs-temp-dir): Initialize to `temporary-file-directory',
14727         not "/tmp".  Fix docstring.
14728         (thumbs-thumbsdir): New function to return the thumbnails
14729         directory, creating it if needed.
14730         (thumbs-cleanup-thumbsdir, thumbs-thumbname): Use it.
14731         (thumbs-temp-file): Delete variable and make it into a function.
14732         (thumbs-resize-image, thumbs-modify-image): Use it.
14733         (thumbs-kill-buffer): Simplify.
14734         (thumbs-gensym): Defalias or duplicate CL `gensym'.
14735         (thumbs-resize-image, thumbs-resize-interactive): Fix typos in
14736         docstrings.
14738 2005-06-09  Kim F. Storm  <storm@cua.dk>
14740         * subr.el (save-match-data): Add RESEAT arg `evaporate' to
14741         set-match-data to free markers in match-data.
14743         * replace.el (replace-match-data): Pass RESEAT arg `t' to
14744         match-data to unchain markers in match-data.
14746 2005-06-08  Stefan Monnier  <monnier@iro.umontreal.ca>
14748         * emacs-lisp/debug.el (debug): Don't iconify if we know we'll re-enter
14749         the debugger immediately anyway.  Undo the 2005-06-06 change, rendered
14750         unnecessary now.
14752 2005-06-08  Richard M. Stallman  <rms@gnu.org>
14754         * emacs-lisp/easy-mmode.el (define-minor-mode): If BODY is empty,
14755         give the variable a doc string that doesn't say don't set it directly.
14757         * textmodes/ispell.el (ispell-check-version):
14758         Use match-string-no-properties.
14759         (ispell-region, ispell-buffer-local-parsing, ispell-buffer-local-dict)
14760         (ispell-buffer-local-words): Likewise.
14762         * progmodes/make-mode.el (makefile-shell-face): Make this a no-op
14763         except on terminals with enough colors to really display it.
14764         (makefile-dependency-regex): Delete spurious `bb'.
14766         * faces.el (escape-glyph): Use blue once again in last case.
14767         (no-break-space): Redefine so that it isn't invisible on a tty.
14769 2005-06-08  Kim F. Storm  <storm@cua.dk>
14771         * ido.el (ido-read-file-name): Fallback to read-file-name on C-f
14772         also when reading directory name.
14774 2005-06-08  Lute Kamstra  <lute@gnu.org>
14776         * textmodes/flyspell.el (flyspell-mode): Use define-minor-mode.
14777         (flyspell-mode-line-string): Remove autoload cookie.
14778         (flyspell-mode): Remove defvar.
14780 2005-06-07  Lute Kamstra  <lute@gnu.org>
14782         * textmodes/org.el (org-run-mode-hooks): New function.
14783         (org-agenda-mode): Use it.
14785 2005-06-07  David McCabe  <davemccabe@gmail.com>  (tiny change)
14787         * emacs-lisp/lisp-mode.el (defstruct): Set `doc-string-elt' property.
14789 2005-06-06  Stefan Monnier  <monnier@iro.umontreal.ca>
14791         * international/iso-cvt.el (iso-sgml2iso-trans-tab): Add NBSP.
14793 2005-06-06  Luc Teirlinck  <teirllm@auburn.edu>
14795         * font-lock.el (font-lock-add-keywords): Doc fix.
14797 2005-06-06  Stefan Monnier  <monnier@iro.umontreal.ca>
14799         * textmodes/tex-mode.el (tex-guess-mode): Add RequirePackage.
14800         (tex-compile-default): In the absence of any history, use the order in
14801         tex-compile-alist to choose the preferred command.
14802         (tex-compile-commands): Reorder a bit.
14804         * textmodes/flyspell.el (flyspell-auto-correct-binding)
14805         (flyspell-incorrect-face, flyspell-duplicate-face):
14806         Use (X)Emacs-agnostic code.
14807         (flyspell-mode-map): Don't overwrite at each load.  Remove code
14808         redundant with the subsequent add-minor-mode.  Merge Emacs and
14809         XEmacs code.
14810         (flyspell-word): Minor simplification.
14811         (flyspell-math-tex-command-p): Quieten the byte-compiler.
14812         (flyspell-external-point-words): Remove unused vars `size' and `start'.
14813         (flyspell-do-correct): Rename from flyspell-xemacs-correct.
14814         Merge the corresponding Emacs code.
14815         (flyspell-correct-word, flyspell-xemacs-popup):
14816         Use flyspell-do-correct.
14818         * emacs-lisp/debug.el (debug): Don't bury the buffer unless it's in
14819         a dedicated window.
14821         * international/latexenc.el (latexenc-find-file-coding-system):
14822         Undo part of last patch, to turn off a compiler warning.
14824 2005-06-06  Juri Linkov  <juri@jurta.org>
14826         * tmm.el (tmm-inactive, tmm-remove-inactive-mouse-face):
14827         Rename `tmm-inactive-face' to `tmm-inactive'.
14829 2005-06-06  Matt Hodges  <MPHodges@member.fsf.org>
14831         * iswitchb.el: Rename faces.
14833 2005-06-06  Kim F. Storm  <storm@cua.dk>
14835         * emulation/cua-base.el (cua-rectangle, cua-rectangle-noselect)
14836         (cua-global-mark): Remove -face suffix from face names.
14838         * emulation/cua-gmrk.el (cua--init-global-mark):
14839         Remove cua-global-mark face setup.
14841 2005-06-06  Richard M. Stallman  <rms@gnu.org>
14843         * progmodes/make-mode.el (makefile-dependency-regex): Handle whitespace
14844         just like other allowed characters.
14845         (makefile-match-dependency): Exclude leading and training whitespace
14846         from the range of regexp subexp 1.
14847         (makefile-macroassign-regex): Don't try to match the body,
14848         just the name of the macro being defined.
14850         * info.el (Info-read-node-name-2): New function.
14851         (Info-read-node-name-1): Use that.
14852         Add a completion-base-size-function property.
14854         * simple.el (completion-setup-function): Look for
14855         completion-base-size-function property of minibuffer-completion-table.
14857         * files.el (locate-file-completion): Doc fix.
14859         * printing.el: Don't call pr-update-menus; user must do that.
14861         * emacs-lisp/debug.el (debugger-window): New variable.
14862         (debug): Use debugger-window if it is set and still alive.
14863         Record debugger-window for next entry.
14865         * mail/supercite.el (sc-mail-glom-frame): Mark as risky.
14867 2005-06-06  Matthias F\e,Av\e(Brste  <slashdevslashnull@gmx.net>
14869         * files.el (hack-local-variables-confirm): New arg FLAG-TO-CHECK.
14870         (hack-one-local-variable, hack-local-variables)
14871         (hack-local-variables-prop-line): Pass that arg.
14873 2005-06-06  Kim F. Storm  <storm@cua.dk>
14875         * ido.el (ido-first-match, ido-only-match, ido-subdir)
14876         (ido-indicator): Remove -face suffix from face names.
14878 2005-06-06  Juri Linkov  <juri@jurta.org>
14880         * font-lock.el (font-lock-regexp-backslash)
14881         (font-lock-regexp-backslash-construct): New faces.
14882         (lisp-font-lock-keywords-2): Use new faces.  Match `?:' only
14883         after `('.  Add `while-no-input' to control structures.
14885         * faces.el (no-break-space, shadow): New faces.
14886         (escape-glyph): Use less loud colors pink2 and red4.
14888         * diff-mode.el (diff-context-face)
14889         * dired.el (dired-ignored)
14890         * rfn-eshadow.el (file-name-shadow)
14891         * tmm.el (tmm-inactive-face): Inherit from `shadow' face.
14893         * info.el (Info-title-1-face): Use green instead of yellow because
14894         bold yellow is not readable on light backgrounds.
14896         * progmodes/compile.el (compilation-start): Move `erase-buffer' up
14897         before selecting the desired mode to not spend time fontifying
14898         old contents.
14900 2005-06-06  Juanma Barranquero  <lekktu@gmail.com>
14902         * thumbs.el (thumbs-thumbsdir-max-size, thumbs-image-resizing-step)
14903         (thumbs-thumbsdir-auto-clean): Fix typos in docstrings.
14905         * ps-print.el (ps-default-fg, ps-default-bg):
14906         Fix typos in docstrings.
14908         * isearchb.el (isearchb): Don't pass a spurious second argument to
14909         `iswitchb-completions'.
14911 2005-06-05  Nick Roberts  <nickrob@snap.net.nz>
14913         * progmodes/gdb-ui.el (gdb-info-locals-handler): Use window point
14914         to preserve point.
14915         (gdb-find-file-hook): Add doc string.
14917         * progmodes/gud.el (gdb, gud-menu-map): Add command to evaluate
14918         C dereferenced pointer expression.
14919         (gud-tool-bar-map): Put it on the tool bar.  Re-order icons.
14921         * toolbar/gud-pstar.xpm, toolbar/gud-pstar.pbm: New files.
14923         * toolbar/gud-break.xpm, toolbar/gud-cont.xpm, toolbar/gud-down.xpm
14924         * toolbar/gud-finish.xpm, toolbar/gud-ni.xpm, toolbar/gud-n.xpm
14925         * toolbar/gud-print.xpm, toolbar/gud-remove.xpm, toolbar/gud-run.xpm
14926         * toolbar/gud-si.xpm, toolbar/gud-s.xpm, toolbar/gud-until.xpm
14927         * toolbar/gud-up.xpm, toolbar/gud-watch.xpm:
14928         Make background transparent.
14930 2005-06-04  Luc Teirlinck  <teirllm@auburn.edu>
14932         * font-lock.el (font-lock-add-keywords): Doc fix.  Comment change.
14933         (font-lock-remove-keywords): Doc fix.
14934         (font-lock-mode-major-mode): Compiler defvar.
14935         (font-lock-set-defaults): Use `font-lock-mode-major-mode'.
14937         * font-core.el (font-lock-mode-major-mode): Compiler defvar.
14938         (font-lock-mode): Update `font-lock-mode-major-mode'.
14939         (font-lock-set-defaults): Compiler defvar.
14940         (font-lock-default-function): Take `font-lock-mode-major-mode'
14941         into account.
14943         * emacs-lisp/easy-mmode.el (define-global-minor-mode): Make it
14944         keep track of which major mode it enabled the minor mode for.
14945         Use find-file-hook again.  Update docstring.
14947         * simple.el (eval-expression-print-level)
14948         (eval-expression-print-length, eval-expression-debug-on-error):
14949         Doc fixes.
14951 2005-06-04  Matt Hodges  <MPHodges@member.fsf.org>
14953         * iswitchb.el (iswitchb-single-match-face)
14954         (iswitchb-current-match-face, iswitchb-virtual-matches-face)
14955         (iswitchb-invalid-regexp-face): New faces.
14956         (iswitchb-completions): Use them.
14957         (iswitchb-use-faces): Rename from iswitchb-use-fonts, which is
14958         now marked as an obsolete alias.
14959         (iswitchb-read-buffer): Remove check for bound font variables.
14960         (iswitchb-invalid-regexp): New free variable.
14961         (iswitchb-get-matched-buffers): Catch invalid-regexp errors and
14962         set iswitchb-invalid-regexp.
14963         (iswitchb, iswitchb-complete, iswitchb-completions): Deal with
14964         invalid regexps.
14965         (iswitchb-completions): Add check for complete match when entering
14966         a regexp.
14967         (iswitchb-completions): Remove require-match argument.
14968         (iswitchb-exhibit): Fix caller.
14969         (iswitchb-common-match-inserted): New variable.
14970         (iswitchb-complete, iswitchb-completion-help): Use it.
14972 2005-06-04  David Reitter  <david.reitter@gmail.com>  (tiny change)
14974         * url-http.el (url-http-chunked-encoding-after-change-function):
14975         Use `url-http-debug' instead of `message'.
14977 2005-06-04  Thierry Emery  <thierry.emery@free.fr>  (tiny change)
14979         * url-http.el (url-http-parse-headers): Pass redirected URL as a
14980         callback argument.
14982 2005-06-04  Kim F. Storm  <storm@cua.dk>
14984         * simple.el (line-move): Only call sit-for when moving backwards.
14986         * ido.el (ido-make-merged-file-list-1): New defun split from
14987         ido-make-merged-file-list.
14988         (ido-make-merged-file-list): Bind throw-on-input around call to
14989         ido-make-merged-file-list-1.  Return input-pending-p if
14990         interrupted by more input available.
14991         (ido-read-internal): Handle input-pending-p return value from
14992         ido-make-merged-file-list.
14994 2005-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
14996         * textmodes/flyspell.el (flyspell-check-word-p): Simplify silly
14997         compatibility code.
14999         * international/latexenc.el (latexenc-find-file-coding-system):
15000         Don't inherit the EOL part of the coding-system from the
15001         tex-main buffer.  Fit within 80 columns.
15003 2005-06-03  Matt Hodges  <MPHodges@member.fsf.org>
15005         * tmm.el (tmm-inactive-face): New face.
15006         (tmm-remove-inactive-mouse-face): New function.
15007         (tmm-prompt, tmm-add-one-shortcut)
15008         (tmm-add-prompt, tmm-get-keymap): Make active menu items visible
15009         but not selectable.
15011 2005-06-03  Juanma Barranquero  <lekktu@gmail.com>
15013         * faces.el (face-equal): Improve argument/docstring consistency.
15015 2005-06-03  Daniel Pfeiffer  <occitan@esperanto.org>
15017         * progmodes/make-mode.el (makefile-targets-face)
15018         (makefile-shell-face, makefile-makepp-perl-face): Add :version.
15019         (makefile-bsdmake-dependency-regex)
15020         (makefile-makepp-rule-action-regex)
15021         (makefile-bsdmake-rule-action-regex): New constants.
15022         (makefile-makepp-mode, makefile-bsdmake-mode): Use them.
15024         * progmodes/compile.el (compilation-error-regexp-alist-alist):
15025         Allow (...) within `...' for makepp messages.
15027 2005-06-03  Michael Kifer  <kifer@cs.stonybrook.edu>
15029         * ediff-diff.el (ediff-same-contents): Eliminate CL-type functions.
15031         * ediff-mult.el (ediff-intersect-directories): Make sure that ".." and
15032         "." files are deleted from all file lists before comparison.
15034         * viper-keym.el (viper-toggle-key, viper-quoted-insert-key)
15035         (viper-ESC-key): Made them customizable.
15037         * viper.el (viper-non-hook-settings): Fix the names of defadvices.
15039 2005-06-01  Luc Teirlinck  <teirllm@auburn.edu>
15041         * autorevert.el (auto-revert-buffers): Use save-match-data.
15043 2005-06-01  Stefan Monnier  <monnier@iro.umontreal.ca>
15045         * emacs-lisp/easymenu.el (easy-menu-return-item): Quick fix to find
15046         menu items with a nil command binding.
15048 2005-06-01  Juanma Barranquero  <lekktu@gmail.com>
15050         * emacs-lisp/cl-macs.el (defsetf):
15051         Improve argument/docstring consistency.
15053         * faces.el (list-faces-display): Improve the formatting by
15054         computing the maximum length required for any face-name (reworked
15055         patch of 1999-01-11, accidentally deleted on 1999-07-21).
15056         (internal-find-face): Remove redundant info in docstring.
15058 2005-06-01  Nick Roberts  <nickrob@snap.net.nz>
15060         * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-1)
15061         (gdb-info-breakpoints-custom, gdb-delete-breakpoint)
15062         (gdb-goto-breakpoint, gdb-source-info, gdb-get-location)
15063         (gdb-assembler-custom): Improve regexps.
15064         (def-gdb-auto-update-handler): Use window point to preserve point.
15066 2005-05-31  Stefan Monnier  <monnier@iro.umontreal.ca>
15068         * thumbs.el (thumbs-mode): Fix misuse of make-variable-buffer-local.
15070 2005-05-31  Jay Belanger  <belanger@truman.edu>
15072         * calc/calc-embed.el (calc-embedded-word): Change argument passed
15073         to calc-embedded.
15074         (calc-embedded-make-info): Have plain prefix argument select
15075         entire line.
15077 2005-05-31  Juanma Barranquero  <lekktu@gmail.com>
15079         * faces.el (list-faces-display): Signal error if passed a regexp
15080         that matches no face name.
15082         * simple.el (filter-buffer-substring): Fix typo in docstring.
15084 2005-05-31  Richard M. Stallman  <rms@gnu.org>
15086         * progmodes/vhdl-mode.el (vhdl-fill-region): Test ARG, not INTERACTIVE.
15087         (vhdl-emacs-21): Doc fix.
15088         (vhdl-mode): Unconditionally set comment-padding.
15089         (vhdl-fixup-whitespace-region): Insert spaces only where
15090         there are none.
15091         (vhdl-statistics-buffer): Make the Emacs 21 behavior universal.
15093 2005-05-30  John Wiegley  <johnw@newartisans.com>
15095         * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el
15096         * eshell/em-unix.el, eshell/esh-ext.el, eshell/esh-io.el
15097         * eshell/esh-util.el, eshell/esh-var.el: Change all uses of
15098         `directory-sep-char' to ?/, and all uses of `string-to-int' to
15099         `string-to-number'.
15101 2005-05-30  Jay Belanger  <belanger@truman.edu>
15103         * calc/calc.el (calc-bug-address): Fix docstring.
15104         (calc-window-hook, calc-trail-window-hook): New variables.
15105         (calc-trail-display): Restore use of calc-trail-window-hook.
15106         (calc): Restore use of calc-window-hook.
15108 2005-05-31  Masatake YAMATO  <jet@gyve.org>
15110         * emacs-lisp/find-func.el (find-function-noselect): Handle subroutines.
15112         * help-fns.el (help-C-file-name): Add autoload mark for
15113         `find-function-noselect'.
15115 2005-05-30  Stefan Monnier  <monnier@iro.umontreal.ca>
15117         * textmodes/tex-mode.el (tex-compile-commands, tex-compile)
15118         (tex-start-tex): Undo all but the last part of the 2005-05-28 change.
15120 2005-05-30  Glenn Morris  <gmorris@ast.cam.ac.uk>
15122         * calendar/diary-lib.el (mark-included-diary-files): Only kill
15123         included diary buffer if it was not already being visited.
15124         Reported by Stephen Berman <Stephen.Berman@gmx.net>.
15126         * calendar/icalendar.el (top-level): Do not require appt.
15128         * mail/supercite.el (sc-select-attribution): Only use a list
15129         element from sc-attrib-selection-list if it returns a string.
15130         Reported by Davide G. M. Salvetti <salve@debian.org>.
15132 2005-05-30  Juanma Barranquero  <lekktu@gmail.com>
15134         * thumbs.el (thumbs-thumbname): The resulting thumbname now
15135         includes a hash value to improve its uniqueness, and has a ".jpg"
15136         extension.  Also, it is now a valid filename on all systems.
15137         (thumbs-make-thumb): Use `let', not `let*'.
15138         (thumbs-show-thumbs-list): Check for JPEG availability.
15140 2005-05-30  Richard M. Stallman  <rms@gnu.org>
15142         * filesets.el (filesets-menu-ensure-use-cached):
15143         Prevent warning when emacs-version>= is undefined.
15145         * printing.el (pr-interactive-n-up): Use string-to-number.
15147         * emulation/tpu-mapper.el: Use eval-buffer, not eval-current-buffer.
15149         * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn):
15150         Warn only when name to be defined is quoted.
15152 2005-05-30  Nick Roberts  <nickrob@snap.net.nz>
15154         * progmodes/gdb-ui.el (gdb-toggle-breakpoint):
15155         Make regexp more robust.
15156         (gdb-display-assembler-buffer, gdb-frame-assembler-buffer):
15157         Force regeneration of disassembly.
15159 2005-05-29  Jay Belanger  <belanger@truman.edu>
15161         * calc/calc.el (calc-user-invocation): Check if
15162         calc-invocation-macro is non-nil.
15164 2005-05-29  Juri Linkov  <juri@jurta.org>
15166         * add-log.el (change-log-font-lock-keywords):
15167         Add `+' to e-mail regexp to accept mail address with keywords.
15169         * man.el (Man-name-regexp): Add `:' to accept qualified names.
15171 2005-05-29  Luc Teirlinck  <teirllm@auburn.edu>
15173         * progmodes/inf-lisp.el (inferior-lisp-mode): Use delay-mode-hooks.
15175         * ielm.el (inferior-emacs-lisp-mode): Ditto.
15177 2005-05-29  Richard M. Stallman  <rms@gnu.org>
15179         * textmodes/flyspell.el (flyspell-auto-correct-previous-word):
15180         Undo the change that moves to end of the current word.
15182 2005-05-29  Nick Roberts  <nickrob@snap.net.nz>
15184         * progmodes/gdb-ui.el (gdb-memory-set-repeat-count):
15185         Throw error when count <= 0 to ensure input is a number.
15186         (gdb-read-memory-custom): Pick up address from buffer.
15187         (gdb-memory-mode): Allow user to increment and decrement
15188         memory address from header line.
15190 2005-05-29  Richard M. Stallman  <rms@gnu.org>
15192         * flyspell.el (flyspell-version): Function deleted.
15193         (flyspell-auto-correct-previous-hook): Doc fix.
15195         * jit-lock.el (jit-lock-function, jit-lock-after-change):
15196         Do nothing if memory is full.
15198         * font-lock.el (font-lock-fontify-syntactically-region):
15199         Pass t for GREEDY to looking-back.
15201         * saveplace.el (save-place-alist-to-file): Write the file
15202         using write-region.
15204         * subr.el (looking-back): New argument GREEDY.
15206         * progmodes/compile.el (compilation-start): Set the mode
15207         before inserting the initial text.
15209         * progmodes/which-func.el (which-func-update-1): Turn the mode
15210         off in case of error by setting which-func-mode.
15212 2005-05-29  Peter Heslin  <p.j.heslin@durham.ac.uk>  (tiny change)
15214         * flyspell.el (flyspell-auto-correct-previous-word):
15215         Narrow down to what's on the screen, and recenter overlays
15216         at the end of the next word.
15218 2005-05-29  Manuel Serrano  <Manuel.Serrano@sophia.inria.fr>
15220         * flyspell.el (flyspell-emacs, flyspell-use-local-map): Vars moved up.
15221         (flyspell-default-delayed-commands): Add backward-delete-char-untabify.
15222         (flyspell-abbrev-p): Default to nil.
15223         (flyspell-use-global-abbrev-table-p): Doc fix.
15224         (flyspell-large-region): Allow nil as value.
15225         (flyspell-use-meta-tab, flyspell-auto-correct-binding): New variables.
15227         (mail-mode-flyspell-verify): More robust handling
15228         of `mail-header-separator'.  More efficient signature detection.
15229         Allow for regexp metacharacters in message-header-separator.
15230         Adding `To' not to be checked in mail-mode-flyspell-verify.
15232         (flyspell-prog-mode): Run flyspell-prog-mode-hook.
15233         (flyspell-mouse-map): Bind M-TAB only if flyspell-use-meta-tab.
15234         Bind flyspell-auto-correct-binding.
15235         Bind C-. and C-, .
15236         (flyspell-mode-map): Likewise.
15237         (flyspell-mode): Doc fix.
15238         (flyspell-accept-buffer-local-defs): Preserve current buffer.
15239         (flyspell-mode-on): Bind flyspell-mouse-map and flyspell-mode-map.
15240         (flyspell-word-cache-result): New var, always local.
15241         (flyspell-check-pre-word-p): Doc fix.
15242         (flyspell-check-changed-word-p): Handle spc like newline.
15243         (flyspell-post-command-hook): Set flyspell-word-cache-result.
15244         (flyspell-word-search-backward, flyspell-word-search-forward):
15245         New functions.
15246         (flyspell-word): Return t if nothing to check.
15247         When parsing TeX code, check for after } or \.
15248         Use flyspell-word-search-backward to find previous word.
15249         Return nil if duplicated word.
15250         For word already checked, return same value as last time.
15251         Set flyspell-word-cache-result after checking.
15252         Don't clobber the return value.
15253         (flyspell-get-word): Major rewrite.
15254         (flyspell-external-point-words): New locals pword, pcount.
15255         Fix size used in progress message.
15256         Find the proper corresponding word in flyspell-large-region-buffer.
15257         (flyspell-region): Check for flyspell-large-region = nil.
15258         (flyspell-highlight-incorrect-region): Clean up overlays in region.
15259         (flyspell-auto-correct-word): Check that WORD is a cons.
15260         (flyspell-correct-word): Likewise.
15262 2005-05-29  Daniel Pfeiffer  <occitan@esperanto.org>
15264         * progmodes/make-mode.el (makefile-rule-action-regex)
15265         (makefile-macroassign-regex, makefile-makepp-mode)
15266         (makefile-bsdmake-mode): Continuation lines may be empty.
15267         Reported by Joshua Varner.
15268         (makefile-makepp-font-lock-keywords): Add $(stem).
15270 2005-05-28  Karl Berry  <karl@gnu.org>
15272         * textmodes/tex-mode.el: Now that tex-send-command calls
15273         shell-quote-argument (2005-03-31 change), remove all calls to
15274         shell-quote-argument; they all end up invoking tex-send-command.
15275         The double quoting loses on filenames with non-safe characters,
15276         such as "@".  Reported by Frederik Fouvry.
15278 2005-05-29  Nick Roberts  <nickrob@snap.net.nz>
15280         * progmodes/gdb-ui.el (gdb-assembler-custom): Be more careful
15281         about preserving point.
15283 2005-05-27  Jay Belanger  <belanger@truman.edu>
15285         * calc/calc-misc.el (calc-info-goto-node): Use info instead of
15286         Info-goto-node.
15288         * calc/calc-embed.el (calc-embed-arg): New variable.
15289         (calc-do-embedded-activate, calc-embedded-activate-formula)
15290         (calc-embedded-edit, calc-do-embedded-activate): Replace undeclared
15291         variable by new variable.
15292         (calc-embedded-make-info): Replace undeclared variable by new
15293         variable.  When selecting region with positive prefix
15294         argument, use end of previous line instead of beginning of line.
15296         * calc/calc-aent.el (calc-arg-values): Declare it.
15298         * calc/calc-ext.el (calc-help-map, calc-alg-map, calc-alg-esc-map):
15299         Declare them.
15301         * calc/calc-stuff.el (math-decls-cache-tag): Declare it.
15303         * calc/calc.el (calc-alg-map): Declare it.
15305         * calc/calcalg2.el (math-decls-cache, math-decls-all): Declare them.
15307 2005-05-28  Nick Roberts  <nickrob@snap.net.nz>
15309         * progmodes/gdb-ui.el (gdb-all-registers): New variable.
15310         (gdb-registers-buffer, toggle-gdb-all-registers):
15311         Toggle display of floating point registers.
15312         (gdb-registers-mode-map): Bind SPC to toggle-gdb-all-registers.
15314         * progmodes/gud.el (gud-goto-info): Use info.  Don't use require.
15315         (toggle-gud-tooltip-dereference):
15316         Rename from gud-toggle-tooltip-dereference.
15318 2005-05-27  Stefan Monnier  <monnier@iro.umontreal.ca>
15320         * info.el (Info-goto-node): Revert autoload addition (2004-06-12).
15322 2005-05-27  Jay Belanger  <belanger@truman.edu>
15324         * calc/calc-prog.el (calc-kbd-report): Remove.
15325         (calc-kbd-query): Rewrite.
15327 2005-05-27  Juanma Barranquero  <lekktu@gmail.com>
15329         * image.el (image-library-alist): Move to image.c.
15330         (image-type-available-p): Doc fix.
15332 2005-05-27  Lute Kamstra  <lute@gnu.org>
15334         * calc/calc.el (calc):
15335         * outline.el (outline-1, outline-2, outline-3, outline-4)
15336         (outline-5, outline-6, outline-7, outline-8):
15337         * textmodes/dns-mode.el (dns-mode):
15338         * textmodes/sgml-mode.el (sgml-namespace-face):
15339         * textmodes/tex-mode.el (superscript, subscript, tex-math-face)
15340         (tex-verbatim-face, tex-use-reftex):
15341         * textmodes/texinfo.el (texinfo-heading-face):
15342         Specify customization group.
15344         * longlines.el: Don't require easy-mmode.
15345         (longlines-visible-face): Specify customization group.
15347 2005-05-27  Kenichi Handa  <handa@m17n.org>
15349         * language/cyrillic.el: Add cyrillic-iso8859-5 characters in the
15350         encoding table of windows-1251.
15352         * international/ucs-tables.el (ucs-set-table-for-input):
15353         If translation-table-for-input of a coding system is a symbol, get
15354         its translation-table property.
15356         * international/code-pages.el: Don't register a coding system into
15357         non-iso-charset-alist more than once.
15358         (cp-make-coding-system): Likewise.
15360 2005-05-26  John Wiegley  <johnw@newartisans.com>
15362         * eshell/esh-cmd.el (eshell-eval-command): If the return value of
15363         `eshell-resume-eval' is wrapped in a list, it indicates that the
15364         command was run asynchronously.  In that case, unwrap the value
15365         before checking the delimiter value.
15367         * eshell/em-cmpl.el (eshell-complete-parse-arguments): If the
15368         character before a space at the end of a line is \, assume the space
15369         is part of the last argument rather than a final argument separator.
15371         * eshell/esh-io.el (eshell-get-target): If `eshell-buffer-shorthand'
15372         is in use, and the target is `t' or `nil' (which are the most common
15373         values), don't assume that the symbol target is a buffer.
15375 2005-05-26  Luc Teirlinck  <teirllm@auburn.edu>
15377         * calendar/calendar.el (calendar-mode-line-format):
15378         Use mode-line-highlight as mouse-face.
15380         * time.el (display-time-string-forms, display-time-update):
15381         Use mode-line-highlight as mouse-face.
15383 2005-05-26  Jay Belanger  <belanger@truman.edu>
15385         * calc/calc.el (calc-language-alist): Remove extra defvar.
15387 2005-05-26  Lute Kamstra  <lute@gnu.org>
15389         * arc-mode.el (archive-mode):
15390         * bookmark.el (bookmark-read-annotation-mode)
15391         (bookmark-edit-annotation-mode, bookmark-bmenu-mode):
15392         * bs.el (bs-mode):
15393         * calc/calc-yank.el (calc-edit-mode):
15394         * calc/calc.el (calc-mode, calc-trail-mode):
15395         * calculator.el (calculator-mode):
15396         * chistory.el (command-history-mode):
15397         * comint.el:
15398         * cus-edit.el (custom-mode):
15399         * descr-text.el (describe-text-mode):
15400         * ebuff-menu.el (Electric-buffer-menu-mode):
15401         * ediff-util.el (ediff-mode):
15402         * emacs-lisp/re-builder.el (reb-mode):
15403         * emulation/vi.el (vi-mode-setup):
15404         * emulation/ws-mode.el (wordstar-mode):
15405         * eshell/esh-mode.el (eshell-mode):
15406         * forms.el (forms-mode):
15407         * help-mode.el (help-mode):
15408         * hexl.el (hexl-mode):
15409         * ibuffer.el (ibuffer-mode):
15410         * ielm.el (inferior-emacs-lisp-mode):
15411         * info.el (Info-mode, Info-edit-mode):
15412         * international/swedish.el:
15413         * ledit.el (ledit-from-lisp-mode):
15414         * locate.el (locate-mode):
15415         * mail/rmail.el (rmail-mode):
15416         * mail/rmailedit.el (rmail-edit-mode):
15417         * mail/rmailsum.el (rmail-summary-mode):
15418         * mail/supercite.el (sc-electric-mode):
15419         * net/eudc.el (eudc-mode):
15420         * net/quickurl.el (quickurl-list-mode):
15421         * net/snmp-mode.el (snmp-mode, snmpv2-mode):
15422         * obsolete/ooutline.el (outline-mode):
15423         * obsolete/options.el (Edit-options-mode):
15424         * obsolete/rnews.el (news-mode):
15425         * obsolete/rnewspost.el (news-reply-mode):
15426         * play/5x5.el (5x5-mode):
15427         * play/decipher.el (decipher-mode, decipher-stats-mode):
15428         * play/gomoku.el (gomoku-mode):
15429         * play/snake.el (snake-mode):
15430         * play/solitaire.el (solitaire-mode):
15431         * play/tetris.el (tetris-mode):
15432         * progmodes/ada-mode.el (ada-mode):
15433         * progmodes/antlr-mode.el (antlr-mode):
15434         * progmodes/autoconf.el (autoconf-mode):
15435         * progmodes/dcl-mode.el (dcl-mode):
15436         * progmodes/delphi.el (delphi-mode):
15437         * progmodes/ebrowse.el (ebrowse-tree-mode)
15438         (ebrowse-electric-list-mode, ebrowse-member-mode)
15439         (ebrowse-electric-position-mode):
15440         * progmodes/f90.el (f90-mode):
15441         * progmodes/fortran.el (fortran-mode):
15442         * progmodes/icon.el (icon-mode):
15443         * progmodes/idlw-help.el (idlwave-help-mode):
15444         * progmodes/idlw-shell.el (idlwave-shell-mode):
15445         * progmodes/idlwave.el (idlwave-mode):
15446         * progmodes/inf-lisp.el (inferior-lisp-mode):
15447         * progmodes/m4-mode.el (m4-mode):
15448         * progmodes/meta-mode.el (metafont-mode, metapost-mode):
15449         * progmodes/modula2.el (modula-2-mode):
15450         * progmodes/octave-inf.el (inferior-octave-mode):
15451         * progmodes/octave-mod.el (octave-mode):
15452         * progmodes/pascal.el (pascal-mode):
15453         * progmodes/sh-script.el (sh-mode):
15454         * progmodes/sql.el (sql-mode, sql-interactive-mode):
15455         * progmodes/vhdl-mode.el (vhdl-mode):
15456         * progmodes/xscheme.el (scheme-interaction-mode):
15457         * replace.el (occur-mode):
15458         * ses.el (ses-mode):
15459         * simple.el (completion-list-mode):
15460         * skeleton.el:
15461         * speedbar.el (speedbar-mode):
15462         * term.el (term-mode):
15463         * terminal.el (terminal-edit-mode):
15464         * textmodes/reftex-index.el (reftex-index-mode)
15465         (reftex-index-phrases-mode):
15466         * textmodes/reftex-sel.el (reftex-select-label-mode)
15467         (reftex-select-bib-mode):
15468         * textmodes/reftex-toc.el (reftex-toc-mode):
15469         * wdired.el (wdired-change-to-wdired-mode):
15470         * wid-browse.el (widget-browse-mode):
15471         Use run-mode-hooks.
15473         * array.el (array-mode):
15474         * calendar/todo-mode.el (todo-mode):
15475         * man.el (Man-mode):
15476         * play/landmark.el (lm-mode):
15477         * play/mpuz.el (mpuz-mode):
15478         Use kill-all-local-variables and run-mode-hooks.
15480         * subr.el (delay-mode-hooks): Specify indentation.
15482 2005-05-26  Mark A. Hershberger  <mah@everybody.org>
15484         * xml.el (xml-substitute-special): Don't die for undefined xml
15485         entities.
15487 2005-05-26  Jay Belanger  <belanger@truman.edu>
15489         * calc/calc-prog.el (calc-user-define-edit): Don't find substring
15490         of nil.
15492 2005-05-27  Nick Roberts  <nickrob@snap.net.nz>
15494         * progmodes/gdb-ui.el (gdb-frame-address):
15495         Rename from gdb-current-address.
15496         (gdb-previous-frame-address): Rename from gdb-previous-address.
15497         (gdb-selected-frame): Rename from gdb-current-frame.
15498         (gdb-get-selected-frame): Rename from gdb-get-current-frame.
15499         (gdb-frame-number): Rename from gdb-current-stack-level.
15500         (gdb-ann3): Match new mode-name for disassembly buffer.
15501         Extend initialization of variables.
15502         (gdb-post-prompt): Update disassembly from gdb-frame-handler.
15503         (gdb-memory-mode): Use mouse-face in header line.
15504         (gdb-assembler-buffer-name): Call it disassembly and give frame
15505         in mode line.
15506         (gdb-source-spec-regexp, gdb-assembler-custom)
15507         (gdb-invalidate-assembler, gdb-frame-handler):
15508         Make robust to leading zeroes in address format.
15510 2005-05-26  Carsten Dominik  <dominik@science.uva.nl>
15512         * textmodes/org.el (org-mode): Use `define-derived-mode' to
15513         define `org-mode'.
15514         (org-agenda-mode): Use `run-mode-hooks' instead of `run-hooks'.
15516 2005-05-26  Stefan Monnier  <monnier@iro.umontreal.ca>
15518         * log-edit.el (log-edit-changelog-entries): Distinguish between
15519         filenames like xfns.c and fns.c.
15521 2005-05-25  Luc Teirlinck  <teirllm@auburn.edu>
15523         * buff-menu.el (Buffer-menu-revert-function): Improve handling of
15524         point after reverting.
15525         (Buffer-menu-make-sort-button): Handle the case where
15526         `Buffer-menu-use-header-line' is nil.
15528 2005-05-25  Thien-Thi Nguyen  <ttn@gnu.org>
15530         * vms-patch.el (vms-magic-right-square-brace, vms-magic-colon):
15531         New funcs.  In minibuffer-local-completion-map bind `]', `/'
15532         and `:' to them.
15534 2005-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
15536         * startup.el (normal-top-level): Allow modification of load-path while
15537         we're iterating over it.
15539 2005-05-25  Juanma Barranquero  <lekktu@gmail.com>
15541         * thumbs.el (thumbs-thumbsdir-max-size, thumbs-temp-file)
15542         (thumbs-cleanup-thumbsdir, thumbs-call-convert)
15543         (thumbs-resize-interactive, thumbs-insert-image)
15544         (thumbs-insert-thumb, thumbs-dired-show-marked)
15545         (thumbs-find-image-at-point, thumbs-delete-images)
15546         (thumbs-rename-images, thumbs-next-image, thumbs-dired-setroot)
15547         (thumbs-increment-image-size, thumbs-decrement-image-size):
15548         Fix typos in docstrings.
15550 2005-05-24  Andre Spiegel  <spiegel@gnu.org>
15552         * progmodes/cperl-mode.el (cperl-vc-header-alist): Obsolete.
15553         (cperl-vc-rcs-header, cperl-vc-sccs-header): New user options.
15554         (cperl-mode): Use them.
15556 2005-05-24  Juanma Barranquero  <lekktu@gmail.com>
15558         * window.el (quit-window, shrink-window-if-larger-than-buffer):
15559         Doc fixes.
15561 2005-05-24  Nick Roberts  <nickrob@snap.net.nz>
15563         * progmodes/gdb-ui.el (gdb-inferior-io-mode-map):
15564         Bind C-d to gdb-inferior-io-eof.
15566         * dired.el (dired-dnd-popup-notice): Use message-box.
15568 2005-05-23  Masatake YAMATO  <jet@gyve.org>
15570         * bindings.el (mode-line-major-mode-keymap):
15571         Bind [mode-line down-mouse-1] to `mouse-major-mode-menu'.
15573         * faces.el (mode-line-highlight): New face.
15575         * ruler-mode.el (ruler-mode-ruler): Use mode-line-highlight
15576         as mouse-face.
15578         * bindings.el (top-level, help-echo, mode-line-modified)
15579         (mode-line-mule-info, mode-line-eol-desc): Use mode-line-highlight
15580         as mouse-face.
15582 2005-05-23  Juanma Barranquero  <lekktu@gmail.com>
15584         * progmodes/cc-engine.el (c-guess-basic-syntax):
15585         Remove spurious call to `zerop'.
15587         * emacs-lisp/cl.el (acons, pairlis): Add docstring.
15589 2005-05-23  Martin Stjernholm  <bug-cc-mode@gnu.org>
15591         CC Mode update to 5.30.10:
15593         * cc-fonts.el (c-font-lock-declarators): Fix bug where the point
15594         could go past the limit in decoration level 2, thereby causing
15595         errors during interactive fontification.
15597         * cc-mode.el (c-make-inherited-keymap): Fix cc-bytecomp bug when
15598         the file is evaluated interactively.
15600         * cc-engine.el (c-guess-basic-syntax): Handle operator
15601         declarations somewhat better in C++.
15603         * cc-styles.el, cc-mode.el (c-run-mode-hooks): New helper macro to
15604         make use of `run-mode-hooks' which has been added in Emacs 21.1.
15605         (c-mode, c++-mode, objc-mode, java-mode, idl-mode, pike-mode)
15606         (awk-mode): Use it.
15607         (make-local-hook): Suppress warning about obsoleteness.
15609         * cc-engine.el, cc-align.el, cc-cmds.el
15610         (c-append-backslashes-forward, c-delete-backslashes-forward)
15611         (c-find-decl-spots, c-semi&comma-no-newlines-before-nonblanks):
15612         Compensate for return value from `forward-line' when it has moved
15613         but not to a different line due to eob.
15615         * cc-engine.el (c-guess-basic-syntax): Fix anchoring in
15616         `objc-method-intro' and `objc-method-args-cont'.
15618 2005-05-23  Alan Mackenzie  <bug-cc-mode@gnu.org>
15620         CC Mode update to 5.30.10:
15622         * cc-mode.el, cc-engine.el, cc-align.el: Change the FSF's address
15623         in the copyright statement.  Incidentally, change "along with GNU
15624         Emacs" to "along with this program" where it occurs.
15626         * cc-mode.el: Add a fourth parameter `t' to the awk-mode autoload,
15627         so that it is interactive, hence can be found by M-x awk-mode
15628         whilst cc-mode is yet to be loaded.  Reported by Glenn Morris
15629         <gmorris+emacs@ast.cam.ac.uk>.
15631         * cc-awk.el: Add character classes (e.g. "[:alpha:]") into AWK
15632         Mode's regexps.
15634 2005-05-23  Kevin Ryde  <user42@zip.com.au>
15636         * cc-align.el (c-lineup-argcont): Ignore conses for {} pairs from
15637         c-parse-state, to avoid a lisp error (on bad code).
15639 2005-05-23  Lute Kamstra  <lute@gnu.org>
15641         * subr.el (font-lock-defaults): Remove defvar as it's already
15642         defined in font-core.el.
15644         * font-lock.el (font-lock-beginning-of-syntax-function): Fix docstring.
15646 2005-05-23  Nick Roberts  <nickrob@snap.net.nz>
15648         * progmodes/gdb-ui.el (gdb-info-locals-handler): Make regexps
15649         more general and work when GDB variable "print pretty" is on,
15650         as with Emacs, for example.
15652 2005-05-22  Luc Teirlinck  <teirllm@auburn.edu>
15654         * font-core.el: Update comment.
15656         * emacs-lisp/easy-mmode.el (define-global-minor-mode):
15657         Use `after-change-major-mode-hook' instead of `find-file-hook'.
15659         * buff-menu.el (Buffer-menu-mode): Use `run-mode-hooks'.
15661 2005-05-22  Eli Zaretskii  <eliz@gnu.org>
15663         * simple.el (yank, yank-pop): Mention `yank-excluded-properties'
15664         and `yank-handler' in the doc strings.
15666 2005-05-22  Stefan Monnier  <monnier@iro.umontreal.ca>
15668         * emacs-lisp/cl.el (eql): Remove.  It's a builtin already.
15670 2005-05-22  Richard M. Stallman  <rms@gnu.org>
15672         * help.el (describe-key): Move print-help-return-message call
15673         out of conditional.
15675         * progmodes/etags.el (list-tags): Use with-no-warnings.
15677         * mail/smtpmail.el (smtpmail-open-stream): Use with-no-warnings.
15678         (smtpmail-send-queued-mail): Avoid beginning-of-buffer.
15679         (starttls-extra-args, starttls-extra-arguments): Add defvars.
15681         * mail/mailalias.el (mail-get-names): Avoid beginning-of-buffer.
15683         * language/viet-util.el (viet-viscii-nonascii-translation-table):
15684         Add defvar.
15686         * emulation/viper-ex.el (viper-ex-work-buf, viper-ex-print-buf):
15687         Use defvar, not defconst.
15689         * hexl.el (hexl-follow-line): Use with-no-warnings.
15691         * emulation/tpu-extras.el: Use write-file-functions instead of
15692         write-file-hooks.
15694         * dired.el (dired-font-lock-keywords): Fontify files with junk
15695         extensions even if marked by -F.
15697 2005-05-22  Juanma Barranquero  <lekktu@gmail.com>
15699         * emacs-lisp/cl.el (pushnew, cl-macroexpand, floatp-safe, plusp)
15700         (minusp, oddp, evenp, mapcar*, list*, copy-list, adjoin, subst):
15701         * emacs-lisp/cl-extra.el (coerce, map, maplist, cl-mapc, mapl)
15702         (mapcan, mapcon, some, every, notany, notevery, signum, isqrt)
15703         (concatenate, list-length, get*, getf, cl-remprop):
15704         * emacs-lisp/cl-macs.el (function*, case, ecase, typecase)
15705         (etypecase, progv, lexical-let, lexical-let*)
15706         (multiple-value-bind, multiple-value-setq, shiftf):
15707         Improve argument/docstring consistency.
15709         * subr.el (focus-frame, unfocus-frame): Revert deletion on 2005-05-01.
15711 2005-05-22  Andre Spiegel  <spiegel@gnu.org>
15713         * vc-cvs.el (vc-cvs-checkout-model): Handle the case where FILE
15714         doesn't exist.
15716         * vc.el (vc-trunk-p): Add autoload cookie.  The function is used in
15717         vc-rcs.el when vc-mistrust-permissions is t, which is not the default.
15719 2005-05-22  Nick Roberts  <nickrob@snap.net.nz>
15721         * emacs-lisp/bytecomp.el: Remove make-obsolete-variable for
15722         already deleted variables: auto-fill-hook, blink-paren-hook,
15723         lisp-indent-hook, inhibit-local-variables, unread-command-event,
15724         suspend-hooks, comment-indent-hook, meta-flag,
15725         before-change-function, after-change-function,
15726         font-lock-doc-string-face.
15728 2005-05-21  Luc Teirlinck  <teirllm@auburn.edu>
15730         * emacs-lisp/derived.el (define-derived-mode): Doc fix.
15732 2005-05-21  Eli Zaretskii  <eliz@gnu.org>
15734         * mail/rmail.el (rmail-reply): Filter the list in reply-to through
15735         rmail-dont-reply-to.
15737 2005-05-21  Frederik Fouvry  <fouvry@CoLi.Uni-SB.DE>
15739         * mail/sendmail.el (mail-send): Use [[:space:]] instead of a
15740         literal blank when splitting new-header-values.
15742 2005-05-21  Matt Hodges  <MPHodges@member.fsf.org>
15744         * calendar/cal-menu.el (cal-menu-update): Add separator as a
15745         string so that tmm doesn't create a completion entry for it.
15747         * textmodes/table.el (table-disable-menu): Ditto.
15749 2005-05-21  Richard M. Stallman  <rms@gnu.org>
15751         * progmodes/idlwave.el (idlwave-doc-header): Use insert-file-contents.
15753         * progmodes/flymake.el (flymake-makehash): Use with-no-warnings.
15755         * net/rcompile.el (remote-compile): Use compilation-start.
15757         * tmm.el (tmm-shortcut): Avoid using beginning-of-buffer.
15759 2005-05-21  Daniel Pfeiffer  <occitan@esperanto.org>
15761         * files.el (auto-mode-alist): Check GNUmakefile before makefile.
15762         Default to makefile-bsdmake-mode on BSD systems.
15764         * imenu.el (imenu-generic-expression, imenu--generic-function'):
15765         REGEXP may also be a search function now.  The part of doc-string
15766         for describing the structure was 95% identical to that of
15767         `imenu--generic-function'.  Unify it there.
15769         * progmodes/make-mode.el (makefile-imenu-generic-expression):
15770         Use function to find dependencies, because regexp alone is so complex,
15771         it easily goes into an endless loop.
15772         (makefile-makepp-mode): Also add submenu for Perl functions
15773         defined in the makefile.
15774         (makefile-bsdmake-mode): Special imenu-generic-expression no
15775         longer needed, due to function call.
15776         (makefile-match-dependency): Take BOUND into account when checking
15777         if we're through.
15779 2005-05-20  Jay Belanger  <belanger@truman.edu>
15781         * calc/calc-units.el (calc-invalidate-units-table):
15782         Use inhibit-read-only.
15783         (math-build-units-table-buffer): Use view-mode.
15785 2005-05-20  David Kastrup  <dak@gnu.org>
15787         * emacs-lisp/easymenu.el (easy-menu-add): Correct docstring since
15788         easy-menu-add is not a nop on Emacs; and clarify when to call it.
15790 2005-05-20  Lute Kamstra  <lute@gnu.org>
15792         * diff-mode.el (diff-header-face, diff-file-header-face)
15793         (diff-index-face, diff-hunk-header-face, diff-removed-face)
15794         (diff-added-face, diff-changed-face, diff-function-face)
15795         (diff-context-face, diff-nonexistent-face): Put them in the
15796         diff-mode customization group.
15798 2005-05-20  Stefan Monnier  <monnier@iro.umontreal.ca>
15800         * progmodes/vhdl-mode.el (vhdl-font-lock-match-item): Simplify regexp.
15802         * progmodes/sh-script.el (sh-mode, sh-get-word): Minor regexp fixes.
15804         * font-lock.el (lisp-font-lock-keywords-2): Don't error.
15805         Minor regexp-optimization.
15807 2005-05-20  Carsten Dominik  <dominik@science.uva.nl>
15809         * textmodes/org.el (org-agenda-toggle-time-grid): New command.
15810         (org-agenda-use-time-grid, org-agenda-time-grid): New options.
15811         (org-agenda-add-time-grid-maybe): New function.
15812         (org-agenda): Call `org-agenda-add-time-grid-maybe'.
15813         (org-table-create): `dotimes' instead of `mapcar'.
15814         (org-xor): Simplify implementation.
15815         (org-agenda): `inhibit-redisplay' turned on.
15816         (org-agenda-change-all-lines): Use `org-format-agenda-item' to get
15817         a consistent line after a state change.
15818         (org-agenda-remove-times-when-in-prefix): New option.
15819         (org-prefix-has-time): New variable.
15820         (org-parse-time-string): Optional argument NODEFAULT.
15821         (org-format-agenda-item): Parse items for time-of-day
15822         specifications and move these into the prefix if possible.
15823         (org-agenda-priority): Get current heading, not previous heading
15824         during agenda remote editing.
15826 2005-05-20  Juanma Barranquero  <lekktu@gmail.com>
15828         * emacs-lisp/cl-seq.el (reduce, fill, replace, remove*)
15829         (remove-if, remove-if-not, delete*, delete-if, delete-if-not)
15830         (remove-duplicates, delete-duplicates, substitute)
15831         (substitute-if, substitute-if-not, nsubstitute, nsubstitute-if)
15832         (nsubstitute-if-not, find, find-if, find-if-not, position)
15833         (position-if, position-if-not, count, count-if, count-if-not)
15834         (mismatch, search, sort*, stable-sort, merge, member*)
15835         (member-if, member-if-not, assoc*, assoc-if, assoc-if-not)
15836         (rassoc*, rassoc-if, rassoc-if-not, union, nunion)
15837         (intersection, nintersection, set-difference, nset-difference)
15838         (set-exclusive-or, nset-exclusive-or, subsetp, subst-if)
15839         (subst-if-not, nsubst, nsubst-if, nsubst-if-not, sublis)
15840         (nsublis, tree-equal): Improve argument/docstring consistency.
15842         * subr.el (send-string, send-region): Remove obsolescence declaration.
15843         (window-dot, set-window-dot, read-input, show-buffer)
15844         (eval-current-buffer, string-to-int):
15845         Add release number to obsolescence declarations.
15847 2005-05-19  Kim F. Storm  <storm@cua.dk>
15849         * ido.el (ido-magic-forward-char): Enter ido-find-file at end of input.
15850         (ido-magic-backward-char): Enter ido-switch-buffer at start of input.
15852 2005-05-20  Matt Hodges  <MPHodges@member.fsf.org>
15854         * faces.el (list-faces-display): Make back button respect optional
15855         regexp arg.
15857 2005-05-19  Juanma Barranquero  <lekktu@gmail.com>
15859         * calculator.el (calculator-radix-grouping-mode)
15860         (calculator-radix-grouping-digits, calculator-displayer)
15861         (calculator-radix-grouping-separator, calculator-copy-displayer):
15862         * dabbrev.el (dabbrev-search-these-buffers-only):
15863         * diff-mode.el (diff-jump-to-old-file, diff-update-on-the-fly)
15864         (diff-advance-after-apply-hunk, diff-mode-hook)
15865         (diff-minor-mode-prefix):
15866         * imenu.el (imenu-use-popup-menu):
15867         * jit-lock.el (jit-lock-context-time):
15868         * newcomment.el (comment-fill-column, comment-column)
15869         (comment-style, comment-padding, comment-multi-line)
15870         (comment-empty-lines, comment-auto-fill-only-comments):
15871         * reveal.el (reveal-around-mark):
15872         * uniquify.el (uniquify-buffer-name-style)
15873         (uniquify-after-kill-buffer-p)
15874         (uniquify-ask-about-buffer-names-p, uniquify-ignore-buffers-re)
15875         (uniquify-min-dir-content, uniquify-separator)
15876         (uniquify-trailing-separator-p, uniquify-strip-common-suffix):
15877         * w32-vars.el (w32-fixed-font-alist):
15878         * emacs-lisp/testcover.el (testcover-potentially-1value-functions):
15879         * obsolete/rsz-mini.el (resize-minibuffer-frame-max-height):
15880         * progmodes/antlr-mode.el (antlr-font-lock-maximum-decoration):
15881         * progmodes/perl-mode.el (perl-indent-level)
15882         (perl-continued-statement-offset, perl-continued-brace-offset)
15883         (perl-brace-offset, perl-brace-imaginary-offset)
15884         (perl-label-offset, perl-indent-continued-arguments)
15885         (perl-tab-always-indent, perl-tab-to-comment, perl-nochange):
15886         * progmodes/tcl.el (tcl-indent-level)
15887         (tcl-continued-indent-level, tcl-auto-newline)
15888         (tcl-tab-always-indent, tcl-electric-hash-style)
15889         (tcl-help-directory-list, tcl-use-smart-word-finder)
15890         (tcl-application, tcl-command-switches, tcl-prompt-regexp)
15891         (inferior-tcl-source-command):
15892         * textmodes/fill.el (enable-kinsoku):
15893         * textmodes/reftex-vars.el (reftex-index-phrases-wrap-long-lines):
15894         * textmodes/table.el (table-yank-handler):
15895         Specify missing group (and type, if simple) in defcustom.
15897 2005-05-19  Luc Teirlinck  <teirllm@auburn.edu>
15899         * progmodes/compile.el (compilation-finish-function): Fix defvar.
15901 2005-05-19  Richard M. Stallman  <rms@gnu.org>
15903         * progmodes/make-mode.el (makefile-mode): Use run-mode-hooks.
15905         * subr.el (event-basic-type): Don't get an error.
15906         (left-fringe-p): Function deleted.
15908         * buff-menu.el (Buffer-menu-buffer-face): In group Buffer-menu.
15909         (list-buffers-noselect): Set `font-lock-face' property, not `face'.
15911         * dired-aux.el (dired-copy-file-recursive): Handle symlinks
15912         in recursive copy.
15914         * frame.el (show-trailing-whitespace): In group `whitespace-faces'.
15916         * emacs-lisp/byte-run.el (eval-when-compile): Doc fix.
15918         * emacs-lisp/bytecomp.el
15919         (byte-compile-file-form-custom-declare-variable):
15920         Call byte-compile-nogroup-warn if appropriate.
15922         * progmodes/compile.el (compilation-finish-function): Mark obsolete.
15923         (compilation-set-window): Don't call left-fringe-p; do it directly.
15925 2005-05-19  Jay Belanger  <belanger@truman.edu>
15927         * calc/calc-graph.el (calc-graph-format-data): Make sure
15928         var-PlotRejects is bound before trying to check its value.
15930 2005-05-19  Carsten Dominik  <dominik@science.uva.nl>
15932         * textmodes/reftex.el (reftex-isearch-minor-mode): Move the
15933         definition of this variable from reftex-global.el to reftex.el,
15934         because it is needed in the menu.
15936 2005-05-19  Lute Kamstra  <lute@gnu.org>
15938         * emacs-lisp/copyright.el (copyright-fix-years): Make sure all
15939         years are fixed.  Don't insert a space after a dash.
15941 2005-05-19  Kim F. Storm  <storm@cua.dk>
15943         * emulation/crisp.el (crisp-home, crisp-end): Put CUA property.
15945 2005-05-19  Daniel Pfeiffer  <occitan@esperanto.org>
15947         * font-lock.el (lisp-font-lock-keywords-2): Do \\) only in
15948         strings, because (eq ... ?\\) is fairly frequent.
15950         * progmodes/make-mode.el (makefile-add-this-line-targets):
15951         Simplify and integrate into `makefile-pickup-targets'.
15952         (makefile-add-this-line-macro): Simplify and integrate into
15953         `makefile-pickup-macros.
15954         (makefile-pickup-filenames-as-targets): Simplify.
15955         (makefile-previous-dependency, makefile-match-dependency):
15956         Don't stumble over `::'.
15958 2005-05-19  Nick Roberts  <nickrob@snap.net.nz>
15960         * subr.el (post-command-idle-hook, post-command-idle-delay):
15961         Remove obsoletion of post-command-idle-hook and
15962         post-command-idle-delay.
15964         * faces.el (list-faces-display): Provide button when describe-face
15965         is called to take user back to the list of faces.
15967         * help-fns.el (describe-variable): Remove hyperlinks in a
15968         variable's value as these are quite frequently inappropriate.
15970         * follow.el (follow-submit-feedback, follow-mode):
15971         Remove references to post-command-idle-hook.
15973 2005-05-18  Daniel Pfeiffer  <occitan@esperanto.org>
15975         * progmodes/make-mode.el (makefile-previous-dependency)
15976         (makefile-match-dependency): Check for := (and in bsd mode also
15977         !=) to give a better result, even when font-lock is not on.
15979 2005-05-18  Jay Belanger  <belanger@truman.edu>
15981         * calc/calc-help.el (calc-s-prefix-help):
15982         Add `calc-copy-special-constant' to help string.
15984 2005-05-18  Luc Teirlinck  <teirllm@auburn.edu>
15986         * emacs-lisp/eldoc.el (eldoc-mode): Doc fix.
15988 2005-05-18  Jay Belanger  <belanger@truman.edu>
15990         * calc/calc-poly.el (math-factor-poly-coefs): Make sure the terms
15991         in linear factors are in proper order.
15993 2005-05-18  Carsten Dominik  <dominik@science.uva.nl>
15995         * textmodes/reftex-vars.el (reftex-cite-format-builtin):
15996         Support for jurabib.
15998         * textmodes/reftex.el (featurep): Define aliases for overlay
15999         commands, for XEmacs compatibility, and use these aliases in
16000         overlay initializations.
16001         (reftex-highlight): Use `reftex-move-overlay'.
16002         (reftex-unhighlight): Use `reftex-delete-overlay'.
16003         (reftex-uniq): Function removed.  Use `reftex-uniquify' instead.
16004         (reftex-access-search-path): Use `reftex-uniquify' instead of
16005         `reftex-uniq'
16007         * textmodes/reftex-sel.el (reftex-select-unmark): Overlay
16008         `before-string' property modification enables for Emacs as well.
16009         (reftex-select-item): Use `reftex-delete-overlay'.
16010         (reftex-select-mark): Use `reftex-make-overlay' and
16011         `reftex-overlay-put'.
16012         (reftex-select-unmark): Use `reftex-delete-overlay' and
16013         `reftex-overlay-put'.
16015 2005-05-18  Lute Kamstra  <lute@gnu.org>
16017         * emacs-lisp/lisp.el (check-parens): Fix docstring.
16019 2005-05-18  Juanma Barranquero  <lekktu@gmail.com>
16021         * add-log.el (add-change-log-entry):
16022         * array.el (array-make-template, array-reconfigure-rows)
16023         (array-init-max-row, array-init-max-column)
16024         (array-init-columns-per-line, array-init-field-width):
16025         * replace.el (replace-match-maybe-edit, perform-replace):
16026         * textmodes/spell.el (spell-region):
16027         Replace `read-input' by `read-string'.
16029         * forms.el (forms-mode):
16030         * finder.el (finder-compile-keywords):
16031         * shadowfile.el (shadow-read-files):
16032         Replace `eval-current-buffer' by `eval-buffer'.
16034         * terminal.el (te-pass-through):
16035         * net/ange-ftp.el (ange-ftp-process-filter, ange-ftp-gwp-filter)
16036         (ange-ftp-raw-send-cmd):
16037         * net/telnet.el (telnet-interrupt-subjob, telnet-c-z)
16038         (send-process-next-char, telnet-initial-filter, telnet):
16039         Replace `send-string' by `process-send-string'.
16041         * progmodes/prolog.el (inferior-prolog-mode): Doc fix.
16042         (prolog-consult-region): Replace `send-string' by
16043         `process-send-string'; replace `send-region' by `process-send-region'.
16045         * progmodes/delphi.el (delphi-log-msg):
16046         Replace `set-window-dot' by `set-window-point'.
16048         * subr.el (window-dot, set-window-dot, read-input, send-string)
16049         (send-region, show-buffer, eval-current-buffer):
16050         Make really obsolete, as the comment says.
16052 2005-05-17  Kim F. Storm  <storm@cua.dk>
16054         * emulation/cua-base.el (cua-use-hyper-key): Doc fix.
16055         (cua--init-keymaps): Bind C-return instead of S-return to set
16056         rectangle mark.
16058         * emulation/cua-rect.el (cua--init-rectangles): Bind C-return
16059         instead of S-return to toggle/clear rectangle mark.
16061 2005-05-17  Daniel Pfeiffer  <occitan@esperanto.org>
16063         * progmodes/make-mode.el (makefile-dependency-skip): New variable.
16064         (makefile-macroassign-regex, makefile-make-font-lock-keywords):
16065         Also fontify plain strings assigned to variables, mostly so that a
16066         colon has a face and is thus not taken as a dependency separator.
16067         (makefile-previous-dependency): Inline the new matcher, because it
16068         is too complex to work in both directions.
16069         (makefile-match-dependency): Eliminate `backward' arg (see above).
16070         Completely reimplemented so as to not sometimes go into an endless
16071         loop.  It should also be more efficient, because first it only
16072         searches for `:', instead of applying the very complex regexp.
16073         (makefile-mode): Cancel `font-lock-support-mode', because blocks
16074         to be fontified in one piece can be too long for JIT.
16075         Makefiles are never *that* big.
16077 2005-05-17  Reiner Steib  <Reiner.Steib@gmx.de>
16079         * dired.el (dired-mode): Simplify.
16081 2005-05-17  Lute Kamstra  <lute@gnu.org>
16083         * emacs-lisp/easy-mmode.el (define-minor-mode): Don't generate a
16084         defcustom for the mode hook variable.
16086         * emacs-lisp/authors.el (authors): Do parse the ChangeLogs of the
16087         Emacs Lisp Reference Manual.
16089 2005-05-17  Juanma Barranquero  <lekktu@gmail.com>
16091         * emacs-lisp/cl.el (eql, floatp-safe, plusp, minusp, oddp)
16092         (evenp, list*):
16093         * emacs-lisp/cl-macs.el (macrolet, symbol-macrolet):
16094         * emacs-lisp/cl-seq.el (subsetp, tree-equal): Doc fixes.
16096         * net/tramp-smb.el (tramp-smb-open-connection):
16097         Pass `tramp-chunksize' as fifth (required) argument.
16099 2005-05-16  Daniel Pfeiffer  <occitan@esperanto.org>
16101         * font-lock.el (lisp-font-lock-keywords-1):
16102         Set `font-lock-negation-char-face' for [^...] char group.
16103         (lisp-font-lock-keywords-2): Highlight regexp's \\( \\| \\).
16105         * progmodes/make-mode.el (makefile-dependency-regex): Turn it into
16106         a var, and refine it to mask one more level of nested vars.
16107         (makefile-rule-action-regex): Turn it into a var, and refine it so
16108         it recognizes backslashed continuation lines as belonging to the
16109         same command.
16110         (makefile-macroassign-regex): Refine it so it recognizes
16111         backslashed continuation lines as belonging to the same command.
16112         (makefile-var-use-regex): Don't look at the next char, because it
16113         might be the same one to be skipped by the initial [^$], leading
16114         to an overlooked variable use.
16115         (makefile-make-font-lock-keywords): Remove two parameters, which
16116         are now variables that some of the modes set locally.
16117         Handle dependency and rule action matching through functions, because
16118         regexps alone match too often.  Dependency matching now comes
16119         last, so it can check, whether a colon already matched something else.
16120         (makefile-mode): Inform that font-lock improves makefile parsing
16121         capabilities.
16122         (makefile-match-dependency, makefile-match-action): New functions.
16124 2005-05-16  Juanma Barranquero  <lekktu@gmail.com>
16126         * emacs-lisp/cl-extra.el (equalp): Doc fix.
16128         * align.el (align-regexp):
16129         * ansi-color.el (ansi-color-get-face):
16130         * array.el (array-reconfigure-rows, array-init-max-row)
16131         (array-init-max-column, array-init-columns-per-line)
16132         (array-init-field-width):
16133         * dired-aux.el (dired-trample-file-versions):
16134         * dired-x.el (dired-mark-sexp):
16135         * ediff-diff.el (ediff-extract-diffs, ediff-get-diff3-group):
16136         * edmacro.el (edmacro-finish-edit, edmacro-parse-keys):
16137         * emerge.el (emerge-extract-diffs, emerge-get-diff3-group):
16138         * faces.el (face-read-integer):
16139         * files.el (backup-extract-version, insert-directory):
16140         * hexl.el (hexl-insert-decimal-char):
16141         * server.el (server-process-filter):
16142         * shell.el (shell-extract-num):
16143         * startup.el (command-line-1):
16144         * term.el (term-command-hook):
16145         * time-stamp.el (time-stamp, time-stamp-string-preprocess)
16146         (time-stamp-do-number):
16147         * time.el (display-time-update):
16148         * timezone.el (timezone-parse-date, timezone-zone-to-minute)
16149         (timezone-fix-time):
16150         * vms-patch.el (vms-suspend-resume-hook):
16151         * calendar/appt.el (appt-convert-time):
16152         * calendar/cal-bahai.el (mark-bahai-diary-entries):
16153         * calendar/cal-hebrew.el (mark-hebrew-diary-entries):
16154         * calendar/cal-islam.el (mark-islamic-diary-entries):
16155         * calendar/calendar.el (calendar-cursor-to-date)
16156         (calendar-star-date):
16157         * calendar/diary-lib.el (diary-attrtype-convert)
16158         (mark-diary-entries, diary-entry-time):
16159         * calendar/solar.el (solar-get-number):
16160         * emacs-lisp/lisp-mnt.el (lm-last-modified-date):
16161         * emacs-lisp/re-builder.el (reb-display-subexp):
16162         * emulation/edt.el (edt-set-scroll-margins):
16163         * emulation/tpu-extras.el (tpu-set-scroll-margins):
16164         * emulation/vip.el (vip-get-ex-token, vip-get-ex-buffer)
16165         (vip-get-ex-count):
16166         * emulation/viper-ex.el (viper-get-ex-token)
16167         (viper-get-ex-buffer, viper-get-ex-count, ex-next):
16168         * international/fontset.el (fontset-plain-name):
16169         * mail/feedmail.el (feedmail-look-at-queue-directory):
16170         * mail/mailalias.el (mail-get-names):
16171         * mail/rmail.el (rmail-convert-to-babyl-format):
16172         * mail/rmailsum.el (rmail-make-basic-summary-line)
16173         (rmail-summary-next-same-subject, rmail-summary-rmail-update)
16174         (rmail-summary-goto-msg):
16175         * mail/smtpmail.el (smtpmail-read-response):
16176         * net/ange-ftp.el (ange-ftp-guess-hash-mark-size)
16177         (ange-ftp-vms-add-file-entry):
16178         * play/gametree.el (gametree-looking-at-ply)
16179         (gametree-current-branch-score):
16180         * progmodes/ada-xref.el (ada-prj-find-prj-file)
16181         (ada-xref-find-in-modified-ali, ada-find-in-src-path):
16182         * progmodes/cperl-mode.el (condition-case):
16183         * progmodes/ebrowse.el (ebrowse-set-tree-indentation)
16184         (ebrowse-set-member-buffer-column-width)
16185         (ebrowse-select-1st-to-9nth):
16186         * progmodes/etags.el (etags-snarf-tag):
16187         * progmodes/flymake.el (flymake-parse-line):
16188         * progmodes/idlw-shell.el (idlwave-shell-parse-line)
16189         (idlwave-shell-filter-bp, idlwave-shell-goto-next-error)
16190         (idlwave-shell-menu-def):
16191         * progmodes/ps-mode.el (ps-run-goto-error):
16192         * progmodes/vhdl-mode.el (vhdl-read-offset, vhdl-load-cache)
16193         (vhdl-speedbar-contract-level):
16194         * term/mac-win.el (x-handle-numeric-switch):
16195         * term/sun-mouse.el (sun-get-frame-data):
16196         * term/w32-win.el (x-handle-numeric-switch):
16197         * term/x-win.el (x-handle-numeric-switch):
16198         * textmodes/ispell.el (ispell-parse-output):
16199         * textmodes/nroff-mode.el (nroff-outline-level):
16200         * textmodes/reftex-cite.el (reftex-bib-sort-year)
16201         (reftex-bib-sort-year-reverse, reftex-format-citation):
16202         * textmodes/reftex-parse.el (reftex-init-section-numbers)
16203         (reftex-section-number):
16204         * textmodes/texinfmt.el (texinfo-paragraphindent):
16205         Replace `string-to-int' by `string-to-number'.
16207         * international/latexenc.el: Add page marker to force the "Local
16208         Variables:" string out of the last page.
16210 2005-05-16  Nick Roberts  <nickrob@snap.net.nz>
16212         * progmodes/gud.el (gud-tooltip-mode): Add gud prefix to
16213         tooltip-change-major-mode.
16214         (gud-tooltip-print-command): Remove case where gud-minor-mode
16215         is gdb ("--fullname").
16216         (gud-tooltip-tips): Turn GUD tooltips off for this case and
16217         explain to user.
16219 2005-05-16  Jay Belanger  <belanger@truman.edu>
16221         * calc/calc-store.el (calc-copy-special-constant): New function.
16223         * calc/calc-ext.el (calc-init-extensions): Add binding for
16224         `calc-copy-special-constant'.
16226         * calc/calc-prog.el (calc-edit-format-macro-buffer): Add a case
16227         for the `calc-copy-special-constant' command.
16229 2005-05-16  Nick Roberts  <nickrob@snap.net.nz>
16231         * subr.el (left-fringe-p): New function.
16233         * progmodes/compile.el (compilation-setup): Set local value of
16234         overlay-arrow-string to "" always.
16235         (compilation-set-window): Left fringe then don't scroll.
16236         No left fringe then no arrow and scroll message to top.
16237         (compilation-context-lines): Adjust doc string accordingly.
16239 2005-05-16  Kim F. Storm  <storm@cua.dk>
16241         * ido.el (ido-magic-forward-char, ido-magic-backward-char)
16242         (ido-magic-delete-char): New commands for C-f, C-b, C-d.
16243         (ido-wide-find-dir-or-delete-dir): New command for M-d.
16244         (ido-define-mode-map): Bind them.  Add C-x prefix to fallback commands.
16245         (ido-read-file-name): Handle commands with ido property value
16246         equal to find-file as reading a file name, to allow C-d to enter dired.
16247         (ibuffer-find-file): Add ido property with value find-file.
16249 2005-05-15  Kim F. Storm  <storm@cua.dk>
16251         * subr.el (open-network-stream-nowait): Remove.
16252         (open-network-stream-server): Remove.
16254 2005-05-15  Richard M. Stallman  <rms@gnu.org>
16256         * faces.el (describe-face): Output a definition link button.
16258         * help-mode.el (help-face-def): New button type.
16260         * emacs-lisp/copyright.el (copyright-fix-years):
16261         Match properly if the first year is 2-digit.
16262         Don't mess up the whitespace after the years by filling.
16264         * dired-aux.el (dired-mark-confirm):
16265         Pass t to dired-get-marked-files for DISTINGUISH-ONE-MARKED.
16267         * dired.el (dired-map-over-marks): New arg DISTINGUISH-ONE-MARKED.
16268         (dired-get-marked-files): New arg DISTINGUISH-ONE-MARKED.
16269         (dired-mark-pop-up): Handle FILES = (t FILE) specially.
16271         * emacs-lisp/lisp-mode.el (lisp-mode-variables):
16272         Set font-lock-comment-start-skip.
16274         * font-lock.el (font-lock-comment-start-skip): New variable.
16275         (font-lock-comment-end-skip): New variable.
16276         (font-lock-fontify-syntactically-region): Use them if non-nil.
16278 2005-05-15  Jay Belanger  <belanger@truman.edu>
16280         * calc/calc-store.el (calc-store-value): Return a string rather
16281         than display it as a message.
16282         Use calc-var-name for variable name.
16283         (calc-store-into): Add the result of calc-store-value to message.
16284         (calc-copy-variable): Add a message.
16285         (calc-store-exchange): Improve error messages.
16286         (calc-store-binary, calc-store-map): Don't reset the values of
16287         special constants.
16289 2005-05-14  Luc Teirlinck  <teirllm@auburn.edu>
16291         * emacs-lisp/derived.el (define-derived-mode): Add link to Elisp
16292         manual to docstring.
16294         * files.el (hack-local-variables-confirm): Add STRING argument.
16295         Make the function handle non file visiting buffers correctly.
16296         (hack-local-variables-prop-line, hack-local-variables)
16297         (hack-one-local-variable): Use STRING arg of
16298         `hack-local-variables-confirm'.
16300 2005-05-14  Michael Albinus  <michael.albinus@gmx.de>
16302         Sync with Tramp 2.0.49.
16304         * net/tramp.el (tramp-handle-dired-call-process)
16305         (tramp-handle-insert-directory):`insert-buffer' cannot be used
16306         because the contents of the Tramp buffer is changed before
16307         insertion (`expand-file' and alike).
16308         (tramp-handle-insert-directory): If `localname' has an empty
16309         nondirectory name, it must not be quoted.
16310         (tramp-pre-connection): Add parameter CHUNKSIZE.  Make local
16311         variable `tramp-chunksize'.  Change callees.
16312         (tramp-open-connection-setup-interactive-shell): Check remote host
16313         for buggy `send-process-string' implementation.
16314         Set `tramp-chunksize' if found.  Reported by Michael Kifer
16315         <kifer@cs.sunysb.edu> (and a lot of other people all the years).
16316         (tramp-handle-shell-command): `insert-buffer' cannot be used
16317         because the contents of the Tramp buffer is changed before
16318         insertion (`expand-file' and alike).  Reported by Fr\e,Ai\e(Bd\e,Ai\e(Bric Bothamy
16319         <frederic.bothamy@free.fr>.
16320         (tramp-set-auto-save): Actions should be done for Tramp file name
16321         handler only.  Ange-FTP has its own auto-save mechanism.
16322         Reported by Richard G. Bielawski <Richard.G.Bielawski@wellsfargo.com>.
16323         (tramp-set-auto-save-file-modes): Set file modes of
16324         `buffer-auto-save-file-name' to ?\600 as fallback solution.
16325         Reported by Ferenc Wagner <wferi@tba.elte.hu>.
16326         (tramp-bug): Remove obsolete variable.
16327         (tramp-append-tramp-buffers): Rewrite partly.  More suitable check
16328         for presence of `mml-mode'.  Make it running for older Emacsen as well.
16330 2005-05-14  John Paul Wallington  <jpw@pobox.com>
16332         * ibuf-ext.el (define-ibuffer-filter filename):
16333         If `dired-directory' is a list, use its car.
16335 2005-05-14  Daniel Brockman  <daniel@brockman.se>  (tiny change)
16337         * ibuffer.el (define-ibuffer-column filename):
16338         If `dired-directory' is a list, use its car.
16340 2005-05-14  Richard M. Stallman  <rms@gnu.org>
16342         * subr.el (symbol-file): Doc fix.
16344         * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn): New function.
16345         (byte-compile-form): Call byte-compile-nogroup-warn.
16346         (byte-compile-warning-types): Doc fix.
16348         * eshell/esh-mode.el (eshell-find-tag): Use with-no-warnings.
16350         * progmodes/cc-engine.el (c-literal-faces):
16351         Add font-lock-comment-delimiter-face.
16353         * net/net-utils.el (dig): Use with-no-warnings.
16355         * mail/supercite.el (sc-cite-frame-alist, sc-uncite-frame-alist)
16356         (sc-recite-frame-alist, sc-default-cite-frame)
16357         (sc-default-uncite-frame, sc-default-recite-frame)
16358         (sc-attrib-selection-list, sc-rewrite-header-list):
16359         Mark as risky-local-variable.
16361         * international/ogonek.el (ogonek-jak, ogonek-how):
16362         Don't use beginning-of-buffer.
16364         * emacs-lisp/eldoc.el (eldoc-documentation-function): Add autoload.
16366         * calendar/solar.el (solar-data-list): Move definition up.
16368         * dnd.el (dnd-protocol-alist): Add autoload.
16370         * progmodes/sh-script.el: Many doc usage fixes.
16371         (sh-indent-after-do): Change default to match common styles.
16373 2005-05-13  Luc Teirlinck  <teirllm@auburn.edu>
16375         * files.el (interpreter-mode-alist)
16376         (auto-mode-interpreter-regexp): Doc fixes.
16378 2005-05-13  Matt Hodges  <MPHodges@member.fsf.org>
16380         * tmm.el (tmm-get-keymap): Include only active menus and menu items.
16382         * emacs-lisp/easymenu.el (easy-menu-define): Doc fixes.
16384 2005-05-13  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
16386         * dired.el (dired-mode): make-variable-buffer-local =>
16387         make-local-variable.
16389 2005-05-13  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
16391         * term/mac-win.el (mac-select-convert-to-string): Try coding
16392         systems in mac-script-code-coding-systems if specified one cannot
16393         encode string for `com.apple.traditional-mac-plain-text'.
16395 2005-05-13  Daniel Pfeiffer  <occitan@esperanto.org>
16397         * progmodes/make-mode.el (makefile-targets-face)
16398         (makefile-shell-face, makefile-makepp-perl-face): New faces.
16399         (makefile-dependency-regex): Fix it to not make the colon in
16400         $(var:a=b) special.
16401         (makefile-rule-action-regex): New regexp for highlighting embedded
16402         Shell strings.
16403         (makefile-macroassign-regex): Handle != for highlighting as
16404         embedded Shell strings.
16405         (makefile-var-use-regex): New const.
16406         (makefile-statements, makefile-automake-statements)
16407         (makefile-gmake-statements, makefile-makepp-statements)
16408         (makefile-bsdmake-statements): New consts.
16409         (makefile-make-font-lock-keywords): New function.
16410         (makefile-automake-font-lock-keywords)
16411         (makefile-gmake-font-lock-keywords)
16412         (makefile-makepp-font-lock-keywords)
16413         (makefile-bsdmake-font-lock-keywords): New consts.
16414         (makefile-mode-map): Add switchers between the various submodes.
16415         (makefile-mode): Document the availability of the variants.
16416         (makefile-automake-mode, makefile-gmake-mode)
16417         (makefile-makepp-mode, makefile-bsdmake-mode): New derived modes.
16419         * files.el (auto-mode-alist, interpreter-mode-alist): Set up the
16420         new variants of makefile-mode.
16422 2005-05-12  Stefan Monnier  <monnier@iro.umontreal.ca>
16424         * font-lock.el (font-lock-comment-delimiter-face): Fix up
16425         the inheritance.
16427 2005-05-12  Luc Teirlinck  <teirllm@auburn.edu>
16429         * progmodes/inf-lisp.el (inferior-lisp-mode-hook)
16430         (inferior-lisp-load-hook): Convert defcustoms back to defvars.
16432         * files.el (normal-mode): Extend the scope of the
16433         `enable-local-variables' binding to include the `set-auto-mode' call.
16434         (magic-mode-alist): Doc fix.
16436 2005-05-12  Stefan Monnier  <monnier@iro.umontreal.ca>
16438         * font-lock.el (font-lock-comment-delimiter-face): Inherit from
16439         font-lock-comment-face rather than copying its setting.
16441 2005-05-12  Andreas Schwab  <schwab@suse.de>
16443         * eshell/esh-mode.el (eshell-send-input): Doc fix.
16445 2005-05-12  Lute Kamstra  <lute@gnu.org>
16447         * emacs-lisp/generic.el (define-generic-mode): Don't generate a
16448         defcustom for the mode hook variable.  Delete the last argument.
16449         * generic-x.el: Fix callers of define-generic-mode.
16450         (generic-x-modes): Delete group.
16451         (show-tabs-tab-face, show-tabs-space-face): Put them in the
16452         generic-x customization group.
16454 2005-05-12  Kim F. Storm  <storm@cua.dk>
16456         * font-lock.el (font-lock-negation-char-face): Default to "off".
16458         * progmodes/cc-fonts.el (c-basic-matchers-before): Don't apply
16459         font-lock-negation-char-face to ! in !=.
16461 2005-05-12  Masatake YAMATO  <jet@gyve.org>
16463         * add-log.el (find-change-log): Fix typos in the docstring
16464         of function.
16466 2005-05-11  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
16468         * international/latexenc.el (latexenc-find-file-coding-system):
16469         Avoid `re-search-forward' when looking for input encoding because
16470         of speed and safety.  Better regular expressions for recognizing
16471         input encoding.  Limit a search for TeX-master/tex-main-file to
16472         the local variable section.
16474 2005-05-11  Dan Nicolaescu  <dann@ics.uci.edu>
16476         * progmodes/sh-script.el (sh-mode-default-syntax-table): Set the
16477         syntax of $ to "'" (quote).
16479 2005-05-11  Reiner Steib  <Reiner.Steib@gmx.de>
16481         * dnd.el (dnd-protocol-alist): Improve custom type.
16483         * dired.el (dired-dnd-protocol-alist): New variable.
16484         (dired-mode): Use `dired-dnd-protocol-alist'.  Move call of
16485         `dired-mode-hook' to the end.
16487 2005-05-11  Stefan Monnier  <monnier@iro.umontreal.ca>
16489         * font-lock.el (font-lock-fontify-syntactically-region): Don't use
16490         comment-end if comment-start-skip is not set.
16491         Obey the font-lock-comment-delimiter-face variables.
16493 2005-05-11  Stefan Monnier  <monnier@iro.umontreal.ca>
16495         * files.el (executable-find): Move from executable.el.  Use
16496         locate-file.
16497         * progmodes/executable.el (executable-find): Move to files.el.
16499         * font-lock.el (font-lock-fontify-keywords-region): Use a marker
16500         when trying to ensure forward progress.
16502 2005-05-11  Chong Yidong  <cyd@stupidchicken.com>
16504         * mouse-sel.el (mouse-sel-follow-link-p): New function.
16505         (mouse-select, mouse-select-internal, mouse-extend-internal):
16506         Use it to implement mouse-1-click-follows-link functionality.
16508 2005-05-11  Richard M. Stallman  <rms@gnu.org>
16510         * font-lock.el (font-lock-fontify-syntactically-region):
16511         Use font-lock-comment-delimiter-face for comment delimiters.
16513 2005-05-10  Jay Belanger  <belanger@truman.edu>
16515         * calc/calc-help.el (calc-m-prefix-help): Add mention of
16516         preserving embedded modes.
16518 2005-05-10  Richard M. Stallman  <rms@gnu.org>
16520         * progmodes/sh-script.el (sh-indent-for-do): Default to 0.
16522         * progmodes/ada-mode.el (ada-adjust-case-skeleton):
16523         Move from ada-stmt.el.
16524         (ada-mode): Add ada-adjust-case-skeleton to skeleton-end-hook.
16526         * progmodes/ada-stmt.el (ada-adjust-case-skeleton):
16527         Move to ada-mode.el.
16528         (ada-stmt-mode-hook): Delete; do the work in ada-mode.
16530         * cus-edit.el (custom-file): Call file-chase-links.
16532         * files.el (read-directory-name): Fix previous change.
16533         (hack-local-variables-confirm): New function.
16534         (hack-local-variables-prop-line, hack-local-variables)
16535         (hack-one-local-variable): Use it.
16537 2005-05-10  Lute Kamstra  <lute@gnu.org>
16539         * font-lock.el (font-lock-keywords-alist)
16540         (font-lock-removed-keywords-alist): Clarify docstrings.
16542 2005-05-10  Nick Roberts  <nickrob@snap.net.nz>
16544         * progmodes/gdb-ui.el (gdb-macro-info): New variable.
16545         (gdb-source-info): Check for preprocessor info.
16546         (gdb-tooltip-print-1): New function.  Don't print tooltip if it is
16547         a macro for a function.
16548         (gdb-info-breakpoints-custom): Try to find file again if not already
16549         found (user might have used GDB dir command).
16550         (gdb-get-location): Update gdb-location-alist correctly for change
16551         to gdb-info-breakpoints-custom.
16553         * progmodes/gud.el (gud-tooltip-mode): Require tooltip to be safe.
16554         (gud-tooltip-print-command): Add gdbmi case.
16555         (gud-tooltip-tips): Call gdb-tooltip-print-1 first if there is
16556         preprocessor info.
16558 2005-05-09  Reiner Steib  <Reiner.Steib@gmx.de>
16560         * startup.el (fancy-splash-insert): Fix typo in doc string.
16562 2005-05-09  Juanma Barranquero  <lekktu@gmail.com>
16564         * obsolete/float.el (string-to-float):
16565         * obsolete/hilit19.el (hilit-add-pattern):
16566         * obsolete/rnews.el (news-parse-range, news-select-message)
16567         (news-get-pruned-list-of-files): Replace `string-to-int' by
16568         `string-to-number'.
16570         * obsolete/uncompress.el: Set `find-file-not-found-functions', not
16571         `find-file-not-found-hooks'; use `add-hook'.
16572         (uncompress-while-visiting): Set `write-file-functions', not
16573         `write-file-hooks'; use `add-hook'.
16575 2005-05-09  Kim F. Storm  <storm@cua.dk>
16577         * emulation/cua-base.el (cua-copy-region, cua-cut-region)
16578         (cua-paste): Handle clipboard action.
16579         (cua--init-keymaps): Remap clipboard-kill-region and
16580         clipboard-kill-ring-save.
16582 2005-05-08  Eli Zaretskii  <eliz@gnu.org>
16584         * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
16585         Improve commentary.
16587         * simple.el (next-error-overlay-arrow-position): Revert the change
16588         made on 2005-04-30.
16590 2005-05-07  Jay Belanger  <belanger@truman.edu>
16592         * calc/calcsel2.el (calc-commute-left, calc-commute-right)
16593         (calc-sel-unpack, calc-sel-isolate): Rename variable `reselect' to
16594         `calc-sel-reselect'.
16596         * calc/calc-mode.el (calc-save-modes): Reset the modes list if
16597         Calc is in embedded mode.
16599 2005-05-07  Eli Zaretskii  <eliz@gnu.org>
16601         * progmodes/compile.el (compilation-setup):
16602         Set overlay-arrow-string to an empty string on text terminals.
16604         * textmodes/ispell.el (ispell-program-name): Try looking for
16605         "aspell" along exec-path, and if found, use it as the default
16606         speller program.
16608 2005-05-07  Jirka Kosek  <jirka@kosek.cz>  (tiny change)
16610         * international/mule.el (sgml-xml-auto-coding-function):
16611         Recognize encoding='FOO' in single quotes as well as in double quotes.
16613 2005-05-07  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
16615         * emacs-lisp/cl-macs.el (cl-transform-lambda): Recognize `declare'
16616         as well as `interactive', so that defmacro* would recognize
16617         `declare' forms.
16619 2005-05-07  Eli Zaretskii  <eliz@gnu.org>
16621         * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
16622         Explain more about the LIGHTER arg's usage in the doc string.
16623         Add commentary to clarify what the code does.  Fix the regexp that
16624         strips whitespace from LIGHTER.  Quote LIGHTER before using it,
16625         since it could have characters special to regular expressions.
16627 2005-05-07  Matt Hodges  <MPHodges@member.fsf.org>  (tiny change)
16629         * replace.el (occur-1): Bind inhibit-read-only so that
16630         erase-buffer doesn't barf on read-only text properties (likewise
16631         for add-text-properties in occur-engine).  Mark buffer as unmodified.
16632         (occur-engine): Don't set buffer-read-only here.
16634 2005-05-06  Stefan Monnier  <monnier@iro.umontreal.ca>
16636         * pcvs.el (cvs-mode-commit, cvs-mode-edit-log): Don't fiddle with
16637         list-buffers-directory.  This caused the *cvs-commit* buffer to be
16638         sometimes mistakenly reused as a *cvs* buffer.
16640 2005-05-07  Nick Roberts  <nickrob@snap.net.nz>
16642         * tooltip.el: Move code for GUD tooltips into gud.el.
16643         (require): CL no longer needed to compile case.
16644         (tooltip-mode): Do not toggle functions for GUD tooltips.
16645         (tooltip-gud-tips-p): Remove.  Replace with minor mode
16646         gud-tooltip-mode in gud.el.
16647         (tooltip-gud-modes, tooltip-gud-display, tooltip-gud-echo-area)
16648         (tooltip-gud-toggle-dereference): Rename in gud.el by replacing
16649         tooltip-gud prefix with gud-tooltip and obsolete.
16650         (tooltip-change-major-mode, tooltip-activate-mouse-motions-if-enabled)
16651         (tooltip-mouse-motions-active, tooltip-activate-mouse-motions)
16652         (tooltip-mouse-motion): Mouse movement functions/variable.
16653         Rename in gud.el by adding gud prefix.
16654         (tooltip-gud-original-filter, tooltip-gud-dereference)
16655         (tooltip-gud-event, tooltip-toggle-gud-tips)
16656         (tooltip-gud-process-output, tooltip-gud-print-command)
16657         (tooltip-gud-tips): GUD tooltip functions/variables.  Rename in
16658         gud.el by replacing tooltip-gud prefix with gud-tooltip.
16659         (gdb-tooltip-print): Move to gdb-ui.el.
16661         * progmodes/gud.el: Move code for GUD tooltips from tooltip.el.
16662         (require): CL needed to compile case.
16663         (gud-tooltip-mode): Use to toggle GUD tooltips instead of
16664         tooltip-gud-tips-p.  Make it a minor-mode.
16665         (gud-find-file): Only prepare GUD tooltips if gud-tooltip-mode is t.
16666         (gud-menu-map): GUD tooltips use gud-tooltip-mode now.
16667         (gud-tooltip-modes, gud-tooltip-display, gud-tooltip-echo-area)
16668         (gud-tooltip-change-major-mode)
16669         (gud-tooltip-activate-mouse-motions-if-enabled)
16670         (gud-tooltip-mouse-motions-active, gud-tooltip-activate-mouse-motions)
16671         (gud-tooltip-mouse-motion, gud-tooltip-toggle-dereference)
16672         (gud-tooltip-original-filter, gud-tooltip-dereference)
16673         (gud-tooltip-event, tooltip-toggle-gud-tips)
16674         (gud-tooltip-process-output, gud-tooltip-print-command)
16675         (gud-tooltip-tips): Move from tooltip.el.
16677         * progmodes/gdb-ui.el (gdb-tooltip-print): Move from tooltip.el.
16678         (gdb-cpp-define-alist-flags): Doc fix.
16679         (gdb-set-gud-minor-mode-1): Only prepare GUD tooltips if
16680         gud-tooltip-mode is t.
16682 2005-05-06  Stefan Monnier  <monnier@iro.umontreal.ca>
16684         * net/goto-addr.el (goto-address-fontify): Make sure the overlays
16685         evaporate if their text is deleted.
16686         (goto-address-at-point): Make it work as a mouse binding as well.
16687         (goto-address-at-mouse): Obsolete it.  Update users.
16689 2005-05-06  Glenn Morris  <gmorris@ast.cam.ac.uk>
16691         * calendar/appt.el (top-level): No longer activate on load.
16693 2005-05-06  Juanma Barranquero  <lekktu@gmail.com>
16695         * calendar/cal-bahai.el (mark-bahai-diary-entries):
16696         * net/webjump.el (webjump):
16697         * progmodes/idlw-help.el (idlwave-do-context-help1)
16698         (idlwave-highlight-linked-completions):
16699         * textmodes/po.el (po-find-file-coding-system-guts):
16700         Replace `assoc-ignore-case' by `assoc-string'.
16702 2005-05-06  Eli Zaretskii  <eliz@gnu.org>
16704         * files.el (locate-file): Doc fix.
16706         * progmodes/gdb-ui.el (gdb-cpp-define-alist-program): Doc fix.
16707         Remove the redundant test for ms-dos.
16709         * progmodes/cmacexp.el (c-macro-preprocessor): Use locate-file to
16710         look for the preprocessor with exec-suffixes.  If not found in
16711         standard places, look in exec-path.  Remove most of the tests that
16712         used system-type.
16714         * loadup.el: Load jka-cmpr-hook instead of jka-comp-hook.
16716         * jka-compr.el (jka-compr-uninstall): Add autoload cookie.
16718         * jka-cmpr-hook.el: Renamed from jka-comp-hook.el, to avoid
16719         file-name clash with jka-compr.el on 8+3 filesystems.
16721 2005-05-06  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
16723         * term/mac-win.el: Don't define or bind scroll bar functions if
16724         x-toolkit-scroll-bars is t.
16725         (x-select-text, x-get-selection-value): Clear
16726         x-last-selected-text-clipboard if x-select-enable-clipboard is
16727         nil.
16728         (PRIMARY): Put mac-scrap-name property.
16729         (mac-select-convert-to-file-url): New function.
16730         (public.file-url): New selection target type.  Add to
16731         selection-converter-alist.
16732         (x-get-selection, x-selection-value): Handle it.
16733         (x-cut-buffer-or-selection-value): New alias.
16735 2005-05-05  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
16737         * textmodes/bibtex.el (bibtex-summary): Use current BibTeX
16738         entry to avoid calling bibtex-find-entry with arg global
16739         being t.  Remove arg key.
16740         (bibtex-summary-function, bibtex-complete-crossref-cleanup)
16741         (bibtex-copy-summary-as-kill): Change accordingly.
16743 2005-05-05  Stefan Monnier  <monnier@iro.umontreal.ca>
16745         * textmodes/org.el (org-get-entries-from-diary): Remove unused vars.
16746         (org-agenda-date-later): Use with-current-buffer.
16748 2005-05-05  Luc Teirlinck  <teirllm@auburn.edu>
16750         * emacs-lisp/byte-run.el (define-obsolete-function-alias)
16751         (define-obsolete-variable-alias): Doc Fixes.
16753 2005-05-06  Kim F. Storm  <storm@cua.dk>
16755         * simple.el (line-move-1): Fix 2005-04-26 change.  Must still use
16756         vertical-motion when selective-display is active.
16758         * ido.el (ido-setup-hook): New hook.
16759         (ido-define-mode-map-hook): Remove hook; use ido-setup-hook instead.
16760         (ido-input-stack): New var.
16761         (ido-define-mode-map): Bind M-b to ido-push-dir.  Move old
16762         ido-next-work-file binding to M-O.
16763         Bind M-f to ido-wide-find-file-or-pop-dir.
16764         (ido-define-mode-map): Don't run ido-define-mode-map-hook.
16765         (ido-read-internal): Run ido-setup-hook.
16766         Catch quit in read-file-name and read-string to cancel edit.
16767         Handle new push, pop, and pop-all exit codes (for M-b/M-f).
16768         Automatically pop-all when completing a directory name (RET).
16769         (ido-file-internal): Add with-no-warnings around ffap and dired code.
16770         (ido-exit-minibuffer): Use exit-minibuffer instead of throw.
16771         (ido-wide-find-file, ido-wide-find-dir): Catch quit to cancel find.
16772         (ido-push-dir, ido-pop-dir, ido-wide-find-file-or-pop-dir):
16773         New functions for M-b/M-f to move among the directory components.
16774         (ido-make-merged-file-list): Catch quit to cancel merge.
16775         (ido-make-dir-list): Delete "." when ido-input-stack is non-empty.
16776         (ido-completion-help): No warnings for ido-completion-buffer-full.
16778 2005-05-05  Daniel Pfeiffer  <occitan@esperanto.org>
16780         * font-lock.el (font-lock-negation-char-face): New face and variable.
16781         * progmodes/cc-fonts.el (c-cpp-matchers): Use it.
16782         * progmodes/sh-script.el (sh-font-lock-keywords): Use it.
16783         * progmodes/cperl-mode.el (cperl-init-faces): Use it.
16784         * progmodes/make-mode.el (makefile-font-lock-keywords): Use it.
16786 2005-05-05  Juanma Barranquero  <lekktu@gmail.com>
16788         * emacs-lisp/byte-run.el (define-obsolete-function-alias):
16789         Fix typo in docstring.
16791         * progmodes/ebrowse.el (ebrowse-install-1-to-9-keys)
16792         (ebrowse-print-statistics-line)
16793         (ebrowse-electric-position-mode-hook): Fix typo in docstring.
16795         * term/w32-win.el (image-library-alist): Add additional name for
16796         Xpm library.
16798 2005-05-05  Nick Roberts  <nickrob@snap.net.nz>
16800         * progmodes/cmacexp.el (c-macro-preprocessor): Update for BSD and
16801         use gcc instead of cpp.
16803         * progmodes/gdb-ui.el (gdb-cpp-define-alist-flags): New variable.
16804         (gdb-create-define-alist): Use it.
16805         (gdb-cpp-define-alist-program): Update for MS-DOS.
16807 2005-05-04  Nick Roberts  <nickrob@snap.net.nz>
16809         * progmodes/cmacexp.el (c-macro-preprocessor): Update for Mac OS X.
16811 2005-05-04  Richard M. Stallman  <rms@gnu.org>
16813         * help.el (describe-key): No error when UNTRANSLATED is nil.
16815         * simple.el (line-move-1): Fix previous change to signal errors
16816         appropriately.
16818 2005-05-03  Ulf Jasper  <ulf.jasper@web.de>
16820         * calendar/icalendar.el (icalendar-version): Now at 0.12.
16821         (icalendar-duration-correction): Remove.
16822         (icalendar--get-event-properties): Split result at commas.
16823         (icalendar--decode-isoduration): New optional argument
16824         DURATION-CORRECTION.
16825         (icalendar--convert-ordinary-to-ical, icalendar--convert-sexp-to-ical)
16826         (icalendar--convert-yearly-to-ical, icalendar--convert-weekly-to-ical)
16827         (icalendar--convert-block-to-ical, icalendar--convert-float-to-ical)
16828         (icalendar--convert-date-to-ical, icalendar--convert-cyclic-to-ical)
16829         (icalendar--convert-anniversary-to-ical): New functions, extracted
16830         from icalendar-export-region, with bug fixes.
16831         (icalendar-export-region): Use the above functions.
16832         (icalendar-import-buffer): Check before saving diary file.
16833         (icalendar--convert-recurring-to-diary)
16834         (icalendar--convert-non-recurring-all-day-to-diary)
16835         (icalendar--convert-non-recurring-not-all-day-to-diary): New functions,
16836         extracted from icalendar--convert-ical-to-diary, with bug fixes.
16837         (icalendar--convert-ical-to-diary): Use the above functions.
16839 2005-05-03  Nick Roberts  <nickrob@snap.net.nz>
16841         * progmodes/cc-mode.el (cc-define-alist, cc-create-define-alist):
16842         Remove these recent additions.
16843         (c-mode): Restore to before 2005-04-28.
16845         * progmodes/cc-vars.el (cc-define-list-program): Remove this
16846         recent addition.
16848         * progmodes/gdb-ui.el (gdb-cpp-define-alist-program)
16849         (gdb-define-alist): New variables.
16850         (gdb-create-define-alist): New function.
16851         (gdb-set-gud-minor-mode-1): Handle gdb-define-alist.
16852         (gdb-source, gdb-memory-set-repeat-count): Replace string-to-int
16853         with string-to-number.
16854         (gdb-reset): Kill gdb-define-alist.  Move assignments outside loop.
16856         * progmodes/gud.el: Replace string-to-int with string-to-number.
16857         (gud-find-file): Handle gdb-define-alist.
16859         * tooltip.el (tooltip-gud-tips): Use gdb-define-alist.
16861 2005-05-02  Jay Belanger  <belanger@truman.edu>
16863         * calc/calc-aent.el (math-read-token):
16864         * calc/calc-bin.el (calc-word-size):
16865         * calc/calc-ext.el (calc-read-number-fancy):
16866         * calc/calc-forms.el (calc-time, calc-date-notation, math-this-year)
16867         (math-parse-date, math-parse-standard-date, calcFunc-tzone):
16868         * calc/calc-frac.el (calc-over-notation):
16869         * calc/calc-graph.el (calc-graph-plot, calc-graph-set-styles)
16870         (calc-graph-num-points, calc-graph-init):
16871         * calc/calc-prog.el (calc-read-parse-table-part)
16872         (calc-edit-macro-repeats):
16873         * calc/calc-yank.el (calc-do-grab-rectangle):
16874         * calc/calc.el (calcDigit-key, math-read-number, math-read-bignum):
16875         Replace `string-to-int' by `string-to-number'.
16877 2005-05-02  Kim F. Storm  <storm@cua.dk>
16879         * kmacro.el: Use executing-kbd-macro-index variable.
16881 2005-05-02  Thien-Thi Nguyen  <ttn@gnu.org>
16883         * net/rlogin.el (rlogin-parse-words): Delete func.
16884         (rlogin): Use split-string, not rlogin-parse-words.
16885         Also, if there are option-like elements in the parsed args,
16886         take the host to be the first arg immediately following them.
16887         Suggested by Michael Mauger.
16889 2005-05-01  Luc Teirlinck  <teirllm@auburn.edu>
16891         * subr.el (executing-macro): Use `define-obsolete-variable-alias'.
16893 2005-05-02  Nick Roberts  <nickrob@snap.net.nz>
16895         * progmodes/cc-mode.el (cc-create-define-alist): Use a shell.
16896         (cc-mode-cpp-program): Rename to cc-define-list-program and
16897         move to cc-vars.el.
16899         * progmodes/cc-vars.el (cc-define-list-program):
16900         Change to "gcc -E -dM -".  Make customizable.
16902 2005-05-02  Kim F. Storm  <storm@cua.dk>
16904         * emulation/cua-base.el: Fix check for CUA-mode if no init file.
16906 2005-05-02  Nick Roberts  <nickrob@snap.net.nz>
16908         * progmodes/cc-mode.el (cc-mode-cpp-program): Change to "gcc -E".
16910         * international/mule-util.el (truncate-string): Remove alias and
16911         obsolete declaration.
16913         * international/mule-cmds.el (update-iso-coding-systems):
16914         Remove alias and obsolete declaration.
16916         * international/mule.el (coding-system-parent): Remove alias and
16917         obsolete declaration.
16919         * subr.el (define-function, sref): Remove aliases and obsolete
16920         declarations.
16921         (chars-in-region): Remove obsolete declaration.
16923 2005-05-01  Richard M. Stallman  <rms@gnu.org>
16925         * info.el (Info-mode): Set widen-automatically to nil, locally.
16927         * simple.el (widen-automatically): New variable.
16928         (pop-global-mark): Obey widen-automatically.
16930 2005-05-01  Dan Nicolaescu  <dann@ics.uci.edu>
16932         * term/xterm.el (function-key-map): Call substitute-key-definition
16933         before the keymap size is increased by a lot of define-key calls.
16935 2005-05-01  Richard M. Stallman  <rms@gnu.org>
16937         * subr.el (add-to-invisibility-spec, remove-from-invisibility-spec):
16938         Rename ARG to ELEMENT.  Doc fix.
16940 2005-05-01  Nick Roberts  <nickrob@snap.net.nz>
16942         * allout.el (allout-exposure): Remove macro and obsolete declaration.
16943         Remove references to allout-exposure/change to allout-new-exposure.
16945         * emacs-lisp/bytecomp.el (dot, dot-min, dot-max): Don't create
16946         bytecode symbols.
16948         * subr.el (dot, dot-marker, dot-min, dot-max, buffer-flush-undo)
16949         (compiled-function-p, focus-frame, unfocus-frame):
16950         Remove aliases and obsolete declarations.
16951         Back out inadvertent changes from previous commit.
16953 2005-05-01  Luc Teirlinck  <teirllm@auburn.edu>
16955         * files.el (require-final-newline): Make Custom tags consistent
16956         with mode-require-final-newline.
16957         (mode-require-final-newline): Doc fix.
16959 2005-05-01  Stefan Monnier  <monnier@iro.umontreal.ca>
16961         * international/latexenc.el (latexenc-find-file-coding-system):
16962         Fix regular expressions.
16964 2005-05-01  David Kastrup  <dak@gnu.org>
16966         * international/latexenc.el (latexenc-find-file-coding-system):
16967         Fix regular expressions.
16969 2005-05-01  Nick Roberts  <nickrob@snap.net.nz>
16971         * subr.el (string-to-int): Make obsolete.
16973 2005-04-30  Richard M. Stallman  <rms@gnu.org>
16975         * simple.el (next-error-overlay-arrow-position): Turn off, for ttys.
16977         * loadup.el: load jka-comp-hook.
16979         * jka-compr.el: Many functions and vars moved to jka-comp-hook.el.
16980         (jka-compr-handler): Add autoload.  `put' calls moved
16981         to jka-comp-hook.el.
16982         (compression, jka-compr): defgroups moved to jka-comp-hook.el.
16983         (jka-compr-inhibit): Autoload.
16985         * jka-comp-hook.el: New file.
16986         Enable the mode by default.
16988         * files.el (backup-buffer-copy): Use copy-file instead
16989         of write-region, and put back the 'excl.
16991 2005-04-30  Chong Yidong  <cyd@stupidchicken.com>
16993         * progmodes/flymake.el (flymake-split-string)
16994         (flymake-split-string, flymake-log, flymake-pid-to-names)
16995         (flymake-reg-names, flymake-get-source-buffer-name)
16996         (flymake-unreg-names, flymake-add-line-err-info)
16997         (flymake-add-err-info): Clarify docstrings.
16998         (flymake-popup-menu, flymake-make-emacs-menu)
16999         (flymake-make-xemacs-menu): Add docstrings.
17000         (flymake-get-buffer-*, flymake-set-buffer-*): Functions deleted.
17001         Set variables directly throughout.
17003 2005-04-30  Nick Roberts  <nickrob@snap.net.nz>
17005         * progmodes/cc-mode.el (cc-create-define-alist): Check that file
17006         exists.  Initialize cc-define-alist.
17007         (c-mode): Add cc-create-define-alist locally to after-save-hook.
17008         If there is no file (Macroexpansion) don't create an alist.
17010 2005-04-29  Sam Steingold  <sds@gnu.org>
17012         * progmodes/cc-mode.el (cc-mode-cpp-program): New user variable.
17013         (cc-create-define-alist): Use it instead of the hard-coded string.
17015 2005-04-29  Stefan Monnier  <monnier@iro.umontreal.ca>
17017         * international/mule-conf.el (file-coding-system-alist): Fix regexp
17018         for latexenc.
17020 2005-04-29  Lute Kamstra  <lute@gnu.org>
17022         * emacs-lisp/generic.el: Improve commentary section.
17023         (define-generic-mode): Improve docstring.
17025 2005-04-29  Carsten Dominik  <dominik@science.uva.nl>
17027         * textmodes/org.el (many places): Change to quiet the byte compiler.
17028         (org-prefix-format-compiled): New variable.
17029         (org-compile-prefix-format): New function.
17030         (org-timeline, org-agenda, org-diary): Call org-compile-prefix-format.
17031         (org-agenda-prefix-format, org-timeline-prefix-format): New options.
17032         (org-agenda-get-scheduled): Check if file is opened in `org-mode'.
17033         (org-get-entries-from-diary): Use `org-get-time-of-day' for
17034         consistency with entries from `org-mode' files.
17035         (org-get-time-of-day): Fix bug with partial matches early in a line.
17036         (org-non-link-chars): New constant.
17037         (org-link-regexp): Respect `org-non-link-chars'.
17038         (org-agenda-day-view): Remove command.
17039         (org-agenda-toggle-week-view): Rename from `org-agenda-week-view'.
17040         (org-follow-bbdb-link, org-store-link): Search also company field.
17041         (org-highlight-overlay): New variable.
17042         (org-highlight, org-unhighlight): New functions.
17043         (org-agenda-mode): Add pre-command-hook to remove highlight.
17044         (org-evaluate-time-range): Behavior depends upon whether time stamp
17045         contains a time or not.
17046         (org-show-subtree, org-show-entry): New functions.
17047         (org-agenda-cleanup-fancy-diary): Remove empty lines.
17049 2005-04-28  Luc Teirlinck  <teirllm@auburn.edu>
17051         * comint.el (comint-output-filter-functions): Add autoload cookie.
17053 2005-04-28  Kim F. Storm  <storm@cua.dk>
17055         * ido.el (ido-everywhere): Fix last change.
17057 2005-04-28  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
17059         * international/latexenc.el: New file.
17060         * international/mule-conf.el (file-coding-system-alist): For .tex,
17061         .ltx, .dtx and .drv extensions, use `latexenc-find-file-coding-system'.
17063 2005-04-28  Lute Kamstra  <lute@gnu.org>
17065         * font-lock.el (font-lock-add-keywords)
17066         (font-lock-remove-keywords): Clarify docstring.
17067         (font-lock-keywords-alist, font-lock-removed-keywords-alist):
17068         Don't start docstrings with a `*'.
17069         (font-lock-update-removed-keyword-alist): Give it a docstring.
17071         * generic-x.el: Update commentary section.
17072         Only require font-lock when compiling.
17073         Define all modes conditionally.
17074         Place all generic modes in the generic-x-modes customization group.
17075         (generic-x-modes): New customization group.
17076         (generic-default-modes, generic-mswindows-modes)
17077         (generic-unix-modes, generic-other-modes): New constants.
17078         (generic-define-mswindows-modes, generic-define-unix-modes):
17079         Update docstrings.  Make them obsolete.
17080         (generic-extras-enable-list): New default value.  Update docstring.
17081         Improve :type.  Change :set function.
17082         (bat-generic-mode-syntax-table, rul-generic-mode-syntax-table):
17083         Fix docstring.
17085         * emacs-lisp/generic.el (generic-mode-internal):
17086         Simplify font-lock-defaults.
17087         (define-generic-mode): Fix docstring.
17089 2005-04-28  Stefan Monnier  <monnier@iro.umontreal.ca>
17091         * progmodes/grep.el (grep-mode-font-lock-keywords): Use the
17092         font-lock-face property to highlight matches.
17094 2005-04-28  Nick Roberts  <nickrob@snap.net.nz>
17096         * progmodes/cc-mode.el (cc-create-define-alist): New function.
17097         (cc-define-alist): New variable.
17098         (c-mode): Make it local and initialize it.
17100         * progmodes/gdb-ui.el (gdb-active-process): New variable.
17101         (gdb-exited): New function.
17102         (gdb-annotation-rules): Use it.
17103         (gdb-starting): Set gdb-active-process to t.
17104         (gdb-stopping): Amend doc string.
17105         (gdb-reset): Set gdb-active-process to nil.
17107         * tooltip.el (tooltip-gud-tips): Show the associated #define
17108         directives when a C program under GDB is not executing.
17110 2005-04-27  Stefan Monnier  <monnier@iro.umontreal.ca>
17112         * progmodes/cperl-mode.el (cperl-mode): Don't precompile the
17113         font-lock-fontify-syntactic-keywords.
17115         * font-lock.el (font-lock-default-fontify-region): Don't force
17116         parse-sexp-lookup-properties to nil.
17118 2005-04-27  Alexander Klimov  <alserkli@inbox.ru>  (tiny change)
17120         * man.el (man-mode-syntax-table): Set up `:' to have
17121         word-constituent syntax.
17123 2005-04-27  Lute Kamstra  <lute@gnu.org>
17125         * novice.el (disable-command): Don't add spurious newlines to the
17126         init file.  Reported by Dan Jacobson <jidanni@jidanni.org>.
17128 2005-04-26  Jay Belanger  <belanger@truman.edu>
17130         * calc/calc-yank.el (calc-edit-finish): Make sure there is more
17131         than one window before deleting window.
17133 2005-04-26  Luc Teirlinck  <teirllm@auburn.edu>
17135         * shell.el (shell-prompt-pattern): Doc fix.
17136         (shell-mode): Set paragraph-separate buffer locally to "\\'".
17138         * comint.el (comint-prompt-regexp, comint-get-old-input)
17139         (comint-use-prompt-regexp)
17140         (comint-use-prompt-regexp-instead-of-fields)
17141         (comint-replace-by-expanded-history, comint-send-input)
17142         (comint-output-filter, comint-get-old-input-default)
17143         (comint-line-beginning-position, comint-bol, comint-show-output)
17144         (comint-backward-matching-input, comint-forward-matching-input)
17145         (comint-next-prompt, comint-previous-prompt):
17146         Rename `comint-use-prompt-regexp-instead-of-fields' to
17147         `comint-use-prompt-regexp'.  Keep old name as alias and declare
17148         obsolete.
17149         (comint-use-prompt-regexp): Shorten first line of doc string.
17151         * ielm.el (inferior-emacs-lisp-mode): Adapt to above name change.
17152         Set paragraph-separate buffer locally to "\\'".
17154         * hippie-exp.el (try-expand-line, try-expand-line-all-buffers):
17155         Adapt to above name change.
17157         * net/net-utils.el (nslookup-prompt-regexp, ftp-prompt-regexp)
17158         (smbclient-prompt-regexp): Ditto.
17160         * progmodes/inf-lisp.el (inferior-lisp-prompt): Ditto.
17162 2005-04-27  Nick Roberts  <nickrob@snap.net.nz>
17164         * progmodes/gdb-ui.el (gdb-location-alist): Rename from
17165         gdb-location-list.
17166         Break lines that are over 80 characters wide.
17168 2005-04-26  Stefan Monnier  <monnier@iro.umontreal.ca>
17170         * pcvs-info.el (cvs-fileinfo->full-path, cvs-display-full-path):
17171         New fun and var, to preserve compatibility.
17173         * pcvs.el, pcvs-info.el: Rename "full-path" -> "full-name".
17175 2005-04-26  Dominique de Waleffe  <ddw@missioncriticalit.com>  (tiny change)
17177         * pcvs-info.el (cvs-fileinfo->backup-file): Don't pass the full file
17178         name to file-newer-than-file-p.
17180 2005-04-26  Richard M. Stallman  <rms@gnu.org>
17182         * simple.el (line-move-1): Avoid using vertical-motion in easy cases.
17184         * progmodes/python.el (python-mode):
17185         Use new name eldoc-documentation-function.
17187         * hexl.el (hexl-mode): Use new name eldoc-documentation-function.
17189         * emacs-lisp/eldoc.el (eldoc-mode): Doc fix.
17190         (eldoc-documentation-function):
17191         Rename from eldoc-print-current-symbol-info-function.  Calls changed.
17193 2005-04-26  Nick Roberts  <nickrob@snap.net.nz>
17195         * emacs-lisp/byte-run.el (define-obsolete-function-alias): New macro.
17197 2005-04-25  Dan Nicolaescu  <dann@ics.uci.edu>
17199         * term/xterm.el (function-key-map): Fix strings for
17200         {C,S,A,C-S}-f[1-4].  Use substitute-key-definition to bind
17201         {C,S,A,C-S}-{f1-f12}.
17203 2005-04-26  Kenichi Handa  <handa@m17n.org>
17205         * international/mule-cmds.el (select-safe-coding-system):
17206         Fix previous change.
17208 2005-04-26  Lute Kamstra  <lute@gnu.org>
17210         * emacs-lisp/easy-mmode.el (define-minor-mode): Fix docstring.
17212         * font-lock.el (font-lock-fontify-region-function): Fix docstring.
17213         (font-lock-comment-delimiter-face): Ditto.
17215         * calc/calc.el (calc-trail-mode): Don't set font-lock-defaults.
17217 2005-04-25  Jay Belanger  <belanger@truman.edu>
17219         * calc/calc-help.el (calc-view-news): Let-bind inhibit-read-only
17220         to t while inserting information; use help-mode.
17222 2005-04-25  Dan Nicolaescu  <dann@ics.uci.edu>
17224         * term.el (ansi-term-color-vector): Use the xterm colors.
17225         (term-raw-map): Don't add mappings for \eO and \e[.  Map deletechar.
17227 2005-04-25  Lute Kamstra  <lute@gnu.org>
17229         * font-core.el (font-lock-defaults): Fix docstring.
17231         * font-lock.el (font-lock-syntactic-face-function): Fix docstring.
17233 2005-04-25  Kenichi Handa  <handa@m17n.org>
17235         * international/mule-cmds.el (select-safe-coding-system):
17236         Don't check consistency with coding: spec, etc if raw-text or
17237         no-conversion was found to be safe.
17239 2005-04-24  Richard M. Stallman  <rms@gnu.org>
17241         * mail/sendmail.el (mail-font-lock-keywords): Match any number of
17242         citation markers at start of each line.
17244         * mail/rmail.el (rmail-font-lock-keywords): Match any number of
17245         citation markers at start of each line.
17247         * font-lock.el (font-lock-comment-delimiter-face): Doc fix.
17249         * files.el (mode-require-final-newline): Fix previous change.
17250         (require-final-newline): Fix type label.
17252 2005-04-24  Glenn Morris  <gmorris@ast.cam.ac.uk>
17254         * progmodes/f90.el (f90-calculate-indent): Fix treatment of first
17255         statement in buffer (broken by 2004-11-24 change).
17257 2005-04-24  Kim F. Storm  <storm@cua.dk>
17259         * ido.el (ido-everywhere): Save and restore old read-buffer-function
17260         and read-file-name-function values.  Don't overwrite existing
17261         non-nil values if ido-mode is enabled without ido-everywhere.
17263 2005-04-24  Luc Teirlinck  <teirllm@auburn.edu>
17265         * files.el (mode-require-final-newline): Minor doc fix.
17267 2005-04-24  Eli Zaretskii  <eliz@gnu.org>
17269         * subr.el (syntax-after): Doc fix.
17270         (syntax-class): If argument is nil, return nil.  Mask off upper 16
17271         bits, not 8 bits.
17273         * files.el (mode-require-final-newline): Doc fix.
17274         (backup-buffer-copy): Fix last change.
17276 2005-04-24  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
17278         * term/mac-win.el: Require select.  Set selection-coding-system to
17279         mac-system-coding-system.  Call menu-bar-enable-clipboard.
17280         (x-last-selected-text-clipboard, x-last-selected-text-primary)
17281         (x-select-enable-clipboard): New variables.
17282         (x-select-text, x-get-selection, x-selection-value)
17283         (x-get-selection-value, mac-select-convert-to-string)
17284         (mac-services-open-file, mac-services-open-selection)
17285         (mac-services-insert-text): New functions.
17286         (CLIPBOARD, FIND): Put mac-scrap-name property.
17287         (com.apple.traditional-mac-plain-text, public.utf16-plain-text)
17288         (public.tiff): Put mac-ostype property.
17289         (selection-converter-alist): Add entries for them.
17290         (mac-application-menu-map): New keymap.
17291         (interprogram-cut-function, interprogram-paste-function): Set to
17292         x-select-text and x-get-selection-value, respectively.
17293         (split-window-keep-point): Set to t.
17295 2005-04-23  Richard M. Stallman  <rms@gnu.org>
17297         * files.el (read-directory-name): Always pass non-nil
17298         DEFAULT-FILENAME arg to read-file-name.
17299         (backup-buffer-copy, basic-save-buffer-2): Take care against
17300         writing thru an unexpected existing symlink.
17301         (revert-buffer): In indirect buffer, revert the base buffer.
17302         (magic-mode-alist): Doc fix.
17303         (buffer-stale-function): Doc fix.
17304         (minibuffer-with-setup-hook): Avoid warning.
17305         (mode-require-final-newline): Doc and custom fix.
17307         * follow.el (follow-end-of-buffer): Use with-no-warnings.
17309         * font-lock.el (font-lock-comment-face): On terminals with few colors,
17310         use the default appearance.
17311         (font-lock-comment-delimiter-face): New face, new variable.
17313         * imenu.el (imenu--generic-function): The official position of a
17314         definition is the start of the line that BEG is in.
17316         * midnight.el (midnight-timer): Move defvar up.
17318         * mouse.el (mouse-drag-region-1): Delete some debugging code.
17320         * saveplace.el (save-place-to-alist): Use with-no-warnings.
17322         * startup.el (command-line): Use with-no-warnings.
17324         * window.el (window-size-fixed): New defvar.
17326         * emacs-lisp/easymenu.el (easy-menu-do-define): Use defalias, not fset.
17328         * mail/rmail.el (rmail-font-lock-keywords):
17329         Use font-lock-comment-delimiter-face.
17331         * mail/sendmail.el (mail-font-lock-keywords):
17332         Use font-lock-comment-delimiter-face.
17334         * progmodes/compile.el (next-error-highlight-timer): New defvar.
17336 2005-04-23  SAITO Takuya  <tabmore@rivo.mediatti.net>  (tiny change)
17338         * progmodes/compile.el (compilation-mode-font-lock-keywords):
17339         Specify t for LAXMATCH when matching directories.
17340         Save match data around compilation-compat-error-properties form.
17342 2005-04-23  David Kastrup  <dak@gnu.org>
17344         * textmodes/tex-mode.el (TeX-mode, plain-TeX-mode, LaTeX-mode):
17345         Mention that the autoloaded aliases should be kept for AUCTeX.
17347 2005-04-23  Andreas Schwab  <schwab@suse.de>
17349         * isearch.el (isearch-forward): Doc fix.
17351 2005-04-23  Eli Zaretskii  <eliz@gnu.org>
17353         * jit-lock.el (jit-lock-stealth-time): Change default value to 16.
17354         (jit-lock-stealth-nice): Change default value to 0.5.
17356 2005-04-23  Eric Hanchrow  <offby1@blarg.net>  (tiny change)
17358         * abbrev.el (write-abbrev-file): Write table entries in
17359         alphabetical order by table name.
17361 2005-04-22  Kim F. Storm  <storm@cua.dk>
17363         * ido.el (ido-read-internal): Fix `list' completion.
17365 2005-04-22  Kenichi Handa  <handa@m17n.org>
17367         * recentf.el (recentf-save-file-coding-system): New variable.
17368         (recentf-save-list): Encode the file by
17369         recentf-save-file-coding-system and add coding: tag.
17371 2005-04-22  Nick Roberts  <nickrob@snap.net.nz>
17373         * emacs-lisp/byte-run.el (define-obsolete-variable-alias): New macro.
17375 2005-04-21  Lute Kamstra  <lute@gnu.org>
17377         * loadhist.el (unload-feature): Don't remove a function from hooks
17378         if it is about to be restored to an autoload .  Remove functions
17379         that will become unbound from auto-mode-alist.  Simplify the code.
17381         * subr.el (assq-delete-all): New implementation that is linear,
17382         not quadratic.  Suggested by David Kastrup <dak@gnu.org>.
17383         (rassq-delete-all): New function.
17385         * menu-bar.el (menu-bar-options-save, menu-bar-showhide-menu):
17386         Add size-indication-mode.
17388 2005-04-21  Kenichi Handa  <handa@m17n.org>
17390         * international/mule-cmds.el: Add autoload for widget-value in
17391         eval-when-compile.
17393 2005-04-21  Nick Roberts  <nickrob@snap.net.nz>
17395         * menu-bar.el (menu-bar-options-save, menu-bar-showhide-menu):
17396         Add tooltip-mode.
17398         * bindings.el (mode-line-mode-menu): Remove tooltip-mode.
17400 2005-04-20  Luc Teirlinck  <teirllm@auburn.edu>
17402         * progmodes/inf-lisp.el (inferior-lisp): New defgroup.
17403         (inferior-lisp-filter-regexp, inferior-lisp-program)
17404         (inferior-lisp-load-command, inferior-lisp-prompt)
17405         (inferior-lisp-mode-hook, lisp-source-modes)
17406         (inferior-lisp-load-hook): defvar->defcustom.
17407         (inferior-lisp-program, inferior-lisp-prompt)
17408         (inferior-lisp-load-hook): Doc fixes.
17409         (inferior-lisp-install-letter-bindings): Small change in
17410         introductory comment.
17412 2005-04-20  Dan Nicolaescu  <dann@ics.uci.edu>
17414         * vc.el (vc-annotate-color-map): Change some colors so that text
17415         using them as foreground is readable on both white and black
17416         backgrounds.
17418 2005-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
17420         * international/mule-conf.el (translation-table-for-input):
17421         Remove redundant declaration.
17423 2005-04-20  Nick Roberts  <nickrob@snap.net.nz>
17425         * progmodes/gud.el (gud-menu-map): Add tooltip-toggle-gud-tips.
17427         * tooltip.el (tooltip-gud-tips-p): Expand documentation.
17428         (tooltip-toggle-gud-tips): New function.
17430 2005-04-20  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
17432         * term/mac-win.el (mac-symbol-encoder): Fix mappings of left and
17433         right angle brackets.
17435 2005-04-20  Nick Roberts  <nickrob@snap.net.nz>
17437         * tooltip.el (tooltip-use-echo-area): Replace as alias and deprecate.
17439 2005-04-19  Stefan Monnier  <monnier@iro.umontreal.ca>
17441         * progmodes/flymake.el (flymake-get-absolute-file-name-basedir):
17442         Remove.  Update callers to use expand-file-name instead.
17444         * subr.el (syntax-class): New function.
17446         * simple.el (blink-matching-open): Use it.
17448         * paren.el (show-paren-function): Use it to recognize parens that are
17449         also used in 2-char comment markers.
17451 2005-04-19  Lute Kamstra  <lute@gnu.org>
17453         * loadhist.el (unload-feature): Update for new format of
17454         load-history.  Simplify the code.
17456 2005-04-19  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
17458         * term/mac-win.el: Add coding: tag and set it to iso-2022-7bit.
17459         (mac-add-charset-info): New function.  Initialize variable
17460         mac-charset-info-alist using it.
17461         (mac-centraleurroman, mac-cyrillic): Do not use UCS in table data
17462         for translation.
17463         (mac-symbol-encoder, mac-dingbats-encoder): New translation table.
17464         (mac-font-encoder-list): Add entries for mac-symbol and mac-dingbats.
17465         (ccl-encode-mac-symbol-font, ccl-encode-mac-dingbats-font):
17466         New CCL programs.
17468 2005-04-19  Kim F. Storm  <storm@cua.dk>
17470         * simple.el (next-buffer, prev-buffer, next-error)
17471         (scroll-other-window, keyboard-quit, keyboard-escape-quit)
17472         (clone-indirect-buffer-other-window): Move bindings to bindings.el.
17474         * bindings.el (next-buffer, prev-buffer, next-error)
17475         (scroll-other-window, keyboard-quit, keyboard-escape-quit)
17476         (clone-indirect-buffer-other-window): Move bindings from simple.el.
17477         (next-buffer, prev-buffer): Add C-x C-right and C-x C-left bindings.
17478         (next-error, previous-error): Add M-g M-n/n and M-g M-p/p bindings.
17480 2005-04-18  Stefan Monnier  <monnier@iro.umontreal.ca>
17482         * isearch.el (isearch-edit-string): Make the search-ring available for
17483         minibuffer history commands.
17484         (minibuffer-local-isearch-map): Remove bindings for M-p and M-n,
17485         the default history commands now work just as well.
17486         (isearch-ring-retreat-edit, isearch-ring-advance-edit): Remove.
17488 2005-04-18  Kim F. Storm  <storm@cua.dk>
17490         * emulation/cua-base.el (cua--pre-command-handler): Add more
17491         elaborate check for shift modifier on non-window systems.
17493 2005-04-18  Lars Hansen  <larsh@math.ku.dk>
17495         * desktop.el: Make "--no-desktop" turn off `desktop-save-mode'.
17497 2005-04-18  Kim F. Storm  <storm@cua.dk>
17499         * tooltip.el (tooltip-show): Change second arg to USE-ECHO-AREA
17500         and make it optional.  Don't test tooltip-gud-echo-area here.
17501         (tooltip-gud-process-output, gdb-tooltip-print):
17502         Pass tooltip-gud-echo-area to tooltip-show.
17503         (tooltip-help-tips): Remove second optional arg to tooltip-show.
17505 2005-04-18  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
17507         * tooltip.el (tooltip-mode): `emacs-quick-startup' and
17508         `display-graphic-p' may not be bound yet.
17510 2005-04-17  Luc Teirlinck  <teirllm@auburn.edu>
17512         * startup.el (command-line): No longer enable Xterm Mouse mode by
17513         default in terminals compatible with xterm.
17515         * xt-mouse.el (xterm-mouse-mode): Set init value back to nil.
17517 2005-04-18  Nick Roberts  <nickrob@snap.net.nz>
17519         * tooltip.el (tooltip-gud-echo-area): Rename from
17520         tooltip-use-echo-area.
17521         (tooltip-show, tooltip-gud-process-output, gdb-tooltip-print)
17522         (tooltip-help-tips): Allow GUD tooltips to be displayed in echo
17523         area independently of where help tooltips are displayed.
17525 2005-04-17  David Kastrup  <dak@gnu.org>
17527         * cus-theme.el (custom-theme-write-variables): Quote variables
17528         where necessary.
17530 2005-04-17  Richard M. Stallman  <rms@gnu.org>
17532         * simple.el (yank-excluded-properties): Add follow-link to value.
17534         * jka-compr.el (jka-compr-compression-info-list): Fix custom type.
17536         * startup.el (fancy-splash-max-time): Just 30 seconds.
17537         (fancy-splash-delay): Just 7.
17538         (fancy-splash-screens): No time limit other than fancy-splash-max-time.
17540         * loadhist.el (unload-feature): Update for new format of load-history.
17541         Simplify the code.
17543         * mail/rmail.el (rmail-ignored-headers): Ignore more headers
17544         (rmail-font-lock-keywords): Don't fontify the text of a citation.
17546         * mail/sendmail.el (mail-font-lock-keywords):
17547         Don't fontify subject text.
17548         Don't fontify the text of a citation.
17550 2005-04-17  Mark H. Weaver  <mhw@netris.org>  (tiny change)
17552         * comint.el (comint-output-filter): Run comint-output-filter-functions
17553         with point where the user had it.
17555 2005-04-16  Stefan Monnier  <monnier@iro.umontreal.ca>
17557         * international/ucs-tables.el (ucs-set-table-for-input):
17558         Disable when using unify-on-decoding.
17560 2005-04-16  Dan Nicolaescu  <dann@ics.uci.edu>
17562         * emulation/cua-base.el (cua-global-mark-face): Add special case
17563         for displays supporting a high number of colors.
17565 2005-04-16  Matt Hodges  <MPHodges@member.fsf.org>  (tiny change)
17567         * repeat.el (repeat): Invoke pre-command-hook and post-command-hook.
17569 2005-04-16  Chong Yidong  <cyd@stupidchicken.com>
17571         * filesets.el (filesets-add-buffer): If user supplies a name of a
17572         non-existing fileset, create a new fileset.
17574 2005-04-16  Carsten Dominik  <dominik@science.uva.nl>
17576         * textmodes/org.el (org-up-heading-all): Fix bug with
17577         `outline-up-heading-all'.
17579 2005-04-16  Andreas Schwab  <schwab@suse.de>
17581         * files.el (auto-mode-alist): Handle /etc/sysconfig/*,
17582         /etc/permissions.d/* and /etc/aliases.d/*.
17584 2005-04-16  Kenichi Handa  <handa@m17n.org>
17586         * international/code-pages.el (cp-make-coding-system):
17587         Set `translation-table-for-input' property value to the symbol
17588         ucs-mule-to-mule-unicode, not to that value.
17589         (pt154): Escape guillemet by `\'.
17591 2005-04-15  Luc Teirlinck  <teirllm@auburn.edu>
17593         * loadup.el: Load tooltip if x-show-tip is fboundp.
17595         * startup.el (command-line): Add comment.
17597         * tooltip.el (tooltip-mode): Specify correct standard value for
17598         Custom in init-value.
17600 2005-04-15  Nick Roberts  <nickrob@snap.net.nz>
17602         * progmodes/gud.el (gud-goto-info): Use existing Info buffer, if
17603         possible.
17605 2005-04-15  Carsten Dominik  <dominik@science.uva.nl>
17607         * textmodes/org.el (org-agenda-date-prompt): Rename from
17608         `org-agenda-date-today'.
17609         (org-evaluate-time-range): Insert at point instead of directly
17610         after time range.
17611         (org-first-headline-recenter, org-subtree-end-visible-p)
17612         (org-optimize-window-after-visibility-change): New functions
17613         (org-agenda-post-command-hook): Don't allow point at end of line,
17614         to make sure it always hits the text properties.
17615         (org-agenda-next-date-line, org-agenda-previous-date-line):
17616         New commands.
17617         (org-set-regexps-and-options): Category may contain white space.
17618         (org-agenda-get-deadlines, org-agenda-get-scheduled):
17619         Improve marker positions.
17620         (org-agenda-new-marker): Argument POS made optional.
17621         (org-agenda-get-timestamps): Deadlines which are done are listed
17622         in org-done-face now.
17623         (org-agenda-get-todos, org-agenda-get-timestamps)
17624         (org-agenda-get-deadlines, org-agenda-get-scheduled):
17625         Set `undone-face' and `done-face' properties.
17626         (org-last-todo-state-is-todo): New variable.
17627         (org-todo): Set `org-last-todo-state-is-todo'.
17628         (org-agenda-todo): Change face according to
17629         `org-last-todo-state-is-todo'.  And change other lines referring to
17630         the same entry.
17631         (org-calendar-goto-agenda): New command.
17632         (org-calendar-to-agenda-key): New option.
17633         (org-startup-folded): New allowed value `content'.
17634         (org-set-regexps-and-options): Accept new value `content' for
17635         `org-startup-folded'.
17636         (org-get-current-options): Handle new value `content' for
17637         `org-startup-folded'.
17638         (org-insert-todo-heading): New command.
17639         (org-mode): Insert first line "*-* mode: org-mode -*-" when called
17640         interactively in empty file and option
17641         `org-insert-mode-line-in-empty-file' has been set.
17642         (org-agenda-todo, org-agenda-priority): Modify to use
17643         `org-agenda-change-all-lines'.
17644         (org-warning-face): Change color on dark background
17646 2005-04-14  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
17648         * international/mule-cmds.el (set-locale-environment): On Mac OS,
17649         use preferences AppleLocale and AppleLanguages, and variable
17650         mac-system-locale for default locale.  On Mac OS Classic, use
17651         mac-system-coding-system for default coding systems.
17653         * term/mac-win.el: Don't set file-name-coding-system.
17654         Decode variables system-name, emacs-build-system, user-login-name, and
17655         user-full-name by mac-system-coding-system on Mac OS Classic.
17656         (mac-system-coding-system): New variable.
17658 2005-04-13  Luc Teirlinck  <teirllm@auburn.edu>
17660         * startup.el (command-line): Handle `xterm-mouse-mode' before
17661         reading init file.
17663         * xt-mouse.el (xterm-mouse-mode): Adapt to above change.
17665 2005-04-13  Glenn Morris  <gmorris@ast.cam.ac.uk>
17667         * progmodes/sh-script.el (sh-here-document-word): Make it a
17668         defcustom.  Doc fix.
17669         (sh-add): Bash uses $(( )) for arithmetic.
17670         (sh-while-getopts) <sh>: Set OPTIND back to 1 at end.
17671         (sh-maybe-here-document): Remove quotes and leading whitespace
17672         from heredoc word when closing.  Indent heredoc with tabs if word
17673         starts with "-".
17675 2005-04-13  Richard M. Stallman  <rms@gnu.org>
17677         * simple.el (undo): Fix previous change.
17679         * custom.el (defface): Doc fix.
17681 2005-04-13  Lute Kamstra  <lute@gnu.org>
17683         * Makefile.in (DONTCOMPILE): Remove list.
17684         (compile, compile-always): Don't use DONTCOMPILE.
17685         (update-authors): Load the library in which batch-update-authors
17686         is defined.
17687         * makefile.w32-in (DONTCOMPILE): Remove list.
17688         (compile, compile-always): Fix comments.
17689         (update-authors): Load the library in which batch-update-authors
17690         is defined.
17692         * generic-x.el (generic-mode-ini-file-find-file-hook):
17693         Rename to ini-generic-mode-find-file-hook.
17694         Keep generic-mode-ini-file-find-file-hook as an alias.
17695         (ini-generic-mode-find-file-hook): Rename from
17696         generic-mode-ini-file-find-file-hook.  Fix docstring.
17697         (ini-generic-mode): Docstring change.
17698         (bat-generic-mode-run-as-comint): Silence the byte compiler.
17700         * help.el (describe-key-briefly): UNTRANSLATED can be nil when
17701         called from lisp.
17703         * generic.el: Move to the emacs-lisp subdir.
17705 2005-04-12  Dan Nicolaescu  <dann@ics.uci.edu>
17707         * term/xterm.el (function-key-map): Add mappings for A-, C-, S-
17708         and C-S- function and cursor motion keys.
17710 2005-04-12  Luc Teirlinck  <teirllm@auburn.edu>
17712         * startup.el (command-line): Enable Xterm Mouse mode by default.
17713         * xt-mouse.el (xterm-mouse-mode): Provide correct standard value
17714         for Custom.  No longer show "Mouse" in mode line when enabled.
17715         Doc fix.
17717 2005-04-12  Kim F. Storm  <storm@cua.dk>
17719         * emulation/cua-base.el (cua-rectangle-face)
17720         (cua-rectangle-noselect-face): Define face attributes here.
17722         * emulation/cua-rect.el (cua--init-rectangles): Remove face setup.
17724 2005-04-12  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
17726         * startup.el (command-line): Turn off blinking cursor if
17727         cursorBlink in resources is off or false.
17729 2005-04-12  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
17731         * term/mac-win.el (dnd): Require dnd.
17732         (mac-drag-n-drop): Call dnd-handle-one-url.
17733         (kTextEncodingMacRoman, kTextEncodingISOLatin1)
17734         (kTextEncodingISOLatin2): Remove constants.
17735         (mac-script-code-coding-systems): New constant.
17736         (mac-handle-language-change): New function.
17737         (special-event-map): Bind it to `language-change' event.
17738         (mac-centraleurroman, mac-cyrillic): New coding systems.
17739         (mac-font-encoder-list, ccl-encode-mac-centraleurroman-font)
17740         (ccl-encode-mac-cyrillic-font): Rename mac-centraleurroman-encoder
17741         and mac-cyrillic-encoder to encode-mac-centraleurroman and
17742         encode-mac-cyrillic, respectively.
17744 2005-04-12  Nick Roberts  <nickrob@snap.net.nz>
17746         * progmodes/gud.el, progmodes/gdb-ui.el (gdb-assembler-mode):
17747         Don't set overlay-arrow-string to "=>" as this is done
17748         globally in C now.
17750 2005-04-12  Lute Kamstra  <lute@gnu.org>
17752         * generic-x.el (rc-generic-mode, rul-generic-mode):
17753         Fix auto-mode-alist entries.
17754         (etc-fstab-generic-mode): Tweak fontification.
17756         * generic.el (generic-make-keywords-list): Fix docstring.
17757         (generic-mode-internal): Simplify generic-font-lock-keywords.
17759 2005-04-11  Rajesh Vaidheeswarran  <rv@gnu.org>
17761         * whitespace.el (whitespace-buffer-leading)
17762         (whitespace-buffer-trailing): Revert the incorrect test inversion.
17763         However, fix the highlight area for the leading and
17764         trailing whitespaces to show space.
17766 2005-04-11  Rajesh Vaidheeswarran  <rv@gnu.org>
17768         * whitespace.el (whitespace-version): Bump to 3.5
17770         (whitespace-buffer-leading, whitespace-buffer-trailing):
17771         Invert sense of the test to highlight the whitespace.
17773 2005-04-12  Nick Roberts  <nickrob@snap.net.nz>
17775         * progmodes/gud.el (gud-display-line): GUD uses its own
17776         overlay arrow now so don't set overlay-arrow-string.
17777         (gud-pdb-command-name): Revert back to "pdb" (2004-04-26).
17779 2005-04-11  Dan Nicolaescu  <dann@ics.uci.edu>
17781         * term.el (term-ansi-current-bold, term-ansi-current-underline)
17782         (term-ansi-current-reverse, term-ansi-current-invisible)
17783         (term-ansi-face-already-done): Change to boolean.
17784         (term-reset-terminal, term-handle-colors-array): Handle the above
17785         vars accordingly.
17786         (term-buffer-vertical-motion): Rename from buffer-vertical-motion.
17787         (term-emulate-terminal): Use the new name.
17789         * faces.el (secondary-selection): Use yellow1, not yellow.
17790         (trailing-whitespace): Use red1, not red.
17792 2005-04-11  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
17794         * dired.el (dired-mode): Use dnd-* instead of x-dnd-*
17795         (dired-dnd-handle-local-file): Call dnd-get-local-file-name.
17796         (dired-dnd-handle-file): Call dnd-get-local-file-uri
17798         * cus-edit.el (dnd): New group.
17800         * term/w32-win.el (dnd): Require dnd
17801         (w32-drag-n-drop): Call dnd-handle-one-url.
17803         * x-dnd.el: Require dnd.
17804         (x-dnd-handle-uri-list, x-dnd-handle-file-name):
17805         Call dnd-handle-one-url.
17806         (x-dnd-types-alist, x-dnd-insert-utf8-text)
17807         (x-dnd-insert-utf16-text, x-dnd-insert-ctext): Change x-dnd-insert-text
17808         to dnd-insert-text.
17809         (x-dnd-protocol-alist, x-dnd-open-file-other-window)
17810         (x-dnd-handle-one-url, x-dnd-get-local-file-uri)
17811         (x-dnd-get-local-file-name, x-dnd-open-local-file)
17812         (x-dnd-open-file, x-dnd-insert-text): Move to dnd.el (without x-).
17814         * dnd.el (dnd-protocol-alist): New file with generic DND functions.
17816 2005-04-11  JUAN-LEON Lahoz Garcia  <juanleon1@gmail.com>
17818         * wdired.el: Doc fixes.
17819         (wdired-confirm-overwrite): Rename from wdired-is-ok-overwrite.
17820         (wdired-use-dired-vertical-movement): Rename from
17821         wdired-always-move-to-filename-beginning.
17822         (wdired-mode-map): Use `ignore' instead of `wdired-newline'.
17823         (wdired-change-to-wdired-mode): Change mode name.
17824         (wdired-newline): Delete.
17826 2005-04-11  Richard M. Stallman  <rms@gnu.org>
17828         * whitespace.el (whitespace-highlight-the-space):
17829         Don't call whitespace-unhighlight-the-space here.
17831         * simple.el (undo): Record t in undo-equiv-table
17832         for the redo record made by an undo-in-region.
17834 2005-04-12  Nick Roberts  <nickrob@snap.net.nz>
17836         * progmodes/gdb-ui.el (gdb-display-inferior-io-buffer)
17837         (gdb-frame-inferior-io-buffer): New Functions to control
17838         display of separate IO buffer.
17839         (menu): Add them to menu-bar.
17840         (gdb-display-buffer): Check for buffer another frame.
17841         Protect GUD buffer.
17842         (gdb-setup-windows): Create IO buffer if not already there.
17843         (gdb-memory-mode): Remove purecopy noops.
17845 2005-04-11  Glenn Morris  <gmorris@ast.cam.ac.uk>
17847         * progmodes/f90.el (f90-electric-insert): Add optional prefix arg,
17848         and pass to self-insert-command.
17850 2005-04-11  Lute Kamstra  <lute@gnu.org>
17852         * generic.el: Commentary section cleanup.
17853         (generic): Delete.
17854         (generic-use-find-file-hook, generic-lines-to-scan)
17855         (generic-find-file-regexp, generic-ignore-files-regexp)
17856         (default-generic-mode, generic-mode-find-file-hook)
17857         (generic-mode-ini-file-find-file-hook): Move to generic-x.el.
17858         * generic-x.el (generic-x): Docstring fix.  Put it in the data group.
17859         (generic-use-find-file-hook, generic-lines-to-scan)
17860         (generic-find-file-regexp, generic-ignore-files-regexp)
17861         (default-generic-mode, generic-mode-find-file-hook)
17862         (generic-mode-ini-file-find-file-hook): Move from generic.el.
17864 2005-04-10  Karl Fogel  <kfogel@red-bean.com>
17866         * bookmark.el (bookmark-write-file): Catch errors writing file.
17867         This is the same change as saveplace.el at 2005-04-10T23:32:00Z!rms@gnu.org.
17869 2005-04-10  Richard M. Stallman  <rms@gnu.org>
17871         * startup.el (fancy-splash-tail): Update copyright year.
17872         (command-line): Split part of -Q into -D.
17873         (emacs-basic-display): New defvar.
17874         (fancy-splash-text): Correct name of menu item.
17876         * saveplace.el (save-place-alist-to-file): Catch errors writing file.
17878         * info.el (Info-fontify-node): Handle fontification of multiple * Menu
17879         lines in one node.
17881         * comint.el (comint-send-input): New arg ARTIFICIAL.
17882         Callers in this file changed.
17884         * abbrev.el (define-abbrevs): Read system abbrevs properly.
17886         * emacs-lisp/map-ynp.el (map-y-or-n-p): Clarify RET/q in help message.
17888 2005-04-10  Chong Yidong  <cyd@stupidchicken.com>
17890         * url/url-ldap.el (url-ldap): Add docstring.  Fix call to
17891         `ldap-search-internal'.
17893 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
17895         * files.el (set-auto-mode-1): Use line-end-position.
17897         * international/latin-1.el:
17898         * international/latin-2.el:
17899         * international/latin-3.el:
17900         * international/latin-4.el:
17901         * international/latin-5.el:
17902         * international/latin-8.el:
17903         * international/latin-9.el: Give punctuation syntax to NBSP.
17905         * textmodes/bibtex.el (bibtex-autokey-titleword-ignore)
17906         (bibtex-reference-key, bibtex-autokey-demangle-name, bibtex-mode):
17907         Use char-classes to accept non-ascii letters, accepted in some recent
17908         bibtex implementations.
17910 2005-04-10  Luc Teirlinck  <teirllm@auburn.edu>
17912         * custom.el (custom-set-minor-mode): Any non-nil value for the
17913         variable should enable the mode when set through Custom.
17915 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
17917         * progmodes/vhdl-mode.el (vhdl-mode-map-init): Don't override default
17918         TAB binding so tab-always-indent is obeyed.
17919         (vhdl-minibuffer-local-map): Move initialization into declaration.
17920         (vhdl-mode-abbrev-table-init): Mark the abbrevs as `system'.
17921         (vhdl-run-when-idle, vhdl-create-mode-menu, vhdl-character-to-event)
17922         (vhdl-hooked-abbrev): Avoid test for XEmacs.
17923         (vhdl-current-line): Use line-beginning-position.
17924         (vhdl-doc-variable, vhdl-doc-mode): Call help-setup-xref before
17925         with-output-to-temp-buffer, so the current position can be recorded.
17927 2005-04-10  Masatake YAMATO  <jet@gyve.org>
17929         * progmodes/compile.el (compilation-error-regexp-alist-alist):
17930         Add regexp for gcov.
17932 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
17934         * calendar/time-date.el (time-to-seconds, seconds-to-time)
17935         (days-to-time, time-subtract, time-add): Don't use the #xhhhh
17936         syntax which Emacs 20 doesn't support.
17938 2005-04-09  Richard M. Stallman  <rms@gnu.org>
17940         * help.el (describe-key-briefly, describe-key):
17941         Replace strings as event types with "(any string)".
17943 2005-04-09  Stefan Monnier  <monnier@iro.umontreal.ca>
17945         * arc-mode.el (archive-mode-map): Move initialization into
17946         the declaration.  Override *all* bindings of `undo'.
17947         (archive-lemacs): Remove, use (featurep 'xemacs) instead.
17949 2005-04-09  Jay Belanger  <belanger@truman.edu>
17951         * calc/calc-units.el (math-standard-units): Redefine Watt hour as W*hr.
17953 2005-04-09  Dan Nicolaescu  <dann@ics.uci.edu>
17955         * term/xterm.el (xterm-rgb-convert-to-16bit): Simplify.
17956         (xterm-register-default-colors): Update color values computation
17957         to match xterm-200.
17959 2005-04-09  Kenichi Handa  <handa@m17n.org>
17961         * international/code-pages.el (iso-latin-7): Fix the map.
17963 2005-04-08  Luc Teirlinck  <teirllm@auburn.edu>
17965         * emacs-lisp/lisp.el (defun-prompt-regexp)
17966         (parens-require-spaces, buffer-end, end-of-defun)
17967         (insert-parentheses): Doc fixes.
17969 2005-04-08  Kim F. Storm  <storm@cua.dk>
17971         * comint.el (comint-highlight-prompt): Fix face spec.
17972         * hi-lock.el (hi-green): Likewise.
17974 2005-04-08  Dan Nicolaescu  <dann@ics.uci.edu>
17976         * cus-edit.el (custom-modified-face):
17977         * comint.el (comint-highlight-input): Fix previous changes.
17978         * term.el (term-handle-ansi-escape): Add a comment.
17980 2005-04-08  Stefan Monnier  <monnier@iro.umontreal.ca>
17982         * whitespace.el (whitespace-highlight-the-space): Put the same overlay
17983         in the buffer and in whitespace-highlighted-space.
17984         (whitespace-unhighlight-the-space): Simplify.
17985         (whitespace-buffer): Simplify.
17987 2005-04-08  Dan Nicolaescu  <dann@ics.uci.edu>
17989         * textmodes/table.el (table-cell-face): Add special case for
17990         displays supporting a high number of colors.
17991         * progmodes/vhdl-mode.el (vhdl-font-lock-prompt-face)
17992         (vhdl-font-lock-reserved-words-face)
17993         (vhdl-speedbar-architecture-face)
17994         (vhdl-speedbar-instantiation-face)
17995         (vhdl-speedbar-architecture-selected-face)
17996         (vhdl-speedbar-instantiation-selected-face): Likewise.
17997         * progmodes/sh-script.el (sh-heredoc-face): Likewise.
17998         * progmodes/idlw-help.el (idlwave-help-link-face): Likewise.
17999         * progmodes/ebrowse.el (ebrowse-tree-mark-face)
18000         (ebrowse-root-class-face, ebrowse-member-attribute-face)
18001         (ebrowse-progress-face): Likewise.
18002         * progmodes/compile.el (compilation-info-face): Likewise.
18003         * progmodes/cc-fonts.el (c-invalid-face): Likewise.
18004         * emacs-lisp/re-builder.el (reb-match-3): Likewise.
18005         * calendar/calendar.el (diary-face): Likewise.
18006         * woman.el (woman-italic-face, woman-bold-face)
18007         (woman-unknown-face): Likewise.
18008         * wid-edit.el (widget-button-pressed-face): Likewise.
18009         * whitespace.el (whitespace-highlight-face): Likewise.
18010         * smerge-mode.el (smerge-mine-face, smerge-base-face): Likewise.
18011         * pcvs-info.el (cvs-marked-face): Likewise.
18012         * info.el (info-xref): Likewise.
18013         * ido.el (ido-subdir-face, ido-indicator-face): Likewise.
18014         * hilit-chg.el (highlight-changes-face)
18015         (highlight-changes-delete-face): Likewise.
18016         * hi-lock.el (hi-yellow, hi-green, hi-blue-b, hi-green-b)
18017         (hi-red-b): Likewise.
18018         * generic-x.el (show-tabs-tab-face, show-tabs-space-face): Likewise.
18019         * font-lock.el (font-lock-keyword-face)
18020         (font-lock-function-name-face, font-lock-warning-face): Likewise.
18021         * cus-edit.el (custom-invalid-face, custom-modified-face)
18022         (custom-set-face, custom-changed-face, custom-variable-tag-face)
18023         (custom-group-tag-face-1, custom-group-tag-face): Likewise.
18024         * comint.el (comint-highlight-prompt): Likewise.
18026 2005-04-08  Lute Kamstra  <lute@gnu.org>
18028         * font-lock.el (font-lock-keywords): Docstring fixes.
18030 2005-04-08  Kenichi Handa  <handa@m17n.org>
18032         * ps-mule.el (ps-mule-show-warning): If the number of unprintable
18033         chars are more than a limit, print " and more..." at the tail.
18035 2005-04-08  Kim F. Storm  <storm@cua.dk>
18037         * emacs-lisp/authors.el (authors-aliases): Update list.
18038         (authors-ignored-files): New list.
18039         (authors-fixed-entries): Fix typo.
18040         (authors-renamed-files-alist): Update list.
18041         (authors-add): Check authors-ignored-files.
18043 2005-04-08  Carsten Dominik  <dominik@science.uva.nl>
18045         * calendar/diary-lib.el (add-to-diary-list): MARKER argument made
18046         optional, to ensure backward compatibility.
18048 2005-04-08  Stephen Eglen  <stephen@gnu.org>
18050         * textmodes/flyspell.el (flyspell-large-region): Doc fix.
18052 2005-04-08  Kim F. Storm  <storm@cua.dk>
18054         * buff-menu.el (Buffer-menu-mode-map): Map follow-link to mouse-face.
18056         * mouse.el (mouse-on-link-p): Doc fix.
18058 2005-04-07  Luc Teirlinck  <teirllm@auburn.edu>
18060         * ielm.el (ielm-prompt-read-only): Doc fix.
18062         * comint.el (comint-prompt-read-only): Doc fix.
18064 2005-04-07  Benjamin Rutt  <brutt@bloomington.in.us>
18066         * ffap.el (ffap-pass-wildcards-to-dired): New user option to
18067         ensure dired always handles wildcards passed to ffap.
18068         (find-file-at-point): Use it.
18069         (ffap-dired-wildcards): Doc fix.
18071 2005-04-07  Juri Linkov  <juri@jurta.org>
18073         * simple.el (next-error-overlay-arrow-position): New defvar.
18074         Put "=>" on its property `overlay-arrow-string'.  Add it to
18075         `overlay-arrow-variable-list'.
18077         * progmodes/compile.el (compilation-setup):
18078         Set `next-error-overlay-arrow-position' to nil.  Also set it to
18079         nil in the local hook `kill-buffer-hook'.  Make local variable
18080         `overlay-arrow-string' and set it to "=>".
18081         (compilation-goto-locus): Set BOL position to
18082         `next-error-overlay-arrow-position' instead of
18083         `overlay-arrow-position'.
18085         * info.el (Info-mode): Add `Info-kill-buffer' to `kill-buffer-hook'
18086         locally instead of adding it to the global hook.
18087         (Info-kill-buffer): Move up.
18089 2005-04-06  Dan Nicolaescu  <dann@ics.uci.edu>
18091         * term/xterm.el (xterm-standard-colors): Update color values from
18092         xterm-200.
18094 2005-04-06  Stefan Monnier  <monnier@iro.umontreal.ca>
18096         * textmodes/tex-mode.el (tex-font-lock-keywords-2): Add \bfseries.
18098         * fast-lock.el:
18099         * lazy-lock.el: Move them to the obsolete subdir.
18101 2005-04-06  JUAN-LEON Lahoz Garcia  <juanleon1@gmail.com>
18103         * wdired.el (wdired-advise-functions, wdired-add-skip-in-replace)
18104         (wdired-add-replace-advice): Remove.
18105         (wdired-change-to-wdired-mode): Use query-replace-skip-read-only.
18107 2005-04-06  Kim F. Storm  <storm@cua.dk>
18109         * startup.el (command-line): Add --bare-bones alias for -Q.
18111 2005-04-06  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
18113         * term/mac-win.el: Use create-fontset-from-mac-roman-font to
18114         create the startup fontset if a font specification ends with
18115         `mac-roman'.
18117 2005-04-06  Lute Kamstra  <lute@gnu.org>
18119         * add-log.el (change-log-font-lock-keywords): Complete 2005-04-03
18120         change.
18122         * emacs-lisp/copyright.el (copyright-update-year): Replace the
18123         right subexpression.  Suggested by Jay Bingham <jay.bingham@hp.com>.
18125 2005-04-05  Lute Kamstra  <lute@gnu.org>
18127         * generic.el (generic-mode-internal): Fix 2005-03-31 change.
18128         (define-generic-mode): Ditto.  Fix debug declaration.
18130         * generic-x.el (show-tabs-tab-face, show-tabs-space-face):
18131         Put them in the generic-x group.
18133         * calendar/timeclock.el (timeclock): Doc fix.
18135         * generic.el (define-generic-mode): Don't use custom-current-group.
18136         Document default :group value.
18137         * emacs-lisp/easy-mmode.el (define-minor-mode): Ditto.
18138         (define-global-minor-mode): Don't use custom-current-group.
18140 2005-04-05  Glenn Morris  <gmorris@ast.cam.ac.uk>
18142         * startup.el (command-line-1): Display startup-echo-area-message
18143         when fancy splash screen is in use.
18145         * progmodes/sh-script.el (sh-builtins) <bash>: Add `caller'.
18146         (sh-escaped-newline): New face.
18147         (sh-font-lock-keywords) <shell>: Improve regexp for escaped
18148         newline, and use sh-escaped-newline face.
18150         * progmodes/tcl.el (tcl-escaped-newline): New face.
18151         (tcl-builtin-list): New variable.
18152         (tcl-set-font-lock-keywords): Add builtins, variables, and escaped
18153         newlines.  Fix keywords subexpression number.
18155 2005-04-05  Carsten Dominik  <dominik@science.uva.nl>
18157         * textmodes/org.el (org-diary-default-entry): Fix call to
18158         `add-to-diary-entry'.
18160 2005-04-05  Kim F. Storm  <storm@cua.dk>
18162         * ediff-init.el: Use (featurep 'xemacs).
18164 2005-04-05  David Ponce  <david@dponce.com>
18166         * cus-edit.el (face): Derive from symbol widget.  Display sample
18167         of the current face on the fly.
18168         (widget-face-sample-face-get, widget-face-notify): New functions.
18169         (widget-face-value-create): Remove.
18171         * wid-edit.el (widget-field-end): Temporarily remove field
18172         narrowing before to call `get-char-property'.
18174 2005-04-04  Jay Belanger  <belanger@truman.edu>
18176         * calc/calc-aent.el (math-read-replacement-list): Add subscripts.
18177         (math-read-subscripts): New variable.
18178         (math-read-preprocess-string): Process subscripts.
18180 2005-04-04  Luc Teirlinck  <teirllm@auburn.edu>
18182         * comint.el (comint-prompt-read-only): Doc fix.
18184         * dired.el (dired-copy-filename-as-kill): Make `-' arg behave like
18185         `-1'.  Doc fix.
18187 2005-04-04  Carsten Dominik  <dominik@science.uva.nl>
18189         * textmodes/org.el (org-insert-mode-line-in-empty-file):
18190         Change default value to nil.
18192 2005-04-04  Lute Kamstra  <lute@gnu.org>
18194         * autorevert.el (auto-revert-mode): Specify :group.
18195         * battery.el (display-battery-mode): Specify :group.
18196         * diff-mode.el (diff-minor-mode): Specify :group.
18197         * font-core.el (font-lock-mode): Specify :group.
18198         * hl-line.el (hl-line-mode): Specify :group.
18199         * iimage.el (iimage): New customization group.
18200         (iimage-mode): Specify :group.
18201         * longlines.el (longlines-mode): Specify :group.
18202         * master.el: Don't require easy-mmode.
18203         (master): New customization group.
18204         (master-mode): Specify :group.
18205         * msb.el (msb-mode): Specify :group.
18206         * reveal.el (reveal-mode): Specify :group.
18207         * simple.el (next-error-follow-minor-mode): Specify :group.
18208         * smerge-mode.el (smerge-mode): Specify :group.
18209         * emacs-lisp/eldoc.el (eldoc-mode): Specify :group.
18210         * emulation/cua-base.el (cua-mode): Specify :group.
18211         * international/encoded-kb.el (encoded-kbd-mode): Specify :group.
18212         * language/thai-util.el (thai-auto-composition-mode)
18213         (thai-word-mode): Specify :group.
18214         * mail/supercite.el (sc-minor-mode): Specify :group.
18215         * progmodes/cwarn.el (cwarn-mode): Specify :group.
18216         * progmodes/flymake.el (flymake-mode): Specify :group.
18217         * progmodes/glasses.el (glasses-mode): Specify :group.
18218         * progmodes/hideif.el (hide-ifdef-mode): Specify :group.
18219         * textmodes/enriched.el (enriched-mode): Specify :group.
18220         * textmodes/refill.el (refill-mode): Specify :group.
18222         * add-log.el (change-log-font-lock-keywords): Names in
18223         parenthesized lists can contain spaces.
18225 2005-04-04  Thien-Thi Nguyen  <ttn@gnu.org>
18227         * startup.el (fancy-splash-text): Shorten default text of
18228         "Emacs Tutorial" line.  Also, if the current language env
18229         indicates an available tutorial file other than TUTORIAL,
18230         extract its title and append it to the line in parentheses.
18231         (fancy-splash-insert): If arg is a thunk, funcall it.
18233 2005-04-04  Jay Belanger  <belanger@truman.edu>
18235         * calc.el (calc-language-alist): Add tags to customization type.
18237 2005-04-03  Luc Teirlinck  <teirllm@auburn.edu>
18239         * xt-mouse.el (xterm-mouse-mode): Add explicit Custom group, mouse.
18240         Doc fix.
18242 2005-04-03  Marcelo Toledo  <marcelo@gnu.org>
18244         * add-log.el (change-log-font-lock-keywords): The manual
18245         describing a Change Log entry, says: (...) "Aside from these
18246         header lines, every line in the change log starts with a space or
18247         a tab.".  The font-lock was not highlighting lines started with
18248         spaces, added support for it.
18250 2005-04-03  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
18252         * textmodes/bibtex.el (bibtex-url): Use format to generate the url.
18253         (bibtex-generate-url-list): Update docstring accordingly.  Put the
18254         complex example in the docstring.
18255         (bibtex-font-lock-url): Use pop.
18257 2005-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
18259         * progmodes/tcl.el (tcl-set-font-lock-keywords): Use new \_< ops.
18261         * pcvs.el (cvs-checkout): Prompt for cvsroot as well.
18263 2005-04-03  Glenn Morris  <gmorris@ast.cam.ac.uk>
18265         * filesets.el (filesets-set-default): Doc fix.
18267 2005-04-03  Lute Kamstra  <lute@gnu.org>
18269         * generic.el (define-generic-mode): Add argument to specify
18270         keywords for defcustom.
18271         (default-generic-mode): Specify :group.
18273         * generic-x.el: Specify :group for all generic modes.
18275         * desktop.el (desktop-no-desktop-file-hook)
18276         (desktop-after-read-hook): Doc fix.
18278 2005-04-02  Luc Teirlinck  <teirllm@auburn.edu>
18280         * simple.el (visible-mode): Use explicit :group keyword.
18281         This changes the group of `visible-mode-hook' from paren-blinking
18282         to editing-basics.
18284 2005-04-02  Sergey Poznyakoff  <gray@Mirddin.farlep.net>  (tiny change)
18286         * mail/rmail.el (rmail-parse-url): Bugfix.  Parse traditional
18287         mailbox specifications as well as URLs.
18288         (rmail-insert-inbox-text): Remove unused conditional branches.
18290 2005-04-01  Jay Belanger  <belanger@truman.edu>
18292         * calc/calc-graph.el (calc-gnuplot-name, calc-gnuplot-plot-command)
18293         (calc-gnuplot-print-command): Move definitions to calc.el.
18295         * calc/calc-embed.el (calc-embedded-announce-formula)
18296         (calc-embedded-open-formula, calc-embedded-close-formula)
18297         (calc-embedded-open-word, calc-embedded-close-word)
18298         (calc-embedded-open-plain, calc-embedded-close-plain)
18299         (calc-embedded-open-new-formula, calc-embedded-close-new-formula)
18300         (calc-embedded-open-mode, calc-embedded-close-mode):
18301         Move definitions to calc.el.
18303         * calc/calc.el (calc-settings-file, calc-language-alist):
18304         Make customizable.
18305         (calc-embedded-announce-formula, calc-embedded-open-formula)
18306         (calc-embedded-close-formula, calc-embedded-open-word)
18307         (calc-embedded-close-word, calc-embedded-open-plain)
18308         (calc-embedded-close-plain, calc-embedded-open-new-formula)
18309         (calc-embedded-close-new-formula, calc-embedded-open-mode)
18310         (calc-embedded-close-mode, calc-gnuplot-name)
18311         (calc-gnuplot-plot-command, calc-gnuplot-print-command): Move here
18312         from other files and make customizable.
18314 2005-04-01  Stefan Monnier  <monnier@iro.umontreal.ca>
18316         * pcvs.el (cvs-temp-buffer, cvs-mode-kill-process, cvs-buffer-check):
18317         Use buffer-live-p.
18318         (cvs-mode-run): Don't call cvs-update-header here.
18319         (cvs-run-process): Call cvs-update-header.
18320         Use process properties for cvs-postprocess and cvs-buffer so that
18321         the sentinel can behave better if the temp buffer is killed.
18322         Use a pipe rather than a tty, to better handle unexpected prompts.
18323         (cvs-sentinel): Rewrite.  Call cvs-update-header.
18325 2005-04-01  Andre Spiegel  <spiegel@gnu.org>
18327         * vc-hooks.el (vc-workfile-unchanged-p): Disable mtime check when
18328         we go via Tramp or Ange-FTP.  Suggested by Kai Grossjohann.
18330 2005-03-31  Stefan Monnier  <monnier@iro.umontreal.ca>
18332         * generic.el (define-generic-mode): Add indentation rule.
18334 2005-03-31  Luc Teirlinck  <teirllm@auburn.edu>
18336         * files.el (mode-require-final-newline): Make Custom correctly
18337         report a nil value and allow to set it to nil via Custom.
18338         Doc fix.
18340 2005-04-01  Kenichi Handa  <handa@m17n.org>
18342         * international/characters.el: Enable the correct case setting for
18343         dotless-i and dotted-I.
18345 2005-04-01  Kim F. Storm  <storm@cua.dk>
18347         * ido.el (ido-file-internal): Fall back to non-ido command if
18348         initial directory is on slow ftp (or tramp) host.
18350 2005-03-31  Richard M. Stallman  <rms@gnu.org>
18352         * emacs-lisp/autoload.el (make-autoload):
18353         Handle define-global-minor-mode.
18355         * emacs-lisp/easy-mmode.el (define-global-minor-mode):
18356         Rename from easy-mmode-define-global-mode.
18357         (easy-mmode-define-global-mode): Alias for define-global-minor-mode.
18359         * progmodes/scheme.el (scheme-mode-syntax-table):
18360         Update syntax of | and # for two-character comment syntax.
18362 2005-03-31  Lute Kamstra  <lute@gnu.org>
18364         * emacs-lisp/easy-mmode.el (easy-mmode-define-global-mode)
18365         (define-minor-mode): Call custom-current-group at load-time.
18367         * generic.el (define-generic-mode): Add debug declaration.
18368         Add defcustom for the mode hook.
18369         (generic-mode-internal): Use run-mode-hooks.
18371 2005-03-31  Kim F. Storm  <storm@cua.dk>
18373         * mouse.el (mouse-1-click-follows-link): Increase to 450 ms.
18374         (mouse-fixup-help-message): New defun called by show_help_echo
18375         to fixup mouse-2 prefix in help messages when applicable.
18377         * tooltip.el (tooltip-show-help-function): Don't fixup message here.
18379 2005-03-31  Kenichi Handa  <handa@m17n.org>
18381         * language/thai-word.el (thai-find-word-ends): Pay attention to
18382         the case that we reach the end of buffer.
18384         * textmodes/fill.el (fill-text-properties-at): New function.
18385         (fill-newline): Use fill-text-properties-at instead of
18386         text-properties-at.
18388 2005-03-31  Olive Lin  <olive.lin@versateladsl.be>  (tiny change)
18390         * textmodes/tex-mode.el (tex-start-tex) Use shell-quote-argument,
18391         not comint-quote-filename.
18393 2005-03-31  Thien-Thi Nguyen  <ttn@gnu.org>
18395         * help-fns.el (help-with-tutorial): Revert last change.
18397 2005-03-31  Kim F. Storm  <storm@cua.dk>
18399         * emulation/cua-base.el (cua-scroll-down): Add CUA property.
18401 2005-03-30  Paul Eggert  <eggert@cs.ucla.edu>
18403         * calendar/cal-china.el: Update reference to "Calendrical
18404         Calculations" book; there's a new edition.
18405         * calendar/cal-coptic.el: Likewise.
18406         * calendar/cal-french.el: Likewise.
18407         * calendar/cal-hebrew.el: Likewise.
18408         * calendar/cal-islam.el: Likewise.
18409         * calendar/cal-iso.el: Likewise.
18410         * calendar/cal-julian.el: Likewise.
18411         * calendar/cal-mayan.el: Likewise.
18412         * calendar/cal-persia.el: Likewise.
18413         * calendar/calendar.el: Likewise.
18414         * calendar/holidays.el: Likewise.
18415         * calendar/lunar.el: Likewise.
18416         * calendar/solar.el: Likewise.
18418         * calendar/calendar.el (calendar-day-abbrev-array): Remove trailing
18419         white space from doc string.
18421 2005-03-30  Jay Belanger  <belanger@truman.edu>
18423         * calc/calc-help.el (calc-full-help): Remove email address.
18425 2005-03-30  Thien-Thi Nguyen  <ttn@gnu.org>
18427         * help-fns.el (help-with-tutorial): Delete title line.
18429 2005-03-30  Glenn Morris  <gmorris@ast.cam.ac.uk>
18431         * calendar/cal-x.el (calendar-one-frame-setup)
18432         (calendar-only-one-frame-setup, calendar-two-frame-setup): Use t
18433         rather than `symbol' for set-window-dedicated-p.
18435         * calendar/appt.el (appt-buffer-name): Make it a constant.
18436         (appt-add): Doc fix.
18438         * filesets.el (filesets-menu-path, filesets-menu-before)
18439         (filesets-menu-in-menu): Doc fix.  Now valid in GNU Emacs.
18440         (filesets-menu-cache-file): Use directory ~/.emacs.d.
18441         (filesets-add-submenu): Delete and use add-submenu instead.
18443 2005-03-30  Carsten Dominik  <dominik@science.uva.nl>
18445         * org.el (org-agenda-phases-of-moon, org-agenda-sunrise-sunset)
18446         (org-agenda-convert-date, org-agenda-goto-calendar): New commands.
18447         (org-diary-default-entry): New function.
18448         (org-get-entries-from-diary): Better parsing of diary entries.
18449         (org-agenda-check-no-diary): New function.
18450         ("diary-lib"): Advice to function `add-to-diary-list', to allow
18451         linking to diary entries.
18452         (org-agenda-execute-calendar-command): New function.
18453         (org-agenda): Improve visible section in window.
18454         Use `org-fit-agenda-window'.
18455         (org-fit-agenda-window): New option.
18456         (org-move-subtree-down): Better handling of empty lines
18457         at end of subtree.
18458         (org-cycle): Numeric prefix is interpreted now as show-subtree N
18459         levels up.
18460         (org-fontify-done-headline): New option.
18461         (org-headline-done-face): New face.
18462         (org-set-font-lock-defaults): Use `org-headline-done-face'.
18463         (org-table-copy-down): Rename from `org-table-copy-from-above'.
18464         When current field is non-empty, it is copied to next row.
18465         (org-table-copy-from-above): Fix bug which made it
18466         impossible to copy fields containing only a single non-white character.
18468 2005-03-30  Kim F. Storm  <storm@cua.dk>
18470         * kmacro.el (kmacro-end-macro): Isearch may store this command
18471         into the macro -- so ignore it when executing keyboard macro.
18473 2005-03-30  Nick Roberts  <nickrob@snap.net.nz>
18475         * tooltip.el (tooltip-gud-display): Use gud-overlay-arrow-position.
18477 2005-03-29  Kenichi Handa  <handa@m17n.org>
18479         * language/thai.el ("Thai"): Set setup-function and exit-function
18480         for Thai language environment.
18482         * language/thai-util.el: Require thai-word.
18483         (thai-word-mode-map): New variable.
18484         (thai-word-mode): New minor mode.
18485         (setup-thai-language-environment-internal): New function.
18486         (exit-thai-language-environment-internal): New function.
18488         * language/thai-word.el (thai-word-table): Declare it by defvar,
18489         use dolist to initialize it.
18490         (thai-kill-word, thai-backward-kill-word, thai-transpose-words)
18491         (thai-fill-find-break-point): New functions.
18493 2005-03-29  Richard M. Stallman  <rms@gnu.org>
18495         * simple.el (idle-update-delay): Move definition up.
18496         (set-mark): Doc fix.
18498 2005-03-29  Chong Yidong  <cyd@stupidchicken.com>
18500         * longlines.el: New file.
18502         * simple.el (buffer-substring-filters): New variable.
18503         (filter-buffer-substring): New function.
18504         (kill-region, copy-region-as-kill): Use it.
18506         * register.el (copy-to-register, append-to-register)
18507         (prepend-to-register): Use filter-buffer-substring.
18509 2005-03-30  Nick Roberts  <nickrob@snap.net.nz>
18511         * progmodes/gud.el (gdb): (Re)-initialize gud-filter-pending-text.
18512         (gud-filter-pending-text): Move in front of gdb.
18513         (gud-overlay-arrow-position): New variable.
18514         (gud-sentinel, gud-display-line): Use it in place of
18515         overlay-arrow-position.
18517 2005-03-29  Glenn Morris  <gmorris@ast.cam.ac.uk>
18519         * progmodes/fortran.el (fortran-if-indent): Doc fix.
18520         (fortran-font-lock-keywords-2): Add "where", "elsewhere".
18521         (fortran-font-lock-keywords-4): New variable.
18522         (fortran-blocks-re, fortran-end-block-re)
18523         (fortran-start-block-re): New constants, for hideshow.
18524         (hs-special-modes-alist): Add a Fortran entry.
18525         (fortran-mode-map): Bind fortran-end-of-block,
18526         fortran-beginning-of-block to \M-\C-n, \M-\C-p.
18527         (fortran-mode): Doc fix.  Add fortran-font-lock-keywords-4.
18528         (fortran-looking-at-if-then, fortran-end-of-block)
18529         (fortran-beginning-of-block): New functions, for hideshow.
18531         * progmodes/f90.el (f90-end-block-re, f90-start-block-re):
18532         Doc fix.  Tweak regexp.
18533         (f90-beginning-of-block): Push mark first.
18535 2005-03-29  Jay Belanger  <belanger@truman.edu>
18537         * calc/calc.el: Update copyright date.
18538         (calc-version): Increase to 2.1.
18539         (calc-version-date): Remove.
18541         * calc/calc-help.el: Update copyright date.
18542         (calc-full-help): Remove reference to calc-version-date.
18543         Update copyright date.
18545 2005-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
18547         * vc.el (vc-do-command): Use a pipe for async processes, so password
18548         prompts don't show up at places where the user can't reply.
18550 2005-03-29  Olive Lin  <olive.lin@versateladsl.be>  (tiny change)
18552         * textmodes/tex-mode.el (tex-send-command): shell-quote-argument
18553         on the file name we pass to the inferior shell.
18555 2005-03-29  Stephan Stahl  <stahl@eos.franken.de>  (tiny change)
18557         * progmodes/which-func.el (which-function): Be robust in the face of an
18558         imenu--make-index-alist failure.
18560 2005-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
18562         * reveal.el (reveal-mode-map): Don't override C-a and C-e.
18564         * progmodes/python.el (python-preoutput-filter): Fix last change.
18566 2005-03-29  Lute Kamstra  <lute@gnu.org>
18568         * emacs-lisp/debug.el (debug-on-entry): Handle autoloaded
18569         functions and compiled macros.
18570         (debug-convert-byte-code): Handle macros too.
18571         (debug-on-entry-1): Don't signal an error when trying to clear a
18572         function that is not set to debug on entry.
18574 2005-03-29  Jay Belanger  <belanger@truman.edu>
18576         * calc/calc-lang.el: Add functions to math-function-table
18577         properties of tex and math.
18579 2005-03-29  Kenichi Handa  <handa@m17n.org>
18581         * ps-mule.el (ps-mule-plot-string): Translate characters by
18582         ps-print-translation-table.
18583         (ps-mule-begin-job): Call find-charset-region/string with
18584         ps-print-translation-table.
18585         (ps-mule-printable-p): Return t if CHARSET is ascii or latin-iso8859-1.
18587         * ps-print.el (ps-print-translation-table): New variable.
18588         (ps-plot-region): Translate characters by ps-print-translation-table.
18590 2005-03-29  Juri Linkov  <juri@jurta.org>
18592         * simple.el (next-error-highlight-timer): New variable.
18594         * progmodes/compile.el (compilation-goto-locus):
18595         Use `next-error-highlight-timer' instead of `sit-for'.
18597 2005-03-28  Stefan Monnier  <monnier@iro.umontreal.ca>
18599         * mail/supercite.el (sc-mail-field): Use assoc-string.
18600         (sc-get-address): Simplify regexps.
18602         * files.el (minibuffer-with-setup-hook): New macro.
18603         (find-file-read-args): Use it to avoid let-binding
18604         minibuffer-with-setup-hook (which breaks turning on/off
18605         file-name-shadow-mode while in the prompt).
18607         * complete.el (PC-read-include-file-name-internal):
18608         Use test-completion.
18610 2005-03-28  Luc Teirlinck  <teirllm@auburn.edu>
18612         * font-lock.el: Bind `font-lock-fontify-block' to M-o M-o.
18614 2005-03-28  Stefan Monnier  <monnier@iro.umontreal.ca>
18616         * window.el (window-buffer-height): Use count-screen-lines.
18618         * progmodes/python.el (python-preoutput-leftover): New var.
18619         (python-preoutput-filter): Use it.
18620         (python-send-receive): Loop until all the result has been received.
18622 2005-03-28  Juri Linkov  <juri@jurta.org>
18624         * dired.el (dired-mode-map): Add ellipsis to "Compare directories".
18626         * menu-bar.el (menu-bar-file-menu): Remove ellipsis from
18627         "Recover Crashed Session".
18628         (menu-bar-search-menu): Add ellipsis to "Search tagged files".
18629         (menu-bar-replace-menu): Add ellipsis to "Replace in tagged files".
18630         (menu-bar-goto-menu): Add ellipsis to "Set Tags File Name".
18631         (menu-bar-goto-menu): Add ellipsis to "Tags Apropos".
18632         (menu-bar-options-menu): Add ellipsis to "Set Font/Fontset".
18633         (menu-bar-manuals-menu): Add ellipsis to "Find Command in Manual".
18634         (menu-bar-manuals-menu): Add ellipsis to "Find Key in Manual".
18635         (menu-bar-help-menu): Remove ellipsis from "Find Emacs Packages".
18637         * ediff-hook.el (menu-bar-ediff-misc-menu, ediff-misc-menu):
18638         Remove ellipsis from "Ediff Manual", "Customize Ediff", "List
18639         Ediff Sessions", "Toggle use of separate control buffer frame",
18640         "Use separate frame for Ediff control buffer".
18642         * bookmark.el (menu-bar-bookmark-map): Add ellipsis to "Jump to
18643         Bookmark", "Set Bookmark", "Insert Contents", "Insert Location",
18644         "Rename Bookmark", "Delete Bookmark".
18646         * info.el (Info-mode-menu): Remove ellipsis from "Index".
18647         Add ellipsis to "Lookup a String", "Lookup a string in all indices".
18648         Add `:active Info-index-alternatives' to "Next Matching Item".
18650         * wdired.el (wdired-change-to-wdired-mode):
18651         Mention `wdired-abort-changes' key in the initial message.
18653         * international/mule.el (auto-coding-alist): Associate non-ascii
18654         image filename extensions with `no-conversion'.
18656 2005-03-27  Stefan Monnier  <monnier@iro.umontreal.ca>
18658         * international/iso-acc.el:
18659         * obsolete/iso-acc.el: Move iso-acc to the obsolete subdir.
18661 2005-03-26  Luc Teirlinck  <teirllm@auburn.edu>
18663         * textmodes/sgml-mode.el (html-mode): Doc update.
18665         * autorevert.el (auto-revert-check-vc-info): Minor doc fix.
18667 2005-03-26  Dan Nicolaescu  <dann@ics.uci.edu>
18669         * term.el (term-move-columns): Fix face after extending a line.
18670         (term-insert-spaces): Likewise.
18671         (term-reset-terminal): Fix off by one error.
18673 2005-03-26  Eli Zaretskii  <eliz@gnu.org>
18675         * international/mule.el (auto-coding-alist): Add .xpi files.
18677         * files.el (auto-mode-alist): Add .xpi files.
18679 2005-03-26  Jure Cuhalev  <gandalf@owca.info>  (tiny change)
18681         * textmodes/ispell.el (ispell-dictionary-alist-6): Add slovenian.
18683 2005-03-26  Eli Zaretskii  <eliz@gnu.org>
18685         * term/bobcat.el: Don't use keyswap.el, since it is now obsolete.
18687 2005-03-26  Glenn Morris  <gmorris@ast.cam.ac.uk>
18689         * calendar/cal-menu.el (top level): Delete local C-down-mouse-3
18690         binding.  Suggested by Stephan Stahl <stahl@eos.franken.de>.
18692         * calendar/cal-move.el (calendar-beginning-of-year): Move the
18693         cursor to Jan 1 when needed.
18694         (calendar-end-of-year): Fix -/+ typo.
18695         Reported by Chong Yidong <cyd@stupidchicken.com>.
18697 2005-03-26  Stefan Monnier  <monnier@iro.umontreal.ca>
18699         * progmodes/flymake.el (flymake-mode): Add autoload cookie.
18701         * emacs-lisp/debug.el (debugger-record-expression): Add a missing
18702         format to `message'.  Inspired by Deepak Goel <deego@gnufans.org>.
18704 2005-03-25  Richard M. Stallman  <rms@gnu.org>
18706         * filesets.el (filesets-init): Add autoload.
18708         * mail/mailalias.el (mail-directory): Doc fix.
18710 2005-03-25  Frederik Fouvry  <fouvry@CoLi.Uni-SB.DE>
18712         * mail/mailalias.el (mail-directory-process): Do nothing if
18713         mail-directory-process is an atom.
18714         (mail-get-names): Ignore mail-directory-names if it is an atom.
18715         (mail-directory-process defvar): Doc fix.
18716         (mail-names): Doc fix.
18718 2005-03-25  Johan Bockg\e,Ae\e(Brd  <bojohan+mail@dd.chalmers.se>  (tiny change)
18720         * textmodes/flyspell.el (mail-mode-flyspell-verify): Fix regexp syntax.
18722 2005-03-26  Kenichi Handa  <handa@m17n.org>
18724         * international/mule-util.el (detect-coding-with-priority):
18725         Call update-coding-systems-internal before detect-coding-region.
18727 2005-03-26  Nick Roberts  <nickrob@snap.net.nz>
18729         * progmodes/gdb-ui.el (gdb-breakpoints-mode-map)
18730         (gdb-frames-mode-map): Add follow-link property.
18732 2005-03-25  Jay Belanger  <belanger@truman.edu>
18734         * calc/calcalg2.el (calc-solve-for): Use "Variable(s)" to prompt
18735         for variables.
18737 2005-03-25  Juri Linkov  <juri@jurta.org>
18739         * image-mode.el: Optimize image filename extension regexps in
18740         autoload cookies.  Associate .x[bp]m with `image-mode-maybe'
18741         in `auto-mode-alist'.
18742         (image-mode): Add `image-toggle-display-text' to local hook
18743         `change-major-mode-hook'.  Display the image as an image by
18744         default.  Set `cursor-type' and `truncate-lines' if the image
18745         is already displayed.  Take into account the current mode (image
18746         or text) in message.
18747         (image-minor-mode): New minor mode.
18748         (image-mode-maybe, image-toggle-display-text): New functions.
18749         (image-toggle-display): Use called-interactively-p.
18750         Let-bind `inhibit-read-only' to t.
18752         * image-mode.el (image-minor-mode): Set `cursor-type' and
18753         `truncate-lines' if the image is already displayed.  Add turning
18754         image-minor-mode off to `change-major-mode-hook'.  Add message.
18755         Call `image-toggle-display-text' after turning image-minor-mode off.
18757 2005-03-25  Stefan Monnier  <monnier@iro.umontreal.ca>
18759         * international/mule-cmds.el (set-locale-environment): For Mac OS X's
18760         Terminal.app, use utf-8.
18761         (set-display-table-and-terminal-coding-system): Add coding-system arg.
18762         (set-locale-environment): Use it.
18764         * term/xterm.el: Undo last change, better done in mule-cmds.el.
18766         * emacs-lisp/rx.el (rx-constituents): Add symbol-start and symbol-end.
18768         * progmodes/python.el (python-close-block-statement-p)
18769         (python-outdent-p, python-current-defun): Use symbol-end.
18771 2005-03-25  Karl Chen  <quarl@cs.berkeley.edu>  (tiny change)
18773         * files.el (save-some-buffers): Doc fix.
18775 2005-03-25  Werner Lemberg  <wl@gnu.org>
18777         * complete.el, thumbs.el: Replace `legal' with `valid'.
18778         * calendar/calendar.el: Replace `legal' with `valid'.
18779         * emacs-lisp/advice.el: Replace `legal' with `valid'.
18780         * mail/supercite.el: Replace `legal' with `valid'.
18781         * progmodes/cperl-mode.el, progmodes/idlw-shell.el
18782         * progmodes/idlwave.el, progmodes/vhdl-mode.el:
18783         Replace `legal' with `valid'.
18784         * textmodes/reftex-vars.el, textmodes/reftex.el:
18785         Replace `legal' with `valid'.
18787 2005-03-25  Werner Lemberg  <wl@gnu.org>
18789         * calc/calc-forms.el, calc/calc-sel.el
18790         * midnight.el, vc-cvs.el
18791         * emacs-lisp/cl-macs.el
18792         * emulation/vip.el
18793         * eshell/esh-io.el, eshell/esh-var.el
18794         * mail/supercite.el
18795         * progmodes/ebnf-abn.el, progmodes/ebnf-bnf.el
18796         * progmodes/ebnf-ebx.el, progmodes/ebnf-dtd.el, progmodes/ebnf-iso.el
18797         * progmodes/ebnf-yac.el, progmodes/ebnf2ps.el, progmodes/idlwave.el
18798         * progmodes/sh-script.el, progmodes/xscheme.el
18799         * textmodes/refbib.el, textmodes/refer.el, textmodes/reftex-cite.el
18800         * textmodes/reftex-index.el, textmodes/reftex-parse.el
18801         * textmodes/reftex-ref.el, textmodes/reftex-vars.el
18802         * textmodes/reftex.el, textmodes/org.el:
18803         Replace `illegal' with `invalid'.
18805 2005-03-24  Stefan Monnier  <monnier@iro.umontreal.ca>
18807         * progmodes/flymake.el (flymake-get-file-name-mode-and-masks)
18808         (flymake-find-buildfile, flymake-find-possible-master-files)
18809         (flymake-check-include, flymake-parse-line): Replace loops over the
18810         length of lists, by loops over lists, to remove silly O(n\e,A2\e(B) behavior.
18812         * progmodes/flymake.el (flymake-ensure-ends-with-slash): Remove.
18813         Substitute file-name-as-directory in the rest of the file.
18814         (flymake-get-common-file-prefix): Rewrite, using compare-strings.
18815         (flymake-replace-region): Remove unused arg `buffer'.
18816         (flymake-check-patch-master-file-buffer): Update calls to it.
18817         (flymake-add-err-info): Remove unused var `count'.
18818         (flymake-mode): Use define-minor-mode.
18820         * progmodes/flymake.el: Use with-current-buffer.
18821         (flymake-float-time, flymake-get-temp-dir, flymake-line-end-position)
18822         flymake-replace-regexp-in-string, flymake-line-beginning-position)
18823         (flymake-popup-menu, flymake-current-row, flymake-selected-frame):
18824         Avoid testing for `xemacs'.
18825         (flymake-nop): Move.
18826         (flymake-region-has-flymake-overlays): Return the computed value.
18827         (flymake-reformat-err-line-patterns-from-compile-el): Use dolist.
18828         Remove unused var `endline'.
18829         (flymake-get-line-count): Remove unused function.
18830         (flymake-display-err-menu-for-current-line): Unused var move-mouse-pos.
18832         * emulation/vi.el:
18833         * generic.el:
18834         * hilit-chg.el (global-highlight-changes):
18835         * hi-lock.el (hi-lock-mode):
18836         * follow.el: find-file-hooks -> find-file-hook.
18838         * comint.el (comint-insert-input): Obey mouse-yank-at-point.
18840 2005-03-24  Juri Linkov  <juri@jurta.org>
18842         * dired.el (dired-mode-map): Add menu item "Compare directories"
18843         for dired-compare-directories.
18845         * dired-aux.el (dired-compare-directories): Add autoload cookie.
18846         Doc fix.  Replace `read-file-name' with `read-directory-name'.
18848 2005-03-24  Stefan Monnier  <monnier@iro.umontreal.ca>
18850         * term/xterm.el: If running in Terminal.app set coding-system to utf-8.
18852 2005-03-24  Jay Belanger  <belanger@truman.edu>
18854         * calc/calc-embed.el (calc-embedded-mode-change): Save all
18855         relevant mode settings in calc-embedded-original-modes when modes
18856         are permanently changed.
18858 2005-03-24  Stefan Monnier  <monnier@iro.umontreal.ca>
18860         * autoinsert.el: find-file-hooks -> find-file-hook.
18862 2005-03-24  Lute Kamstra  <lute@gnu.org>
18864         * generic.el (generic-font-lock-defaults): Make it obsolete.
18865         (generic-font-lock-keywords): New variable to replace
18866         generic-font-lock-defaults.
18867         (generic-mode-set-font-lock): Delete it.
18868         (generic-mode-internal): Don't call generic-mode-set-font-lock.
18869         (generic-bracket-support): Add docstring.
18871         * generic-x.el: Rename generic-font-lock-defaults to
18872         generic-font-lock-keywords throughout.
18873         (mailagent-rules-setup-function): Delete it.
18874         (mailagent-rules-generic-mode): Use anonymous function instead.
18875         (show-tabs-generic-mode-font-lock-defaults-1)
18876         (show-tabs-generic-mode-font-lock-defaults-2): Make them constants.
18877         Quote faces.
18878         (show-tabs-tab-face, show-tabs-space-face): Specify background,
18879         not foreground.
18881         * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
18882         Recognize define-generic-mode.
18884 2005-03-23  Stefan Monnier  <monnier@iro.umontreal.ca>
18886         * icomplete.el (icomplete-simple-completing-p): Don't turn on icomplete
18887         if there's no completion table.
18889 2005-03-23  Miles Bader  <miles@gnu.org>
18891         * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
18892         Remove tty-specific variants, as they're no longer needed.
18894 2005-03-23  Lute Kamstra  <lute@gnu.org>
18896         * generic-x.el: Code cleanup: make args constant whenever possible.
18897         (installshield-statement-keyword-list)
18898         (installshield-system-functions-list)
18899         (installshield-system-variables-list, installshield-types-list)
18900         (installshield-funarg-constants-list): Make them constants.
18902         * generic.el (generic-make-keywords-list): Add autoload cookie.
18904         * calendar/time-date.el: Add comment on time value formats.
18905         Don't require parse-time.
18906         (with-decoded-time-value): New macro.
18907         (encode-time-value): New function.
18908         (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
18909         (days-to-time): Return a valid time value when arg is huge.
18910         (time-since): Use time-subtract.
18911         (time-to-number-of-days): Use time-to-seconds.
18913 2005-03-23  David Ponce  <david@dponce.com>
18915         * recentf.el (recentf-keep): New option.
18916         (recentf-menu-action): Default to `find-file'.
18917         (recentf-keep-non-readable-files-flag)
18918         (recentf-keep-non-readable-files-p)
18919         (recentf-file-readable-p, recentf-find-file)
18920         (recentf-cleanup-remote): Remove.
18921         (recentf-include-p): More robust.
18922         (recentf-keep-p): New function.
18923         (recentf-remove-if-non-kept): Rename from
18924         `recentf-remove-if-non-readable'.  Use `recentf-keep-p'.
18925         All callers updated.
18926         (recentf-menu-items-for-commands): Fix help string.
18927         (recentf-track-closed-file): Update.  Doc fix.
18928         (recentf-cleanup): Update.  Count removed files.  Doc fix.
18930 2005-03-23  Kim F. Storm  <storm@cua.dk>
18932         * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
18933         Don't inherit from fringe face (now happens automatically).
18935 2005-03-22  Kim F. Storm  <storm@cua.dk>
18937         * tooltip.el (tooltip-show-help-function): Ignore negative mouse
18938         position values.
18940 2005-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
18942         * menu-bar.el (showhide-date-time): Remove.
18943         (menu-bar-showhide-menu): Use menu-bar-make-mm-toggle.
18944         (menu-bar-make-mm-toggle): Simplify.
18946 2005-03-22  JUAN-LEON Lahoz Garcia  <juanleon1@gmail.com>
18948         * progmodes/perl-mode.el (perl-font-lock-keywords-2):
18949         Accept qualified variable and function names.
18951 2005-03-22  Thien-Thi Nguyen  <ttn@gnu.org>
18953         * bindings.el (completion-ignored-extensions):
18954         Remove ".lis" for `vax-vms'.
18956 2005-03-22  Andreas Schwab  <schwab@suse.de>
18958         * generic-x.el: Revert last change.
18959         * ldefs-boot.el: Update.
18961 2005-03-22  Jay Belanger  <belanger@truman.edu>
18963         * calc/calc-embed.el (calc-embedded-original-modes): New variable.
18964         (calc-embedded-save-original-modes)
18965         (calc-embedded-restore-original-modes): New functions.
18966         (calc-do-embedded): Save original modes when entering embedded mode
18967         and restore when leaving embedded mode.
18968         (calc-embedded-modes-change): Change the value of
18969         calc-embedded-original-modes to reflect permanent changes.
18971 2005-03-22  Lute Kamstra  <lute@gnu.org>
18973         * generic-x.el: Require generic again.
18975 2005-03-22  Miles Bader  <miles@gnu.org>
18977         * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
18978         Tweak details to look good on both ttys and bitmap displays, light
18979         or dark background, etc.
18981 2005-03-21  Kim F. Storm  <storm@cua.dk>
18983         * tooltip.el (tooltip-show-help-function): Check car and cdr of
18984         mouse position.
18986 2005-03-21  Stefan Monnier  <monnier@iro.umontreal.ca>
18988         * icomplete.el: Don't forcibly turn on the mode upon load.
18989         (icomplete-mode): Use define-minor-mode.
18990         (icomplete-eoinput): Default to nil.
18991         (icomplete-minibuffer-setup): Remove autoload.
18992         (icomplete-tidy): Simplify.
18993         (icomplete-exhibit): Use buffer-undo-list to determine if we're still
18994         in the initial state or if the user has modified the field.
18995         Fix handling of icomplete-max-delay-chars.
18996         Remove code that handles the oddball case where
18997         minibuffer-completion-table is an integer.
18998         Wrap icomplete-completions in while-no-input in case building
18999         completions takes more time than expected.
19000         (icomplete-completions): Simplify.
19002 2005-03-21  Richard M. Stallman  <rms@gnu.org>
19004         * jka-compr.el (jka-compr-really-do-compress):
19005         Make variable buffer-local.
19007         * image-mode.el: Handle .xpm files too.
19008         (image-toggle-display): Preserve modification flag.
19010         * help.el (where-is): Don't mention aliases with no key bindings.
19012 2005-03-21  Lute Kamstra  <lute@gnu.org>
19014         * generic.el: Fix commentary section.  Don't require cl for
19015         compilation.
19016         (generic-mode-list): Add autoload cookie.
19017         (generic-use-find-file-hook, generic-lines-to-scan)
19018         (generic-find-file-regexp, generic-ignore-files-regexp)
19019         (generic-mode, generic-mode-find-file-hook)
19020         (generic-mode-ini-file-find-file-hook): Fix docstrings.
19021         (define-generic-mode): Make it a defmacro.  Fix docstring.
19022         (generic-mode-internal): Code cleanup.  Add autoload cookie.
19023         (generic-mode-set-comments): Code cleanup.
19024         * generic-x.el: Don't prevent compilation.  Don't require generic.
19025         Follow coding conventions.  Minor code cleanup.
19026         (etc-fstab-generic-mode): Add some keywords.
19027         * font-lock.el (lisp-font-lock-keywords-1): Font lock a call to
19028         define-generic-mode like a function declaration.
19030 2005-03-21  Jay Belanger  <belanger@truman.edu>
19032         * calc/calc-embed.el (calc-do-embedded): Put data on stack before
19033         changing modes.
19035 2005-03-21  Sam Steingold  <sds@gnu.org>
19037         * add-log.el (add-log-current-defun): Support more C DEFUN forms.
19039 2005-03-21  Thien-Thi Nguyen  <ttn@gnu.org>
19041         * progmodes/dcl-mode.el (dcl-font-lock-keywords):
19042         Add underscore to "f$ lexicals" regexp.
19044 2005-03-20  Juri Linkov  <juri@jurta.org>
19046         * subr.el (progress-reporter-do-update): When `min-value' is equal
19047         to `max-value', set `percentage' to 0 and prevent division by zero.
19049 2005-03-20  Michael Albinus  <michael.albinus@gmx.de>
19051         Sync with Tramp 2.0.48.
19053         * net/tramp.el (all): Change all addresses to .gnu.org.
19054         (tramp-append-tramp-buffers): New defun.
19055         (tramp-bug): Apply `tramp-append-tramp-buffers' as post-hook.
19056         Catch `dont-send' signal.
19057         (tramp-set-auto-save-file-modes): Set always permissions, because
19058         there might be an old auto-saved file belonging to another
19059         original file.  This could be a security threat.  Reported by
19060         Kjetil Kjernsmo <kjetil@kjernsmo.net>.
19061         Check for Emacs 21.3.50 removed.
19063         * net/tramp-smb.el (all): Remove debug construct for
19064         `with-parsed-tramp-file-name'.
19065         (tramp-smb-prompt): Prompt can contain spaces inside directory names.
19066         (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file):
19067         No error message if DIRECTORY or FILENAME doesn't exist.
19068         (tramp-smb-open-connection): Check existence of
19069         `tramp-smb-program'.
19071 2005-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
19073         * progmodes/perl-mode.el (perl-font-lock-syntactic-face-function):
19074         Properly handle the case where the `m' or `s' command's argument is not
19075         yet terminated.
19076         (perl-indent-new-calculate): New function.
19077         (perl-indent-line): Use it.
19079 2005-03-20  Miles Bader  <miles@gnu.org>
19081         * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Use breakpoint faces
19082         in text-mode too.  Change to new face names.
19083         (breakpoint-enabled): Rename from `breakpoint-enabled-bitmap-face'.
19084         Add `:weight bold' attribute.
19085         (breakpoint-disabled): Rename from `breakpoint-disabled-bitmap-face'.
19087 2005-03-19  Juri Linkov  <juri@jurta.org>
19089         * files.el (auto-mode-alist): Add comment.  Optimize jar/ear/war.
19091         * international/mule.el (auto-coding-alist): Sync with
19092         `auto-mode-alist' by adding upper case archive file extensions
19093         and adding ear/war to jar extension.
19095 2005-03-19  David Casperson  <casper@unbc.ca>  (tiny change)
19097         * textmodes/tex-mode.el (tex-view): If tex-shell process is not
19098         running, restart it.
19100 2005-03-19  Yoichi NAKAYAMA  <yoichi@geiin.org>  (tiny changes)
19102         * finder.el (finder-current-item): Throw an error on an empty line.
19104         * man.el (Man-follow-manual-reference): If current-word returns
19105         nil, use "".
19107 2005-03-19  Matt Hodges  <MPHodges@member.fsf.org>
19109         * simple.el (goto-line): Doc fix.
19111 2005-03-19  Aaron Hawley  <Aaron.Hawley@uvm.edu>  (tiny change)
19113         * files.el (save-buffer): Doc fix.
19115 2005-03-19  Michael R. Mauger  <mmaug@yahoo.com>
19117         * recentf.el (recentf-cleanup-remote): New variable.
19118         (recentf-cleanup): Use it to conditionally check availability of
19119         remote files.
19121 2005-03-19  Joe Edmonds  <joe-bugs-debian-org@elem.com>  (tiny change)
19123         * emacs-lisp/lisp-mode.el (lisp-mode-variables): Recognize `@' in
19124         function names.
19126 2005-03-19  Eli Zaretskii  <eliz@gnu.org>
19128         * language/thai-word.el: New file.
19130 2005-03-19  JUAN-LEON Lahoz Garcia  <juanleon1@gmail.com>
19132         * files.el (backup-buffer): If the file's directory is not
19133         writable, use copy instead of move to backup the file.
19135 2005-03-19  Eli Zaretskii  <eliz@gnu.org>
19137         * obsolete/keyswap.el: Moved to obsolete/ from term/.
19139 2005-03-19  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
19141         * ps-print.el (ps-generate-string-list, ps-generate-header-line):
19142         Use functionp instead of symbolp and fboundp.  Reported by Drkm
19143         <darkman_spam@yahoo.fr>.
19144         (ps-print-version): New version 6.6.6.
19146 2005-03-18  Tak Ota  <Takaaki.Ota@am.sony.com>
19148         * textmodes/table.el (table--line-column-position): New idiom.
19149         (table--row-column-insertion-point-p): New function to test
19150         validity of row and column insertion operation at a location.
19151         (table-global-menu, table-cell-menu): Use above functions for
19152         deterministic test operation.
19153         (table--editable-cell-p): Behave in deterministic fashion.
19155 2005-03-18  Juri Linkov  <juri@jurta.org>
19157         * isearch.el (isearch-lazy-highlight-new-loop):
19158         Make arguments beg and end optional.
19159         (isearch-update): Remove optional arguments nil from
19160         isearch-lazy-highlight-new-loop.
19161         (isearch-lazy-highlight-search): Let-bind case-fold-search to
19162         isearch-lazy-highlight-case-fold-search instead of
19163         isearch-case-fold-search, and let-bind isearch-regexp to
19164         isearch-lazy-highlight-regexp.
19165         Use isearch-lazy-highlight-last-string instead of isearch-string.
19167         * replace.el (perform-replace): Remove bindings of global
19168         variables isearch-string, isearch-regexp, isearch-case-fold-search.
19169         Add three new arguments to `replace-highlight'.
19170         (replace-highlight): Add arguments string, regexp, case-fold.
19171         Let-bind isearch-string, isearch-regexp, isearch-case-fold-search
19172         to allow isearch-lazy-highlight-new-loop to use these values
19173         to set corresponding isearch-lazy-highlight-* internal
19174         variables whose values lazy highlighting will use regardless of
19175         changes to global variables isearch-string, isearch-regexp,
19176         isearch-case-fold-search during lazy highlighting loop.
19177         (replace-dehighlight): Rename `isearch-lazy-highlight-cleanup'
19178         to `lazy-highlight-cleanup'.
19180         * textmodes/ispell.el (ispell-lazy-highlight): New defcustom.
19181         (ispell-highlight-face): Set default face to `isearch' when
19182         lazy highlighting is enabled.
19183         (ispell-highlight-spelling-error-overlay): Set `ispell-overlay'
19184         priority to 1.  Add lazy highlighting.
19185         (ispell-highlight-spelling-error-xemacs): Remove obsolete arg
19186         from `isearch-dehighlight'.
19188 2005-03-18  David Ponce  <david@dponce.com>
19190         * files.el (hack-local-variables): Do a case-insensitive search
19191         for End.
19193 2005-03-18  Juri Linkov  <juri@jurta.org>
19195         * isearch.el (lazy-highlight-cleanup) <command>: Rename from
19196         `isearch-lazy-highlight-cleanup', add alias to old name and
19197         declare obsolete.  Add release numbers to other obsolete vars.
19198         (isearch-done, isearch-lazy-highlight-new-loop):
19199         Rename `isearch-lazy-highlight-cleanup' to `lazy-highlight-cleanup'.
19200         (lazy-highlight-cleanup) <variable>: Doc fix.
19201         (isearch-lazy-highlight-update): Rename obsolete
19202         `isearch-lazy-highlight-face' to `lazy-highlight-face'.
19204 2005-03-18  Kenichi Handa  <handa@m17n.org>
19206         * language/thai-util.el: Fix categorization of Thai characters in
19207         thai-category-table.
19208         (thai-composition-pattern): Adjust it for the above change.
19209         (thai-self-insert-command, thai-compose-syllable): New functions.
19210         (thai-compose-region): Use thai-compose-syllable.
19211         (thai-compose-string): Likewise.
19212         (thai-composition-function): Likewise.
19213         (thai-auto-composition): New function.
19214         (thai-auto-composition-mode): New minor mode.
19216         * language/thai.el: Fix patterns to be registered in
19217         composition-function-table.
19219         * international/quail.el (quail-input-method): Locally bind
19220         inhibit-modification-hooks to t.
19222 2005-03-17  Richard M. Stallman  <rms@gnu.org>
19224         * progmodes/perl-mode.el (perl-mode-hook): Defvar it.
19225         (perl-mode): Use run-mode-hooks.
19227         * mail/rmail.el (rmail-movemail-program, rmail-pop-password)
19228         (rmail-pop-password-required, rmail-remote-password): Doc fixes.
19229         (rmail-preserve-inbox, rmail-probe, rmail-autodetect): Doc fix.
19231         * mail/sendmail.el (sendmail-send-it): Reenable the code
19232         to compute resend-to-address and use it.
19234         * tar-mode.el (tar-mode): Turn off undo unconditionally.
19236         * image-mode.el: New file.
19238         * image.el (insert-sliced-image): Add autoload cookie.
19240         * font-lock.el (font-lock-lines-before): New user option.
19241         (font-lock-after-change-function): Obey it.
19243         * bindings.el (esc-map): Make M-g a prefix.
19244         Bind M-g g and M-g M-g to goto-line.
19246         * faces.el (face-id): Doc fix.
19248 2005-03-17  Frederik Fouvry  <fouvry@CoLi.Uni-SB.DE>
19250         * mail/rmail.el (rmail-unknown-mail-followup-to): New function.
19251         (rmail-show-message): Use rmail-unknown-mail-followup-to.
19252         (rmail-reply): Recognize Mail-Followup-To and Mail-Reply-To headers.
19254         * mail/sendmail.el (mail-yank-ignored-headers)
19255         (mail-font-lock-keywords, mail-mode-fill-paragraph):
19256         Add Mail-Followup-To and Mail-Reply-To headers.
19257         (mail-citation-hook): Add autoload cookie.
19258         (mail-mode): Doc fix.
19259         (mail-mode-map): Bind mail-mail-followup-to and mail-mail-reply-to.
19260         (mail-send): Compute Mail-Followup-To and Mail-Reply-To headers.
19261         (mail-mode-fill-paragraph): Handle those headers.
19262         (mail-mailing-lists): New variable.
19263         (mail-mail-reply-to, mail-mail-followup-to): New functions.
19265 2005-03-17  Juri Linkov  <juri@jurta.org>
19267         * isearch.el (isearch-fallback): Check for `(car previous)'
19268         before calling `isearch-other-end-state'.
19270 2005-03-17  Kim F. Storm  <storm@cua.dk>
19272         * simple.el (move-beginning-of-line): Move to beginning of buffer
19273         line, as well as beginning of screen line.
19275 2005-03-16  Glenn Morris  <gmorris@ast.cam.ac.uk>
19277         * calendar/diary-lib.el (mark-diary-entries): Use new optional
19278         argument REDRAW rather than calendar-redrawing variable.
19279         * calendar/calendar.el (calendar-redrawing): Delete.
19280         (redraw-calendar): Do not bind calendar-redrawing.
19282 2005-03-16  Matt Hodges  <MPHodges@member.fsf.org>
19284         * calendar/diary-lib.el (diary-redraw-calendar): Preserve point in
19285         diary-file buffer.
19287 2005-03-16  Stefan Monnier  <monnier@iro.umontreal.ca>
19289         * help.el (describe-mode): Allow a :minor-mode-function property to
19290         specify a different minor mode toggle function than the variable.
19291         * simple.el (auto-fill-function):
19292         * subr.el (add-minor-mode): Use it.
19294 2005-03-16  Kenichi Handa  <handa@m17n.org>
19296         * language/ethio-util.el (sera-being-called-by-w3): New variable.
19297         (ethio-sera-to-fidel-ethio): Check also sera-being-called-by-w3.
19298         (ethio-fidel-to-sera-buffer): Likewise.
19300 2005-03-16  Juri Linkov  <juri@jurta.org>
19302         * emacs-lisp/find-func.el (find-function-regexp):
19303         Add defun-emitting macro `menu-bar-make-toggle'.
19305         * isearch.el: Put `isearch-scroll' property to
19306         `split-window-horizontally'.
19308         * info.el: Update error messages for `debug-ignored-errors'.
19309         (Info-isearch-search): Doc fix.
19310         (Info-find-node): Move up code to go into info buffer before
19311         recording the node to the history.
19312         (Info-fontify-node): Fontify titles only if the next line
19313         has two or more `*', `=', `-', `.'.
19314         Display "go to this node" for empty (match-string 3).
19316 2005-03-16  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
19318         * term/mac-win.el: Add mouse pointer shape constants.
19320 2005-03-15  Kim F. Storm  <storm@cua.dk>
19322         * simple.el (move-beginning-of-line): Use vertical-motion.
19324 2005-03-15  Juri Linkov  <juri@jurta.org>
19326         * isearch.el (isearch-error): New variable.
19327         (isearch-invalid-regexp, isearch-within-brackets): Remove.
19328         (isearch-error-state): Rename from `isearch-invalid-regexp-state'.
19329         (isearch-within-brackets-state): Remove.
19330         (isearch-case-fold-search-state, isearch-pop-fun-state):
19331         Decrease frame index.
19332         (isearch-mode, isearch-top-state, isearch-push-state)
19333         (isearch-edit-string, isearch-abort, isearch-search-and-update)
19334         (isearch-fallback, isearch-message-prefix, isearch-message-suffix)
19335         (isearch-search, isearch-lazy-highlight-new-loop):
19336         Replace `isearch-invalid-regexp' with `isearch-error'.
19337         Remove `isearch-within-brackets'.
19338         (isearch-search): Add `search-failed' handler to `condition-case'.
19339         (isearch-lazy-highlight-search): Add `condition-case' to catch
19340         errors and allow `isearch-lazy-highlight-update' to try
19341         highlighting from the beginning of the window.
19342         (isearch-repeat): Move up code to set isearch-wrapped to t
19343         before calling isearch-wrap-function.
19345         * info.el (Info-isearch-initial-node): New internal variable.
19346         (Info-search): Signal an error in isearch mode when search leaves
19347         the initial node.  Signal an error when `bound' is non-nil and
19348         nothing was found in the current subfile.
19349         (Info-isearch-search): Remove `condition-case'.
19350         (Info-isearch-wrap): Don't wrap when search failed during leaving
19351         the initial node.  If `Info-isearch-search' is nil, wrap around
19352         the current node.
19353         (Info-isearch-start): New fun.
19354         (Info-mode): Add buffer-local hook `Info-isearch-start' to
19355         `isearch-mode-hook'.
19357 2005-03-15  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
19359         * simple.el (normal-erase-is-backspace): Set default to t if
19360         running on Mac.
19362         * term/mac-win.el (function-key-map): Sync with x-win.el.
19364 2005-03-15  Kenichi Handa  <handa@m17n.org>
19366         * international/mule-cmds.el (locale-language-names): Modify the
19367         format of elements and add more entries.
19368         (locale-preferred-coding-systems): Add more entries.
19369         (set-locale-environment): Adjust for the change of
19370         locale-language-names.
19372 2005-03-14  Stefan Monnier  <monnier@iro.umontreal.ca>
19374         * pcvs.el (smerge-ediff): Remove bogus autoload.
19376 2005-03-14  Lute Kamstra  <lute@gnu.org>
19378         * emacs-lisp/debug.el (debugger-make-xrefs): Docstring fix.
19379         Ignore a `*' at the beginning of a line.
19381         * subr.el (macro-declaration-function): Move to emacs-lisp/byte-run.el.
19382         * emacs-lisp/byte-run.el (macro-declaration-function): Move from
19383         subr.el.
19384         (dont-compile, eval-when-compile, eval-and-compile): Use declare
19385         to specify indentation.
19387         * generic.el (define-generic-mode): Let generic-mode-list be a
19388         list of strings; test membership with equal.
19390 2005-03-14  Kim F. Storm  <storm@cua.dk>
19392         * simple.el (next-line, previous-line): Add optional try-vscroll
19393         arg to recognize interactive use.  Pass it on to line-move.
19394         (line-move): Don't perform auto-window-vscroll when defining or
19395         executing keyboard macro to ensure consistent behavior.
19397 2005-03-13  Stefan Monnier  <monnier@iro.umontreal.ca>
19399         * pcvs-util.el (cvs-string->strings): Strip trailing whitespace.
19401 2005-03-13  Lute Kamstra  <lute@gnu.org>
19403         * emacs-lisp/debug.el (debug): Set debug-on-exit before calling
19404         debugger-setup-buffer so that backtrace marks the frames set to
19405         debug-on-exit and we don't have to do it manually.  Set an extra
19406         debug-on-exit for macro's.
19407         (debugger-setup-buffer): Don't mark the top frame manually.
19409 2005-03-12  Lute Kamstra  <lute@gnu.org>
19411         * emacs-lisp/byte-run.el: Replace lisp-indent-hook with
19412         lisp-indent-function throughout.
19413         (with-no-warnings): Set lisp-indent-function property.
19415 2005-03-12  Thien-Thi Nguyen  <ttn@gnu.org>
19417         * progmodes/dcl-mode.el (dcl-mode-syntax-table):
19418         Add entry for backslash.
19420 2005-03-12  Juri Linkov  <juri@jurta.org>
19422         * info.el (Info-search): Four fixes for backward search.
19424 2005-03-11  Jay Belanger  <belanger@truman.edu>
19426         * calc/calc.el (calc-language-alist): New variable.
19427         * calc/calc-embed.el (calc-embedded-language-alist): Remove.
19428         (calc-embedded-find-modes): Use calc-language-alist instead of
19429         calc-embedded-language-alist.
19431 2005-03-11  Glenn Morris  <gmorris@ast.cam.ac.uk>
19433         * calendar/calendar.el (calendar-redrawing): New internal
19434         variable.
19435         (redraw-calendar): Remove bogus save-excursion from previous
19436         change.  Bind calendar-redrawing to t for mark-diary-entries.
19437         * calendar/diary-lib.el (mark-diary-entries): No need to redraw
19438         calendar if that is why we were called.
19440 2005-03-11  Kenichi Handa  <handa@m17n.org>
19442         * international/mule.el (make-coding-system): Set property
19443         coding-system-define-form to nil.
19444         (define-coding-system-alias): Likewise.
19446 2005-03-11  Kenichi Handa  <handa@m17n.org>
19448         These changes are suggested by Dave Love <fx@gnu.org>.
19450         * textmodes/fill.el: Change encoding to iso-2022-7bit and add
19451         coding: tag.
19452         (adaptive-fill-regexp): Add more bullets.
19453         (fill-french-nobreak-p): Add Latin-1 and Latin-9 guillemets in
19454         regexps.
19456 2005-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
19458         * help.el (describe-mode): Properly handle non-trivial lighters.
19459         Don't ignore minor modes that are not listed in minor-mode-list.
19461         * tooltip.el (tooltip-mode): Don't complain that you can't turn the
19462         feature ON when the user requests to turn it OFF.
19464 2005-03-10  Lute Kamstra  <lute@gnu.org>
19466         * emacs-lisp/debug.el (debug-entry-code): Delete it.
19467         (implement-debug-on-entry): New function to replace debug-entry-code.
19468         (debug-on-entry-1): Use implement-debug-on-entry.  Delete the
19469         second argument as the 2005-03-07 change makes it obsolete.
19470         (debug-on-entry, cancel-debug-on-entry): Update call to
19471         debug-on-entry-1.
19472         (debug, debugger-setup-buffer): Comment update.
19473         (debugger-frame-number): Update to work with implement-debug-on-entry.
19475 2005-03-10  Jay Belanger  <belanger@truman.edu>
19477         * calc/calc-embed.el (math-ms-args): Declare it.
19478         (calc-embedded-eval-expr, calc-embedded-eval-get-var): Use variable
19479         math-ms-args.
19480         (calc-embedded-subst): Use math-multi-subst-rec to substitute
19481         variables.
19483 2005-03-10  Nick Roberts  <nickrob@snap.net.nz>
19485         * progmodes/gdb-ui.el (gdb-var-create-handler, gdb-get-location):
19486         Use message-box.
19488         * tooltip.el (tooltip-mode): Use define-minor-mode and simplify.
19489         (tooltip-activate-mouse-motions-if-enabled): Use dolist.
19490         (tooltip-gud-tips): Simplify.
19491         (tooltip-gud-tips-p): Remove superfluous :set.
19492         (tooltip-gud-modes): Add fortran-mode.
19493         (gdb-tooltip-print): Remove newline for tooltip-use-echo-area.
19495         * bindings.el (mode-line-mode-menu): Add tooltip-mode to mode-line.
19497 2005-03-09  Kim F. Storm  <storm@cua.dk>
19499         * play/animate.el (animate-place-char): Use forward-line instead
19500         of next-line to improve performance.
19502 2005-03-09  Simon Josefsson  <jas@extundo.com>
19504         * net/browse-url.el (browse-url-default-browser): Doc fix.
19506 2005-03-09  Miles Bader  <miles@gnu.org>
19508         * emacs-lisp/bytecomp.el (byte-compile-variable-ref)
19509         (byte-compile-obsolete): Change " since VER" to " (as of Emacs VER)".
19511 2005-03-09  Kenichi Handa  <handa@m17n.org>
19513         * international/latin-1.el: Set case and syntax for 255 only if
19514         set-case-syntax-set-multibyte is nil.
19516         * textmodes/ispell.el (ispell-insert-word): New function.
19517         (ispell-word): Use ispell-insert-word to insert a new word.
19518         (ispell-process-line): Likewise.
19519         (ispell-complete-word): Likewise.
19521 2005-03-09  Glenn Morris  <gmorris@ast.cam.ac.uk>
19523         * calendar/calendar.el (redraw-calendar): Preserve point.
19524         Reported by Matt Hodges <MPHodges@member.fsf.org>.
19525         (calendar-week-start-day): Move after definition of
19526         redraw-calendar.  Delete buffer test, since redraw-calendar has
19527         that now.
19529         * calendar/diary-lib.el (mark-diary-entries): Only call
19530         redraw-calendar in the first of any recursive calls.
19531         Reported by Alan Shutko <ats@acm.org>.
19533 2005-03-08  Juri Linkov  <juri@jurta.org>
19535         * textmodes/sgml-mode.el (sgml-tag, html-tag-alist)
19536         (html-horizontal-rule, html-line, html-image, html-checkboxes)
19537         (html-radio-buttons): Add a space before the trailing `/>' where
19538         sgml-xml-mode is non-nil.
19539         (sgml-delete-tag): Check if the tag ends with `/>' to not delete
19540         the subsequent tag of the empty XML tag.
19541         (html-href-anchor): Don't set initial input to "http:".
19542         (html-image): Ask for the image URL and set point inside alt="".
19543         (html-name-anchor): Duplicate the name in the `id' attribute when
19544         sgml-xml-mode is non-nil.
19545         (html-paragraph): Remove \n before <p>.
19546         (html-checkboxes, html-radio-buttons): Insert `checked="checked"'
19547         instead of `checked' when sgml-xml-mode is non-nil.
19549         * facemenu.el (list-colors-print): Print #RRGGBB in default face.
19550         Remove 1 space before #RRGGBB to not truncate it on terminal
19551         windows w/o fringes.  Remove 1 space between bg and fg examples
19552         to get more space.
19553         (list-colors-duplicates): Replace `and' with `if' for `boundp' to
19554         avoid byte-compile warnings.
19556         * image-file.el (image-file-handler): Put `safe-magic' property to
19557         `image-file-handler'.
19559         * info.el (Info-isearch-search): Emulate word search in
19560         isearching through multiple Info nodes with Info-search.
19561         (Info-isearch-wrap): Allow isearch-word.
19563 2005-03-08  Lute Kamstra  <lute@gnu.org>
19565         * emacs-lisp/debug.el (debugger-step-through): Make sure that
19566         stepping into the debugger's code is not possible.
19567         (debugger-jumping-flag): Docstring update.
19569 2005-03-08  Jay Belanger  <belanger@truman.edu>
19571         * calc/calc-embed.el (calc-do-embedded): Reset mode line when
19572         embedded mode begins.
19573         (calc-embedded-language-alist): New variable.
19574         (calc-embedded-find-modes): Use calc-embedded-language-alist to
19575         set default language mode.
19577 2005-03-08  Kenichi Handa  <handa@m17n.org>
19579         * international/ccl.el (define-ccl-program): Fix docstring about
19580         extra 256 bytes assured for the output buffer.
19582         * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
19583         Fix BUFFER_MAGNIFICATION to 2.
19584         (ccl-encode-mule-utf-16be-with-signature): Likewise.
19586 2005-03-07  Karl Chen  <quarl@cs.berkeley.edu>
19588         * align.el (align-rules-list): Added an alignment rule for CSS
19589         declarations (applies to css-mode and html-mode buffers).
19591 2005-03-07  Stefan Monnier  <monnier@iro.umontreal.ca>
19593         * emacs-lisp/debug.el (debug-on-entry-1): Fix handling of macros.
19595 2005-03-07  Kim F. Storm  <storm@cua.dk>
19597         * simple.el (move-beginning-of-line): New command.
19599         * bindings.el (global-map): Bind C-a to move-beginning-of-line.
19601         * reveal.el (reveal-mode-map): Bind C-a to beginning-of-line.
19603         * emulation/cua-base.el: Put CUA move property on move-end-of-line
19604         and move-beginning-of-line.
19606         * apropos.el (apropos-print): Omit command from M-x ... RET.
19608 2005-03-07  Nick Roberts  <nickrob@snap.net.nz>
19610         * progmodes/gdb-ui.el (gdb-var-create-handler): Handle just MI case.
19611         (gdb-send, gdb-send-item): Log items sent from gdb-send too.
19613 2005-03-06  Richard M. Stallman  <rms@gnu.org>
19615         * bindings.el (esc-map): Bind M-g to goto-line.
19617         * facemenu.el (global-map): Bind M-o, not M-g.
19619 2005-03-06  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
19621         * menu-bar.el (menu-bar-file-menu): Add the same :enable to
19622         "Open Directory" as for "Open File".
19624 2005-03-06  Chong Yidong  <cyd@stupidchicken.com>
19626         * simple.el (activate-mark-hook, deactivate-mark-hook): Add defvars.
19627         (push-mark-command): Run activate-mark-hook.
19629 2005-03-06  Richard M. Stallman  <rms@gnu.org>
19631         * help-mode.el (help-mode-finish): Don't alter the element
19632         in view-return-to-alist if there already is one.
19634         * jit-lock.el (jit-lock-stealth-fontify): When calling sit-for,
19635         make sure the current buffer is the expected one.
19637         * novice.el (disabled-command-function): Output in *Disabled Command*.
19638         Explicitly ignore non-keyboard events, and explicitly handle C-g.
19640         * textmodes/flyspell.el (flyspell-large-region):
19641         Pass args differently for aspell.
19643         * files.el (mode-require-final-newline): Doc fix.
19645 2005-03-03  Stephan Stahl  <stahl@eos.franken.de>  (tiny change)
19647         * progmodes/which-func.el (which-function):
19648         Specify NOERROR when calling imenu--make-index-alist.
19650 2005-03-05  Stefan Monnier  <monnier@iro.umontreal.ca>
19652         * simple.el (normal-erase-is-backspace): Define default value.
19654         * custom.el (custom-theme-set-variables): Remove unused var
19655         `immediate'.
19656         (custom-reevaluate-setting): Simple function to handle variables
19657         that are defined before their default value can really be
19658         computed.
19660         * startup.el (command-line): Use it for temporary-file-directory,
19661         small-emporary-file-directory, auto-save-file-name-transforms,
19662         blink-cursor-mode, and normal-erase-is-backspace.
19664         * font-lock.el (font-lock-fontify-keywords-region): Ensure forward
19665         progress, even with buggy anchored keywords.
19667 2005-03-05  Luc Teirlinck  <teirllm@auburn.edu>
19669         * simple.el (goto-line): Remove unbalanced final parenthesis.
19671 2005-03-05  Richard M. Stallman  <rms@gnu.org>
19673         * simple.el (goto-line): Use a number at point as the default.
19674         With C-u as arg, switch buffers.
19676 2005-03-05  Juri Linkov  <juri@jurta.org>
19678         * frame.el (blink-cursor-mode): Replace `emacs-quick-startup'
19679         with `no-blinking-cursor'.
19681         * startup.el (no-blinking-cursor): New defvar.
19682         (command-line): Add `--no-blinking-cursor' to longopts.
19683         Set `no-blinking-cursor' to t for command line arguments
19684         -Q, -nbc, --no-blinking-cursor.  Replace `emacs-quick-startup'
19685         with `no-blinking-cursor' in the condition for calling
19686         `blink-cursor-mode'.
19688 2005-03-04  Luc Teirlinck  <teirllm@auburn.edu>
19690         * menu-bar.el (menu-bar-make-mm-toggle): Doc fix.
19691         (menu-bar-options-save): Add blink-cursor-mode.
19692         (menu-bar-options-menu): Add blink-cursor-mode.
19694 2005-03-04  Ulf Jasper  <ulf.jasper@web.de>
19696         * calendar/icalendar.el (icalendar-version): Increase to 0.11.
19697         (icalendar-export-file, icalendar-export-region)
19698         (icalendar-import-file, icalendar-import-buffer): Add autoload cookies.
19699         (icalendar--convert-ical-to-diary): Fix problem with DURATION.
19701 2005-03-04  Lute Kamstra  <lute@gnu.org>
19703         * emacs-lisp/debug.el (debugger-step-after-exit): Make it a defvar.
19704         (debug-function-list): Ditto.
19706 2005-03-04  Robert J. Chassell  <bob@rattlesnake.com>
19708         * textmodes/texinfmt.el (texinfo-append-refill):
19709         Redefine the types of line to which @refill
19710         is not appended by replacing a search for `@refill\\|@bye' with
19711         `@refill\\|^[ \t]*@'.  The intent is to solve both the `@end
19712         itemize@refill' bug and the unfilled long lines bug.
19713         (texinfmt-version): Update number and date.
19715 2005-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
19717         * international/code-pages.el (windows-1250, windows-125[2-8])
19718         (iso-8859-10, -13, -16, georgian-ps): Add autoload cookies.
19720 2005-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
19722         * frame.el (blink-cursor-mode): `emacs-quick-startup' may not be
19723         bound yet.
19725 2005-03-02  Romain Francoise  <romain@orebokech.com>
19727         * ibuf-ext.el (ibuffer-filter-disable): Move back to the current
19728         buffer after removing limits.
19729         (ibuffer-pop-filter): Ditto.
19730         Update copyright.
19732 2005-03-02  Miles Bader  <miles@gnu.org>
19734         * button.el (make-text-button): If the user doesn't specify a
19735         type, use the default.  Rewrite to use `add-text-properties' and
19736         plist functions.
19738 2005-03-01  Lute Kamstra  <lute@gnu.org>
19740         * emacs-lisp/debug.el (inhibit-debug-on-entry): Add docstring.
19741         (debugger-jumping-flag): New var.
19742         (debug-entry-code): Use it.
19743         (debugger-jump): Use debugger-jumping-flag and add
19744         debugger-reenable to post-command-hook.
19745         (debugger-reenable): Use debugger-jumping-flag and remove itself
19746         from post-command-hook.
19747         (debug, debug-on-entry, cancel-debug-on-entry): Remove call to
19748         debugger-reenable.
19750 2005-03-01  Robert J. Chassell  <bob@rattlesnake.com>
19752         * textmodes/texinfmt.el (texinfo-no-refill-regexp): Comment out
19753         inclusion of "itemize\\|", which may be unnecessary, is certainly
19754         inelegant, and stops refilling in itemize lists when formatting
19755         Japanese Texinfo files to Info.
19756         Update copyright to 2005.
19758 2005-03-01  Nick Roberts  <nickrob@snap.net.nz>
19760         * progmodes/gdb-ui.el (gdb-get-location): Use a warning instead
19761         of an error if GDB can't find the source file.
19763 2005-03-01  Glenn Morris  <gmorris@ast.cam.ac.uk>
19765         * calendar/calendar.el (redraw-calendar): Work from any buffer,
19766         not just the calendar.
19768         * calendar/diary-lib.el (mark-diary-entries): Remove any old marks
19769         first.
19770         (diary-redraw-calendar): New function.
19771         (make-diary-entry): Add diary-redraw-calendar to local
19772         write-contents-functions.  Turn off selective display before
19773         inserting in diary.
19775 2005-03-01  Kim F. Storm  <storm@cua.dk>
19777         * emacs-lisp/copyright.el (copyright-fix-years): New command.
19779 2005-03-01  Lute Kamstra  <lute@gnu.org>
19781         * emacs-lisp/debug.el (debug-on-entry-1): Reimplement to make sure
19782         that debug-entry-code can be safely removed from a function while
19783         this code is being evaluated.  Revert the 2005-02-27 change as the
19784         new implementation no longer requires it.  Make sure that a
19785         function body containing just a string is not mistaken for a docstring.
19786         (debug): Skip one more frame in case of debug on entry.
19787         (debugger-setup-buffer): Delete one more frame line in case of
19788         debug on entry.
19789         (debugger-frame-number): Update to use the new text introduced by
19790         the 1999-11-03 change.  Skip one more frame in case of debug on entry.
19792 2005-02-28  Kim F. Storm  <storm@cua.dk>
19794         * double.el (double-translate-key): Call force-window-update after
19795         read-event to avoid crash in redisplay.
19797 2005-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
19799         * emacs-lisp/debug.el (inhibit-debug-on-entry): New var.
19800         (debug): Use it.  Move the inhibit-trace earlier.
19801         (debug-entry-code): New const.
19802         (debug-on-entry-1): Use it.
19804 2005-02-28  Chong Yidong  <cyd@stupidchicken.com>
19806         * international/utf-16.el (ccl-encode-mule-utf-16le):
19807         Fix BUFFER_MAGNIFICATION to 2.
19808         (ccl-encode-mule-utf-16be): Likewise.
19810 2005-02-28  Kenichi Handa  <handa@m17n.org>
19812         * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
19813         Fix BUFFER_MAGNIFICATION to 4.
19814         (ccl-encode-mule-utf-16be-with-signature): Likewise.
19816 2005-02-28  Nick Roberts  <nickrob@snap.net.nz>
19818         * speedbar.el (speedbar-update-flag): Doc fix.
19819         (speedbar-show-info-under-mouse): Give set-mouse-position the right
19820         argument.
19822 2005-02-27  Stefan Monnier  <monnier@iro.umontreal.ca>
19824         * reveal.el (reveal-post-command): Don't try to reveal overlays which
19825         have a non-nil `invisible' property but are actually visible.
19827         * progmodes/perl-mode.el (perl-imenu-generic-expression): Add entries
19828         for perldoc sections.
19829         (perl-outline-regexp, perl-outline-level): New var and function.
19830         (perl-mode): Use them.
19832 2005-02-27  Glenn Morris  <gmorris@ast.cam.ac.uk>
19834         * calendar/diary-lib.el (diary-remind): Discard any mark portion
19835         from diary-entry.  Reported by Andrew Kemp <ajwk@pell.uklinux.net>.
19837 2005-02-27  Luc Teirlinck  <teirllm@auburn.edu>
19839         * cus-edit.el: Comment change.
19840         (custom-buffer-create-internal): Slightly reword text at top of
19841         Custom buffers.  Mention there that saving an option edits the
19842         init file.  Add link to Emacs manual node on `custom-file'.
19843         (custom-magic-alist): Rewrite individual State messages to use
19844         capitalized keywords.  Doc fix.
19846 2005-02-27  Matt Hodges  <MPHodges@member.fsf.org>
19848         * calendar/calendar.el (calendar-buffer): Move above
19849         calendar-week-start-day.
19850         (calendar-week-start-day): Doc fix.  Add :set function.
19851         (calendar-minimum-window-height): New variable.
19852         (generate-calendar-window): Only resize window if selected-window
19853         is displaying the calendar buffer.  Use new variable
19854         calendar-minimum-window-height.
19855         (generate-calendar): Reword error message.
19856         (calendar-mode-map): Bind DEL to scroll-other-window-down.
19858 2005-02-27  Andreas Schwab  <schwab@suse.de>
19860         * vc.el (vc-do-command): Don't run command asynchronously when
19861         operating in a remote directory.
19863         * net/tramp.el (tramp-file-name-for-operation): Fix misapplied
19864         change from sync with Tramp 2.0.47.
19866 2005-02-27  Richard M. Stallman  <rms@gnu.org>
19868         * textmodes/ispell.el (ispell-change-dictionary): Doc fix.
19870         * textmodes/flyspell.el (flyspell-mode-on):
19871         Call ispell-change-dictionary only if necessary.
19873         * emacs-lisp/re-builder.el (regexp-builder): New function.
19875         * register.el (describe-register-1): Explicitly handle
19876         yank-excluded-properties = t.
19878         * cus-edit.el (custom-buffer-create-internal): Improve progress msgs.
19879         (custom-magic-alist): Change the status descriptions again.
19880         (face widget-type): Total rewrite based on `restricted-sexp'
19881         to eliminate the confusing double hiding levels.
19883         * emacs-lisp/debug.el (debug-on-entry-1):
19884         If function body is empty, add nil as body form.
19886 2005-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
19888         * emacs-lisp/trace.el (inhibit-trace): New var.
19889         (trace-make-advice): Use it.
19891         * emacs-lisp/debug.el (debug): Put back the inhibit-trace.
19893 2005-02-26  Kim F. Storm  <storm@cua.dk>
19895         * mouse.el (mouse-1-click-in-non-selected-windows): New defcustom.
19896         (mouse-on-link-p, mouse-drag-region-1): Use it.
19898 2005-02-25  Lute Kamstra  <lute@gnu.org>
19900         * replace.el (query-replace-read-from): Fix 2005-02-19 change.
19902 2005-02-24  Luc Teirlinck  <teirllm@auburn.edu>
19904         * frame.el (blink-cursor-mode): Add :group keyword.
19906 2005-02-24  Ulf Jasper  <ulf.jasper@web.de>
19908         * calendar/icalendar.el (icalendar--decode-isodatetime):
19909         New optional argument DAY-SHIFT.
19910         (icalendar-export-region): Fix coding-system-for-write.
19911         (icalendar--convert-ical-to-diary): Shift end-day of all-day
19912         events by one.
19914 2005-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
19916         * textmodes/tex-mode.el (tex-font-lock-keywords-3): #n is atomic.
19918 2005-02-24  Kim F. Storm  <storm@cua.dk>
19920         * international/iso-acc.el (iso-accents-compose): Fix crash
19921         during redisplay.  Call force-window-update after read-event
19922         and delete-region to signal that window is not accurate.
19924 2005-02-23  Stefan Monnier  <monnier@iro.umontreal.ca>
19926         * emacs-lisp/debug.el (debug): Hide the buffer if it's not killed.
19927         Remove unused and inexistent var `inhibit-trace'.
19928         (debugger-mode): Use run-mode-hooks.
19929         (debugger-list-functions): Add buttons; setup xref stack.
19931 2005-02-23  Richard M. Stallman  <rms@gnu.org>
19933         * calendar/appt.el (appt-time-msg-list): 3rd elt of each
19934         appointment says it was explicitly made.
19935         (appt-add): Set the 3rd element.
19936         (appt-make-list): Preserve explicit appointments.
19938         * subr.el (find-tag-default): Catch errors in forward-sexp.
19940 2005-02-23  Juri Linkov  <juri@jurta.org>
19942         * info.el (Info-isearch-search): New defcustom.
19943         (Info-isearch-search): Call the default isearch function
19944         when Info-isearch-search is nil.
19945         (Info-isearch-wrap): Use variable Info-isearch-search.
19947 2005-02-22  Luc Teirlinck  <teirllm@auburn.edu>
19949         * cus-edit.el: Comment change.
19951 2005-02-22  Kim F. Storm  <storm@cua.dk>
19953         * progmodes/hideif.el (hide-ifdef-use-define-alist):
19954         Use completing-read.  Suggested by Juan-Leon Lahoz Garcia.
19956 2005-02-22  Simon Josefsson  <jas@extundo.com>
19958         * net/browse-url.el (browse-url-netscape-new-window-is-tab):
19959         New variable.
19960         (browse-url-netscape): Use it.  Suggested by "Johann 'Myrkraverk'
19961         Oskarsson" <myrkraverk@users.sourceforget.net>.
19963 2005-02-22  Kim F. Storm  <storm@cua.dk>
19965         * mouse.el (mouse-on-link-p): If arg POS is a mouse event,
19966         check that window of that event is the selected window.
19967         (mouse-drag-region-1): Compare mouse event window to selected
19968         window before setting point.
19970         * tooltip.el (tooltip-show-help-function): Pass event to
19971         mouse-on-link-p so it can check selected window.
19973 2005-02-22  Kenichi Handa  <handa@m17n.org>
19975         * ps-mule.el (ps-mule-header-string-charsets): Delete it.
19976         (ps-mule-show-warning): New function.
19977         (ps-mule-begin-job): Use ps-mule-show-warning if unprintable
19978         characters are found.
19980         * ps-print.el (ps-header-footer-string): Return a list of header
19981         and footer strings.
19983 2005-02-21  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
19985         * pcvs.el (cvs-retrieve-revision): Fix thinko.
19987 2005-02-21  Stefan Monnier  <monnier@iro.umontreal.ca>
19989         * frame.el (blink-cursor-mode): Use define-minor-mode.
19991         * term/mac-win.el (function-key-map): Use char-names more consistently.
19992         (file-name-coding-system): Only set it for MacOS-9.  The other case is
19993         already handled in mule-cmds.el (where it also works when mac-win.el
19994         is not used).
19996 2005-02-21  Kenichi Handa  <handa@m17n.org>
19998         * international/mule.el (ctext-pre-write-conversion): Always use
19999         " *code-converting-work*" buffer for work.
20001         * textmodes/ispell.el (ispell-dictionary-alist): Fix docstring.
20003 2005-02-20  Thien-Thi Nguyen  <ttn@gnu.org>
20005         * progmodes/scheme.el (scheme-font-lock-keywords-2): Handle named-let.
20007 2005-02-20  Jonathan Yavner  <jyavner@member.fsf.org>
20009         * ses.el (undo-more): Restore defadvice, but only the part that
20010         allows changes outside the restricted area of the buffer.
20012 2005-02-20  Kim F. Storm  <storm@cua.dk>
20014         * simple.el (line-move): Add fourth optional arg try-vscroll which
20015         must be set to perform auto-window-vscroll.
20016         When moving backwards and doing auto-window-vscroll, automatically
20017         vscroll to the last part of lines which are taller than the window.
20018         (next-line, previous-line): Set try-vscroll arg on line-move.
20020 2005-02-19  Dan Nicolaescu  <dann@ics.uci.edu>
20022         * replace.el (query-replace, query-replace-regexp)
20023         (replace-string, replace-regexp): When operating on region, make
20024         the minibuffer prompt say so.
20026         * isearch.el (isearch-forward): Document isearch-query-replace and
20027         isearch-query-replace-regexp keybindings.
20029 2005-02-19  Jay Belanger  <belanger@truman.edu>
20031         * calc/calc-aent.el (math-read-token): Add local variable.
20033         * calc/calc-prog.el (calc-user-define-edit): Add local variable.
20034         (calc-edit-top): Move declaration to earlier in file.
20035         (calc-edit-macro-repeats): Add local variables.
20037         * calc/calcalg2.el: Add differentiation rule for calcFunc-coth.
20038         Adjust differentiation rules for calcFunc-tan, calcFunc-cot,
20039         calcFunc-tanh.
20040         Adjust integration rule for calcFunc-tan.
20042 2005-02-19  Michael Kifer  <kifer@cs.stonybrook.edu>
20044         * viper-cmd.el (viper-prefix-commands): Make into a defconst.
20045         (viper-exec-buffer-search): Use regexp-quote to quote buffer string.
20046         (viper-minibuffer-setup-sentinel): Make some variables buffer-local.
20047         (viper-skip-separators): Bug fix.
20048         (viper-set-searchstyle-toggling-macros): Allow to unset macros in a
20049         particular major mode.
20050         (viper-del-backward-char-in-replace): Don't put deleted char on the
20051         kill ring.
20053         * viper-ex.el (viper-color-display-p): New function.
20054         (viper-has-face-support-p): Use viper-color-display-p.
20056         * viper-keym.el (viper-gnus-modifier-map): New keymap.
20058         * viper-macs.el (viper-unrecord-kbd-macro): Bug fix.
20060         * viper-util.el (viper-glob-unix-files): Fix shell status check.
20061         (viper-file-remote-p): Make equivalent to file-remote-p.
20063         * viper.el (viper-major-mode-modifier-list):
20064         Use viper-gnus-modifier-map.
20066 2005-02-19  David Kastrup  <dak@gnu.org>
20068         * subr.el (subregexp-context-p): Fix garbled doc string by adding
20069         quoting.
20071 2005-02-19  Jay Belanger  <belanger@truman.edu>
20073         * calc/calc-math.el (calc-arctan, calc-tanh, calc-arctanh):
20074         Remove extra definitions.
20075         (calc-coth): New function.
20076         (calcFunc-cot): Fix `let'.
20078 2005-02-19  Eli Zaretskii  <eliz@gnu.org>
20080         * faces.el (escape-glyph, minibuffer-prompt): Add commentary for
20081         the reasons we use "type pc" in these faces.
20083         * button.el (button): Ditto.
20085 2005-02-19  Michael Mauger  <mmaug@yahoo.com>
20087         * replace.el (query-replace-read-from): Set the value of
20088         query-replace-from-history-variable to handle the case of an empty
20089         string entered to accept the suggested default.
20091         * net/tramp.el (tramp-file-name-for-operation):
20092         Use dired-call-process instead of dired-call-process-command.
20094 2005-02-19  Jay Belanger  <belanger@truman.edu>
20096         * calc/calc-arith.el (math-trig-inverses, math-div-trig)
20097         (math-div-non-trig): New variables.
20098         (math-combine-prod-trig, math-div-new-trig, math-div-new-non-trig)
20099         (math-div-isolate-trig, math-div-isolate-trig-term): New functions.
20100         (math-combine-prod, math-div-symb-fancy): Add simplifications for
20101         trig expressions.
20103 2005-02-19  Nick Roberts  <nickrob@snap.net.nz>
20105         * progmodes/gdb-ui.el (gdb-var-update-handler)
20106         (gdb-speedbar-timer-fn): Ensure speedbar updates with new values
20107         for watch expressions,
20108         (gdb-var-create-handler): Don't set speedbar-update-flag.
20109         (gdb-post-prompt): Simplify test for speedbar.
20111 2005-02-19  Michael Kifer  <kifer@cs.stonybrook.edu>
20113         * ediff.el (ediff-set-diff-overlays-in-one-buffer)
20114         (ediff-set-fine-overlays-in-one-buffer, ediff-goto-word): Make sure
20115         we use the syntax table of the correct buffer.
20116         (ediff-same-file-contents, ediff-same-contents): Enhancements thanks to
20117         Felix Gatzemeier.
20119         * ediff-init.el (ediff-hide-face): Check for definedness of functions.
20120         (ediff-file-remote-p): Make synonymous with file-remote-p.
20121         In all deffaces ediff-*-face-*, use min-colors.
20123         * ediff-mult.el (ediff-meta-mark-equal-files): Make use of
20124         ediff-recurse-to-subdirectories.
20125         (ediff-mark-if-equal): Check that the arguments are strings, use
20126         ediff-same-contents (after to Felix Gatzemeier).
20128         * ediff.el (ediff-merge-on-startup): Don't set buffer-modified-p to
20129         nil.
20131 2005-02-18  Stefan Monnier  <monnier@iro.umontreal.ca>
20133         * log-view.el (log-view-message-re): Fix up Subversion regexp.
20135 2005-02-18  David Kastrup  <dak@gnu.org>
20137         * progmodes/meta-mode.el (meta-mark-active): Fix condition to just
20138         use `mark-active' when defined.
20140 2005-02-18  Kenichi Handa  <handa@m17n.org>
20142         * ps-print.el (ps-font-info-database): New entry
20143         ZapfChancery-MediumItalic with correct font name.  Fix font name
20144         of the entry Zapf-Chancery-MediumItalic.
20146 2005-02-16  Luc Teirlinck  <teirllm@auburn.edu>
20148         * autorevert.el (auto-revert-stop-on-user-input): Further doc fix.
20150 2005-02-16  Kim F. Storm  <storm@cua.dk>
20152         * ido.el (ido-fallback-command): Pass user input to fallback command.
20154 2005-02-16  Nick Roberts  <nickrob@snap.net.nz>
20156         * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers)
20157         (gdb-find-file-hook): Add server prefix.
20159 2005-02-16  Richard M. Stallman  <rms@gnu.org>
20161         * replace.el (perform-replace): Pass new args to replace-highlight.
20162         (replace-highlight): Take region args,
20163         and pass them to isearch-lazy-highlight-new-loop.
20165         * novice.el (disabled-command-hook): Autoload the defalias
20166         and the make-obsolete-variable call.
20168         * menu-bar.el (menu-bar-select-frame): FRAME defaults to selected.
20170         * isearch.el (isearch-lazy-highlight-start-limit)
20171         (isearch-lazy-highlight-end-limit): New variables limit
20172         the region for highlighting.
20173         (isearch-lazy-highlight-new-loop): New args BEG and END.
20174         (isearch-lazy-highlight-search): Use the new vars.
20175         (isearch-lazy-highlight-update): Likewise.
20177         * dired.el (dired-build-subdir-alist): Bind buffer-undo-list to t.
20179         * cus-start.el (all): Use default-boundp.
20181 2005-02-15  David Casperson  <casper@unbc.ca>  (tiny change)
20183         * menu-bar.el (menu-bar-select-frame): Handle current frame.
20185 2005-02-15  Luc Teirlinck  <teirllm@auburn.edu>
20187         * autorevert.el (auto-revert-stop-on-user-input)
20188         (auto-revert-verbose): Doc fixes.
20190 2005-02-15  Benjamin Riefenstahl  <Benjamin.Riefenstahl@epost.de>
20192         * international/mule-cmds.el (set-locale-environment): Remove call
20193         to set-selection-coding-system on Windows.
20195 2005-02-15  Jay Belanger  <belanger@truman.edu>
20197         * calc/calc-alg.el: Add simplification rules for calcFunc-sec,
20198         calcFunc-csc, calcFunc-cot, calcFunc-sech, calcFunc-csch, and
20199         calcFunc-coth.
20200         (math-simplify-sqrt): Add simplifications.
20202         * calc/calc-arith.el (math-real-if-arg-functions): Add functions
20203         to list.
20205         * calc/calc-ext.el: Add functions to autoloads.
20207         * calc/calc-math.el (calc-sec, calc-csc, calc-cot, calc-sech)
20208         (calc-csch, calc-coth, calcFunc-sec, calcFunc-csc, calcFunc-cot)
20209         (calcFunc-sech, calcFunc-csch, calcFunc-coth, math-sec-raw)
20210         (math-csc-raw, math-cot-raw): New functions.
20212         * calc/calc-rules.el (calc-DistribRules, calc-NegateRules): Add rules.
20214         * calc/calc-undo.el (calc-handle-undo): Remove prefix from
20215         the variable name in a message.
20217         * calc/calc-units.el: Add simplification rules for calcFunc-sec,
20218         calcFunc-csc, calcFunc-cot.
20220         * calc/calcalg2.el: Add derivative and integration rules for
20221         calcFunc-sec, calcFunc-csc, calcFunc-cot, calcFunc-sech,
20222         calcFunc-csch, calcFunc-coth.
20223         (math-do-integral-methods): Add to checks for when to use
20224         substitutions.
20226         * calc/calccomp.el (math-eqn-special-funcs): Add functions to list.
20228 2005-02-15  Lute Kamstra  <lute@gnu.org>
20230         * emacs-lisp/lisp-mode.el (lisp-mode-variables):
20231         Add ;;;###autoload to `outline-regexp'.  Suggested by Stefan Monnier
20232         <monnier@iro.umontreal.ca>
20233         (lisp-outline-level): Improve efficiency.  Suggested by David
20234         Kastrup <dak@gnu.org>.
20236 2005-02-15  Nick Roberts  <nickrob@snap.net.nz>
20238         * progmodes/gdb-ui.el (gdb-find-file-unhook): New variable.
20239         (gdb-set-gud-minor-mode, gdb-set-gud-minor-mode-1)
20240         (gdb-set-gud-minor-mode-existing-buffers): New functions.
20241         (gdb-find-file-hook): New hook.  Add it to find-file-hook.
20242         (gdb-info-breakpoints-custom, gdb-source-info): Simplify.
20244 2005-02-14  Luc Teirlinck  <teirllm@auburn.edu>
20246         * cus-start.el (all): Comment change.
20248 2005-02-14  Lute Kamstra  <lute@gnu.org>
20250         * cus-start.el (all): Check if symbol is void.
20252 2005-02-14  Carsten Dominik  <dominik@science.uva.nl>
20254         * textmodes/reftex-cite.el (reftex-do-citation): Cleanup single
20255         optional argument to \cite.
20257 2005-02-14  Richard M. Stallman  <rms@gnu.org>
20259         * cus-edit.el (custom-buffer-create-internal): Update help message.
20260         (custom-magic-alist): Update help messages.
20262         * cus-start.el (all): Allow a var to specify a standard value.
20264 2005-02-12  Luc Teirlinck  <teirllm@auburn.edu>
20266         * custom.el (custom-theme-set-variables): Handle variable aliases.
20268         * frame.el (blink-cursor-timer): Doc fix.
20269         (blink-cursor): Make it an alias for `blink-cursor-mode' and
20270         declare obsolete.
20271         (blink-cursor-mode): Define with defcustom and use correct
20272         standard expression in that defcustom.
20273         * startup.el (command-line): Adapt to above changes in frame.el.
20275 2005-02-11  Lute Kamstra  <lute@gnu.org>
20277         * apropos.el (apropos-score-doc): Prevent division by zero.
20279 2005-02-11  Ulf Jasper  <ulf.jasper@web.de>
20281         * calendar/icalendar.el (icalendar--get-event-property): Doc fix.
20282         (icalendar--get-event-property-attributes)
20283         (icalendar--get-event-properties)
20284         (icalendar--datetime-to-diary-date): New functions.
20285         (icalendar--split-value): Doc fix.
20286         (icalendar--datetime-to-noneuropean-date)
20287         (icalendar--datetime-to-european-date): New optional argument
20288         SEPARATOR.  Return result as a string instead of a list.
20289         (icalendar--get-weekday-number): Check if ABBREVWEEKDAY is nil.
20290         (icalendar--convert-string-for-export): Rename arg S to STRING.
20291         (icalendar-export-region): Doc fix.  Change name of error buffer.
20292         Save output buffer.
20293         (icalendar-import-file): Add blank at end of prompt.
20294         (icalendar-import-buffer): Doc fix.  Do not switch to error
20295         buffer.  Indicate status in return value.
20296         (icalendar--convert-ical-to-diary): Doc fix.  Change name of error
20297         buffer.  Save output buffer.  Handle exception from recurrence
20298         rules (EXDATE, EXRULE).  Handle start- and end-date of recurring
20299         events.  Fix problems with weekly all-day events.
20301 2005-02-10  Richard M. Stallman  <rms@gnu.org>
20303         * simple.el (eval-expression-print-format):
20304         Avoid warning about edebug-active.
20306         * help.el (help-for-help-internal): Rename from help-for-help.
20307         (help-for-help): Define with defalias.
20309         * font-core.el (font-lock-default-function): Use with-no-warnings.
20311         * cus-edit.el (custom-buffer-create-internal): Improve help-echo.
20313         * custom.el (defface): Doc fix.
20315 2005-02-10  Nick Roberts  <nickrob@snap.net.nz>
20317         * progmodes/gdb-ui.el (gdb-ann3): Re-instate GDB command "set
20318         width 0" to prevent word wrapping problems.
20320 2005-02-09  Kim F. Storm  <storm@cua.dk>
20322         * ido.el (ido-file-extensions-order): New defcustom.
20323         (ido-file-extension-lessp, ido-file-extension-aux)
20324         (ido-file-extension-order): New advanced file ordering.
20325         (ido-file-lessp): New simple file ordering.
20326         (ido-sort-list): Remove.
20327         (ido-make-file-list): Use ido-file-lessp or ido-file-extension-lessp.
20328         (ido-make-dir-list, ido-completion-help): Use ido-file-lessp.
20330 2005-02-08  Dan Nicolaescu  <dann@ics.uci.edu>
20332         * progmodes/grep.el (grep-regexp-alist): Match an optional ^[[K
20333         that some versions of grep produce.
20334         (grep-mode-font-lock-keywords): Likewise.
20336 2005-02-09  Nick Roberts  <nickrob@snap.net.nz>
20338         * progmodes/gdb-ui.el (gdb-location-list): New variable.
20339         (gdb-cdir): Delete.
20340         (gdb-info-breakpoints-custom, gdb-goto-breakpoint)
20341         (gdb-source-info): Treat case when source file is in another
20342         directory properly.
20343         (gdb-get-location): New function.
20345 2005-02-07  Jay Belanger  <belanger@truman.edu>
20347         * calc/calc-prog.el (calc-write-parse-table-part)
20348         (calc-fix-token-name): Fix a check for language type.
20350         * calc/calccomp.el (math-compose-expr): Fix a check for language type.
20352 2005-02-07  Andre Spiegel  <spiegel@gnu.org>
20354         * vc-hooks.el (vc-make-version-backup): Ignore file-errors such
20355         as directory not writable.
20357 2005-02-07  Kim F. Storm  <storm@cua.dk>
20359         * emulation/cua-base.el (cua-max-undo, cua-undo): Remove.
20360         (cua--standard-movement-commands): Remove list.
20361         Instead, set CUA property value to move for movement commands.
20362         (cua-movement-commands): Remove.  Users must set CUA prop instead.
20363         (cua--pre-command-handler): Check CUA property.
20364         (cua--init-keymaps): Don't remap undo commands.
20365         (cua-mode): Don't call cua--rectangle-on-off.
20367         * emulation/cua-rect.el (cua--undo-list, cua--tidy-undo-counter)
20368         (cua--rect-undo, cua--tidy-undo-lists, cua--rectangle-on-off): Remove.
20369         (cua--rect-undo-set-point): New var.
20370         (cua--rectangle-undo-boundary): Setup undo apply entry.
20371         (cua--rect-undo-handler): New function for rectangle undo.
20372         (cua--rect-start-position, cua--rect-end-position): Add.
20373         (cua--rectangle-post-command): Call cua--rectangle-set-corners
20374         for restored rectangle.  Set point if cua--rect-undo-set-point.
20376 2005-02-06  Jay Belanger  <belanger@truman.edu>
20378         * calc/calc-lang.el (calc-tex-language): Display more information
20379         in messages.
20381         * calc/calccomp.el (math-compose-expr): Allow multiline matrices
20382         in TeX mode.
20384 2005-02-06  Richard M. Stallman  <rms@gnu.org>
20386         * emacs-lisp/lisp.el (buffer-end): Doc fix.
20388 2005-02-05  Arne_J\e,Ax\e(Brgensen  <arne@arnested.dk>  (tiny change)
20390         * net/ldap.el (ldap-search-internal): Support attributes with
20391         optional descriptions separated by a semi-colon, as in
20392         "userCertificate;binary".
20394 2005-02-05  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
20396         * x-dnd.el (x-dnd-handle-xdnd): Handle the case where the flags
20397         isn't a cons (i.e. the version is 0).
20399 2005-02-05  Eli Zaretskii  <eliz@gnu.org>
20401         * help.el (help-for-help): Doc fix.
20403 2005-02-05  Nick Roberts  <nickrob@snap.net.nz>
20405         * progmodes/gdb-ui.el: Update copyright.  Put GDB-Frames before
20406         GDB-Windows on the menu-bar as this works better.
20408 2005-02-04  Jay Belanger  <belanger@truman.edu>
20410         * calc/calc-embed.el (calc-embedded-update): Don't put in
20411         unnecessary newlines.  Adjust the end of formula marker.
20413         * calc/calc-lang.el (math-latex-parse-frac): Don't use arguments.
20414         (math-latex-parse-two-args): New function.
20416 2005-02-03  Lute Kamstra  <lute@gnu.org>
20418         * help-fns.el (help-with-tutorial): Make sure that users cannot
20419         remove the entire text of the tutorial by means of `undo'.
20421 2005-02-03  Stefan Monnier  <monnier@iro.umontreal.ca>
20423         * textmodes/ispell.el (ispell-internal-change-dictionary): Fix problem
20424         in recent changes, where the ispell process was repeatedly
20425         killed & restarted.
20427         * international/mule-cmds.el (set-locale-environment): Set file-name
20428         coding system to utf-8 on Darwin systems.
20429         (set-default-coding-systems): Don't set default-file-name-coding-system
20430         on Darwin systems.
20432 2005-02-03  Richard M. Stallman  <rms@gnu.org>
20434         * hi-lock.el (hi-lock-mode): Turning on Hi-Lock turns on Font-Lock.
20436 2005-02-03  Matt Hodges  <MPHodges@member.fsf.org>
20438         * faces.el (list-faces-display): Add optional argument.
20440 2005-02-02  Stefan Monnier  <monnier@iro.umontreal.ca>
20442         * font-core.el (font-lock-default-function): Handle the rare case where
20443         only font-lock-keywords is set.
20445 2005-02-02  Kenichi Handa  <handa@m17n.org>
20447         * international/characters.el: Cancel previous change for
20448         I-WITH-DOT-ABOVE and DOTLESS-i.
20450         * international/latin-5.el: Cancel previous change.
20452 2005-02-02  Nick Roberts  <nickrob@snap.net.nz>
20454         * progmodes/gud.el: Correction to syntax in gud-menu-map.
20456 2005-02-02  Kenichi Handa  <handa@m17n.org>
20458         * international/latin-5.el (tbl): Setup cases of I-WITH-DOT-ABOVE,
20459         DOTLESS-i.
20461         * international/characters.el: Setup cases of GREEK-FINAL-SIGMA,
20462         Y-WITH-DIAERESIS, I-WITH-DOT-ABOVE, DOTLESS-i.
20464         * case-table.el (get-upcase-table): New function.
20465         (copy-case-table): Copy upcaes table too if non-nil.
20466         (set-case-syntax-delims): Maintain upcase table too.
20467         (set-case-syntax-pair): Likewise.
20468         (set-upcase-syntax, set-downcase-syntax): New functions.
20469         (set-case-syntax): Maintain upcase table too.
20471 2005-02-02  Nick Roberts  <nickrob@snap.net.nz>
20473         * progmodes/gdb-ui.el (gdb-goto-info): Delete.
20475         * progmodes/gud.el (gud-goto-info): New function.
20476         (gud-tool-bar-map): Use correct icon.
20478 2005-02-01  Thien-Thi Nguyen  <ttn@gnu.org>
20480         * emacs-lisp/lisp-mode.el (lisp-indent-function): Fix bug:
20481         When delegating, order args in the funcall correctly.
20483 2005-02-01  Thien-Thi Nguyen  <ttn@gnu.org>
20485         * emacs-lisp/lisp-mode.el (lisp-indent-function): Doc fix.
20487 2005-02-01  Carsten Dominik  <dominik@science.uva.nl>
20489         * textmodes/reftex.el (reftex-access-scan-info): Error out in a
20490         buffer not visiting a file.
20492 2005-01-31  Jay Belanger  <belanger@truman.edu>
20494         * calc/calc-embed.el (calc-embedded-find-bounds): Set the formula
20495         bound on the line with the formula.
20497 2005-01-31  Kim F. Storm  <storm@cua.dk>
20499         * ses.el (ses-create-cell-variable-range)
20500         (ses-destroy-cell-variable-range, ses-reset-header-string)
20501         (ses-set-with-undo, ses-unset-with-undo, ses-aset-with-undo)
20502         (ses-insert-row): Fix format of apply undo entries.
20504 2005-01-31  Jay Belanger  <belanger@truman.edu>
20506         * calc/calc-aent.el (math-read-token): Separate the TeX and LaTeX
20507         parts.
20509         * calc/calc-embed.el (calc-embedded-open-formula)
20510         (calc-embedded-close-formula): Ignore matrix environments.
20512         * calc/calc-ext.el (math-read-big-expr): Make LaTeX the default
20513         TeX mode.
20515         * calc/calc-lang.el (math-function-table, math-oper-table)
20516         (math-variable-table): Adjust the LaTeX portions.
20518         * calc/calc.el (math-tex-ignore-words): Remove LaTeX portion.
20519         (math-latex-ignore-words): New constant.
20521 2005-01-31  Richard M. Stallman  <rms@gnu.org>
20523         * textmodes/ispell.el (ispell-local-dictionary-overridden): New var.
20524         (ispell-local-dictionary): Doc fix.
20525         (ispell-dictionary-alist): Don't include ispell-local-dictionary-alist.
20526         Don't reinitialize at run time.  Don't defcustom.
20527         All uses changed to append ispell-local-dictionary-alist,
20528         or check it first.
20529         (ispell-current-dictionary): New variable for dictionary in use.
20530         (ispell-dictionary): Now used only for global default.
20531         (ispell-start-process): Set ispell-current-dictionary,
20532         not ispell-dictionary.
20533         (ispell-change-dictionary): Use this only for setting
20534         user preferences.
20535         (ispell-internal-change-dictionary): New function
20536         to change the current dictionary in use.
20537         (ispell-region, ispell-process-line, ispell-buffer-local-dict):
20538         Use ispell-current-dictionary.
20539         Handle ispell-local-dictionary-overridden.
20540         (ispell-buffer-local-dict): Call ispell-internal-change-dictionary.
20542 2005-01-31  Jay Belanger  <belanger@truman.edu>
20544         * calc/calc-aent.el (math-read-token): Add support for LaTeX.
20546         * calc/calc-ext.el: Add calc-latex-language to autoloads.
20547         (calc-mode-map): Add calc-latex-language.
20549         * calc/calc-lang.el (calc-latex-language, math-latex-parse-frac)
20550         (math-latex-print-frac): New functions.
20551         (math-oper-table, math-function-table, math-variable-table)
20552         (math-complex-format, math-input-filter): Add latex properties.
20553         (calc-set-language): Set math-expr-special-function-mapping.
20555         * calc/calc-prog.el (calc-edit-user-syntax, calc-fix-token-name)
20556         (calc-write-parse-table-part): Add LaTeX support.
20558         * calc/calc.el (calc-language): Adjust docstring.
20559         (calc-set-mode-line): Add LaTeX support.
20560         (math-expr-special-function-mapping): New variable.
20561         (math-tex-ignore-words): Add to list.
20563         * calc/calccomp.el (math-compose-expr, math-compose-rows):
20564         Add LaTeX support.
20565         (math-compose-expr): Add support for special functions.
20567         * calc/calc-help.el (calc-d-prefix-help): Add LaTeX.
20569 2005-01-31  Nick Roberts  <nickrob@snap.net.nz>
20571         * progmodes/gdb-ui.el (gdb-memory-address)
20572         (gdb-memory-repeat-count, gdb-memory-format, gdb-memory-unit)
20573         (gdb-memory-mode-map, gdb-memory-format-keymap)
20574         (gdb-memory-format-menu, gdb-memory-unit-keymap)
20575         (gdb-memory-unit-menu): New variables for a buffer
20576         that lets the user examine program memory.
20577         (gdb-memory-set-address, gdb-memory-set-repeat-count)
20578         (gdb-memory-format-binary, gdb-memory-format-octal)
20579         (gdb-memory-format-unsigned, gdb-memory-format-signed)
20580         (gdb-memory-format-hexadecimal, gdb-memory-format-menu)
20581         (gdb-memory-format-menu-1, gdb-memory-unit-giant)
20582         (gdb-memory-unit-word, gdb-memory-unit-halfword)
20583         (gdb-memory-unit-byte, gdb-memory-unit-menu)
20584         (gdb-memory-unit-menu-1, gdb-make-header-line-mouse-map)
20585         (gdb-memory-mode, gdb-memory-buffer-name)
20586         (gdb-display-memory-buffer, gdb-frame-memory-buffer):
20587         New functions for above buffer.
20589 2005-01-30  Richard M. Stallman  <rms@gnu.org>
20591         * cus-edit.el (custom-bury-buffer): Function deleted.
20592         (custom-buffer-done-function): Option deleted.
20593         (custom-buffer-done-kill): New replacement option.
20594         (Custom-buffer-done): Call quit-window.
20595         (custom-buffer-create-internal): Update for above changes.
20597 2005-01-29  Luc Teirlinck  <teirllm@auburn.edu>
20599         * simple.el (undo-ask-before-discard): New var.
20600         (undo-outer-limit-truncate): Implement it.
20601         (undo-extra-outer-limit): Doc update.
20603 2005-01-29  Richard M. Stallman  <rms@gnu.org>
20605         * ses.el (undo-more): Delete defadvice.
20606         (ses-begin-change): Doc fix.
20608         * dired.el (dired-mode-map): Remap `undo' and `advertised-undo'
20609         instead of rebinding C-x u and C-_.
20611         * files.el (normal-backup-enable-predicate): Return nil for files
20612         in /tmp, regardless of temporary-file-directory.
20614         * man.el (Man-getpage-in-background): Disable undo in Man buffer.
20616         * rect.el (delete-rectangle-line, delete-extract-rectangle-line)
20617         (open-rectangle, delete-whitespace-rectangle-line)
20618         (clear-rectangle-line): If FILL, pass t instead of FILL
20619         for move-to-column's 2nd arg.
20621         * simple.el (undo): Fix the test for continuing a series of undos.
20622         (undo-more): Set pending-undo-list to t when we reach end.
20623         (pending-undo-list): Move up defvar.
20625         * wid-edit.el (widget-button-click):
20626         Shorten the range of the track-mouse binding.
20628         * comint.el (comint-insert-input): Undo previous changes;
20629         use last-input-event in interactive spec.
20631 2005-01-29  Eli Zaretskii  <eliz@gnu.org>
20633         * progmodes/compile.el (compilation-start): Bind buffer-read-only
20634         to nil before invoking call-process.  Reset buffer's modified flag
20635         after fontifying it in the no-async branch.
20637         * wid-edit.el (widget-specify-button): If mouse pointer shape
20638         cannot be changed, use mouse face instead.
20640 2005-01-29  Nick Roberts  <nickrob@snap.net.nz>
20642         * progmodes/gdb-ui.el (gdb-info-breakpoints-custom)
20643         (gdb-goto-breakpoint): Make breakpoint handling work on template
20644         functions in C++.  Reported by Martin Reed <mjreed@essex.ac.uk>
20645         (gdb-assembler-custom): Update to recognize breakpoint information
20646         added on 2005-01-19.
20648 2005-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
20650         * progmodes/scheme.el (scheme-mode-variables): Set comment-add.
20651         (dsssl-mode): Use define-derived-mode.
20652         (scheme-mode-initialize): Remove.
20653         (scheme-mode): Use run-mode-hooks.
20655         * cus-edit.el (customize-group-other-window)
20656         (custom-buffer-create-other-window): Don't override special-display-*.
20657         (custom-mode-map): Make it dense.
20659         * emacs-lisp/lisp-mode.el (eval-defun-1): Make sure `defvar' always
20660         sets the default value.
20662 2005-01-28  Eli Zaretskii  <eliz@gnu.org>
20664         * descr-text.el: Add more keywords.
20666 2005-01-27  Stefan Monnier  <monnier@iro.umontreal.ca>
20668         * speedbar.el: Avoid unnecessary use of locate-library.
20670         * international/mule-cmds.el (standard-display-european-internal):
20671         Don't fiddle with latin-1 non-break space any more since it's now
20672         special cased in the C code.
20673         Don't "do&undo" setting for 160 (especially, don't undo incorrectly).
20675 2005-01-26  Luc Teirlinck  <teirllm@auburn.edu>
20677         * cus-start.el (all): Add `undo-outer-limit'.
20679 2005-01-25  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
20681         * textmodes/bibtex.el (bibtex-format-entry):
20682         Use `bibtex-empty-field-re' only on the text of fields, not on entire
20683         field lines.
20684         (bibtex-autofill-entry): Use `bibtex-empty-field-re' on a string,
20685         not on part of a buffer.
20687 2005-01-25  Lute Kamstra  <lute@gnu.org>
20689         * textmodes/bibtex.el (bibtex-empty-field-re): Don't match
20690         nonempty field text strings like "{letters\\macro{}more letters}".
20691         Clarify docstring.
20692         (bibtex-sort-entry-class, bibtex-autokey-titleword-ignore)
20693         (bibtex-entry-offset, bibtex-parse-association)
20694         (bibtex-parse-field-name): Fix typos in docstrings.
20695         (bibtex-field-list, bibtex-find-crossref): Fix typos in error messages.
20697 2005-01-24  Carsten Dominik  <dominik@science.uva.nl>
20699         * textmodes/reftex-global.el (reftex-isearch-push-state-function)
20700         (reftex-isearch-pop-state-function, reftex-isearch-isearch-search)
20701         (reftex-isearch-switch-to-next-file, reftex-isearch-turn-off)
20702         (reftex-isearch-turn-on, reftex-isearch-minor-mode): New functions.
20704         * textmodes/reftex.el (reftex-mode-menu): Add entry for reftex
20705         isearch minor mode.
20707 2005-01-24  Luc Teirlinck  <teirllm@auburn.edu>
20709         * help-at-pt.el (help-at-pt-display-when-idle): Add autoload cookie.
20711 2005-01-24  Lute Kamstra  <lute@gnu.org>
20713         * textmodes/ispell.el (ispell-dictionary-alist-4): Rewrite the
20714         CASECHARS and NOT-CASECHARS regular expressions of the
20715         "nederlands" and "nederlands8" dictionaries to prevent a "Range
20716         striding over charsets" error.
20718 2005-01-24  Jay Belanger  <belanger@truman.edu>
20720         * calc/calc-store.el (calc-declare-variable): Use calc-var-name to
20721         display variable name.
20723 2005-01-24  Kenichi Handa  <handa@m17n.org>
20725         * international/encoded-kb.el (encoded-kbd-iso2022-single-shift):
20726         Fix setting of the element of encoded-kbd-iso2022-invocations.
20728 2005-01-24  Nick Roberts  <nickrob@snap.net.nz>
20730         * progmodes/gdb-ui.el (gdb-goto-breakpoint, gdb-frames-select)
20731         (gdb-threads-select): Change to also accept mouse events.
20732         (gdb-mouse-goto-breakpoint, gdb-frames-mouse-select)
20733         (gdb-threads-mouse-select): Delete.
20735 2005-01-23  Luc Teirlinck  <teirllm@auburn.edu>
20737         * files.el (insert-directory): Take care of empty directory,
20738         listed without -a switch.
20740 2005-01-23  Stefan Monnier  <monnier@iro.umontreal.ca>
20742         * textmodes/refill.el (refill-post-command-function):
20743         Add `indent-new-comment-line' and `reindent-then-newline-and-indent'
20744         to the list of functions that we should be careful not to undo.
20745         (refill-late-fill-paragraph-function): Remove.
20746         (refill-saved-state): New var.
20747         (refill-mode): Use it to save fill-paragraph-function.
20748         Save also the value of auto-fill-function.
20750         * term/w32-win.el: Simplify code.
20752 2005-01-23  Kim F. Storm  <storm@cua.dk>
20754         * simple.el (line-move): Adapt to new return value from
20755         pos-visible-in-window-p.
20757         * simple.el (line-move): Fix last change.  Check partial
20758         visibility at point rather than at window-start.
20760 2005-01-22  Jason Rumney  <jasonr@gnu.org>
20762         * term/w32-win.el (xw-defined-colors): Remove debug-message.
20764 2005-01-22  David Kastrup  <dak@gnu.org>
20766         * progmodes/grep.el: Add alias `find-grep' for `grep-find'.
20768 2005-01-22  Eli Zaretskii  <eliz@gnu.org>
20770         * type-break.el (type-break-mode): Add a test for
20771         type-break-file-name being non-nil.
20773 2005-01-22  Toby Allsopp  <Toby.Allsopp@navman.com>  (tiny change)
20775         * net/eudc.el (top level): Call (message "") via progn, so that
20776         eudc-options-file is loaded.
20778 2005-01-22  Kim F. Storm  <storm@cua.dk>
20780         * simple.el (line-move-1): Rename from line-move.
20781         (line-move): New function that adjusts vscroll for partially
20782         visible rows, and calls line-move-1 otherwise.
20784 2005-01-21  Ren\e,Ai\e(B Kyllingstad  <listmailxemacs@kyllingstad.com>
20786         * pcomplete.el: Define pcomplete-read-event instead of read-event,
20787         since it's not a complete read-event implementation
20789 2005-01-20  Jay Belanger  <belanger@truman.edu>
20791         * calc/calc-ext.el (calc-fancy-prefix-other-key): Set prefix arg
20792         for called function.
20794 2005-01-20  Steven Tamm  <steventamm@mac.com>
20796         * term/mac-win.el (process-connection-type): Remove.
20797         Controlled now by s/darwin.h:PTY_ITERATION.
20799 2005-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
20801         * window.el (handle-select-window): Don't switch window when we're
20802         in the minibuffer.
20804 2005-01-10  Paul Pogonyshev  <pogonyshev@gmx.net>
20806         * subr.el (dotimes-with-progress-reporter): New macro.
20808         * ses.el (ses-dotimes-msg): Remove macro.
20809         Use `dotimes-with-progress-reporter' instead.
20811 2005-01-19  Steven Tamm  <steventamm@mac.com>
20813         * term/mac-win.el (process-connection-type): Use new
20814         operating-system-release variable to use ptys on Darwin 7 (OS X
20815         10.3) when using carbon build.
20817 2005-01-19  Jay Belanger  <belanger@truman.edu>
20819         * calc/calc-ext.el (calc-fancy-prefix-other-key): Don't clear
20820         flags if the last command was a tab or M-tab.
20822         * calc/calc-prog.el (calc-user-define-edit): Put original formula
20823         in formula editing buffer.
20825 2005-01-19  Nick Roberts  <nickrob@snap.net.nz>
20827         * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Add help-echo for
20828         breakpoint image symbol in margin.
20830 2005-01-19  Jay Belanger  <belanger@truman.edu>
20832         * calc/calc-prog.el (calc-execute-kbd-macro):
20833         Ignore calc-keep-arg-flag.
20835 2005-01-19  Kenichi Handa  <handa@m17n.org>
20837         * textmodes/ispell.el (ispell-looking-at): New function.
20838         (ispell-process-line): Use ispell-looking-at to compare the ispell
20839         output and the buffer contents.
20841 2005-01-18  Jay Belanger  <belanger@truman.edu>
20843         * calc/calc.el (calc-display-raw): Fix docstring.
20845 2005-01-18  Stefan Monnier  <monnier@iro.umontreal.ca>
20847         * simple.el (blink-matching-open): Strip extra info from syntax.
20849         * progmodes/sh-script.el (sh-here-doc-open-re): Don't allow | or other
20850         funny chars in the end-of-here-doc marker.
20852 2005-01-19  Nick Roberts  <nickrob@snap.net.nz>
20854         * progmodes/gdb-ui.el (gdb-put-string): Copy/create strings so
20855         that enable/disabled state of breakpoints is shown correctly in
20856         fringe and on ttys.
20857         (gdb-put-breakpoint-icon, gdb-info-breakpoints-custom):
20858         Add breakpoint information as text properties.
20859         (gdb-mouse-toggle-breakpoint):
20860         Rename to gdb-mouse-set-clear-breakpoint.
20861         (gdb-mouse-toggle-breakpoint): New function.  Enable/disable
20862         breakpoints in the margin.
20863         (gdb-remove-strings): Simplify.
20865 2005-01-17  Jay Belanger  <belanger@truman.edu>
20867         * calc/calc-yank.el (calc-edit-mode): Inhibit read-only when
20868         erasing buffer.
20870 2005-01-17  Richard M. Stallman  <rms@gnu.org>
20872         * progmodes/grep.el (grep-find): Copy from `grep' the condition
20873         for calling grep-compute-defaults.
20875         * play/decipher.el (decipher-mode): Don't call decipher-read-alphabet
20876         if buffer is empty.
20878         * emacs-lisp/lisp.el (backward-kill-sexp, kill-sexp): Doc fixes.
20880 2005-01-17  Stefan Monnier  <monnier@iro.umontreal.ca>
20882         * hilit-chg.el (highlight-changes-mode): Don't autoload.
20884         * bindings.el (mode-line-mode-menu): Use bound-and-true-p for all the
20885         non-preloaded variables.
20887 2005-01-17  Steven Tamm  <steventamm@mac.com>
20889         * textmodes/tex-mode.el (tex-start-shell): Adding -i to the
20890         tex-shell cause to force interactivity when using pipes.
20892 2005-01-17  Kim F. Storm  <storm@cua.dk>
20894         * simple.el (just-one-space): Make arg optional.
20896 2005-01-17  Nick Roberts  <nickrob@snap.net.nz>
20898         * xt-mouse.el (xterm-mouse-event): Set new optional fourth arg in
20899         posn-at-x-y to t to access left-margin.
20901 2005-01-16  Michael Albinus  <michael.albinus@gmx.de>
20903         Sync with Tramp 2.0.47.
20905         * net/tramp.el (tramp-operation-not-permitted-regexp) New defcustom,
20906         catching keep-date problems in cp/scp operations.
20907         (tramp-handle-copy-file): Don't call `set-file-modes'
20908         unconditionally.  Specialized functions should know better what is
20909         necessary.  This improves performance a little bit, and the
20910         functions could catch errors with `cp -p' and `scp -p'.
20911         (tramp-do-copy-or-rename-file-via-buffer)
20912         (tramp-do-copy-or-rename-file-out-of-band): Call `set-file-modes'
20913         when appropriate.
20914         (tramp-do-copy-or-rename-file-directly): Mask `cp -p' error.
20915         Call `set-file-modes' when appropriate.
20916         (tramp-action-out-of-band): Mask `scp -p' error.  Reported by Isak
20917         Johnsson <isak@hypergene.com>
20918         (tramp-get-buffer, tramp-get-debug-buffer): Discard the undo list
20919         of both Tramp buffer and debug buffer.  Reported by Joakim Verona
20920         <joakim@verona.se>
20921         (tramp-file-name-for-operation): Mark `shell-command' as magic for
20922         Emacs only.
20924         * net/tramp-util.el (tramp-minor-mode): New minor mode.  Add it to
20925         `find-file-hooks' and `dired-mode-hook'.
20926         (tramp-minor-mode-map): Respective map.  Add remapping for
20927         `compile' and `recompile'.
20928         (tramp-remap-command, tramp-recompile): New defuns.
20929         (tramp-compile): Enable `tramp-minor-mode' and `compilation-mode'
20930         in buffer "*Compilation*".  Call the commands asynchronously.
20932         * net/tramp-vc.el (tramp-vc-do-command, tramp-vc-do-command-new)
20933         (tramp-vc-simple-command): Call `tramp-handle-shell-command' but
20934         `shell-command', because it isn't magic in XEmacs.  Reported by
20935         Adrian Aichner <adrian@xemacs.org>.
20937         * net/tramp-smb.el (tramp-smb-file-name-handler-alist): Add entry for
20938         `substitute-in-file-name.
20939         (tramp-smb-handle-substitute-in-file-name): New defun.
20940         (tramp-smb-advice-PC-do-completion): Delete advice.
20942 2005-01-16  Kai Grossjohann  <kgrossjo@eu.uu.net>
20944         * net/tramp.el (tramp-wait-for-output): Fix typo in echo processing.
20945         Fix error in deleting region.
20947 2005-01-15  Richard M. Stallman  <rms@gnu.org>
20949         * emacs-lisp/lisp-mnt.el (lm-with-file): Use Lisp mode in temp buffer.
20950         In non-temp buffer, switch syntax table temporarily.
20952         * emacs-lisp/lisp-mode.el (indent-pp-sexp): Doc fix.
20954         * replace.el (occur-accumulate-lines, occur-engine): Avoid warnings.
20956         * tar-mode.el (tar-extract): Bind buffer-undo-list to t.
20958         * imenu.el (imenu--split-menu): Copy menulist before sorting.
20959         (imenu--generic-function): Use START, not BEG, as pos of definition.
20961         * simple.el (just-one-space): Argument specifies number of spaces.
20963         * simple.el (eval-expression-print-format): Avoid warning
20964         about edebug-active.
20966 2005-01-15  James R. Van Zandt  <jrvz@comcast.net>  (Tiny change)
20968         * progmodes/sh-script.el: Code copied from make-mode.el
20969         with small changes,
20970         (sh-mode-map): Bind C-c C-\.
20971         (sh-backslash-column, sh-backslash-align): New variables.
20972         (sh-backslash-region, sh-append-backslash): New functions.
20974 2005-01-15  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
20976         * mail/rmail.el: Updated to work with movemail from GNU Mailutils
20977         (rmail-pop-password, rmail-pop-password-required): Move to
20978         rmail-obsolete group.
20979         (rmail-set-pop-password): Rename to rmail-set-remote-password.
20980         All callers updated.
20981         (rmail-get-pop-password): Rename to rmail-get-remote-password.
20982         Take an argument specifying whether it is POP or IMAP mailbox we
20983         are using.  All callers updated.
20984         (rmail-pop-password-error): Rename to
20985         rmail-remote-password-error.  Added mailutils-specific error message.
20986         (rmail-movemail-search-path)
20987         (rmail-movemail-variant-in-use): New variables.
20988         (rmail-remote-password, rmail-remote-password-required):
20989         New customization variables.
20990         (rmail-probe, rmail-autodetect, rmail-movemail-variant-p): New funs.
20991         (rmail-parse-url): New function.
20992         (rmail-get-new-mail, rmail-insert-inbox-text): Update for use
20993         with GNU mailutils movemail.
20995 2005-01-15  Kevin Ryde  <user42@zip.com.au>
20997         * info-look.el (c-mode/symbol): Add ^` to prefix, and change
20998         suffix to space, $ or '$, to correctly position point when going
20999         to @table style constants like DBL_MAX.
21001 2005-01-15  Jorgen Schaefer  <forcer@forcix.cx>  (tiny change)
21003         * type-break.el (type-break-mode, type-break-file-time)
21004         (type-break-file-keystroke-count, type-break-choose-file):
21005         Don't store data in or load data from the file if type-break-file-name
21006         is nil.
21007         (type-break-file-name): Doc update as per the above.
21009 2005-01-15  Stephen Eglen  <S.J.Eglen@damtp.cam.ac.uk>  (tiny change)
21011         * woman.el (woman-dired-define-key-maybe): If KEY is undefined,
21012         lookup-key might return nil; handle that.
21014 2005-01-15  Alan Mackenzie  <acm@muc.de>
21016         * ebrowse.el (ebrowse-class-in-tree): Return the tail of the tree
21017         rather than the element found, thus enabling the tree to be setcar'd.
21019 2005-01-14  Carsten Dominik  <dominik@science.uva.nl>
21021         * textmodes/org.el (org-show-following-heading): New option.
21022         (org-show-hierarchy-above): Use `org-show-following-heading'.
21023         (org-cycle): Documentation fix.
21025         * textmodes/org.el (orgtbl-optimized): New option
21026         (orgtbl-mode): New command, a minor mode.
21027         (orgtbl-mode-map): New variable.
21028         (turn-on-orgtbl, orgtbl-mode, orgtbl-make-binding)
21029         (orgtbl-error, orgtbl-self-insert-command)
21030         (orgtbl-delete-backward-char, orgtbl-delete-char): New functions.
21032         * textmodes/org.el (org-mode): `org-table-may-need-update' is now
21033         a local variable in each org-mode buffer.
21035         * textmodes/org.el (org-set-regexps-and-options): Rename from
21036         `org-set-regexps'.  Added checking for STARTUP keyword.
21037         (org-get-current-options): Add STARTUP options.
21038         (org-table-insert-row): Make mode intelligent about when
21039         realignment is needed.
21040         (org-self-insert-command, org-delete-backward-char, org-delete-char):
21041         New commands.
21042         (org-enable-table-editor): New default value `optimized'.
21043         (org-table-blank-field): Support blanking regions if active.
21045 2005-01-14  Carsten Dominik  <dominik@science.uva.nl>
21047         * textmodes/reftex-cite.el (reftex-bib-sort-year): Catch the case
21048         if the year is not given.
21050         * textmodes/reftex-ref.el (reftex-replace-prefix-escapes):
21051         Add new escapes %m and %M, fixed bug with %F by adding
21052         save-match-data.
21053         (reftex-reference): Remove ?. from list of spaces.
21054         (reftex-label-info): Add automatic label prefix recognition.
21056         * textmodes/reftex-index.el (reftex-index-next-phrase):
21057         Add slave parameter to call of `reftex-index-this-phrase'.
21058         (reftex-index-this-phrase): New optional argument.
21059         (reftex-index-region-phrases): Add slave parameter to call of
21060         `reftex-index-this-phrase'.
21061         (reftex-display-index): New argument redo.
21062         (reftex-index-rescan): Add `redo' to arguments of
21063         `reftex-display-index'.
21064         (reftex-index-Rescan, reftex-index-revert)
21065         (reftex-index-switch-index-tag): Add `redo' to arguments of
21066         `reftex-display-index'.
21067         (reftex-index-make-phrase-regexp): Fix bug with case-sensitive
21068         indexing.  Fix bug with matching is there is a quote before or
21069         after the word.
21071         * textmodes/reftex-cite.el (reftex-all-used-citation-keys):
21072         Fix bug when collecting citation keys in lines with comments.
21073         (reftex-citation): Prefix argument no longer rescans the document,
21074         but forces prompting for optional arguments of cite macros.
21075         (reftex-do-citation): Prompting for optional arguments implemented.
21077         * textmodes/reftex-vars.el (reftex-cite-format-builtin):
21078         Add optional arguments to most cite commands.
21079         (reftex-cite-cleanup-optional-args): New option
21080         (reftex-cite-prompt-optional-args): New option.
21081         (reftex-trust-label-prefix): New option.
21083         * textmodes/reftex-toc.el (reftex-toc-find-section):
21084         Add push-mark before changing the position in the buffer.
21086         * textmodes/reftex.el (reftex-prefix-to-typekey-alist): New variable.
21087         (reftex-compile-variables): Compute reftex-prefix-to-typekey-alist.
21089 2005-01-14  Nick Roberts  <nickrob@snap.net.nz>
21091         * xt-mouse.el (xterm-mouse-event): Compute window co-ordinates
21092         more carefully.
21094 2005-01-13  Stefan Monnier  <monnier@iro.umontreal.ca>
21096         * textmodes/sgml-mode.el (sgml-fill-nobreak): New fun.
21097         (sgml-mode): Use it.
21098         (sgml-get-context): Better keep track of implicitly closed tags.
21100 2005-01-13  Kenichi Handa  <handa@m17n.org>
21102         * textmodes/ispell.el: These changes are to fix misalignment error
21103         caused by equivalent characters of different Emacs charsets.
21104         (ispell-unified-chars-table): New variable.
21105         (ispell-get-decoded-string): New function.
21106         (ispell-get-casechars, ispell-get-not-casechars)
21107         (ispell-get-otherchars): Call ispell-get-decoded-string.
21109 2005-01-12  Johan Bockg\e,Ae\e(Brd  <bojohan@users.sourceforge.net>
21111         * custom.el (custom-declare-variable): Just put symbol instead
21112         of (defvar . symbol) in `current-load-list'.
21114 2005-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
21116         * emacs-lisp/elint.el: Fixed typo in Commentary section.
21118 2005-01-12  Jay Belanger  <belanger@truman.edu>
21120         * calc/calc-help.el (calc-describe-key): Use temporary info buffer
21121         to create a Calc summary.
21123 2005-01-12  Kim F. Storm  <storm@cua.dk>
21125         * mouse.el (mouse-on-link-p): Change functionality and doc
21126         string to comply with latest description in lisp ref.
21128 2005-01-12  Nick Roberts  <nickrob@snap.net.nz>
21130         * xt-mouse.el (xterm-mouse-translate, xterm-mouse-event):
21131         Enable mouse clicks on mode-line, header-line and margin.
21132         (event-type): Give mouse event symbols an `event-kind' property
21133         with value `mouse-click'.
21135 2005-01-12  Juri Linkov  <juri@jurta.org>
21137         * facemenu.el (list-colors-display): Add new arg buffer-name.
21138         Use it.  Fix docstring.  Replace code for identifying duplicate
21139         colors by the name with call to `list-colors-duplicates' which
21140         identifies duplicate colors by the value unless the color
21141         is one of special Windows colors.  Set truncate-lines to t.
21142         Print sorted duplicate color names on each line.  Indent to 22
21143         \(the longest color name in rgb.txt) instead of 20.  Optimize.
21144         (list-colors-duplicates): New function.
21145         (facemenu-color-name-equal): Delete function.
21147         * facemenu.el (list-colors-print): New function created from code
21148         in list-colors-display.  Print #RRGGBB at the window right edge.
21149         (list-colors-display): When temp-buffer-show-function is not
21150         defined, call list-colors-print from temp-buffer-show-hook
21151         to get the right value of window-width in list-colors-print
21152         after the buffer is displayed.
21154         * simple.el (pop-mark): Move deactivate-mark out of conditional
21155         part to deactivate the active mark regardless of the state of the
21156         mark ring.
21158         * desktop.el (desktop-save): Add `mode: emacs-lisp' to the local
21159         variables line in desktop files.
21161 2005-01-12  Juri Linkov  <juri@jurta.org>
21163         * isearch.el (search-highlight, isearch, isearch-lazy-highlight):
21164         Bring together isearch highlight related options.
21165         (lazy-highlight): Replace group `replace' by `matching'.
21166         (lazy-highlight-cleanup, lazy-highlight-initial-delay)
21167         (lazy-highlight-interval, lazy-highlight-max-at-a-time)
21168         (lazy-highlight): Add aliases to old names isearch-lazy-highlight-...
21169         and declare them obsolete.
21170         (lazy-highlight-face): Rename from isearch-lazy-highlight-face.
21171         (isearch-faces): Remove defgroup.
21172         (isearch-overlay, isearch-highlight, isearch-dehighlight):
21173         Move isearch highlighting code closer to lazy highlighting code.
21175         * replace.el (query-replace-lazy-highlight): Add lazy-highlight group.
21176         (query-replace-highlight, query-replace-lazy-highlight)
21177         (query-replace): Move definitions to the beginning of the file.
21179 2005-01-11  Juri Linkov  <juri@jurta.org>
21181         * toolbar/back_arrow.xpm, toolbar/back_arrow.pbm
21182         * toolbar/lc-back_arrow.xpm, toolbar/lc-fwd_arrow.xpm
21183         * toolbar/fwd_arrow.xpm, toolbar/fwd_arrow.pbm: New icons.
21185         * info.el (Info-history-forward): New variable.
21186         (Info-select-node): Reset Info-history-forward to nil.
21187         (Info-last): Turn into defalias.
21188         (Info-history-back): Rename from Info-last.
21189         Add current node to Info-history-forward.
21190         (Info-history-forward): New fun.
21191         (Info-mode-map): Replace Info-last by Info-history-back.
21192         Bind Info-history-forward to "r".
21193         (Info-mode-menu): Replace Info-last by Info-history-back.
21194         Fix menu item text.  Add menu item for Info-history-forward.
21195         (info-tool-bar-map): Replace Info-last by Info-history-back.
21196         Replace its icon "undo" by "back_arrow".  Add icon "fwd_arrow"
21197         for Info-history-forward.
21198         (Info-mode): Replace Info-last by Info-history-back in docstring.
21199         Add local variable Info-history-forward.
21200         (Info-goto-emacs-command-node): Replace Info-last by Info-history-back.
21202 2005-01-11  Stefan Monnier  <monnier@iro.umontreal.ca>
21204         * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line)
21205         (mouse-drag-region, mouse-drag-region-1, mouse-drag-secondary):
21206         Ignore select-window events rather than fiddle with
21207         mouse-autoselect-window.
21209 2005-01-11  Matthew Mundell  <matt@mundell.ukfsn.org>
21211         * type-break.el (type-break-mode): Fix previous change.
21213 2005-01-10  Jay Belanger  <belanger@truman.edu>
21215         * calc/calc-ext.el (calc-reset): Reset when inside embedded
21216         calculator; only reset when point is inside a calculator.
21217         Don't adjust the window height if the window takes up the whole height
21218         of the frame.
21220 2005-01-10  Thien-Thi Nguyen  <ttn@gnu.org>
21222         * ebuff-menu.el (Electric-buffer-menu-mode):
21223         Preserve value of buffer-local var header-line-format.
21225 2005-01-09  Jay Belanger  <belanger@truman.edu>
21227         * calc/calc.el (calc-mode-var-list-restore-saved-values):
21228         Make sure settings file exists before accessing it.
21230         * calc/calc-embed.el (calc-embedded-subst):
21231         Replace math-multi-subst-rec, which is only supposed to be called
21232         by math-multi-subst, by math-multi-subst.
21234 2005-01-09  Andre Spiegel  <spiegel@gnu.org>
21236         * vc.el (vc-allow-async-revert): New user option.
21237         (vc-disable-async-diff): New internal variable.
21238         (vc-revert-buffer): Use them to disable asynchronous diff.
21240         * vc-cvs.el, vc-arch.el, vc-svn.el, vc-mcvs.el (vc-cvs-diff)
21241         (vc-arch-diff, vc-svn-diff, vc-mcvs-diff): Don't diff
21242         asynchronously if vc-disable-async-diff is t.
21244 2005-01-09  Jay Belanger  <belanger@truman.edu>
21246         * calc/calc.el (defcalcmodevar): New macro.
21247         (calc-mode-var-list-restore-default-values)
21248         (calc-mode-var-list-restore-saved-values): New functions.
21249         (calc-mode-var-list): Use defcalcmodevar to define it.
21250         (calc-always-load-extensions, calc-line-numbering)
21251         (calc-line-breaking, calc-display-just, calc-display-origin)
21252         (calc-number-radix, calc-leading-zeros, calc-group-digits)
21253         (calc-group-char, calc-point-char, calc-frac-format)
21254         (calc-prefer-frac, calc-hms-format, calc-date-format)
21255         (calc-float-format, calc-full-float-format, calc-complex-format)
21256         (calc-complex-mode, calc-infinite-mode, calc-display-strings)
21257         (calc-matrix-just, calc-break-vectors, calc-full-vectors)
21258         (calc-full-trail-vectors, calc-vector-commas, calc-vector-brackets)
21259         (calc-matrix-brackets, calc-language, calc-language-option)
21260         (calc-left-label, calc-right-label, calc-word-size)
21261         (calc-previous-modulo, calc-simplify-mode, calc-auto-recompute)
21262         (calc-display-raw, calc-internal-prec, calc-angle-mode)
21263         (calc-algebraic-mode, calc-incomplete-algebraic-mode)
21264         (calc-symbolic-mode, calc-matrix-mode, calc-shift-prefix)
21265         (calc-window-height, calc-display-trail, calc-show-selections)
21266         (calc-use-selections, calc-assoc-selections)
21267         (calc-display-working-message, calc-auto-why, calc-timing)
21268         (calc-mode-save-mode, calc-standard-date-formats, calc-autorange-units)
21269         (calc-was-keypad-mode, calc-full-mode, calc-user-parse-tables)
21270         (calc-gnuplot-default-device, calc-gnuplot-default-output)
21271         (calc-gnuplot-print-device, calc-gnuplot-print-output)
21272         (calc-gnuplot-geometry, calc-graph-default-resolution)
21273         (calc-graph-default-resolution-3d, calc-invocation-macro)
21274         (calc-show-banner): Use defcalcmodevar to declare them and set
21275         their default values.
21277         * calc/calc-ext.el (calc-reset): Restore saved values of variables
21278         instead of default values (but restore default values if there is
21279         an argument of 0).
21281 2005-01-09  David Kastrup  <dak@gnu.org>
21283         * desktop.el (desktop-restore-eager): Fix typo in type.
21285 2005-01-08  Richard M. Stallman  <rms@gnu.org>
21287         * cus-edit.el (customize): Delete :link.
21289 2005-01-08  Jay Belanger  <belanger@truman.edu>
21291         * calc/calc.el (calc-mode): Remove the extension from the
21292         `calc-settings-file' file name when loading it.
21294 2005-01-08  Kim F. Storm  <storm@cua.dk>
21296         * info.el (Info-mode-map, Info-next-link-keymap)
21297         (Info-prev-link-keymap, Info-up-link-keymap):
21298         Map follow-link to mouse-face.
21299         (Info-fontify-node): Add "mouse-2: " prefix to tooltip.
21301 2005-01-08  Jay Belanger  <belanger@truman.edu>
21303         * calc/calc.el (calc-settings-file): Change default value.
21304         Suggested by cgw in a comment in calc-mode.el.
21306         * calc/calc-mode.el (calc-settings-file-name):
21307         Compare calc-settings-file to user-init-file instead of ~/.emacs.
21308         Replace ~/.emacs in a prompt by calc-settings-file.
21310 2005-01-07  Lars Hansen  <larsh@math.ku.dk>
21312         * desktop.el (desktop-restore-eager, desktop-lazy-verbose)
21313         (desktop-lazy-idle-delay): New customizable variables.
21314         (desktop-buffer-args-list): New variable.
21315         (desktop-append-buffer-args): New function.
21316         (desktop-save): Call desktop-append-buffer-args for some buffers.
21317         (desktop-lazy-create-buffer): New function.
21318         (desktop-idle-create-buffers): New function.
21319         (desktop-read): Add message about buffers to restore lazily.
21320         (desktop-lazy-abort): New command.
21321         (desktop-clear): Call desktop-lazy-abort.
21322         (desktop-lazy-complete): New command.
21324 2005-01-06  Richard M. Stallman  <rms@gnu.org>
21326         * emacs-lisp/find-func.el (find-face-definition):
21327         Rename from find-face.
21329 2005-01-06  Kim F. Storm  <storm@cua.dk>
21331         * simple.el (completion-list-mode-map): Map follow-link to mouse-face.
21333         * man.el (Man-xref-man-page, Man-xref-header-file)
21334         (Man-xref-normal-file): Add follow-link property.
21336 2005-01-06  Jay Belanger  <belanger@truman.edu>
21338         * calc/calc-units.el: Make sure the proper macro definitions are
21339         available when compiling.
21341 2005-01-06  Juri Linkov  <juri@jurta.org>
21343         * isearch.el (isearch-lazy-highlight-update):
21344         Rename `isearch-lazy-highlight-interval' to `lazy-highlight-interval'.
21346 2005-01-06  Miles Bader  <miles@gnu.org>
21348         * isearch.el (lazy-highlight): Rename from `lazy-highlight-face'.
21349         (isearch-lazy-highlight-face): Use new name.
21351 2005-01-05  Stefan Monnier  <monnier@iro.umontreal.ca>
21353         * uniquify.el (uniquify-rationalize-file-buffer-names):
21354         Re-add an interactive spec.
21355         (uniquify-rationalize-file-buffer-names): Fix corner case when renaming
21356         to the same name.
21358         * isearch.el (isearch-dehighlight): Remove unused arg `totally'.
21359         (isearch-update, isearch-done): Adjust calls accordingly.
21361 2005-01-05  Richard M. Stallman  <rms@gnu.org>
21363         * custom.el (custom-set-variables, custom-theme-set-variables):
21364         Clarify documentation.
21366         * emacs-lisp/find-func.el (find-variable)
21367         (find-variable-other-window, find-variable-other-frame):
21368         Fix the TYPE args to find-function-read and find-function-do-it.
21369         (find-function): Doc fix.
21370         (find-function-at-point): Replace function-at-point alias.
21372 2005-01-04  Richard M. Stallman  <rms@gnu.org>
21374         * cus-face.el (custom-declare-face):
21375         Record defface in current-load-list.
21377         * help-fns.el (variable-at-point): New arg ANY-SYMBOL.
21379         * emacs-lisp/find-func.el: Doc fixes.
21380         (find-face-regexp): New variable.
21381         (find-function-regexp-alist): New variable.
21382         (find-function-C-source): Third arg is now TYPE.
21383         (find-function-search-for-symbol): Handle general TYPE.
21384         (find-function-read, find-function-do-it): Handle general TYPE.
21385         (find-definition-noselect, find-face): New functions.
21386         (function-at-point): Alias deleted.
21388 2005-01-04  Stefan Monnier  <monnier@iro.umontreal.ca>
21390         * battery.el (display-battery-mode): Rename from display-battery.
21391         Handle the case where it gets turned off.
21393 2005-01-04  Richard M. Stallman  <rms@gnu.org>
21395         * cus-edit.el (customize): Make :link point to user doc.
21397         * man.el (Man-fontify-manpage): Turn off undo generation.
21399         * add-log.el (change-log-font-lock-keywords): Don't match just "From".
21401 2005-01-04  Andreas Schwab  <schwab@suse.de>
21403         * files.el (insert-directory): Only look for error lines in
21404         inserted text.  Don't move too far after processing --dired markers.
21406 2005-01-04  Richard M. Stallman  <rms@gnu.org>
21408         * mail/mailabbrev.el (sendmail-pre-abbrev-expand-hook):
21409         Don't expand if the character is @, period, dash, etc.
21410         (define-mail-abbrev): Quote names that contain problem characters.
21412 2005-01-04  Thien-Thi Nguyen  <ttn@gnu.org>
21414         * progmodes/hideshow.el: No longer require `cl'; `dolist' is standard.
21416 2005-01-03  Richard M. Stallman  <rms@gnu.org>
21418         * replace.el (replace-dehighlight): Use lazy-highlight-cleanup.
21419         (query-replace-highlight, query-replace-lazy-highlight)
21420         (query-replace): Definitions moved up.  Doc fix.
21422 2005-01-03  Richard M. Stallman  <rms@gnu.org>
21424         * isearch.el (lazy-highlight): Group renamed from isearch-lazy-...
21425         (lazy-highlight-cleanup, lazy-highlight-initial-delay)
21426         (lazy-highlight-interval, lazy-highlight-max-at-a-time)
21427         (lazy-highlight-face): Rename from isearch-lazy-...
21428         Change all references to them.
21430 2005-01-03  Luc Teirlinck  <teirllm@auburn.edu>
21432         * cus-edit.el (custom-file): Doc fix for defcustom.
21433         (custom-file): The function no longer sets the variable
21434         `custom-file' to its return value.
21436         * startup.el (command-line): No longer load `custom-file'.
21438 2005-01-03  Stefan Monnier  <monnier@iro.umontreal.ca>
21440         * emacs-lisp/find-func.el (find-variable-regexp): Avoid defface.
21442         * progmodes/perl-mode.el (perl-nochange, perl-calculate-indent):
21443         Don't confuse module-prefixed identifiers for labels.
21444         Reported by Juan-Leon Lahoz Garcia <juanleon1@gmail.com>.
21446 2005-01-02  Richard M. Stallman  <rms@gnu.org>
21448         * files.el (basic-save-buffer-1): Fix previous change.
21450         * loadhist.el (file-loadhist-lookup): New function.
21451         (file-provides, file-requires): Use it.
21453         * electric.el (Electric-pop-up-window): Use fit-window-to-buffer
21454         instead of calculating the right size.
21456 2005-01-02  Karl Chen  <quarl@cs.berkeley.edu>  (tiny change)
21458         * vc-svn.el (vc-svn-diff): Stay local if possible.
21460 2005-01-02  Stefan Monnier  <monnier@iro.umontreal.ca>
21462         * vc-arch.el (vc-arch-workfile-version): Handle the empty-branch case.
21464         * files.el (hack-local-variables): Fix last change.
21466 2005-01-02  Jay Belanger  <belanger@truman.edu>
21468         * calc/calc-yank.el (calc-edit-top): New variable.
21469         (calc-edit-mode): Set calc-edit-top to be the beginning of the edited
21470         object.  Change header properties.
21471         (calc-edit-finish, calc-edit-finish-stack-object)
21472         (calc-edit-show-buffer): Use calc-edit-top to find the beginning of the
21473         edited object.
21474         * calc/calc-sel.el (calc-finish-selection-edit): Use calc-edit-top
21475         for the beginning of the edited object.
21476         * calc/calc-embed.el (calc-embedded-finish-edit): Use calc-edit-top
21477         for the beginning of the edited object.
21478         * calc/calc-prog.el (calc-edit-macro-finish-edit)
21479         (calc-finish-formula-edit, calc-macro-repeats)
21480         (calc-edit-macro-adjust-buffer, calc-edit-format-macro-buffer)
21481         (calc-edit-macro-pre-finish-edit): Use calc-edit-top for the
21482         beginning of the edited object.
21483         (calc-user-define-edit): Change the header for editing macros.
21484         Remove unnecessary variable.
21486 2005-01-01  Jay Belanger  <belanger@truman.edu>
21488         * calc/calc-yank.el (calc-edit-mode): Change default header.
21489         (calc-edit-finish, calc-show-edit-buffer): Adjust to handle new header.
21490         * calc/calc-store.el (calc-edit-variable): Change title to match new
21491         header.
21492         * calc/calc-prog.el (calc-edit-user-syntax): Change title in edit
21493         mode to match new header.
21494         (calc-user-define-edit): Change titles to include names of commands.
21495         (calc-finish-formula-edit): Adjust to handle new header.
21496         (calc-finish-macro-edit): Remove.
21497         (calc-edit-macro-repeats, calc-edit-macro-adjust-buffer)
21498         (calc-edit-macro-command, calc-edit-macro-command-type)
21499         (calc-edit-macro-combine-alg-ent, calc-edit-macro-combine-ext-command)
21500         (calc-edit-macro-combine-var-name, calc-edit-macro-combine-digits)
21501         (calc-edit-format-macro-buffer, calc-edit-macro-pre-finish-edit)
21502         (calc-edit-macro-finish-edit): New functions.
21503         (calc-user-define-edit): Use new functions to edit named calc macros.
21505 2005-01-01  Stefan  <monnier@iro.umontreal.ca>
21507         * files.el (hack-local-variables): Cleanup prefix/suffix matching.
21509         * ses.el (copy-region-as-kill): Deactivate mark.
21511 2005-01-01  Richard M. Stallman  <rms@gnu.org>
21513         * replace.el (occur-1): If the output buffer is also an input,
21514         don't kill it, rename it.
21516         * faces.el (set-face-background, set-face-foreground): Doc fix.
21518         * cus-face.el (custom-face-attributes): Fix :help-echo strings
21519         for :foreground and :background.
21521         * dired.el (dired-view-command-alist): Variable deleted.
21522         (dired-view-file, dired-mouse-find-file-other-window):
21523         Delete the code to use it.
21525 2005-01-01  Kim F. Storm  <storm@cua.dk>
21527         * image.el (insert-sliced-image): Use t for line-height property.
21529 See ChangeLog.11 for earlier changes.
21531 ;; Local Variables:
21532 ;; coding: iso-2022-7bit
21533 ;; End:
21535     Copyright (C) 2005, 2006 Free Software Foundation, Inc.
21536   Copying and distribution of this file, with or without modification,
21537   are permitted provided the copyright notice and this notice are preserved.
21539 ;;; arch-tag: e39939be-dab3-400e-86f5-0e2701a883c1