(image-load-path-for-library): Merge at least three functions from
[emacs/old-mirror.git] / lisp / ChangeLog
blob4ad05a34603ef4fc396a3a497b7502e84456b715
1 2006-03-10  Bill Wohler  <wohler@newt.com>
3         * image.el (image-load-path-for-library): Merge at least three
4         functions from Gnus and MH-E into this one function that can now
5         be shared.
7 2006-03-11  Nick Roberts  <nickrob@snap.net.nz>
9         * progmodes/gdb-ui.el (gdb-remove-text-properties): Rename from
10         gdb-remove-mouse-face and remove help-echo too.
11         (gdb-enqueue-input): Correct conditional clause.
12         
13 2006-03-10  Glenn Morris  <rgm@gnu.org>
15         * calendar/calendar.el (calendar-holidays): Doc fix.
16         * calendar/holidays.el (list-holidays): Doc fix.
18 2006-03-10  Nick Roberts  <nickrob@snap.net.nz>
20         * progmodes/gdb-ui.el (gdba): Don't call gdb-init-1 explicitly as
21         it gets called in gdb-prompt anyway.
22         (gdb-use-separate-io-buffer): Only restore window arrangement for
23         gdb-many-windows.
24         (gdb-enqueue-input): Make it harder to send GDB input when program
25         is running.
26         (gdb-buffer-list): New variable.
27         (gdb-remove-mouse-face): New function.
28         (gdb-starting): Use it when GDB input won't get sent.
30 2006-03-08  Juanma Barranquero  <lekktu@gmail.com>
32         * help.el (view-lossage): Remove trailing whitespace before
33         inserting "\n".
35 2006-03-07  Chong Yidong  <cyd@stupidchicken.com>
37         * files.el (hack-local-variables-confirm): Set
38         coding-system-for-read to nil before writing to .emacs.
40         * arc-mode.el (archive-extract): Check if an existing buffer name
41         comes from a different archive.
43         * help.el (describe-key-briefly): If KEY is a down event, read and
44         discard the up event.
46 2006-03-07  Nick Roberts  <nickrob@snap.net.nz>
48         * progmodes/gud.el (gud-speedbar-buttons): Allow pointers to
49         be edited and use font-lock-warning-face for any changes.
51         * progmodes/gdb-ui.el (gdb-edit-value-handler): New function.
52         (gdb-edit-value): Use it to report any errors.
54 2006-03-07  Juanma Barranquero  <lekktu@gmail.com>
56         * help.el (describe-key): Remove leftover test code.
58 2006-03-07  Carsten Dominik  <dominik@science.uva.nl>
60         * textmodes/org.el: Move defvars out of eval-when-compile.  Use
61         buffer-file-name variable.
62         (org-agenda-file-to-end, org-agenda-file-to-front): Remove unused
63         arg `file'.
64         (org-level-faces): Remove startup dependency.
65         (org-cycle, org-map-tree, org-scan-tags)
66         (org-remember-handler): Don't call `outline-level' directly.
67         (org-mhe-search-all-folders): New option.
68         (org-mhe-get-message-folder-from-index)
69         (org-mhe-get-message-folder): Fix indexing search.
70         (org-format-agenda-item): Handle nil TAGS argument.
71         (org-cleaned-string-for-export, org-activate-target-links)
72         (org-make-target-link-regexp): Deal with empty radio target list.
73         (org-tag): New face.
74         (org-get-level-face): New function.
75         (org-set-font-lock-defaults): Simplify setup for headlines.
76         (org-complete): Pass common substring to
77         `display-completion-list'.
79 2006-03-06  David Ponce  <david@dponce.com>
81         * tree-widget.el: Update Commentary header.
82         (tree-widget-theme-name): Ignore parent themes.
83         (tree-widget-set-parent-theme): New function.
84         (tree-widget-set-theme): Use it.
85         (tree-widget-set-image-properties): Move definition.  Does nothing
86         if image properties have already been set.
87         (tree-widget-image-properties): Move definition.  Receive an image
88         name.  Set the :pointer property.
89         (tree-widget-lookup-image): Doc fix.  Search in parent themes.
90         Don't set the :pointer image property.
91         (tree-widget-convert-widget): New function.  Handle :dynargs
92         compatibility here.
93         (tree-widget): Use it to :convert-widget.  Add the :expander-p
94         predicate to control when the :expander function is entered.
95         Thanks to Ken Manheimer <ken.manheimer@gmail.com> for the idea.
96         (tree-widget-value-create): Handle :expander-p.  widget-apply
97         :expander.
98         (tree-widget-expander-p): New function.  Default value of the
99         :expander-p property.
101 2006-03-06  Chong Yidong  <cyd@stupidchicken.com>
103         * help.el (describe-key): Properly handle the return value of
104         read-key-sequence when grabbing an up-event.  Cleanup mouse-1
105         remaps.  Handle string and vector `follow-link' values.
107 2006-03-06  Stefan Monnier  <monnier@iro.umontreal.ca>
109         * complete.el (PC-expand-many-files): Try be more careful when parsing
110         the shell's output.
112 2006-03-05  Stefan Monnier  <monnier@iro.umontreal.ca>
114         * outline.el (hide-sublevels): Provide better interactive default.
116 2006-03-06  Kenichi Handa  <handa@m17n.org>
118         * international/fontset.el (create-fontset-from-fontset-spec):
119         Fix regexp for paring FONTSET-SPEC (allow spaces after `:').
121 2006-03-05  Luc Teirlinck  <teirllm@auburn.edu>
123         * progmodes/gud.el (gud-jdb-marker-filter): Quote `[' with two
124         backslashes instead of one in regexp.
125         (gud-tooltip-dereference): Add missing optional argument.
127 2006-03-04  John Paul Wallington  <jpw@pobox.com>
129         * wdired.el (toplevel): Require `cl' at compile-time.
131 2006-03-04  Andreas Schwab  <schwab@suse.de>
133         * server.el (server-process-filter): Handle errors during
134         evaluation of the argument.
136 2006-03-03  John Paul Wallington  <jpw@pobox.com>
138         * t-mouse.el (t-mouse-drag-start, t-mouse-swap-alt-keys): Doc fix;
139         escape parentheses at beginning of line.
140         (t-mouse-tty, t-mouse-make-event): Doc fix; use imperative.
141         (t-mouse-mode): Remove period from end of error message.
143 2006-03-03  Agustin Martin  <agustin.martin@hispalinux.es>
145         * textmodes/flyspell.el (flyspell-process-localwords):
146         Be case-sensitive.
148 2006-03-03  Martin Rudalics  <rudalics@gmx.at>
150         * cus-edit.el (custom-quote): Remove function, since it has been
151         moved to custom.el.
153         * font-lock.el (lisp-font-lock-keywords-2)
154         * emacs-lisp/rx.el (rx-check-any, rx-check-not)
155         * generic-x.el (reg-generic-mode): Quote "]"s in regexps when
156         they have no special meaning.
158         * midnight.el (clean-buffer-list): Handle case where base-buffer of
159         indirect buffer gets killed before indirect buffer.  Use dolist.
161 2006-03-03  Ken Manheimer  <ken.manheimer@gmail.com>
163         * emacs-lisp/edebug.el (edebug-display): Use `edebug-sit-for-seconds'
164         value instead of a literal constant (1) on more pauses.
166 2006-03-03  Slawomir Nowaczyk  <slawomir.nowaczyk.847@student.lu.se>  (tiny change)
168         * textmodes/flyspell.el (flyspell-external-point-words):
169         Be case-sensitive.
171 2006-03-03  Ryan Yeske  <rcyeske@gmail.com>
173         * net/rcirc.el (rcirc-url-regexp): Match entire url when it starts
174         with "www".
176 2006-03-03  Ken Manheimer  <ken.manheimer@gmail.com>
178         * allout.el: Restablish intermediate missing comment header to
179         preserve outline structure.
180         (allout-beginning-of-current-entry): Skip invisible text.
181         (allout-open-topic): Fix opening a topic at end-of-buffer.
182         (allout-minor-mode): Move nearer to allout-mode function.
184 2006-03-02  Carsten Dominik  <dominik@science.uva.nl>
186         * textmodes/org.el (org-paste-subtree): Remove (debug) form.
188 2006-03-02  Nick Roberts  <nickrob@snap.net.nz>
190         * dframe.el (dframe-frame-mode): Don't burp when menu-bar-lines
191         is nil.
193         * progmodes/gud.el (gud-speedbar-menu-items):
194         Use buffer-local-value and add missing :visible keyword.
196         * progmodes/gdb-ui.el (gdb-speedbar-refresh): Quieten speedbar-refresh.
198 2006-03-01  Carsten Dominik  <dominik@science.uva.nl>
200         * textmodes/reftex-index.el (reftex-index-map): `follow-mouse'
201         must be `follow-link'.
203         * textmodes/reftex-toc.el (reftex-toc-map): Likewise.
205         * textmodes/org.el (org-export-as-html): Fix bugs in HTML
206         formatting: No nested anchors.
207         (org-all-targets): Fix bug with XEmacs compatibility.
208         (org-read-date): Add (require 'parse-time).
209         (org-set-tags): Fix bug with extra inserted space.
210         (org-export-html-style): Define a style class for targets.
211         (org-agenda-keymap, org-mouse-map): Add a binding for `follow-link'.
212         (org-hide-leading-stars): New option.
213         (org-hide): New face.
214         (org-set-font-lock-defaults): Allow to hide leading stars.
215         (org-get-legal-level, org-tr-level): New functions.
216         (org-odd-levels-only): New option.
217         (org-level-faces, org-paste-subtree, org-convert-to-odd-levels)
218         (org-demote, org-promote): Deal with double-star levels.
219         (org-convert-to-odd-levels): New command.
221 2006-03-01  Nick Roberts  <nickrob@snap.net.nz>
223         * speedbar.el (speedbar-update-localized-contents): Try to
224         preserve window-start.
225         (speedbar-update-directory-contents): Try to preserve window-start
226         and window-point.
227         (speedbar-update-special-contents): Don't move back to start of window.
229         * progmodes/gdb-ui.el (gdb-speedbar-refresh): Rename from
230         gdb-speedbar-timer-fn.  Use speedbar-refresh instead of
231         speedbar-timer-fn.
232         (gdb-var-update-handler, gdb-var-update-handler-1): Use it.
233         (gdb-speedbar-expand-node): Use speedbar-delete-subblock
234         instead of gdb-speedbar-timer-fn.
236 2006-02-28  Jay Belanger  <belanger@truman.edu>
238         * calc/calccomp.el (math-compose-tex-matrix): Add a latex option.
239         (math-compose-expr): Use latex option when calling
240         `math-compose-tex-matrix' for latex mode.
242 2006-02-28  Nick Roberts  <nickrob@snap.net.nz>
244         * speedbar.el: Re-instate comments about developing for speedbar
245         [this is what info and gdb-ui use even if better methods exist now].
247         * t-mouse.el: New file.
248         (t-mouse-tty): Use with-temp-buffer.  Add more terminal types.
249         (t-mouse-lispy-buffer-posn-from-coords): Remove.  Use the C
250         primitive...
251         (t-mouse-make-event-element): ...posn-at-x-y instead.
252         (t-mouse-make-event): Deal with Fedora Core 3.
253         (t-mouse-make-event): Don't sink the `stupid text mode menubar'.
254         (t-mouse-mouse-position-function): New function.  Use it instead
255         of advising mouse-position.
256         (t-mouse-mode): New minor mode.
257         (t-mouse-stop, t-mouse-run): Remove.  Use t-mouse-mode instead.
259 2006-02-27  Glenn Morris  <rgm@gnu.org>
261         * calendar/calendar.el (calendar-holidays): Doc fix.
263 2006-02-27  Nick Roberts  <nickrob@snap.net.nz>
265         * progmodes/gdb-ui.el (gdb-source-window): New variable.
266         Re-introduce the concept of a source window.
267         (gdb-get-buffer-create): Rename from gdb-get-create-buffer for
268         consistency with get-buffer-create.
269         (def-gdb-auto-update-handler, gdb-info-locals-handler)
270         (gdb-data-list-register-values-handler)
271         (gdb-stack-list-locals-handler): Try to preserve window-start as
272         well as window-point.
273         (gdb-display-source-buffer): New function (old concept).
274         (gdb-goto-breakpoint): Use it.
276         * progmodes/gud.el (gud-display-line): Use gdb-display-source-buffer
277         for gdb-ui/gdb-mi (old concept).
279 2006-02-27  Carsten Dominik  <dominik@science.uva.nl>
281         * textmodes/reftex-index.el (reftex-index-map): Add `follow-mouse'
282         binding.
284         * textmodes/reftex-toc.el (reftex-toc-map): Add `follow-mouse'
285         binding.
287         * textmodes/reftex-sel.el (reftex-select-label-map)
288         (reftex-select-bib-map): Add `follow-mouse' binding.
290 2006-02-26  Luc Teirlinck  <teirllm@auburn.edu>
292         * jka-cmpr-hook.el (jka-compr-compression-info-list)
293         (jka-compr-mode-alist-additions, jka-compr-load-suffixes):
294         Give :set functions to provide automatic updating.
295         Update docstring.  Give compiler defvars early in the file
296         and move the defcustoms to a later spot where all called functions
297         are defined.
298         (jka-compr-file-name-handler-entry): Doc fix.
299         (jka-compr-compression-info-list--internal)
300         (jka-compr-mode-alist-additions--internal)
301         (jka-compr-load-suffixes--internal): New variables.
302         (jka-compr-install): Set the three above variables.
303         Update `load-file-rep-suffixes' instead of `load-suffixes'.
304         (jka-compr-update, jka-compr-set): New functions.
305         (auto-compression-mode): Doc fix.
307         * jka-compr.el (jka-compr-uninstall): Replace `mapcar' with `mapc'.
308         Update `load-file-rep-suffixes' instead of `load-suffixes'.
309         Use jka-compr-compression-info-list--internal,
310         jka-compr-mode-alist-additions--internal and
311         jka-compr-load-suffixes--internal.
313         * files.el (load-library):
314         * loadhist.el (file-loadhist-lookup):
315         * startup.el (command-line):
316         * subr.el (locate-library):
317         * emacs-lisp/autoload.el (update-directory-autoloads):
318         * emacs-lisp/find-func.el (find-library-suffixes):
319         Use `get-load-suffixes' instead of `load-suffixes'.
321         * subr.el (locate-library):
322         * emacs-lisp/find-func.el (find-library-name):
323         Use `load-file-rep-suffixes' instead of '("").
325 2006-02-26  Kim F. Storm  <storm@cua.dk>
327         * ido.el (ido-save-history, ido-load-history): Simplify.
328         Don't use find-file-noselect to avoid interference from other modes.
330 2006-02-25  Thien-Thi Nguyen  <ttn@gnu.org>
332         * progmodes/sh-script.el (sh-mode): Fix bug: Arrange
333         to use the default shell if filename is not available.
334         Reported by Giorgos Keramidas.
336 2006-02-25  John Williams  <jrw@pobox.com>  (tiny change)
338         * progmodes/etags.el (tags-completion-table): Do completion from
339         all the tables in the current list, as documented in the manual.
341 2006-02-24  Alan Mackenzie  <bug-cc-mode@gnu.org>
343         * CC Mode Update to 5.31.3.
345 2006-02-24  Alan Mackenzie  <bug-cc-mode@gnu.org>
347         * progmodes/cc-mode.el (c-postprocess-file-styles):
348         Bind inhibit-read-only to t, around the call to
349         c-remove-any-local-eval-or-mode-variables, so that it works on a
350         RO file.
352 2006-02-24  Alan Mackenzie  <bug-cc-mode@gnu.org>
354         * progmodes/cc-awk.el: Correct a typo.
356 2006-02-24  Alan Mackenzie  <bug-cc-mode@gnu.org>
358         * progmodes/cc-cmds.el, cc-mode.el: Rename c-hungry-backspace to
359         c-hungry-delete-backwards, at the request of RMS.  Leave the old
360         name as an alias.
362 2006-02-24  Alan Mackenzie  <bug-cc-mode@gnu.org>
364         * progmodes/cc-mode.el: Correct a typo.
366 2006-02-24  Alan Mackenzie  <bug-cc-mode@gnu.org>
368         * progmodes/cc-defs.el: Update the version number to 5.31.3.
370 2006-02-24  Alan Mackenzie  <bug-cc-mode@gnu.org>
372         * progmodes/cc-cmds.el (c-electric-brace): Fix clean-up
373         brace-else-brace (error due to mbeg, mend being undefined).
375 2006-02-24  Alan Mackenzie  <bug-cc-mode@gnu.org>
377         * progmodes/cc-mode.el: File Local variables: Solve the problem
378         where both `mode' and c-file-offsets are specified: `mode' will
379         overwrite c-f-o's settings:
380         (c-remove-any-local-eval-or-mode-variables): New function.
381         (c-postprocess-file-styles): Call the above new function, within
382         c-tentative-buffer-change, to splat `mode' and `eval' before the
383         second hack-local-variables.
385 2006-02-24  Alan Mackenzie  <bug-cc-mode@gnu.org>
387         * progmodes/cc-mode.el:
388         [Supersedes patch to cc-engine.el V 1.45]
389         (c-after-change): Protect the match data with save-match-data.
390         It was getting corrupted by c-after-change-check-<>-operators.
392         * cc-defs.el: [Supersedes patch V1.38]:
393         (top level): Check for a buggy font-lock-compile-keywords ONLY in
394         XEmacs.  GNU Emacs 22 now has a check which would throw an error here.
396         * progmodes/cc-awk.el (c-awk-after-change): Protect the match data
397         with save-match-data.  It was being corrupted when Font Lock was
398         not enabled.
400 2006-02-24  Alan Mackenzie  <bug-cc-mode@gnu.org>
402         * progmodes/cc-langs.el (c-mode-menu): Add menu items for Electric
403         Mode and Subword Mode.
405         * progmodes/cc-engine.el (c-beginning-of-statment-1): Distinguish
406         real labels ("case 1:" or "foo:") from non-labels ("public:").
407         (c-forward-objc-directive): Replace c-forward-token-2 with crude
408         coding; c-f-t-2 doesn't move over a token at EOB.
410         * progmodes/cc-defs.el (c-version): Update version number to 5.31.2.
412         * progmodes/cc-cmds.el, cc-mode.el, cc-engine.el
413         (c-update-modeline): Concatenate the minor mode indicators
414         directly onto mode-name, removing c-submode-indicators.
415         Sometimes, c-s-i got separated from the mode name on the mode line.
417         * progmodes/cc-cmds.el (c-electric-brace, c-electric-semi&comma)
418         (c-electric-colon): Correct doc-strings: "/ln" -> "/la".
420 2006-02-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
422         * progmodes/cc-langs.el (c-make-init-lang-vars-fun): Improve the
423         error message when there's an evaluation error to show whether
424         it's loaded from source or not.
425         (c-filter-ops): Make it available at runtime too to work when
426         `c-make-init-lang-vars-fun' needs to evaluate from source.
428 2006-02-24  Juanma Barranquero  <lekktu@gmail.com>
430         * help.el (help): Revert last part of 2006-02-23 change (deletion
431         of the `provide' call).
433 2006-02-23  Juri Linkov  <juri@jurta.org>
435         * compare-w.el (compare-windows-highlight): Add new value
436         `persistent' and change :type from `boolean' to `choice'.
437         (compare-windows-overlays1, compare-windows-overlays2):
438         New internal variables.
439         (compare-windows-highlight): If compare-windows-highlight is
440         `persistent', add current overlays to compare-windows-overlays[12]
441         instead of adding compare-windows-dehighlight to pre-command-hook.
442         (compare-windows-dehighlight): Delete all overlays from
443         compare-windows-overlays[12].
445         * info.el (Info-search): Don't bind search-spaces-regexp to
446         Info-search-whitespace-regexp in non-regexp isearch mode.
448 2006-02-23  Stefan Monnier  <monnier@iro.umontreal.ca>
450         * help.el (describe-mode): Pass `mode-name' to format-mode-line.
452 2006-02-23  Juanma Barranquero  <lekktu@gmail.com>
454         * textmodes/org.el (org-xemacs-p)
455         (org-export-html-show-new-buffer, org-table-may-need-update)
456         (org-insert-item, org-mhe-get-message-real-folder)
457         (org-mhe-get-message-folder-from-index)
458         (org-mhe-get-message-folder, org-mhe-get-message-num)
459         (org-mhe-get-header, org-make-org-heading-search-string)
460         (org-make-org-heading-camel, org-table-sort-lines)
461         (org-format-org-table-html, org-format-table-table-html):
462         Fix typos in docstrings.
464 12006-02-23  Carsten Dominik  <dominik@science.uva.nl>
466         * textmodes/org.el (org-cleaned-string-for-export)
467         (org-solidify-link-text): New function.
468         (org-add-hook): Use `add-local-hook' instead of `make-local-hook' for
469         XEmacs, just to silence the compiler.
470         (org-export-as-ascii, org-export-as-html-and-open):
471         Use `org-cleaned-string-for-export' and create internal links.
472         (org-follow-mhe-link): Require mh-e, use folder.
474 2006-02-23  Nick Roberts  <nickrob@snap.net.nz>
476         * progmodes/gud.el (gud-speedbar-buttons): Use shadow face properly.
478         * progmodes/gdb-ui.el (gdb-debug-ring-max): Rename from
479         gdb-debug-log-length.
480         (gdb-debug-ring): Rename from gdb-debug-log-ring.  Don't make
481         it a real ring but...
482         (gud-gdba-marker-filter): ...make it work like mark-ring.
483         (gdb-enable-debug): Rename from gdb-enable-debug-log.
484         (gdb-mouse-jump): New function.  Add bindings.
486 2006-02-23  Nick Roberts  <nickrob@snap.net.nz>
488         * progmodes/gdb-ui.el (gdb-signalled): New variable and function.
489         (gdb-debug-log-ring): Rename from gdb-debug-log and make a ring.
490         (gdb-send, gdb-send-item, gud-gdba-marker-filter): Use it.
491         (gdb-debug-log-length): Customize it's length.
492         (gud-watch, gdb-var-create-handler): Display function::var format
493         but don't use to create variable object.
494         (gdb-var-create-handler): Use message-box in place of message.
495         (gdb-stopped): Call gdb-exited if signalled.
497 2006-02-22  Carsten Dominik  <dominik@science.uva.nl>
499         * textmodes/reftex.el (reftex-locate-file): Remove duplicate function.
501         * textmodes/reftex-vars.el (reftex-try-all-extensions): New option.
503         * textmodes/reftex.el (reftex-locate-file): Search all extensions
504         if `reftex-try-all-extensions' is set.
506         * textmodes/reftex-dcr.el (reftex-view-crossref): New argument to
507         fail silently when there is no valid argument at point.
508         (reftex-view-crossref-when-idle): Call `reftex-view-crossref' with
509         `fail-silently' argument.  From a patch by David Reiter.
511         * textmodes/org.el (org-mark-ring-push, org-mark-ring-goto):
512         New commands.
513         (org-mark-ring): New variable.
514         (org-mark-ring-length): New option.
515         (org-open-at-point, org-goto, org-open-file): Push old position
516         onto the mark ring.
517         (org-add-hook): New function.
518         (org-export-table-remove-special-lines): New option.
519         (org-skip-comments, org-format-org-table-html): Respect new
520         option `org-export-table-remove-special-lines'.
521         (org-open-file): Allow special command configuration for
522         directory link.
523         (org-file-apps): Fix bugs in customize type, added setting
524         for directories.
525         (org-activate-tags, org-format-agenda-item, org-complete)
526         (org-get-tags-at, org-scan-tags, org-make-tags-matcher)
527         (org-get-tags, org-get-buffer-tags, org-open-at-point)
528         (org-link-search, org-make-org-heading-search-string)
529         (org-make-org-heading-camel): Allow @ and 0-9 as tags characters.
530         (org-radio-targets, org-file-link-context-use-camel-case)
531         (org-activate-camels): New options.
532         (org-update-radio-target-regexp, org-all-targets)
533         (org-make-target-link-regexp, org-activate-target-links):
534         New functions.
535         (org-make-org-heading-search-string): New function.
536         (org-store-link, org-insert-link): Use new option
537         `org-file-link-context-use-camel-case'.
538         (org-activate-camels): Use new option `org-activate-camels'.
539         (org-link-regexp): Add mhe prefix.
540         (org-open-at-point, org-store-link): Support for mhe links.
541         (org-mhe-get-message-real-folder, org-mhe-get-message-folder)
542         (org-mhe-get-message-folder-from-index, org-mhe-get-message-num)
543         (org-mhe-get-header, org-follow-mhe-link): New functions.
544         (org-remove-angle-brackets, org-add-angle-brackets):
545         New functions.
546         (org-bracket-link-regexp): New constant.
547         (org-read-date): Fix bug that was rejecting all typed dates.
548         (org-link-search): Make hierarchy above visible after a match.
549         (org-follow-bbdb-link): Inhibit electric mode for BBDB.
550         (org-store-link): Fix bug with link creation when cursor is in
551         an empty line.
552         (org-open-at-point): Fix bug with matching a link.
553         Fixed buggy argument sequence in call to `org-view-tags'.
554         (org-compile-prefix-format): Set `org-prefix-has-tag'.
555         (org-prefix-has-tag): New variable.
556         (org-format-agenda-item): Remove tags from headline
557         if appropriate.
558         (org-agenda-remove-tags-when-in-prefix): New option.
560 2006-02-21  Michael Kifer  <kifer@cs.stonybrook.edu>
562         * ediff-diff.el (ediff-setup-diff-regions, ediff-setup-diff-regions3):
563         Fix the regular expressions.
565 2006-02-21  Richard M. Stallman  <rms@gnu.org>
567         * progmodes/sh-script.el (sh-mode): Set shell type based on file name
568         if there's no other specific basis.
570         * emacs-lisp/unsafep.el (unsafep): Don't treat &rest or &optional
571         as variables at all.
572         (unsafep-variable): Rename arg; doc fix.
574         * abbrevlist.el (list-one-abbrev-table): Add autoload.
576         * calendar/appt.el (diary-selective-display): Add defvar.
578         * sort.el (sort-columns): Use Posix arg syntax for `sort'.
580         * isearch.el (search-whitespace-regexp): Fix custom type.
582         * help.el (describe-key-briefly): Compute interactive args
583         in same was as before previous change.
585         * files.el (enable-local-variables): Doc fix.
587 2006-02-21  Kim F. Storm  <storm@cua.dk>
589         * fringe.el: Cleanup as file is now pre-loaded.
590         (fringe-bitmaps): Initialize unconditionally.
591         (fringe-mode, set-fringe-style): Remove autoload cookies.
593 2006-02-21  Giorgos Keramidas  <keramida@ceid.upatras.gr>  (tiny change)
595         * fringe.el (fringe-bitmaps): Rename `horisontal-bar' to
596         `horizontal-bar'.
597         (fringe-cursor-alist): Use `horizontal-bar'.
599 2006-02-20  Kim F. Storm  <storm@cua.dk>
601         * fringe.el (fringe-bitmaps): Update to new bitmap names.
602         (fringe-indicator-alist, fringe-cursor-alist): Initialize.
604         * loadup.el: Load "fringe" on window systems.
606 2006-02-20  Nick Roberts  <nickrob@snap.net.nz>
608         * progmodes/gud.el (gud-speedbar-buttons): Use shadow face for all
609         out of scope components.
611         * progmodes/gdb-ui.el (gdb-speedbar-auto-raise): Don't enable by
612         default.
614 2006-02-20  Chong Yidong  <cyd@stupidchicken.com>
616         * custom.el (customize-mark-to-save, customize-mark-as-set):
617         Load the symbol first.
619 2006-02-20  Juanma Barranquero  <lekktu@gmail.com>
621         * buff-menu.el (list-buffers-noselect): Turn also "\n" into a
622         strech spec so it doesn't display as "^J" on the header line
623         when `Buffer-menu-use-header-line' is t.
625 2006-02-20  Nick Roberts  <nickrob@snap.net.nz>
627         * speedbar.el (speedbar-make-button): Keep text properties
628         of string arguments if desired.
630         * progmodes/gud.el (gud-speedbar-buttons): Fontify watch
631         expessions.
633         * progmodes/gdb-ui.el (gdb-speedbar-expand-node): Force update
634         of speedbar.
636 2006-02-19  Ryan Yeske  <rcyeske@gmail.com>
638         * ffap.el (ffap-read-file-or-url): Bind `completion-ignore-case'
639         to value of `read-file-name-completion-ignore-case'.
641 2006-02-19  Chong Yidong  <cyd@stupidchicken.com>
643         * custom.el (customize-mark-as-set): Push to `user' theme.
645         * cus-edit.el (custom-save-variables): Allow unthemed values.
646         (customize-set-variable): Push setting to `user' theme.
648 2006-02-19  Nick Roberts  <nickrob@snap.net.nz>
650         * progmodes/gud.el: Don't require font-lock as it's now
651         automatically loaded.
652         (gud-speedbar-buttons): Replace gdb-var-changed with
653         gdb-force-update.
655         * progmodes/gdb-ui.el (gdb-force-update): Rename from
656         gdb-var-changed.
657         (gdb-post-prompt): Use it.
658         (gdb-var-create-handler, gdb-var-evaluate-expression-handler)
659         (gdb-var-update-handler, gdb-var-delete)
660         (gdb-speedbar-expand-node, gdb-var-list-children-handler-1)
661         (gdb-var-update-handler-1): Don't set gdb-var-changed, just set
662         gdb-force-update in gdb-post-prompt.
663         (gdb-reset): Clear watch expressions from speedbar when quitting.
665 2006-02-19  Michael Kifer  <kifer@cs.stonybrook.edu>
667         * viper-cmd.el (viper-insert-state-post-command-sentinel)
668         (viper-change-state-to-vi, viper-change-state-to-emacs):
669         Make aware of cursor coloring in the Emacs state.
670         (viper-special-read-and-insert-char): Use read-char-exclusive.
671         (viper-minibuffer-trim-tail): Workaround for fields in minibuffer.
673         * viper-init.el (viper-emacs-state-cursor-color): New variable.
675         * viper-util.el (viper-save-cursor-color)
676         (viper-get-saved-cursor-color-in-replace-mode)
677         (viper-get-saved-cursor-color-in-insert-mode)
678         (viper-restore-cursor-color): Make aware of the cursor color in Emacs
679         state.
680         (viper-get-saved-cursor-color-in-emacs-mode): New function.
682         * ediff-diff.el (ediff-ignore-case, ediff-ignore-case-option)
683         (ediff-ignore-case-option3, ediff-actual-diff-options)
684         (ediff-actual-diff3-options): New variables to control case sensitivity.
685         (ediff-make-diff2-buffer, ediff-setup-fine-diff-regions)
686         (ediff-setup-diff-regions3): Make aware of case-sensitivity.
687         (ediff-toggle-ignore-case): New function.
688         (ediff-extract-diffs, ediff-extract-diffs3): Preserve point in buffers.
690         * ediff-help.el (ediff-long-help-message-narrow2)
691         (ediff-long-help-message-compare2, ediff-long-help-message-compare3)
692         (ediff-long-help-message-word-mode): Add ignore-case command.
693         (ediff-help-for-quick-help): Add ignore-case command.
695         * ediff-merg.el: Move provide to the end.
697         * ediff-ptch.el: Move provide to the end.
699         * ediff-wind.el: Move provide to the end.
701         * ediff-mult.el: Move provide to the end.
702         (ediff-set-meta-overlay): Enable follow-link.
704         * ediff.el: Move provide to the end.
705         Break recursive load cycle in eval-when-compile.
706         (ediff-patch-buffer): Better heuristics.
708         * ediff-util.el: Move provide to the end.
709         Break recursive load cycle in eval-when-compile.
710         (ediff-setup-keymap): Add binding for #c.  Replace some defsubsts with
711         defuns.
712         (ediff-submit-report): Pass the values of ediff-diff3-program,
713         ediff-diff3-options.
715 2006-02-19  Juanma Barranquero  <lekktu@gmail.com>
717         * help-fns.el (help-do-arg-highlight): Recognize also ARG- followed by
718         the opening bracket of the following bracketing pairs: {}, [], (), <>,
719         `' (for example, in the docstring of `windmove-default-keybindings').
721 2006-02-19  Nick Roberts  <nickrob@snap.net.nz>
723         * progmodes/gud.el (gud-speedbar-buttons): Update properly for
724         shadow face.  Don't provide binding to edit variable when it is
725         out of scope.
727         * progmodes/gdb-ui.el (gdb-var-evaluate-expression-handler)
728         (gdb-var-update-handler): Detect out of scope variables with pre
729         GDB 6.4 too.
730         (gdb-post-prompt): Revert change from 2006-02-17 (force update).
731         Reset status of variable objects to nil in update handlers.
732         (gdb-var-update-handler-1): Detect when a variable object comes
733         in scope.  setcar on var changes gdb-var-list directly.
735 2006-02-17  Juri Linkov  <juri@jurta.org>
737         * ffap.el (ffap) <defface>: Add explicit face declaration.
738         (ffap-highlight): Use face `ffap' directly instead of checking
739         for its existence.
741         * icomplete.el (icomplete-get-keys): Use `t' for the second arg
742         `visible-ok' of `other-buffer' to find the right original buffer.
744         * info.el (Info-search): Skip `Local Variables' node.
746 2006-02-17  Juri Linkov  <juri@jurta.org>
748         * info.el (Info-find-file): Check for symbols `apropos', `history',
749         `toc' in the input filename, and return these symbols as is.
750         (Info-find-node-2): Set Info-current-file to symbols `apropos',
751         `history', `toc' instead of strings.
752         (Info-set-mode-line): For non-string Info-current-file use the
753         symbol's name inside **.
754         (Info-isearch-push-state): Add quote before Info-current-file and
755         Info-current-node.
756         (Info-isearch-pop-state): Use `equal' instead of `string='.
757         (Info-extract-pointer, Info-following-node-name): Use
758         `match-string-no-properties' instead of `match-string'.
759         (Info-up): Check `old-file' for `stringp'.
760         (Info-history): Use `equal' instead of `string-equal'.
761         Check `file' for `stringp'.
762         (Info-history): Use symbol `history' instead of string as first arg
763         of `Info-find-node'.
764         (Info-toc): Check `Info-current-file' for `stringp'.  Use symbol
765         `toc' instead of string.
766         (Info-extract-menu-node-name): Use `buffer-substring-no-properties'
767         instead of `buffer-substring', and `match-string-no-properties'
768         instead of `match-string'.
769         (Info-index-nodes): Check for symbols `apropos', `history', `toc'
770         instead of strings.
771         (info-apropos): Use `Info-find-node' instead of `Info-goto-node'.
772         Use symbol `apropos' instead of string.
773         (Info-copy-current-node-name): Check `Info-current-file' for
774         `stringp' and construct a command with `Info-find-node' from it.
775         (Info-fontify-node): Use `match-string-no-properties' instead of
776         `match-string' and check file names for `stringp'.
777         (Info-desktop-buffer-misc-data): Check for symbols `apropos',
778         `history', `toc' instead of strings.
780 2006-02-17  Chong Yidong  <cyd@stupidchicken.com>
782         * files.el: Rearrange functions and variables in the file local
783         variables section.
785 2006-02-17  Reiner Steib  <Reiner.Steib@gmx.de>
787         * files.el: Add truncate-lines, ispell-check-comments and
788         ispell-local-dictionary as safe local variables.
790 2006-02-18  Nick Roberts  <nickrob@snap.net.nz>
792         * progmodes/gud.el (gud-speedbar-buttons): Use shadow face for
793         out of scope variables.
794         (gud-speedbar-buttons): Use unless.
796         * progmodes/gdb-ui.el (gdb-var-list): Update doc string.
797         (gdb-init-1, gdb-var-changed): Set gdb-var-changed to t initially.
798         (gdb-show-changed-values): Also use for out of scope variables.
799         (gdb-var-update-handler-1): Note if variable goes out of scope.
801 2006-02-17  Ryan Yeske  <rcyeske@gmail.com>
803         * net/rcirc.el (rcirc-connect): Make all arguments optional, and
804         default to global variable values for unsupplied args.
805         (rcirc-get-buffer-create): Fix bug with setting the target.
806         (rcirc-any-buffer): Rename from rcirc-get-any-buffer, and include
807         test for rcirc-always-use-server-buffer-flag here.
808         (rcirc-response-formats): Add %N, which is a facified nick.  %n
809         uses the default face.  Change the ACTION format string.  If the
810         "nick" is the server, don't print anything for that field.
811         Comment fixes.
812         (rcirc-target-buffer): Don't test
813         rcirc-always-use-server-buffer-flag here.
814         (rcirc-print): Squeeze extra spaces out of the text before message.
815         (rcirc-put-nick-channel): Strip potential "@" char from nick
816         before adding them to nick table.
817         (rcirc-url-regexp): Improve to match address like "foo.com".
819 2006-02-17  Eli Zaretskii  <eliz@gnu.org>
821         * allout.el (allout-hidden-p): Move this defsubst before
822         allout-overlay-interior-modification-handler, where it is first
823         used.
825 2006-02-17  Ken Manheimer  <ken.manheimer@gmail.com>
827         * allout.el: Use allout invisible-text overlays instead of
828         selective display for concealed text.  Also, lots of general
829         cleanup, and improved compatibility code.
831         (allout-version) Incremented, corrected, revised, and refined
832         module commentary.
834         (provide 'allout): Moved to the bottom, added a require of overlay.
836         (allout-encrypt-unencrypted-on-saves): Defaults to t instead of
837         `except-current'.
838         (allout-write-file-hook-handler): Minimize delay.
839         (count-trailing-whitespace-region): New function so
840         auto-encryption of current topic can resituate cursor exactly.
841         PGP/GPG encryption trims trailing whitespace from lines, which
842         must be accounted for across encryption then decryption.
844         (allout-command-prefix): Now defaults to "\C-c<space>" rather than
845         just plain "\C-c", to avoid intruding on user's keybinding space.
847         (allout-toggle-current-subtree-encryption): Pass along fetch-pass
848         parameter, so user request to provide a new password is done.
850         (allout-outside-normal-auto-fill-function, allout-auto-fill):
851         Refined mechanism for auto-filling behavior while in allout mode.
853         (allout-mode): Explicitly specify the mode map in the docstring.
854         Clarify provision for various write-file hook var names.
855         Adjusted for invisible-text overlays instead of selective-display.
857         (allout-depth): Really return 0 if not within any topic.  This
858         rectifies `allout-beginning-of-level' and sequence numbering
859         errors that occur when cutting and pasting numbered topics.
860         Changed from a in-line subst to a regular function, as well.
862         (allout-pre-next-prefix): Renamed from allout-pre-next-preface.
864         (allout-end-of-subtree, allout-end-of-subtree)
865         (allout-end-of-entry, allout-end-of-current-heading)
866         (allout-next-visible-heading, allout-open-topic, allout-show-entry)
867         (allout-show-children, allout-show-to-offshoot)
868         (allout-hide-current-entry, allout-show-current-entry): Rectified
869         handling of trailing blank lines between items.
871         (allout-line-boundary-regexp, set-allout-regexp, allout-depth)
872         (allout-current-depth, allout-unprotected, allout-hidden-p)
873         (allout-on-current-heading-p, allout-listify-exposed)
874         (allout-chart-subtree, allout-goto-prefix)
875         (allout-back-to-current-heading, allout-get-body-text)
876         (allout-snug-back, allout-flag-current-subtree, allout-show-all)
877         (allout-hide-region-body, allout-toggle-subtree-encryption)
878         (allout-encrypt-string, allout-encrypted-key-info)
879         (allout-next-topic-pending-encryption, allout-encrypt-decrypted)
880         (allout-file-vars-section-data): Adjusted for use with
881         invisible-text overlays instead of selective-display.
883         (allout-kill-line, allout-kill-topic, allout-yank-processing):
884         Reworked for use with invisible text overlays.
886         (allout-current-topic-collapsed-p): New function.
888         (allout-hide-current-subtree): Use allout-current-topic-collapsed-p
889         to know when to close the containing topic.
891         (allout-pre-command-business, allout-post-command-business):
892         Simplify undo-batching and dynamic isearch exposure.
894         (allout-set-overlay-category): New for invisible-text overlays.
895         Sets properties of allout-overlay-category, used by
896         allout-flag-region to set invisible-text overlay properties.
897         (allout-get-invisibility-overlay): Get the first qualifying
898         invisibility overlay, so we can find the extent of it.
899         (allout-back-to-visible-text): Get to just before the beginnining
900         of the current invisibility overlay, if any.
902         (allout-overlay-insert-in-front-handler)
903         (allout-overlay-interior-modification-handler)
904         (allout-before-change-handler, allout-isearch-end-handler): New
905         functions to handle extraordinary actions affecting concealed
906         text.
908         (allout-flag-region): Use overlays instead of selective-display
909         for invisible text - by inheritence from the properties of
910         allout-overlay-category in mainline Emacs, and applied
911         property-by-property in XEmacs, some recent versions of which
912         don't inherit the properties from the category.  Provisions to
913         respond to concealed-text edits simplified drastically.
915         (allout-isearch-rectification, allout-isearch-was-font-lock)
916         (allout-isearch-expose, allout-enwrap-isearch)
917         (allout-isearch-abort, allout-pre-was-isearching)
918         (allout-isearch-prior-pos, allout-isearch-did-quit)
919         (allout-isearch-dynamic-expose)
920         (allout-hide-current-entry-completely): Functions deleted.
922         (allout-undo-aggregation): Explicit undo aggregation no longer
923         necessary due to transition away from selective-display.
925         (set-allout-regexp, allout-up-current-level)
926         (allout-next-visible-heading, allout-forward-current-level)
927         (allout-open-topic, allout-reindent-body, allout-rebullet-topic)
928         (allout-kill-line, allout-yank-processing, allout-show-children)
929         (allout-expose-topic, allout-old-expose-topic)
930         (allout-listify-exposed, allout-insert-latex-header)
931         (allout-toggle-subtree-encryption, allout-encrypt-string)
932         (remove-from-invisibility-spec, allout-hide-current-subtree):
933         Ditched unused variables.
935 2006-02-17  Agustin Martin  <agustin.martin@hispalinux.es>
937         * textmodes/ispell.el (ispell-change-dictionary): Call
938         ispell-buffer-local-dict instead of
939         ispell-accept-buffer-local-defs.
940         (ispell-local-dictionary-alist): Accept as valid any coding-system
941         supported by Emacs.
942         (ispell-dictionary-alist-3): Esperanto dictionary's coding system
943         changed to iso-8859-3.
945 2006-02-17  Nick Roberts  <nickrob@snap.net.nz>
947         * speedbar.el (speedbar-frame-width): Make an inline function
948         instead of a macro.  Use frame-width.
949         (speedbar-try-completion, speedbar-update-contents)
950         (speedbar-timer-fn): Use consp.
951         (speedbar-update-localized-contents): Try to preserve point.
953         * progmodes/gdb-ui.el (gdba, gdb-var-list): Improve doc strings.
954         (menu): Re-order menu items.
955         (gdb-var-update-regexp, gdb-var-update-regexp-1): Match "in_scope"
956         field.
957         (gdb-var-update-handler-1): Use it for GDB 6.4+.
958         (gdb-post-prompt): Speed things by not forcing update.
960 2006-02-16  Chong Yidong  <cyd@stupidchicken.com>
962         * wid-edit.el (widget-button-click): For mouse-1, cancel button
963         press and perform default action if we get a mouse movement event.
965 2006-02-16  Juanma Barranquero  <lekktu@gmail.com>
967         * calendar/icalendar.el (icalendar--get-event-property)
968         (icalendar--get-event-property-attributes): Fix typos in
969         docstrings.
971         * progmodes/flymake.el (flymake-fix-file-name): Fix typo in
972         docstring.
974 2006-02-15  Juanma Barranquero  <lekktu@gmail.com>
976         * bs.el (bs-mode): Use `buffer-disable-undo'.
977         (bs--get-file-name): Simplify.
978         (bs-show-in-buffer): Mark the buffer as not modified.
980 2006-02-14  Chong Yidong  <cyd@stupidchicken.com>
982         * wid-edit.el (widget-keymap): Bind down-mouse-1 to
983         widget-button-click.
985         * cus-edit.el (custom-mode-map): Remove mouse-1 binding.
986         (custom-mode): Update docstring.
988         * cus-theme.el (custom-new-theme-mode-map): Remove mouse-1
989         binding.
991         * files.el (hack-local-variables-confirm): Allow scrolling if the
992         file variable list is too long.  Kill temp buffer after use.
994 2006-02-15  Nick Roberts  <nickrob@snap.net.nz>
996         * progmodes/gud.el (gdb): Improve doc string.
997         (gdb-script-font-lock-keywords): Expand allowed character set.
999         * progmodes/gdb-ui.el (gdb-use-separate-io-buffer)
1000         (gdb-display-separate-io-buffer, gdb-frame-separate-io-buffer)
1001         (gdb-separate-io-interrupt, gdb-separate-io-quit)
1002         (gdb-separate-io-stop, gdb-separate-io-eof):
1003         Rename from gdb-inferior-* to gdb-separate-*.
1004         (gdb-set-gud-minor-mode-existing-buffers-1): Improve doc string.
1006 2006-02-14  Jay Belanger  <belanger@truman.edu>
1008         * calc/calc-arith.el (math-check-known-scalarp): Make sure
1009         expression is a symbol before checking that it is bound.
1011         * calc/calcalg2.el (math-integrate-by-parts): Do a more careful
1012         test to see if equation can be solved.
1014 2006-02-14  Chong Yidong  <cyd@stupidchicken.com>
1016         * wid-edit.el (widget-button-click): Use :pressed-face property
1017         for overlay face, if it exists.
1019         * cus-edit.el (custom-manual, custom-add-see-also)
1020         (custom-add-parent-links, custom-group-link): Add :pressed-face
1021         property to links.
1023         * files.el (hack-local-variables): Remove ignored variables before
1024         checking if any variables need setting.
1026 2006-02-14  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
1028         * cus-start.el (all): Add x-gtk-whole-detached-tool-bar.
1030 2006-02-14  Juanma Barranquero  <lekktu@gmail.com>
1032         * help.el (where-is): Fix message for remapped commands.
1034         * mwheel.el (mouse-wheel-click-event, mouse-wheel-mode):
1035         Fix typos in docstrings.
1037 2006-02-13  Chong Yidong  <cyd@stupidchicken.com>
1039         * files.el (safe-local-variable-values): New option.
1040         (hack-local-variables-prop-line): Return a list of variable-value
1041         pairs if MODE-ONLY is non-nil.
1042         (hack-local-variables): Construct list of variable-value pairs,
1043         and apply or reject them in one go.  Ask for confirmation if
1044         variables are not known safe.
1045         (hack-local-variables-confirm): Complete rewrite.  Support
1046         `safe-local-variable-values'.
1047         (enable-local-variables): Update docstring to reflect new
1048         behavior.
1049         (ignored-local-variables): Ignore ignored-local-variables and
1050         safe-local-variable-values.
1051         (safe-local-variable-p): New function.
1052         (risky-local-variable-p): `safe-local-variable' property check
1053         moved to safe-local-variable-p.
1054         (hack-one-local-variable): Checks moved to hack-local-variables.
1056         (byte-compile-dynamic, c-basic-offset, c-file-style)
1057         (c-indent-level, comment-column, fill-column, fill-prefix)
1058         (indent-tabs-mode, kept-new-versions, no-byte-compile)
1059         (no-update-autoloads, outline-regexp, page-delimiter)
1060         (paragraph-start, paragraph-separate, sentence-end)
1061         (sentence-end-double-space tab-width, version-control):
1062         Add `safe-local-variable' property.
1064         * find-lisp.el: Delete nonexistent `autocompile' file variable.
1066         * icomplete.el, play/landmark.el: Change nonexistent
1067         `outline-layout' file variable to `allout-layout'.
1069 2006-02-14  Nick Roberts  <nickrob@snap.net.nz>
1071         * progmodes/gdb-ui.el (gud-watch, gdb-invalidate-registers-1)
1072         (gdb-get-changed-registers): Test value of gud-minor-mode relative
1073         to gud-comint-buffer.
1074         (gdb-speedbar-expand-node, gdb-locals-mode): Use functions in
1075         gdb-ui.el for gdb-mi.el.
1076         (gdb-post-prompt, gdb-get-changed-registers): Move test for
1077         registers buffer to gdb-get-changed-registers.
1078         (gdb-breakpoint-regexp): New regexp.  Allow toggling and
1079         deletion of catchpoints (throw and catch).
1080         (gdb-toggle-breakpoint, gdb-delete-breakpoint)
1081         (gdb-goto-breakpoint): Use it for both gdb-ui and gdb-mi.
1082         (gdb-find-file-hook, gdb-set-gud-minor-mode-existing-buffers-1)
1083         (gdb-var-list-children-1, gdb-info-breakpoints-custom)
1084         (gdb-var-update-1, gdb-invalidate-locals-1): Use also for gdb-mi.
1086 2006-02-13  Jay Belanger  <belanger@truman.edu>
1088         * calc/calc-arith.el (math-check-known-matrixp): Make sure
1089         expression is a symbol before checking that it is bound.
1091 2006-02-13  Richard M. Stallman  <rms@gnu.org>
1093         * mouse.el (mouse-drag-mode-line-1): Use mouse-drag-move-window-bottom
1094         for the minibuffer too, but not if resize-mini-windows will interfere.
1096         * help.el (describe-key-briefly, describe-key): Do all arg-reading
1097         inside `interactive' spec.
1098         (describe-key-briefly-internal, describe-key-internal):
1099         Functions merged back into their callers.
1101 2006-02-13  Martin Rudalics  <rudalics@gmx.at>  (tiny change)
1103         * info.el (info-xref-visited): Inherit from info-xref too.
1104         (Info-set-mode-line): Replace occurrences of `%' by `%%'
1105         when propertizing Info-current-file and Info-current-node.
1107 2006-02-13  Juri Linkov  <juri@jurta.org>
1109         * tumme.el (tumme-thumbnail-storage): Fix docstring.
1110         (tumme-thumb-name): Fix per-directory format.
1112 2006-02-13  Juanma Barranquero  <lekktu@gmail.com>
1114         * subr.el (substitute-key-definition): Doc fix (hide internal arg).
1116 2006-02-12  Miles Bader  <miles@gnu.org>
1118         * net/rcirc.el (rcirc-format-response-string): Fix small bugs.
1120 2006-02-13  Mathias Dahl  <mathias.dahl@gmail.com>
1122         * tumme.el: Remove history section.  If someone needs the it, it
1123         can always be found in CVS.
1125 2006-02-12  Mathias Dahl  <mathias.dahl@gmail.com>
1127         * tumme.el (tumme-thumbnail-storage): Update docstring.  Add info
1128         about the Thumbnail Managing Standard option.
1130 2006-02-12  Richard M. Stallman  <rms@gnu.org>
1132         * subr.el (substitute-key-definition): Doc fix.
1134         * simple.el (blink-matching-paren-dont-ignore-comments): Doc fix.
1136         * files.el (magic-mode-alist): Don't use `\\s ' in regexps.
1138         * info.el (Info-mode): Doc fix.
1140         * progmodes/ebrowse.el (ebrowse-global-prefix-key): Change to C-c C-m.
1142 2006-02-12  Michael Albinus  <michael.albinus@gmx.de>
1144         * net/tramp.el (tramp-remote-path): Add "/usr/xpg4/bin" on top,
1145         because on Solaris a POSIX compatible "id" is needed.  Reported by
1146         Magnus Henoch <mange@freemail.hu>.
1148 2006-02-12  Juri Linkov  <juri@jurta.org>
1150         * tumme.el: Remove todo item about Thumbnail Managing Standard.
1151         (tumme) <defgroup>: Change :group to `multimedia'.
1152         (tumme-thumbnail-storage): Add choice `standard' for Thumbnail
1153         Managing Standard.
1154         (tumme-cmd-create-thumbnail-options): Use %w and %h instead of %s.
1155         Fix dostring.
1156         (tumme-cmd-create-temp-image-options): Use %w and %h instead of %x
1157         and %y.  Fix docstring.
1158         (tumme-cmd-pngnq-program, tumme-cmd-pngcrush-program)
1159         (tumme-cmd-create-standard-thumbnail-command): New user options.
1160         (tumme-thumb-size): Set default to 128 if tumme-thumbnail-storage
1161         is `standard'.  Fix docstring.
1162         (tumme-thumb-width, tumme-thumb-height): New user options.
1163         (tumme-external-viewer): Try to find various viewers.
1164         (tumme-get-thumbnail-image): Use `create-image' instead of
1165         constructing the `image' structure.
1166         (tumme-insert-thumbnail): Use `png' if tumme-thumbnail-storage is
1167         `standard'.
1168         (tumme-thumb-name): Add file name generation for standard storage.
1169         Simplify code for other storages.
1170         (tumme-thumb-name): Use width %w and height %h instead of size %s.
1171         Add modification time %m and thumbnail-nq8 %q.
1172         Use `tumme-cmd-create-standard-thumbnail-command' if
1173         tumme-thumbnail-storage is `standard'.
1174         (tumme-dired-insert-marked-thumbs): New autoload command.
1175         (tumme-dired-after-readin-hook): New function.
1176         (tumme-line-up-dynamic): Use `tumme-thumb-width' instead of
1177         `tumme-thumb-size'.
1178         (tumme-display-image): Replace size-x %x and size-y %y with
1179         width %w and height %h.
1181         * dired.el (dired-mode-map): Bind `\C-t\C-t' to
1182         `tumme-dired-insert-marked-thumbs'.
1184 2006-02-12  Mathias Dahl  <mathias.dahl@gmail.com>
1186         * tumme.el (tumme-write-tag): Fix small bug (file name did not
1187         include path).
1188         (tumme-mark-tagged-files): Fix bug in regexp used to find rows
1189         matching tag.
1191 2006-02-12  Miles Bader  <miles@gnu.org>
1193         * net/rcirc.el (rcirc-nick-abbrevs, rcirc-response-formats):
1194         New variables.
1195         (rcirc-abbrev-nick): New function.
1196         (rcirc-format-response-string): Rewrite to use the formats in
1197         `rcirc-response-formats' and expand escape sequences therein.
1198         A text-property `rcirc-text' is added over the actual response
1199         text to make easy to find inside the returned string.
1200         (rcirc-print): When filling, just look for the `rcirc-text'
1201         text-property to find the appropriate fill prefix, instead of
1202         using hardwired patterns.
1204 2006-02-11  Mathias Dahl  <brakjoller@hotmail.com>
1206         * tumme.el: Enhance some docstrings.  Add todo item about Thumbnail
1207         Managing Standard.
1209 2006-02-11  Kim F. Storm  <storm@cua.dk>
1211         * ido.el (ido-buffer-internal): Set mark for ido-insert-buffer.
1212         Don't use insert-buffer; do insert-buffer-substring directly.
1213         (ido-file-internal): Set mark for ido-insert-file.  Use insert-file-1.
1215 2006-02-11  Martin Rudalics  <rudalics@gmx.at>
1217         * files.el (revert-buffer, recover-file): Replace buffer-read-only
1218         with inhibit-read-only.  Suggested by Stefan Monnier.
1219         (revert-buffer): Let insert-file-contents discard
1220         buffer-undo-list.  Simplify code.
1221         (find-file, find-file-existing, revert-buffer): Doc-string fixes.
1223 2006-02-11  Eli Zaretskii  <eliz@gnu.org>
1225         * menu-bar.el (menu-bar-select-yank): Add a doc string.
1227         * help.el (describe-key-briefly): Now a wrapper for
1228         describe-key-briefly-internal.  Bind enable-disabled-menus-and-buttons
1229         to t.  Populate yank-menu if empty.
1230         (describe-key-briefly-internal): Renamed from describe-key-briefly.
1231         (describe-key): Now a wrapper for describe-key-internal.  Bind
1232         enable-disabled-menus-and-buttons to t.  Populate yank-menu if empty.
1233         (describe-key-internal): Renamed from describe-key.
1235 2006-02-11  Milan Zamazal  <pdm@zamazal.org>
1237         * progmodes/glasses.el (glasses-separator): Doc fix.
1238         (glasses-original-separator): New defcustom.
1239         (glasses-make-readable, glasses-convert-to-unreadable): Use it.
1241 2006-02-11  Martin Rudalics  <rudalics@gmx.at>
1243         * mwheel.el (mouse-wheel-up-event): Doc fix.
1245 2006-02-11  Mathias Dahl  <brakjoller@hotmail.com>
1247         * tumme.el (tumme-dir): Change default value to "~/.emacs.d/tumme/".
1248         (tumme-dir): New function.  Copied from thumbs.el.
1250 2006-02-10  Juanma Barranquero  <lekktu@gmail.com>
1252         * desktop.el (desktop-outvar): Fix typo.
1253         (desktop-save-buffer-p): Doc fix.
1255         * subr.el (substitute-key-definition): Fix typo.
1257 2006-02-10  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
1259         * frame.el (select-frame-set-input-focus): Call x-focus-frame also
1260         when window-system is mac.
1262         * term/mac-win.el (fontset-standard): Rename from "fontset-mac".
1264 2006-02-10  Kim F. Storm  <storm@cua.dk>
1266         * subr.el (substitute-key-definition-key): Pass t for NOERROR to
1267         indirect-function instead of using condition-case.
1269 2006-02-10  Mathias Dahl  <mathias.dahl@gmail.com>
1271         * tumme.el (tumme-copy-with-exif-file-name): Try to make docstring
1272         less `colloquial'...
1274 2006-02-09  Mathias Dahl  <mathias.dahl@gmail.com>
1276         * tumme.el: Add a couple of todo items.
1278 2006-02-09  Lars Hansen  <larsh@soem.dk>
1280         * hilit-chg.el: Add highlight-changes-mode to desktop-locals-to-save.
1281         (highlight-changes-mode): Don't change desktop-locals-to-save.
1283 2006-02-09  Chong Yidong  <cyd@stupidchicken.com>
1285         * image-mode.el (image-toggle-display): Clear image cache if using
1286         filename.
1288 2006-02-09  Masatake YAMATO  <jet@gyve.org>
1290         * dired-x.el (dired-guess-shell-alist-default): Add .man as
1291         a `dired-man' target.
1293         * progmodes/autoconf.el (autoconf-font-lock-keywords): Check start
1294         boundary of symbols.
1296 2006-02-08  Peter Doornbosch  <peter.doornbosch@luminis.nl>  (tiny change)
1298         * vc-svn.el (vc-svn-print-log): Show recent commits as well.
1300 2006-02-09  Juanma Barranquero  <lekktu@gmail.com>
1302         * hilit-chg.el (hilit-chg-update-all-buffers): Use `mapc' instead of
1303         `mapcar'; return nil.
1305 2006-02-08  Chong Yidong  <cyd@stupidchicken.com>
1307         * mouse.el (mouse-drag-track): Don't change window if we rebind to
1308         some other event.
1310 2006-02-08  Ryan Yeske  <rcyeske@gmail.com>
1312         * net/rcirc.el (rcirc-startup-channels-alist):
1313         Add irc.freenode.net and #emacs as defaults.
1314         (rcirc-ignore-all-activity-flag): Remove variable.
1315         (rcirc-authinfo): New variable.
1316         (rcirc-authinfo-filename): Remove variable.
1317         (rcirc-always-use-server-buffer-flag): New flag.
1318         (rcirc): M-x rcirc will automatically connect without prompting.
1319         C-u M-x rcirc will prompt.  Use rcirc-connect to create a
1320         connection in lisp.
1321         (rcirc-process-server-response-1): Remove everything but the nick
1322         portion of the sender so it doesn't need to be done everywhere
1323         else.  Update related code.
1324         (global-map): Remove global keybindings.
1325         (rcirc-get-buffer-create): Make sure rcirc-topic is set.
1326         (rcirc-send-input): Split into several functions.
1327         (rcirc-process-input-line, rcirc-process-message)
1328         (rcirc-process-command): New functions.
1329         (rcirc-target-buffer): New function to determine where to route
1330         messages.
1331         (rcirc-user-nick): Save match data.
1332         (rcirc-toggle-ignore-buffer-activity)
1333         (rcirc-update-activity-string): Remove global ignore functionality,
1334         which can be done now by toggling rcirc-track-minor-mode.
1335         (rcirc-track-minor-mode-map): New keymap.
1336         (rcirc-track-minor-mode): New minor-mode.
1337         (ignore): Make the ignore output nicer.  Always print it when
1338         adding or removing nicks.
1339         (rcirc-url-regexp): Improve.
1340         (rcirc-mangle-text): Remove properties before using text in the
1341         modeline.
1342         (rcirc-authenticate): Authentication data comes from
1343         rcirc-authinfo, not the file pointed to by rcirc-authinfo-file.
1344         (rcirc-server-prefix): Inherit from rcirc-server.
1346 2006-02-08  Mathias Megyei  <Mathias.Megyei@micronas.com>  (tiny change)
1348         * Makefile.in (compile): Append "|| true" to the end of the `find'
1349         command, like compile-always does.
1351 2006-02-08  Sam Steingold  <sds@gnu.org>
1353         * net/tramp.el (tramp-maybe-open-connection): Do not wait for
1354         output from a dead connection.
1356 2006-02-07  Mathias Dahl  <brakjoller@hotmail.com>
1358         * dired.el (dired-mode-map): Add more bindings for tumme.
1360 2006-02-07  Stefan Monnier  <monnier@iro.umontreal.ca>
1362         * wdired.el (wdired-mode-map): Use remap.
1363         (wdired-get-filename): Massage.
1364         (wdired-perm-mode-map): Don't copy bindings from wdired-mode-map.
1365         (wdired-preprocess-perms, wdired-set-bit, wdired-toggle-bit): Use the
1366         `keymap' property rather than `local-map'.
1368 2006-02-07  Mathias Dahl  <brakjoller@hotmail.com>
1370         * tumme.el (tumme-get-thumbnail-image): New utility function.
1371         Suggested by from Chong Yidong.
1372         (tumme-dired-with-window-configuration): Rename from
1373         `tumme-dired'.  Add code to save window configuration.
1374         (tumme-restore-window-configuration): New command to restore the
1375         window configuration that `tumme-dired-with-window-configuration'
1376         saves before it changes the window configuration.
1377         (tumme-show-all-from-dir): New command to display thumbnails for
1378         all files in a directory entered by the user, like M-x thumbs.
1379         (tumme-display-thumbs): Call `pop-to-buffer' after all thumbnails
1380         have been created.
1381         (tumme-display-thumbnail-original-image): Call `display-buffer'.
1382         (obsolete-tumme-display-thumbnail-original-image-and-buffer):
1383         Remove obsolete test function.
1385 2006-02-07  Juanma Barranquero  <lekktu@gmail.com>
1387         * vc.el (small-temporary-file-directory): Remove defvar; there's
1388         a defcustom for it in files.el.
1390         * tumme.el (tumme-get-thumbnail-image): Add missing arg to `error'.
1391         Fix typo in message.
1392         (tumme-gallery-generate): Fix typo in `error' message.
1393         (tumme-display-window-height-correction)
1394         (tumme-display-window-width-correction, tumme-line-up-dynamic)
1395         (tumme-line-up-interactive): Dox fixes.
1396         (tumme-cmd-rotate-original-options, tumme-display-properties-format)
1397         (tumme-restore-window-configuration, tumme-format-properties-string)
1398         (tumme-create-thumbs, tumme-display-previous-thumbnail-original):
1399         Fix typos in docstrings.
1401 2006-02-07  Chris Moore  <christopher.ian.moore@gmail.com>  (tiny change)
1403         * wdired.el (wdired-get-filename): Fix bug: Don't re-normalize OLD.
1405 2006-02-07  Nick Roberts  <nickrob@snap.net.nz>
1407         * progmodes/gud.el (gud-tooltip-mode): Remove autoload cookie.
1408         User should use hook if desired.
1410         * progmodes/gdb-ui.el (gdb-post-prompt): Regenerate breakpoints
1411         buffer if necessary.
1412         (gdb-delete-frame-or-window): New function.
1413         (gdb-breakpoints-mode-map): Bind "q" to it.
1415 2006-02-06  Stefan Monnier  <monnier@iro.umontreal.ca>
1417         * textmodes/nroff-mode.el: Clean up name space.
1418         (nroff-mode-syntax-table): Remove spurious `1' in the syntax of \n.
1419         (nroff-mode): Obey the global setting of nroff-electric-mode.
1420         (nroff-electric-mode): Use define-minor-mode and derived-mode-p.
1422         * calendar/calendar.el (calendar-increment-month): Typo in last change.
1424 2006-02-06  Thien-Thi Nguyen  <ttn@gnu.org>
1426         * vc-svn.el (vc-svn-previous-version, vc-svn-next-version): New funcs.
1428 2006-02-06  Lars Hansen  <larsh@soem.dk>
1430         * generic-x.el (etc-fstab-generic-mode): Add file system types
1431         cifs and usbdevfs.  Allow special chars in file names.
1433 2006-02-05  Jay Belanger  <belanger@truman.edu>
1435         Update copyright notices of the files in lisp/calc.
1437 2006-02-05  Romain Francoise  <romain@orebokech.com>
1439         Update copyright notices of all files in the lisp/play directory.
1441 2006-02-04  Luc Teirlinck  <teirllm@auburn.edu>
1443         * ldefs-boot.el: Regenerate.
1445         * emacs-lisp/find-func.el (find-definition-noselect): Minor doc fix.
1447 2006-02-05  Kim F. Storm  <storm@cua.dk>
1449         * files.el (magic-mode-regexp-match-limit): New defvar.
1450         (set-auto-mode): Use it to limit magic-mode-alist matching.
1452 2006-02-04  Kevin Rodgers  <ihs_4664@yahoo.com>
1454         * simple.el (display-message-or-buffer): Compare the number of
1455         characters to the frame width when determining whether a 1-line
1456         message string will fit in the echo area.  Count screen lines
1457         instead of buffer lines when determining whether a multi-line
1458         message will fit in the echo area/minibuffer window.
1460 2006-02-04  Eli Zaretskii  <eliz@gnu.org>
1462         * info.el (Info-index, Info-mode): Improve the description of the
1463         `i' command.
1465         * ldefs-boot.el: Regenerate.
1467 2006-02-03  Werner Lemberg  <wl@gnu.org>
1469         * textmodes/nroff-mode.el (nroff-font-lock-keywords): Don't be
1470         greedy to find the closing bracket in \*[...] and similar
1471         expressions.  This is a first rough fix -- many additional
1472         refinements are necessary to make nroff mode really usable with groff.
1474 2006-02-03  Jens Petersen  <petersen@redhat.com>  (tiny change)
1476         * international/mule-cmds.el (set-locale-environment):
1477         Add "/usr/share/X11/locale/locale.alias" to search list for xorg-x11
1478         libX11.
1480 2006-02-03  Joe Wells  <jbw@macs.hw.ac.uk>  (tiny change)
1482         * arc-mode.el (archive-maybe-copy): Fix the way directories in the
1483         archive are created in archive-tmpdir.
1485 2006-02-02  John Paul Wallington  <jpw@pobox.com>
1487         * ibuffer.el (ibuffer-compressed-file-name-regexp): New defcustom.
1488         (ibuffer-fontification-alist): Use it.
1489         (ibuffer-mode-map): Bind `ibuffer-mark-compressed-file-buffers'
1490         to "* z" and the Ibuffer Mark menu.
1492         * ibuf-ext.el (ibuffer-mark-compressed-file-buffers): New command.
1494 2006-02-02  Stefan Monnier  <monnier@iro.umontreal.ca>
1496         * textmodes/table.el (*table--cell-describe-mode)
1497         (*table--cell-describe-bindings): Undo last change since
1498         print-help-return-message is not obsoleted by anything at all.
1500 2006-02-02  Luc Teirlinck  <teirllm@auburn.edu>
1502         * emulation/cua-base.el (cua-mode): Doc fix.
1504 2006-02-02  Juanma Barranquero  <lekktu@gmail.com>
1506         * dframe.el (dframe-handle-make-frame-visible)
1507         (dframe-handle-iconify-frame, dframe-get-focus)
1508         (dframe-select-attached-frame, dframe-power-click)
1509         (dframe-frame-mode): Fix typos in docstrings.
1511         * ezimage.el (ezimage-mail, ezimage-object-out-of-date)
1512         (ezimage-insert-image-button-maybe, ezimage-insert-over-text):
1513         Fix typos in docstrings.
1515         * hi-lock.el (hi-lock-mode, hi-lock-line-face-buffer)
1516         (hi-lock-face-buffer, hi-lock-font-lock-hook)
1517         (hi-lock-archaic-interface-message-used)
1518         (hi-lock-file-patterns-range): Fix typos in docstrings.
1520         * savehist.el (savehist-loaded, savehist-load, savehist-install)
1521         (savehist-autosave, savehist-trim-history): Fix typos in docstrings.
1523         * mail/mailclient.el (mailclient-place-body-on-clipboard-flag):
1524         Fix typo in docstring.
1526         * net/newsticker.el (newsticker--decode-iso8601-date)
1527         (newsticker--set-customvar, newsticker--buffer-insert-item)
1528         (newsticker--do-run-auto-mark-filter)
1529         (newsticker--parse-generic-feed): Doc fixes.
1530         (newsticker--retrieval-timer-list, newsticker-url-list)
1531         (newsticker-hide-immortal-items-in-echo-area)
1532         (newsticker-hide-obsolete-items-in-echo-area)
1533         (newsticker-new-item-face, newsticker--enclosure)
1534         (newsticker-buffer-update, newsticker-w3m-show-inline-images)
1535         (newsticker--parse-atom-0.3, newsticker--parse-rss-1.0)
1536         (newsticker--parse-generic-feed, newsticker--cache-contains)
1537         (newsticker--stat-num-items, newsticker-download-enclosures):
1538         Fix typos in docstrings.
1540         * net/rcirc.el (rcirc-debug): Doc fix.
1541         (rcirc-fill-column, rcirc-receive-message-hooks)
1542         (rcirc-browse-url-map, rcirc-read-only-flag, rcirc-prompt)
1543         (rcirc-mode, rcirc-generate-new-buffer-name)
1544         (rcirc-startup-channels, rcirc-ignore-update-automatic)
1545         (rcirc-cmd-ignore, rcirc-browse-url, rcirc-url-regexp):
1546         Fix typos in docstrings.
1547         (rcirc-print): "?\ " -> "?\s".
1548         (rcirc-cmd-join): Improve argument/docstring consistency.
1550 2006-02-01  Mark A. Hershberger  <mah@everybody.org>
1552         * xml.el (xml-parse-region): Move save-excursion and set-buffer up
1553         before narrow-to-region.
1555 2006-02-01  Richard M. Stallman  <rms@gnu.org>
1557         * simple.el (move-beginning-of-line): Scan properly for invis change.
1559         * replace.el (multi-occur-in-matching-buffers): Fix prev change.
1561 2006-02-01  Michael Albinus  <michael.albinus@gmx.de>
1563         * net/tramp.el (tramp-convert-file-attributes): Set file's gid
1564         change bit only when id-format is 'integer.  Reported by Matt
1565         Hodges <M.P.Hodges@rl.ac.uk>.
1567 2006-02-01  Juanma Barranquero  <lekktu@gmail.com>
1569         * hilit-chg.el (highlight-changes-initial-state)
1570         (highlight-changes-global-initial-state): Doc fixes.
1571         (highlight-changes-global-modes, global-highlight-changes):
1572         Fix typos in docstrings.
1574 2006-02-01  Kim F. Storm  <storm@cua.dk>
1576         * emulation/cua-base.el (cua-mode): Mention that CUA enables
1577         transient-mark-mode in doc string.
1579 2006-01-31  Richard M. Stallman  <rms@gnu.org>
1581         * replace.el (multi-occur): Doc fix.
1582         (multi-occur-in-matching-buffers): Rename from
1583         multi-occur-by-filename-regexp.  Prefix arg says match
1584         buffer names instead of file names.
1586 2006-01-31  Juanma Barranquero  <lekktu@gmail.com>
1588         * bs.el: Allow non-default values of `bs-header-lines-length'.
1589         (bs--running-in-xemacs): Remove (not needed anymore).
1590         (bs--set-window-height): Simplify by using `fit-window-to-buffer'
1591         instead of `shrink-window', thus avoiding having to compute the
1592         height of the window.
1593         (bs--up): Wrap around even when there's no header.
1594         (bs--down): Use `forward-line' instead of `next-line'.
1596 2006-01-30  Chong Yidong  <cyd@stupidchicken.com>
1598         * image-mode.el (image-toggle-display): Use file name if possible,
1599         instead of unnecessarily allocating a (possibly huge) lisp string.
1601 2006-01-30  John Paul Wallington  <jpw@pobox.com>
1603         * subr.el (toplevel): Define `cl-assertion-failed' condition here
1604         because the `assert' macro signals it at runtime.
1606         * emacs-lisp/cl.el (toplevel): Remove definition of
1607         `cl-assertion-failed' condition.
1609 2006-01-30  Nick Roberts  <nickrob@snap.net.nz>
1611         * thumbs.el (thumbs-marked-list): Make buffer-local and
1612         permanent-local.
1613         (thumbs-insert-thumb): Make help-echo non-sticky.
1614         (thumbs-file-alist): Use eolp as check for (non)-image.
1616 2006-01-30  Juanma Barranquero  <lekktu@gmail.com>
1618         * ediff-mult.el (ediff-meta-buffer-keymap-setup-hook)
1619         (ediff-before-session-group-setup-hooks)
1620         (ediff-default-filtering-regexp, ediff-meta-mark-equal-files):
1621         Fix typos in docstrings.
1623         * window.el (bw-dir, bw-eqdir, balance-windows)
1624         (split-window-keep-point): Fix typos in docstrings.
1626         * textmodes/org.el (org-allow-space-in-links, org-closed-string)
1627         (org-quote-string, org-calendar-to-agenda-key)
1628         (org-agenda-sorting-strategy, org-agenda-use-time-grid)
1629         (org-show-following-heading, org-tags-column)
1630         (org-use-tag-inheritance, org, org-allow-space-in-links)
1631         (org-usenet-links-prefer-google, org-file-apps-defaults-gnu)
1632         (org-enable-table-editor, org-calc-default-modes)
1633         (org-table-allow-automatic-line-recalculation)
1634         (org-export-html-style, org-export-with-fixed-width)
1635         (org-export-with-sub-superscripts, org-special-keyword)
1636         (org-formula, org-time-grid, org-table-may-need-update)
1637         (org-mode, org-goto-ret, org-goto-left, org-goto-right)
1638         (org-goto-quit, org-get-indentation, org-end-of-item)
1639         (org-move-item-down, org-move-item-up)
1640         (org-renumber-ordered-list, org-todo, org-log-done, org-occur)
1641         (org-remove-occur-highlights, org-read-date, org-goto-calendar)
1642         (org-agenda, org-agenda-day-view, org-agenda-previous-date-line)
1643         (org-agenda-log-mode, org-agenda-toggle-diary)
1644         (org-agenda-toggle-time-grid, org-agenda-cleanup-fancy-diary)
1645         (org-agenda-file-to-end, org-agenda-no-heading-message)
1646         (org-agenda-get-closed, org-format-agenda-item)
1647         (org-cmp-priority, org-cmp-category, org-cmp-time)
1648         (org-agenda-change-all-lines, org-agenda-diary-entry)
1649         (org-scan-tags, org-after-todo-state-change-hook, org-tags-view)
1650         (org-link-search, org-camel-to-words, org-open-file)
1651         (org-remember-handler, org-table-convert-region)
1652         (org-table-move-row-down, org-table-move-row-up)
1653         (org-table-copy-region, org-table-wrap-region)
1654         (org-table-toggle-vline-visibility)
1655         (org-table-get-vertical-vector, org-table-modify-formulas)
1656         (org-table-get-specials, org-recalc-commands)
1657         (org-table-rotate-recalc-marks, org-table-eval-formula)
1658         (orgtbl-make-binding, org-in-invisibility-spec-p, org-cycle)
1659         (org-level-color-stars-only, org-insert-heading):
1660         Fix typos in docstrings.
1661         (last-arg): Add defvar.
1663         * makefile.w32-in (WINS): Add erc.
1664         (MH_E_SRC): Update (copied from lisp/Makefile.in).
1666 2006-01-29  Bill Wohler  <wohler@newt.com>
1668         * Makefile.in (MH_E_SRC): Add mh-compat.el, mh-folder.el,
1669         mh-letter.el, mh-limit.el, mh-scan.el, mh-show.el, mh-thread.el,
1670         mh-tool-bar.el, mh-xface.el.  Remove mh-customize.el, mh-init.el.
1671         (mh-autoloads): Don't use comments on otherwise empty lines.
1673 2006-01-29  Edward O'Connor  <ted@oconnor.cx>
1675         * emulation/viper.el (viper-major-mode-modifier-list): Add
1676         insert-state and vi-state entries for erc-mode.
1677         (viper-go-away, viper-set-hooks): Add and remove
1678         viper-comint-mode-hook from erc-mode-hook as appropriate.
1680         * emulation/viper.el (viper-insert-state-mode-list): Add erc-mode.
1682 2006-01-29  Juanma Barranquero  <lekktu@gmail.com>
1684         * bs.el (bs--format-aux): Implement `middle' alignment as
1685         described in the docstring for `bs-attributes-list'.
1686         (bs--get-name): Simplify.  Don't pad the buffer name.
1688 2006-01-27  Agustin Martin  <agustin.martin@hispalinux.es>
1690         * textmodes/ispell.el (ispell-find-aspell-dictionaries): If no
1691         English aspell dictionary is installed, use the first entry of
1692         ispell-dictionary-alist-1.
1694 2006-01-27  Kevin Rodgers  <ihs_4664@yahoo.com>
1696         * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
1697         Doc fix.
1699 2006-01-27  Michael Albinus  <michael.albinus@gmx.de>
1701         * net/tramp-vc.el (vc-user-login-name): Wrap defadvice with a test
1702         for `process-file', in order to let it work for older Emacsen too.
1704 2006-01-27  Eli Zaretskii  <eliz@gnu.org>
1706         * international/latexenc.el: Add a suitable `coding:' tag.
1707         (latexenc-find-file-coding-system): Undo last change.
1709 2006-01-27  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
1711         * international/latexenc.el (latexenc-find-file-coding-system):
1712         Make sure latexenc-main-file is a regular file and is readable.
1714 2006-01-27  Andre Spiegel  <spiegel@gnu.org>
1716         * vc-rcs.el (vc-rcs-fetch-master-state, vc-rcs-consult-headers):
1717         Pass FILE to vc-user-login-name.
1719         * vc-sccs.el (vc-sccs-state): Pass FILE to vc-user-login-name.
1721 2006-01-27  Nick Roberts  <nickrob@snap.net.nz>
1723         * thumbs.el (thumbs-do-thumbs-insertion): Suppress message when
1724         there are no more images to display.
1725         (thumbs-mark, thumbs-unmark): Revert change so that they move to
1726         the next image.
1728 2006-01-26  Richard M. Stallman  <rms@gnu.org>
1730         * cus-edit.el (custom-mode): Doc: Use advertised-widget-backward.
1732         * wid-edit.el (advertised-widget-backward): New alias.
1733         (widget-keymap): Use advertised-widget-backward for S-TAB.
1735         * tumme.el: Correct the keywords.
1736         (tumme-dir-max-size): Use defvar.
1737         (tumme-setup-dired-keybindings, tumme-dired): Add autoload cookie.
1739         * simple.el (move-beginning-of-line): Take account of fields.
1740         (clone-indirect-buffer-other-window): Take args like
1741         clone-indirect-buffer, and work like it.
1743         * help-fns.el (describe-function): Don't pass `nil' as default.
1745         * files.el (risky-local-variable-p): Follow var aliases.
1747         * subr.el (lazy-completion-table): Doc fix.
1749         * mail/rmailsum.el (rmail-make-summary-line-1): Don't set
1750         global binding of `line'.
1752 2006-01-25  Andre Spiegel  <spiegel@gnu.org>
1754         * vc-hooks.el (vc-user-login-name): Rewritten to handle access via
1755         Tramp.
1757         * vc.el (vc-default-dired-state-info): Pass FILE to
1758         vc-user-login-name.
1759         (vc-default-update-changelog): Don't use vc-user-login-name, we
1760         don't need it here.
1762         * tramp-vc.el (vc-user-login-name): Comment out defadvice, it is
1763         no longer necessary.
1765 2006-01-25  Kenichi Handa  <handa@m17n.org>
1767         * international/mule.el (decode-char): Avoid the overhead of
1768         calling utf-lookup-subst-table-for-decode if
1769         utf-translate-cjk-mode is nil.
1770         (encode-char): Avoid the overhead of calling
1771         utf-lookup-subst-table-for-encode if utf-translate-cjk-mode is
1772         nil.
1774 2006-01-22  Kenichi Handa  <handa@m17n.org>
1776         * international/mule.el (make-subsidiary-coding-system): Reset
1777         `coding-system-define-form' property of subsidiaries to nil.
1778         Avoid duplicated entry in coding-system-alist.
1779         (make-coding-system): Avoid duplicated entry in
1780         coding-system-alist.
1781         (define-coding-system-alias): Likewise.
1783 2006-01-24  Luc Teirlinck  <teirllm@auburn.edu>
1785         * completion.el: Minor fixes in introductory comment.
1786         (completion-def-wrapper): Fix alist.
1788 2006-01-25  Nick Roberts  <nickrob@snap.net.nz>
1790         * thumbs.el (thumbs-new-image-size): New function.
1791         (thumbs-increment-image-size-element)
1792         (thumbs-decrement-image-size-element, thumbs-increment-image-size)
1793         (thumbs-decrement-image-size): Delete.
1794         (thumbs-resize-image-1): Rename from thumbs-resize-image.  Keep old
1795         temp files and use to resize.
1796         (thumbs-resize-image): Rename from thumbs-resize-image-interactive.
1797         Use increment argument to enlarge/shrink.  Preserve point.
1798         (thumbs-shrink-image): Rename from thumbs-resize-image-size-down.
1799         (thumbs-enlarge-image): Rename from thumbs-resize-image-size-up
1800         (thumbs-show-thumbs-list): Set thumbs-buffer to current-buffer.
1801         (thumbs-mark, thumbs-unmark): Preserve point.
1802         (thumbs-modify-image): Keep old temp files and use to modify.
1803         Cleanup old temp files at load time.  Preserve point.
1804         (thumbs-view-image-mode-map): Use new command names.
1806 2006-01-24  Stefan Monnier  <monnier@iro.umontreal.ca>
1808         * log-view.el (log-view-minor-wrap): First rev is the one at point.
1810         * calendar/cal-menu.el: Avoid macros from calendar.el so as to break
1811         the nastiest part of the cyclic dependency.
1812         (cal-menu-update): Use dotimes and calendar-increment-month.
1814         * calendar/calendar.el: Remove unnecessary leading stars in docstrings.
1815         (calendar-week-start-day): Add an :initializer.
1816         (calendar-mode-map): Use suppress-keymap, and command remapping.
1817         (describe-calendar-mode): Setup xref-stack info for the back button.
1818         (calendar-star-date): Insert before delete.
1819         (calendar-set-mode-line): Add file-modified info if applicable.
1820         (calendar-increment-month): New function.
1822 2006-01-24  Tobias C. Rittweiler  <tcr@freebits.de>  (tiny change)
1824         * font-lock.el (lisp-font-lock-keywords-2):
1825         Recognize "& keywords" only at word boundaries.
1827 2006-01-24  Nick Roberts  <nickrob@snap.net.nz>
1829         * thumbs.el (thumbs-extra-images): New variable.  Make it buffer-local
1830         and permanent-local.
1831         (thumbs-max-image-number): New variable.
1832         (thumbs-do-thumbs-insertion): Use them.
1833         (thumbs-per-line): Change default to 4.
1834         (thumbs-marked-list): Rename from thumbs-markedL.
1835         (thumbs-cleanup-thumbsdir, thumbs-delete-images)
1836         (thumbs-rename-images): Use -list instead of L for internal variables.
1837         (thumbs-call-convert): Use call-process instead of shell-command.
1838         (thumbs-insert-thumb): Add filename as help-echo to each image.
1839         (thumbs-show-from-dir): Rename from thumbs-show-all-from-dir.
1840         Give dir to thumbs-show-thumbs-list.
1841         (thumbs-show-thumbs-list): Set default-directory to that of images.
1842         (thumbs-dired-show): Rename from thumbs-dired-show-all.
1843         (thumbs-display-thumbs-buffer, thumbs-show-more-images): New functions.
1844         (thumbs-mode-map): Bind "+" to thumbs-show-more-images.
1845         (thumbs-view-image-mode-map): Bind "^" to thumbs-display-thumbs-buffer.
1847 2006-01-23  Stefan Monnier  <monnier@iro.umontreal.ca>
1849         * ses.el (ses-read-cell): Provide a default value.
1851 2006-01-23  Juanma Barranquero  <lekktu@gmail.com>
1853         * term/w32-win.el (image-library-alist): Add additional names for
1854         GIF library.
1856 2006-01-23  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
1858         * international/latexenc.el (latexenc-find-file-coding-system):
1859         Add file-regular-p check.
1861 2006-01-22  Stefan Monnier  <monnier@iro.umontreal.ca>
1863         * simple.el (clone-buffer): Don't show the new buffer in the same
1864         window.
1866 2006-01-23  Juri Linkov  <juri@jurta.org>
1868         * faces.el (link, link-visited): New faces based on default values
1869         of `info-xref' and `info-xref-visited'.
1871         * info.el (info-xref): Inherit from `link'.
1872         (info-xref-visited): Inherit from `link-visited'.
1874         * cus-edit.el (custom-buffer-create-internal): Use widget type
1875         `custom-manual' instead of `info-link' and don't set properties
1876         `button-face' and `mouse-face' explicitly.
1877         (custom-browse-group-tag, custom-browse-variable-tag)
1878         (custom-browse-face-tag): Inherit from widget class
1879         `custom-group-link' instead of `push-button'.
1880         (custom-button-unraised): Inherit from `underline' face.
1881         (custom-link): Inherit from `link' face.  Fix doc and group.
1882         (custom-add-parent-links, custom-group-value-create): Don't set
1883         properties `button-face' and `mouse-face' explicitly for
1884         `custom-group-link' widget.
1885         (custom-group-link): Add properties `button-face' and `mouse-face'
1886         to widget definition.
1887         (custom-field-keymap): New variable.  Put `custom-field-keymap' to
1888         editable-field's :keymap property.
1889         (custom-mode): Fix docstring: substitute keybindings for
1890         `widget-forward' and `widget-backward' from `widget-keymap',
1891         `widget-complete' from `custom-field-keymap', replace old
1892         `Custom-move-and-invoke' with `widget-move-and-invoke'.  Untabify.
1894         * desktop.el (desktop-load-file): Check for `fboundp' before
1895         calling `symbol-function'.
1897         * simple.el (clone-buffer, clone-indirect-buffer)
1898         (clone-indirect-buffer-other-window): Use `read-buffer' instead of
1899         `read-string'.  Fix prompts.
1901         * play/doctor.el (doctor-mode-map): Rename from `doc-mode-map'.
1903 2006-01-23  Nick Roberts  <nickrob@snap.net.nz>
1905         * thumbs.el (thumbs-file-alist): Avoid creating duplicate entries.
1907 2006-01-22  Luc Teirlinck  <teirllm@auburn.edu>
1909         * startup.el (inhibit-splash-screen, initial-scratch-message):
1910         Doc fixes.
1912 2006-01-22  Michael Albinus  <michael.albinus@gmx.de>
1914         Sync with Tramp 2.0.52.
1916         * net/tramp.el, net/tramp-ftp.el, net/tramp-util.el,
1917         net/tramp-vc.el: Add code for unloading Tramp.  See comment before
1918         `tramp-unload-tramp' for checklist.
1920         * net/tramp.el: Require `timer-funcs' instead of `timer' if in
1921         XEmacs.  Contributed by Steve Youngs <steve@sxemacs.org>.
1922         (tramp-unload-file-name-handler-alist)
1923         (tramp-unload-tramp): New defuns.
1924         (tramp-advice-PC-expand-many-files): New defadvice.
1925         (tramp-save-PC-expand-many-files, tramp-setup-complete) Defuns
1926         removed.
1927         (tramp-handle-expand-file-name): Remove double slash.
1928         (tramp-handle-file-attributes-with-ls): Return t as 9th attribute.
1929         It doesn't matter, because it will be converted later on.
1930         (tramp-handle-file-ownership-preserved-p): Rewritten.  The old
1931         implementation was just heuristic.
1932         (tramp-post-connection): Set uid and gid properties.
1933         (tramp-convert-file-attributes): Set file's gid change bit.
1934         (tramp-get-remote-uid, tramp-get-remote-gid): New defuns.
1935         (tramp-handle-expand-file-name): Use "~root" for tilde expansion
1936         in case of su(do)? methods.  The home directory of the local user
1937         will be taken else.
1938         (tramp-open-connection-telnet)
1939         (tramp-open-connection-rsh, tramp-open-connection-su)
1940         (tramp-open-connection-multi): Set PS1 to "$ ".  Otherwise, a
1941         local shell prompt could hurt.  Reported by Romain Francoise
1942         <romain@orebokech.com>.
1943         (tramp-let-maybe): Add `edebug-form-spec' property.
1944         (tramp-handle-expand-file-name): Bind `default-directory' locally
1945         to "/" in order to avoid problems with UNC shares or Cygwin
1946         mounts.
1947         (tramp-md5-function): Fix typo in error message.
1949         * net/tramp-ftp.el (tramp-ftp-enable-ange-ftp): New defun.
1951         * net/tramp-util.el (top): Apply `ignore' instead of `identity'
1952         for byte-compiler pacification.
1954 2006-01-22  Andre Spiegel  <spiegel@gnu.org>
1956         * vc-rcs.el (vc-rcs-state-heuristic): Use file-attributes with
1957         ID-FORMAT `string'.  This allows us to get rid of
1958         `vc-user-login-name UID'.
1960         * vc-sccs.el (vc-sccs-state-heuristic): Likewise.
1962 2006-01-22  John Paul Wallington  <jpw@pobox.com>
1964         * hl-line.el (hl-line-highlight, hl-line-move): Doc fixes.
1966 2006-01-21  Martin Rudalics  <rudalics@gmx.at>
1968         * emacs-lisp/find-func.el (find-definition-noselect)
1969         (find-variable-noselect): Search variables in C source code too.
1970         (find-function-C-source, find-function-noselect, find-function)
1971         (find-function-other-frame, find-variable-noselect, find-variable)
1972         (find-variable-other-frame, find-variable-at-point):
1973         Fix docstrings.
1975 2006-01-21  Francesco Potorti`  <pot@gnu.org>
1977         * mail/rmailout.el (rmail-output): Don't use content-type if it is nil.
1979 2006-01-21  Agustin Martin  <agustin.martin@hispalinux.es>
1981         * textmodes/flyspell.el (flyspell-emacs-popup, flypell-xemacs-popup):
1982         Default to disabling the "Save affix" question.
1984 2006-01-21  Marien Zwart  <marienz@gentoo.org>  (tiny change)
1986         * progmodes/python.el (python-mode) <eldoc-mode-hook>: Pass nil as
1987         the first arg to run-python.
1989 2006-01-21  Eli Zaretskii  <eliz@gnu.org>
1991         * startup.el (command-line-1): Handle --no-desktop if desktop.el
1992         is not loaded.
1994 2006-01-20  Jay Belanger  <belanger@truman.edu>
1996         * calc/calcalg2.el (calc-sum-rec): Fix the sum when the lower
1997         limit is 0.
1999         * calc/calc-arith.el (math-add-symb-fancy): Check the length of
2000         the correct variable.
2002 2006-01-20  Carsten Dominik  <dominik@science.uva.nl>
2004         * textmodes/org.el (org-open-at-point): Fixed bug with matching a
2005         link.  Fixed buggy argument sequence in call to `org-view-tags'.
2006         (org-compile-prefix-format): Set `org-prefix-has-tag'.
2007         (org-prefix-has-tag): New variable.
2008         (org-format-agenda-item): Remove tags from headline if
2009         appropriate.
2010         (org-agenda-remove-tags-when-in-prefix): New option.
2011         (org-get-tags-at): New function.
2013 2006-01-20  Nick Roberts  <nickrob@snap.net.nz>
2015         * thumbs.el (thumbs-buffer): New variable.  Make it buffer local.
2016         (thumbs-find-image): Move image name and number from buffer name
2017         to mode name.  Set thumbs-buffer.  Preserve point so that large
2018         images remain visible.
2019         (thumbs-file-alist): Construct list in thumbs-buffer and reverse
2020         order.
2021         (thumbs-show-image-num): Get image from thumbs-file-alist.  Set
2022         mode name.
2023         (thumbs-next-image, thumbs-previous-image): Make them work.
2025 2006-01-19  Luc Teirlinck  <teirllm@auburn.edu>
2027         * cus-edit.el (custom-buffer-create-internal): State in the text above
2028         the whole buffer buttons that they do not operate on hidden items.
2029         (custom-face-menu): Use `custom-face-save' instead of
2030         `custom-face-save-command'.
2031         (custom-face-save-command): Make it an alias for `custom-face-save'
2032         and declare it obsolete.
2033         (custom-face-save): Doc fix.
2035         * dired.el (dired-no-confirm): Add quote.
2036         (dired-subdir-alist-pre-R): Add quote in
2037         `make-variable-buffer-local' form and remove unbalanced parenthesis.
2039 2006-01-19  Stefan Monnier  <monnier@iro.umontreal.ca>
2041         * textmodes/table.el (table-mode-indicator): Typo in last change.
2043 2006-01-19  Richard M. Stallman  <rms@gnu.org>
2045         * outline.el (hide-leaves): Don't call outline-end-of-heading.
2046         Fixes bug reported in Nov 2005.
2048         * isearch.el (isearch-forward): Doc fix.
2050         * dired.el (dired-move-to-filename-regexp): Define as alias.
2051         (dired-no-confirm): Use defcustom.
2052         (dired-subdir-alist-pre-R): Put defvar at top level.
2054         * battery.el (battery-linux-proc-acpi): Handle "last full capacity".
2056         * textmodes/bibtex.el (bibtex-strings, bibtex-reference-keys):
2057         Mark as risky.
2059         * simple.el (set-mark-command): Doc fix.
2060         (clone-indirect-buffer-other-window):
2061         Read arg like clone-indirect-buffer.
2062         (move-beginning-of-line): Skip invisible newlines.
2064 2006-01-19  Masatake YAMATO  <jet@gyve.org>
2066         * progmodes/cpp.el (cpp-edit-load): Make the order of
2067         listed conditions in a base C code buffer and its associate
2068         CPP Edit buffer the same.
2070 2006-01-19  Kenichi Handa  <handa@m17n.org>
2072         * mail/rmail.el (rmail-enable-mime): Docstring fixed.
2073         (rmail-mime-feature): Likewise.
2074         (rmail-require-mime-maybe): Use display-warning to show a warning
2075         message.
2077         * international/mule.el (auto-coding-regexp-alist-lookup): New fun.
2078         (find-auto-coding): Use auto-coding-regexp-alist-lookup.
2080 2006-01-18  Stefan Monnier  <monnier@iro.umontreal.ca>
2082         * array.el: Move defvars out of eval-when-compile.
2083         (array-make-template): Replace undeclared global var with a local one.
2084         (array-mode): Inline initialization functions.
2085         (array-init-local-variables, array-init-max-row)
2086         (array-init-max-column, array-init-columns-per-line)
2087         (array-init-field-width, array-init-rows-numbered)
2088         (array-init-line-length, array-init-lines-per-row): Remove.
2090         * play/doctor.el: Move defvars out of eval-when-compile.  Use dolist.
2091         (doc-mode-map): Define explicitly.
2092         (doctor-txtype): Use mapc.
2094         * textmodes/table.el: Move defvars out of eval-when-compile.
2095         Remove harmful code meant to avoid byte-compiler warnings.
2096         (table-fixed-mode-indicator): Remove.  Use a more complex mode-line
2097         specification that checks table-fixed-width-mode directly.
2098         (table-recognize-region, table-recognize-cell):
2099         Use restore-buffer-modified-p.
2100         (table-fixed-width-mode): Remove code that refreshes
2101         table-fixed-mode-indicator.
2102         (*table--cell-describe-bindings, *table--cell-describe-mode):
2103         Avoid obsolete name print-help-return-message.
2104         (table--test-cell-list): Don't use replace-regexp from elisp.
2105         (table--point-entered-cell-function, table--point-left-cell-function):
2106         Don't set table-fixed-mode-indicator, use force-mode-line-update.
2108         * textmodes/org.el: Move defvars out of eval-when-compile.  Move code
2109         that was after the end of file.  Use buffer-file-name variable.
2110         (org-timestamp-change): Use with-current-buffer.
2111         (org-todo-list): Don't unnecessarily define a new buffer-local var.
2112         (org-agenda-file-to-end, org-agenda-file-to-front): Remove unused arg
2113         `file'.
2115         * progmodes/fortran.el: Move defvars out of eval-when-compile.
2116         (fortran-break-line): Remove unused var `opoint'.
2117         (fortran-abbrev-start): Obey help-event-list.
2119 2006-01-18  Jesper Harder  <harder@phys.au.dk>
2121         * mail/smtpmail.el (smtpmail-send-it): Use insert-buffer-substring.
2123 2006-01-18  Masatake YAMATO  <jet@gyve.org>
2125         * progmodes/make-mode.el (makefile-imake-mode): New mode
2126         derived from makefile-mode.
2127         (makefile-imake-mode-syntax-table): New syntax table
2128         derived from makefile-mode-syntax-table.
2129         (makefile-mode): Write about makefile-imake-mode in doc string.
2130         (makefile-mode-map): Bind "\C-c\C-m\C-i" to makefile-imake-mode.
2131         (makefile-imake-font-lock-keywords): New font lock keywords.
2133         * files.el (auto-mode-alist): Add Imakefile.
2135 2006-01-17  Agustin Martin  <agustin.martin@hispalinux.es>
2137         * textmodes/flyspell.el (ispell-kill-ispell-hook): Add to the hook when
2138         loading the file rather than when turning on flyspell-mode.
2140 2006-01-16  Luc Teirlinck  <teirllm@auburn.edu>
2142         * cus-edit.el (customize-rogue): Minor doc fix.
2144 2006-01-17  Juri Linkov  <juri@jurta.org>
2146         * dired-aux.el (dired-diff): Use dired-dwim-target-directory
2147         instead of the file at the mark as default if the file at the mark
2148         is the same as the file at point or if dired-dwim-target-directory
2149         is not the same as the current directory and the mark is not active.
2151         * log-view.el (log-view-minor-wrap): Use the same logic to get
2152         revisions as `log-view-diff'.
2154         * info.el (Info-revert-find-node): Check for Info-current-file
2155         before preserving new-history.
2157         * man.el (Man-heading-regexp): Add `/'.
2159         * textmodes/sgml-mode.el: Add `coding: iso-2022-7bit' cookie.
2160         (html-mode): Set `sentence-end-base' instead of `sentence-end'.
2162 2006-01-16  Juri Linkov  <juri@jurta.org>
2164         * faces.el (mode-line-faces): New defgroup.
2165         (mode-line-highlight): Move definition after new defgroup.
2166         (mode-line, mode-line-inactive, mode-line-highlight):
2167         Replace :group `modeline' with `mode-line-faces'.
2168         (mode-line-buffer-id): New face.
2169         (modeline-buffer-id): New face alias.
2170         (vertical-border): Remove :group `modeline'.
2172         * bindings.el (propertized-buffer-identification): Use face
2173         `mode-line-buffer-id' instead of `Buffer-menu-buffer'.
2174         (mode-line-next-buffer, mode-line-previous-buffer): New functions.
2175         (mode-line-buffer-identification-keymap): For mouse-1 replace
2176         `mode-line-unbury-buffer' with `mode-line-previous-buffer'.
2177         Replace `mode-line-bury-buffer' with `mode-line-next-buffer' for
2178         mouse-3.
2180         * buff-menu.el (buffer-menu-buffer) <defface>: Renamed from
2181         Buffer-menu-buffer.  Doc fix.
2182         (Buffer-menu-buffer): Face alias to buffer-menu-buffer.
2183         (list-buffers-noselect): Use `buffer-menu-buffer' face instead of
2184         `Buffer-menu-buffer'.
2186         * info.el (Info-mode-line-node-keymap): New defvar.
2187         (Info-set-mode-line): Use `stringp' to check Info-current-file.
2188         Propertize Info-current-node with `mode-line-buffer-id' and
2189         `mode-line-highlight' faces and `Info-mode-line-node-keymap'.
2191         * time.el (display-time-mail-face): Replace :group `faces' with
2192         `mode-line-faces'.
2194 2006-01-16  Kenichi Handa  <handa@m17n.org>
2196         * international/code-pages.el: Add autoload cookies for cp125[0345678].
2198         * language/european.el (cp1252): New alias for windows-1252.
2200         * international/mule.el (autoload-coding-system): Prepare for EOL
2201         variants.
2203 2006-01-15  Dan Nicolaescu  <dann@ics.uci.edu>
2205         * term.el (term-raw-map): Add mapping for insert.
2206         (term-send-insert): New.
2207         (term-mode): Make variables local here instead of doing it in
2208         `term-emulate-terminal'.
2209         (term-emulate-terminal): Delete incorrect optimization for cr+lf.
2210         Scroll reverse needs to take into account the scroll region.
2211         Saving and restoring the cursor should save the color attributes too.
2212         (term-reset-terminal): Reset the scroll region.
2213         (term-handle-ansi-escape): Cursor up and down should take into
2214         account the scroll region.
2215         (term-set-scroll-region): Rename from `term-scroll-region'.
2216         Move to 0,0 after setting the region.
2217         (term-handle-scroll): Handle scroll up.
2218         (term-down): Fix off by one error.
2219         (term-delete-lines): Do not delete outside the scroll region.
2220         (term-insert-lines): Take into account the scroll region.
2222 2006-01-15  Stefan Monnier  <monnier@iro.umontreal.ca>
2224         * textmodes/ispell.el (ispell-internal-change-dictionary)
2225         (ispell-change-dictionary): Undo most of last change of 2006-01-13.
2226         (start, end): Move declaration outside of eval-when-compile.
2228         * textmodes/flyspell.el (flyspell-kill-ispell-hook): New fun.
2229         (flyspell-mode-on): Use it.
2231         * textmodes/ispell.el (ispell-kill-ispell): Run new hook
2232         ispell-kill-ispell-hook.
2234 2006-01-14  Luc Teirlinck  <teirllm@auburn.edu>
2236         * cus-edit.el (Custom-set, Custom-save, Custom-reset-current)
2237         (Custom-reset-saved): Do not ask for confirmation in single option
2238         buffers.
2240 2006-01-13  Richard M. Stallman  <rms@gnu.org>
2242         * font-lock.el (lisp-font-lock-keywords-1): Minor rearrangement.
2244 2006-01-13  Romain Francoise  <romain@orebokech.com>
2246         * add-log.el (add-change-log-entry, change-log-merge):
2247         Conditionally use `hard-newline'.
2249 2006-01-13  Martin Rudalics  <rudalics@gmx.at>  (tiny change)
2251         * wid-edit.el (widget-field-end): If the overlay is no longer
2252         associated with a buffer, behave as if the overlay didn't exist.
2254         * cus-edit.el (custom-add-see-also, custom-add-parent-links):
2255         Make sure the links use the `custom-link' face.
2257 2006-01-13  Stefan Monnier  <monnier@iro.umontreal.ca>
2259         * progmodes/ld-script.el (auto-mode-alist): Use \' rather than $.
2260         (ld-script-mode): Don't set indent-line-function since we don't
2261         have one.
2263 2006-01-13  Carsten Dominik  <dominik@science.uva.nl>
2265         * textmodes/org.el (org-open-file): Use mailcap for selecting an
2266         application.
2267         (org-file-apps-defaults-gnu): Use mailcap as the default for
2268         selecting an application on a UNIX system.
2269         (org-agenda-show-tags): New command.
2270         (org-table-insert-hline): Keep cursor in current table line.
2271         (org-table-convert): Offset effect of modifying
2272         `org-table-insert-hline'.
2273         (org-format-agenda-item): New optional argument TAG.
2274         (org-compile-prefix-format): Handle %T format for the tag.
2275         (org-expand-wide-chars): New function.
2276         (org-table-insert-row, org-table-insert-hline):
2277         Use `org-expand-wide-chars'.
2278         (org-open-file): Fix bug in program launch.
2279         (org-get-time-of-day): Fix bug with times before 1am.
2280         (org-agenda-menu): Add tags commands.
2282 2006-01-13  Agustin Martin  <agustin.martin@hispalinux.es>
2284         * textmodes/ispell.el (ispell-init-process): Include the used
2285         dictionary in ispell process start message.
2286         (ispell-internal-change-dictionary): When flyspell-mode is active
2287         and dictionary is changed, make sure ispell process is restarted
2288         and flyspell word cache cleared out for the current buffer.
2289         (ispell-change-dictionary): Make sure flyspell word cache is
2290         cleared out in all buffers with active flyspell mode when
2291         dictionary is globally changed.
2292         Call ispell-internal-change-dictionary after dictionary change.
2294 2006-01-13  Eli Zaretskii  <eliz@gnu.org>
2296         * emacs-lisp/bytecomp.el (batch-byte-recompile-directory): Doc fix.
2298         * makefile.w32-in (MH_E_SRC): Synchronize with Makefile.in.
2299         (pre-mh-loaddefs.el-SH, pre-mh-loaddefs.el-CMD): Update Copyright
2300         years.  Fix small differences wrt Makefile.in.
2301         (recompile): Use --eval '(batch-byte-recompile-directory 0)', like
2302         Makefile.in does.
2304 2006-01-12  Bill Wohler  <wohler@newt.com>
2306         * Makefile.in (MH_E_SRC): Replace mh-index.el and mh-pick.el with
2307         mh-search.el.
2309 2006-01-12  Masatake YAMATO  <jet@gyve.org>
2311         * progmodes/ld-script.el: Update copyright year.
2313 2006-01-12  Chong Yidong  <cyd@stupidchicken.com>
2315         * cus-theme.el (custom-theme-add-variable, custom-theme-add-face):
2316         Don't add widget if setting undefined.
2318 2006-01-12  John Paul Wallington  <jpw@pobox.com>
2320         * help-fns.el (describe-variable): Remove newlines from void
2321         variable output.
2323 2006-01-13  Nick Roberts  <nickrob@snap.net.nz>
2325         * wdired.el (wdired-mode-map): Add help echo for
2326         wdired-abort-changes.
2328         * man.el (Man-file-name-regexp): Adjust for a list of files.
2330 2006-01-12  Masatake YAMATO  <jet@gyve.org>
2332         * progmodes/ld-script.el (auto-mode-alist): Support
2333         suffix conventions used in netbsd and eCos.
2335 2006-01-11  Luc Teirlinck  <teirllm@auburn.edu>
2337         * cus-edit.el (custom-reset-menu, custom-buffer-create-internal)
2338         (custom-variable-menu, custom-face-menu, custom-group-menu)
2339         (Custom-mode-menu): Change names of menu items.  (As discussed on
2340         emacs-devel.)
2341         (custom-face-menu): Add "Undo Edits" item.
2343         * startup.el (init-file-user): defcustom -> defvar.
2345         * tooltip.el (tooltip-mode): Doc fix.
2347 2006-01-11  Stefan Monnier  <monnier@iro.umontreal.ca>
2349         * reveal.el (reveal-post-command): window-buffer signals an error on
2350         dead windows rather than returning nil.
2351         (reveal-open-new-overlays): An overlay might die while we open others.
2353 2006-01-11  Bill Wohler  <wohler@newt.com>
2355         * cus-dep.el (generated-custom-dependencies-file): Fix typo and
2356         phrasing in docstring.
2358         * Makefile.in (MH_E_SRC): Rename from MH-E-SRC since the dashes
2359         can give some systems gas.  Add new file mh-buffers.el.
2361 2006-01-06  Masatake YAMATO  <jet@gyve.org>
2363         * font-lock.el (cpp-font-lock-keywords): Font lock keywords for
2364         C preprocessor forward ported from GNU Emacs 21.2.
2366         * progmodes/asm-mode.el (asm-font-lock-keywords):
2367         Use `cpp-font-lock-keywords'.
2369         * progmodes/ld-script.el (ld-script-font-lock-keywords): Ditto.
2371         * progmodes/ld-script.el (auto-mode-alist): Use \\> instead
2372         of $ for "\\.ld[s]?".
2374 2006-01-10  Stefan Monnier  <monnier@iro.umontreal.ca>
2376         * progmodes/tcl.el (tcl-indent-command): Use indent-for-tab-command.
2377         (tcl-indent-line): Return `noindent' if inside a string.
2379         * progmodes/flymake.el (flymake-split-string): Remove more than one
2380         empty string at beg/end of the result.
2381         (flymake-find-buildfile, flymake-find-possible-master-files):
2382         Use expand-file-name.
2383         (flymake-fix-file-name): Don't replace \ with / and don't remove ./
2384         since expand-file-name does it for us.  Use directory-file-name.
2385         (flymake-ler-get-full-file, flymake-ler-get-file, flymake-ler-get-line)
2386         (flymake-ler-get-type, flymake-ler-get-text)
2387         (flymake-ler-make-ler): Remove.  Replace by defstruct.  Update callers.
2388         (flymake-current-line-no): Remove spurious interactive spec.
2389         (flymake-delete-temp-directory): Remove unused var `slash-pos'.
2390         (flymake-check-include): Remove arg inc-path merged into inc-name.
2391         (flymake-check-patch-master-file-buffer): Fit in 80 columns.
2392         Arg regexp-list replaced by a simple regexp.
2393         (flymake-master-make-header-init, flymake-master-tex-init):
2394         Correspondingly replace regexp-list with a regexp.  Fix regexp.
2396 2006-01-10  Simon Josefsson  <jas@extundo.com>
2398         * mail/smtpmail.el (smtpmail-try-auth-methods): Add comment
2399         describing AUTH PLAIN fix.
2401 2006-01-10  Thien-Thi Nguyen  <ttn@gnu.org>
2403         * mail/emacsbug.el (report-emacs-bug-text-prompt): Delete var.
2404         (report-emacs-bug): Don't record initial prompt text.
2405         Instead, add text properties to prompting text.
2406         (report-emacs-bug-hook): Delete prompting text.
2408 2006-01-09  Stefan Monnier  <monnier@iro.umontreal.ca>
2410         * progmodes/flymake.el (flymake-find-buildfile): Remove invariant arg
2411         `dirs'.  Adjust callers.
2413 2006-01-09  John Paul Wallington  <jpw@gnu.org>
2415         * cus-edit.el (custom-comment) <defface>: Add TTY definitions.
2417 2006-01-09  Stefan Monnier  <monnier@iro.umontreal.ca>
2419         * reveal.el (reveal-open-new-overlays): New extracted fun.
2420         (reveal-close-old-overlays): Idem.  Check overlays's liveness before
2421         using them.  Simplify the code.
2422         (reveal-post-command): Use them.  Fix up obsolete windows in
2423         reveal-open-spots.
2425         * progmodes/flymake.el: Use `require' rather than autoload for
2426         XEmacs's overlays.
2427         (flymake-get-common-file-prefix, flymake-build-relative-filename):
2428         Delete.  Use file-relative-name instead.
2429         (flymake-get-syntax-check-program-args, flymake-perl-init):
2430         Simplify the resulting code.
2432         * log-view.el (log-view-file-re, log-view-message-re): Add support
2433         for DaRCS output.
2435 2006-01-09  Alex Schroeder  <alex@gnu.org>
2437         * mail/rmail.el (rmail-reply-regexp): Also ignore mailing list
2438         identifiers sometimes added in square brackets at the beginning of
2439         subject lines.
2441 2006-01-07  Richard M. Stallman  <rms@gnu.org>
2443         * cus-edit.el (Custom-set, Custom-save): Doc fix.
2444         (Custom-reset-current, Custom-reset-saved): Change question text.
2445         (Custom-reset-standard): Likewise.
2446         (custom-variable-reset-saved): Doc fix.
2448 2006-01-07  Eli Zaretskii  <eliz@gnu.org>
2450         * startup.el (init-file-user): Doc fix.
2452 2006-01-07  Alex Schroeder  <alex@gnu.org>
2454         * mail/rmail.el (rmail-current-subject): New function.
2455         (rmail-current-subject-regexp): New function.
2456         (rmail-next-same-subject): Use it.
2458         * mail/rmailsum.el (rmail-summary-by-topic):
2459         Use rmail-current-subject and rmail-current-subject-regexp.
2460         (rmail-summary-next-same-subject): Ditto.
2462         * net/rcirc.el (rcirc-send-input): No longer check whether the
2463         process is open, since not all commands need an open process.
2464         (rcirc-send-string): Check whether the process is open before
2465         sending anything.
2466         (rcirc-ignore-list): New option.
2467         (rcirc-ignore-list-automatic): New variable.
2468         (rcirc-print): Take rcirc-ignore-list into account.
2469         (rcirc-cmd-ignore): New command.
2470         (rcirc-ignore-update-automatic): New function.
2471         (rcirc-handler-PART, rcirc-handler-QUIT): Use it to maintain the
2472         list if ignored nicks.
2473         (rcirc-handler-NICK): Ditto, and also ignore the new nick.
2475 2006-01-06  David Reitter  <david.reitter@gmail.com>
2477         * mail/emacsbug.el (report-emacs-bug): Let explanations correctly
2478         reflect the address to which the report will be sent.
2480 2006-01-06  Eli Zaretskii  <eliz@gnu.org>
2482         * progmodes/ld-script.el (auto-mode-alist): Recognize linker
2483         scripts whose file-name extensions are "\.x[bdsru]?[cn]?$".
2485 2006-01-01  Michael Ernst  <mernst@alum.mit.edu>  (tiny changes)
2487         * textmodes/tildify.el: Fix typos (misspellings) in the commentary.
2489         * emacs-lisp/find-func.el (find-definition-noselect): Fix typo in
2490         the doc string: "functoin" => "function".
2491         * ldefs-boot.el: Likewise.
2493         * textmodes/bibtex.el (bibtex-validate-globally): Fix typo in a
2494         message text: "Duplicat" => "Duplicate".
2496 2006-01-06  Sven Joachim  <svenjoac@gmx.de>  (tiny change)
2498         * files.el (basic-save-buffer-2): If backing-up failed, reset
2499         buffer-backed-up to nil.
2501 2006-01-06  Nick Roberts  <nickrob@snap.net.nz>
2503         * progmodes/gud.el (gdb-script-skip-to-head)
2504         (gdb-script-calculate-indentation): Indent for breakpoint command
2505         lists also.
2507 2006-01-05  Bill Wohler  <wohler@newt.com>
2509         * Makefile.in (compile-always): Add mh-autoloads dependency.
2510         (bootstrap): Remove mh-autoloads dependency, as compile dependency
2511         provides it.
2512         (updates): Remove mh-autoloads dependency, since it probably has
2513         already run recently (via recompile).
2515 2006-01-05  Stefan Monnier  <monnier@iro.umontreal.ca>
2517         * textmodes/flyspell.el (flyspell-accept-buffer-local-defs): Add an
2518         argument `force' to disable the flyspell-last-buffer optimization.
2519         (flyspell-mode-on): Use it.
2521         * progmodes/flymake.el (flymake-get-cleanup-function): Default to
2522         flymake-simple-cleanup.
2523         (flymake-allowed-file-name-masks): Use this new default.
2524         All the functions are now called in the right buffer rather than
2525         passing the buffer as argument.
2526         (flymake-process-sentinel): Switch to buffer before calling cleanup.
2527         (flymake-parse-err-lines): Remove redundant buffer arg.
2528         (flymake-get-program-dir): Comment out unused function.
2529         (flymake-start-syntax-check, flymake-start-syntax-check-process):
2530         Remove redundant buffer argument.
2531         (flymake-get-real-file-name, flymake-simple-java-cleanup)
2532         (flymake-simple-cleanup, flymake-master-cleanup): Remove buffer arg.
2534 2006-01-05  Richard M. Stallman  <rms@gnu.org>
2536         * info.el (Info-find-node): Don't record previous node if have none.
2537         (info): Go to directory only if history is empty.
2539         * simple.el (mark): Doc fix.
2541 2006-01-05  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
2543         * term/mac-win.el (mac-ae-parameter): Don't coerce data if it is
2544         already of desired type.
2545         (mac-ae-list): Coerce parameter to "list" type.
2546         (mac-dispatch-apple-event): Replace cadr part of event with a
2547         dummy position so that event-start returns it.
2549 2006-01-05  Carsten Dominik  <dominik@science.uva.nl>
2551         * textmodes/org.el (org-end-of-subtree): New function.
2552         (org-cycle, org-subtree-end-visible-p, org-scan-tags):
2553         Use `org-end-of-subtree'.
2554         (org-agenda, org-agenda-convert-date): Protect calls to
2555         `fit-window-to-buffer'.
2556         (org-tags-view): Force matching of sublevels when doing a
2557         todo-only search.  Define the correct redo command, including the
2558         arguments.
2559         (org-agenda-redo): Display message.
2560         (org-check-for-org-mode): New function.
2561         (org-agenda-type): New variable.
2562         (org-timeline, org-agenda-list, org-todo-list, org-tags-view):
2563         Set `org-agenda-type'.
2564         (org-agenda-check-type): New function.
2565         (org-agenda-goto-today, org-agenda-later, org-agenda-earlier)
2566         (org-agenda-week-view, org-agenda-day-view)
2567         (org-agenda-next-date-line, org-agenda-previous-date-line)
2568         (org-agenda-log-mode, org-agenda-toggle-diary)
2569         (org-agenda-toggle-time-grid, org-agenda-date-later)
2570         (org-agenda-date-prompt, org-agenda-diary-entry)
2571         (org-agenda-execute-calendar-command, org-agenda-goto-calendar)
2572         (org-agenda-convert-date, org-agenda-menu):
2573         Use `org-agenda-check-type'.
2574         (org-make-overlay, org-delete-overlay)
2575         (org-detatch-overlay, org-move-overlay, org-overlay-put):
2576         New compatibility functions.
2577         (org-calendar-select-mouse): New command.
2579 2006-01-04  Chong Yidong  <cyd@stupidchicken.com>
2581         * cus-edit.el (Custom-reset-current, Custom-reset-saved)
2582         (Custom-reset-standard): Fix y-or-n-p messages.
2583         (custom-link): New face for links.
2584         (custom-buffer-create-internal, custom-manual): Use it.
2585         (custom-face-save): Push to theme-face before setting face spec.
2587         * wid-edit.el (widget-default-mouse-face-get): New function.
2588         (widget-specify-button): Handle mouse-face like button-face.
2590         * custom.el (load-theme): Clear old theme settings if reloading.
2592 2006-01-03  Luc Teirlinck  <teirllm@auburn.edu>
2594         * cus-edit.el (custom-buffer-create-internal): Move whole buffer
2595         "Erase Customization" button back to same position it occupies in
2596         the individual State menus.
2598 2006-01-04  Kim F. Storm  <storm@cua.dk>
2600         * wid-edit.el (key-sequence): Rework widget to read key binding
2601         using `kbd' syntax.  Use C-q to insert literal key, event, or code.
2602         (widget-key-sequence-default-value): Default value for empty sequence.
2603         (widget-key-sequence-map): New map for reading key binding.  Bind C-q.
2604         (widget-key-sequence-read-event): New command for C-q.
2605         (widget-key-sequence-validate, widget-key-sequence-value-to-internal)
2606         (widget-key-sequence-value-to-external): New functions.
2608 2006-01-03  Stefan Monnier  <monnier@iro.umontreal.ca>
2610         * progmodes/flymake.el (flymake-create-temp-with-folder-structure):
2611         Use expand-file-name.
2612         (flymake-delete-temp-directory): Use expand-file-name,
2613         file-name-directory, and directory-file-name.
2614         (flymake-strrchr): Delete.
2615         (flymake-start-syntax-check): Don't pass the redundant buffer argument
2616         to the init-f function.
2617         (flymake-save-buffer-in-file, flymake-init-create-temp-buffer-copy)
2618         (flymake-init-find-buildfile-dir)
2619         (flymake-init-create-temp-source-and-master-buffer-copy)
2620         (flymake-simple-make-init-impl, flymake-simple-make-init)
2621         (flymake-master-make-init, flymake-master-make-header-init)
2622         (flymake-simple-make-java-init, flymake-simple-ant-java-init)
2623         (flymake-perl-init, flymake-simple-tex-init, flymake-master-tex-init)
2624         (flymake-xml-init): Remove corresponding redundant buffer argument.
2625         (flymake-allowed-file-name-masks): Remove last elems that are equal to
2626         the default anyway.  Clean up regexps.
2628         * progmodes/flymake.el (flymake-temp-source-file-name)
2629         (flymake-master-file-name, flymake-temp-master-file-name)
2630         (flymake-base-dir): New buffer-local vars.
2631         (flymake-buffer-data, flymake-get-buffer-value)
2632         (flymake-set-buffer-value): Replace those hash-tables by the new
2633         buffer-local vars.  Update callers.
2635         * progmodes/flymake.el (flymake-check-start-time)
2636         (flymake-check-was-interrupted, flymake-err-info, flymake-is-running)
2637         (flymake-last-change-time, flymake-new-err-info, flymake-timer):
2638         Move definition, so we can remove redundant earlier declaration.
2639         (flymake-replace-regexp-in-string, flymake-split-string)
2640         (flymake-get-temp-dir): Use defalias.
2641         (flymake-popup-menu): Remove `pos' argument.  Use posn-at-point.
2642         (flymake-xemacs-window-edges): Remove unused function.
2643         (flymake-get-point-pixel-pos): Move.
2644         (flymake-pid-to-names, flymake-reg-names)
2645         (flymake-get-source-buffer-name, flymake-unreg-names): Remove.
2646         Replace by a simple list flymake-processes and by process-buffer.
2647         Update callers.  Other than simplify the code, it uses buffers rather
2648         than buffer-names so it doesn't get confused by uniquify.
2649         (flymake-buffer-data): The global value should just be nil.
2651         * emacs-lisp/bytecomp.el (byte-compile-file-form-defalias):
2652         Optimize the body of a defalias like any other code.
2654         * font-lock.el (font-lock-fontify-buffer, font-lock-fontify-region):
2655         Make sure we've setup font-lock's vars.  It may influence which
2656         function we then call.
2657         (font-lock-default-fontify-buffer): Don't bother calling set-defaults
2658         here since it's too late anyway.
2660 2006-01-03  Romain Francoise  <romain@orebokech.com>
2662         * startup.el (fancy-splash-tail, normal-splash-screen):
2663         Update copyright year.
2665 2006-01-02  J.D. Smith  <jdsmith@as.arizona.edu>
2667         * mouse.el (mouse-drag-track): Rename, from
2668         `mouse-drag-region-1'.  Includes optional argument required to
2669         enable post-drag event processing (e.g. delete region keys).
2670         Can be used without this argument to track a mouse region and operate
2671         on it as soon as the drag completes.
2672         (mouse-drag-region): Use `mouse-drag-track'.
2674 2006-01-02  Chong Yidong  <cyd@stupidchicken.com>
2676         * cus-edit.el (custom-guess-name-alist, custom-guess-doc-alist):
2677         Move to `custom-buffer' group.
2679         * cus-theme.el: Rewrite the Custom New Theme Mode interface.
2680         (custom-new-theme-mode-map, custom-theme-insert-variable-marker)
2681         (custom-theme-insert-face-marker, custom-theme-variable-menu)
2682         (custom-theme-face-menu): New variables.
2683         (custom-theme-add-variable, custom-theme-variable-action)
2684         (custom-variable-reset-theme, custom-theme-delete-variable)
2685         (custom-face-reset-theme, custom-theme-face-action)
2686         (custom-theme-delete-face, custom-theme-merge-theme)
2687         (custom-theme-add-face, custom-theme-visit-theme): New functions.
2689 2006-01-01  Chong Yidong  <cyd@stupidchicken.com>
2691         * custom.el: Move Custom Themes commentary to start of theme code.
2692         (custom-known-themes): Rename `standard' theme to `changed'.
2693         (custom-push-theme): Caller no longer specifies what theme to use
2694         when doing `reset'---the setting is simply removed from the theme.
2695         Delete MODE from `theme-value' and `theme-settings' properties.
2696         (custom-declare-theme): Ignore &rest args since we don't use them.
2698         (custom-loaded-themes): Delete variable.
2699         (custom-theme-load-themes, custom-theme-loaded-p)
2700         (custom-theme-value): Delete functions.
2702         (custom-declare-theme): Signal error on invalid theme names.
2703         (provide-theme): custom-loaded-themes was deleted.
2704         (load-theme): Load the file unconditionally.
2705         (enable-theme): Call `load-theme' if theme is undefined.
2706         (custom-enabled-themes): Only update value for successful loads.
2707         (disable-theme): Complete from enabled themes when interactive.
2708         (custom-variable-theme-value): Calculate theme value directly.
2710         (custom-theme-reset-variables, custom-reset-variables): Mark as
2711         XEmacs compatibility functions.  We don't actually use these.
2713         * cus-edit.el (custom-variable-state-set):
2714         Use custom-variable-theme-value instead of custom-theme-value.
2715         (custom-face-state-set): Rename `standard' theme to `changed'.
2716         (custom-save-variables, custom-save-faces): Delete unneeded
2717         references to custom-reset-variables.
2718         (custom-save-resets): Delete function.
2719         (custom-save-variables, custom-save-faces): MODE argument deleted.
2720         (custom-save-variables, custom-save-faces): Ignore theme values.
2722         * cus-face.el (custom-theme-reset-faces): Mark as XEmacs
2723         compatibility function.
2725 2006-01-01  Richard M. Stallman  <rms@gnu.org>
2727         * cus-edit.el (Custom-set, Custom-save): Ask for confirmation.
2728         (Custom-reset-current, Custom-reset-saved): Likewise.
2729         (Custom-reset-standard): Show message if aborted.
2730         (custom-mode): Doc fix, describing those commands.
2732         * mouse.el (mouse-drag-region-1): When following link via mouse-2,
2733         put on event-kind property.
2735 2005-12-31  Chong Yidong  <cyd@stupidchicken.com>
2737         * custom.el (provide-theme): Ban `user' theme name.
2738         (custom-enabling-themes): New variable.
2739         (enable-theme): Don't enable user if custom-enabling-themes is t.
2740         (custom-enabled-themes): Make it a defcustom.
2741         (custom-theme-recalc-face): No-op if face is undefined.
2743         * cus-edit.el (custom-button-mouse): New variable.
2744         (custom-button-mouse): New face.
2745         (custom-raised-buttons, custom-mode): Use it.
2747         * cus-theme.el (custom-new-theme-mode): Use custom-button-mouse.
2749 2005-12-31  Eli Zaretskii  <eliz@gnu.org>
2751         * progmodes/gud.el (gud-display-line): Support hl-line in the
2752         source buffer.
2754 2005-12-31  Lennart Borgman  <lennart.borgman.073@student.lu.se>  (tiny change)
2756         * mouse.el (mouse-drag-window-above): Verify that the found window
2757         overlaps with the given window in the horizontal dimension.
2759 2005-12-31  Eli Zaretskii  <eliz@gnu.org>
2761         * Makefile.in (cvs-update): New target.
2763         * makefile.w32-in (cvs-update): Ditto.
2765 2005-12-30  Chong Yidong  <cyd@stupidchicken.com>
2767         * cus-theme.el (custom-new-theme-mode): Use cus-edit faces.
2768         (custom-new-theme-mode-map): New variable.
2770 2005-12-30  Richard M. Stallman  <rms@gnu.org>
2772         * custom.el (custom-load-themes): Function deleted.
2774         * cus-edit.el (custom-save-loaded-themes): Function deleted.
2775         (custom-save-variables): Don't delete or add custom-load-themes call.
2777 2005-12-30  Stefan Monnier  <monnier@iro.umontreal.ca>
2779         * cus-start.el: Add `visible-cursor'.
2781         * progmodes/flymake.el (flymake-copy-buffer-to-temp-buffer): Simplify.
2782         (flymake-parse-output-and-residual): Remove `source-buffer' argument.
2783         (flymake-process-filter): Switch to buffer before calling it instead.
2784         (flymake-post-syntax-check, flymake-highlight-err-lines)
2785         (flymake-delete-own-overlays, flymake-parse-err-lines)
2786         (flymake-start-syntax-check, flymake-start-syntax-check-process)
2787         (flymake-count-lines, flymake-parse-residual):
2788         Remove constant buffer argument.
2789         (flymake-start-syntax-check-for-current-buffer): Remove.
2790         Update callers to use flymake-start-syntax-check instead.
2791         (flymake-display-err-menu-for-current-line):
2792         Remove unused var `mouse-pos'.
2793         (flymake-restore-formatting): Comment out unused function.
2794         (flymake-report-status, flymake-report-fatal-status): Remove buffer
2795         argument, use current-buffer instead.  Update callers.
2797 2005-12-30  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
2799         * textmodes/bibtex.el (bibtex-mode): Make completion-ignore-case
2800         buffer-local because choose-completion-delete-max-match requires
2801         that we set completion-ignore-case (i.e., binding via let is not
2802         sufficient).
2803         (bibtex-complete): Always set completion-ignore-case and
2804         choose-completion-string-functions.  The latter is needed because
2805         choose-completion-string-functions keeps its value if we quit the
2806         *Completions* buffer without requesting a completion.
2808 2005-12-30  Andreas Schwab  <schwab@suse.de>
2810         * progmodes/cc-defs.el: Ignore errors from font-lock-compile-keywords.
2812 2005-12-30  Eli Zaretskii  <eliz@gnu.org>
2814         * jit-lock.el (jit-lock-chunk-size): Doc fix.
2816 2005-12-30  Juri Linkov  <juri@jurta.org>
2818         * locate.el (locate-fcodes-file, locate-header-face)
2819         * progmodes/delphi.el (delphi-other-face)
2820         * progmodes/glasses.el (glasses-face): Add tag "None" to const nil.
2822         * paren.el (show-paren-match, show-paren-mismatch): Use existing
2823         group `paren-showing-faces'.
2825         * net/goto-addr.el (goto-address-highlight-keymap): Fix docstring.
2826         (goto-address): Fix docstring.
2828         * net/webjump.el (webjump-sample-sites): Update URLs.
2830         * textmodes/fill.el (fill-single-word-nobreak-p): Use `sentence-end'.
2832         * subr.el (cancel-change-group): Add listp around pending-undo-list.
2834 2005-12-29  Stefan Monnier  <monnier@iro.umontreal.ca>
2836         * font-lock.el (font-lock-compile-keywords): Signal an error when
2837         font-lock-set-defaults hasn't been called.
2839 2005-12-29  Luc Teirlinck  <teirllm@auburn.edu>
2841         * subr.el (noreturn, 1value): Doc fixes.
2843 2005-12-29  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
2845         * textmodes/bibtex.el (bibtex-text-in-field-bounds): Handle case
2846         that assoc-string returns nil.
2848 2005-12-29  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
2850         * textmodes/bibtex.el (bibtex-entry-type-whitespace)
2851         (bibtex-entry-type-str, bibtex-empty-field-re)
2852         (bibtex-search-backward-string, bibtex-preamble-prefix)
2853         (bibtex-search-entry, bibtex-enclosing-entry-maybe-empty-head): Remove.
2854         (bibtex-any-valid-entry-type): New variable.
2855         (bibtex-parse-field-name): Simplify.
2856         (bibtex-parse-string, bibtex-search-forward-string): New arg empty-key.
2857         (bibtex-preamble-prefix): Include left delimiter.
2858         (bibtex-search-forward-field, bibtex-search-backward-field):
2859         Allow unbounded search past entry boundaries (required by bibtex-pop).
2860         (bibtex-text-in-field-bounds): Use push.
2861         (bibtex-text-in-field): Do not use bibtex-narrow-to-entry.
2862         (bibtex-parse-preamble, bibtex-valid-entry)
2863         (bibtex-beginning-first-field): New functions.
2864         (bibtex-skip-to-valid-entry): Use bibtex-valid-entry.  Fix regexp.
2865         (bibtex-map-entries): Fix docstring.
2866         (bibtex-flash-head): New arg prompt.  Simplify.
2867         (bibtex-enclosing-field): Include code of bibtex-inside-field.
2868         (bibtex-insert-kill): Simplify.  Always insert text past the
2869         current field or entry.
2870         (bibtex-format-entry): Use bibtex-parse-field.
2871         (bibtex-pop): Use bibtex-beginning-of-entry and
2872         bibtex-end-of-entry to initiate the search.  Insert empty field if
2873         we found ourselves.
2874         (bibtex-print-help-message): New args field and comma.
2875         Handle entry keys.
2876         (bibtex-make-field): Use bibtex-beginning-of-entry.
2877         (bibtex-end-of-entry): Use bibtex-valid-entry.  Recognize any
2878         invalid entry.
2879         (bibtex-validate): Use bibtex-valid-entry and bibtex-parse-string.
2880         Handle preambles.  Simplify code for thorough test.
2881         (bibtex-next-field, bibtex-find-text, bibtex-find-text-internal):
2882         New arg comma.  Handle entry heads.
2883         (bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters)
2884         (bibtex-kill-field, bibtex-copy-field-as-kil, bibtex-empty-field):
2885         New arg comma.
2886         (bibtex-kill-entry): Use bibtex-any-entry-maybe-empty-head.
2887         (bibtex-fill-field): Simplify.
2888         (bibtex-fill-entry): Use bibtex-beginning-first-field and
2889         bibtex-parse-field.
2890         (bibtex-convert-alien): Do not wait before calling bibtex-validate.
2891         (bibtex-complete): Use bibtex-parse-preamble.
2893 2005-12-29  Nick Roberts  <nickrob@snap.net.nz>
2895         * progmodes/gdb-ui.el (gdb-tooltip-print, gdb-tooltip-print-1):
2896         Display name of expression instead of convenience variable.
2897         (gdb-post-prompt): Only call gdb-get-changed-registers if needed.
2899         * progmodes/gud.el (gud-tooltip-dereference): Rename from
2900         toggle-gud-tooltip-dereference.
2901         (gud-tooltip-print-command): Move concatenation of "*" to expr to...
2902         (gud-tooltip-tips): ...here when dereferencing.
2904 2005-12-28  Bill Wohler  <wohler@newt.com>
2906         * simple.el (mh-e-user-agent): Move to mh-e/mh-comp.el and autoload.
2908 2005-12-28  Stefan Monnier  <monnier@iro.umontreal.ca>
2910         * vc.el (vc-annotate-display): Replace optional arg `color-map' with
2911         compulsory arg `ratio'.  Inline body of vc-annotate-time-span.
2912         (vc-annotate-display-autoscale): Adjust call.
2913         (vc-annotate-display-default): Adjust call.  Make arg compulsory.
2914         Fix interactive spec.
2915         (vc-annotate-time-span): Remove.
2916         (vc-annotate-oldest-in-map): Rename from vc-annotate-car-last-cons.
2917         (vc-annotate-mode-menu, vc-annotate-display-autoscale)
2918         (vc-annotate-display-select): Use new name.
2920         * vc.el (vc-annotate-mode-map): Remove obsolete binding.
2921         (vc-annotate-mode-menu): Remove left-over redundant declaration.
2922         Correct the construction of span entries.  Simplify.
2923         (vc-annotate-display-select): Fix the nil case.
2924         (vc-annotate): Remove obsolete (and now broken) code.
2925         (vc-annotate-extract-revision-at-line): Remove obsolete code.
2926         (vc-annotate-time-span): Remove unused arg `quantize'.  Simplify.
2928 2005-12-28  Luc Teirlinck  <teirllm@auburn.edu>
2930         * subr.el (lazy-completion-table): Correct typo in docstring.
2932         * startup.el (command-line): Use `custom-reevaluate-setting' for
2933         `send-mail-function'.
2935         * mail/sendmail.el (send-mail-function): Autoload the standard-value.
2937 2005-12-05  Ralf Angeli  <angeli@iwi.uni-sb.de>
2939         * mail/smtpmail.el (smtpmail-try-auth-methods):
2940         Send credentials together with "AUTH PLAIN" command.
2942 2005-12-27  Richard M. Stallman  <rms@gnu.org>
2944         * mouse.el (mouse-drag-region-1): When remapping mouse-1 to
2945         mouse-2, go back to previously selected window, so it's selected
2946         when mouse-2 command runs.
2948 2005-12-27  Juri Linkov  <juri@jurta.org>
2950         * descr-text.el (describe-text-sexp): Use square brackets for
2951         button [Show] to distinguish it from the property value `show'.
2952         (describe-property-list): Use `insert-text-button' with
2953         `help-face' type instead of putting face in quotes, because button
2954         is not created automatically for a list of faces.
2955         (describe-text-properties-1): Put button-type value in quotes to
2956         distinguish from plain text "button".
2957         (describe-char): Display code point values in hex.  Don't use
2958         `symbol-name' for `current-input-method' because it is a string.
2959         Use `insert-text-button' with `help-face' type instead of putting
2960         hardcoded face in quotes, because button is not created automatically.
2962 2005-12-27  Richard M. Stallman  <rms@gnu.org>
2964         * progmodes/glasses.el (glasses-face): More specific custom type.
2966         * files.el (set-visited-file-name): Doc fix.
2968         * textmodes/flyspell.el (flyspell-external-point-words):
2969         Use local var buffer-scan-pos to advance scan for next misspelling.
2970         Advance it only after we find the misspelling.
2972 2005-12-27  Agustin Martin  <agustin.martin@hispalinux.es>
2974         * textmodes/flyspell.el (flyspell-external-point-words):
2975         New criteria for finding the misspelling in the buffer.
2977 2005-12-27  Nick Roberts  <nickrob@snap.net.nz>
2979         * help-mode.el (help-insert-string): Set help-xref-stack-item
2980         rather than call help-setup-xref.
2982         * descr-text.el (describe-char): Revert previous changes for
2983         optional buffer argument.
2985 2005-12-27  Juri Linkov  <juri@jurta.org>
2987         * help-mode.el (help-insert-string): New function.  Save buffer
2988         contents in cases where it is impossible to recompute the old contents.
2990         * descr-text.el (describe-char): Set help-xref-stack-item
2991         explicitly after buffer has been generated.
2993 2005-12-27  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
2995         * cus-start.el (all): Add x-gtk-show-hidden-files.
2997 2005-12-26  Richard M. Stallman  <rms@gnu.org>
2999         * replace.el (perform-replace): Calculate match-again
3000         before skipping read-only matches.
3002         * paren.el (paren-showing-faces): New group.
3003         (show-paren-match, show-paren-mismatch): Move to that group.
3005         * button.el (button): Put into group `basic-faces'.
3007         * progmodes/make-mode.el: Remove faces from group `faces'.
3009         * apropos.el (apropos, apropos-value): Doc fix.
3010         (apropos-documentation): Doc fix.
3012 2005-12-26  Stefan Monnier  <monnier@iro.umontreal.ca>
3014         * subr.el (lazy-completion-table): Remove argument `args'.
3016         * textmodes/bibtex.el (bibtex-strings, bibtex-reference-keys):
3017         Don't use the `args' argument of lazy-completion-table.
3019 2005-12-26  Nick Roberts  <nickrob@snap.net.nz>
3021         * descr-text.el (describe-char): Add optional argument for buffer.
3022         Set buffer appropriately.  Call help-setup-xref.
3023         Suggested by Stefan Monnier.
3025 2005-12-26  Juri Linkov  <juri@jurta.org>
3027         * descr-text.el: Require `help-fns' at runtime.  Don't require
3028         `button' for byte compilation.
3029         (describe-text-widget): Add `help-echo' for first button.
3030         Use `help-info' for second.
3031         (describe-property-list): Use `help-argument-name' instead of `italic'.
3032         (describe-text-category): Add prompt to interactive spec.
3033         Call `help-setup-xref'.
3034         (describe-char): Use `help-character-set'.  Add `help-echo' for
3035         code point.  Use `help-input-method'.  Remove superfluous insert.
3037 2005-12-25  Richard M. Stallman  <rms@gnu.org>
3039         * progmodes/cc-defs.el (c-emacs-features): Do parse-partial-sexp
3040         at point, in case of narrowing.
3042         * progmodes/delphi.el (delphi-other-face): Allow nil in type.
3044         * locate.el (locate-header-face): Allow nil in type.
3046         * progmodes/cpp.el (cpp-face-none-list): Use cpp-face instead of face.
3048 2005-12-25  Romain Francoise  <romain@orebokech.com>
3050         * battery.el (battery-linux-proc-acpi): Also try
3051         `/proc/acpi/thermal_zone/THM0/temperature'.
3053 2005-12-24  Chong Yidong  <cyd@stupidchicken.com>
3055         * custom.el (custom-push-theme): Fix docstring.
3057         * cus-edit.el (custom-variable-set, custom-variable-save)
3058         (custom-variable-save): Custom-quote widget values.
3059         (customize-save-variable): Fix custom-push-theme call.
3061 2005-12-24  Eli Zaretskii  <eliz@gnu.org>
3063         * w32-fns.el (w32-batch-update-autoloads): New function.
3065         * makefile.w32-in (autoloads, $(lisp)/mh-e/mh-loaddefs.el):
3066         Use w32-batch-update-autoloads, and don't setq generated-autoload-file
3067         from the command line.
3069 2005-12-23  Chong Yidong  <cyd@stupidchicken.com>
3071         * custom.el (custom-push-theme): Clarify docstring.  VALUE nil for
3072         reset means to remove setting from theme entirely.  Don't keep
3073         expanding theme-settings list; delete old entries if necessary.
3075         * cus-edit.el (custom-buffer-create-internal): Move "Erase
3076         customization" button one line up.
3077         (custom-themed): New face.
3078         (custom-magic-alist): New value, THEMED, for theme settings.
3079         (custom-variable-state-set, custom-face-state-set):
3080         Check theme-value instead of saved-value.
3081         (custom-variable-reset-standard, custom-face-reset-standard):
3082         Remove theme setting entirely.  Recalculate new values.
3083         (custom-variable-set, custom-variable-set)
3084         (custom-variable-reset-saved, custom-variable-reset-backup)
3085         (custom-face-set, custom-face-reset-saved): Update `user' theme.
3086         (custom-variable-save): Fix typos.
3088 2005-12-23  Juri Linkov  <juri@jurta.org>
3090         * emacs-lisp/edebug.el (edebug-all-defs, edebug-all-forms):
3091         Add autoload cookies.
3092         (edebug-outside-d-c-i-n-s-w): New variable.
3093         (edebug-display, edebug-outside-excursion): Use it to save the
3094         original value of default-cursor-in-non-selected-windows.
3095         Set default-cursor-in-non-selected-windows to t while Edebug
3096         is active.
3097         (edebug-mode, edebug-eval-mode): Doc fix.
3099         * mouse.el (mouse-choose-completion): Replace `buffer-substring'
3100         with `buffer-substring-no-properties' to remove common substring
3101         highlighting.
3103         * info.el (info-other-window, info): Rename function argument
3104         `file' to `file-or-node'.
3105         (Info-complete-menu-item): Use local variable `complete-nodes' to
3106         keep the global value of `Info-complete-nodes' unchanged for
3107         subsequent completions.
3108         (info-tool-bar-map): Put `Info-index' icon just before `Info-search'.
3110         * simple.el (get-next-valid-buffer, last-buffer)
3111         (next-error-buffer-p, next-error-find-buffer)
3112         (minibuffer-history-sexp-flag): Doc fix.
3114         * savehist.el (savehist-mode-hook): Add `:group'.
3116         * log-view.el: Call autoload for vc-find-version.
3117         (log-view-current-file): Adjust subgroup numbers.
3118         (log-view-current-tag): Add `length'.
3120 2005-12-23  Richard M. Stallman  <rms@gnu.org>
3122         * vc.el (vc-annotate-car-last-cons): Defn moved up.
3124 2005-12-23  Juri Linkov  <juri@jurta.org>
3126         * hi-lock.el (hi-lock-archaic-interface-message-used)
3127         (hi-lock-archaic-interface-deduce, hi-lock-mode): Doc fix.
3128         (hi-lock-mode): Display "Hi" in the mode line only when
3129         hi-lock-interactive-patterns or hi-lock-file-patterns is non-nil.
3130         (hi-lock-write-interactive-patterns):
3131         Use hi-lock-file-patterns-prefix instead of hard-coded "Hi-lock".
3132         (hi-lock-set-pattern, hi-lock-set-file-patterns)
3133         (hi-lock-font-lock-hook): Set 3rd arg `how' of
3134         font-lock-add-keywords to t.
3136 2005-12-23  David Koppelman  <koppel@ece.lsu.edu>
3138         * hi-lock.el (hi-lock-highlight-range): New variable.
3139         (hi-lock-mode, hi-lock-unface-buffer): Call font-lock-fontify-buffer
3140         only if font-lock-fontified is non-nil.  Remove overlays.
3141         (hi-lock-set-pattern): Call font-lock-fontify-buffer if
3142         font-lock-fontified is non-nil, otherwise use overlays (instead of
3143         text properties).
3144         (hi-lock-string-serialize-hash, hi-lock-string-serialize-serial):
3145         New variables.
3146         (hi-lock-string-serialize) New function.
3148 2005-12-23  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
3150         * menu-bar.el (menu-find-file-existing): New function.
3151         (menu-bar-file-menu): Use menu-find-file-existing for Open.
3153         * tool-bar.el (tool-bar-setup): Open changed to menu-find-file-existing.
3155 2005-12-22  Stefan Monnier  <monnier@iro.umontreal.ca>
3157         * vc.el: Remove unnecessary leading * in docstrings.
3158         (vc-annotate-mode-map): Move initialization into declaration.
3159         (vc-static-header-alist): Nitpick on the regexp.
3160         (vc-default-init-version): New fun.
3161         (vc-register): Use it.
3162         (vc-insert-headers): Use dolist.
3163         (vc-annotate-get-backend): Remove unused function.
3164         (vc-annotate-add-menu): Remove.  Build the menu directly at toplevel.
3165         (vc-annotate-mode): Remove corresponding call.
3166         (vc-annotate-car-last-cons): Simplify.
3167         (vc-annotate-buffers): Remove var.
3168         (vc-annotate-backend): Make it buffer-local.
3169         (vc-annotate): Move the interaction to the interactive spec.
3170         Add a `buf' argument.
3171         (vc-annotate-warp-version): Use this new `buf' argument to avoid
3172         killing&creating a vc-annotate buffer, which is very disruptive when
3173         the buffers are shown in dedicated frames.
3175 2005-12-23  Nick Roberts  <nickrob@snap.net.nz>
3177         * descr-text.el: Add FSF as maintainer.
3178         (describe-text-mode, describe-text-mode-map)
3179         (describe-text-mode-hook, describe-text-done): Delete.  Use normal
3180         help-mode.
3181         (describe-text-widget, describe-text-sexp)
3182         (describe-property-list, describe-text-category)
3183         (describe-text-properties, describe-text-properties-1)
3184         (describe-char): Use help buttons instead of widgets.
3185         (describe-char-unicodedata-file): Make URL link in doc string.
3187 2005-12-22  Richard M. Stallman  <rms@gnu.org>
3189         * cus-edit.el (custom-variable-prompt): Say "variable" in prompt.
3190         (custom-buffer-create-internal): Reword the top-of-buffer help intro.
3191         Don't include buttons that write a file when there's no file.
3192         (custom-variable-menu, custom-face-menu, custom-group-menu):
3193         Don't include commands that write a file when there's no file.
3194         (customize-browse): Reword the top-of-buffer help intro.
3195         (custom-buffer-create-internal): Fix previous change.
3196         (customize-changed-options-previous-release): Prev release is 21.1.
3197         (customize-changed-options): Doc fix.
3198         (customize-changed): New alias.
3199         (custom-reset-menu, custom-magic-alist, Custom-mode-menu):
3200         Say "standard values".
3201         (Custom-reset-standard): Doc fix.
3202         (custom-face-reset-standard): Doc fix.
3204 2005-12-22  Stefan Monnier  <monnier@iro.umontreal.ca>
3206         * font-lock.el (font-lock-default-fontify-buffer): Try and set-defaults
3207         even if font-lock-mode is non-nil since it may be t without having
3208         turned on font-lock-mode-internal.
3209         (font-lock-choose-keywords): Minor optimization.
3210         (font-lock-add-keywords, font-lock-remove-keywords)
3211         (font-lock-set-defaults): Don't call make-local-variable on a variable
3212         that we know to already be local.
3214 2005-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
3216         * emacs-lisp/lisp.el (lisp-complete-symbol): Don't print progress
3217         messages if in the minibuffer.
3219 2005-12-21  Stefan Monnier  <monnier@iro.umontreal.ca>
3221         * textmodes/flyspell.el (flyspell-check-word-p): Don't quote - in a RE.
3222         (tex-mode-flyspell-verify, flyspell-get-word)
3223         (flyspell-external-point-words): Don't use point-min/max uselessly.
3225         * emacs-lisp/lisp.el (lisp-complete-symbol): Mostly undo the change
3226         by Kevin Rodgers.  Instead, just hide the completions buffer if we
3227         don't need to show it.
3229 2005-12-21  Luc Teirlinck  <teirllm@auburn.edu>
3231         * wid-edit.el (file, directory): Doc fixes for the `define-widget's.
3233 2005-12-21  Stefan Monnier  <monnier@iro.umontreal.ca>
3235         * emacs-lisp/lisp.el (lisp-complete-symbol): Don't call
3236         delete-windows-on with an inexistent buffer.
3238 2005-12-22  Nick Roberts  <nickrob@snap.net.nz>
3240         * progmodes/gud.el (gud-tooltip-modes, gud-tooltip-display):
3241         Delete defcustom variable :tag names.
3243 2005-12-20  Stefan Monnier  <monnier@iro.umontreal.ca>
3245         * log-view.el (log-view-file-re, log-view-message-re): Use shy groups.
3246         (log-view-font-lock-keywords): Ajust subgroup numbers.
3247         (log-view-current-tag): Don't hard code the number of subgroups.
3249 2005-12-20  Juri Linkov  <juri@jurta.org>
3251         * tooltip.el (tooltip): Move defgroup before define-minor-mode.
3252         (tooltip-x-offset, tooltip-y-offset): Doc fix.
3254         * menu-bar.el (menu-bar-menu-frame-live-and-visible-p)
3255         (menu-bar-non-minibuffer-window-p): Instead of checking
3256         display-multi-frame-p, use selected-frame when menu-updating-frame
3257         is nil.
3259 2005-12-20  Davis Herring  <herring@lanl.gov>  (tiny change)
3261         * align.el (align-rules-list): Use [ \t] instead of \s-
3262         for column separators in text mode.
3264 2005-12-20  Nick Roberts  <nickrob@snap.net.nz>
3266         * help-mode.el (help-customize-variable, help-customize-face):
3267         Don't pop help-xref-stack as help-follow no longer pushes
3268         anything on to it.
3270 2005-12-20  Carsten Dominik  <dominik@science.uva.nl>
3272         * textmodes/org.el (org-agenda-custom-commands): New option.
3273         (org-agenda): Offer custom commands on splash screen.
3274         (org-make-tags-matcher): Parser for Boolean logic added.
3275         (org-agenda-set-tags): New command.
3276         (org-agenda-menu, org-agenda-mode-map): Add `org-agenda-set-tags'.
3277         (org-set-tags): Efficiency improvements.
3278         (org-auto-align-tags): New option.
3279         (org-todo, org-demote, org-promote): Realign tags.
3280         (org-tags-completion-function): Use also "&" and "|" as separators.
3281         (org-org-menu): Agenda commands simplified.
3283 2005-12-19  Luc Teirlinck  <teirllm@auburn.edu>
3285         * cus-edit.el (customize-apropos, customize-apropos-options):
3286         Docstring changes.
3288         * font-lock.el (font-lock): Add tags to the links in the defgroup.
3290 2005-12-19  Chong Yidong  <cyd@stupidchicken.com>
3292         * longlines.el (longlines-mode): Wrap while widened.
3293         (longlines-decode-region, longlines-encode-region): Compute max
3294         just once.
3296 2005-12-19  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
3298         * cus-edit.el (mac): New group.
3300         * cus-start.el (all): Add user options in macterm.c.  Add test for
3301         Mac-related built-ins.  Fix test for GTK-related built-ins.
3303         * term/mac-win.el (mac-handle-language-change)
3304         (mac-ae-open-documents, mac-ae-get-url, mac-services-open-file)
3305         (mac-services-open-selection, mac-services-mail-selection)
3306         (mac-services-mail-to, mac-services-insert-text)
3307         (mac-dispatch-apple-event): Add docstrings.
3308         (x-get-selection, mac-select-convert-to-string): Select coding
3309         system from `utf-16be' and `utf-16le' using `byteorder'.
3311 2005-12-18  Stefan Monnier  <monnier@iro.umontreal.ca>
3313         * subr.el (lazy-completion-table): Don't be fooled if the var holds
3314         a "list" (lambda ...) rather than a real completion list.
3316         * emacs-lisp/cl-extra.el (cl-macroexpand-all): Fix code-walk for
3317         lexical-let when encountering ((lambda (...) ...) ...).
3319 2005-12-17  Chong Yidong  <cyd@stupidchicken.com>
3321         * progmodes/sh-script.el (sh-mode):
3322         * language/ethio-util.el (ethio-fidel-to-sera-mail-or-marker):
3323         * textmodes/picture.el (picture-mode): Update docstrings.
3325 2005-12-17  Eli Zaretskii  <eliz@gnu.org>
3327         * makefile.w32-in (autoloads, custom-deps): Warn that parts of
3328         commands enclosed in $(ARGQUOTE)s should not be split between two
3329         lines, as that will break with GNU Make >3.80, when sh.exe is used
3330         and arg quoting is with '..'.
3331         (autoloads): Don't break the quoted --eval expression between
3332         several lines.
3334 2005-12-17  Chong Yidong  <cyd@stupidchicken.com>
3336         * emacs-lisp/edebug.el (edebug-safe-prin1-to-string):
3337         Capture error from printing circular structures.
3339 2005-12-17  Martin Rudalics  <rudalics@gmx.at>  (tiny change)
3341         * wid-edit.el (widget-checkbox-action): Clear undo info.
3343 2005-12-16  Bill Wohler  <wohler@newt.com>
3345         * menu-bar.el (kill-this-buffer): Set a good example by using menu
3346         bar, not menubar in comment.
3348 2005-12-16  Stefan Monnier  <monnier@iro.umontreal.ca>
3350         * progmodes/cc-engine.el (c-after-change-check-<>-operators):
3351         After-change-functions should not clobber the match data.
3353 2005-12-16  Juri Linkov  <juri@jurta.org>
3355         * simple.el (choose-completion): Use `buffer-substring-no-properties'
3356         instead of `buffer-substring'.
3357         (completion-common-substring): Doc fix.
3358         (completion-setup-function): Use minibuffer-completion-contents
3359         instead of minibuffer-contents.  Don't set common-string-length
3360         initially.  Remove special handling of partial-completion-mode.
3361         Move computation of completion-base-size into one cond.
3362         Call completion-base-size-function in mainbuf.  In computation of
3363         completion-base-size for file name completion don't move point to
3364         the end of the minibuffer.  Move computation of common-string-length
3365         into one cond.  Start putting faces only when common-string-length>=0.
3366         Add condition to put completions-common-part when
3367         common-string-length>0.
3369         * complete.el (PC-do-completion): Remove `(equal (point) beg)' to
3370         place point at the first different character in the minibuffer
3371         even if this position is at the beginning of the minibuffer.
3373         * info.el (Info-read-node-name-1): In completion-base-size-function's
3374         lambda return 1 if common-substring or minibuffer-completion-contents
3375         starts with (, and 0 otherwise.
3377         * emacs-lisp/crm.el (crm-minibuffer-completion-help):
3378         Use `crm-current-element' for second arg of `display-completion-list'.
3380 2005-12-16  Klaus Zeitler  <kzeitler@lucent.com>
3382         * files.el (set-auto-mode): Look for an interpreter specified on
3383         the first line also if search for mode specification succeeded,
3384         but the mode is not known.
3386 2005-12-16  Carsten Dominik  <dominik@science.uva.nl>
3388         * textmodes/org.el (org-tags-match-list-sublevels): New option.
3389         (org-open-at-point): Implement tag searches as links.
3390         (org-fit-agenda-window, org-get-buffer-tags, org-get-tags)
3391         (org-make-tags-matcher, org-scan-tags, org-activate-tags): New funs.
3392         (org-tags-sparse-tree, org-tags-view, org-set-tags)
3393         (org-agenda-dispatch): New commands.
3394         (org-use-tag-inheritance, org-tags-column): New options.
3395         (org-tab-follows-link, org-return-follows-link): New options.
3396         (org-tags): New customize group.
3397         (org-start-icalendar-file): Get local time zone.
3398         (org-tags-completion-function): New function.
3399         (org-set-font-lock-defaults): Make sure links will also be
3400         highlighted inside headlines.
3402 2005-12-16  Mark Plaksin  <happy@usg.edu>  (tiny change)
3404         * term.el (term-emulate-terminal):
3405         Let term-handle-ansi-terminal-messages override what Bash says about
3406         its current directory.
3408 2005-12-16  L\e$,1 q\e(Brentey K\e,Aa\e(Broly  <lorentey@elte.hu>
3410         * bindings.el (last-buffer): Move to simple.el.
3411         * simple.el (last-buffer): Move here.
3412         (get-next-valid-buffer): New function.
3413         (next-buffer): Use frame-local buffer list, maintain buried buffer list.
3414         (prev-buffer): Ditto.  Rename to `previous-buffer'.
3416         * menu-bar.el (menu-bar-update-buffers): Update uses of `prev-buffer'.
3417         * bindings.el (global-map): Ditto.
3419 2005-12-15  Luc Teirlinck  <teirllm@auburn.edu>
3421         * cus-edit.el: Introductory comment change.
3422         (custom-magic-alist): Change message string for the `rogue' state.
3424 2005-12-15  Richard M. Stallman  <rms@gnu.org>
3426         * tooltip.el: Delete defcustom variable :tag names.
3428         * complete.el (partial-completion-mode): Doc fix.
3430         * textmodes/flyspell.el (flyspell-external-point-words):
3431         Use save-excursion to ensure we don't move backward in the
3432         search loop, not even one character.
3433         (flyspell-delete-all-overlays): Use remove-overlays directly.
3435         * textmodes/ispell.el (ispell-current-personal-dictionary): New var.
3436         (ispell-start-process): Set that variable.
3437         Clear ispell-buffer-local-name.
3438         (ispell-internal-change-dictionary):
3439         Set ispell-current-dictionary after killing process.
3440         (ispell-buffer-local-dict):
3441         Don't set spell-personal-dictionary after killing process.
3442         (ispell-buffer-local-words): Don't clear out ispell-buffer-local-name.
3443         (ispell-tex-skip-alists, ispell-html-skip-alists)
3444         (ispell-skip-region-alist): Mark as risky.
3446         * net/newsticker.el (newsticker--retrieval-timer-list)
3447         (newsticker--display-timer, newsticker-running-p)
3448         (newsticker-ticker-running-p): Definitions moved up.
3450 2005-12-16  Nick Roberts  <nickrob@snap.net.nz>
3452         * progmodes/gdb-ui.el (gdb-many-windows): Echo new state in minibuffer.
3454 2005-12-15  David Ponce  <david@dponce.com>
3456         * recentf.el (recentf-dialog-goto-first): Fix missing error condition.
3457         (recentf-edit-list, recentf-open-files): Signal an error when
3458         there is no recent file.
3460 2005-12-14  Lennart Borgman  <lennart.borgman.073@student.lu.se>
3462         * textmodes/texinfmt.el (texinfo-format-region): Set buffer to
3463         read-only except for texinfo-format-region evaluation.
3465 2005-12-14  Richard M. Stallman  <rms@gnu.org>
3467         * vc.el (vc-default-previous-version, vc-default-next-version)
3468         (vc-do-command): Doc fixes.
3470 2005-12-14  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
3472         * textmodes/bibtex.el (bibtex-expand-strings)
3473         (bibtex-autokey-expand-string, bibtex-name-part)
3474         (bibtex-entry-type-whitespace, bibtex-entry-type-str)
3475         (bibtex-any-entry-maybe-empty-head, bibtex-string-type)
3476         (bibtex-preamble-prefix, bibtex-string-empty-key): New variables.
3477         (bibtex-entry-type, bibtex-entry-head): Match only valid entries.
3478         (bibtex-entry-postfix, bibtex-known-entry-type-re)
3479         (bibtex-valid-entry-re, bibtex-any-valid-entry-re)
3480         (bibtex-valid-entry-whitespace-re, bibtex-empty-field-re)
3481         (bibtex-field-name-for-parsing, bibtex-remove-delimiters-string)
3482         (bibtex-beginning-of-last-entry): Remove.
3483         (bibtex-parse-field-name): Use bibtex-field-name.  Issue error
3484         message if comma is missing but buffer is read-only.
3485         (bibtex-parse-field-text): Handle whitespaces at the end of field
3486         text.  Return 3-element list with beginning and end of field text
3487         and end of field.
3488         (bibtex-end-of-text-in-field, bibtex-end-of-field): Change accordingly.
3489         (bibtex-parse-field): Remove arg name.  Use bibtex-field-name.
3490         (bibtex-search-forward-field, bibtex-search-backward-field):
3491         Search always delimited by limits of entry.  Use more efficient
3492         search algorithms.
3493         (bibtex-name-in-field): Use bibtex-start-of-name-in-field and
3494         bibtex-end-of-name-in-field.
3495         (bibtex-text-in-field-bounds): Handle BibTeX strings when
3496         extracting the content of a field.
3497         (bibtex-text-in-field): Use search limits.
3498         (bibtex-parse-string-prefix): Handle empty string keys based on
3499         bibtex-string-empty-key.
3500         (bibtex-parse-string): Fix docstring.
3501         (bibtex-text-in-string): Use bibtex-text-in-field-bounds.
3502         (bibtex-preamble-prefix, bibtex-strings): New functions.
3503         (bibtex-skip-to-valid-entry): Include preceding whitespace in
3504         BibTeX entries (consistent with other BibTeX functions).
3505         (bibtex-map-entries): Use bibtex-skip-to-valid-entry.
3506         (bibtex-search-entry): Fix docstring.  Simplify.
3507         (bibtex-flash-head, bibtex-complete-string-cleanup)
3508         (bibtex-count-entries, bibtex-sort-buffer): Simplify.
3509         (bibtex-beginning-of-first-entry): Use bibtex-skip-to-valid-entry.
3510         (bibtex-parse-entry): New optional arg content.
3511         (bibtex-format-entry, bibtex-autofill-entry, bibtex-url): Use it.
3512         Use bibtex-text-in-field-bounds.
3513         (bibtex-print-help-message): Handle BibTeX strings and preambles.
3514         (bibtex-end-of-entry): Use bibtex-preamble-prefix and
3515         bibtex-parse-string-postfix.
3516         (bibtex-find-text-internal): New function.
3517         (bibtex-remove-delimiters): Use it.
3518         (bibtex-find-text): Use it.  New optional arg help.
3519         (bibtex-complete): Handle BibTeX string and preamble entries.
3520         (bibtex-Preamble): Fix order of closing delimiters.
3522 2005-12-14  Stefan Monnier  <monnier@iro.umontreal.ca>
3524         * vc.el (vc-default-revert): New fun.
3526         * vc-mcvs.el (vc-mcvs-revert): Fix call to vc-default-revert.
3528 2005-12-14  Romain Francoise  <romain@orebokech.com>
3530         * font-lock.el (font-lock-keywords-alist): Rename `append' to `how'.
3531         (font-lock-add-keywords, font-lock-update-removed-keyword-alist):
3532         (font-lock-remove-keywords): Likewise.
3534 2005-12-14  Juri Linkov  <juri@jurta.org>
3536         * log-view.el (log-view-diff): Doc fix.
3538         * isearch.el (isearch-query-replace): Use (mark) instead of
3539         isearch-opoint if mark is active in transient-mark-mode.
3541 2005-12-14  Aaron S. Hawley  <Aaron.Hawley@uvm.edu>
3543         * isearch.el (isearch-query-replace): Check for isearch-other-end.
3545 2005-12-14  Per Abrahamsen  <abraham@dina.kvl.dk>
3547         * progmodes/cpp.el (cpp-face): New widget.
3548         (cpp-known-face, cpp-unknown-face, cpp-edit-list): Use it.
3550 2005-12-14  Juri Linkov  <juri@jurta.org>
3552         * help-macro.el (make-help-screen): Bind `inhibit-read-only' to t
3553         around `erase-buffer' and `insert'.
3555         * descr-text.el (describe-text-properties): Replace buffer name
3556         "*Help-2*" with "*Help*<2>".
3557         (describe-char): Add functions print-help-return-message,
3558         toggle-read-only.  Use help-setup-xref with nil to not store
3559         describe-char in help-xref-stack.  Use help-make-xrefs to
3560         make [back] button.
3562         * desktop.el (desktop-minor-mode-table): Add vc-dired-mode with nil.
3564         * wdired.el (wdired-old-point): New internal variable.
3565         (wdired-change-to-wdired-mode): Set it buffer-locally.
3566         (wdired-abort-changes): Restore point after aborting changes.
3568 2005-12-13  Stefan Monnier  <monnier@iro.umontreal.ca>
3570         * vc.el (vc-do-command): Add a new value t for okstatus.
3572         * vc-svn.el (vc-svn-registered): Use it to avoid popping up a spurious
3573         frame in case of errors.
3575 2005-12-13  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
3577         * menu-bar.el (menu-bar-showhide-fringe-menu): Move "On the Right"
3578         so it comes after "On the Left" in the menu.
3580 2005-12-12  Luc Teirlinck  <teirllm@auburn.edu>
3582         * cus-edit.el (customize-apropos, customize-apropos-options)
3583         (customize-apropos-faces, customize-apropos-groups): Doc fixes.
3585 2005-12-12  Bill Wohler  <wohler@newt.com>
3587         * vc-svn.el (vc-svn-registered): Fix problem of visiting
3588         non-writable Subversion-controlled files by saving window
3589         configuration before calling vc-do-command.  vc-do-command calls
3590         pop-to-buffer on error which is unexpected during registration.
3592 2005-12-12  Jay Belanger  <belanger@truman.edu>
3594         * calc/README: Update the summary of changes.
3596 2005-12-12  Stefan Monnier  <monnier@iro.umontreal.ca>
3598         * descr-text.el (describe-char): Rework last fix to solve the problem
3599         is the same way it's solved for everything else in that function
3600         (i.e. by extracting the info before setting up the *Help* buffer).
3602 2005-12-12  Kim F. Storm  <storm@cua.dk>
3604         * subr.el (version-regexp-alist): Allow space as separator before
3605         non-numeric part, e.g. "1.0 alpha".
3606         (version-to-list): Interpret .X.Y version as 0.X.Y version.
3608 2005-12-12  Carsten Dominik  <dominik@science.uva.nl>
3610         * textmodes/org.el (org-agenda, org-timeline, org-todo):
3611         Implement Logging and the keep-modes setting.
3612         (org-get-category): Make sure a string is returned.
3613         (org-log-done): New function.
3614         (org-log-done, org-closed-string): New options.
3616 2005-12-12  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
3618         * tooltip.el (tooltip-y-offset): Change default to 20.
3620 2005-12-12  Richard M. Stallman  <rms@gnu.org>
3622         * mouse.el (mouse-drag-vertical-line): Use adjust-window-trailing-edge.
3624         * frame.el (display-hourglass): Doc fix.
3626         * help.el (help-for-help-internal): Simplify entry for `a'.
3628         * info.el (Info-on-current-buffer): Doc fix.
3629         (info-insert-file-contents): Don't test (featurep 'jka-compr).
3631         * startup.el (inhibit-splash-screen): Make this the real name.
3632         (inhibit-startup-message): Make this the alias.
3633         (command-line): Find only simple.el, and use its directory
3634         to fill in other preloaded files' names.
3635         (command-line): Deactivate the mark if deactivate-mark is set.
3637         * international/mule.el (load-with-code-conversion):
3638         Bind deactivate-mark.
3640         * progmodes/compile.el (compilation-error-regexp-alist): Doc fix.
3642 2005-12-11  Luc Teirlinck  <teirllm@auburn.edu>
3644         * cus-edit.el (customize-apropos): Avoid listing an option more
3645         than once under different aliases.  No longer list user options
3646         that are not defined with defcustom (unless a prefix arg is given).
3647         Doc fix.
3648         (customize-apropos-options): Doc fix.
3650 2005-12-11  Juri Linkov  <juri@jurta.org>
3652         * frame.el (set-background-color, set-foreground-color)
3653         (set-cursor-color, set-mouse-color, set-border-color):
3654         Add explicit prompts to read colors by `facemenu-read-color'.
3655         (show-trailing-whitespace, blink-cursor-delay)
3656         (blink-cursor-interval, display-hourglass, hourglass-delay):
3657         Remove tags.
3658         (display-hourglass, hourglass-delay): Doc fix.
3659         (cursor-in-non-selected-windows): Capitalize words in tag.
3661         * faces.el (frame-background-mode): Replace `choice-item' keywords
3662         with `const' to not make [default] button.  Change default value tag
3663         from `default' to `automatic'.  Doc fix.
3664         (trailing-whitespace) <defface>: Change group `whitespace' to
3665         `whitespace-faces'.
3667 2005-12-11  Richard M. Stallman  <rms@gnu.org>
3669         * buff-menu.el (Buffer-menu-sort-column): Not a user variable.
3671 2005-12-11  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
3673         * term/mac-win.el: Create keymap for mac-apple-event-map.
3675 2005-12-11  Nick Roberts  <nickrob@snap.net.nz>
3677         * tooltip.el (tooltip-mode): Move to start of file so that it
3678         appears at top of customize buffer.
3680         * progmodes/gud.el (gud-tooltip-modes, gud-tooltip-display):
3681         Add the gud groupname.
3682         (gud-tooltip-mode): Add the tooltip groupname.
3683         (gud-tooltip-echo-area): Add the gud groupname.  Remove tag to
3684         avoid conflict with tooltip-use-echo-area.
3686 2005-12-10  Romain Francoise  <romain@orebokech.com>
3688         * help.el (help-for-help-internal): Add `r' in doc string.
3690 2005-12-10  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
3692         * align.el (align-regexp, align-highlight-rule):
3693         Use region-beginning and region-end instead of point and mark, so that
3694         repetition (with `repeat-complex-command') recomputes the region
3695         bounds.
3697 2005-12-10  Lennart Borgman  <lennart.borgman.073@student.lu.se>
3699         * window.el (bw-get-tree, bw-get-tree-1, bw-find-tree-sub)
3700         (bw-find-tree-sub-1, bw-l, bw-t, bw-r, bw-b, bw-dir, bw-eqdir)
3701         (bw-refresh-edges, bw-adjust-window, bw-balance-sub): New functions.
3702         (balance-windows): Rewrite using the above new functions.
3704 2005-12-10  David Koppelman  <koppel@ece.lsu.edu>
3706         * hi-lock.el (hi-lock-mode): Rename from hi-lock-buffer-mode;
3707         react if global-hi-lock-mode seems intended.
3708         (global-hi-lock-mode) Renamed from hi-lock-mode.
3709         (hi-lock-archaic-interface-message-used)
3710         (hi-lock-archaic-interface-deduce): New variables.
3711         (turn-on-hi-lock-if-enabled, hi-lock-line-face-buffer)
3712         (hi-lock-face-buffer, hi-lock-face-phrase-buffer)
3713         (hi-lock-find-patterns, hi-lock-font-lock-hook):
3714         Replace hi-lock-buffer-mode with hi-lock-mode.
3716 2005-12-10  Kevin Rodgers  <ihs_4664@yahoo.com>
3718         * emacs-lisp/lisp.el (lisp-complete-symbol): Regenerate the
3719         completion list, even after a partial completion has been
3720         inserted in the current buffer.  If there are more than 1
3721         completion, redisplay the *Completions* buffer; if the
3722         completion is unique, delete the *Completions* window.
3724 2005-12-10  Eli Zaretskii  <eliz@gnu.org>
3726         * mail/rmail.el (rmail-next-same-subject): Handle multiple "Re: "
3727         strings and long subject lines that were broken into multiple
3728         lines at arbitrary places.  Handle subjects that have "Re: " in
3729         the middle.
3731 2005-12-10  John W. Eaton  <jwe@octave.org>
3733         * emacs/octave-mod.el (octave-electric-space): Don't indent
3734         comments or strings if octave-auto-indent is nil.
3736 2005-12-10  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
3738         * term/mac-win.el: Require url when compiling.
3739         Call mac-process-deferred-apple-events after loading init files.
3740         (mac-apple-event-map): New defvar.  Define event handlers in it.
3741         (core-event, internet-event): New Apple event class symbols.
3742         (open-application, reopen-application, open-documents)
3743         (print-documents, open-contents, quit-application)
3744         (application-died, show-preferences, autosave-now, get-url):
3745         New Apple event ID symbols.
3746         (about): New HICommand ID symbol.
3747         (mac-event-spec, mac-event-ae): New macros.
3748         (mac-ae-parameter, mac-ae-list, mac-bytes-to-integer)
3749         (mac-ae-selection-range, mac-ae-text-for-search)
3750         (mac-ae-open-documents, mac-ae-text, mac-ae-get-url): New functions.
3751         (mac-application-menu-map): Remove keymap.  Handlers for HICommand
3752         and Services menu events are now defined in mac-apple-event-map.
3753         (mac-drag-n-drop): Remove selection range handling.
3755 2005-12-10  Kenichi Handa  <handa@m17n.org>
3757         * simple.el (zap-to-char):
3758         * isearch.el (isearch-process-search-char): Translate CHAR by
3759         translation-table-for-input.
3761 2005-12-09  Chong Yidong  <cyd@stupidchicken.com>
3763         * foldout.el (foldout-exit-fold): Properly hide subtree.
3765 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
3767         * files.el (save-buffer):
3768         * international/ucs-tables.el (ucs-set-table-for-input):
3769         * mail/mail-extr.el (mail-extract-address-components):
3770         * mail/sendmail.el (mail-mode): Reformat doc string.
3772 2005-12-09  Juri Linkov  <juri@jurta.org>
3774         * isearch.el (isearch-highlight): Change main overlay priority
3775         from 1 to 1001.  Simplify.
3776         (isearch-lazy-highlight-update): Change lazy overlay priority
3777         from 0 to 1000.
3779         * replace.el (replace-highlight): Change overlay priority from
3780         1 to 1001.
3782         * textmodes/ispell.el (ispell-highlight-spelling-error-overlay):
3783         Change overlay priority from 1 to 1001.  Reuse existing overlay.
3785         * compare-w.el (compare-windows-highlight): Change overlay
3786         priority from 1 to 1000.
3788         * menu-bar.el (menu-bar-edit-menu): Add listp around
3789         pending-undo-list to disable menu item "undo" when pending
3790         undo list is empty.
3792         * locate.el (locate): Disable undo in *Locate* buffer.
3794 2005-12-09  Kim F. Storm  <storm@cua.dk>
3796         * mail/smtpmail.el (smtpmail-via-smtp): Disable undo in SMTP buffer.
3798 2005-12-09  David Ponce  <david@dponce.com>
3800         * recentf.el: Improvement of the menu code.
3801         (recentf-enabled-p): Move before first use.  Use `kill-emacs-hook'
3802         instead of menu hook.
3803         (recentf-show-menu, recentf-hide-menu): New functions.
3804         (recentf-menu-customization-changed, recentf-mode): Use them.
3805         (recentf-menu-action, recentf-max-menu-items)
3806         (recentf-menu-open-all-flag, recentf-menu-append-commands-flag)
3807         (recentf-arrange-by-rule-others)
3808         (recentf-arrange-by-rules-min-items)
3809         (recentf-arrange-by-rule-subfilter) : Don't use
3810         `recentf-menu-customization-changed'.
3811         (recentf-arrange-rules): Likewise.  Accept functions to compute
3812         sub-menu titles.
3813         (recentf-menu-filter): Likewise.  Doc fix.
3814         (recentf-menu-value-shortcut): Doc fix.
3815         (recentf-dump-variable): Quote atom value.
3816         (recentf-make-menu-items): Update to use it as a menu filter.
3817         (recentf-match-rule): New function.
3818         (recentf-arrange-by-rule): Use it.
3819         (recentf-indirect-mode-rule): New function.
3820         (recentf-build-mode-rules): Use it.
3821         (recentf-dir-rule): New function.
3822         (recentf-arrange-by-dir): Use it.
3823         (recentf-filter-changer-current): Rename from
3824         `recentf-filter-changer-state'.  All references updated.
3825         (recentf-filter-changer-alist): Update filter names.
3826         (recentf-filter-changer-select): New function.
3827         (recentf-filter-changer): Use it.  Make a sub-menu from filters
3828         available in `recentf-filter-changer-alist'.
3829         (recentf-data-cache, recentf-clear-data)
3830         (recentf-update-menu): Remove.  All references updated.
3831         (recentf-match-rule-p, recentf-build-dir-rules)
3832         (recentf-filter-changer-goto-next)
3833         (recentf-filter-changer-get-current)
3834         (recentf-filter-changer-get-next): Remove.
3836 2005-12-08  Luc Teirlinck  <teirllm@auburn.edu>
3838         * cus-edit.el (custom-buffer-create-internal): Relabel the whole
3839         buffer "Reset" button to "Reset to Current" for consistency with
3840         the State buttons.
3842 2005-12-08  John Paul Wallington  <jpw@pobox.com>
3844         * ibuf-ext.el (define-ibuffer-filter filename):
3845         If `dired-directory' is a list then really use its car.
3847 2005-12-08  Kim F. Storm  <storm@cua.dk>
3849         * emulation/cua-rect.el (cua--rectangle-aux-replace):
3850         Fix indention of text on right side of replaced rectangle.
3852 2005-12-09  Nick Roberts  <nickrob@snap.net.nz>
3854         * progmodes/gud.el (gud-speedbar-buttons, gud-tooltip-tips):
3855         No need to check gud-comint-buffer is bound.
3856         (gdb): Prevent multiple debugging when first session uses gdba.
3858 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
3860         CC Mode update to 5.31.
3862         * progmodes/cc-subword.el: Add a dummy `c-subword-mode' for
3863         Emacsen which lack `define-minor-mode'.  (Currently Emacs <21.  We
3864         might do this function properly in the future).
3866         * progmodes/cc-cmds.el, cc-defs.el, cc-styles.el, cc-vars.el: New
3867         macros c-sentence-end and c-default-value-sentence end, to cope
3868         with Emacs 22's new function `sentence-end'.
3870 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
3872         * progmodes/cc-cmds.el (c-show-syntactic-information): Solved the
3873         compat issue using `c-put-overlay' and `c-delete-overlay'.
3875         * progmodes/cc-defs.el (c-put-overlay, c-delete-overlay): New
3876         compat macros to handle overlays/extents.
3878 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
3880         * progmodes/cc-fix.el: Add definitions of the macros push and pop
3881         (for GNU Emacs 20.4)
3883         * progmodes/cc-defs.el:
3884         (i) Load cc-fix.elc for `push' and `pop' (for GNU Emacs 20.4)
3886         * progmodes/cc-cmds.el (c-show-syntactic-information): Change the
3887         highlighting mechanism so it will work in XEmacs too.
3889         * progmodes/cc-defs.el: Insert c-int-to-char.
3891         * progmodes/cc-langs.el (c-nonsymbol-token-char-list): Insert a
3892         call to the new macro c-int-to-char.  This solves XEmacs's
3893         regarding characters as different from integers.
3895 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
3897         * progmodes/cc-fonts.el (c-make-syntactic-matcher): New internal
3898         helper.
3900         (c-cpp-matchers, c-basic-matchers-before): Use the `eval'
3901         construct to make the indirect face lookup work in XEmacs.
3903         (c-cpp-matchers): Append the negation char face to the existing
3904         fontification, so that the cpp face doesn't disappear.  Use
3905         `c-make-syntactic-matcher' to avoid negation chars in comments and
3906         strings.
3908         * progmodes/cc-fonts.el (c-negation-char-face-name): New variable
3909         to map to `font-lock-negation-char-face' in emacsen where it
3910         exists.
3912 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
3914         * progmodes/cc-mode.el: Bind c-subword-mode to C-c C-w.
3916         * progmodes/cc-subword.el, cc-cmds.el, cc-mode.el:
3917         Rename "c-subword-move-mode" as "c-subword-mode".
3919         * progmodes/cc-mode.el: Added tty suitable bindings for C-c
3920         <delete> and C-c C-<delete>.  (To the c-hungry- delete functions).
3922 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
3924         * progmodes/cc-mode.el: Added autoload directive for
3925         `c-subword-move-mode' for use in older emacsen.
3927 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
3929         * progmodes/cc-mode.el:
3930         (i) Insert a binding for C-c C-backspace into
3931         c-bind-special-erase-keys which works in TTYs.
3932         (ii) Make sure that when file styles are used, any explicitly
3933         given style variables take priority over those in the style.  Do
3934         this by calling `hack-local-variables' a second time.
3936         * progmodes/cc-vars.el: Add language specific customization
3937         widgets for AWK to c-doc-comment-style, c-require-final-newline
3938         and c-default-style.  Add a defcustom for awk-mode-hook.  Give
3939         c-syntactic-element and c-syntactic-context doc-strings by
3940         directly setting their `variable-documentation' propery.  This
3941         allows Emacs 22.1 to read these with C-h v.
3943         * progmodes/cc-awk.el: Apply a tidy-up patch (from Stefan
3944         Monnier).
3946 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
3948         * progmodes/cc-fonts.el, cc-vars.el
3949         (gtkdoc-font-lock-doc-comments, gtkdoc-font-lock-doc-protection)
3950         (gtkdoc-font-lock-keywords): GtkDoc patterns contributed by
3951         Masatake YAMATO.
3953         (c-doc-comment-style): Made GtkDoc default in C mode.
3955         * progmodes/cc-mode.el: Fixed key bindings for C-c C-<backspace>
3956         and C-c C-<delete>.
3958         (c-bind-special-erase-keys): New function for use on
3959         `normal-erase-is-backspace-hook' to bind C-c C-<delete> correctly.
3961         * progmodes/cc-cmds.el (c-hungry-delete): New function to fix
3962         <delete> key behavior in XEmacs according to `delete-forward-p'.
3963         C.f. `c-electric-delete'.
3965 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
3967         * progmodes/cc-mode.el: Give c-hungry-backspace and
3968         c-hungry-delete-forward permanent key bindings.
3970         * progmodes/cc-cmds.el (c-electric-semi&comma): Bind
3971         c-syntactic-context for calls to "criteria functions", for
3972         consistency with other calls to user functions.
3974         * progmodes/cc-cmds.el (c-indent-command): Expunge use of
3975         `current-prefix-arg', since this might be the prefix arg to a
3976         command which calls c-indent-command as a function.  Change the
3977         interactive spec from "p" to "P".
3979         * progmodes/cc-styles.el: Amend the doc-string of c-set-style, in
3980         reponse to a report from Joseph Kiniry <kiniry@acm.org> that it
3981         was difficult to understand.
3983 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
3985         * progmodes/cc-engine.el (c-on-identifier): Fixed bug when at the
3986         first char of an identifier.
3988         * progmodes/cc-engine.el (c-on-identifier): Handle the "operator
3989         +" syntax in C++.
3991 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
3993         * progmodes/cc-cmds.el (c-mask-paragraph): Correct, so that
3994         auto-fill doesn't split a c-comment's last word from a hanging
3995         "*/" when a space is typed between them after fill-column.
3997         * progmodes/cc-defs.el: New macro c-delete-and-extract-region.
3999         * progmodes/cc-styles.el (c-set-style)
4000         (c-setup-paragraph-variables): Abort the command if we're not in a
4001         CC Mode buffer.
4003         * progmodes/cc-align.el (c-lineup-C-comments): Correct indentation
4004         with blank comment-prefix, and a blank line as the comment's
4005         second line.
4007 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
4009         * progmodes/cc-fonts.el (c-cpp-matchers, c-basic-matchers-before):
4010         Incorporated the patterns added in the Emacs development branch
4011         for the new Emacs 22 face `font-lock-negation-char-face'.
4013         * progmodes/cc-fonts.el (c-invalid-face-name): Use "red1" instead
4014         of "red" since it stands out better in xterms and DOS terminals.
4016         * progmodes/cc-engine.el (c-literal-faces): Added
4017         `font-lock-comment-delimiter-face' which is new in Emacs 22.
4019 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
4021         * progmodes/cc-cmds.el: Make C-c C-a (`c-toggle-auto-newline')
4022         forcibly enable c-electric-flag.
4024         * progmodes/cc-vars.el, cc-cmds.el: New clean-up
4025         `comment-close-slash' on c-electric-slash: if enabled, typing `/'
4026         just after the comment-prefix of a C-style comment will close that
4027         comment.
4029 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
4031         * progmodes/cc-fonts.el (c-basic-matchers-before)
4032         (c-complex-decl-matchers): Fixed the "not-arrow-prefix" regexp used
4033         in Pike.
4035         * progmodes/cc-langs.el (c-other-op-syntax-tokens): Only C++ has
4036         digraphs.
4038         * progmodes/cc-fonts.el, cc-langs.el, cc-engine.el
4039         (c-cpp-message-directives, c-cpp-include-directives)
4040         (c-opt-cpp-macro-define, c-opt-cpp-macro-define-start)
4041         (c-cpp-expr-directives): Introduced new language constants to
4042         control cpp syntax in a cleaner way.
4044         (c-cpp-expr-functions): Renamed from c-cpp-defined-fns.
4046         (c-cpp-matchers, c-forward-to-cpp-define-body): Use them.
4048         * progmodes/cc-langs.el, cc-fonts.el (c-string-escaped-newlines)
4049         (c-multiline-string-start-char): New language constants and
4050         variables to specify how newlines in string literals work.
4052         (c-font-lock-invalid-string): Use them.
4054         * progmodes/cc-cmds.el (c-try-one-liner): Robustness fix if an
4055         unbalanced close brace is entered.  Optimization by avoiding going
4056         back over arbitrarily large blocks.  Removed hints that this
4057         function only would be relevant/useful in AWK.
4059         (c-electric-brace): Indent syntactically after the cleanups since
4060         lineup functions might do it differently then.
4062         * progmodes/cc-engine.el, cc-langs.el
4063         (c-opt-op-identifier-prefix): New language constant and variable.
4065         (c-just-after-func-arglist-p, c-after-special-operator-id)
4066         (c-search-decl-header-end, c-inside-bracelist-p): Use it.
4068         * progmodes/cc-align.el, cc-engine.el
4069         (c-after-special-operator-id): New helper to handle C++ operator
4070         identifiers.
4072         (c-lineup-topmost-intro-cont, c-just-after-func-arglist-p)
4073         (c-guess-basic-syntax): Handle C++ operator identifiers in
4074         declarations.
4076         * progmodes/cc-langs.el (c-assignment-operators): Added the
4077         trigraph version of ^= too.
4079         * progmodes/cc-langs.el (c-assignment-operators): Added the
4080         trigraph version of |= in C++.
4082         * progmodes/cc-fonts.el (c-font-lock-declarators): Handle
4083         `c-decl-hangon-kwds' after the identifier name.
4085         * progmodes/cc-engine.el (c-guess-basic-syntax): When deciding
4086         whether an arglist is "nonempty", ignore a comment after the open
4087         paren if it isn't followed by a non-comment token on the same
4088         line.
4090         * progmodes/cc-engine.el (c-guess-basic-syntax): Case 4: Enable
4091         heuristics below the point to cope with classes inside special
4092         brace lists in Pike.
4094 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
4096         * progmodes/cc-cmds.el: Amend c-point-syntax to handle macros.
4098 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
4100         * progmodes/cc-guess.el (cc-guess-install): New function to
4101         install an already guessed style in another buffer.
4103         * progmodes/cc-defs.el (c-tentative-buffer-changes): No longer
4104         sets `inhibit-read-only' - `c-save-buffer-state' should be used
4105         anyway if the change always is undone.
4107 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
4109         Implement togglable electricity:
4111         * progmodes/cc-defs.el: Enhance c-save-buffer-state's doc-string,
4112         saying when it should be used.
4114         * progmodes/cc-engine.el: Add the new buffer-local variable,
4115         c-electric-flag.
4117         * progmodes/cc-langs.el: Change the name of c-toggle-auto-state to
4118         c-toggle-auto-newline.
4120         * progmodes/cc-mode.el: Rename c-toggle-auto-state to
4121         c-toggle-auto-newline.  Remove the binding for
4122         c-toggle-auto-hungry-state.  Add the binding C-c C-l for the new
4123         c-toggle-electric-state.
4125         * progmodes/cc-vars.el: Make c-syntactic-indentation buffer local.
4127         * progmodes/cc-cmds.el: Add `c-bytecomp-defun's for
4128         c-\(forward\|backward\)-subword.
4129         (c-update-modeline): Add the new modeline flag `l' for
4130         `c-electric-flag'.  Make the auto-newline flag `a' dependent on
4131         `l'.
4132         (c-toggle-auto-state): Rename it to `c-toggle-auto-newline'.  Make
4133         the old name an alias of the new name.
4134         (c-toggle-electric-state): New function.
4135         c-electric-\(pound\|brace\|slash\|star\|semi&comma\|colon\|lt-gt\|paren\|continued-statement\):
4136         Adapt these functions to do electric things only when
4137         c-electric-flag is non-nil.
4138         (c-point-syntax, c-brace-newlines, c-try-oneliner): Extract these
4139         new functions from c-electric-brace.
4140         (c-point-syntax): Add a check for "virtual semicolons" in AWK
4141         mode, so that the tentative extra newline doesn't change the
4142         syntax of the following brace.
4143         (c-electric-brace): Restructure by extracting the above functions.
4144         Tidy up the coding somewhat.
4145         (c-electric-semi&comma, c-electric-colon, c-electric-paren):
4146         restructure a bit.
4148 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
4150         * progmodes/cc-cmds.el (c-show-syntactic-information): Show the
4151         anchor position(s) using faces.  Thanks to Masatake YAMATO for the
4152         idea.
4154         * progmodes/cc-mode.el, cc-cmds.el, cc-defs.el, cc-engine.el
4155         (c-submode-indicators): Changed name from `c-auto-hungry-string'
4156         since it's now used to track another submode.
4158         (c-update-modeline): Converted to function and extended to check
4159         `c-subword-move-mode'.
4161         (c-forward-into-nomenclature, c-backward-into-nomenclature):
4162         Converted to compat aliases for `c-forward-subword' and
4163         `c-backward-subword'.
4165         * progmodes/cc-subword.el: New functions and minor mode to handle
4166         SillyCapsedStyleIndentifiers, contributed by Masatake YAMATO:
4168         (c-forward-subword, c-backward-subword, c-mark-subword)
4169         (c-kill-subword, c-backward-kill-subword, c-transpose-subwords)
4170         (c-capitalize-subword, c-downcase-subword, c-upcase-subword):
4171         Functions corresponding to the standard word handling functions.
4173         (c-subword-move-mode): Minor mode that replaces all the standard
4174         word handling functions with their subword equivalences.
4176 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
4178         * progmodes/cc-vars.el (c-cleanup-list): Insert a customization
4179         entry for one-liner-defun.
4181         * progmodes/cc-defs.el: Give c-tentative-buffer-changes its own
4182         name in its def-edebug-spec.
4184         * progmodes/cc-cmds.el (c-electric-brace): Make the
4185         one-liner-defun clean-up work with empty-defun-braces.  o-l-d now
4186         compacts space before a comment, if this will make things fit on
4187         one line.
4189         Introduce an "awk" style, mainly for auto-newline and clean-ups.
4191         * progmodes/cc-align.el: New function c-snug-1line-defun-close
4193         * progmodes/cc-cmds.el: In c-electric-brace, add code for new
4194         clean-up one-liner-defun.
4196         * progmodes/cc-styles.el: Add the new "awk" style.
4198         * progmodes/cc-vars.el: Add description of one-liner-defun to
4199         c-cleanup-list's doc-string.  New user options,
4200         c-max-one-liner-length.  In c-default-style, set the default style
4201         for AWK to "awk".
4203 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
4205         * progmodes/cc-engine.el (c-forward-label): Fixed fontification of
4206         macros inside labels.
4208         * progmodes/cc-engine.el (c-looking-at-bos): Obsoleted in favor of
4209         `c-at-statement-start-p' and `c-at-expression-start-p'.
4211         * progmodes/cc-defs.el (c-tnt-chng-record-state): Don't signal an
4212         error if the mark isn't set.
4214         * progmodes/cc-engine.el (c-guess-continued-construct)
4215         (c-guess-basic-syntax): Use `c-forward-decl-or-cast-1' to more
4216         accurately detect functions inside functions.
4218         * progmodes/cc-engine.el (c-at-expression-start-p): New function
4219         like `c-at-statement-start-p' that additionally recognizes commas
4220         and expression parentheses as delimiters.
4222         * progmodes/cc-engine.el (c-looking-at-inexpr-block): Added flag
4223         to avoid heuristics that doesn't work for unclosed blocks.
4225         (c-at-statement-start-p): New function.
4227         * progmodes/cc-engine.el, cc-fonts.el: Fixes in handling of
4228         Objective-C directives, e.g. directives spanning lines should work
4229         reasonably well now.
4231         (c-put-c-type-property, c-clear-c-type-property): New helpers.
4233         (c-forward-objc-directive): New function to move over any ObjC
4234         directive.
4236         (c-just-after-func-arglist-p, c-guess-basic-syntax)
4237         (c-basic-matchers-before): Use it.
4239         (c-font-lock-objc-iip-decl): Removed.
4241         * progmodes/cc-engine.el (c-guess-basic-syntax): Some improvement
4242         in the template arglist recognition.
4244         * progmodes/cc-styles.el (c-style-alist): Fixed several
4245         inconsistencies in the Whitesmith style.
4247         * progmodes/cc-align.el (c-lineup-after-whitesmith-blocks):
4248         New lineup function to get lines after Whitesmith style blocks
4249         correctly indented.
4251         (c-lineup-whitesmith-in-block): Backed out the compensation for
4252         opening parens since it's done using `add' lists in the style
4253         definition instead.  Don't use the anchor position since it varies
4254         too much between the syntactic symbols. :P
4256         * progmodes/cc-vars.el (c-valid-offset): Updated.
4258         * progmodes/cc-engine.el (c-evaluate-offset): Extended to handle
4259         lists where the offsets are combined according to several
4260         different methods: `first', `min', `max', and `add'.  Report
4261         offset evaluation errors with `c-benign-error' so that some kind
4262         of reindentation still is done.
4264         * progmodes/cc-engine.el (c-guess-basic-syntax): Anchor
4265         `arglist-intro' the same way as `arglist-cont-nonempty' and
4266         `arglist-close'.
4268         * progmodes/cc-engine.el (c-guess-basic-syntax): Fixed similar
4269         situations for `arglist-cont-nonempty' and `arglist-close'.
4271         * progmodes/cc-langs.el (c-opt-identifier-concat-key-depth): New
4272         constant.
4274         * progmodes/cc-defs.el: Use `cc-bytecomp-fboundp' and
4275         cc-bytecomp-boundp' in a number of places.
4277         * progmodes/cc-engine.el (c-beginning-of-statement-1): Fixed a
4278         macro related issue.
4280 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
4282         * progmodes/cc-awk.el: Change the terminology of regexps: A char
4283         list is now [asdf], a char class [:alpha:].  Include code for char
4284         classes.  Set c-awk-NL-prop on lines ending in open strings.  (Bug
4285         fix.)  Add character classes (e.g. "[:alpha:]") into AWK Mode's
4286         regexps.
4288         Remove (nearly all of) the cruft associated with AWK Mode's former
4289         concept of "virtual semicolons":
4291         Adapt c-beginning-of-statement, c-end-of-statement (together with
4292         subfunctions) to use the new notion of "virtual semicolon" in
4293         place of the old awkward special handling for AWK.  There remains
4294         much cruft in cc-awk.el, cc-cmds.el and cc-engine.el to clear out.
4295         * progmodes/cc-cmds.el:
4296         (c-ascertain-adjacent-literal): In the backwards direction, now
4297         recognises AWK regexp delimiters as string delimiters.
4298         (c-after-statement-terminator-p): Adapt for virtual semicolons;
4299         check more rigorously for "end of macro".
4300         (c-back-over-illiterals, c-forward-over-illiterals): Adapt for
4301         virtual semicolons;
4302         (c-beginning-of-statement): Adapt for virtual semicolons; Separate
4303         out the code for forward movement into ...
4304         (c-end-of-statement): Now contains the code for forward movement,
4305         adapted for virtual semicolons.
4307         * progmodes/cc-engine.el:
4308         (c-ws*-string-limit-regexp): New regexp.
4309         (c-forward-single-comment, c-backward-single-comment): Comment out
4310         the (now redundant) "special" AWK stuff.
4312         * progmodes/cc-styles.el, cc-vars.el: Change the settings of
4313         c-string-par-start, c-string-par-separate to be more like Text
4314         Mode than Fundamental Mode.
4316 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
4318         * progmodes/cc-fonts.el (c-font-lock-declarations): Always narrow
4319         to the fontified region so that fontification doesn't occur
4320         outside it (could happen e.g. when fontifying a line with an
4321         unfinished declaration).
4323 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
4325         * progmodes/cc-awk.el: Regexps for analysing AWK code have been
4326         moved to near the start of the file.  ^L now separate sections of
4327         the file.  New defconsts: c-awk-non-eol-esc-pair-re,
4328         c-awk-blank-or-comment-line-re,
4329         c-awk-one-line-possibly-open-string-re,
4330         c-awk-regexp-one-line-possibly-open-char-class-re,
4331         c-awk-one-line-possibly-open-regexp-re,
4332         c-awk-one-line-non-syn-ws*-re.  New functions: c-awk-at-vsemi-p,
4333         c-awk-vsemi-status-unknown-p.
4335         Amend the concept of "virtual semicolons" (in the indentation
4336         engine) for languages like AWK, such that they are now
4337         conceptually attached to end of the last token of a statement, not
4338         the end of the line.  (In AWK Mode, however, the pertinent text
4339         property is still physically set on the EOL.)  Remove the specific
4340         tests for awk-mode, thus facilitating the introduction of other
4341         language modes where EOLs can end statements.  (Note: The
4342         funtionality in cc-cmds.el, specifically
4343         c-beginning/end-of-statement has yet to be amended.)
4345         * progmodes/cc-defs.el: New macros c-at-vsemi-p,
4346         c-vsemi-status-unknown-p.
4348         * progmodes/cc-langs.el: Added `#' into AWK Mode's value of
4349         c-stmt-delim-chars.  New c-lang-defvars: c-at-vsemi-p-fn,
4350         c-vsemi-status-unknown-p-fn (in a new page).
4352         * progmodes/cc-engine.el: In c-beginning-of-statement-1,
4353         c-crosses-statement-barrier-p, c-guess-basic-syntax, replace
4354         numerous awkward forms like
4355         (if (c-major-mode-is 'awk-mode) (c-awk-prev-line-incomplete-p))
4356         with
4357         (c-at-vsemi-p).  Fix a few typos.  In c-guess-basic-syntax, new
4358         variable before-ws-ip, the place just after char-before-ip
4359         appears.
4361         * progmodes/cc-mode.el: Fix what's almost a semantic ambiguity in
4362         a comment.
4364 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
4366         * progmodes/cc-cmds.el (c-electric-brace): Cleaned up using
4367         `c-tentative-buffer-changes'.
4369         * progmodes/cc-defs.el (c-region-is-active-p): Simplified and
4370         converted to macro to choose between Emacs and XEmacs at compile
4371         time.
4373         (c-set-region-active): New set counterpart to
4374         `c-region-is-active-p'.
4376         (c-tentative-buffer-changes): New macro to handle temporary buffer
4377         changes in a convenient way.
4379         (c-tnt-chng-record-state, c-tnt-chng-cleanup): Internal helpers
4380         for `c-tentative-buffer-changes'.
4382         * progmodes/cc-engine.el (c-looking-at-inexpr-block): Tightened up
4383         the checks for paren sexps between the point and the keyword, to
4384         avoid some false alarms.
4386         * progmodes/cc-engine.el, cc-langs.el (c-looking-at-inexpr-block):
4387         Fixed a situation where an error could be thrown for unbalanced
4388         parens.  Changed to make use of c-keyword-member' to avoid some
4389         repeated regexp matches.
4391         (c-opt-lambda-key, c-opt-inexpr-block-key,
4392         c-opt-inexpr-class-key): These language variable are no longer
4393         necessary.
4395         (c-block-stmt-kwds): New language constant used by
4396         c-looking-at-inexpr-block'.
4398         (c-guess-basic-syntax): Removed an optional check that looked at
4399         the existence of the now removed language variables.
4401         * progmodes/cc-engine.el (c-fdoc-shift-type-backward,
4402         c-forward-decl-or-cast-1): Fixed invalid recognition of C++ style
4403         object instantiation expressions as declarations in some contexts.
4404         This bug only affected languages where the declarator can't be
4405         enclosed in parentheses.
4407         * progmodes/cc-styles.el (c-style-alist): Fixed the GNU style to
4408         insert newlines before and after substatement braces.
4410         * progmodes/cc-engine.el: Improved the heuristics for recognizing
4411         function declaration headers and the handling of C++ style member
4412         init lists.
4414         (c-just-after-func-arglist-p): Rewritten to use
4415         `c-forward-decl-or-cast-1'.  Now behaves a bit differently too.
4417         (c-beginning-of-member-init-list): Removed since it isn't used
4418         anymore.
4420         (c-guess-basic-syntax): Case 5B adapted for the new
4421         `c-just-after-func-arglist-p'.  Cases 5B.1 and 5B.3 merged.  Cases
4422         5D.1 and 5D.2 removed since they aren't trigged anymore (case 5B.1
4423         covers all cases now).
4425         * progmodes/cc-defs.el (c-point): Added `bosws' and `eosws'.
4427 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
4429         * progmodes/cc-cmds.el, cc-styles.el, cc-vars.el: New variables
4430         c-string-par-start/separate c-sentence-end-with-esc-eol,
4431         initialised in c-setup-paragraph-variables, used in string
4432         scanning subroutines of c-beginning-of-statement.
4434         * progmodes/cc-cmds.el (c-electric-brace): Don't delete a comment
4435         which precedes the newly inserted `{'.
4437 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
4439         * progmodes/cc-engine.el, cc-langs.el: Rewrote the recognition
4440         function for declaration level blocks.  It should now cope with
4441         templates better and also be a lot more comprehensible.
4443         (c-looking-at-decl-block): The new function.
4445         (c-search-uplist-for-classkey): The old one.  It's now a wrapper
4446         for compatibility.
4448         (c-add-class-syntax, c-guess-continued-construct,
4449         c-guess-basic-syntax): Adapted for `c-looking-at-decl-block'.
4451         (c-decl-block-key): Changed to tell apart ambiguous and
4452         unambiguous keywords.  Pike specials are now handled directly in
4453         the code instead.
4455         (c-block-prefix-disallowed-chars, c-block-prefix-charset): New
4456         language constants and variables to make the backward skip in
4457         `c-looking-at-decl-block' as tight as possible.
4459         (c-nonsymbol-token-char-list): New language constant.
4461         * progmodes/cc-engine.el (c-backward-<>-arglist): New function to
4462         find balanced template arglists backwards.
4464         * progmodes/cc-defs.el (c-make-bare-char-alt): New helper for
4465         making char classes for `c-syntactic-skip-backward'.
4467         * progmodes/cc-engine.el (c-guess-basic-syntax): Simplified case
4468         16D - can't be a class-close at that point.
4470         * progmodes/cc-engine.el (c-guess-basic-syntax)
4471         (c-add-class-syntax): Don't narrow out the enclosing declaration
4472         level.  This makes everything a lot easier, and it was actually
4473         only four small places that needed it to work.  Some places that
4474         previously did `widen' are removed now, which has the effect that
4475         `c-guess-basic-syntax' never will look at things outside the
4476         current narrowment now.  The anchor position for `topmost-intro'
4477         is affected by this, but it was so bogus it was basically useless
4478         before, and now it's equally bogus but in a slightly different
4479         way.
4481         (c-narrow-out-enclosing-class): Gone.
4483         (c-most-enclosing-brace, c-least-enclosing-brace): Don't filter to
4484         the narrowed region.
4486         (c-least-enclosing-brace): Removed silly optional argument.
4488         * progmodes/cc-engine.el (c-beginning-of-decl-1): Fixed bug where
4489         the point could be left directly after an open paren when finding
4490         the beginning of the first decl in the block.
4492         * progmodes/cc-engine.el, cc-fonts.el (c-forward-keyword-clause):
4493         Specify which submatch to use.
4495         * progmodes/cc-langs.el (c-symbol-start): Include `@' in ObjC.
4497         (c-decl-start-re): No longer any need for special treatment of
4498         ObjC due to the above.
4500         (c-other-block-decl-kwds): Handle "extern" in ObjC too since it
4501         presumably follows C in that regard.
4503         * progmodes/cc-langs.el (c-identifier-ops, c-after-id-concat-ops):
4504         New language constants to specify operator tokens inside
4505         identifiers in a more high level way.
4507         (c-opt-identifier-prefix-key): New internal language constant.
4509         (c-opt-identifier-concat-key, c-opt-after-id-concat-key)
4510         (c-identifier-start, c-identifier-key): Now completely calculated
4511         from other constants.
4513         (c-identifier-last-sym-match): Decommissioned since it's no longer
4514         used.
4516         (c-operators): Use `c-identifier-ops'.  Documented
4517         `postfix-if-paren'.
4519         * progmodes/cc-engine.el (c-forward-name): Removed the
4520         optimization when c-identifier-key is equal to c-symbol-key since
4521         it doesn't work in byte compiled files.  Don't record empty
4522         regions as identifiers.
4524         * progmodes/cc-langs.el (c-filter-ops): New helper function to
4525         simplify access to `c-operators' and its likes.
4527         (c-operator-list, c-all-op-syntax-tokens)
4528         (c-nonsymbol-token-regexp, c-<>-multichar-token-regexp)
4529         (c-<-op-cont-regexp, c->-op-cont-regexp, c-expr-kwds)
4530         (c-primary-expr-regexp, c-cast-parens): Use it.
4532         * progmodes/cc-defs.el (c-lang-const): Fixes to allow use without
4533         an explicit language in functions.
4535         * progmodes/cc-defs.el (c-make-keywords-re): Added an appendable
4536         variant of adornment.
4538         * progmodes/cc-langs.el (c-any-class-key): Removed unused language
4539         variable.
4541         (c-type-decl-prefix-key): Removed some now unnecessary cruft from
4542         the Pike value.
4544         * progmodes/cc-engine.el (c-on-identifier)
4545         (c-simple-skip-symbol-backward): Small fix for handling "-"
4546         correctly in `skip-chars-backward'.  Affected the operator lfun
4547         syntax in Pike.
4549         * progmodes/cc-langs.el (c-make-init-lang-vars-fun): Disabled the
4550         diagnostic message about precompiled language vars not being used.
4552         * progmodes/cc-langs.el (c-paren-nontype-kwds): The GCC keyword
4553         "__attribute__" is followed by a parenthesis.
4555         (c-type-start-kwds, c-prefix-spec-kwds, c-prefix-spec-kwds-re)
4556         (c-specifier-key, c-not-decl-init-keywords): Some cleanup using new
4557         language constants `c-type-start-kwds' and `c-prefix-spec-kwds'.
4559         * progmodes/cc-fonts.el, cc-langs.el, cc-engine.el: Internal
4560         cleanups to properly detect the declared identifiers in various
4561         declarations.
4563         (c-decl-start-kwds): New language constant to recognize
4564         declarations that can start anywhere.  Used for class declarations
4565         in Pike.
4567         (c-specifier-key, c-not-decl-init-keywords)
4568         (c-decl-prefix-or-start-re, c-find-decl-prefix-search)
4569         (c-find-decl-spots): Implement `c-decl-start-kwds'.
4571         (c-other-decl-kwds, c-postfix-decl-spec-kwds, c-decl-hangon-kwds)
4572         (c-decl-hangon-key, c-forward-decl-or-cast-1): Separated the
4573         handling of the compiler specific extension keywords into a new
4574         language constant `c-decl-hangon-kwds' that defines keyword
4575         clauses to be ignored in declarations.
4577         (c-forward-id-comma-list, c-forward-keyword-clause): Don't skip
4578         past unrecognized tokens when handling `c-colon-type-list-kwds'.
4579         Necessary to stop at the declared identifier in e.g. IDL valuetype
4580         declarations.
4582         (c-typedef-decl-kwds, c-typeless-decl-kwds, c-type-list-kwds)
4583         (c-prefix-spec-kwds-re, c-postfix-spec-kwds)
4584         (c-after-suffixed-type-decl-key, c-opt-postfix-decl-spec-key)
4585         (c-forward-decl-or-cast-1): Recognize the declared identifier in
4586         class and enum declarations as such and not as part of the type.
4588         (c-forward-decl-or-cast-1, c-forward-label): Relaxed the
4589         interpretation of PRECEDING-TOKEN-END when there's no preceding
4590         token.
4592         (c-forward-decl-or-cast-1): Don't disregard sure signs of
4593         declarations when there's some syntax error later on.
4595         (c-complex-decl-matchers): Did away with a reference to
4596         `c-specifier-key'.
4598         * progmodes/cc-engine.el (c-maybe-labelp): Provide no default
4599         value - this variable is always dynamically bound.
4601         * progmodes/cc-engine.el, cc-fonts.el, cc-langs.el, cc-menus.el
4602         * cc-mode.el, cc-styles.el, cc-vars.el, cc-align.el, cc-awk.el
4603         * cc-cmds.el, cc-defs.el: Changed the policy for marking up
4604         functions that might do hidden buffer changes: All such internal
4605         functions are now marked instead of those that don't.
4607         (c-beginning-of-macro, c-end-of-macro, c-(forward|backward)-comments)
4608         (c-(forward|backward)-single-comment, c-parse-state, c-on-identifier)
4609         (c-(fast-|slow-|)in-literal, c-literal-limits, c-collect-line-comments)
4610         (c-literal-type): Allow these functions to make hidden buffer changes,
4611         so that they are free to use text property caching later on.
4613         (c-electric-backspace, c-electric-delete-forward, c-electric-pound)
4614         (c-electric-brace, c-electric-slash, c-electric-star)
4615         (c-electric-semi&comma, c-electric-colon, c-electric-lt-gt)
4616         (c-electric-paren, c-electric-continued-statement, c-indent-command)
4617         (c-indent-region, c-mask-paragraph, c-indent-new-comment-line)
4618         (c-context-line-break): Added `c-save-buffer-state' calls to comply
4619         with the changed semantics of the functions above.
4621         * progmodes/cc-engine.el (c-beginning-of-statement-1): Fixed a bug
4622         when macros occur in obscure places.  Optimized the sexp movement
4623         a bit.
4625 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
4627         Enhancements for c-beginning-of-statement to work in AWK Mode:
4629         * progmodes/cc-awk.el: Supersede c-awk-NL-prop value `;'
4630         (completed statement) with `}' (statement completed by closing
4631         brace or semicolon) and `$' (statement completed by EOL).
4633         (c-awk-virtual-semicolon-ends-prev-line-p)
4634         (c-awk-virtual-semicolon-ends-line-p)
4635         (c-awk-skip-semantic-ws-forward, c-awk-skip-semantic-ws-backward)
4636         (c-awk-at-statement-end-p): New functions.
4638         * progmodes/cc-cmds.el: Simplify the structure of functions
4639         c-forward-over-illiterals, c-back-over-illiterals.  Enhance these
4640         two functions and c-beginning-of-statement to handle AWK Mode.
4642         * progmodes/cc-engine.el: Enhance c-forward-single-comment,
4643         c-backward-single-comment for AWK mode.  Attempt to clarify their
4644         doc-strings.
4646         * progmodes/cc-mode.el: Put M-a and M-e into awk-mode-map.
4648 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
4650         * progmodes/cc-engine.el, cc-fonts.el, cc-langs.el: Cleaned up the
4651         label handling.  Labels are now recognized in a uniform and more
4652         robust way, regardless of context.  Text properties are put on all
4653         labels to recognize the following declarations better.  Multiword
4654         labels are handled both in indentation and fontification for the
4655         benefit of language extensions like Qt.  For consistency, keywords
4656         in labels are now fontified with the label face instead.  That
4657         also applies to "case" and "default".
4659         (c-beginning-of-statement-1): Fixed some bugs in the label
4660         handling.  Disregard `c-nonlabel-token-key' in labels that begin
4661         with `c-label-kwds'.
4663         (c-find-decl-spots): Support that the callback adds more
4664         `c-decl-end' spots to find.
4666         (c-forward-decl-or-cast-1): Don't treat a list of plain
4667         identifiers followed by a colon as a declaration.
4669         (c-forward-label): New function to recognize labels.
4671         (c-guess-basic-syntax): Replaced uses of `c-label-key' with
4672         `c-forward-label'.  Moved the label recognition cases (14 and 15)
4673         earlier since they aren't so context sensitive now.  Handle labels
4674         on the top level gracefully.  Moved access label recognition to
4675         the generic label case (CASE 15) - removed CASE 5E.
4677         (c-font-lock-declarations): Added recognition of labels in the
4678         same round since we need to handle labels in parallell with other
4679         declarations to recognize both accurately.  It should also improve
4680         speed.
4682         (c-simple-decl-matchers, c-basic-matchers-after): Moved
4683         `c-font-lock-labels' so that it only is used on decoration level 2
4684         since `c-font-lock-declarations' handles it otherwise.
4686         (c-complex-decl-matchers): Removed the simplistic recognition of
4687         access labels.
4689         (c-decl-prefix-re): Removed the kludges that was necessary to cope
4690         with labels earlier.
4692         (c-decl-start-re): New language variable to make
4693         `c-font-lock-declarations' stop for the special protection labels
4694         in Objective-C that start with `@'.
4696         (c-label-key): Removed since it's no longer used.
4698         (c-recognize-colon-labels, c-label-prefix-re): New language
4699         constants to support recognition of generic colon-terminated
4700         labels.
4702         (c-type-decl-end-used): `c-decl-end' is now used whenever there
4703         are colon terminated labels.
4705         * progmodes/cc-align.el (c-lineup-arglist): Fixed bug when the
4706         first argument starts with a special brace list.
4708         * progmodes/cc-engine.el, cc-fonts.el (c-forward-decl-or-cast-1)
4709         (c-font-lock-declarations): Broke out the declaration and cast
4710         recognition from `c-font-lock-declarations' to a new function, so
4711         that it can be used in the indentation engine.
4713         * progmodes/cc-engine.el (c-find-decl-spots): Fixed bug in backing
4714         up to the start of the literal.  Fixed bug with the point on the
4715         wrong side of the search limit that could happen when the start
4716         position is inside a literal.
4718         * progmodes/cc-engine.el (c-parse-state)
4719         (c-invalidate-state-cache): Modified the use of `c-state-cache-end'
4720         so that it's kept a little bit back to increase the hit rate.
4722         (c-parse-state): Changed the macro handling and fixed some
4723         glitches.  Macro context is checked more often than necessary now,
4724         but otoh less garbage conses are generated.
4726         * progmodes/cc-engine.el (c-parse-state)
4727         (c-invalidate-state-cache): Cache the last position where
4728         `c-state-cache' applies.  This can speed up refontification quite
4729         a bit in blocks where there are many non-brace parens before the
4730         point.
4732         (c-state-cache-end): New variable for this.
4734         (c-guess-basic-syntax, c-debug-parse-state): Adapted for the new
4735         cache variable.
4737         * progmodes/cc-engine.el (c-find-decl-spots): Take more care to
4738         get close initial continue positions when the start position is
4739         inside a literal or macro.  Do not call the callback for spots
4740         before the start position (which can happen e.g. for `c-decl-end'
4741         spots inside comments).  Optimize better in special cases when the
4742         region is a single line inside a literal or macro (typically when
4743         the current line is refontified).
4745         * progmodes/cc-engine.el (c-guess-basic-syntax): Simplified calls
4746         to `c-add-stmt-syntax' - there's no need to explicitly whack off
4747         entries from the paren state.
4749         * progmodes/cc-engine.el (c-add-stmt-syntax): Narrowed down the
4750         special case for "else if" clauses.
4752         * progmodes/cc-engine.el (c-looking-at-inexpr-block)
4753         (c-add-stmt-syntax): Use `c-recognize-paren-inexpr-blocks'.
4755         * progmodes/cc-langs.el (c-recognize-paren-inexpr-blocks): New
4756         language variable to recognize the gcc extension with statement
4757         blocks inside expressions.
4759         * progmodes/cc-engine.el (c-add-stmt-syntax): Restructured to make
4760         it somewhat more comprehensible.  The argument AT-BLOCK-START is
4761         no longer used and hence removed.
4763         (c-guess-continued-construct, c-guess-basic-syntax): Updated calls
4764         to `c-add-stmt-syntax'.
4766         * progmodes/cc-engine.el (c-backward-to-decl-anchor): Use
4767         `c-beginning-of-statement-1' instead of duplicating parts of it.
4768         This fixes bogus label recognition.
4770         * progmodes/cc-engine.el (c-add-type, c-check-type)
4771         (c-forward-name, c-forward-type): Improved storage of template
4772         types in `c-found-types' so that they can be recognized better.
4774         (c-syntactic-content): Added option to skip past nested parens.
4776         * progmodes/cc-engine.el (c-forward-name): Set
4777         `c-last-identifier-range' all the time.  It's less work that way.
4778         Handle that there might not be an identifier to store in
4779         `c-last-identifier-range'.
4781         (c-forward-type): Handle that `c-last-identifier-range' might be
4782         nil from `c-forward-name'.
4784         * progmodes/cc-defs.el (c-safe-scan-lists)
4785         (c-(go-)?(up|down)-list-(forward|backward)): Added limit arguments.
4787         * progmodes/cc-defs.el (c-save-buffer-state): Use `unwind-protect'
4788         to work even if the form fails.
4790         * progmodes/cc-engine.el (c-parse-state): Speedup when moving far
4791         down in a large file in one go.
4793         (c-get-fallback-start-pos): New helper function for
4794         `c-parse-state'.
4796         * progmodes/cc-align.el (c-lineup-assignments): New lineup
4797         function which is like `c-lineup-math' but returns nil instead of
4798         `c-basic-offset' when it doesn't match.
4800         (c-lineup-math): Changed to use `c-lineup-assignments'.
4802 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
4804         * progmodes/cc-cmds.el: Fix some bugs in subfunctions of
4805         c-beginning-of-statement.  New subfunctions
4806         c-in-comment-line-prefix-p, c-narrow-to-comment-innards.
4808 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
4810         * progmodes/cc-fonts.el, cc-langs.el: Use `c-simple-ws' instead of
4811         hardcoded char classes whereever possible.  Changed a couple of
4812         places to use skip by syntax instead of skip by char class.
4814         * progmodes/cc-langs.el (c-unterminated-block-comment-regexp):
4815         Fixed a bug in the regexp that caused extreme backtracking.
4817         * progmodes/cc-langs.el (c-block-comment-starter)
4818         (c-block-comment-ender): New language constants to specify in a
4819         single place how block comments look.
4821         (c-comment-start-regexp, c-block-comment-start-regexp)
4822         (comment-start, comment-end, comment-start-skip)
4823         (c-syntactic-ws-start, c-syntactic-ws-end, c-nonwhite-syntactic-ws)
4824         (c-syntactic-ws, c-nonempty-syntactic-ws)
4825         (c-single-line-syntactic-ws, c-syntactic-eol): Now built from
4826         `c-line-comment-starter', `c-block-comment-starter' and
4827         `c-block-comment-ender'.
4829         (c-block-comment-regexp, c-unterminated-block-comment-regexp):
4830         New language constants to break up things a bit.
4832         (c-simple-ws): New language constant for simple whitespace.
4834         * progmodes/cc-defs.el (c-concat-separated): New convenience
4835         function.
4837         * progmodes/cc-defs.el (c-make-keywords-re): Added kludge for bug
4838         in `regexp-opt' in Emacs 20 and XEmacs when strings contain
4839         newlines.  Allow and ignore nil elements in the list.
4841 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
4843         * progmodes/cc-cmds.el: Comment out a (n almost certainly
4844         superfluous) check, (eq here (point-max)) in
4845         c-beginning-of-statement.
4847         * progmodes/cc-cmds.el: Tidy up the comments in
4848         c-beginning-of-statement and subfunctions.
4850         * progmodes/cc-awk.el: Replace calls to put-text-property to the
4851         more flexible c-put-char-property and c-clear-char-properties.
4852         Add the author's email address.
4854         * progmodes/cc-langs.el: New variable,
4855         c-block-comment-start-regexp.
4857         * progmodes/cc-cmds.el: Fix bug with M-e, when point is inside the
4858         closing "*/" of a block comment.
4860         * progmodes/cc-cmds.el: Tidy c-beginning-of-sentence (and
4861         subfunctions) so that it works at BOB and EOB.
4863         * progmodes/cc-cmds.el, cc-vars.el: More updating of
4864         c-beginning-of-statement, including new variable
4865         c-block-comment-start-regexp.
4867 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
4869         * progmodes/cc-langs.el (c-known-type-key): Optimize simple
4870         symbols from `*-font-lock-extra-types' so that there's no need to
4871         use `regexp-opt' on those lists.
4873         * progmodes/cc-langs.el (c-type-decl-suffix-key): Fix when
4874         `c-type-modifier-kwds' is empty.
4876         * progmodes/cc-fonts.el (c-font-lock-invalid-string): Fix when
4877         there are several strings on the same line.
4879         * progmodes/cc-engine.el (c-literal-limits): Removed the
4880         compatibility function for older emacsen.  `c-literal-limits-fast'
4881         has now taken the place of this function.
4883         * progmodes/cc-vars.el (c-emacs-features): Removed compatibility
4884         with older emacsen: We now require `pps-extended-state'.
4886 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
4888         * progmodes/cc-cmds.el: New function c-beginning-of-sentence,
4889         which obviates the need to hack sentence-end.  This now handles
4890         escaped newlines in strings correctly.  Correct minor bugs in
4891         c-move-over-sentence and in c-beginning-of-statement.
4893         * progmodes/cc-cmds.el (c-beginning-of-statement (and
4894         subfunctions)): Adapt c-\(back\|forward\)-over-illiterals such
4895         that movement over macros and code are rigorously separated from
4896         eachother.  Correct a few incidental bugs.
4898         * progmodes/cc-cmds.el: Restructure c-beginning-of-statement:
4899         Improve its doc-string.  Improve the handling of certain specific
4900         cases.
4902 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
4904         * progmodes/cc-engine.el, cc-fonts.el, cc-langs.el
4905         (c-guess-basic-syntax): Changed the way class-level labels are
4906         recognized; they can now contain essentially any symbols.
4908         (c-opt-extra-label-key): New language variable to cope with the
4909         special protection label syntax in Objective-C.
4911         (c-opt-access-key): Removed; this is now handled better by
4912         `c-nonlabel-token-key' and `c-opt-extra-label-key'.
4914         (c-complex-decl-matchers): Update to handle that
4915         `c-opt-access-key' no longer exists.
4917         * progmodes/cc-engine.el (c-guess-basic-syntax): Make use of the
4918         improved label recognition in `c-beginning-of-statement-1'.
4920         * progmodes/cc-engine.el (c-beginning-of-member-init-list):
4921         Recognize bitfields better.
4923         * progmodes/cc-engine.el (c-beginning-of-inheritance-list):
4924         Removed some cruft and fixed a bug that could cause it to go to a
4925         position further down.
4927         * progmodes/cc-langs.el, cc-engine.el
4928         (c-beginning-of-statement-1): Improved detection of labels in
4929         declaration contexts.
4931         (c-beginning-of-decl-1): Use it.
4933         (c-nonlabel-token-key): New language constant and variable needed
4934         by `c-beginning-of-statement-1'.
4936         * progmodes/cc-engine.el (c-guess-basic-syntax): Fixed bug that
4937         manifested itself due to the correction in `c-forward-sexp'.
4939         * progmodes/cc-defs.el (c-forward-sexp, c-backward-sexp): Made
4940         these behave as documented when used at the buffer limits.
4942         * progmodes/cc-mode.el, cc-engine.el, cc-langs.el
4943         (c-type-decl-end-used): Made this a language variable.
4945         * progmodes/cc-mode.el (c-after-change): Widen the buffer to work
4946         correctly when `combine-after-change-calls' is used together with
4947         temporary narrowings.
4949         * progmodes/cc-engine.el (c-beginning-of-statement-1): Report
4950         labels correctly when the start point is immediately after the
4951         colon.
4953         * progmodes/cc-defs.el (c-parse-sexp-lookup-properties): Removed
4954         since it isn't used anymore.
4956         * progmodes/cc-cmds.el (c-electric-lt-gt): Detect and mark angle
4957         bracket arglists such as template parens in C++.
4959         * progmodes/cc-engine.el (c-syntactic-skip-backward): Fixed a bug
4960         in the last check-in.  Some optimization.
4962         * progmodes/cc-engine.el (c-syntactic-skip-backward): Fixed bug
4963         where it could stop at the same level in a preceding sexp when
4964         PAREN-LEVEL is set.
4966         * progmodes/cc-mode.el (c-basic-common-init): Turn on syntax-table
4967         text property lookup only when it's needed.
4969         * progmodes/cc-langs.el, cc-engine.el, cc-fonts.el, cc-mode.el:
4970         Changed the policy for paren marked angle brackets to be more
4971         persistent; once marked they remain marked even when they're found
4972         to be unbalanced in the searched region.  This should keep the
4973         paren syntax around even when individual lines are refontified in
4974         multiline template arglists.
4976         (c-parse-and-markup-<>-arglists): New dynamically bound variable
4977         to control markup so that incorrect angle bracket arglists aren't
4978         marked in contexts where the correct value for
4979         `c-disallow-comma-in-<>-arglists' isn't known.
4981         (c-forward-<>-arglist, c-forward-<>-arglist-recur): The reparse
4982         argument has become `c-parse-and-markup-<>-arglists'.
4984         (c-remove-<>-arglist-properties): Removed - no longer used.
4986         (c-after-change-check-<>-operators): New function used on
4987         `after-change-functions' to avoid that "<" and ">" characters that
4988         are part of longer operators have paren syntax.
4990         (c-<>-multichar-token-regexp): New language variable used by
4991         `c-after-change-check-<>-operators'.
4993         (c-after-change): Call `c-after-change-check-<>-operators'.
4995         (c-font-lock-<>-arglists): Use the context properties set by
4996         `c-font-lock-declarations' to set
4997         `c-disallow-comma-in-<>-arglists' correctly to avoid doing invalid
4998         markup.
5000         (c-font-lock-declarations): Removed code that undoes the invalid
5001         markup done by `c-font-lock-<>-arglists'.
5003         (c-complex-decl-matchers): `c-font-lock-<>-arglists' now runs
5004         after `c-font-lock-declarations'.
5006         * progmodes/cc-engine.el (c-syntactic-skip-backward): Added
5007         paren-level feature.
5009         (c-guess-basic-syntax): Improved the anchor position for
5010         `template-args-cont' in nested template arglists.  There's still
5011         much to be desired in this area, though.
5013 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
5015         * progmodes/cc-cmds.el, cc-engine.el, cc-langs.el, cc-vars.el:
5016         Make the "Text Filling and Line Breaking" commands work for AWK
5017         buffers.
5019 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
5021         * progmodes/cc-defs.el, cc-engine.el (c-mode-is-new-awk-p):
5022         Removed; (c-major-mode-is 'awk-mode) can be used instead now.
5024         * progmodes/cc-mode.el: Always set up AWK mode since emacsen where
5025         it doesn't work no longer are supported.
5027         * progmodes/cc-mode.el, cc-styles.el, cc-vars.el, cc-defs.el
5028         * cc-engine.el, cc-fonts.el, cc-langs.el, cc-cmds.el: CC Mode now
5029         requires support for the syntax-table' text property, which rules
5030         out Emacs 19 and XEmacs < 21.4.  Removed various compatibility
5031         cruft associated with those versions.
5033         * progmodes/cc-defs.el, cc-fix.el: CC Mode now requires support
5034         for the `syntax-table' text property, which rules out Emacs 19 and
5035         XEmacs < 21.4.  Removed various compatibility cruft associated
5036         with those versions.
5038         * progmodes/cc-vars.el (c-emacs-features): CC Mode now requires
5039         support for the `syntax-table' text property.
5041         * progmodes/cc-fonts.el (c-nonbreakable-space-face): Remove the
5042         variable and use an extra quoted face name instead.  All the
5043         emacsen flavors handle that correctly.
5045         * progmodes/cc-fonts.el (c-font-lock-complex-decl-prepare)
5046         (c-font-lock-declarators, c-font-lock-declarations)
5047         (c-complex-decl-matchers, c-basic-matchers-after): Use a text
5048         property to mark the items in in declarator lists to handle
5049         refontification inside multiline declarations better.
5051         * progmodes/cc-fonts.el (c-font-lock-declarations): Recognize a
5052         construct like "a * b = c;" as a declaration.
5054 2005-12-08  Kim F. Storm  <storm@cua.dk>
5056         * emulation/cua-base.el (cua-use-hyper-key): Replaced by ...
5057         (cua-rectangle-modifier-key): ... this.  New defcustom.  Can now
5058         select either meta, hyper, or super modifier for rectangle commands.
5059         (cua--rectangle-modifier-key): New defvar.
5060         (cua--M/H-key): Use it.  Remove special case for `space'.
5061         (cua--init-keymaps): Initialize it from cua-rectangle-modifier-key
5062         on X, to meta otherwise.  Always bind C-return to toggle
5063         rectangle.  Pass ?\s instead of `space' to cua--M/H-key.
5065         * emulation/cua-rect.el (cua-help-for-rectangle): Use
5066         cua--rectangle-modifier-key.  Handle super modifier too.
5067         (cua--init-rectangles): Always bind C-return to toggle rectangle.
5068         Pass ?\s instead of `space' to cua--M/H-key and cua--rect-M/H-key.
5070         * ido.el: Move Acknowledgements and History after Commentary.
5071         Minor changes to Commentary.
5073         * emulation/cua-base.el (cua--select-keymaps): Enable repeat
5074         keymap if cua--prefix-override-timer is `shift'.
5075         (cua--shift-control-prefix): New function; emulate "type prefix
5076         key twice" functionality to handle shifted prefix key override.
5077         (cua--shift-control-c-prefix, cua--shift-control-x-prefix): New
5078         commands.
5079         (cua--init-keymaps): Bind them to S-C-c and S-C-x.
5081 2005-12-08  Carsten Dominik  <dominik@science.uva.nl>
5083         * textmodes/org.el (org-insert-heading): Try to do items before
5084         headings.
5085         (org-agenda-mode): Quote `org-agenda-mode-hook'.
5086         (org-insert-item): New function.
5087         (org-renumber-ordered-list): Don't skip to higher level lists.
5089 2005-12-08  Juri Linkov  <juri@jurta.org>
5091         * info.el (Info-mode-map): Bind M-TAB to `Info-prev-reference'.
5093         * button.el (button-buffer-map): Bind M-TAB to `backward-button'.
5095         * wid-edit.el (widget-keymap): Bind M-TAB to `widget-backward'.
5097         * pcvs.el (defun-cvs-mode): Put `definition-name' property on
5098         the constructed function name fun-1.
5100         * cus-edit.el (custom-add-parent-links): Filter out custom-group-link,
5101         because such links don't lead to parent documentation.
5103 2005-12-08  Kenichi Handa  <handa@m17n.org>
5105         * descr-text.el (describe-char): Use *Help-2* buffer if the
5106         current buffer is *Help*.  Call describe-text-properties while
5107         setting the original buffer.
5109 2005-12-07  Bill Wohler  <wohler@newt.com>
5111         * files.el (auto-mode-alist): Remove mh-letter-mode.  Unnecessary,
5112         and causes problems with non-MH users (such as Gnus users).
5114 2005-12-08  Nick Roberts  <nickrob@snap.net.nz>
5116         * progmodes/gdb-ui.el (gdb-find-file-unhook): Delete variable.
5117         (gdb-set-gud-minor-mode, gdb-set-gud-minor-mode): Delete functions.
5118         (gdb-set-gud-minor-mode-existing-buffers, gdb-init-2): Use GDB
5119         command "info sources".  Move calls to GDB command "list".
5120         (gdb-find-file-hook): Just use gdb-source-file-list.
5121         (gdb-source-file-regexp): Use regexp for pre-GDB 6.4.
5122         (gdb-source-file-regexp-1): New regexp for GDB 6.4+ only.
5123         (gdb-set-gud-minor-mode-existing-buffers-1): Use it.
5124         (gdb-data-list-register-values-handler): Use correct trigger name.
5126 2005-12-07  Kim F. Storm  <storm@cua.dk>
5128         * ido.el (ido-completion-map): Rename from ido-mode-map.
5129         (ido-common-completion-map, ido-file-completion-map)
5130         (ido-file-dir-completion-map, ido-buffer-completion-map):
5131         Rename from ido-mode-....-map.
5132         (ido-init-completion-maps): Rename from ido-init-mode-maps.
5133         (ido-setup-completion-map): Rename from ido-define-mode-map.
5134         (ido-read-internal): Bind minibuffer-local-filename-completion-map
5135         to ido-completion-map.
5137 2005-12-07  Kenichi Handa  <handa@m17n.org>
5139         * international/mule-cmds.el
5140         (set-display-table-and-terminal-coding-system): If the coding
5141         system specified in `unibyte-display' property is different from
5142         the arg coding-system, don't setup standard-display-table.
5144 2005-12-06  Stefan Monnier  <monnier@iro.umontreal.ca>
5146         * emacs-lisp/edebug.el (edebug-skip-whitespace): read1:lread.c says
5147         that comments end at \n, regardless of selective-display.
5149 2005-12-07  Nick Roberts  <nickrob@snap.net.nz>
5151         * progmodes/gdb-ui.el (gdb-error-regexp, gdb-first-post-prompt)
5152         (gdb-version): New variables.
5153         (gdb-source-file-list, gdb-register-names)
5154         (gdb-changed-registers): New variables for use with GDB 6.4+.
5155         (gdb-ann3): Replace with...
5156         (gdb-init-1, gdb-init-2): ...two new functions.
5157         (gdba, gdb-prompt): Call gdb-init-1.
5158         (gdb-get-version): New function.  Call gdb-init-2 from here.
5159         (gud-watch): Make it work with mouse events too.
5160         (gdb-post-prompt): Don't add to queue until GDB version is known.
5161         (gdb-speedbar-expand-node, gdb-post-prompt, gdb-registers-mode)
5162         (gdb-locals-mode): Use gdb-version.
5163         (gdb-memory-format-map, gdb-memory-unit-map)
5164         (gdb-locals-watch-map): Rename from gdb-*-*-keymap.
5165         (gdb-locals-font-lock-keywords-1)
5166         (gdb-locals-font-lock-keywords-2): New variables.
5167         (gdb-find-file-hook): Make it work with GDB 6.4+ too.
5168         (gdb-set-gud-minor-mode-existing-buffers-1)
5169         (gdb-var-list-children-1, gdb-var-list-children-handler-1)
5170         (gdb-var-update-1, gdb-var-update-handler-1)
5171         (gdb-data-list-register-values-handler)
5172         (gdb-data-list-register-values-custom)
5173         (gdb-get-changed-registers, gdb-get-changed-registers-handler)
5174         (gdb-stack-list-locals-handler, gdb-get-register-names):
5175         New functions for use with GDB 6.4+.
5176         (gdb-locals-watch-map-1): New variable for use with GDB 6.4+.
5177         (gdb-source-file-regexp, gdb-var-list-children-regexp-1)
5178         (gdb-var-update-regexp-1, gdb-data-list-register-values-regexp)
5179         (gdb-stack-list-locals-regexp)
5180         (gdb-data-list-register-names-regexp): New regexps for use with
5181         GDB 6.4+.
5183 2005-12-06  Stefan Monnier  <monnier@iro.umontreal.ca>
5185         * progmodes/cc-defs.el (c-emacs-features): Don't assume point-min==1.
5187 2005-12-06  Nozomu Ando  <nand@mac.com>  (tiny patch)
5189         * mail/smtpmail.el (smtpmail-try-auth-methods): Make password
5190         prompts work for AUTH PLAIN.  Also reported by Steve Allan
5191         <seallan@verizon.net>.
5193 2005-12-06  L\e$,1 q\e(Brentey K\e,Aa\e(Broly  <lorentey@elte.hu>
5195         * frame.el (set-frame-parameter): Add doc string.
5197 2005-12-06  Carsten Dominik  <dominik@science.uva.nl>
5199         * textmodes/org.el (org-occur-highlights): New variable.
5200         (org-highlight-new-match, org-remove-occur-highlights): New functions.
5201         (org-highlight-sparse-tree-matches): New option.
5202         (org-do-occur): New function.
5203         (org-get-heading): Make it work also at beginning of line.
5204         (org-category-table): New variable.
5205         (org-get-category-table, org-get-category)
5206         (org-camel-to-words, org-link-search): New functions.
5207         (org-select-this-todo-keyword): New variable.
5208         (org-todo-list): New command.
5209         (org-shiftright, org-shiftleft): New commands.
5210         (org-agenda-todo): Add prefix argument.
5211         (org-show-hierarchy-above): New option.
5212         (org-show-todo-tree): Numerical prefix creates tree for specific
5213         TODO keyword.
5214         (org-outline-level): New function, to assign a level to plain
5215         lists items.
5216         (org-cycle-include-plain-lists): New option.
5217         (org-mode): Use `org-outline-level' as value of `outline-level'.
5218         (org-cycle): Temporarily switch `outline-regexp' if
5219         `org-cycle-include-plain-lists' is non-nil.
5220         (org-start-icalendar-file): Fix format bug.
5221         (org-agenda-get-day-entries): Create category table.
5222         (org-agenda-get-todos, org-agenda-get-timestamps)
5223         (org-agenda-get-deadlines, org-agenda-get-scheduled)
5224         (org-agenda-get-blocks): Use `org-get-category'.
5225         (org-context-in-file-links): Rename from
5226         `org-line-numbers-in-file-links'.
5228 2005-12-06  Romain Francoise  <romain@orebokech.com>
5230         * window.el (balance-windows): Delete extraneous third arg in call
5231         to `enlarge-window'.
5233 2005-12-06  Kenichi Handa  <handa@m17n.org>
5235         * international/kinsoku.el (kinsoku-longer): Check eolp, not eobp.
5237 2005-12-06  Nick Roberts  <nickrob@snap.net.nz>
5239         * progmodes/gdb-ui.el (gdb-var-create-handler)
5240         (gdb-var-evaluate-expression-handler, gdb-frame-handler)
5241         (gdb-var-list-children-handler, gdb-var-update-handler):
5242         Current buffer is already gdb-partial-output-buffer, don't
5243         make it current again.
5245 2005-12-05  Luc Teirlinck  <teirllm@auburn.edu>
5247         * buff-menu.el (Buffer-menu-use-frame-buffer-list): New user option.
5248         (list-buffers-noselect): Use it.
5250 2005-12-05  Stefan Monnier  <monnier@iro.umontreal.ca>
5252         * mail/sendmail.el: Remove unnecessary leading-star in docstrings.
5253         (mail-yank-ignored-headers): Use regexp-opt.
5254         (mail-mode-map): Move initialization into declaration.
5255         (mail-sent-via): Remove unused shadowed var `to-line'.
5256         (mail-mailer-swallows-blank-line): Use with-temp-buffer.
5257         (mail-bury, sendmail-send-it, mail-do-fcc): Use with-current-buffer.
5258         (mail-do-fcc): Use dolist and push.
5259         (mail-mode-fill-paragraph): Pass the arg to fill-region-as-paragraph.
5260         (mail-yank-ignored-headers): Don't autoload.
5262 2005-12-05  Kenichi Handa  <handa@m17n.org>
5264         * international/mule-cmds.el (set-language-info-internal): New fun.
5265         (set-language-info): Call set-language-info-internal to update
5266         language-info-alist.  If LANG-ENV is the current one, call
5267         set-language-environment to make INFO effective now.
5268         (set-language-info-alist): Likewise.
5269         (locale-language-names): With locale "en", use English
5270         lang. env. but set the default codings to iso-8859-1.
5272 2005-12-04  Nick Roberts  <nickrob@snap.net.nz>
5274         * progmodes/gdb-ui.el (gdb-use-inferior-io-buffer)
5275         (gdb-speedbar-auto-raise): Echo new state in minibuffer.
5276         (gdb-var-create-handler, gdb-assembler-custom): Use search-forward
5277         for plain strings.
5278         (gdb-frames-mode): Remove redundant call to font-lock-mode.
5279         (gdb-all-registers): Rename from toggle-gdb-all-registers.
5280         Create registers buffer if necessary.  Echo new state in minibuffer.
5281         (gdb-registers-mode-map, gdb-registers-mode): Use gdb-all-registers.
5283 2005-12-03  Chong Yidong  <cyd@stupidchicken.com>
5285         * info.el (Info-fontify-node): Match external links using
5286         non-directory part of filename.
5288 2005-12-04  Juri Linkov  <juri@jurta.org>
5290         * font-core.el (global-font-lock-mode): Use define-global-minor-mode
5291         instead of easy-mmode-define-global-mode.  Add `:group font-lock'.
5292         (font-lock-mode): Replace `:group font-lock' with `nil nil nil'
5293         because there is no customization option for it.
5295         * font-lock.el (lisp-font-lock-keywords-1):
5296         Add define-global-minor-mode.
5298         * emacs-lisp/autoload.el (make-autoload): Add define-global-minor-mode.
5300         * emacs-lisp/derived.el (define-derived-mode): Put `definition-name'
5301         properties on the constructed variable names.
5303         * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
5304         Put `definition-name' properties on the constructed function names
5305         next-sym and prev-sym.
5307         * emacs-lisp/find-func.el (find-function-regexp):
5308         Add define-global-minor-mode.  Replace `easy-mmode-define-global-mode'
5309         with `easy-mmode-define-[a-z-]+'.  Add easy-menu-define.
5310         (find-variable-regexp): Add easy-mmode-defmap, easy-mmode-defsyntax
5311         and easy-menu-define.
5313         * emacs-lisp/lisp-mode.el: Put `doc-string-elt' property on
5314         easy-mmode-define-global-mode and define-global-minor-mode.
5315         (lisp-imenu-generic-expression): Add define-global-minor-mode.
5317         * progmodes/cwarn.el (global-cwarn-mode): Use define-global-minor-mode
5318         instead of easy-mmode-define-global-mode.
5320         * progmodes/idlw-shell.el (idlwave-shell-electric-debug-mode):
5321         Use define-minor-mode instead of easy-mmode-define-minor-mode.
5323         * cus-edit.el (customize-group, customize-group-other-window):
5324         Filter out autoloaded options from the group completion list by
5325         using heuristics that autoloaded groups don't have `custom-autoload'
5326         property on their symbols (they have only `custom-loads').
5328         * simple.el (completion-setup-function): Put completions-common-part
5329         face on complete completion string too (i.e. completion string
5330         without completions-first-difference face).
5332         * man.el (Man-section-regexp): Add 0-9 to support "3X11" sections.
5334 2005-12-03  Eli Zaretskii  <eliz@gnu.org>
5336         * view.el (view-mode): Doc fix.
5338         * disp-table.el (standard-display-european): Add to the warning
5339         message a reference to the doc string.
5341         * play/yow.el (apropos-zippy): Call print-help-return-message,
5342         similar to other Help and Apropos commands.
5344         * help.el (print-help-return-message): If pop-up-frames is
5345         non-nil, set up help-return-method to delete the help window and,
5346         possibly, its frame as well, and don't display message about
5347         scrolling the help window.  Doc fix.
5348         (help-return-method): Doc fix.
5350 2005-12-03  Martin Rudalics  <rudalics@gmx.at>  (tiny change)
5352         * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression): Fix bug
5353         whereby names of length one or names starting with a
5354         symbol-constituent character would not be returned.
5356 2005-12-03  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
5358         * subr.el (atomic-change-group): Add edebug and indentation spec.
5360 2005-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
5362         * completion.el (save-completions-file-name): Fix typo in last change.
5364 2005-12-02  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
5366         * info.el: Move back/forward history to the beginning of the tool bar.
5368 2005-12-02  Ken Manheimer  <ken.manheimer@gmail.com>
5370         * allout.el (eval-when-compile): Remove unnecessary load of cl.
5371         Add fset of allout-real-isearch-abort during compile to fix
5372         byte-compilation warnings.
5373         (allout-mode-p): Move definition of this macro above all uses, or
5374         byte compilation in barren emacs (eg, during emacs build) will
5375         lack the definition.
5376         (allout-mode): Move this variable above any uses, or byte
5377         compilation will fail.
5378         (allout-resolve-xref): Remove use of personal file-reference function.
5379         (allout-toggle-current-subtree-encryption): Do the current (ie,
5380         visible containing) topic, rather than nearest around point.  Doc fix.
5381         (allout-toggle-subtree-encryption): New function, workhorse that
5382         works on nearest topic containing point.
5383         (allout-encrypt-string): Signal requirement for newer version of pgg.
5384         (allout-resumptions): Doc fix.
5386 2005-12-02  Eli Zaretskii  <eliz@gnu.org>
5388         * international/latexenc.el (latex-inputenc-coding-alist): Doc fix.
5390 2005-12-02  Agustin Martin  <agustin.martin@hispalinux.es>
5392         * textmodes/flyspell.el (flyspell-external-point-words):
5393         Consider a misspelling as found in the string search if: (a) misspelling
5394         and found string lengths match, or (b) misspelling is found as
5395         element in a boundary-chars separated longer string, or (c)
5396         ispell-program-name is really ispell and misspelling is found as
5397         part of a TeX string.  After successful match move beginning of
5398         search region to end of match.  Warn about not found misspellings
5399         once the process is done.
5400         (flyspell-large-region): Do not set ispell-parser to tex if in TeX mode.
5402 2005-12-02  Nick Roberts  <nickrob@snap.net.nz>
5404         * progmodes/gud.el (gud-menu-map): Put gud-finish back on the
5405         tool bar (removed inadvertently).
5407 2005-12-02  Juri Linkov  <juri@jurta.org>
5409         * log-view.el (log-view-diff): Clarify doc string.
5411 2005-12-01  Bill Wohler  <wohler@newt.com>
5413         * Makefile.in (mh-loaddefs.el): Reinsert Change Log as its absence
5414         triggers lm-verify errors.
5416 2005-12-01  Luc Teirlinck  <teirllm@auburn.edu>
5418         * simple.el (transient-mark-mode, line-number-mode)
5419         (column-number-mode, size-indication-mode): Remove `:require nil'.
5421 2005-12-01  Nick Roberts  <nickrob@snap.net.nz>
5423         * progmodes/gdb-ui.el (gdb-ann3): Bind mouse-2 to gdb-mouse-until
5424         in the margin also.
5425         (gdb-breakpoints-mode-map): Use D instead of d for
5426         gdb-delete-breakpoint.
5427         (gdb-get-frame-number): Require a number to match on.
5428         (gdb-threads-mode-map): Add follow-link binding.
5430 2005-11-30  Jason Rumney  <jasonr@gnu.org>
5432         * isearch.el (isearch-mode-map): Avoid exiting search on
5433         language-change event.
5435 2005-11-30  Romain Francoise  <romain@orebokech.com>
5437         * speedbar.el (speedbar-default-position): New defcustom.
5438         (speedbar-frame-reposition-smartly): Use it.
5440         * dframe.el (dframe-reposition-frame-emacs): Fix position
5441         computation for `left' location.
5442         Update copyright year.
5444 2005-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
5446         * help.el (help-map): Move initialization into declaration.
5448         * emacs-lisp/autoload.el (make-autoload): Handle defgroup specially.
5450         * help-fns.el (help-argument-name): Don't autoload.
5451         It's useless and triggers a bug in cus-dep.el causing ldefs-boot
5452         to be re-loaded when customizing the `help' group.
5454 2005-11-30  John Paul Wallington  <jpw@gnu.org>
5456         * help-fns.el (describe-function-1): Fill arglist output.
5458 2005-11-30  Kim F. Storm  <storm@cua.dk>
5460         * emulation/cua-rect.el (cua--rectangle-overlays): Make permanent-local.
5461         (cua--rectangle-post-command): Cleanup overlays and deactivate mark
5462         after revert-buffer (or anything else which kills all local variables).
5464         * apropos.el (apropos-parse-pattern): Doc fix.
5465         Set apropos-regexp directly, rather than expecting callers to do so.
5466         (apropos-command, apropos, apropos-value, apropos-documentation):
5467         Simplify calls to apropos-parse-pattern.
5469 2005-11-29  Chong Yidong  <cyd@stupidchicken.com>
5471         * hi-lock.el (hi-lock-line-face-buffer, hi-lock-face-buffer)
5472         (hi-lock-face-phrase-buffer): Use hi-yellow face.
5473         (hi-lock-write-interactive-patterns): Use comment-region.
5475         * longlines.el (longlines-mode): Add mail-setup-hook.
5477         * mail/mailheader.el, mail/sendmail.el: Revert 2005-11-17 changes.
5479         * simple.el (sendmail-user-agent-compose, next-line):
5480         Conditionally use hard-newline.
5482 2005-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
5484         * international/latexenc.el (latex-inputenc-coding-alist):
5485         Reword doc string.
5487 2005-11-29  Chong Yidong  <cyd@stupidchicken.com>
5489         * help.el (describe-key-briefly, describe-key): Recognize default
5490         bindings.
5492 2005-11-29  Romain Francoise  <romain@orebokech.com>
5494         * view.el (view-inhibit-help-message): New defcustom.
5495         (view-mode-enter): Use it.
5497 2005-11-29  Michael Kifer  <kifer@cs.stonybrook.edu>
5499         * ediff-wind.el (ediff-setup-control-frame, ediff-make-wide-display):
5500         Preserve user position.
5502 2005-11-28  Luc Teirlinck  <teirllm@auburn.edu>
5504         * font-lock.el: Throw error if facemenu is not loaded to prevent
5505         accidental change of loading order in loadup.el.  (Suggested by RMS.)
5507         * loadup.el: Add comment explaining why facemenu must be loaded
5508         before font-lock.
5510 2005-11-28  Jay Belanger  <belanger@truman.edu>
5512         * calc/calc.el: Change global keybinding for calc-dispatch to "\C-x*".
5513         (calc-dispatch-map): Add more keys for `calc-same-interface'.
5515         * calc/calc-misc.el (calc-dispatch-help): Update docstring.
5517         * calc/calc-embed.el (calc-do-embedded): Update help message.
5519         * calc/calc-prog.el (calc-user-define-invokation): Update help message.
5521 2005-11-28  Stefan Monnier  <monnier@iro.umontreal.ca>
5523         * log-edit.el (log-edit-insert-cvs-rcstemplate): Ignore stderr.
5525         * emacs-lisp/elp.el (elp-not-profilable): Replace interactive-p with
5526         called-interactively-p.
5527         (elp-profilable-p): Rename from elp-not-profilable-p.
5528         Invert result and take into account macros and autoloaded functions.
5529         (elp-instrument-function): Update call.
5530         (elp-instrument-package): Update call.  Add completion.
5531         (elp-pack-number): Use match-string.
5532         (elp-results-jump-to-definition-by-mouse): Merge into
5533         elp-results-jump-to-definition and then remove.
5534         (elp-output-insert-symname): Make help echo text single-line.
5536         * replace.el (query-replace-map): Move initialization into declaration.
5537         (occur-engine): Use with-current-buffer.
5538         (occur-mode-goto-occurrence): Make it work for mouse-clicks as well.
5539         (occur-mode-mouse-goto): Replace with an alias.
5541 2005-11-28  Juri Linkov  <juri@jurta.org>
5543         * simple.el (quoted-insert): Let-bind input-method-function to nil.
5545         * term/w32-win.el: Bind [S-tab] to [backtab].
5547         * info.el (Info-fontify-node): Set 2nd arg `noerror' of
5548         `Info-find-file' to t.
5550         * replace.el (occur-mode-mouse-goto): Pop, don't switch.
5551         (occur-mode-goto-occurrence): Let-bind same-window-buffer-names
5552         and same-window-regexps.
5553         (occur-next-error): Don't move point for arg 0.
5555 2005-11-28  Chong Yidong  <cyd@stupidchicken.com>
5557         * replace.el (occur-mode-goto-occurrence): Pop, don't switch.
5559 2005-11-28  Stefan Monnier  <monnier@iro.umontreal.ca>
5561         * log-edit.el (log-edit-changelog-use-first): New var.
5562         (log-edit-changelog-ours-p): Use it.
5563         (log-edit-insert-changelog): Set it with new arg `use-first'.
5564         (log-edit-insert-cvs-rcstemplate, log-edit-insert-filenames): New funs.
5565         (log-edit-hook): Add them to the list of suggested options.
5567         * textmodes/flyspell.el (flyspell-last-buffer): New var.
5568         (flyspell-accept-buffer-local-defs): Use it to avoid doing silly
5569         redundant work.
5570         (flyspell-mode-on): Use add-hook for after-change-functions.
5571         (flyspell-mode-off): Use remove-hook for after-change-functions.
5572         (flyspell-changes): Make it buffer-local.
5573         (flyspell-after-change-function): Make it non-interactive.  Use push.
5574         (flyspell-post-command-hook): Check input-pending-p while processing
5575         the potentially long list of buffer changes.
5577 2005-11-28  L\e$,1 q\e(Brentey K\e,Aa\e(Broly  <lorentey@elte.hu>
5579         * buff-menu.el (list-buffers-noselect): Display the selected
5580         frame's buffer list, not the global one.
5582 2005-11-28  Nick Roberts  <nickrob@snap.net.nz>
5584         * xt-mouse.el (xterm-mouse-event): Set last-input-event so
5585         that (list last-input-event) works as in interactive spec.
5587 2005-11-27  Luc Teirlinck  <teirllm@auburn.edu>
5589         * loadup.el ("facemenu"): Load facemenu before font-lock, because
5590         `facemenu-keymap' needs to be defined when font-lock is loaded.
5591         Otherwise, `M-o M-o' is not bound to `font-lock-fontify-block'.
5593 2005-11-27  Stefan Monnier  <monnier@iro.umontreal.ca>
5595         * completion.el: Remove useless leading * in defcustom docstrings.
5596         (save-completions-file-name): Use ~/.emacs.d if available.
5597         (completion-standard-syntax-table): Rename from
5598         cmpl-standard-syntax-table and fold initialization into declaration,
5599         thus removing cmpl-make-standard-completion-syntax-table.
5600         (completion-lisp-syntax-table, completion-c-syntax-table)
5601         (completion-fortran-syntax-table, completion-c-def-syntax-table): Idem.
5602         (cmpl-saved-syntax, cmpl-saved-point): Remove.
5603         (symbol-under-point, symbol-before-point)
5604         (symbol-under-or-before-point, symbol-before-point-for-complete)
5605         (add-completions-from-c-buffer): Use with-syntax-table.
5606         (make-completion): Don't return a list of completion entries.
5607         Update callers.
5608         (cmpl-prefix-entry-head, cmpl-prefix-entry-tail): Use defalias.
5609         (completion-initialize): Rename from initialize-completions.
5610         (completion-find-file-hook): Rename from cmpl-find-file-hook.
5611         (kill-emacs-save-completions): Collect stats here.
5612         (save-completions-to-file, load-completions-from-file):
5613         Use with-current-buffer.
5614         (completion-def-wrapper): Rename from def-completion-wrapper.  Make it
5615         into a function.  Move all calls to toplevel.
5616         (completion-lisp-mode-hook): New fun.
5617         (completion-c-mode-hook, completion-setup-fortran-mode):
5618         Set the syntax-table here.  Use local-set-key.
5619         (completion-saved-bindings): New var.
5620         (dynamic-completion-mode): Make it into a proper minor mode.
5621         (load-completions-from-file): Remove unused var `num-uses'.
5623         * emacs-lisp/cl-macs.el (defstruct): Don't define the default
5624         constructor if it is explicitly overridden.
5626         * complete.el (PC-completion-as-file-name-predicate):
5627         Use minibuffer-completing-file-name.
5628         (partial-completion-mode): Use find-file-not-found-functions.
5629         (PC-lisp-complete-symbol): Use with-syntax-table.
5630         (PC-look-for-include-file): Remove dead setq.
5631         (PC-look-for-include-file, PC-expand-many-files, PC-do-completion)
5632         (PC-complete): Use with-current-buffer.
5634         * progmodes/sh-script.el (sh-font-lock-syntactic-keywords): \ doesn't
5635         escape single quotes.
5637 2005-11-27  Luc Teirlinck  <teirllm@auburn.edu>
5639         * dabbrev.el (dabbrev-completion): Simplify code, by getting rid
5640         of `if' whose condition always returned nil.  Doc fix.
5642         * buff-menu.el (Buffer-menu-revert-function): Make the selected
5643         window's buffer the current buffer around the call to
5644         `list-buffers-noselect'.  This is necessary to mark that buffer
5645         with a `.' in the Buffer Menu when called from Lisp, for instance
5646         by Auto Revert Mode.
5648 2005-11-28  Nick Roberts  <nickrob@snap.net.nz>
5650         * progmodes/gdb-ui.el (gdb-stopped): Detect child process when
5651         attaching to it.
5652         (gdb-pre-prompt): Make sure gdb-error is reset.
5654         * progmodes/gud.el (gud-gdb-marker-filter): When GDB is invoked
5655         with a child process, detect it.
5656         (gud-speedbar-buttons): Match regexp more carefully.
5658 2005-11-27  Richard M. Stallman  <rms@gnu.org>
5660         * mouse.el (mouse-drag-move-window-bottom):
5661         Use adjust-window-trailing-edge.
5663 2005-11-27  Luc Teirlinck  <teirllm@auburn.edu>
5665         * simple.el (blink-matching-open): Ignore
5666         `blink-matching-paren-on-screen' if `show-paren-mode' is enabled.
5667         (blink-matching-paren-on-screen): Update docstring.
5669         * paren.el (show-paren-mode): No longer change
5670         `blink-matching-paren-on-screen'.
5672 2005-11-27  John Paul Wallington  <jpw@pobox.com>
5674         * progmodes/gdb-ui.el (gdb-goto-breakpoint, gdb-frames-select)
5675         (gdb-threads-select, gdb-edit-register-value):
5676         Use `posn-set-point' instead of `mouse-set-point' because the
5677         latter is not fbound when configured without X.
5679 2005-11-27  Kim F. Storm  <storm@cua.dk>
5681         * emulation/cua-rect.el (cua--highlight-rectangle): Preserve
5682         existing face when partially highlighting a TAB in a rectangle.
5684 2005-11-26  Kim F. Storm  <storm@cua.dk>
5686         * ido.el (ido-mode-map): Doc fix.
5687         (ido-mode-common-map, ido-mode-file-map)
5688         (ido-mode-file-dir-map, ido-mode-buffer-map): New keymaps.
5689         (ido-define-mode-map): Rewrite.  Select one of the new maps as
5690         parent for ido-mode-map instead of building from scratch.
5691         (ido-init-mode-maps): New defun to initialize new maps.
5692         (ido-mode): Call it.
5693         (ido-switch-buffer): Doc fix -- use \<ido-mode-buffer-map>.
5694         (ido-find-file): Doc fix -- use \<ido-mode-file-map>.
5696 2005-11-26  John Paul Wallington  <jpw@pobox.com>
5698         * arc-mode.el (archive-extract): Use `posn-set-point' instead of
5699         `mouse-set-point' because the latter is not fbound when configured
5700         without X.
5702 2005-11-26  Thien-Thi Nguyen  <ttn@gnu.org>
5704         * files.el (file-relative-name): Doc fix.
5706 2005-11-26  Kurt Hornik  <Kurt.Hornik@wu-wien.ac.at>
5708         * progmodes/octave-inf.el (inferior-octave-startup): Force a
5709         non-empty string for secondary prompt PS2.
5711 2005-11-25  Chong Yidong  <cyd@stupidchicken.com>
5713         * progmodes/compile.el (compilation-setup): Fix last change.
5715 2005-11-26  Nick Roberts  <nickrob@snap.net.nz>
5717         * progmodes/gdb-ui.el (gdb-info-breakpoints-custom)
5718         (gdb-mouse-toggle-breakpoint-margin)
5719         (gdb-mouse-toggle-breakpoint-fringe, gdb-threads-select):
5720         Add gdb-server-prefix to keep out of command history.
5721         (gdb-edit-register-value): New function.
5722         (gdb-registers-mode-map): Bind mouse-2 and RET to it.
5723         (gdb-info-registers-custom): Use above map.
5725 2005-11-25  Chong Yidong  <cyd@stupidchicken.com>
5727         * custom.el (enable-theme): Signal error if argument is not a
5728         theme.  Don't recalculate a face if it's not loaded yet.
5730         * cus-face.el (custom-theme-set-faces): Don't change saved-face if
5731         the `user' theme is in effect.
5733         * info.el (Info-on-current-buffer): Record actual filename in
5734         Info-current-file, instead of t, or a fake filename if a non-file
5735         buffer.  Make autoload.
5736         (Info-find-node, Info-revert-find-node): No need to check for
5737         Info-current-file nil.
5738         (Info-set-mode-line, Info-up, Info-copy-current-node-name):
5739         Info-current-file is now never `t'.
5740         (Info-fontify-node): Many simplifications due to Info-current-file
5741         always being valid.  Use Info-find-file to find node filename.
5743 2005-11-25  David Kastrup  <dak@gnu.org>
5745         * longlines.el (longlines-wrap-line): Reorder wrapping to "insert
5746         new character, then delete" in order to preserve markers.
5748 2005-11-25  David Ponce  <david@dponce.com>
5750         * recentf.el (recentf-arrange-by-rule): Handle a special
5751         `auto-mode-alist'-like "strip suffix" rule.
5752         (recentf-build-mode-rules): Handle second level auto-mode entries.
5754 2005-11-25  Michael Kifer  <kifer@cs.stonybrook.edu>
5756         * viper-keym.el (viper-ESC-key): Use different values in terminal and
5757         window modes.
5759         * viper.el (viper-emacs-state-mode-list): Delete mail-mode, add
5760         jde-javadoc-checker-report-mode.
5762         * ediff-wind (ediff-make-wide-display): Slight simplification.
5764         * ediff.el (ediff-date): Change the date of last update.
5766 2005-11-24  Chong Yidong  <cyd@stupidchicken.com>
5768         * hi-lock.el (hi-lock-buffer-mode): Renamed from `hi-lock-mode'.
5769         Use define-minor-mode, and make it a local mode.  Turn on font-lock.
5770         (hi-lock-mode): New global minor mode.
5771         (turn-on-hi-lock-if-enabled): New function.
5772         (hi-lock-line-face-buffer, hi-lock-face-buffer, hi-lock-set-pattern):
5773         Change arguments to regexp and face instead of a font-lock pattern.
5774         Directly set face property, instead of refontifying.
5775         (hi-lock-font-lock-hook): Check if font-lock is being turned on.
5776         (hi-lock-find-patterns): Use line-number-at-pos.
5778         (hi-lock-face-phrase-buffer): Call hi-lock-buffer-mode.  Use new
5779         arguments for hi-lock-set-pattern.
5780         (hi-lock-unface-buffer, hi-lock-set-file-patterns):
5781         Call font-lock-fontify-buffer.
5782         (hi-lock-find-file-hook, hi-lock-current-line)
5783         (hi-lock-refontify, hi-lock-set-patterns): Delete unused functions.
5785         (hi-lock-font-lock-hook): Turn off hi-lock when font lock is
5786         turned off.
5788         * progmodes/compile.el (compilation-setup): Don't fiddle with
5789         font-lock-defaults.
5791 2005-11-25  Nick Roberts  <nickrob@snap.net.nz>
5793         * progmodes/gdb-ui.el (gdb-var-create-handler)
5794         (gdb-var-list-children-handler): Find values for all variable
5795         objects.  gud-speedbar-buttons decides whether to display them.
5797 2005-11-24  Romain Francoise  <romain@orebokech.com>
5799         * info.el (Info-speedbar-fetch-file-nodes): Prefix temporary
5800         buffer name with a space.
5802 2005-11-24  Carsten Dominik  <dominik@science.uva.nl>
5804         * textmodes/org.el (org-export-plain-list-max-depth): Renamed from
5805         `org-export-local-list-max-depth'.  Change default value to 3.
5806         (org-auto-renumber-ordered-lists)
5807         (org-plain-list-ordered-item-terminator): New options.
5808         (org-at-item-p, org-beginning-of-item, org-end-of-item)
5809         (org-get-indentation, org-get-string-indentation)
5810         (org-maybe-renumber-ordered-list, org-renumber-ordered-list):
5811         New functions.
5812         (org-move-item-down, org-move-item-up): New commands.
5813         (org-export-as-html): New classes for CSS support.  Bug fix in
5814         regular expression detecting fixed-width regions.  Respect
5815         `org-local-list-ordered-item-terminator'.
5816         (org-set-autofill-regexps, org-adaptive-fill-function): "1)" is
5817         also a list item.
5818         (org-metaup, org-metadown, org-shiftmetaup, org-shiftmetadown):
5819         New item moving functions.
5821 2005-11-24  Juri Linkov  <juri@jurta.org>
5823         * isearch.el (isearch-repeat): With empty search ring set
5824         `isearch-error' to the error string instead of signaling error
5825         with the function `error'.
5827 2005-11-24  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
5829         * term/mac-win.el: Make modifier `ctrl' an alias for `control'.
5831 2005-11-24  Nick Roberts  <nickrob@snap.net.nz>
5833         * progmodes/gdb-ui.el (gdb-speedbar-auto-raise): New function
5834         and variable.
5835         (gdb-var-create-handler, gdb-var-list-children-handler):
5836         Don't match on "char **...".
5837         (gdb-var-update-handler): Find values for all variable objects.
5838         (gdb-info-frames-custom): Identify frames by leading "#".
5840         * progmodes/gud.el (gud-speedbar-menu-items): Add
5841         gdb-speedbar-auto-raise as radio button.
5842         (gud-speedbar-buttons): Raise speedbar if requested.
5843         Don't match on "char **...".
5844         (gud-speedbar-buttons): Add (pointer) value for non-leaves.
5845         Make it editable.
5847 2005-11-23  Chong Yidong  <cyd@stupidchicken.com>
5849         * info.el (Info-fontify-node): Handle the case where
5850         Info-current-file is t.
5852 2005-11-23  Stefan Monnier  <monnier@iro.umontreal.ca>
5854         * simple.el (blink-matching-open): Fix off-by-one in last change.
5856 2005-11-23  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
5858         * term/mac-win.el: Don't change default directory.
5860 2005-11-22  Luc Teirlinck  <teirllm@auburn.edu>
5862         * cus-edit.el (Custom-reset-standard): Make it handle Custom group
5863         buffers correctly.  (It used to throw an error in such buffers.)
5864         Make it ask for confirmation in group buffers and other Custom
5865         buffers containing more than one customization item.
5867 2005-11-22  John Paul Wallington  <jpw@gnu.org>
5869         * net/goto-addr.el (goto-address-fontify): Put `follow-link'
5870         property on mail and url overlays.
5871         (goto-address-at-point): Use `posn-set-point' instead of
5872         `mouse-set-point' because the latter is not fbound when configured
5873         without X.
5875 2005-11-22  Lars Hansen  <larsh@soem.dk>
5877         * ls-lisp.el (ls-lisp-parse-symlink): Delete.
5878         (ls-lisp-classify, ls-lisp-format): Delete call to
5879         ls-lisp-parse-symlink.
5880         (ls-lisp-handle-switches): Handle symlinks to directories as
5881         directories when ls-lisp-dirs-first in non-nil.
5883 2005-11-21  Luc Teirlinck  <teirllm@auburn.edu>
5885         * startup.el (command-line): Make sure that loaddefs.el is handled
5886         correctly in load-history.
5888 2005-11-22  Nick Roberts  <nickrob@snap.net.nz>
5890         * progmodes/gdb-ui.el (gdb-locals-watch-keymap): New local map.
5891         (gdb-struct-string, gdb-array-string): New constants.
5892         (gdb-info-locals-handler): Use them.
5893         (gdb-reset): Reset gdb-var-list to nil.
5895 2005-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
5897         * progmodes/sh-script.el (sh-font-lock-paren): Handle continued lines
5898         in patterns.
5900 2005-11-21  Juri Linkov  <juri@jurta.org>
5902         * custom.el (defcustom): Update link types in docstring.
5904 2005-11-20  Martin Rudalics  <rudalics@gmx.at>  (tiny change)
5906         * custom.el (defgroup): Add doc-string-elt info.
5908         * widget.el (define-widget): Don't use declare for the doc-string-elt.
5910 2005-11-20  Stefan Monnier  <monnier@iro.umontreal.ca>
5912         * newcomment.el (comment-enter-backward): Fix last fix.
5914         * simple.el (blink-matching-open):
5915         * paren.el (show-paren-function): Allow new paren-class info.
5917 2005-11-20  Chong Yidong  <cyd@stupidchicken.com>
5919         * faces.el: Revert 2005-11-17 change.  :ignore-defface is now
5920         handled automagically.
5922 2005-11-20  Andreas Schwab  <schwab@suse.de>
5924         * descr-text.el (describe-char): When copying overlays put them
5925         over the full char description instead of just the first character
5926         of it.
5928 2005-11-20  Juri Linkov  <juri@jurta.org>
5930         * simple.el (what-cursor-position):
5931         * descr-text.el (describe-char): Use Lisp-readable syntax
5932         for octal and hex.  Reorder decimal, octal and hex values.
5933         Remove excess whitespace in the output.  Use `=' in `column='
5934         like in `point=' and `Hscroll='.
5936         * international/mule-cmds.el (encoded-string-description):
5937         Use Lisp-readable syntax for hex.
5939 2005-11-19  Stefan Monnier  <monnier@iro.umontreal.ca>
5941         * newcomment.el (comment-enter-backward): Handle the case where the
5942         comment is closed by EOB.
5944 2005-11-19  Chong Yidong  <cyd@stupidchicken.com>
5946         * longlines.el (longlines-before-revert-hook)
5947         (longlines-after-revert-hook): New functions.
5948         (longlines-mode): Turn off longlines temporarily when reverting.
5949         Add a message-setup-hook.
5950         (longlines-decode-buffer): New function.
5951         (longlines-wrap-line): Preserve marker positions.
5953 2005-11-19  Andreas Schwab  <schwab@suse.de>
5955         * emacs-lisp/shadow.el: Handle compressed files.
5957 2005-11-19  Romain Francoise  <romain@orebokech.com>
5959         * net/browse-url.el (browse-url-default-browser): Signal an error
5960         if no usable browser can be found, rather than try to load w3.
5962 2005-11-16  Ryan Yeske  <rcyeske@gmail.com>
5964         * net/rcirc.el (rcirc-mangle-text): Add bold face property without
5965         replacing existing properties.
5966         (rcirc-my-nick, rcirc-other-nick, rcirc-server)
5967         (rcirc-nick-in-message, rcirc-prompt): Use min-colors and remove
5968         tty specs.
5969         (rcirc-server-prefix, rcirc-server): New faces.
5970         (rcirc-url-regexp): Generate with rx macro.
5971         (rcirc-last-server-message-time): New variable.
5972         (rcirc-filter): Record time of last message.
5973         (rcirc-keepalive): Kill processes that did not send a message
5974         since the last ping.
5975         (rcirc-mode): Give rcirc-topic a local binding here.
5977 2005-11-19  Michael Cadilhac  <michael.cadilhac@lrde.org>  (tiny change)
5979         * subr.el (read-passwd): Fontify the prompt as we do with other
5980         prompts.
5982 2005-11-19  Ryan Yeske  <rcyeske@gmail.com>
5984         * ffap.el (ffap-menu-rescan): Use inhibit-read-only instead of
5985         binding buffer-read-only to nil.
5987 2005-11-19  Eli Zaretskii  <eliz@gnu.org>
5989         * complete.el (partial-completion-mode):
5990         Mention completion-auto-help in the doc string.
5992         * man.el (Man-highlight-references): Doc fix.  Reformat code in a
5993         more Lisp-ish way.
5995 2005-11-19  Slawomir Nowaczyk  <slawomir.nowaczyk.847@student.lu.se>  (tiny change)
5997         * ls-lisp.el (ls-lisp-format-file-size): Format file size with 9
5998         digits, not 8, to avoid misalignment for files larger than 100MB.
6000 2005-11-19  Eli Zaretskii  <eliz@gnu.org>
6002         * menu-bar.el (menu-bar-describe-menu) <list-keybindings>:
6003         Mention "keyboard shortcuts" in the help text.
6005 2005-11-19  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
6007         * startup.el (fancy-splash-default-action): Discard only
6008         mouse-down and succeeding mouse-up events in the splash screen
6009         window so that drag-n-drop event can be processed.
6011 2005-11-18  Chong Yidong  <cyd@stupidchicken.com>
6013         * longlines.el (longlines-mode): Add hacks for mail-mode and
6014         message-mode.
6016 2005-11-18  Carsten Dominik  <dominik@science.uva.nl>
6018         * textmodes/org.el (org-table-sort-lines): New command.
6019         (org-tbl-menu): Add entry for `org-table-sort-lines'.
6020         (org-add-file): Command removed, use `org-agenda-file-to-front'
6021         instead.
6022         (org-export-icalendar): Use `org-icalendar-combined-name'.
6023         (org-cycle-agenda-files, org-agenda-file-to-end)
6024         (org-agenda-file-to-front): New commands.
6025         (org-table-tab-jumps-over-hlines, org-export-html-style):
6026         New options.
6027         (org-table-next-field): Use `org-table-tab-jumps-over-hlines'.
6028         (org-at-table.el-p, org-set-autofill-regexps, org-html-protect):
6029         New functions.
6030         (org-fill-paragraph): Call `org-table-align' in tables.
6031         (org-mode): Call `org-set-autofill-regexps'.
6032         (org-export-as-html): Support for local handformatted lists.
6033         Modified to produce valid HTML 4.0.  Use `org-export-html-style'.
6034         (org-export-local-list-max-depth): New option.
6035         (org-html-expand): Use `org-html-protect'.
6037 2005-11-18  Nick Roberts  <nickrob@snap.net.nz>
6039         * progmodes/gud.el (gud-install-speedbar-variables): Bind gud-pp
6040         to "p".
6041         (gdb): Move definition of gud-pp to...
6043         * progmodes/gdb-ui.el (gdb-ann3): ...here.  Make it work in the
6044         speedbar.
6045         (gdb-find-watch-expression): New function.
6047 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
6049         * faces.el (face-attribute, set-face-attribute): Mention existence
6050         of `:ignore-defface' setting in docstring.
6052 2005-11-17  Stefan Monnier  <monnier@iro.umontreal.ca>
6054         * simple.el (completion-setup-function): Fix last change.
6056 2005-11-17  John Paul Wallington  <jpw@pobox.com>
6058         * ibuf-ext.el (ibuffer-interactive-filter-by-mode):
6059         Use `posn-set-point' instead of `mouse-set-point' because the
6060         latter is not fbound when configured without X.
6062         * comint.el (comint-insert-input): Likewise.
6064 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
6066         * simple.el (hard-newline): New variable.
6067         (sendmail-user-agent-compose, next-line): Use it.
6069         * mail/sendmail.el (mail-setup, mail-send, mail-insert-from-field)
6070         (sendmail-send-it, mail-do-fcc, mail-cc, mail-bcc, mail-fcc)
6071         (mail-mail-reply-to, mail-mail-followup-to)
6072         (mail-position-on-field, mail-signature, mail-yank-original)
6073         (mail-attach-file): Likewise.
6075         * mail/mailheader.el (mail-header-format)
6076         (mail-header-format-function): Likewise.
6078         * add-log.el (add-change-log-entry, change-log-merge): Likewise.
6080 2005-11-17  Juri Linkov  <juri@jurta.org>
6082         * font-lock.el (font-lock-faces): Rename this defgroup from
6083         `font-lock-highlighting-faces'.
6084         (font-lock-comment-face, font-lock-comment-delimiter-face)
6085         (font-lock-string-face, font-lock-doc-face)
6086         (font-lock-keyword-face, font-lock-builtin-face)
6087         (font-lock-function-name-face, font-lock-variable-name-face)
6088         (font-lock-type-face, font-lock-constant-face)
6089         (font-lock-warning-face, font-lock-negation-char-face)
6090         (font-lock-preprocessor-face)
6091         (font-lock-regexp-grouping-backslash)
6092         (font-lock-regexp-grouping-construct): Rename :group from
6093         `font-lock-highlighting-faces' to `font-lock-faces'.
6095         * cus-edit.el (lisp, c, tex):
6096         * progmodes/ada-mode.el (ada):
6097         * progmodes/asm-mode.el (asm):
6098         * progmodes/cperl-mode.el (cperl-faces):
6099         * progmodes/cpp.el (cpp):
6100         * progmodes/dcl-mode.el (dcl):
6101         * progmodes/f90.el (f90):
6102         * progmodes/fortran.el (fortran):
6103         * progmodes/icon.el (icon):
6104         * progmodes/idlwave.el (idlwave-misc):
6105         * progmodes/m4-mode.el (m4):
6106         * progmodes/make-mode.el (makefile):
6107         * progmodes/meta-mode.el (meta-font):
6108         * progmodes/modula2.el (modula2):
6109         * progmodes/octave-mod.el (octave):
6110         * progmodes/pascal.el (pascal):
6111         * progmodes/perl-mode.el (perl):
6112         * progmodes/prolog.el (prolog):
6113         * progmodes/ps-mode.el (PostScript-edit):
6114         * progmodes/scheme.el (scheme):
6115         * progmodes/sh-script.el (sh-script):
6116         * progmodes/simula.el (simula):
6117         * progmodes/tcl.el (tcl):
6118         * textmodes/nroff-mode.el (nroff):
6119         * textmodes/reftex-vars.el (reftex-fontification-configurations):
6120         * textmodes/sgml-mode.el (sgml):
6121         * textmodes/texinfo.el (texinfo):
6122         Add :link (custom-group-link font-lock-faces) to defgroup.
6124         * hi-lock.el (hi-lock): Rename this defgroup from
6125         `hi-lock-interactive-text-highlighting'.  Change parent group from
6126         `faces' to `font-lock'.  Add link to the manual.
6127         (hi-lock-mode, hi-lock-file-patterns-range)
6128         (hi-lock-exclude-modes, hi-lock-faces): Rename :group from
6129         `hi-lock-interactive-text-highlighting' to `hi-lock'.
6130         (hi-lock-faces): Add :group `faces'.
6132         * cus-edit.el (custom-variable-prompt): Clarify the code.
6134         * faces.el (face-read-string): Set the default value arg of
6135         completing-read.
6137 2005-11-16  Luc Teirlinck  <teirllm@auburn.edu>
6139         * rfn-eshadow.el (file-name-shadow-properties)
6140         (file-name-shadow-tty-properties, file-name-shadow-mode):
6141         Remove autoloads, because the file is now preloaded.
6143 2005-11-16  Stefan Monnier  <monnier@iro.umontreal.ca>
6145         * printing.el (easy-menu-intern): Don't define.
6146         (pr-get-symbol): Use easy-menu-intern only if defined.
6148         * simple.el (blink-matching-open): Simplify a bit.
6149         (completion-setup-function): Fix the case of partial-completion-mode
6150         when the minibuffer's contents start with "-".
6151         Obey completion-base-size-function even when
6152         minibuffer-completing-file-name is non-nil.
6154 2005-11-16  Richard M. Stallman  <rms@gnu.org>
6156         * net/eudcb-ph.el (eudc-ph-open-session):
6157         Use set-process-query-on-exit-flag.
6159         * mail/smtpmail.el (smtpmail-send-it): Use insert-buffer-contents.
6161         * international/ucs-tables.el (ucs-set-table-for-input):
6162         Use make-local-variable, not make-variable-buffer-local.
6164         * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
6165         Improve warning message text.
6167         * savehist.el (savehist-save-hook): Add :group.
6169         * menu-bar.el (menu-bar-help-menu):
6170         Rename Find Extra Packages to External Packages.
6172         * cus-edit.el (Custom-reset-standard): Verify that
6173         :custom-standard-value prop exists before calling it.
6175         * apropos.el (apropos-calc-scores): Use apropos-pattern.
6177 2005-11-16  Martin Rudalics  <rudalics@gmx.at>  (tiny change)
6179         * wid-edit.el (color): Enclose %t in %{...%}.
6181         * cus-edit.el (face): Enclose %t in %{...%}.
6183 2005-11-16  Hrvoje Niksic  <hniksic@xemacs.org>
6185         * savehist.el (savehist-mode-hook): Re-add the var.
6186         (savehist-mode): Use it.
6188 2005-11-16  Stefan Monnier  <monnier@iro.umontreal.ca>
6190         * textmodes/flyspell.el: Fix commenting convention.
6191         Remove unnecessary leading * in custom docstrings.
6192         (flyspell-emacs): Remove unused var.
6193         (flyspell-delete-region-overlays): Use remove-overlays.
6194         (flyspell-accept-buffer-local-defs): Use save-current-buffer.
6195         (flyspell-debug-signal-no-check, flyspell-debug-signal-changed-checked)
6196         (flyspell-debug-signal-pre-word-checked, flyspell-post-command-hook)
6197         (flyspell-debug-signal-word-checked): Use with-current-buffer.
6198         (make-flyspell-overlay): Don't locally reuse a global name.
6199         (flyspell-highlight-incorrect-region)
6200         (flyspell-highlight-duplicate-region): Use flyspell-unhighlight-at.
6201         (flyspell-check-previous-highlighted-word): Use flyspell-overlay-p.
6202         (flyspell-notify-misspell): Remove unused args `start' and `end'.
6203         (flyspell-word): Adjust call accordingly.  Use ispell-send-string.
6204         Wrap calls to accept-process-output inside with-local-quit since it's
6205         often called from a post-command-hook.
6206         (flyspell-correct-word, flyspell-auto-correct-word):
6207         Use ispell-send-string.
6208         (flyspell-xemacs-popup): Remove unused arg `event'.  Update call.
6210         * calendar/diary-lib.el (diary-list-entries): Also hide the
6211         terminating newline.
6213 2005-11-16  Carsten Dominik  <dominik@science.uva.nl>
6215         * textmodes/reftex.el (reftex-use-fonts): Remove the check for
6216         window-system, to allow fonts on tty.
6218 2005-11-17  Nick Roberts  <nickrob@snap.net.nz>
6220         * progmodes/gud.el (gud-speedbar-item-info): New function.
6221         (gud-install-speedbar-variables): Use it to display data type
6222         of watch expression as a tooltip in speedbar.
6224 2005-11-15  Luc Teirlinck  <teirllm@auburn.edu>
6226         * font-core.el (global-font-lock-mode): Add :version keyword,
6227         because default was changed.
6229         * jka-cmpr-hook.el (auto-compression-mode): Ditto.
6231         * startup.el (command-line): Use `custom-reevaluate-setting' for
6232         `file-name-shadow-mode'.
6234         * loadup.el: Preload rfn-eshadow.
6236         * rfn-eshadow.el (file-name-shadow-mode): Set :init-value to t.
6237         Add :version keyword.
6238         (file-name-shadow-properties, file-name-shadow-tty-properties)
6239         (file-name-shadow): Add :version keyword.
6241         * cus-edit.el (custom-add-parent-links): Fix bug whereby, for
6242         instance, `(fringe custom-face)' shadowed `(fringe custom-group)'
6243         in the custom-group property of the symbol frames and the fringe
6244         group got no link to its parent group frames.
6245         Doc fix.
6247 2005-11-16  Nick Roberts  <nickrob@snap.net.nz>
6249         * progmodes/gud.el (gud-stop-subjob): New function.
6250         (gud-menu-map, gud-tool-bar-map): Use it.
6252 2005-11-16  Kim F. Storm  <storm@cua.dk>
6254         * progmodes/gud.el (gud-menu-map): Let [stop] stop program rather
6255         than kill it.
6256         (gud-tool-bar-map): Likewise.  Move cont/until/finish buttons
6257         to a more useful/logical place.
6259 2005-11-16  Nick Roberts  <nickrob@snap.net.nz>
6261         * progmodes/gud.el (gud-menu-map): Make visibility of stop and
6262         go buttons complementary.
6264 2005-11-15  Stefan Monnier  <monnier@iro.umontreal.ca>
6266         * rfn-eshadow.el (rfn-eshadow-regexp): Remove.
6267         (rfn-eshadow-sifn-equal): New function.
6268         (rfn-eshadow-update-overlay): Rewrite to use substitute-in-file-name.
6270 2005-11-15  Michael Kifer  <kifer@cs.stonybrook.edu>
6272         * viper-utils.el (viper-non-word-characters-reformed-vi):
6273         Quote `-' in string.
6275         * viper.el (viper-emacs-state-mode-list): Ensure that
6276         rcirc-mode buffers come up in Emacs state.
6278         * ediff-util.el (ediff-make-temp-file): Use proper file-name-handler
6279         operation.
6281 2005-11-15  Dan Nicolaescu  <dann@ics.uci.edu>
6283         * term.el (term-termcap-format): Fix typos.
6284         (term-down): Fix the negative argument case.
6286 2005-11-16  Nick Roberts  <nickrob@snap.net.nz>
6288         * progmodes/gdb-ui.el: Remove face-alias left over from change on
6289         2005-08-15.
6290         (gdb-ann3): New command gud-go.
6291         (menu): Accomodate gdb-mi.el.
6292         (gdb-assembler-custom): Make buffer of selected window current
6293         so that set-window-point works.
6295         * progmodes/gud.el (gud-menu-map, gud-tool-bar-map): Re-define
6296         buttons and include new ones.
6298 2005-11-16  Kim F. Storm  <storm@cua.dk>
6300         * progmodes/gud.el (gud-tool-bar-item-visible-no-fringe): New function.
6301         (gud-menu-map): Use it.
6303 2005-11-14  Luc Teirlinck  <teirllm@auburn.edu>
6305         * jka-cmpr-hook.el (auto-compression-mode): Enable it in a way
6306         that works correctly for Custom and that does not override a user
6307         who disables it.
6309         * help-mode.el (help-make-xrefs, help-xref-on-pp)
6310         (help-xref-interned, help-follow): Make hyperlinks for variables
6311         that are unbound, but have a non-nil variable-documentation property.
6313         * emacs-lisp/derived.el (define-derived-mode): Remove defvar for
6314         mode hook.  (It conflicted with defcustoms for some mode hooks.)
6315         Use the `variable-documentation' property to give the mode hook a
6316         docstring and expand that docstring.
6318 2005-11-14  Hrvoje Niksic  <hniksic@xemacs.org>
6320         * savehist.el (savehist-mode): Don't bother with
6321         `custom-set-minor-mode'.
6322         (savehist-coding-system): Check XEmacs version.
6323         (history-length): Declare also at run time.
6324         (savehist-mode): Don't emit a message.  Don't run the minor mode hook.
6325         Don't set the customize state.
6326         (savehist-minibuffer-hook): Special case for when
6327         minibuffer-history-variable is equal to t.
6329 2005-11-14  Stefan Monnier  <monnier@iro.umontreal.ca>
6331         * files.el (write-file): Refresh VC status.
6333         * calendar/diary-lib.el (diary-list-entries, diary-show-all-entries)
6334         (mark-diary-entries, make-diary-entry): Check default-major-mode rather
6335         than fundamental-mode to see if the mode was set.
6337 2005-11-14  Romain Francoise  <romain@orebokech.com>
6339         * dired-x.el: If `vm-visit-folder' doesn't exist, define it as a
6340         dummy function in `eval-when-compile' to avoid compiler warning.
6341         Require `man' at compile time.
6343 2005-11-14  Jay Belanger  <belanger@truman.edu>
6345         * calc-alg.el (calcFunc-write-out-power): Rename it to
6346         calcFunc-powerexpand.
6347         (math-write-out-power): Rename it to math-powerexpand; have it
6348         handle negative exponents.
6349         (calc-writeoutpower): Rename it to calc-powerexpand.
6351         * calc-ext.el: Change calcFunc-writeoutpower and
6352         calc-writeoutpower to calcFunc-powerexpand and calc-powerexpand in
6353         autoloads.
6354         Add calcFunc-ldiv to autoloads.
6356         * calc-arith.el (calcFunc-ldiv): New function.
6358         * calc.el (calc-left-divide): New function.
6360 2005-11-14  Juri Linkov  <juri@jurta.org>
6362         * cus-edit.el (custom-variable-prompt): Set the default value arg
6363         of completing-read.
6365         * cus-dep.el (custom-make-dependencies): Reverse the list of
6366         found dependencies.
6368 2005-11-14  Dan Nicolaescu  <dann@ics.uci.edu>
6370         * menu-bar.el (menu-bar-options-menu): Delete "Syntax
6371         Highlighting" entry, it is on by default now.
6372         (menu-bar-options-save): Do not save global-font-lock-mode.
6374 2005-11-13  Richard M. Stallman  <rms@gnu.org>
6376         * textmodes/flyspell.el (flyspell-large-region):
6377         Call flyspell-accept-buffer-local-defs.
6379 2005-11-13  Agustin Martin  <agustin.martin@hispalinux.es>
6381         * textmodes/flyspell.el (flyspell-notify-misspell):
6382         Fix misspelling of "Misspelling".
6383         (flyspell-process-localwords): New function.
6384         (flyspell-large-region): Call flyspell-process-localwords and
6385         flyspell-delete-region-overlays.
6386         (flyspell-delete-region-overlays): New function.
6387         (flyspell-delete-all-overlays): Call that.
6389 2005-11-13  Richard M. Stallman  <rms@gnu.org>
6391         * help.el (help-for-help-internal): Improve doc of C-h a.
6392         (describe-key): Improve prompt; doc fix.
6394 2005-11-13  Stefan Monnier  <monnier@iro.umontreal.ca>
6396         * vc-svn.el (vc-svn-registered): Catch all errors.
6398         * cus-dep.el (custom-make-dependencies): Typo.
6400 2005-11-13  Michael Albinus  <michael.albinus@gmx.de>
6402         * net/tramp-util.el (top): Fix compilation warning.
6404 2005-11-13  Kim F. Storm  <storm@cua.dk>
6406         * help.el (help-for-help-internal): Fix `a' entry.  Add `d' entry.
6408 2005-11-13  Nick Roberts  <nickrob@snap.net.nz>
6410         * progmodes/gud.el (gud-menu-map): Move parentheses (again).
6411         (gud-speedbar-buttons): Match on "const char *" too.
6413         * progmodes/gdb-ui.el (gdb-var-create-handler)
6414         (gdb-var-list-children-handler): Match on "const char *" too.
6415         (gdb-var-evaluate-expression-handler): Match on empty string.
6416         (gdb-var-update-handler): Only call
6417         gdb-var-evaluate-expression-handler when required.
6419 2005-11-13  Nick Roberts  <nickrob@snap.net.nz>
6421         * progmodes/gud.el (gud-menu-map): Revert to window-fringes for
6422         selected window.  This still doesn't work for speedbar.
6423         (gud-speedbar-buttons): Handle string expressions properly.
6425         * progmodes/gdb-ui.el (gdb-var-evaluate-expression-handler)
6426         (gdb-var-create-handler): Handle string expressions properly.
6427         (gdb-var-list-children-regexp, gdb-var-list-children-handler):
6428         Handle string expressions properly.  Move "type" field into regexp.
6430 2005-11-12  Karl Fogel  <kfogel@red-bean.com>
6432         * bookmark.el (bookmark-maybe-message): New function to reduce
6433         code duplication: invokes `message' iff baud-rate is high enough.
6434         (bookmark-write-file): Use above instead of an inline conditional.
6435         (bookmark-load): Same.
6437 2005-11-12  Karl Fogel  <kfogel@red-bean.com>
6439         * bookmark.el (bookmark-write-file): Don't visit the destination
6440         file, just write the data to it using write-region.  This is
6441         similar to revision 1.32 of saveplace.el, but with an additional
6442         change to avoid visiting the file in the first place.
6444 2005-11-12  Chong Yidong  <cyd@stupidchicken.com>
6446         * hi-lock.el (hi-lock-mode): Set the default value of
6447         font-lock-defaults.
6449 2005-11-11  Luc Teirlinck  <teirllm@auburn.edu>
6451         * find-lisp.el (find-lisp-find-dired-insert-file): Pass `string'
6452         arg to `file-attributes'.
6453         (find-lisp-format): The UID and GID can now be strings.
6455 2005-11-12  Kim F. Storm  <storm@cua.dk>
6457         * help.el (help-map): Bind C-h d to apropos-documentation.
6459         * simple.el (what-cursor-position): Print (EOB) instead of (100%)
6460         when point is at end-of-buffer.
6462         * apropos.el (apropos-match-face): Doc fix.
6463         (apropos-sort-by-scores): Add new choice `verbose'.
6464         (apropos-documentation-sort-by-scores): New defcustom.
6465         (apropos-pattern): Now contains the pattern entered by the user.
6466         (apropos-pattern-quoted): New defvar.
6467         (apropos-regexp): New defvar, containing the regexp corresponding
6468         to apropos-pattern.
6469         (apropos-all-words-regexp): Rename from apropos-all-regexp.
6470         (apropos-read-pattern): New defun.  Use it to read pattern arg in
6471         interactive calls; returns list of words for a word list, and
6472         string for a regexp.
6473         (apropos-parse-pattern): Rename from apropos-rewrite-regexp.  Now
6474         parses a list of words or regexp as returned by apropos-read-pattern.
6475         (apropos-calc-scores): Return nil if apropos-regexp doesn't match.
6476         (apropos-score-doc): Return a very high score if the string
6477         entered by the user matches literally.
6478         (apropos-variable): Doc fix.  Use apropos-read-pattern.
6479         (apropos-command): Doc fix.  Use apropos-read-pattern and
6480         apropos-parse-pattern.  Call apropos-print with nosubst=t.
6481         (apropos, apropos-value): Doc fix.  Use apropos-read-pattern and
6482         apropos-parse-pattern.
6483         (apropos-documentation): Doc fix.  Use apropos-read-pattern and
6484         apropos-parse-pattern.  Locally bind apropos-sort-by-scores to
6485         apropos-documentation-sort-by-scores.  Call apropos-print with
6486         nosubst=t.
6487         (apropos-documentation-internal): Pass doc string through
6488         substitute-key-definition before adding text properties.
6489         Highlight substring matching literal user input if possible.
6490         (apropos-documentation-check-doc-file): Remove locals beg and end.
6491         Fix calculation of score (as added twice).  Pass doc string through
6492         substitute-key-definition before adding text properties.
6493         (apropos-documentation-check-elc-file): Pass doc string through
6494         substitute-key-definition before adding text properties.
6495         Highlight substring matching literal user input if possible.
6496         (apropos-print): Add new arg NOSUBST; if set, command and variable
6497         doc strings have already been passed through substitute-key-definition.
6498         Add code to handle apropos-accumulator items without score element
6499         for backwards compatibility (e.g. with woman package).
6500         Only show scores if apropos-sort-by-scores is `verbose'.
6502 2005-11-10  Stefan Monnier  <monnier@iro.umontreal.ca>
6504         * jka-cmpr-hook.el (jka-compr-install): Use push and dolist.
6505         Add jka-compr-load-suffixes to load-suffixes.
6507         * jka-compr.el: Require jka-cmpr-hook.
6508         (jka-compr-info-compress-message, jka-compr-info-compress-program)
6509         (jka-compr-info-compress-args, jka-compr-info-uncompress-message)
6510         (jka-compr-info-uncompress-program, jka-compr-info-uncompress-args)
6511         (jka-compr-info-can-append, jka-compr-info-strip-extension)
6512         (jka-compr-info-file-magic-bytes, jka-compr-get-compression-info)
6513         (jka-compr-info-regexp): Remove.  Provided by jka-cmpr-hook.
6514         (jka-compr-uninstall): Remove entries from
6515         jka-compr-added-to-file-coding-system-alist after they are used.
6516         (jka-compr-error): Remove unused var `curbuf'.
6517         (jka-compr-file-local-copy): Remove unused var `notfound'.
6519 2005-11-10  Romain Francoise  <romain@orebokech.com>
6521         * apropos.el (apropos-calc-scores): Use `apropos-pattern'.
6523 2005-11-11  Nick Roberts  <nickrob@snap.net.nz>
6525         * progmodes/gud.el (gud-menu-map): Move parentheses.
6526         (gdb): New command gud-pv.
6528 2005-11-10  Stefan Monnier  <monnier@iro.umontreal.ca>
6530         * tar-mode.el: Remove spurious or unnecessary leading stars
6531         in docstrings.
6532         (tar-header-block-tokenize): Also obey default-file-name-coding-system.
6533         (tar-parse-octal-integer-safe): Use mapc.
6534         (tar-header-block-summarize): Remove unused var `ck'.
6535         (tar-summarize-buffer): Don't clear the modified-p bit if it wasn't
6536         cleared before.  Obey default-enable-multibyte-characters.
6537         Use mapconcat.  Simplify setting of tar-header-offset.
6538         (tar-mode-map): Move initialization inside delcaration.
6539         (tar-flag-deleted): Use `abs'.
6540         (tar-expunge-internal): Remove unused var `line'.
6541         (tar-expunge-internal): Don't hardcode point-min==1.
6542         (tar-expunge): Widen while doing set-buffer-multibyte.
6543         (tar-rename-entry): Use file-name-coding-system.
6544         (tar-alter-one-field): Don't hardcode point-min==1.
6545         (tar-subfile-save-buffer): string-as-unibyte works on unibyte strings.
6546         (tar-pad-to-blocksize): Don't hardcode point-min==1.  Clarify the code.
6548 2005-11-10  Masatake YAMATO  <jet@gyve.org>
6550         * add-log.el (add-log-current-defun): Handle class::method
6551         notation of c++.  Fix incorrect comment.
6553 2005-11-10  Alan Mackenzie  <acm@muc.de>
6555         * help-fns.el (describe-variable): Make C-h v work when a variable
6556         has variable documentation yet is unbound.
6558 2005-11-10  Masatake YAMATO  <jet@gyve.org>
6560         * man.el (Man-highlight-references): Set an empty
6561         string to `Man-arguments' if it is nil.
6562         Suggested by Reiner Steib <Reiner.Steib@gmx.de>.
6564 2005-11-09  Stefan Monnier  <monnier@iro.umontreal.ca>
6566         * Makefile.in (mh-loaddefs.el, loaddefs.el): Better follow the
6567         commenting conventions.
6569         * cus-dep.el (custom-make-dependencies): Simplify.
6570         Better follow the commenting conventions.
6572 2005-11-09  Richard M. Stallman  <rms@gnu.org>
6574         * apropos.el (apropos-pattern): Rename from apropos-regexp.
6575         (apropos-orig-pattern): Rename from apropos-orig-regexp.
6576         All uses changed.
6577         (apropos-rewrite-regexp): Doc fix.
6578         (apropos-variable, apropos-command, apropos, apropos-value):
6579         Change prompt; carry through the argument renaming.
6581 2005-11-09  Luc Teirlinck  <teirllm@auburn.edu>
6583         * find-lisp.el: Require dired.
6584         (find-lisp-find-dired-internal): Do not call
6585         `abbreviate-file-name' on DIR.
6587 2005-11-10  Nick Roberts  <nickrob@snap.net.nz>
6589         * progmodes/gud.el (gdb): Make gud-pp use user-defined command pp1.
6591 2005-11-09  Nick Roberts  <nickrob@snap.net.nz>
6593         * progmodes/gud.el (gud-menu-map): Ensure tool-bar is constant
6594         when using the speedbar.
6595         (gdb): New command gud-pp.
6596         (gud-menu-map, gud-tool-bar-map): Put it on the tool bar.
6598 2005-11-09  Juri Linkov  <juri@jurta.org>
6600         * replace.el (occur-excluded-properties): New defcustom.
6601         (occur-1, occur-engine, occur-accumulate-lines): Use it.
6603 2005-11-08  Jay Belanger  <belanger@truman.edu>
6605         * calc/calc-units.el (math-convert-units): Replace any composite
6606         unit by its definition.
6608 2005-11-08  Lars Hansen  <larsh@soem.dk>
6610         * emacs-lisp/autoload.el (update-directory-autoloads):
6611         Add obsolete function alias.
6613 2005-11-07  Stefan Monnier  <monnier@iro.umontreal.ca>
6615         * emacs-lisp/lisp-mode.el (lisp-mode-variables): Don't set
6616         comment-indent-function.
6617         (lisp-comment-indent): Replace by an alias for comment-indent-default.
6619         * reveal.el (reveal-post-command): Rework the handling of
6620         reveal-open-spots, so as to be more reliable.  There were several
6621         tricky corner cases where an open spot might be lost, or where
6622         a closed spot might end up on the list of open spots.
6623         Only reveal text that's ellipsised.
6625 2005-11-07  Carsten Dominik  <dominik@science.uva.nl>
6627         * textmodes/org.el (org-export-as-html): Remove bogus (debug) form.
6629 2005-11-07  John Paul Wallington  <jpw@gnu.org>
6631         * ibuffer.el (ibuffer): Search iconified frames too when
6632         getting Ibuffer buffer's window.
6634 2005-11-06  Richard M. Stallman  <rms@gnu.org>
6636         * progmodes/compile.el (compilation-internal-error-properties):
6637         save-excursion around the computation of MARKER.
6639 2005-11-06  Piet van Oostrum  <piet@cs.uu.nl>
6641         * textmodes/flyspell.el (flyspell-external-point-words):
6642         flyspell-get-word returns a list, not just a string.
6644 2005-11-06  John Paul Wallington  <jpw@pobox.com>
6646         * ibuffer.el (ibuffer): Search all visible frames when getting
6647         Ibuffer buffer's window.
6649 2005-11-07  Masatake YAMATO  <jet@gyve.org>
6651         * man.el (Man-reference-regexp): Accept spaces between
6652         `Man-name-regexp' and `Man-section-regexp'.
6653         (Man-apropos-regexp): New variable.
6654         (Man-abstract-xref-man-page): Use value for `Man-target-string'
6655         if available.
6656         (Man-highlight-references, Man-highlight-references0):
6657         Handle the case when `Man-arguments' includes "-k".
6658         (Man-highlight-references0): Rename the argument `TARGET-POS' to
6659         `TARGET'. `TARGET' can be a number, function or nil.
6661 2005-11-06  Nick Roberts  <nickrob@snap.net.nz>
6663         * progmodes/gdb-ui.el (gdb-var-create-handler, gdb-var-delete)
6664         (gdb-edit-value, gdb-speedbar-expand-node, gdb-get-create-buffer)
6665         (gdb-breakpoints-mode, gdb-toggle-breakpoint, gdb-delete-breakpoint)
6666         (gdb-goto-breakpoint, gdb-frames-mode, gdb-registers-mode)
6667         (gdb-locals-mode, gdb-find-file-hook): Use buffer-local-value.
6668         (gdb-send-item): Use buffer-local-value and simplify.
6670 2005-11-05  Luc Teirlinck  <teirllm@auburn.edu>
6672         * startup.el (command-line): Use `custom-reevaluate-setting' for
6673         `global-font-lock-mode'.
6675         * font-core.el (global-font-lock-mode): Enable `global-font-lock-mode'
6676         by default, except in batch mode or when the -D option is given.
6678         * emacs-lisp/easy-mmode.el (define-global-minor-mode): Pass all
6679         specified keyword args on to `define-minor-mode'.  Update docstring.
6681 2005-11-05  Romain Francoise  <romain@orebokech.com>
6683         * replace.el (occur-engine): Add marker at end of line, too.
6685 2005-11-04  Ken Manheimer  <ken.manheimer@gmail.com>
6687         * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
6688         (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
6689         (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
6690         (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
6691         argument to all these routines, so the passphrase can be managed
6692         externally and passed in to the system.
6693         (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
6694         pgg-add-passphrase-to-cache function.
6696         * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
6697         (pgg-pgp5-encrypt-symmetric-region, pgg-pgp5-encrypt-symmetric)
6698         (pgg-pgp5-encrypt, pgg-pgp5-decrypt-region, pgg-pgp5-decrypt)
6699         (pgg-pgp5-sign-region, pgg-pgp5-sign): Add optional PASSPHRASE
6700         argument to all these routines, so the passphrase can be managed
6701         externally and passed in to the system.
6702         (pgg-pgp5-sign-region): Use new name of pgg-add-passphrase-to-cache
6703         function.
6705 2005-11-04  Dan Nicolaescu  <dann@ics.uci.edu>
6707         * font-lock.el: Don't deal with font-lock-face-attributes here,
6708         move the code ...
6710         * startup.el (command-line): ... here.  Use face-spec-set instead
6711         of custom-declare-face.
6713         * faces.el (face-spec-set): Reset the face if spec is not nil.
6715 2005-11-04  Stefan Monnier  <monnier@iro.umontreal.ca>
6717         * newcomment.el (comment-region-internal): Box more tightly in the
6718         common case where there's no TAB in the boxed text.
6720 2005-11-04  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
6722         * info.el (info-tool-bar-map): Use images prev-node, next-node and
6723         up-node.
6725 2005-11-04  Ulf Jasper  <ulf.jasper@web.de>
6727         * newsticker.el: Commentary updated.  Code formatting changed.
6728         (newsticker-version): Change to "1.9".
6729         (newsticker, newsticker-feed): Doc fix.
6730         (newsticker-url-list): Doc fix.  Add option "Weekly".
6731         (newsticker-retrieval-interval): Add option "Weekly".
6732         (newsticker-headline-processing): Doc fix.
6733         (newsticker-auto-mark-filter): Remove.
6734         (newsticker-auto-mark-filter-list): New.
6735         (newsticker-layout, newsticker-sort-method): Doc fix.
6736         (newsticker-hide-old-items-in-newsticker-buffer)
6737         (newsticker-heading-format, newsticker-item-format)
6738         (newsticker-desc-format): Doc fix.
6739         (newsticker-show-all-rss-elements): Remove.
6740         (newsticker-show-all-news-elements): New.
6741         (newsticker-faces, newsticker-ticker): Doc fix.
6742         (remove-from-invisibility-spec): Code formatting.
6743         (newsticker--process-ids): New.
6744         (newsticker-mode): Doc fix.
6745         (newsticker-mode): Change mode-line-format.
6746         (newsticker-start): Remove debug output.
6747         (newsticker-start-ticker): Doc fix.  Add autoload cookie.
6748         (newsticker-w3m-show-inline-images): Code formatting.
6749         (newsticker-next-item): Call `force-mode-line-update'.
6750         (newsticker-previous-item): Call `force-mode-line-update'.
6751         (newsticker-next-feed): Call `force-mode-line-update'.
6752         (newsticker-previous-feed): Call `force-mode-line-update'.
6753         (newsticker-mark-all-items-at-point-as-read): Code formatting.
6754         (newsticker-show-old-items): Do not show descs.
6755         (newsticker-hide-entry): Hide too much.
6756         (newsticker-hide-entry, newsticker-show-entry)
6757         (newsticker-toggle-auto-narrow-to-feed): Code formatting.
6758         (newsticker-set-auto-narrow-to-feed): Update buffer immediately.
6759         (newsticker-toggle-auto-narrow-to-item): Code formatting.
6760         (newsticker-set-auto-narrow-to-item): Update buffer immediately.
6761         (newsticker-running-p, newsticker-ticker-running-p): Autoload cookie.
6762         (newsticker-get-news): Call `force-mode-line-update'.
6763         Collect process ids.
6764         (newsticker--sentinel): Change coding system handling.
6765         Move image retrieval to new functions newsticker--get-logo-url-*.
6766         Move feed parsing to new functions newsticker--parse-*.
6767         Update list of process ids.
6768         (newsticker--get-logo-url-atom-1.0, newsticker--get-logo-url-atom-0.3)
6769         (newsticker--get-logo-url-rss-2.0, newsticker--get-logo-url-rss-1.0)
6770         (newsticker--get-logo-url-rss-0.92, newsticker--get-logo-url-rss-0.91)
6771         (newsticker--parse-atom-0.3, newsticker--parse-atom-1.0)
6772         (newsticker--parse-rss-0.91, newsticker--parse-rss-0.92)
6773         (newsticker--parse-rss-1.0, newsticker--parse-rss-2.0)
6774         (newsticker--parse-generic-feed, newsticker--parse-generic-items): New.
6775         (newsticker--decode-coding-string): Remove.
6776         (newsticker--decode-numeric-entities): Check input.  Format code.
6777         (newsticker--remove-whitespace): Check input.
6778         (newsticker--do-forget-preformatted): Doc fix.
6779         (newsticker--decode-rfc822-date): Allow for missing time.
6780         (newsticker--update-process-ids): New.
6781         (newsticker--image-sentinel): Change comment.
6782         (newsticker--image-read): Change error message.
6783         (newsticker--imenu-goto): Doc fix.  Show headline title.
6784         (newsticker--buffer-set-uptodate): Call `force-mode-line-update'.
6785         (newsticker--buffer-do-insert-text): Clean whitespace in
6786         html-rendered headline title.  Code formatting.
6787         Call `newsticker--buffer-print-extra-elements'.
6788         (newsticker--buffer-print-extra-element): Remove.
6789         (newsticker--buffer-print-extra-elements): New.
6790         (newsticker--buffer-do-print-extra-element): New.
6791         (newsticker--buffer-insert-enclosure): Doc fix.  Use MBytes for
6792         large sizes.
6793         (newsticker--run-auto-mark-filter)
6794         (newsticker--do-run-auto-mark-filter):
6795         Use `newsticker-auto-mark-filter-list'.
6797 2005-11-04  Ryan Yeske  <rcyeske@gmail.com>
6799         * net/rcirc.el: Use split-string OMIT-NULLS argument.
6800         (rcirc-print): Force redisplay before running hooks.  Do long
6801         buffer truncation after making new text read-only.  Deal with nil
6802         text when decoding strings.  If TARGET is nil, use either the
6803         currently selected buffer, if it is an rcirc buffer and of the
6804         same process or the process buffer.
6805         (rcirc-mode): Remove header-line.  Recompute short buffer names.
6806         Initialize rcirc-buffer-alist here instead of rcirc-get-buffer-create.
6807         (rcirc-short-buffer-name): Add variable.
6808         (rcirc-kill-buffer-hook): Recompute short buffer names.
6809         Remove nick from private channel.
6810         (rcirc-send-input): Send command text to current-buffer.
6811         Don't clear overlay arrow here.
6812         (rcirc-short-buffer-name): Return a short buffer name.
6813         (rcirc-update-short-buffer-names, rcirc-abbreviate)
6814         (rcirc-rebuild-tree, rcirc-make-trees): Add functions to generate
6815         buffer-name abbreviations.
6816         (rcirc-kill-buffer-hook-1): Split to make debugging easier.
6817         Do not touch nick-table when killing a parted channel.
6818         (rcirc-window-configuration-change): Rename from rcirc-update-activity.
6819         Clear arrow from current buffer if it is now hidden.
6820         (rcirc-current-buffer): Add variable.
6821         (rcirc-my-nick, rcirc-other-nick, rcirc-server)
6822         (rcirc-nick-in-message, rcirc-prompt, rcirc-mode-line-nick):
6823         Remove -face from names.
6824         (rcirc-update-activity-string): Print "DND" when globally ignoring
6825         activity.
6826         (rcirc-ignore-buffer-activity-flag): Rename from
6827         rcirc-ignore-channel-activity.
6828         (rcirc-ignore-all-activity-flag): Doc fix.
6829         (rcirc-channels): Remove variable.
6830         (rcirc-kill-buffer-hook):
6831         (rcirc-get-buffer-create): Add nick to private channel.
6832         (rcirc-multiline-edit-submit): Remove tabs.
6833         (rcirc-put-nick-channel, rcirc-channel-nicks): Look up nicks case
6834         folded.
6835         (rcirc-remove-nick-channel): Bug fix.
6836         (rcirc-toggle-ignore-buffer-activity): Rename from
6837         rcirc-toggle-ignore-channel-activity.
6838         (rcirc-record-activity): Add buffers to the front of the list.
6839         (rcirc-update-activity): Remove killed buffers from list.
6840         (rcirc-process-server-response-1): Remove last argument if it is
6841         null before calling handler.
6842         (rcirc): Add "rcirc" defcustom prefix.
6843         (rcirc-prompt): Simplify default prompt.
6844         Use custom-initialize-default.
6845         (rcirc-private-chats): Remove variable.
6846         (rcirc-prompt): Change initialization.
6847         (rcirc-version): Remove function.
6848         (rcirc-id-string): Add constant.
6849         (rcirc-last-buffer): Remove variable.
6850         (rcirc-buffer-alist): Add variable.
6851         (rcirc-connect): Update variable setup.
6852         (rcirc-sentinel, rcirc-update-prompt): Use `rcirc-buffer-alist'.
6853         (rcirc-trap-errors-flag): Rename from `rcirc-trap-errors' change
6854         default.
6855         (rcirc-handler-generic): Trigger activity.
6856         (rcirc-send-message): Create the buffor of the target.
6857         (rcirc-generate-new-buffer-name): Rename from `rcirc-get-buffer-name'.
6858         (rcirc-get-buffer): Just return nil if there is no matching buffer.
6859         (rcirc-multiline-edit-cancel): Remove function.
6860         (rcirc-set-last-buffer): Remove function.
6861         (rcirc-get-any-buffer): Add function.
6862         (rcirc-join-channels): Don't print /join text.
6863         (rcirc-toggle-ignore-channel-activity): Add and update echo area
6864         messages.
6865         (rcirc-cmd-ctcp): Use rcirc-send-string to send request.
6866         (rcirc-handler-NOTICE): Recognize CTCP responses.
6867         (rcirc-handler-332, rcirc-handler-332): Use a temp buffer for
6868         constructing TOPIC string for buffers we are not JOINed.
6869         (rcirc-handler-CTCP-response): Add handler.
6870         (rcirc-multiline-edit-submit): Restore the window-configuration
6871         before adjusting point.
6872         (rcirc): Add customization group.
6873         (rcirc-server, rcirc-port, rcirc-nick, rcirc-user-name)
6874         (rcirc-user-full-name, rcirc-startup-channels-alist)
6875         (rcirc-fill-flag, rcirc-fill-column, rcirc-fill-prefix)
6876         (rcirc-ignore-all-activity-flag, rcirc-time-format)
6877         (rcirc-input-ring-size, rcirc-read-only-flag)
6878         (rcirc-buffer-maximum-lines, rcirc-authinfo-file-name)
6879         (rcirc-auto-authenticate-flag, rcirc-prompt, rcirc-print-hooks):
6880         Change defvar to defcustom.
6881         (rcirc-update-prompt): Add optional ALL arg, which will update
6882         prompts in all rcirc buffers.  Regexp quote replacement text.
6883         (rcirc-fill-column): Accept frame-width as a value.
6884         (rcirc-set-changed): Add function.
6885         (rcirc-next-active-buffer): Write more meaningful messages.
6886         (rcirc-faces): Add customization group.
6887         (rcirc-my-nick-face, rcirc-other-nick-face, rcirc-server-face)
6888         (rcirc-nick-in-message-face, rcirc-prompt-face)
6889         (rcirc-mode-line-nick-face): Move into rcirc-faces group.
6890         (with-rcirc-process-buffer): Move before first usage.
6891         (rcirc-debug-buffer): Rename from `rcirc-log-buffer'.
6892         (rcirc-debug-flag): Rename from `rcirc-log-p'.
6893         (rcirc-debug): Rename from `rcirc-log'.
6894         (rcirc-format-response-string): Do not print `-' chars for a
6895         NOTICE with no sender.  Simplify output of server responses.
6897 2005-11-04  Henrik Enberg  <henrik.enberg@telia.com>
6899         (rcirc-browse-url-map, rcirc-browse-url-at-point)
6900         (rcirc-browse-url-at-mouse, rcirc-mangle-text):
6901         Make urls mouse and RET clickable.
6903 2005-11-04  Henrik Enberg  <henrik.enberg@telia.com>
6905         * mail/rmailout.el (rmail-output-to-rmail-file, rmail-output): Doc fix.
6907 2005-11-04  Ken Manheimer  <ken.manheimer@gmail.com>
6909         * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
6910         (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
6911         (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
6912         (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
6913         argument to all these routines, so the passphrase can be managed
6914         externally and passed in to the system.
6915         (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
6916         pgg-add-passphrase-to-cache function.
6918         * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
6919         (pgg-pgp5-encrypt-symmetric-region, pgg-pgp5-encrypt-symmetric)
6920         (pgg-pgp5-encrypt, pgg-pgp5-decrypt-region, pgg-pgp5-decrypt)
6921         (pgg-pgp5-sign-region, pgg-pgp5-sign): Add optional PASSPHRASE
6922         argument to all these routines, so the passphrase can be managed
6923         externally and passed in to the system.
6924         (pgg-pgp5-sign-region): Use new name of pgg-add-passphrase-to-cache
6925         function.
6927 2005-11-04  Edward O'Connor  <hober0@gmail.com>  (tiny change)
6929         * net/goto-addr.el (goto-address-url-regexp): Remove `data:' URLs
6930         from goto-address-url-regexp.
6932 2005-11-04  Carsten Dominik  <dominik@science.uva.nl>
6934         * textmodes/org.el (org-read-date, org-goto-calendar)
6935         (org-recenter-calendar, org-agenda-goto-calendar):
6936         Temporarily clear `calendar-move-hook'.
6938 2005-11-04  Michael Kifer  <kifer@cs.stonybrook.edu>
6940         * ediff-merge.el (ediff-merge-region-is-non-clash): Return t, if not
6941         merging.
6943         * ediff-util.el (ediff-previous-difference): Don't skip regions that
6944         have merge clashes.
6946 2005-11-04  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
6948         * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
6949         Undo previous change.
6951         * startup.el (command-line): Use `custom-reevaluate-setting' for
6952         mouse-wheel-down-event and mouse-wheel-up-event.  Don't call
6953         tty-register-default-colors on Mac.
6955 2005-11-04  Nick Roberts  <nickrob@snap.net.nz>
6957         * progmodes/gdb-ui.el (gdb-buffer-type): Remove duplicate declaration.
6958         (gdb-buffer-type): Make it automatically buffer local...
6959         (gdb-get-create-buffer): ...and set it accordingly.
6960         (gdb-frame-gdb-buffer, gdb-display-gdb-buffer): Make these
6961         actually work.
6963 2005-11-03  Dan Nicolaescu  <dann@ics.uci.edu>
6965         * font-lock.el (font-lock-warning-face): Use the more vivid red1,
6966         not red.
6968 2005-11-04  Nick Roberts  <nickrob@snap.net.nz>
6970         * progmodes/gdb-ui.el (gud-watch): Use save-selected-window in
6971         case GUD buffer is not visible.
6972         (gdb-goto-breakpoint): Try to force display in source buffer.
6973         (gdb-frame-gdb-buffer): Copy other similar functions.
6974         (gdb-restore-windows): Don't display source if not asked for.
6975         (gdb-assembler-buffer-name): Don't capitalise.
6977 2005-11-03  Richard M. Stallman  <rms@gnu.org>
6979         * wid-edit.el (key-sequence): New widget type.
6981         * simple.el (set-mark-command-repeat-pop): New variable.
6982         (set-mark-command): Only interpret plan C-@ after a pop as a pop
6983         if set-mark-command-repeat-pop is true.
6985         * info.el (Info-fontify-node): Don't display extra "see" if there
6986         already is one here.
6988         * mouse.el: Fix special handling of DEL after dragging a region:
6989         (mouse-drag-region-1): Treat mouse-set-region like mouse-set-point.
6990         (mouse-region-delete-keys): Change to defcustom.  Add [backspace].
6992         * mail/feedmail.el: Use insert-buffer-substring, not insert-buffer.
6994         * textmodes/ispell.el (ispell-command-loop): Change `i' description
6995         not to assume it pertains to an affix.
6997         * textmodes/flyspell.el (flyspell-post-command-hook):
6998         Bind deactivate-mark to prevent deactivation.
7000 2005-11-03  Lars Hansen  <larsh@soem.dk>
7002         * dired-x.el: Add menu bindings for dired-do-find-marked-files,
7003         dired-do-relsymlink, dired-flag-extension, dired-mark-extension,
7004         dired-mark-omitted, dired-do-relsymlink-regexp, dired-omit-mode.
7006 2005-11-03  Romain Francoise  <romain@orebokech.com>
7008         * net/eudcb-mab.el: Now part of GNU Emacs.  Update FSF's address.
7009         Update copyright years.
7011 2005-11-03  Sam Steingold  <sds@gnu.org>
7013         * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
7014         Use system-type instead of window-system because window-system is not
7015         correctly defined during loadup.
7017 2005-11-02  Mark A. Hershberger  <mah@everybody.org>
7019         * xml.el (xml-syntax-table): Allow xml.el to compile in xemacs.
7020         (xml-parse-tag): Join strings separated by a comment properly.
7022 2005-11-02  Andreas Schwab  <schwab@suse.de>
7024         * emacs-lisp/byte-opt.el (byte-optimize-pure-func): Fix last fix.
7026 2005-11-02  Stefan Monnier  <monnier@iro.umontreal.ca>
7028         * emacs-lisp/byte-opt.el (string-to-syntax): Mark it as pure.
7029         (byte-optimize-pure-func): Quote the eval'd value.
7031         * progmodes/perl-mode.el (perl-font-lock-special-syntactic-constructs):
7032         Rename from perl-font-lock-syntactic-face-function.
7033         Change the calling convention so it can be used as a font-lock MATCHER.
7034         Do the parse-partial-sexp loop outselves.
7035         (perl-font-lock-syntactic-keywords): Use it.
7036         (perl-mode): Don't set font-lock-syntactic-face-function any more.
7038 2005-11-02  Nick Roberts  <nickrob@snap.net.nz>
7040         * progmodes/gdb-ui.el (gdb-mouse-until): Make it work in the
7041         disassembly buffer too.
7042         (gdb-exited): Remove overlay arrows when execution has finished.
7043         (gdb-info-frames-custom, gdb-info-threads-custom)
7044         (gdb-info-registers-custom): Don't add inappropriate text
7045         properties if inferior is not active.
7047 2005-11-02  Glenn Morris  <rgm@gnu.org>
7049         * progmodes/fortran.el (fortran-blink-match):
7050         Use `blink-matching-delay'.
7052 2005-11-02  John Mongan  <jmongan@mccammon.ucsd.edu>  (tiny change)
7054         * progmodes/f90.el (f90-match-end): Use `blink-matching-delay'.
7056 2005-11-02  Lars Hansen  <larsh@soem.dk>
7058         * net/tramp.el (tramp-action-out-of-band): Handle scp message
7059         "Permission denied".
7061 2005-11-01  Richard M. Stallman  <rms@gnu.org>
7063         * textmodes/flyspell.el (flyspell-external-point-words):
7064         Pass nil to flyspell-get-word.
7066 2005-11-02  Kim F. Storm  <storm@cua.dk>
7068         * menu-bar.el (menu-bar-options-menu): Show "Shift Movement (CUA)"
7069         item instead of "C-x/C-c/C-v (CUA)" if cua-enable-cua-keys is nil.
7071 2005-11-01  Stefan Monnier  <monnier@iro.umontreal.ca>
7073         * calendar/cal-menu.el (date, event): Don't declare as dynamic-var.
7074         (calendar-mouse-holidays, calendar-mouse-view-diary-entries)
7075         (calendar-mouse-print-dates): Add optional `event' argument.
7076         Update interactive-spec.
7077         (calendar-mouse-cal-tex-menu, cal-tex-mouse-filofax):
7078         Use `calendar-event-to-date' instead of `event'.
7080 2005-11-02  Masatake YAMATO  <jet@gyve.org>
7082         * progmodes/ld-script.el (ld-script-builtins):
7083         Add more words: "DATA_SEGMENT_ALIGN", "DATA_SEGMENT_END",
7084         "DATA_SEGMENT_RELRO_END", "LENGTH", "ORIGIN", and "SEGMENT_START".
7085         (auto-mode-alist): Accept .ld, .lds, ld.in and .lds.in.
7087 2005-11-01  Romain Francoise  <romain@orebokech.com>
7089         * vc-sccs.el: Update copyright year.
7090         * ezimage.el: Likewise.
7092 2005-11-01  KOBAYASHI Yasuhiro  <kobayays@otsukakj.co.jp>  (tiny change)
7094         * info.el (Info-fontify-node): Use `string-width' for fontifying
7095         underlined titles.
7097 2005-11-01  Juri Linkov  <juri@jurta.org>
7099         * info.el (Info-fontify-node): Downcase node header keywords Node,
7100         Prev, Next, Up before comparison.
7101         (Info-history): Insert absolute directory name, and put invisible
7102         property on it.
7104 2005-11-01  Juri Linkov  <juri@jurta.org>
7106         * info.el (Info-file-supports-index-cookies): New variable.
7107         (Info-find-node-2): Check makeinfo version for index cookie support.
7108         (Info-index-nodes): Search for nodes with index cookies only when
7109         Info-file-supports-index-cookies is t.  Otherwise, search nodes
7110         with "Index" in the node name.
7111         (Info-index-node): Search index cookie in the current node only when
7112         Info-file-supports-index-cookies is t.  Otherwise, check the word
7113         "Index" in the node name.
7114         (Info-find-emacs-command-nodes): Remove code that searches nodes
7115         with "Index" node name in the top menu.
7117 2005-11-01  Stefan Monnier  <monnier@iro.umontreal.ca>
7119         * progmodes/scheme.el (scheme-mode-variables): Use the default
7120         comment-indent-function.
7122         * faces.el (face-attribute): Handle the case where a face inherits from
7123         a non-existent face.
7125         * simple.el (eval-expression-print-format): Use lisp-readable syntax
7126         for octal and hexa output, and merge the char into the paren.
7127         (kill-new): Use push.
7128         (copy-to-buffer): Use with-current-buffer.
7129         (completion-setup-function): Move code in loop to remove redundancy.
7130         (minibuffer-local-must-match-map): Don't add bindings that duplicate
7131         those inherited from minibuffer-local-completion-map.
7133         * savehist.el (savehist-mode) <defcustom>:
7134         Use custom-set-minor-mode if available.
7135         (savehist-mode) <defun>: Run the minor mode hook, set the custom state
7136         and emit a message if applicable.
7138 2005-11-01  Hrvoje Niksic  <hniksic@xemacs.org>
7140         * savehist.el: Sync up to version 19.
7141         (savehist-mode): New minor mode.
7142         (savehist-file): Use ~/.emacs.d or ~/.xemacs if available.
7143         (savehist-length): Remove (use history-length instead).
7144         (savehist-file-modes): Rename from savehist-modes.
7145         (savehist-save-hook, savehist-loaded): New vars.
7146         (savehist-load): Use savehist-mode.  Try to smooth up transition from
7147         old format to new format.
7148         (savehist-install): Allow savehist-autosave-interval to be nil.
7149         (savehist-save): Run the new hook.  Be more careful to only trim the
7150         history variables.
7151         (savehist-trim-history): New fun.  Replaces savehist-process-for-saving.
7152         (savehist-printable): Print into a buffer rather than char-by-char.
7154 2005-11-01  John Wiegley  <johnw@newartisans.com>
7156         * iswitchb.el (iswitchb-define-mode-map): Re-enable the
7157         toggle-ignore keybinding (C-a).  The author said it had been
7158         disabled much earlier due to a possible incompatibility, but after
7159         many months of usage I have encountered no problems (and it is a
7160         rather useful option, especially for switching to " *temp*").
7162         * net/eudcb-mab.el (eudc-mab-query-internal): Add backend
7163         support for OS/X's AddressBook, by calling out to the open source
7164         program "contacts" (installable through Fink).
7166         * net/eudc.el (eudc-expand-inline): If the
7167         `eudc-multiple-match-handling-method' is set to `all', delete the
7168         query string before inserting the query result.
7170         * eshell/em-ls.el (eshell-do-ls): Add no-op support for --dired
7171         flag, to prevent Eshell from using the system ls when
7172         `eshell-ls-insert-directory' is in used.
7173         (eshell-ls-insert-directory): Disable font-lock in directory
7174         buffer so that Eshell's own fontification is seen.  This broke
7175         recently due to changes in font-lock, so this goes back to version
7176         21 behavior.
7178 2005-11-01  Nick Roberts  <nickrob@snap.net.nz>
7180         * progmodes/gdb-ui.el (gdb-use-inferior-io-buffer): New function.
7181         (menu, toggle-gdb-use-inferior-io-buffer): Get rid of defadvice.
7182         (gdb-many-windows): Doc fix.
7184 2005-10-31  Romain Francoise  <romain@orebokech.com>
7186         * help-fns.el (describe-simplify-lib-file-name): Add autoload cookie.
7188 2005-10-31  Dan Nicolaescu  <dann@ics.uci.edu>
7190         * loadup.el: Load emacs-lisp/syntax, font-lock and jit-lock so
7191         that global-font-lock-mode can be enabled by default.
7193         * font-lock.el (font-lock-keywords, font-lock-mode-internal)
7194         (font-lock-add-keywords, font-lock-remove-keywords)
7195         (font-lock-fontify-buffer): Remove autoload cookies.
7197         * jit-lock.el (jit-lock-register): Likewise.
7199         * emacs-lisp/syntax.el (syntax-ppss): Likewise.
7201 2005-10-31  Nick Roberts  <nickrob@snap.net.nz>
7203         * progmodes/gdb-ui.el (gdb-many-windows): Leave window configuration
7204         intact if there is no gud-comint-buffer.
7206 2005-10-31  Luc Teirlinck  <teirllm@auburn.edu>
7208         * progmodes/gud.el (gud-filter): Use comint-update-fence to delete
7209         old prompt comint-prompt-read-only is t and GDB commands are
7210         issued from tool bar etc.
7212 2005-10-31  Masatake YAMATO  <jet@gyve.org>
7214         * vc.el (vc-directory-exclusion-list): Add "{arch}".
7216 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
7218         * thumbs.el (thumbs-thumbsdir): Default to ~/.emacs.d/thumbs.
7219         (thumbs-thumbsdir): Make .emacs.d if it does not exist.
7221 2005-10-30  Michael Albinus  <michael.albinus@gmx.de>
7223         * net/tramp.el (tramp-chunksize): Escape parentheses in docstring
7224         starting at beginning of line.  Fontification is messed up when
7225         `open-paren-in-column-0-is-defun-start' set to t.
7226         Reported by John Paul Wallington <jpw@pobox.com>.
7228 2005-10-30  Luc Teirlinck  <teirllm@auburn.edu>
7230         * comint.el (comint-send-input): Call `comint-update-fence' when
7231         `comint-process-echoes' and `comint-prompt-read-only' are both
7232         non-nil, to avoid leftover read-only newline.
7234 2005-10-30  Richard M. Stallman  <rms@gnu.org>
7236         * textmodes/flyspell.el (flyspell-external-point-words):
7237         Detect when WORD can't be checked properly because
7238         flyspell-get-word finds just part of it, and move on.
7240         * textmodes/ispell.el (ispell-dictionary-alist-5): Add . as
7241         boundarychar for Polish.
7242         (ispell-dictionary-alist-4): Add . as boundarychar for Italian.
7243         (ispell-dictionary-alist-3): Add . and @ as boundarychars for French.
7245 2005-10-31  Nick Roberts  <nickrob@snap.net.nz>
7247         * progmodes/gdb-ui.el (gdb-tooltip-print-1): Fix regexp.
7248         (gdb-registers-font-lock-keywords): Delete.
7249         (gdb-registers-mode): Don't fontify.
7250         (gdb-info-registers-custom): Use text properties instead as, in
7251         future, changed register values will use font-lock-warning-face.
7252         (gdb-local-font-lock-keywords): Rename to...
7253         (gdb-locals-font-lock-keywords): ...for consistency.
7255 2005-10-30  Andre Spiegel  <spiegel@gnu.org>
7257         * vc.el (vc-switch-backend): Better error message if the buffer is
7258         not visiting a file under version control.
7260         * vc-cvs.el (vc-cvs-delete-file): Commit the file after removing it.
7262 2005-10-29  Chong Yidong  <cyd@stupidchicken.com>
7264         * startup.el (command-line): Use ~/.emacs.d/init.el instead of
7265         ~/.emacs.d/.emacs.
7267 2005-10-29  Richard M. Stallman  <rms@gnu.org>
7269         * replace.el (occur-mode-mouse-goto): Always go to other window.
7270         (occur-mode-goto-occurrence): Always switch in same window.
7272         * simple.el (undo): Display message at end, not at start.
7274         * emacs-lisp/timer.el (timer-activate, timer-activate-when-idle):
7275         New arg REUSE-CELL.
7276         (cancel-timer-internal): New function.
7277         (timer-event-handler): Use cancel-timer-internal,
7278         and pass the cell it returns to timer-activate...
7280         * jit-lock.el (jit-lock-function, jit-lock-stealth-fontify)
7281         (jit-lock-deferred-fontify, jit-lock-context-fontify)
7282         (jit-lock-after-change): Test memory-full.
7284 2005-10-29  Ken Manheimer  <ken.manheimer@gmail.com>
7286         * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
7287         part of the decoded armor to find the key-identifier.
7288         (pgg-gpg-lookup-key-owner): New function to return the
7289         human-readable identifier of a key owner.
7290         (pgg-gpg-lookup-id-from-key-owner): Make it easy to identify the
7291         key itself.
7292         (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
7293         the key value) if we have a key and can match it against a secret
7294         key.  Also, added a note pointing out fact that the prompt only
7295         indicates the first matching key.
7297         * pgg.el (pgg-decrypt): Passing along PASSPHRASE in call to
7298         pgg-decrypt-region.
7299         (pgg-pending-timers): A new hash for tracking the passphrase cache
7300         timers, so that new ones supercede old ones.
7301         (pgg-add-passphrase-to-cache): Rename from
7302         `pgg-add-passphrase-cache' to reduce confusion (all callers
7303         changed).  Modified to cancel old timers when new ones are added.
7304         (pgg-remove-passphrase-from-cache): Rename from
7305         `pgg-remove-passphrase-cache' to reduce confusion (all callers
7306         changed).  Modified to cancel old timers when their keys are
7307         removed from the cache.
7308         (pgg-cancel-timer): In Emacs, an alias for cancel-timer; in
7309         XEmacs, an indirection to delete-itimer.
7310         (pgg-read-passphrase-from-cache, pgg-read-passphrase):
7311         Extract pgg-read-passphrase-from-cache from pgg-read-passphrase so
7312         users can only check cache without risk of prompting.  Correct bug in
7313         notruncate behavior.
7314         (pgg-read-passphrase-from-cache, pgg-read-passphrase)
7315         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
7316         Add informative docstrings.
7317         (pgg-decrypt): Convey provided passphrase in subordinate call to
7318         pgg-decrypt-region.
7320         * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
7321         (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
7322         (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
7323         `passphrase' argument, so the passphrase can be managed externally
7324         and then passed in to the system.
7326         * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
7327         (pgg-remove-passphrase-cache): Add optional NOTRUNCATE argument,
7328         so the passphrase cache can be used reliably with identifiers
7329         besides a pgp packet's key id.
7331         * pgg-gpg.el (pgg-pgp-encrypt-region)
7332         (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
7333         (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
7334         (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
7335         argument to all these routines, so the passphrase can be managed
7336         externally and passed in to the system.
7338         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
7339         `notruncate' argument, so the passphrase cache can be used
7340         reliably with identifiers besides a pgp packet's key id.
7342 2005-10-29  Sascha Wilde  <swilde@sha-bang.de>
7344         * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
7345         symmetric encryption.
7346         (pgg-gpg-symmetric-key-p): New function to check for an symmetric
7347         encrypted session key.
7348         (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
7349         message ask for the passphrase in a proper way.
7351         * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
7352         New user commands for symmetric encryption.
7354 2005-10-29  Roland Winkler  <roland.winkler@physik.uni-erlangen.de>
7356         * textmodes/conf-mode.el (conf-assignment-sign)
7357         (conf-assignment-regexp): Fix docstrings.
7358         (conf-mode-initialize): New function.
7359         (conf-mode): Remove optional args.  Use delay-mode-hooks to
7360         recognize recursive calls.
7361         (conf-unix-mode, conf-windows-mode, conf-javaprop-mode)
7362         (conf-space-mode, conf-colon-mode, conf-ppd-mode)
7363         (conf-xdefaults-mode): Use define-derived-mode and
7364         conf-mode-initialize.
7366 2005-10-29  Romain Francoise  <romain@orebokech.com>
7368         * help-fns.el (describe-simplify-lib-file-name): Fix regexp.
7370 2005-10-29  Ken Manheimer  <ken.manheimer@gmail.com>
7372         * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
7373         part of the decoded armor to find the key-identifier.
7374         (pgg-gpg-lookup-key-owner): New function to return the
7375         human-readable identifier of a key owner.
7376         (pgg-gpg-lookup-id-from-key-owner): Make it easy to identify the
7377         key itself.
7378         (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
7379         the key value) if we have a key and can match it against a secret
7380         key.  Also, added a note pointing out fact that the prompt only
7381         indicates the first matching key.
7383         * pgg.el (pgg-decrypt): Passing along PASSPHRASE in call to
7384         pgg-decrypt-region.
7385         (pgg-pending-timers): A new hash for tracking the passphrase cache
7386         timers, so that new ones supercede old ones.
7387         (pgg-add-passphrase-to-cache): Rename from
7388         `pgg-add-passphrase-cache' to reduce confusion (all callers
7389         changed).  Modified to cancel old timers when new ones are added.
7390         (pgg-remove-passphrase-from-cache): Rename from
7391         `pgg-remove-passphrase-cache' to reduce confusion (all callers
7392         changed).  Modified to cancel old timers when their keys are
7393         removed from the cache.
7394         (pgg-cancel-timer): In Emacs, an alias for cancel-timer; in
7395         XEmacs, an indirection to delete-itimer.
7396         (pgg-read-passphrase-from-cache, pgg-read-passphrase):
7397         Extract pgg-read-passphrase-from-cache from pgg-read-passphrase so
7398         users can only check cache without risk of prompting.  Correct bug in
7399         notruncate behavior.
7400         (pgg-read-passphrase-from-cache, pgg-read-passphrase)
7401         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
7402         Add informative docstrings.
7403         (pgg-decrypt): Convey provided passphrase in subordinate call to
7404         pgg-decrypt-region.
7406 2005-10-20  Ken Manheimer  <ken.manheimer+emacs@gmail.com>
7408         * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
7409         (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
7410         (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
7411         `passphrase' argument, so the passphrase can be managed externally
7412         and then passed in to the system.
7414         * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
7415         (pgg-remove-passphrase-cache): Add optional NOTRUNCATE argument,
7416         so the passphrase cache can be used reliably with identifiers
7417         besides a pgp packet's key id.
7419         * pgg-gpg.el (pgg-pgp-encrypt-region)
7420         (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
7421         (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
7422         (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
7423         argument to all these routines, so the passphrase can be managed
7424         externally and passed in to the system.
7426         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
7427         `notruncate' argument, so the passphrase cache can be used
7428         reliably with identifiers besides a pgp packet's key id.
7430 2005-10-29  Sascha Wilde  <swilde@sha-bang.de>
7432         * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
7433         symmetric encryption.
7434         (pgg-gpg-symmetric-key-p): New function to check for an symmetric
7435         encrypted session key.
7436         (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
7437         message ask for the passphrase in a proper way.
7439         * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
7440         New user commands for symmetric encryption.
7442 2005-10-28  Bill Wohler  <wohler@newt.com>
7444         * help-mode.el (help-url): New button type.  Calls browse-url.
7445         (help-xref-url-regexp): New regexp to recognize URLs in docstring.
7446         Similar to Info nodes: URL `url'.
7447         (help-make-xrefs): Create help-url buttons for
7448         help-xref-url-regexp matches.
7450 2005-10-29  Nick Roberts  <nickrob@snap.net.nz>
7452         * tool-bar.el (tool-bar-add-item-from-menu)
7453         (tool-bar-local-item-from-menu): Fix doc strings.
7455 2005-10-28  Romain Francoise  <romain@orebokech.com>
7457         * ldefs-boot.el: Update.
7459         * subr.el (locate-library): Move from help-fns.el.
7460         * help-fns.el (locate-library): Move to subr.el.
7462 2005-10-28  Richard M. Stallman  <rms@gnu.org>
7464         * net/tramp.el (tramp-completion-mode): defvar moved up.
7466         * emacs-lisp/easymenu.el (easy-menu-change): Doc fix.
7468         * tool-bar.el (tool-bar-mode): Delete autoload cookie.
7470         * files.el (find-file-noselect): Use %d to format large file size.
7472         * bindings.el (mode-line-format): Add %e.
7474         * loadup.el ("facemenu"): Load unconditionally.
7475         ("image", "international/fontset", "dnd", "mwheel", "tool-bar"):
7476         ("x-dnd"): Load, when appropriate.
7478         * startup.el (command-line): Call before-init-hook earlier.
7479         Warn about some bad characters in -u user name.
7481         * textmodes/flyspell.el (flyspell-large-region): Pass -t if Tex file.
7482         (flyspell-external-point-words): Error if misspelled word is not found.
7483         Set flyspell-large-region-beg at end of word.
7485 2005-10-28  Andreas Schwab  <schwab@suse.de>
7487         * view.el (View-revert-buffer-scroll-page-forward):
7488         Use view-page-size-default.
7490 2005-10-28  Juri Linkov  <juri@jurta.org>
7492         * international/quail.el (quail-get-current-str): Translate last
7493         raw character for deterministic input methods.
7495 2005-10-27  Jay Belanger  <belanger@truman.edu>
7497         * calc/calc-ext.el: Add functions to autoloads.
7498         (math-identity-matrix-p, math-ident-row-p): New functions.
7500         * calc/calc-arith.el (calc-mul-symb-fancy): Add checks for
7501         multiplication by an identity matrix; don't turn multiplication by
7502         an inverse matrix into division.
7503         (math-div-symbol-fancy): Replace division by matrices with
7504         multiplication by inverse.
7506         * calc/calc-misc.el (calcFunc-inv): Check for symbolic matrices.
7508         * calc/calc-alg.el (calcFunc-writeoutpower, math-write-out-power)
7509         (calc-writeoutpower): New functions.
7511 2005-10-27  Romain Francoise  <romain@orebokech.com>
7513         * replace.el (occur-engine): Include colon in mouse-face highlight.
7515         * dired-x.el: Change Maintainer field.
7517 2005-10-26  Chong Yidong  <cyd@stupidchicken.com>
7519         * longlines.el (longlines-mode): Bind after-change-functions to
7520         nil during initial decoding and final encoding.
7522 2005-10-26  Dan Nicolaescu  <dann@ics.uci.edu>
7524         * term.el (term-emulate-terminal, term-handle-colors-array)
7525         (term-handle-ansi-escape): Specify the terminfo capabilities
7526         implemented.
7528 2005-10-26  Richard M. Stallman  <rms@gnu.org>
7530         * info.el (Info-fontify-node): Fix detection of sentence-break
7531         before *Note.
7533 2005-10-26  Romain Francoise  <romain@orebokech.com>
7535         * smerge-mode.el: Add `tools' to file keywords.
7537 2005-10-26  Nick Roberts  <nickrob@snap.net.nz>
7539         * progmodes/gud.el (gud-menu-map): Only display gud-until icon
7540         when the fringe is not available.
7542         * progmodes/gdb-ui.el (def-gdb-auto-updated-buffer)
7543         (def-gdb-auto-update-trigger): Simplify construction.
7544         (gdb-locals-buffer): Use def-gdb-auto-update-trigger instead of
7545         def-gdb-auto-updated-buffer as gdb-info-locals-handler is
7546         defined explicitly.
7547         (gdb-assembler-buffer): Use def-gdb-auto-update-handler instead of
7548         def-gdb-auto-updated-buffer as gdb-invalidate-assembler is
7549         defined explicitly.
7550         (gdb-info-locals-custom): Remove as it's a no-op.
7552 2005-10-25  Chong Yidong  <cyd@stupidchicken.com>
7554         * longlines.el (longlines-mode): Remove narrowing before
7555         performing the initial decoding or final encoding.
7557 2005-10-25  Romain Francoise  <romain@orebokech.com>
7559         * emacs-lisp/find-func.el (find-library-name): Also strip
7560         extension if library name ends in .el, to take advantage of
7561         `find-library-suffixes'.
7563 2005-10-25  Richard M. Stallman  <rms@gnu.org>
7565         * menu-bar.el (menu-bar-help-menu): Say which kind of therapist.
7567 2005-10-25  Juri Linkov  <juri@jurta.org>
7569         * textmodes/texinfo.el (texinfo-mode): Change charset of one
7570         quotation mark from [mule-unicode-0100-24ff] to [japanese-jisx0208].
7572 2005-10-25  Stefan Monnier  <monnier@iro.umontreal.ca>
7574         * play/blackbox.el (blackbox-mode-map): Move init into declaration.
7575         (blackbox-redefine-key): Add argument `map'.
7577         * jit-lock.el (jit-lock-fontify-now): Be careful not to skip multiline
7578         regions when moving the jit-lock-context-unfontify-pos boundary.
7580 2005-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
7582         * net/browse-url.el (browse-url-of-buffer): Add ".html" to filename.
7584 2005-10-25  Masatake YAMATO  <jet@gyve.org>
7586         * dired-x.el (dired-virtual): Don't use `dired-insert-headerline'.
7588 2005-10-25  Michael Cadilhac  <michael.cadilhac-@t-lrde.epita.fr>  (tiny change)
7590         * play/blackbox.el (blackbox-redefine-key): New function.
7591         (blackbox-mode-map): Use it to remap existing bindings for cursor
7592         motion instead of binding literal keys.
7594 2005-10-25  Glenn Morris  <rgm@gnu.org>
7596         * calendar/diary-lib.el (diary-list-entries): Prevent infloop when
7597         diary does not end in a newline.  Do not assume a blank line at
7598         the start of the diary file.
7600 2005-10-25  Kenichi Handa  <handa@m17n.org>
7602         * international/quail.el (quail-translate-key): If the input
7603         method is deterministic and failed to handle the last key, restart
7604         the key handling loop from an appropriate key.
7606 2005-10-25  Michael Albinus  <michael.albinus@gmx.de>
7608         * vc.el (vc-dired-mode): Extend comment for binding of
7609         `directory-listing-before-filename-regexp'.
7611 2005-10-25  Stefan Monnier  <monnier@iro.umontreal.ca>
7613         * textmodes/texinfo.el (texinfo-mode):
7614         * textmodes/paragraphs.el (sentence-end-base): Use real chars, so as
7615         not to unnecessarily expose emacs-mule's internal char codes.
7617 2005-10-25  Nick Roberts  <nickrob@snap.net.nz>
7619         * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Correct help-echo.
7620         Display hand pointer and help-echo on disabled icon too.
7621         (gdb-mouse-until): New function.
7622         (gdb-ann3): Bind it to mouse-2 and drag-mouse-1 in left fringe.
7624 2005-10-24  Chong Yidong  <cyd@stupidchicken.com>
7626         * menu-bar.el (menu-bar-help-menu): Rename "psychiatrist", in line
7627         with 2005-10-23 change to doctor.el.
7629         * finder.el (finder-mode-map): Add follow-link binding.
7631 2005-10-25  Kim F. Storm  <storm@cua.dk>
7633         * progmodes/gdb-ui.el (gdb-ann3): Bind mouse-3 in left fringe
7634         to gdb-mouse-toggle-breakpoint-fringe.
7635         (gdb-mouse-toggle-breakpoint-margin): Rename from
7636         gdb-mouse-toggle-breakpoint.  Fix doc.
7637         (gdb-mouse-toggle-breakpoint-fringe): New defun.
7638         (gdb-put-string): Add optional SPROPS arg.  Add props to string.
7639         (gdb-put-breakpoint-icon): Add gdb-bptno and gdb-enabled
7640         string properties also for fringe breakpoint bitmaps.
7642 2005-10-24  Carsten Dominik  <dominik@science.uva.nl>
7644         * textmodes/org.el (org-start-icalendar-file): Fix format form.
7646 2005-10-25  Masatake YAMATO  <jet@gyve.org>
7648         * simple.el (completion-common-substring):
7649         Use `completion-common-substring' prior to `completion-base-size'.
7651 2005-10-24  Hrvoje Niksic  <hniksic@xemacs.org>
7653         * savehist.el: Require CL while compiling.
7654         (savehist-history-variables): Remove.
7655         (savehist-save-minibuffer-history, savehist-additional-variables)
7656         (savehist-minibuffer-history-variables): New vars.
7657         (savehist-save): Use them.
7658         (savehist-uninstall, savehist-minibuffer-hook): New funs.
7659         (savehist-install): New fun, extracted from savehist-load.
7660         (savehist-load): Use them.
7662 2005-10-24  Stefan Monnier  <monnier@iro.umontreal.ca>
7664         * emacs-lisp/lisp-mode.el (easy-mmode-define-global-mode): Don't add
7665         a dummy doc-string-elt property.
7666         (defalias, defvaralias, define-category): Add a docstring property.
7668         * image.el (defimage):
7669         * widget.el (define-widget):
7670         * custom.el (defface, defcustom): Add `doc-string' declaration.
7672         * emacs-lisp/advice.el (ad-make-advised-definition): Fix arg-order.
7673         (defadvice): Add `doc-string' declaration.
7675         * emacs-lisp/byte-run.el (macro-declaration-function):
7676         Handle `doc-string' declarations.
7677         (define-obsolete-function-alias, define-obsolete-variable-alias):
7678         Add `doc-string' declaration.
7680 2005-10-24  Kenichi Handa  <handa@m17n.org>
7682         * international/utf-7.el (utf-7): Add autoload cookie.
7684         * term/x-win.el: Register more Cyrillic characters in x-keysym-table.
7686 2005-10-24  Eli Zaretskii  <eliz@gnu.org>
7688         * makefile.w32-in (autoloads): Use "." instead of $(lisp) in the
7689         list of directories passed to batch-update-autoloads.  Add "." to
7690         the list of the echoed directories.
7692         * pgg-def.el:
7693         * pgg-gpg.el:
7694         * pgg-parse.el:
7695         * pgg-pgp.el:
7696         * pgg-pgp5.el:
7697         * pgg.el: Moved here from the gnus subdirectory.
7699 2005-10-24  Nick Roberts  <nickrob@snap.net.nz>
7701         * progmodes/gud.el (gud-filter): Bind inhibit-read-only to t
7702         in case comint-prompt-read-only is set to t.
7704         * progmodes/gdb-ui.el (gdb-send): Bind inhibit-read-only to t
7705         in case comint-prompt-read-only is set to t.
7707 2005-10-24  Ulf Jasper  <ulf.jasper@web.de>
7709         * calendar/icalendar.el (icalendar-version): Increase to 0.13.
7710         Now a string.
7711         (icalendar-import-format): Handle CLASS, STATUS, URL.
7712         Rename `subject' to `summary'.
7713         (icalendar-import-format-summary): Rename from
7714         `icalendar-import-format-subject'.
7715         (icalendar-import-format-url, icalendar-import-format-status)
7716         (icalendar-import-format-class): New variables.
7717         (icalendar--rris): Take variable argument list.
7718         (icalendar--datestring-to-isodate): Remove unnecessary
7719         calendar-style check when converting dates with explicit month names.
7720         (icalendar-export-region): Change return type of conversion
7721         subroutines.  Bury current buffer unless error occurred.
7722         (icalendar--convert-to-ical)
7723         (icalendar--parse-summary-and-rest): New functions.
7724         (icalendar--convert-ordinary-to-ical)
7725         (icalendar--convert-weekly-to-ical)
7726         (icalendar--convert-yearly-to-ical)
7727         (icalendar--convert-block-to-ical)
7728         (icalendar--convert-cyclic-to-ical)
7729         (icalendar--convert-anniversary-to-ical): Change return type.
7730         Strip trailing blanks from subject.
7731         (icalendar--convert-sexp-to-ical): Change return type.
7732         Strip trailing blanks from subject.  Handle simple sexp
7733         entries as generated by icalendar.el.
7734         (icalendar--convert-float-to-ical)
7735         (icalendar--convert-date-to-ical): Strip trailing blanks from subject.
7736         (icalendar-import-file): Doc fix.
7737         (icalendar--format-ical-event): Handle CLASS, STATUS, URL.
7738         Correct call to icalendar--rris.
7739         (icalendar--convert-ical-to-diary): Doc fix.  Rename `subject' to
7740         `summary'.
7741         (icalendar--add-diary-entry): Rename `subject' to `summary'.
7743 2005-10-24  Romain Francoise  <romain@orebokech.com>
7745         * server.el (server-sentinel): Set query-on-exit flag to nil on
7746         new client processes (it isn't inherited from the server process).
7748         * replace.el (occur-engine): Rearrange text properties.
7750 2005-10-23  Stefan Monnier  <monnier@iro.umontreal.ca>
7752         * emacs-lisp/debug.el (debugger-make-xrefs): Don't assume
7753         case-fold-search is nil.
7754         (debug-help-follow): Use help-xref-interned directly.
7756 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
7758         * thumbs.el (thumbs-image-type): Add .pbm.
7760 2005-10-23  Richard M. Stallman  <rms@gnu.org>
7762         * faces.el (inhibit-face-set-after-frame-default): New variable.
7763         (set-face-attribute): Bind it.
7764         (face-set-after-frame-default): Test it.
7766         * help-fns.el (describe-simplify-lib-file-name): New function.
7767         (describe-function-1, describe-variable): Use it.
7769         * faces.el (describe-face): Use describe-simplify-lib-file-name.
7771         * tooltip.el (tooltip-x-offset, tooltip-y-offset): Change defaults.
7772         Eliminate nil as possible value.
7773         (tooltip-hide-delay): Reduce internal-border-width.
7775         * menu-bar.el (menu-bar-file-menu) <dired>: Change help-echo string.
7776         (menu-bar-file-menu) <new-file>: Likewise.
7778         * simple.el (line-move-finish): Ignore fields computing LINE-END.
7780         * international/mule.el (load-with-code-conversion):
7781         Pass full file name to `eval-buffer' unless preloading.
7783         * textmodes/flyspell.el (flyspell-large-region):
7784         Call ispell-check-version.
7786         * textmodes/ispell.el (ispell-local-dictionary-overridden):
7787         Fix the make-variable-buffer-local call that was supposed
7788         to be for this variable.
7789         (ispell-aspell-supports-utf8): Doc fix.
7790         (ispell-find-aspell-dictionaries): Preserve elements of
7791         ispell-dictionary-alist for dictionaries that aspell doesn't report.
7792         (ispell-aspell-find-dictionary): Return nil on error.
7794         * play/doctor.el (doctor-doc): Don't say "psychiatrist".
7795         (doctor-symptoms): Likewise.
7797         * add-log.el (add-log-current-defun): Clean up handling of DEFUNs.
7799 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
7801         * cus-edit.el (custom-button, custom-button-pressed): New vars.
7802         (custom-raised-buttons): Add :set spec.
7803         (custom-button-unraised, custom-button-pressed-unraised):
7804         New faces, so that custom-raised-buttons actually does something.
7805         (custom-mode): Use custom-button and custom-button-pressed.
7807         * wid-edit.el (widget-specify-button): Don't ignore
7808         widget-mouse-face on graphic terminals.
7809         (widget-move-and-invoke): Cleanup.
7811 2005-10-23  Thien-Thi Nguyen  <ttn@gnu.org>
7813         * whitespace.el (whitespace-cleanup): Doc fix.
7815 2005-10-23  Romain Francoise  <romain@orebokech.com>
7817         * emulation/viper.el (viper-set-hooks): Quote forms passed to
7818         `eval-after-load' to avoid evaluating their result.
7820 2005-10-23  Michael Albinus  <michael.albinus@gmx.de>
7822         * files.el (directory-listing-before-filename-regexp):
7823         New defvar.  Replaces `dired-move-to-filename-regexp' from dired.el.
7825         * dired.el (dired-move-to-filename-regexp): Remove.
7826         All occurences replaced by `directory-listing-before-filename-regexp'.
7828         * dired-x.el, locate.el, vc.el:
7829         Replace `dired-move-to-filename-regexp' by
7830         `directory-listing-before-filename-regexp'.  In vc.el it is
7831         overwritten locally; maybe this can be handled in files.el too.
7833         * net/ange-ftp.el (ange-ftp-date-regexp): Remove.  All occurences
7834         replaced by `directory-listing-before-filename-regexp'.
7836 2005-10-23  Andreas Schwab  <schwab@suse.de>
7838         * font-lock.el (lisp-font-lock-keywords-2): Add eval-at-startup
7839         and eval-next-after-load.
7841 2005-10-23  MIYOSHI Masanori  <miyoshi@meadowy.org>  (tiny change)
7843         * mouse.el (mouse-drag-region): If the *Messages* buffer doesn't
7844         exist, create it.
7846 2005-10-23  Ken Manheimer  <ken.manheimer@gmail.com>
7848         * allout.el: Remove autoloads for mailcrypt and crypt++.
7849         Require pgg, pgg-gpg during compilation.
7850         (allout-version): Increment version number to 2.1, and use a literal
7851         rather than RCS Id.
7852         (allout-default-encryption-scheme): Remove.
7853         (allout-passphrase-verifier-handling)
7854         (allout-passphrase-verifier-string)
7855         (allout-file-passphrase-verifier-string)
7856         (allout-passphrase-hint-string): Rename -key- to -passphrase-.
7857         (allout-passphrase-hint-handling): Rename and simplify.
7858         (allout-init): Use `find-file-hook' if available, otherwise
7859         `find-file-hooks'.
7860         (allout-mode): Use `write-file-functions' if available, otherwise
7861         `local-write-file-hooks' and, instead of making auto-save-hook
7862         buffer local, make the write-file-hook activity contingent to
7863         allout-mode.
7864         (allout-mode): Use key-binding substitution in the docstring.
7865         (allout-kill-line): Spell-out kill ring data structure mutation
7866         instead of using byte-compiler-complaint-provoking `pop'.
7867         (allout-insert-listified): Use `insert' rather than `insert-string'
7868         (allout-toggle-current-subtree-encryption): Update docstring, adjust
7869         to new gpp-based encryption, use new `allout-encrypted-topic-p'.
7870         (allout-encrypt-string): Totally revamped vis new underlying
7871         encryption facilities.
7872         (allout-mc-activate-passwd): Remove.
7873         (allout-obtain-passphrase): New, more or less replaces
7874         allout-mc-activate-passwd.
7875         (allout-encrypted-key-info): More or less replaces
7876         allout-encrypted-text-type.
7877         (outlineify-sticky, outlinify-sticky): Add autoload cookie.
7878         (my-mark-marker): Use `(featurep 'xemacs)'.
7880 2005-10-23  Lars Hansen  <larsh@soem.dk>
7882         * emacs-lisp/bytecomp.el (byte-compile-lambda): New arg add-lambda.
7883         (byte-compile-file-form-defmumble, byte-compile-defun)
7884         (byte-compile-defmacro): Use it.
7885         (byte-compile-form): Don't call byte-compile-set-symbol-position
7886         when a byte-compile handler is called.
7888 2005-10-22  Romain Francoise  <romain@orebokech.com>
7890         * savehist.el (savehist-history-variables): Add `grep-find-history'.
7892         * subr.el (eval-after-load): Convert library name to an absolute
7893         file name using locate-library, since load-history no longer has
7894         library names in it.
7896 2005-10-22  Richard M. Stallman  <rms@gnu.org>
7898         * files.el (make-temp-file): Move from subr.el.
7899         * subr.el (make-temp-file): Move to files.el.
7901         * window.el (get-buffer-window-list): Move from subr.el.
7902         * subr.el (get-buffer-window-list): Move to window.el.
7904         * image.el (image-load-path): Use eval-at-startup to initialize.
7906         * subr.el (eval-at-startup): New macro.
7908         * subr.el: Much rearrangement of functions and division
7909         into pages.  No code changes.
7911 2005-10-22  Kenichi Handa  <handa@m17n.org>
7913         * tar-mode.el (tar-extract): Be sure to call
7914         find-operation-coding-system if set-auto-coding doesn't find a
7915         coding system.
7917 2005-10-22  Kim F. Storm  <storm@cua.dk>
7919         * image.el (image-type-header-regexps): Rename from image-type-regexps.
7920         Change users.
7921         (image-type-file-name-regexps): New defconst.
7922         (image-type-from-data): Simplify loop.
7923         (image-type-from-buffer): New defun.
7924         (image-type-from-file-header): Use it instead of image-type-from-data.
7925         Use image-search-load-path instead of only looking in data-directory.
7926         (image-type-from-file-name): New defun.
7927         (image-search-load-path): Change `pathname' to `filename'.
7928         Make PATH arg optional, default to image-load-path.
7930 2005-10-21  Richard M. Stallman  <rms@gnu.org>
7932         * textmodes/texinfo.el (texinfo-mode): Set sentence-end-base.
7934         * textmodes/paragraphs.el (sentence-end-base): New variable.
7935         (sentence-end): Use sentence-end-base.
7937 2005-10-21  Stefan Monnier  <monnier@iro.umontreal.ca>
7939         * font-lock.el (font-lock-default-fontify-region): Check the multiline
7940         property independently from the font-lock-multiline variable.
7942 2005-10-21  Richard M. Stallman  <rms@gnu.org>
7944         * emacs-lisp/find-func.el (find-library-name): Doc fix.
7946         * startup.el (command-line): Convert library names
7947         in `load-history' to absolute file names.
7949         * subr.el (symbol-file): Doc fix.
7951         * loadhist.el (file-loadhist-lookup): Call locate-library
7952         instead of find-library-name.  Don't try converting
7953         abs file names to library names, since load-history no longer
7954         has library names in it.
7955         (file-dependents, file-provides, file-requires): Doc fixes.
7957 2005-10-21  Juri Linkov  <juri@jurta.org>
7959         * progmodes/etags.el (tags-table-mode): New function.
7960         (tags-verify-table): Replace initialize-new-tags-table with
7961         tags-table-mode.
7963         * desktop.el (desktop-buffers-not-to-save): Remove TAGS from the
7964         default value.
7965         (desktop-modes-not-to-save): Add tags-table-mode to the
7966         default value.
7968         * info.el (Info-index-next): Add total number of index
7969         alternatives to the message.
7971         * textmodes/fill.el (fill-nobreak-p): Fix first two rules to skip
7972         backward only space (instead of space and period) before looking
7973         at sentence end.
7975         * simple.el (set-variable): Use user-variable-p instead of symbolp.
7976         Add the old variable value as 4th default-value arg of read-string.
7978 2005-10-21  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
7980         * cus-face.el (custom-declare-face): Make face from X resources
7981         also on Mac.
7983         * disp-table.el (standard-display-g1, standard-display-graphic):
7984         Refuse to use string glyphs also on Mac.
7985         (standard-display-european): Don't set terminal coding system also
7986         on Mac.
7988         * frame.el (display-screens): Use x-display-screens also on Mac.
7990 2005-10-21  Romain Francoise  <romain@orebokech.com>
7992         * net/rcirc.el: Now part of GNU Emacs.  Update FSF's address.
7994 2005-10-21  Stefan Monnier  <monnier@iro.umontreal.ca>
7996         * progmodes/sh-script.el (sh-font-lock-syntactic-keywords): Make $@
7997         and $? into sexps.
7999         * font-lock.el (font-lock-compile-keywords): Add a help-echo to the
8000         warning face on open-paren-in-column-0.
8002         * emacs-lisp/syntax.el (syntax-ppss-flush-cache): Fix corner
8003         boundary case.  Fix typo.
8004         Suggested by Martin Rudalics <rudalics@gmx.at>.
8006 2005-10-21  Carsten Dominik  <dominik@science.uva.nl>
8008         * textmodes/org.el (org-combined-agenda-icalendar-file)
8009         (org-icalendar-include-todo, org-icalendar-combined-name): New options.
8010         (org-export-icalendar-this-file)
8011         (org-export-icalendar-all-agenda-files)
8012         (org-export-icalendar-combine-agenda-files): New commands.
8013         (org-export-icalendar, org-print-icalendar-entries)
8014         (org-start-icalendar-file, org-finish-icalendar-file)
8015         (org-ical-ts-to-string): New functions.
8016         (org-read-date, org-goto-calendar)
8017         (org-agenda-goto-calendar): Inhibit displaying diary entries by
8018         call to `calendar'.
8019         (orgtbl-setup): Remove the :keys arguments from the menu description.
8020         (org-after-save-iCalendar-file-hook): New variable.
8022 2005-10-21  Kenichi Handa  <handa@m17n.org>
8024         * language/vietnamese.el (tcvn-5712): Make it an alias of
8025         vietnamese-tcvn coding-system.
8027 2005-10-20  Michael Albinus  <michael.albinus@gmx.de>
8029         * net/ange-ftp.el (ange-ftp-date-regexp): Handle also the case no
8030         group id is given.
8032 2005-10-20  Stefan Monnier  <monnier@iro.umontreal.ca>
8034         * progmodes/sh-script.el (sh-escaped-line-re): New var.
8035         (sh-here-doc-open-re, sh-font-lock-close-heredoc): Use it.
8036         (sh-font-lock-open-heredoc): Try to properly handle heredoc starters
8037         whose line is either continued or ends with a comment.
8039 2005-10-20  Romain Francoise  <romain@orebokech.com>
8041         * net/rcirc.el (with-rcirc-process-buffer): Move above its first user.
8043         * replace.el (occur-engine): Add follow-link property.
8045         * font-core.el (font-lock-mode): Doc fix.
8047 2005-10-20  Richard M. Stallman  <rms@gnu.org>
8049         * net/rcirc.el: New file.
8051 2005-10-20  Bryan Henderson  <bryanh@giraffe-data.com>  (tiny change)
8053         * term.el (term-term-name): Initialize to "eterm-color".
8055 2005-10-20  Ken Manheimer  <ken.manheimer@gmail.com>
8057         * allout.el: Add autoloads of crypt++ and mailcrypt routines, all
8058         for encryption functionality.
8059         Move allout customization subgroup from `editing' to `outlines' group.
8060         Fix commentary keywords to legitimate ones.
8061         Update author info (using my current email address, obscurified).
8062         (allout-encrypt-string, allout-encryption-produce-work-buffer)
8063         (allout-encrypted-topic-p, allout-encrypted-text-type)
8064         (allout-mc-activate-passwd, allout-create-encryption-key-verifier)
8065         (allout-situate-encryption-key-verifier)
8066         (allout-get-encryption-key-verifier, allout-verify-key)
8067         (allout-next-topic-pending-encryption)
8068         (allout-encrypt-decrypted, allout-encrypted-type-prefix): New funcs.
8069         (outline-topic-encryption-bullet, outline-default-encryption-scheme)
8070         (outline-key-verifier-handling, outline-key-hint-handling)
8071         (outline-encrypt-unencrypted-on-saves): New defcustoms.
8072         (allout-file-key-verifier-string, allout-encryption-scheme)
8073         (allout-key-verifier-string, allout-key-hint-string)
8074         (allout-after-save-decrypt): New variables.
8075         (allout-write-file-hook-handler, allout-auto-save-hook-handler)
8076         (allout-after-saves-handler): New hook functions.
8077         (allout-post-command-business): Do allout-after-save-decrypt.
8078         (allout-enable-file-variable-adjustment): Custom var to enable
8079         mechanism for adding and adjusting settings of Emacs file variables.
8080         (allout-adjust-file-variable, allout-file-vars-section-data):
8081         New functions, implement the mechanism.
8082         (outlineify-sticky): Use the file vars mechanism.
8083         (allout-inhibit-protection, allout-during-write-cue)
8084         (allout-override-protect, allout-before-change-protect): Remove.
8085         (allout-flag-region, allout-open-topic): Adjust read-only text.
8086         (allout-open-line-not-read-only): Add to facilitate read-only
8087         text based protection.
8088         (allout-kill-line): Revise to adjust read-only text, clue the
8089         user about the inhibition.
8090         (allout-unprotected): Use unwind-protect.
8091         (allout-shift-in, allout-shift-out): Disallow manually shifting a
8092         topic deeper than the offspring depth of the previous topic -
8093         avoiding confusing "containment discontinuities".
8094         (allout-reindent-bodies): Fix retention of body relative hanging
8095         indent during promotion of collapsed bodies.
8096         (allout-open-topic): Make it easy to open new topic with same
8097         bullet as current topic - topic creation functions provided with
8098         any universal argument provokes now prompt for bullet, defaulting
8099         to the bullet of the previous topic.
8100         (allout-plain-bullets-string, allout-distinctive-bullets-string):
8101         Plain bullet alternates `.' period and `,' comma only.  All other
8102         bullets are relegated to special status (but customizable).
8103         (allout-end-of-entry): Rename from allout-end-of-current-entry
8104         since it actually operates w.r.t. most immediately containing
8105         entry, visible or not.
8106         (allout-hide-current-entry, allout-show-current-entry): Use the
8107         revised version.
8108         (allout-old-expose-topic): Solidify deprecation.
8109         (allout-end-of-subtree): Add so we can span concealed as well
8110         as visible topics.
8111         (allout-end-of-current-subtree): Use `allout-end-of-subtree'.
8112         (allout-end-of-current-heading): Tweak to just respect the first line.
8113         (allout-get-body-text): Add.
8114         (allout-ascend-to-depth, allout-ascend): Position at end of prefix
8115         when invoked interactively.
8116         (allout-up-current-level): Use `interactive-p'.
8117         (allout-mode, allout-init): Miscellaneous docstring and
8118         operational refinements, as well as hookups of new encryption stuff.
8119         (allout-beginning-of-current-entry): Now works as advertised.
8120         (allout-end-of-current-entry): Remove of superfluous allout-show-entry.
8121         (allout-isearch-rectification): Refine condition for isearching.
8122         (allout-isearch-abort, allout-enwrap-isearch)
8123         (allout-flag-region, my-region-active-p): Relocate some macros.
8124         (allout-title): Fallback title is (buffer-name), not
8125         non-existing (current-buffer-name).
8126         (subst-char-in-string): Define if absent (for some XEmacs versions).
8128 2005-10-20  Jari Aalto  <jari.aalto@cante.net>
8130         * mail/sendmail.el (mail-setup-hook, mail-aliases)
8131         (mail-yank-prefix, mail-indentation-spaces, mail-yank-hooks)
8132         (mail-citation-prefix-regexp, mail-signature-file)
8133         (mail-default-headers, mail-bury-selects-summary)
8134         (mail-send-nonascii): Add autoload cookies.
8136 2005-10-20  Emanuele Giaquinta  <emanuele.giaquinta@gmail.com>  (tiny change)
8138         * frame.el (blink-cursor-mode): Add `mac' to the list of
8139         window-system's that support blinking cursor.
8141 2005-10-20  Reiner Steib  <Reiner.Steib@gmx.de>
8143         * textmodes/org.el (org-level-color-stars-only): Fix typo in docstring.
8145 2005-10-20  Eli Zaretskii  <eliz@gnu.org>
8147         * makefile.w32-in ($(lisp)/mh-e/mh-loaddefs.el):
8148         Bind find-file-suppress-same-file-warnings to t, to avoid warnings due
8149         to different drive letter case in D:/foo/bar.el vs d:/foo/bar.el.
8151 2005-10-20  Kim F. Storm  <storm@cua.dk>
8153         * ido.el (ido-is-tramp-root): Simplify regexp matching tramp root.
8154         (ido-set-current-directory): Don't add / after final @.
8155         (ido-file-name-all-completions-1): Adapt to fixed tramp completion.
8156         Explicitly handle ange-ftp completion oddities.
8157         (ido-make-file-list): Don't rotate list at tramp root to avoid
8158         triggering tramp file handler for expand-file-name via get-file-buffer.
8160 2005-10-19  Stefan Monnier  <monnier@iro.umontreal.ca>
8162         * savehist.el (savehist-coding-system): Revert to checking XEmacs.
8164 2005-10-19  Jay Belanger  <belanger@truman.edu>
8166         * calc/calc-units.el (math-standard-units): Add units, adjust
8167         symbols and update values.
8168         (math-unit-prefixes): Add more prefixes.
8170 2005-10-19  Romain Francoise  <romain@orebokech.com>
8172         * bookmark.el (bookmark-menu-heading): New face.
8173         (bookmark-bmenu-list): Use it.
8174         Don't fiddle with `baud-rate' at top-level.
8176 2005-10-18  Chong Yidong  <cyd@stupidchicken.com>
8178         * image.el (create-image, find-image): Mention max-image-size in
8179         docstring.
8181 2005-10-18  Stefan Monnier  <monnier@iro.umontreal.ca>
8183         * savehist.el (savehist-load): Revert to checking XEmacs.
8185         * textmodes/conf-mode.el: Don't use font-lock-defaults-alist.
8186         Various docstring and line-width fixups.
8187         (conf-mode): Use cond.
8188         Set font-lock-defaults.  Don't set comment-use-syntax.
8190 2005-10-18  David Ponce  <david@dponce.com>
8192         * tree-widget.el (tree-widget-button-click): New function.
8193         (tree-widget-button-keymap): Use it.
8195 2005-10-18  Romain Francoise  <romain@orebokech.com>
8197         * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
8198         (bookmark-bmenu-hide-filenames): Add follow-link property.
8199         Improve help-echo text.
8201         * ffap.el (find-file-at-point): Doc fix.
8203 2005-10-18  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
8205         * mouse.el (mouse-set-region): Don't do sit-for on a mac frame.
8207 2005-10-18  Masatake YAMATO  <jet@gyve.org>
8209         Install to the CVS repository what I forgot to install in my
8210         2005-10-16 changes.
8212         * progmodes/python.el (python-complete-symbol): Pass the common
8213         prefix substring of completion to `display-completion-list'.
8215         * textmodes/org.el (org-complete): Ditto.
8217 2005-10-18  Masatake YAMATO  <jet@gyve.org>
8219         Fix a bug reported by Sven Joachim <sven_joachim@web.de>.
8221         * woman.el (WoMan-xref-man-page): New button type derived
8222         from `Man-abstract-xref-man-page'.
8223         (woman-mode): Pass `WoMan-xref-man-page' to `Man-highlight-references'.
8225         * man.el (Man-abstract-xref-man-page): New button type.
8226         (Man-xref-man-page): Make it derived from `Man-abstract-xref-man-page'.
8227         (Man-highlight-references): Add new optional argument `xref-man-type'.
8229 2005-10-18  Nick Roberts  <nickrob@snap.net.nz>
8231         * progmodes/gud.el (gud-menu-map): Correct condition for fringe.
8233 2005-10-17  Chong Yidong  <cyd@stupidchicken.com>
8235         * cus-edit.el (Custom-move-and-invoke): Delete.
8236         (custom-mode-map): Bind mouse-1 to widget-move-and-invoke.
8238         * wid-edit.el (widget-move-and-invoke): New function, from
8239         Custom-move-and-invoke.
8241 2005-10-17  Bill Wohler  <wohler@newt.com>
8243         Move all remaining images from lisp/toolbar to etc/images, move
8244         lisp/toolbar/tool-bar to lisp and "delete" lisp/toolbar.  Place
8245         the low resolution images in their own directory (low-color).
8247         * toolbar/attach.*, toolbar/cancel.*, toolbar/close.*
8248         * toolbar/copy.*, toolbar/cut.*, toolbar/diropen.*, toolbar/exit.*
8249         * toolbar/help.*, toolbar/home.*, toolbar/index.*, toolbar/info.*
8250         * toolbar/mail.*, toolbar/new.*, toolbar/open.*, toolbar/paste.*
8251         * toolbar/preferences.*, toolbar/print.*, toolbar/save.*
8252         * toolbar/saveas.*, toolbar/search.*, toolbar/search-replace.*
8253         * toolbar/spell.*, toolbar/undo.*: Move to etc/images.
8255         * toolbar/lc-copy.*: Move to etc/images/low-color/copy.*.
8256         * toolbar/lc-cut.*: Move to etc/images/low-color/cut.*.
8257         * toolbar/lc-help.*: Move to etc/images/low-color/help.*.
8258         * toolbar/lc-home.*: Move to etc/images/low-color/home.*.
8259         * toolbar/lc-index.*: Move to etc/images/low-color/index.*.
8260         * toolbar/lc-new.*: Move to etc/images/low-color/new.*.
8261         * toolbar/lc-open.*: Move to etc/images/low-color/open.*.
8262         * toolbar/lc-paste.*: Move to etc/images/low-color/paste.*.
8263         * toolbar/lc-preferences.*: Move to etc/images/low-color/preferences.*.
8264         * toolbar/lc-print.*: Move to etc/images/low-color/print.*.
8265         * toolbar/lc-save.*: Move to etc/images/low-color/save.*.
8266         * toolbar/lc-saveas.*: Move to etc/images/low-color/saveas.*.
8267         * toolbar/lc-search.*: Move to etc/images/low-color/search.*.
8268         * toolbar/lc-spell.*: Move to etc/images/low-color/spell.*.
8269         * toolbar/lc-undo.*: Move to etc/images/low-color/undo.*.
8271         To conform with convention, replace the underscore (_) in the
8272         following image names with dash (-) or (/) as appropriate.
8274         * toolbar/back_arrow.*: Move to etc/images/back-arrow.*.
8275         * toolbar/fld_open.*: Move to etc/images/fld-open.*.
8276         * toolbar/fwd_arrow.*: Move to etc/images/fwd-arrow.*.
8277         * toolbar/jump_to.*: Move to etc/images/jump-to.*.
8278         * toolbar/left_arrow.*: Move to etc/images/left-arrow.*.
8279         * toolbar/right_arrow.*: Move to etc/images/right-arrow.*.
8280         * toolbar/up_arrow.*: Move to etc/images/up-arrow.*.
8281         * toolbar/lc-back_arrow.*: Move to etc/images/low-color/back-arrow.*.
8282         * toolbar/lc-fwd_arrow.*: Move to etc/images/low-color/fwd-arrow.*.
8283         * toolbar/lc-jump_to.*: Move to etc/images/low-color/jump-to.*.
8284         * toolbar/lc-left_arrow.*: Move to etc/images/low-color/left-arrow.*.
8285         * toolbar/lc-right_arrow.*: Move to etc/images/low-color/right-arrow.*.
8286         * toolbar/lc-up_arrow.*: Move to etc/images/low-color/up-arrow.*.
8287         * toolbar/mail_compose.*: Move to etc/images/mail/compose.*.
8288         * toolbar/mail_send.*: Move to etc/images/mail/send.*.
8290         * info.el (info-tool-bar-map): Replace underscores in image names
8291         with dashes.
8293         * makefile.w32-in (WINS): Remove toolbar.
8295         * menu-bar.el: Replace toolbar/tool-bar.el with tool-bar.el in comment.
8297         * tool-bar.el: Move to lisp from toolbar.  Now that
8298         toolbar is empty, it should be deleted when folks run "cvs up -P".
8300 2005-10-18  Jay Belanger  <belanger@truman.edu>
8302         * calc/calc-store.el (calc-store-into): Get the proper variable name
8303         to display in message.
8305 2005-10-18  Nick Roberts  <nickrob@snap.net.nz>
8307         * progmodes/gdb-ui.el (gdb-var-create-handler): Make watch
8308         expressions display in speedbar for all buffers when debugging.
8309         (gdb-speedbar-expand-node): Ensure node contraction is always updated.
8311         * speedbar.el (speedbar-set-mode-line-format): Indent properly.
8312         (speedbar-insert-button, speedbar-make-button):
8313         Use add-text-properties.
8314         (speedbar-update-localized-contents)
8315         (speedbar-update-directory-contents)
8316         (speedbar-update-special-contents): Use dolist.
8317         (speedbar-buffer-easymenu-definition): Add a menu separator.
8319 2005-10-17  Jason Rumney  <jasonr@gnu.org>
8321         * makefile.w32-in: Use $(lisp) consistently.
8322         (pre-mh-loaddefs.el-SH, pre-mh-loaddefs.el-CMD): New targets
8323         for shell specific generation of mh-autoloads.
8325 2005-10-17  Richard M. Stallman  <rms@gnu.org>
8327         * textmodes/tex-mode.el (tex-font-lock-keywords-2): Undo prev change.
8329 2005-10-17  Stefan Monnier  <monnier@iro.umontreal.ca>
8331         * jit-lock.el (jit-lock-fontify-now):
8332         Move jit-lock-context-unfontify-pos to avoid wasted work.
8334 2005-10-17  Michael Albinus  <michael.albinus@gmx.de>
8336         * net/tramp.el (tramp-completion-mode): New defvar.  Used in
8337         `tramp-completion-mode' for checking if we are in completion mode.
8338         (tramp-completion-handle-file-name-all-completions): Reorder code
8339         in order to complete for file names only in case there are no
8340         method/user/host completions.  This is necessary for cooperation
8341         with ido.  Reported by Kim F. Storm <storm@cua.dk>.
8343 2005-10-16  Chong Yidong  <cyd@stupidchicken.com>
8345         * longlines.el (longlines-search-forward)
8346         (longlines-search-backward): Match any number of spaces.
8348 2005-10-16  Thien-Thi Nguyen  <ttn@gnu.org>
8350         * diff-mode.el (diff-mode): Doc fix.
8352 2005-10-16  David Reitter  <david.reitter@gmail.com>
8354         * mail/sendmail.el (send-mail-function): Use mailclient-send-it
8355         as default on darwin and windows systems.
8357 2005-10-16  Sven Joachim  <svenjoac@gmx.de>  (tiny change)
8359         * arc-mode.el (archive-zip-extract): Doc fix.
8361 2005-10-16  Romain Francoise  <romain@orebokech.com>
8363         * mouse.el (mouse-1-click-follows-link): Doc fix.
8365 2005-10-16  Stefan Monnier  <monnier@iro.umontreal.ca>
8367         * savehist.el: Don't require CL at runtime.
8368         (savehist-xemacs): Remove.
8369         (savehist-coding-system): Use utf-8 if present, regardless of religion.
8370         (savehist-no-conversion): Use (featurep 'xemacs).
8371         (savehist-load): Check existence of start-itimer rather than XEmacs.
8372         Use an idle timer.
8373         (savehist-process-for-saving): Replace use of CL funs `subseq' and
8374         `delete-if-not'.
8376 2005-10-16  Hrvoje Niksic  <hniksic@xemacs.org>
8378         * savehist.el: Newer version.
8379         (savehist-autosave-interval, savehist-coding-system, savehist-timer)
8380         (savehist-last-checksum, savehist-no-conversion): New vars.
8381         (savehist-autosave, savehist-process-for-saving, savehist-printable):
8382         New functions.
8383         (savehist-load, savehist-save): Use them.
8384         (savehist-delimit): Remove.
8386 2005-10-16  Stefan Monnier  <monnier@iro.umontreal.ca>
8388         * progmodes/compile.el (compilation-goto-locus): Display the
8389         compilation buffer first and the source buffer second, in case they're
8390         in overlapping frames.  Don't raise the compilation frame if it was the
8391         selected window upon entry.  Pass the `other-window' arg to
8392         pop-to-buffer.
8394         * info.el (Info-fontify-node): Use dolist.
8395         Change add-text-properties to put-text-property.
8397 2005-10-16  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
8399         * textmodes/bibtex.el (bibtex-font-lock-url): Catch when point past
8400         bound of search.
8402 2005-10-16  Masatake YAMATO  <jet@gyve.org>
8404         * dabbrev.el (dabbrev-completion): Pass the common
8405         prefix substring of completion to `display-completion-list'.
8407         * filecache.el (file-cache-minibuffer-complete)
8408         (file-cache-complete): Ditto.
8410         * tempo.el (tempo-display-completions): Ditto.
8412         * wid-edit.el (widget-file-complete, widget-color-complete): Ditto.
8414         * emacs-lisp/lisp.el (lisp-complete-symbol): Ditto.
8416         * eshell/em-hist.el (eshell-list-history): Ditto.
8418         * mail/mailabbrev.el (mail-abbrev-complete-alias): Ditto.
8420         * mail/mailalias.el (mail-complete): Ditto.
8422         * progmodes/etags.el (complete-tag): Ditto.
8424         * progmodes/make-mode.el (makefile-complete): Ditto.
8426         * progmodes/meta-mode.el (meta-complete-symbol): Ditto.
8428         * progmodes/octave-mod.el (octave-complete-symbol): Ditto.
8430         * progmodes/pascal.el (pascal-complete-word)
8431         (pascal-show-completions): Ditto.
8433         * textmodes/bibtex.el (bibtex-complete-internal): Ditto.
8435         * simple.el (completion-common-substring): New variable.
8436         (completion-setup-function): Use `completion-common-substring'
8437         to put faces.
8439 2005-10-16  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
8441         * term/mac-win.el: Apply 2005-10-09 change for term/x-win.el.
8442         (x-get-selection, mac-select-convert-to-string): Convert from/to
8443         UTF-16 clipboard data as in native byte order, no BOM.
8445 2005-10-16  Nick Roberts  <nickrob@snap.net.nz>
8447         * progmodes/gud.el (gud-tool-bar-map): Rename the images
8448         appropriately (gud/next, gud/nexti, gud/step, gud/stepi).
8449         (gud-sentinel): Use speedbar-frame to check for speedbar.
8451 2005-10-15  Richard M. Stallman  <rms@gnu.org>
8453         * savehist.el: New file.
8455 2005-10-14  Karl Chen  <quarl@cs.berkeley.edu>
8457         * textmodes/tex-mode.el (tex-font-lock-keywords-2):
8458         Fix bug in \bf fontification.
8460 2005-10-15  Stefan Monnier  <monnier@iro.umontreal.ca>
8462         * pcvs.el (cvs-edit-log-files): New var.
8463         (cvs-mode-edit-log): New arg `file'.
8464         (cvs-edit-log-minor-wrap): Don't set the ignore-marks property.
8465         Instead force the use of the original file and nothing else.
8466         (cvs-edit-log-filelist): Don't use the cvs-mode-* function unless
8467         the cvs-minor-wrap-function is set.
8468         (cvs-do-edit-log): Obey the vars set in cvs-edit-log-minor-wrap.
8470 2005-10-14  Bill Wohler  <wohler@newt.com>
8472         * toolbar/gud-break.*: Moved to etc/images/gud/break.*.
8473         * toolbar/gud-cont.*: Moved to etc/images/gud/cont.*.
8474         * toolbar/gud-down.*: Moved to etc/images/gud/down.*.
8475         * toolbar/gud-finish.*: Moved to etc/images/gud/finish.*.
8476         * toolbar/gud-ni.*: Moved to etc/images/gud/ni.*.
8477         * toolbar/gud-n.*: Moved to etc/images/gud/n.*.
8478         * toolbar/gud-print.*: Moved to etc/images/gud/print.*.
8479         * toolbar/gud-pstar.*: Moved to etc/images/gud/pstar.*.
8480         * toolbar/gud-remove.*: Moved to etc/images/gud/remove.*.
8481         * toolbar/gud-run.*: Moved to etc/images/gud/run.*.
8482         * toolbar/gud-si.*: Moved to etc/images/gud/si.*.
8483         * toolbar/gud-s.*: Moved to etc/images/gud/s.*.
8484         * toolbar/gud-until.*: Moved to etc/images/gud/until.*.
8485         * toolbar/gud-up.*: Moved to etc/images/gud/up.*.
8486         * toolbar/gud-watch.*: Moved to etc/images/gud/watch.*.
8488         * progmodes/gud.el (gud-tool-bar-map): Rename the images
8489         appropriately (for example, gud-break to gud/break).
8491 2005-10-14  Chong Yidong  <cyd@stupidchicken.com>
8493         * longlines.el (longlinges-search-function)
8494         (longlines-search-forward, longlines-search-backward): New functions.
8495         (longlines-mode): Set isearch-search-fun-function to
8496         longlinges-search-function.
8498         * mouse.el (mouse-drag-region-1): Handle the case where a
8499         double-click event is bound to an arbitrary function.
8501 2005-10-14  David Ponce  <david@dponce.com>
8503         * recentf.el (recentf-track-opened-file)
8504         (recentf-track-closed-file, recentf-update-menu)
8505         (recentf-used-hooks, recentf-enabled-p): Move before dialog stuff.
8506         (recentf-dialog-mode-map): Map follow-link to RET, so dialogs obey
8507         mouse-1-click-follows-link.
8509 2005-10-13  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
8511         * toolbar/diropen.xpm, toolbar/diropen.pbm: New versions made from
8512         Gnome file-manager.png.  Suggested by
8513         Joachim Nilsson <joachim.nilsson@vmlinux.org>.
8515         * toolbar/README: Add diropen.xpm.
8517 2005-10-13  Bill Wohler  <wohler@newt.com>
8519         * makefile.w32-in (MH_E_SRC): Rename from MH-E-SRC per NMAKE
8520         restrictions.  Suggested by David Robinow <drobinow@gmail.com>.
8522 2005-10-13  Stefan Monnier  <monnier@iro.umontreal.ca>
8524         * progmodes/mixal-mode.el (mixal-operation-codes-alist):
8525         Don't waste the byte-compiler's time on constant data.
8527 2005-10-13  Kenichi Handa  <handa@m17n.org>
8529         * international/utf-8.el (utf-8-compose): Display an invalid UTF-8
8530         byte with `escape-glyph' face.
8532         * international/fontset.el (ccl-encode-unicode-font):
8533         Lookup utf-subst-table-for-encode, not ucs-mule-cjk-to-unicode.
8534         Handle the case that ucs-mule-to-mule-unicode translates a character to
8535         ASCII (usually for IPA characters).
8537 2005-10-12  Stefan Monnier  <monnier@iro.umontreal.ca>
8539         * info.el (Info-fontify-node): Don't be fooled by a lone "...".
8540         Don't hide the underline of titles if font-lock-mode is disabled.
8542 2005-10-12  Bill Wohler  <wohler@newt.com>
8544         * makefile.w32-in (MH-E-SRC): New.  Used by mh-autoloads.
8545         (mh-autoloads): New.  Builds mh-e/mh-loaddefs.el.  Rebuilds if any
8546         files in MH-E-SRC have been updated.
8547         (updates, compile, recompile, bootstrap): Depend on mh-autoloads.
8549 2005-10-12  Stefan Monnier  <monnier@iro.umontreal.ca>
8551         * progmodes/mixal-mode.el (mixal-operation-codes): Remove.
8552         (mixal-mode-syntax-table): Add \n as end-comment.
8553         (mixal-operation-codes-alist): Immediately initialize to full value.
8554         (mixal-add-operation-code): Remove.
8555         (mixal-describe-operation-code): Make the arg non-optional.
8556         Use the interactive spec instead.
8557         Use mixal-operation-codes-alist rather than mixal-operation-codes.
8558         (mixal-font-lock-keywords): Don't highlight comments here any more.
8559         (mixal-font-lock-syntactic-keywords): New var.
8560         (mixal-mode): Use it.  Fix comment-start-skip.
8562 2005-10-12  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
8564         * startup.el (command-line-x-option-alist): -nb => -nbi
8566 2005-10-12  Kim F. Storm  <storm@cua.dk>
8568         * startup.el (fancy-splash-default-action): Discard mouse click in
8569         the splash screen window, as it has no sensible meaning in the
8570         next window to be selected.  Fixes error reported by Jan D.
8572 2005-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
8574         * desktop.el (desktop-load-file): Do nothing when FUNCTION is nil.
8576 2005-10-11  Stefan Monnier  <monnier@iro.umontreal.ca>
8578         * progmodes/mixal-mode.el: Sync with version in the GNU MDK project.
8579         Try to fix up minor layout issues like indentation, line break, etc...
8580         (mixal-mode-syntax-table): Don't try to specify comment syntax,
8581         because it doesn't work.
8582         (mixal-operation-codes): Add some more codes.
8583         (mixal-font-lock-keywords): Process comments here.
8584         (mixal-mode): mixasm no longer needs -g option.
8586 2005-10-11  Sven Joachim  <svenjoac@gmx.de>  (tiny change)
8588         * progmodes/sh-script.el (sh-tmp-file):
8589         Use mktemp -t.  Finish support for es and rc shells.
8591 2005-10-11  Jay Belanger  <belanger@truman.edu>
8593         * calc/calcalg2.el (calc-integral): With an argument, compute the
8594         definite integral.
8596 2005-10-11  Chong Yidong  <cyd@stupidchicken.com>
8598         * mouse.el (mouse-drag-region-1): Don't try to catch a
8599         double-click when doing follow-link (it's overridden anyway).
8601 2005-10-11  Juanma Barranquero  <lekktu@gmail.com>
8603         * emacs-lisp/autoload.el (update-directory-autoloads): Doc fix.
8604         (autoload-print-form-outbuf): Add docstring.
8606 2005-10-11  Juri Linkov  <juri@jurta.org>
8608         * info.el (Info-mode-menu): Delete menu item "Edit".
8609         (Info-mode): Delete description of Info-edit from docstring,
8610         and rearrange descriptions of Info commands in the order
8611         they are documented in the Info manual.
8613 2005-10-11  Stefan Monnier  <monnier@iro.umontreal.ca>
8615         * calendar/appt.el (appt-check): Use diary-selective-display var.
8617 2005-10-10  Richard M. Stallman  <rms@gnu.org>
8619         * net/newsticker.el (newsticker-start, newsticker-show-news):
8620         Add autoload cookies.
8622 2005-10-10  Emanuele Giaquinta  <emanuele.giaquinta@gmail.com>
8624         * progmodes/sh-script.el (sh-tmp-file): Use mktemp.
8626 2005-10-10  Karl Chen  <quarl@cs.berkeley.edu>
8628         * jka-cmpr-hook.el (jka-compr-handler): Fix typo in `operations' prop.
8630 2005-10-10  Jay Belanger  <belanger@truman.edu>
8632         * calc/calc-arith.el (math-check-known-scalarp)
8633         (math-check-known-matrixp): Check the values of arguments that are
8634         variables.
8635         (math-check-known-square-matrixp): New function.
8636         (math-known-square-matrixp): Use math-check-known-square-matrixp.
8637         (math-super-types): Add sqmatrix type.
8639         * calc/calc-mode.el (calc-matrix-mode, math-get-modes-vec): Change the
8640         mode name `square' to `sqmatrix'.
8642         * calc/calc.el (calc-matrix-mode, calc-set-mode-line): Change the
8643         mode name `square' to `sqmatrix'.
8645 2005-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
8647         * progmodes/etags.el (select-tags-table-mode): Don't use
8648         selective-display.
8649         (tags-select-tags-table): Pass `button' to the action function.
8650         (select-tags-table): Place the side-info on button properties rather
8651         than in hidden text.  Abbreviate file names.
8652         (select-tags-table-mode-map): Inherit rather than copy buttom-map.
8653         (select-tags-table-select): Add `button' argument.
8654         Get side-info from the button property rather than from hidden text.
8656 2005-10-11  Nick Roberts  <nickrob@snap.net.nz>
8658         * progmodes/gud.el (gud-install-speedbar-variables): Add more bindings.
8659         (gud-speedbar-buttons): Preserve point if possible.
8660         (gud-sentinel): Restore previous speedbar display type.
8662         * progmodes/gdb-ui.el (gdba): Improve diagram.
8663         (def-gdb-auto-update-handler, gdb-info-locals-handler)
8664         (gdb-put-breakpoint-icon, gdb-remove-breakpoint-icons):
8665         Call get-buffer-window once.
8667 2005-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
8669         * progmodes/pascal.el (pascal-mode-map): Move init into declaration.
8670         (pascal-mode-syntax-table): Make (* *) markers same class as { ... }.
8671         (pascal-indent-command): Remove unused var `ind'.
8672         (pascal-indent-case): Remove unused var `oldpos'.
8673         (pascal-outline-map): Don't inherit from pascal-mode-map anymore,
8674         since it's now used as a proper minor mode map.
8675         (pascal-outline): Rename to pascal-outline-mode.
8676         (pascal-outline-mode): Use define-minor-mode.
8677         (pascal-outline-mode, pascal-outline-change): Use overlays rather than
8678         selective-display.
8680 2005-10-10  Andreas Schwab  <schwab@suse.de>
8682         * textmodes/tex-mode.el (tex-font-lock-keywords-2): Adjust match
8683         number.  Reported by Karl Chen <quarl@cs.berkeley.edu>.
8685         * Makefile.in ($(lisp)/mh-e/mh-loaddefs.el): Fix for building
8686         outside source directory.
8688 2005-10-10  Carsten Dominik  <dominik@science.uva.nl>
8690         * textmodes/org.el (org-mode-map): Explicit definition of `C-c
8691         C-x' as a prefix.
8692         (orgtbl-mode-map): Full keymap instead of sparse, because all
8693         `self-insert-command' keys are redefined in this map.
8694         (org-export-as-html): Specify charset for HTML file, by taking it
8695         from the coding system.
8697 2005-10-10  Kenichi Handa  <handa@m17n.org>
8699         * textmodes/flyspell.el (flyspell-check-word-p):
8700         If unread-command-events is non-empty, don't call sit-for.
8702 2005-10-09  Richard M. Stallman  <rms@gnu.org>
8704         * font-lock.el (font-lock-syntactic-keywords)
8705         (font-lock-keywords): Doc fixes.
8707         * textmodes/flyspell.el (flyspell-external-point-words):
8708         Simplify logic, and don't try to check for consecutive appearances
8709         of one incorrect word.
8711 2005-10-10  Nick Roberts  <nickrob@snap.net.nz>
8713         * speedbar.el (speedbar-buffer-easymenu-definition): Add menu
8714         separator.
8716         * progmodes/gud.el (gud-last-speedbar-buffer): Remove.
8717         (gud-install-speedbar-variables): Add GUD to speedbar "Displays" list.
8718         (gud-expansion-speedbar-buttons): New function.
8719         (gud-speedbar-buttons): Check for gud-comint-buffer.
8721 2005-10-09  Bill Wohler  <wohler@newt.com>
8723         * Makefile.in (updates): Add mh-loaddefs dependency.
8725 2005-10-09  Chong Yidong  <cyd@stupidchicken.com>
8727         * speedbar.el (speedbar-file-key-map): Fix typo.
8729 2005-10-09  Daniel Brockman  <daniel@brockman.se>
8731         * cus-start.el (line-spacing): Add custom spec.
8733 2005-10-09  Romain Francoise  <romain@orebokech.com>
8735         * textmodes/ispell.el (ispell-check-version): Fix last change.
8737 2005-10-09  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
8739         * term/x-win.el: Remove -i, --icon-type from comment.
8741         * startup.el (command-line-x-option-alist): Remove options -i,
8742         -itype, --icon-type, added -nb, --no-bitmap-icon
8744 2005-10-09  Nick Roberts  <nickrob@snap.net.nz>
8746         * progmodes/gud.el (gud-speedbar-menu-items): Use :visible
8747         instead of :active.
8749 2005-10-08  Eric Hanchrow  <offby1@blarg.net>  (tiny change)
8751         * textmodes/ispell.el (ispell-check-version):
8752         Ignore hyphen, and all that follows, in aspell's version text.
8754 2005-10-08  Jay Belanger  <belanger@truman.edu>
8756         * calc/calc-arith.el (math-known-square-matrixp): New function.
8757         (math-pow-fancy): Check for matrices before distributing exponent
8758         across products.
8760         * calc/calc-keypd.el (calc-do-keypad): Widen keypad window for
8761         fullscreen keypad.  Suggested by Luc Teirlinck.
8762         (calc-keypad-show-input): Add space for formatting.
8764         * calc/calc-mode.el (calc-matrix-mode, math-get-modes-vec):
8765         Add square matrix option.
8767         * calc/calc-poly.el (math-expand-term): Check for matrices instead
8768         of checking calc-matrix-mode when deciding how to expand.
8770         * calc/calc.el (calc-set-mode-line): Add square matrix option.
8772 2005-10-08  Lars Hansen  <larsh@soem.dk>
8774         * net/tramp.el (tramp-perl-directory-files-and-attributes):
8775         Add error handling.
8776         (tramp-handle-directory-files-and-attributes): Handle perl error msg.
8778 2005-10-08  Michael Albinus  <michael.albinus@gmx.de>
8780         Sync with Tramp 2.0.51.
8782         * net/tramp.el (tramp-handle-set-visited-file-modtime)
8783         (tramp-handle-insert-file-contents, tramp-handle-write-region):
8784         Insert special handling for `last-coding-system-used', again
8785         it still seems to be necessary (unlike stated before).
8786         Reported by Toshinori Sugita <sugita@d-pad.co.jp>.
8787         (tramp-password-prompt-regexp): There might be other words before
8788         trailing ":".  Reported by Kurt Steinkraus <kurt@steinkraus.us>.
8789         (tramp-chunksize): Improve docstring.
8790         (tramp-set-auto-save-file-modes): Octal integer code #o600 breaks
8791         Emacs 20.  Use `tramp-octal-to-decimal' therefore.  Reported by
8792         Christian Joergensen <bugs@razor.dk>.
8794 2005-10-07  Glenn Morris  <rgm@gnu.org>
8796         * progmodes/f90.el (f90-keywords-re, f90-mode): Doc fix.
8797         (f90-font-lock-keywords-2, f90-mode-abbrev-table): Add `double
8798         precision'.
8800 2005-10-07  Romain Francoise  <romain@orebokech.com>
8802         * ibuf-ext.el (ibuffer-do-shell-command-pipe)
8803         (ibuffer-do-shell-command-pipe-replace)
8804         (ibuffer-do-shell-command-file, ibuffer-do-eval)
8805         (ibuffer-do-view-and-eval, ibuffer-do-rename-uniquely)
8806         (ibuffer-do-revert, ibuffer-do-replace-regexp)
8807         (ibuffer-do-query-replace, ibuffer-do-query-replace-regexp)
8808         (ibuffer-do-print, ibuffer-filter-by-mode, ibuffer-filter-by-used-mode)
8809         (ibuffer-filter-by-name, ibuffer-filter-by-filename)
8810         (ibuffer-filter-by-size-gt, ibuffer-filter-by-size-lt)
8811         (ibuffer-filter-by-content, ibuffer-filter-by-predicate
8812         (ibuffer-do-sort-by-major-mode, ibuffer-do-sort-by-mode-name)
8813         (ibuffer-do-sort-by-alphabetic, ibuffer-do-sort-by-size):
8814         Autoload file sans suffix.
8816         * emulation/cua-base.el (cua-toggle-global-mark): Likewise.
8818 2005-10-07  David Ponce  <david@dponce.com>
8820         * recentf.el (recentf-menu-open-all-flag): New option.
8821         (recentf-digit-shortcut-command-name): New function.
8822         (recentf--shortcuts-keymap): New variable.
8823         (recentf-menu-shortcuts): New variable.
8824         (recentf-make-menu-items): Initialize it.  Replace the "More..."
8825         menu item by "All...", if `recentf-menu-open-all-flag' is non-nil.
8826         (recentf-menu-value-shortcut): New function.
8827         (recentf-make-menu-item): Use it.  No more in-lined.
8828         (recentf-dialog-mode-map): Base on `recentf--shortcuts-keymap'.
8829         (recentf-open-most-recent-file): Rename from
8830         `recentf-open-file-with-key'.  Don't depend on key binding.
8831         (recentf-mode-map): New variable.
8832         (recentf-mode): Use it.
8834 2005-10-06  Bill Wohler  <wohler@newt.com>
8836         * mh-e/mh-loaddefs.el: Remove.  Now generated automatically.
8838         * Makefile.in (AUTOGENEL): Add mh-e/mh-loaddefs.el.
8839         (MH-E-SRC): New.  Used by mh-autoloads.
8840         (mh-autoloads): New.  Builds mh-e/mh-loaddefs.el.  Rebuilds if any
8841         files in MH-E-SRC have been updated.
8842         (compile, recompile, bootstrap): Depend on mh-autoloads.
8844 2005-10-07  Nick Roberts  <nickrob@snap.net.nz>
8846         * progmodes/gud.el (gud-menu-map): Only display un-intuitive
8847         gud-break and gud-remove icons when the fringe is not available.
8849         * progmodes/gdb-ui.el (gdb-fringe-width -> gdb-buffer-fringe-width):
8850         Typo.
8852 2005-10-06  Michael Cadilhac  <michael.cadilhac-@t-lrde.epita.fr>  (tiny change)
8854         * play/zone.el (zone): Wrap body with save-window-excursion.
8856 2005-10-06  Stefan Monnier  <monnier@iro.umontreal.ca>
8858         * calendar/cal-menu.el (calendar-mouse-view-diary-entries):
8859         Use the new `list-only' arg to diary-list-entries.
8861         * calendar/diary-lib.el: Use overlays rather than selective-display.
8862         (diary-selective-display): New var.
8863         (diary-header-line-format): Use it.
8864         (diary-list-entries): Add argument `list-only'.
8865         Put the buffer in diary-mode.  Don't add \^M at beg and end.
8866         Replace \^M by invisible overlays.
8867         (diary-unhide-everything): Replace \^M by invisible overlays.
8868         (print-diary-entries): Look for overlays rather than \^M.
8869         Add a space to the temp buffer name.
8870         (diary-show-all-entries, mark-diary-entries, make-diary-entry):
8871         Put the buffer in diary-mode.
8872         (list-sexp-diary-entries): Replace \^M by invisible overlays.
8873         (diary-anniversary): Make the year arg optional.
8874         (diary-time-regexp): New const.
8875         (diary-font-lock-keywords): Use it to accept a few more time formats.
8877         * pcvs.el (cvs-sentinel): Make sure we do re-enable undo.
8879 2005-10-06  Thien-Thi Nguyen  <ttn@gnu.org>
8881         * textmodes/artist.el (artist-ellipse-mirror-quadrant):
8882         Fix bug introduced 2005-07-03: Use (car (last ...))
8883         to faithfully reproduce replaced artist-last.
8884         (artist-set-arrow-points-for-poly): Likewise.
8885         Suggested by Johan Bockg\e,Ae\e(Brd.
8887 2005-10-06  Juanma Barranquero  <lekktu@gmail.com>
8889         * dframe.el (x-pointer-hand2, x-pointer-top-left-arrow):
8890         * wid-edit.el (widget):
8891         * progmodes/gdb-ui.el (gdb-buffer-fringe-width):
8892         * progmodes/vhdl-mode.el (speedbar-attached-frame): Add defvars.
8894 2005-10-06  Kenichi Handa  <handa@m17n.org>
8896         * international/mule-cmds.el (set-language-environment):
8897         Fix setting up of case-table for unibyte mode.
8899         * simple.el (what-cursor-position): If the character is displayed
8900         by some `display' text property, show that.  Don't use
8901         single-key-description for eight-bit characters in multibyte mode.
8903 2005-10-06  Nick Roberts  <nickrob@snap.net.nz>
8905         * progmodes/gdb-ui.el (gdb-fringe-width): New variable.
8906         (gdb-ann3): Set it.
8907         (gdb-put-breakpoint-icon): Don't take fringe-width from speedbar frame.
8908         (gdb-info-frames-custom): Use inverse-video for first five
8909         characters of selected frame only.
8910         (gdb-get-frame-number): Select frame even when point is on frame
8911         number.
8913 2005-10-06  Masatake YAMATO  <jet@gyve.org>
8915         * progmodes/gdb-ui.el (gdb-info-breakpoints-custom):
8916         Put `font-lock-function-name-face'.
8917         (gdb-info-frames-custom): Put `font-lock-function-name-face'
8918         and `font-lock-variable-name-face'
8919         (gdb-registers-font-lock-keywords): New font lock keywords definition.
8920         (gdb-registers-mode): Use `gdb-registers-font-lock-keywords`.
8921         (gdb-memory-font-lock-keywords): New font lock keywords definition.
8922         (gdb-memory-mode): Use `gdb-memory-font-lock-keywords'.
8923         (gdb-local-font-lock-keywords): New font lock keywords definition.
8924         (gdb-locals-mode): Use `gdb-local-font-lock-keywords'
8925         (gdb-threads-font-lock-keywords): New font lock keywords definition.
8926         (gdb-threads-mode): Use `gdb-threads-font-lock-keywords'.
8928 2005-10-05  Michael Kifer  <kifer@cs.stonybrook.edu>
8930         * ediff-merge.el (ediff-merge-region-is-non-clash): New defsubst.
8931         (ediff-merge-region-is-non-clash-to-skip): Previously called
8932         ediff-merge-region-is-non-clash.
8934         * ediff-mult.el (ediff-append-custom-diff, ediff-meta-show-patch):
8935         Use insert-buffer-substring.
8937         * ediff-ptch.el (ediff-fixup-patch-map): Use better heuristics for
8938         selecting files to patch.  Also bug fixes.
8940         * ediff-util.el (ediff-setup): Bug fix.
8941         (ediff-next-difference): Never skip clashes that differ in white
8942         space only.
8944         * ediff-wind.el (ediff-setup-control-frame)
8945         (ediff-destroy-control-frame): Check the menubar feature.
8947         * viper-cmd.el (viper-normalize-minor-mode-map-alist)
8948         (viper-refresh-mode-line): Use make-local-variable to localize
8949         some vars instead of make-variable-buffer-local.  Suggested by
8950         Stefan Monnier.
8952         * viper-init.el (viper-make-variable-buffer-local): Delete alias.
8953         (viper-restore-cursor-type, viper-set-insert-cursor-type):
8954         Use make-local-variable instead of make-variable-buffer-local.
8955         Suggested by Stefan Monnier.
8957         * viper.el (viper-mode): Don't use viper-make-variable-buffer-local.
8958         (viper-comint-mode-hook): Use make-local-variable on
8959         require-final-newline.
8960         (viper-non-hook-settings): Don't use make-variable-buffer-local.
8962 2005-10-05  Stefan Monnier  <monnier@iro.umontreal.ca>
8964         * progmodes/scheme.el (scheme-mode-syntax-table): Mark ; as being
8965         also the second char of a comment-start sequence.
8966         (scheme-sexp-comment-syntax-table): New var.
8967         (lambda, define): Set their scheme-doc-string-elt property.
8968         (scheme-font-lock-syntactic-face-function): Handle sexp-comments.
8969         Use lisp-font-lock-syntactic-face-function now that it properly
8970         handles |...| symbols.
8971         (scheme-mode-variables): Set lisp-doc-string-elt-property,
8972         parse-sexp-lookup-properties and font-lock-extra-managed-props.
8974         * emacs-lisp/lisp-mode.el (lisp-mode-syntax-table): Move the nesting
8975         bit from # to |.
8976         (lisp-font-lock-syntactic-face-function): Distinguish |...| symbols.
8978         * emacs-lisp/lisp-mode.el (lambda): Add its doc-string-elt property.
8979         (lisp-doc-string-elt-property): New var.
8980         (lisp-font-lock-syntactic-face-function): Use it.
8981         Rewrite to recognize docstrings even for forms not at toplevel.
8983         * progmodes/scheme.el (scheme-mode-syntax-table): Put the nested
8984         annotation on the | part of #| rather than on the # part.
8985         (scheme-font-lock-syntactic-face-function): New function, to
8986         distinguish strings from |...| symbols.
8987         (scheme-mode-variables): Use it.  Also fix up the font-lock-time
8988         syntax-table so that #|...|# is properly highlighted.
8990         * emacs-lisp/lisp-mode.el (lisp-font-lock-syntactic-face-function):
8991         Don't mark as docstring the 3rd elem of an unknown toplevel form.
8993 2005-10-04  Stefan Monnier  <monnier@iro.umontreal.ca>
8995         * bindings.el (global-map): Resync [home] and [end] bindings with C-a
8996         and C-e.
8998         * emacs-lisp/eldoc.el: Move comments into docstrings.
8999         (eldoc-message-commands): Initialize in its declaration.
9000         Add move-beginning-of-line and move-end-of-line.
9001         (eldoc-add-command, eldoc-add-command-completions)
9002         (eldoc-remove-command, eldoc-remove-command-completions): Simplify.
9004         * outline.el (outline-mark-subtree): Activate the mark.
9006         * calendar/appt.el (appt-time-regexp): New var.
9007         (appt-add, appt-make-list): Use it.
9008         (appt-convert-time): Clean up.
9010         * textmodes/tex-mode.el (tex-font-lock-syntactic-face-function):
9011         Don't set any syntax-table property here.
9012         (tex-font-lock-verb): New function.  Do it here.
9013         (tex-font-lock-syntactic-keywords): Use it.
9015 2005-10-04  Richard M. Stallman  <rms@gnu.org>
9017         * wid-edit.el (widget-file-complete): Get the widget start point
9018         the right way.  Default directory to `/' if file has none.
9020         * x-dnd.el (x-dnd-drop-data): Check for dedicated windows.
9022         * textmodes/flyspell.el (flyspell-mode-on):
9023         Call ispell-maybe-find-aspell-dictionaries.
9025         * textmodes/ispell.el (ispell-word, ispell-region):
9026         Call ispell-maybe-find-aspell-dictionaries.
9027         (ispell-accept-buffer-local-defs):
9028         Don't call ispell-maybe-find-aspell-dictionaries
9030 2005-10-04  Richard M. Stallman  <rms@gnu.org>
9032         * iswitchb.el (iswitchb-buffer-ignore): Label it risky.
9034 2005-10-04  Emilio C. Lopes  <eclig@gmx.net>
9036         * iswitchb.el (iswitchb-ignore-buffername-p): Use `functionp'
9037         instead of `fboundp' in order to allow for anonymous functions.
9039 2005-10-04  Chong Yidong  <cyd@stupidchicken.com>
9041         * info.el (Info-next, Info-prev, Info-up): Select info buffer, in
9042         case the user clicks on the link while another window is selected.
9043         (Info-speedbar-hierarchy-buttons): Use speedbar-current-frame.
9045         * dframe.el (dframe-update-keymap): Use mouse-1-click-follows-link
9046         functionality.
9047         (dframe-help-echo): Save point in case mouse tracking is off.
9049 2005-10-04  Thien-Thi Nguyen  <ttn@gnu.org>
9051         * net/ange-ftp.el (ange-ftp-ls): Fix typo introduced in last change.
9053 2005-10-03  Stefan Monnier  <monnier@iro.umontreal.ca>
9055         * progmodes/cc-styles.el (c-setup-paragraph-variables): Make sure we do
9056         not change the global value of those vars.
9058         * progmodes/cc-mode.el (c-basic-common-init): Remove calls to
9059         make-local-variable which we do not need any more.
9061 2005-10-03  Chong Yidong  <cyd@stupidchicken.com>
9063         * speedbar.el (speedbar-ignored-path-regexp, speedbar-line-path)
9064         (speedbar-ignored-path-expressions, speedbar-buffers-line-path)
9065         (speedbar-add-ignored-path-regexp, speedbar-buffers-line-path)
9066         (speedbar-path-line): Define obsolete aliases.
9067         (speedbar-line-directory): Doc fix.
9069         * progmodes/vhdl-mode.el (vhdl-speedbar-initialize)
9070         (vhdl-speedbar-rescan-hierarchy): Call speedbar-line-directory
9071         instead of speedbar-line-path.
9073 2005-10-03  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
9075         * x-dnd.el (x-dnd-drop-data): Don't set dnd-open-file-other-window
9076         to nil if dropping on a window.  Handle dropping on a minibuffer window
9077         like dropping on a non-window part of Emacs.
9079 2005-10-03  Stefan Monnier  <monnier@iro.umontreal.ca>
9081         * net/ange-ftp.el: Use with-current-buffer.
9082         (ange-ftp-insert-directory): Do not follow symlinks any more.
9084         * textmodes/ispell.el (ispell-find-aspell-dictionaries):
9085         Remove interactive spec.
9087 2005-10-03  Kim F. Storm  <storm@cua.dk>
9089         * ido.el (ido-mode): Use custom-initialize-set.
9091 2005-10-02  Richard M. Stallman  <rms@gnu.org>
9093         * progmodes/ebnf2ps.el (ebnf-eps-production-list):
9094         Use insert-buffer-substring.
9096         * net/tramp.el: Pacify byte compiler warnings in pacification code.
9097         (tramp-handle-file-local-copy): Use insert-buffer-substring.
9099 2005-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
9101         * net/ange-ftp.el (ange-ftp-insert-directory): Undo unintended part
9102         in last change.
9103         (ange-ftp-insert-directory): Fix up the search for the case where
9104         `file' is absolute.
9106 2005-10-02  Romain Francoise  <romain@orebokech.com>
9108         * progmodes/compile.el (compile-goto-error): Delete extra paren.
9110 2005-10-02  Andreas Schwab  <schwab@suse.de>
9112         * ediff-ptch.el (ediff-fixup-patch-map): Handle file names without
9113         directory component in the session info.
9115 2005-10-01  Richard M. Stallman  <rms@gnu.org>
9117         * comint.el (comint-redirect-subvert-readonly): Doc fix.
9119         * simple.el (next-error-internal): New function.
9121         * progmodes/compile.el (compilation-buffer-name): New arg MODE-COMMAND.
9122         (compilation-start): Pass new arg to compilation-buffer-name.
9123         (compile-goto-error): Use next-error-internal.
9125 2005-10-01  Chong Yidong  <cyd@stupidchicken.com>
9127         * speedbar.el: Remove RCS tag.
9128         (speedbar-check-read-only): Handle non-existent files.
9130         * dframe.el, ezimage.el, sb-image.el: Remove RCS tags.
9132         * info.el (Info-speedbar-hierarchy-buttons)
9133         (Info-speedbar-goto-node): Call speedbar-select-attached-frame.
9135 2005-10-01  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
9137         * textmodes/bibtex.el (bibtex-valid-entry-whitespace-re):
9138         Do not match newline.
9139         (bibtex-realign): Do not use bibtex-valid-entry-whitespace-re.
9140         (bibtex-summary): Remove unnecessary save-excursion.
9141         (bibtex-fill-field-bounds): Use fill-region-as-paragraph.
9143 2005-10-01  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
9145         * term/mac-win.el: Add charset info for "iso10646-1".
9146         Modify default fontset to use ATSUI-compatible fonts for some charsets
9147         if available.
9149 2005-10-01  Chong Yidong  <cyd@stupidchicken.com>
9151         * speedbar.el: Re-apply arch tag.
9152         (speedbar-version): Rename to version 1.0.  Suggested by Eric
9153         M. Ludlam.
9154         Reapply two changes from Emacs CVS' version of speedbar lost
9155         during the merge:
9156         (speedbar-use-imenu-flag): Avoid unnecessary use of locate-library.
9157         (speedbar-frame-parameters): Improve customize type.
9159 2005-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
9161         * net/ange-ftp.el (ange-ftp-gwp-start): Use with-current-buffer.
9162         (ange-ftp-file-directory-p): Fix the symlink case.
9163         (ange-ftp-insert-directory): When listing a single file, get a list of
9164         the parent buffer and extract the relevant line.  Inspired from a patch
9165         by Katsumi Yamaoka <yamaoka@jpl.org>.
9166         (ange-ftp-file-name-sans-versions): Simplify.
9168 2005-09-30  Bill Wohler  <wohler@newt.com>
9170         Move MH-E image files from toolbar and mail directories into
9171         etc/images.
9173         * mail/reply2.*: Move to etc/images/mail/reply*.
9175         * toolbar/execute.*, toolbar/highlight.*, toolbar/mh-logo.xpm:
9176         * toolbar/page-down.*, toolbar/show.*, toolbar/widen.*: Move to
9177         etc/images.
9179         * toolbar/alias.*, toolbar/refile.*, toolbar/repack.*:
9180         * toolbar/reply*: Move to etc/images/mail.
9182         * toolbar/rescan.*: Move and rename to etc/images/refresh.*.
9184 2005-09-30  Eric M. Ludlam  <zappo@gnu.org>
9186         * speedbar.el: New version 1.0pre3.
9188         Frame management code (including timer, and mouse click specifics)
9189         moved to dframe.el:
9190         (speedbar-attached-frame): Removed.  Use dframe-attached-frame.
9191         (speedbar-timer): Removed.  Use dframe-timer.
9192         (speedbar-close-frame): Removed.  Use dframe-close-frame.
9193         (speedbar-activity-change-focus-flag): Removed.  Use
9194         dframe-activity-change-focus-flag.
9195         (speedbar-update-speed, speedbar-navigating-speed): Obsolete.  Use
9196         dframe-update-speed.
9198         (speedbar-current-frame): New macro.  Use this instead of the
9199         variable speedbar-frame.
9201         (speedbar-use-images, speedbar-expand-image-button-alist)
9202         (speedbar-insert-image-button-maybe): Moved to sb-image.el.
9204         (speedbar-find-image-on-load-path): Removed.  Replaced by
9205         defezimage in ezimage.el.
9206         (speedbar-expand-image-button-alist): Removed.  Replaced by
9207         ezimage-expand-image-button-alist in ezimage.el.
9209         (speedbar-ignored-directory-regexp)
9210         (speedbar-add-ignored-directory-regexp)
9211         (speedbar-ignored-directory-expressions)
9212         (speedbar-line-directory, speedbar-buffers-line-directory)
9213         (speedbar-directory-line, speedbar-buffers-line-directory):
9214         Renamed, replacing `path' with `directory'.
9216         (speedbar-create-directory, speedbar-expand-line-descendants)
9217         (speedbar-toggle-line-expansion)
9218         (speedbar-contract-line-descendants): New commands.
9220         (speedbar-query-confirmation-method, speedbar-select-frame-method)
9221         (speedbar-use-tool-tips-flag): New options.
9223         (speedbar-check-read-only, speedbar-require-version)
9224         (speedbar-insert-separator, speedbar-buffers-tail-notes)
9225         (speedbar-handle-delete-frame, speedbar-try-completion)
9226         (speedbar-update-localized-contents): New functions.
9228         (speedbar-incompatible-version, speedbar-ro-to-do-point)
9229         (speedbar-object-read-only-indicator): New variables.
9231         (speedbar-visiting-tag-hook, speedbar-before-visiting-file-hook):
9232         New hooks.
9234         (speedbar-separator-face): New face.
9236         (speedbar-supported-extension-expressions): Add `.g' and `.ma?k'.
9237         (speedbar-ignored-modes): Add fundamental-mode.
9238         (speedbar-directory-unshown-regexp): Add . directories.
9240         (speedbar-key-map): Remove old SPC and DEL page up/down keys.
9241         (speedbar-file-key-map): Add SPC to toggle node expansion, `[' and
9242         `]' for full expand/close.
9243         (speedbar-buffers-key-map): Add SPC to toggle node expansion.
9245         (speedbar-check-vc): Support hidden files.
9246         (speedbar-vc-check-dir-p): Use vc-state if available for CVS.
9247         (speedbar-this-file-in-vc): Use vc-state if available.  If VC
9248         state is nil, it is not checked out.
9250         (speedbar-line-text, speedbar-line-token): Support expand buttons
9251         with no text.
9252         (speedbar-refresh): Universal argument acts as power-click.
9253         (speedbar-fetch-dynamic-tags): If a buffer is in Emacs, switch to
9254         that buffer to get variable values.
9256         And many other bugfixes.
9258         * dframe.el, ezimage.el, sb-image.el: New files.
9260         * sb-*.xpm: Remove files.  New image files installed into
9261         etc/images/ezimage.
9263 2005-09-30  Kenichi Handa  <handa@m17n.org>
9265         * ps-mule.el (ps-mule-show-warning): If a character is in
9266         ps-print-translation-table, don't treat it as non-printable.
9268 2005-09-30  David Ponce  <david@dponce.com>
9270         * tree-widget.el (tree-widget-themes-load-path): New variable.
9271         (tree-widget-themes-directory): Doc fix.
9272         (tree-widget-image-formats) [Emacs]: Doc fix.
9273         (tree-widget--locate-sub-directory): New function.
9274         (tree-widget-themes-directory): Use it.
9276         * recentf.el (recentf-filename-handlers): Rename from
9277         `recentf-filename-handler'.  Allow a list of functions.
9278         (recentf-menu-items-for-commands): Fix :help strings.
9279         (recentf-apply-filename-handlers): New function.
9280         (recentf-expand-file-name): Use it.
9281         (recentf-cleanup): Remove duplicates too.
9283 2005-09-29  Juri Linkov  <juri@jurta.org>
9285         * faces.el: Rearrange face definitions to be in the same order as
9286         their face descriptions in "(emacs)Standard Faces".
9288         * isearch.el (isearch, lazy-highlight): Add group `basic-faces'.
9290         * tooltip.el (tooltip): Add group `basic-faces'.
9292         * buff-menu.el (Buffer-menu-buffer): Remove group
9293         `font-lock-highlighting-faces'.
9295         * progmodes/compile.el (compilation-error, compilation-warning)
9296         (compilation-info, compilation-line-number, compilation-column-number):
9297         Change group from `font-lock-highlighting-faces' to `compilation'.
9299         * progmodes/vhdl-mode.el (vhdl-font-lock-prompt-face)
9300         (vhdl-font-lock-attribute-face, vhdl-font-lock-enumvalue-face)
9301         (vhdl-font-lock-function-face, vhdl-font-lock-directive-face)
9302         (vhdl-font-lock-reserved-words-face)
9303         (vhdl-font-lock-translate-off-face, syntax-alist): Remove group
9304         `font-lock-highlighting-faces'.
9306         * cus-edit.el (custom-buffer-sort-alphabetically): Default to nil.
9308 2005-09-28  Kim F. Storm  <storm@cua.dk>
9310         * emulation/cua-base.el: Set CUA move property on additional commands:
9311         up-list, down-list, backward-up-list, end-of-defun beginning-of-defun,
9312         forward-sexp, backward-sexp, forward-list, backward-list.
9314 2005-09-28  Romain Francoise  <romain@orebokech.com>
9316         * comint.el (comint-show-output): Really set point at the
9317         beginning of the output when not using `comint-use-prompt-regexp'.
9319 2005-09-27  Jay Belanger  <belanger@truman.edu>
9321         * calc/calc-lang.el (math-oper-table): Raise the precedence of "/"
9322         in TeX mode.
9324 2005-09-26  Juanma Barranquero  <lekktu@gmail.com>
9326         * textmodes/org.el (org-table-sum): Fix format string.
9328         * textmodes/tex-mode.el (tex-insert-quote, latex-indent):
9329         Quote face names.
9331 2005-09-26  Romain Francoise  <romain@orebokech.com>
9333         * isearch.el (isearch-forward-regexp): Close doc string.
9335 2005-09-25  Richard M. Stallman  <rms@gnu.org>
9337         * simple.el (blink-matching-open): Don't no-op when point is BEGV+1.
9339         * isearch.el (isearch-forward, isearch-forward-regexp): Doc fixes.
9341         * progmodes/compile.el (compilation-error-properties):
9342         When getting the file from the previous error message,
9343         correctly decode the new data format.
9345         * progmodes/cc-cmds.el (c-electric-paren):
9346         Call old-blink-paren only for close-paren.
9348 2005-09-24  Andreas Schwab  <schwab@suse.de>
9350         * term/rxvt.el (rxvt-register-default-colors): Delete redundant
9351         condition.
9353 2005-09-25  Romain Francoise  <romain@orebokech.com>
9355         * dired-aux.el (dired-copy-file-recursive):
9356         * dired.el (dired-delete-file):
9357         * ediff-mult.el (ediff-dir-diff-copy-file):
9358         * ediff-util.el (ediff-test-save-region):
9359         * forms.el (forms-mode):
9360         * ido.el (ido-file-internal, ido-delete-file-at-head):
9361         * log-edit.el (log-edit-done):
9362         * ses.el (ses-yank-resize):
9363         * play/gomoku.el (gomoku-human-plays, gomoku)
9364         (gomoku-human-resigns, gomoku-prompt-for-other-game)
9365         (gomoku-offer-a-draw):
9366         * play/landmark.el (lm-human-resigns, lm):
9367         * net/eudcb-ldap.el (eudc-ldap-check-base):
9368         * play/mpuz.el (mpuz-offer-abort, mpuz-try-letter, mpuz-close-game):
9369         * progmodes/ebrowse.el (ebrowse-find-pattern):
9370         * progmodes/idlw-shell.el (idlwave-shell-set-bp-check):
9371         * textmodes/reftex-index.el (reftex-index-initialize-phrases-buffer):
9372         End `yes-or-no-p' and `y-or-n-p' prompts with question mark and space.
9374         * vc.el (vc-delete-file):
9375         * play/gomoku.el (gomoku-terminate-game, gomoku)
9376         (gomoku-prompt-for-move, gomoku-human-takes-back):
9377         * play/landmark.el (lm-human-takes-back, lm-prompt-for-move)
9378         (lm-start-robot, lm-human-plays): Remove extraneous spaces in messages.
9380 2005-09-24  Dan Nicolaescu  <dann@ics.uci.edu>
9382         * term/rxvt.el (rxvt-register-default-colors): Add support for 255
9383         color rxvt terminals by using the code xterm.el used to use before
9384         2005-04-09 in order to match the colors used by rxvt.
9386 2005-09-24  Emanuele Giaquinta  <emanuele.giaquinta@gmail.com>  (tiny change)
9388         * term/rxvt.el (rxvt-register-default-colors): Add support for 88
9389         colors rxvt-unicode terminals by using the same code as xterm.el.
9391 2005-09-24  Stefan Monnier  <monnier@iro.umontreal.ca>
9393         * textmodes/tex-mode.el (tex-font-lock-append-prop)
9394         (tex-font-lock-suscript, tex-insert-quote, latex-indent): Adjust to the
9395         new symbol used for the tex-verbatim face.
9397 2005-09-24  Emilio C. Lopes  <eclig@gmx.net>
9399         * woman.el (woman-file-name):
9400         * wid-edit.el (widget-file-prompt-value)
9401         (widget-coding-system-prompt-value):
9402         * w32-fns.el (set-w32-system-coding-system):
9403         * vc.el (vc-version-diff, vc-annotate):
9404         * textmodes/reftex-auc.el (reftex-arg-cite)
9405         (reftex-arg-index-tag):
9406         * textmodes/refer.el (refer-get-bib-files):
9407         * textmodes/artist.el (artist-figlet-choose-font):
9408         * terminal.el (terminal-emulator):
9409         * replace.el (occur-read-primary-args):
9410         * rect.el (string-rectangle, string-insert-rectangle):
9411         * ps-print.el (ps-print-preprint):
9412         * progmodes/pascal.el (pascal-goto-defun):
9413         * progmodes/etags.el (visit-tags-table, visit-tags-table-buffer):
9414         * progmodes/compile.el (compilation-find-file):
9415         * printing.el (pr-interactive-n-up):
9416         * play/animate.el (animate-birthday-present):
9417         * net/rcompile.el (remote-compile):
9418         * man.el (man, Man-goto-section, Man-follow-manual-reference):
9419         * mail/rmailsum.el (rmail-summary-search-backward)
9420         (rmail-summary-search):
9421         * mail/rmailout.el (rmail-output-read-rmail-file-name)
9422         (rmail-output-read-file-name):
9423         * mail/rmail.el (rmail-search, rmail-search-backwards):
9424         * mail/mailabbrev.el (merge-mail-abbrevs, rebuild-mail-abbrevs):
9425         * locate.el (locate):
9426         * international/quail.el (quail-show-keyboard-layout):
9427         * international/mule.el (set-buffer-file-coding-system)
9428         (revert-buffer-with-coding-system, set-file-name-coding-system)
9429         (set-terminal-coding-system, set-keyboard-coding-system)
9430         (set-next-selection-coding-system):
9431         * international/mule-diag.el (describe-coding-system)
9432         (describe-font, describe-fontset):
9433         * international/mule-cmds.el (universal-coding-system-argument)
9434         (search-unencodable-char, describe-input-method)
9435         (set-language-environment, describe-language-environment):
9436         * international/codepage.el (codepage-setup):
9437         * international/code-pages.el (codepage-setup):
9438         * info.el (Info-search, Info-follow-reference)
9439         (Info-search-backward):
9440         * emacs-lisp/advice.el (ad-read-advised-function)
9441         (ad-read-advice-class, ad-clear-cache, ad-activate)
9442         (ad-deactivate, ad-update, ad-unadvise, ad-read-advice-name)
9443         (ad-enable-advice, ad-disable-advice, ad-remove-advice)
9444         (ad-read-regexp):
9445         * ediff-util.el (ediff-toggle-regexp-match):
9446         * ediff-ptch.el (ediff-prompt-for-patch-file):
9447         * dired-aux.el (dired-diff):
9448         * diff.el (diff):
9449         * cus-edit.el (custom-variable-prompt):
9450         * calendar/timeclock.el (timeclock-ask-for-project):
9451         * calc/calcalg3.el (calc-get-fit-variables):
9452         * calc/calc-store.el (calc-edit-variable)
9453         (calc-permanent-variable):
9454         * vc-mcvs.el (vc-mcvs-register):
9455         * shadowfile.el (shadow-define-literal-group):
9456         * woman.el (woman-file-name):
9457         * vc.el (vc-version-diff, vc-merge):
9458         * textmodes/reftex-index.el (reftex-index-complete-tag):
9459         * format.el (format-decode-buffer, format-decode-region):
9460         * emulation/viper-cmd.el (viper-read-string-with-history):
9461         * emacs-lisp/debug.el (cancel-debug-on-entry):
9462         * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
9463         * ediff.el (ediff-merge-revisions)
9464         (ediff-merge-revisions-with-ancestor, ediff-revision):
9465         * completion.el (interactive-completion-string-reader):
9466         * calc/calc-prog.el (calc-user-define-formula):
9467         Follow convention for reading with the minibuffer.
9469 2005-09-24  Steven Huwig  <steven_h@acm.org>  (tiny change)
9471         * progmodes/python.el (python-describe-symbol): Add globals() and
9472         locals() to the arguments of emacs.ehelp.
9474 2005-09-24  Magnus Henoch  <mange@freemail.hu>
9476         * textmodes/ispell.el (ispell-maybe-find-aspell-dictionaries):
9477         New function, code extracted from ispell-valid-dictionary-list.
9478         (ispell-valid-dictionary-list, ispell-accept-buffer-local-defs):
9479         Call it.
9481 2005-09-24  Eli Zaretskii  <eliz@gnu.org>
9483         * subr.el (version-regexp-alist): Extend valid syntax for version
9484         strings: allow any of the characters -,_,+ to separate the
9485         alpha/beta/rc part from the version part.  Doc fix.
9486         (version-to-list): Doc fix.  Bind case-fold-search to t, as advertised.
9488 2005-09-23  David Reitter  <david.reitter@gmail.com>
9490         * mail/mailclient.el: New file.
9492 2005-09-23  Richard M. Stallman  <rms@gnu.org>
9494         * textmodes/flyspell.el (flyspell-highlight-incorrect-region)
9495         (flyspell-incorrect-hook, flyspell-highlight-duplicate-region):
9496         Doc fixes.
9498         * progmodes/cc-mode.el (c-font-lock-init):
9499         Specify font-lock-lines-before.
9501 2005-09-23  Stefan Monnier  <monnier@iro.umontreal.ca>
9503         * smerge-mode.el (smerge-remove-props): Cause re-highlighting of the
9504         whole conflict.
9506 2005-09-23  Carsten Dominik  <dominik@science.uva.nl>
9508         * textmodes/org.el (org-mode-map, orgtbl-mode-map):
9509         Move keybindings with `C-c C-h' prefix to `C-c C-x' prefix.  Make use
9510         of `remap' feature when available.  Additional key bindings for
9511         better tty support.
9512         (org-mode-restart, org-force-self-insert): New commands.
9513         (org-time-stamp-inactive): New command.
9514         (org-remap): New function.
9515         (org-table-auto-blank-field, org-level-color-stars-only): New options.
9516         (org-enable-fixed-width-editor): Move to `org-structure'
9517         customization group.
9518         (org-self-insert-command, orgtbl-self-insert-command): Modify to
9519         blank field after field motion commands.
9521 2005-09-23  Kenichi Handa  <handa@m17n.org>
9523         * international/mule-cmds.el (set-language-environment):
9524         Don't check utf-translate-cjk-lang-env is nil or not on deciding if we
9525         have to call utf-translate-cjk-load-tables.
9527 2005-09-22  Stefan Monnier  <monnier@iro.umontreal.ca>
9529         * mouse.el (mouse-move-drag-overlay): Fix last change.
9531 2005-09-22  David Ponce  <david@dponce.com>
9533         * tree-widget.el (tree-widget-value-create): Fix previous change.
9535 2005-09-21  Dan Nicolaescu  <dann@ics.uci.edu>
9537         * term/xterm.el (terminal-init-xterm): Fix loading rxvt at run time.
9539 2005-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
9541         * mouse.el (mouse-move-drag-overlay): New function.
9542         (mouse-drag-region-1): Use it.
9543         Try to simplify a bit the state handling.  Handle clicks on links
9544         inside intangible areas.
9545         (mouse-save-then-kill): Minor simplification.
9546         (mouse-secondary-overlay): Make it always non-nil instead of
9547         recreating it each time.
9548         (mouse-start-secondary, mouse-set-secondary, mouse-drag-secondary)
9549         (mouse-kill-secondary, mouse-secondary-save-then-kill):
9550         Simplify accordingly.
9552 2005-09-21  Dan Nicolaescu  <dann@ics.uci.edu>
9554         * term/rxvt.el (rxvt-standard-colors): Fix some colors.
9556 2005-09-20  Michael Kifer  <kifer@cs.stonybrook.edu>
9558         * ediff-ptch.el (ediff-prompt-for-patch-file): More intuitive prompt.
9559         (ediff-file-name-sans-prefix): Treat nil as an empty string.
9560         (ediff-fixup-patch-map): Better heuristic for intuiting the file names
9561         to patch.
9563         * ediff-util.el: Use insert-buffer-substring.
9565         * ediff-vers.el (cvs-run-ediff-on-file-descriptor): Bug fix.
9567         * emulation/viper-cmd.el (viper-change-state): Don't move over the
9568         field boundaries in the minibuffer.
9569         (viper-set-minibuffer-style): Add viper-minibuffer-post-command-hook.
9570         (viper-minibuffer-post-command-hook): New hook.
9571         (viper-line): Don't move cursor at bolp.
9573         * emulation/viper-ex.el (ex-pwd, viper-info-on-file): Fix message.
9575         * emulation/viper-init.el: Add alias to make-variable-buffer-local to
9576         avoid compiler warnings.
9578         * emulation/viper-macs.el (ex-map): Better messages.
9580         * emulation/viper-utils.el (viper-beginning-of-field): New function.
9582         * emulation/viper.el: Replace make-variable-buffer-local with
9583         viper-make-variable-buffer-local everywhere, to avoid warnings.
9585 2005-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
9587         * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line):
9588         Delete unused var `old-selected-window'.
9589         (mouse-drag-region-1): Delete unused vars `start-frame', `end-of-range'.
9590         (mouse-drag-secondary): Delete unused var `start-frame'.
9592 2005-09-19  Emanuele Giaquinta  <emanuele.giaquinta@gmail.com>  (tiny change)
9594         * term/rxvt.el (terminal-init-rxvt): Add entry for [end].
9596 2005-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
9598         * calendar/calendar.el (mark-visible-calendar-date): Save excursion.
9599         Re-indent within 80 columns.  Use inhibit-read-only.
9601 2005-09-19  Romain Francoise  <romain@orebokech.com>
9603         * calendar/diary-lib.el (mark-diary-entries): Revert last change.
9605 2005-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
9607         * font-lock.el (font-lock-default-fontify-region): Don't add a line
9608         unconditionally, since the after-change-function already did it.
9610 2005-09-19  Miles Bader  <miles@gnu.org>
9612         * net/newsticker.el: Get rid of CVS keyword.
9614 2005-09-19  Johan Bockg\e,Ae\e(Brd  <bojohan+sf@dd.chalmers.se>
9616         * dired-aux.el (dired-handle-overwrite): Don't use `format' here.
9617         The prompt is formatted later.
9619 2005-09-19  David Ponce  <david@dponce.com>
9621         * tree-widget.el (tree-widget-value-create): Save the converted
9622         tree :node widget.
9624 2005-09-19  Juanma Barranquero  <lekktu@gmail.com>
9626         * progmodes/sh-script.el (sh-blink): Fix spurious reference to
9627         variable `message'.
9629 2005-09-18  Michael Albinus  <michael.albinus@gmx.de>
9631         * net/tramp.el (tramp-login-prompt-regexp): Expand regexp in order
9632         to cover prompts like "login as:".  Reported by Slawomir Nowaczyk
9633         <slawomir.nowaczyk.847@student.lu.se>.
9635 2005-09-18  Chong Yidong  <cyd@stupidchicken.com>
9637         * image.el (image-load-path): Use symbol `data-directory' instead
9638         of its value, for backward compatibility with packages that bind
9639         it during `find-image'.  Suggested by Katsumi Yamaoka.
9640         (image-search-load-path): Handle symbols whose values are strings.
9642 2005-09-18  Romain Francoise  <romain@orebokech.com>
9644         * calendar/diary-lib.el (mark-diary-entries): Rearrange to wrap
9645         with-current-buffer form in save-excursion.
9647 2005-09-18  D Goel  <deego@gnufans.org>
9649         * apropos.el (apropos-command): Fix `message' call: first arg
9650         should be a format spec.  In this and all other cases that appear
9651         below and elsewhere in the source code, I made a change only when
9652         two conditions were satisfied: [1] I can think of a possibility
9653         that the arguments would cause an error, for example, the code in
9654         question relies on external variables such as filenames.  [2] I
9655         was sure that the arg to `message' could not have been nil in the code.
9657         * textmodes/tildify.el (tildify-region): Ditto.
9659         * textmodes/reftex-index.el (reftex-index-change-entry)
9660         (reftex-index-phrase-selection-or-word, reftex-query-index-phrase):
9661         * textmodes/reftex-dcr.el (reftex-echo-ref, reftex-echo-cite):
9662         * textmodes/org.el (org-complete, org-deadline, org-schedule)
9663         (org-priority, org-table-sum):
9664         * textmodes/ispell.el (ispell-check-version, ispell-parse-output):
9665         * textmodes/flyspell.el (flyspell-mode-on, flyspell-notify-misspell)
9666         (flyspell-word, flyspell-display-next-corrections):
9667         * textmodes/bibtex.el (bibtex-print-help-message):
9668         * textmodes/artist.el (artist-key-set-point-poly):
9669         * term/mac-win.el (mac-services-insert-text):
9670         * progmodes/vhdl-mode.el (vhdl-warning, vhdl-print-warnings)
9671         (vhdl-hooked-abbrev, vhdl-template-insert-fun)
9672         (vhdl-port-paste-testbench, vhdl-compose-new-component)
9673         (vhdl-compose-configuration):
9674         * progmodes/sh-script.el (sh-blink, sh-show-indent)
9675         (sh-set-indent, sh-learn-line-indent):
9676         * progmodes/ps-mode.el (ps-mode-target-column):
9677         * progmodes/idlwave.el (idlwave-make-tags)
9678         (idlwave-scan-library-catalogs):
9679         * progmodes/idlw-shell.el (idlwave-shell-parse-stack-and-display):
9680         * progmodes/gud.el (gud-jdb-analyze-source):
9681         * progmodes/flymake.el (flymake-log):
9682         * progmodes/ebnf2ps.el (ebnf-generate-region):
9683         * progmodes/cmacexp.el (c-macro-expansion):
9684         * progmodes/ada-xref.el (ada-treat-cmd-string):
9685         * progmodes/ada-mode.el (ada-create-case-exception-substring)
9686         (ada-justified-indent-current, ada-batch-reformat):
9687         * play/zone.el (zone):
9688         * play/landmark.el (lm-move):
9689         * play/decipher.el (decipher-show-alphabet):
9690         * net/newsticker.el (newsticker--display-jump)
9691         (newsticker--display-scroll):
9692         * mail/rmail-spam-filter.el (rsf-add-subject-to-spam-list)
9693         (rsf-add-sender-to-spam-list, rsf-add-region-to-spam-list):
9694         * mail/feedmail.el (feedmail-dump-message-to-queue):
9695         * eshell/esh-proc.el (eshell-remove-process-entry):
9696         * emulation/ws-mode.el (ws-last-error):
9697         * emulation/viper-macs.el (ex-map-read-args, ex-unmap-read-args)
9698         (viper-record-kbd-macro):
9699         * emulation/viper-ex.el (ex-pwd, viper-info-on-file):
9700         * emacs-lisp/lisp-mnt.el (lm-report-bug):
9701         * emacs-lisp/find-func.el (find-function-noselect):
9702         * calendar/timeclock.el (timeclock-status-string)
9703         (timeclock-workday-remaining-string, timeclock-workday-elapsed-string)
9704         (timeclock-when-to-leave-string):
9705         * calendar/icalendar.el (icalendar--convert-ical-to-diary):
9706         * calc/calc-units.el (calc-enter-units-table):
9707         * calc/calc-mode.el (calc-mode-record-mode):
9708         * woman.el (woman-mini-help):
9709         * wdired.el (wdired-change-to-wdired-mode):
9710         * vc.el (vc-retrieve-snapshot):
9711         * strokes.el (strokes-read-stroke, strokes-read-complex-stroke):
9712         * startup.el (display-startup-echo-area-message):
9713         * simple.el (set-goal-column):
9714         * ses.el (ses-command-hook, ses-recalculate-cell):
9715         * server.el (server-process-filter):
9716         * printing.el (pr-interface-txt-print, pr-interface-printify)
9717         (pr-interface-ps):
9718         * pcvs.el (cvs-help):
9719         * log-edit.el (log-edit, log-edit-mode-help):
9720         * iswitchb.el (iswitchb-possible-new-buffer):
9721         * isearch.el (isearch-edit-string):
9722         * image-mode.el (image-mode, image-minor-mode):
9723         * ibuf-macs.el (define-ibuffer-filter):
9724         * hi-lock.el (hi-lock-find-patterns):
9725         * files.el (toggle-read-only):
9726         * ediff-util.el (ediff-copy-diff)
9727         (ediff-write-merge-buffer-and-maybe-kill):
9728         * echistory.el (Electric-history-undefined):
9729         * dnd.el (dnd-insert-text):
9730         * dired-aux.el (dired-query):
9731         * desktop.el (desktop-restore-file-buffer, desktop-lazy-create-buffer):
9732         * bookmark.el (bookmark-bmenu-locate):
9733         * obsolete/fast-lock.el (@top-level) <with-temp-message macro>:
9734         Fix `message' calls to ensure first arg is a format string.
9735         The change was made only when these two conditions were satisfied:
9736         [1] when there is a possibility that the arguments would cause an error
9737         for example, if the code in question relies on external variables
9738         such as filenames, and
9739         [2] if the arg to `message' could not have been nil in the code.
9741         * pcomplete.el (pcomplete--help): Fix `message' format spec.
9742         Not having a %s would be weird, though not technically wrong.
9744 2005-09-18  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
9746         * term/mac-win.el (mac-add-charset-info): Doc fix.
9748 2005-09-17  Romain Francoise  <romain@orebokech.com>
9750         * shell.el (shell-resync-dirs): Handle echoing processes more
9751         reliably.  Don't insert resync command if `comint-process-echoes'
9752         is non-nil.
9754 2005-09-17  Magnus Henoch  <mange@freemail.hu>
9756         * textmodes/ispell.el (ispell-aspell-supports-utf8): New variable.
9757         (ispell-check-version): Set ispell-aspell-supports-utf8 to t for
9758         aspell versions >= 0.60.
9759         (ispell-valid-dictionary-list): Call ispell-find-aspell-dictionaries
9760         only if ispell-aspell-supports-utf8 is non-nil.
9762 2005-09-17  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
9764         * progmodes/scheme.el (scheme-mode-variables): Use setq to assign
9765         buffer-local value to lisp-indent-function.
9767 2005-09-17  Milan Zamazal  <pdm@zamazal.org>
9769         * progmodes/glasses.el (glasses-make-readable): If
9770         glasses-separator differs from underscore, put appropriate
9771         overlays over underscore characters.
9772         (glasses-convert-to-unreadable): If glasses-separator differs from
9773         underscore, try to convert glasses-separator characters to
9774         underscores.
9776 2005-09-16  Stefan Monnier  <monnier@iro.umontreal.ca>
9778         * calendar/diary-lib.el (mark-diary-entries): Don't move point.
9779         Use with-syntax-table and dolist.
9781 2005-09-16  Carsten Dominik  <dominik@science.uva.nl>
9783         * textmodes/reftex-auc.el:
9784         * textmodes/reftex-cite.el:
9785         * textmodes/reftex-dcr.el:
9786         * textmodes/reftex-global.el:
9787         * textmodes/reftex-parse.el:
9788         * textmodes/reftex-ref.el:
9789         * textmodes/reftex-sel.el:
9790         * textmodes/reftex-toc.el:
9791         * textmodes/reftex-vars.el:
9792         * textmodes/reftex.el: Small changes to remove compiler warnings.
9794         * textmodes/reftex-index.el: Likewise.
9795         (reftex-query-index-phrase): More efficient use of markers.
9797 2005-09-15  Chong Yidong  <cyd@stupidchicken.com>
9799         * image.el (image-load-path): New variable.
9800         (image-search-load-path): New function.
9801         (find-image): Search for images in `image-load-path'.
9803 2005-09-15  Richard M. Stallman  <rms@gnu.org>
9805         * follow.el: Change Maintainer field.
9807 2005-09-15  David Ponce  <david@dponce.com>
9809         * recentf.el (recentf-save-file-modes): New option.
9810         (recentf-save-list): Use it.
9812 2005-09-15  Nick Roberts  <nickrob@snap.net.nz>
9814         * bindings.el (mode-line-eol-desc, mode-line-coding-system-map)
9815         (mode-line-mule-info, mode-line-modified): Move bindings from
9816         mouse-3 to mouse-1.
9818 2005-09-15  Chong Yidong  <cyd@stupidchicken.com>
9820         * simple.el (sendmail-user-agent-compose): Revert last change.
9822 2005-09-14  Stefan Monnier  <monnier@iro.umontreal.ca>
9824         * net/ange-ftp.el (ange-ftp-process-filter): Revert to ^#+$.
9825         Use with-current-buffer.
9826         (ange-ftp-gwp-start): Remove unused var `gw-user'.
9827         (ange-ftp-guess-hash-mark-size): Remove unused var `result'.
9828         (ange-ftp-insert-directory): Remove unused var `short'.
9829         (ange-ftp-file-name-sans-versions): Remove unused var `host-type'.
9831         * pcvs-defs.el (cvs-version): Recognize CVSNT version string.
9832         (cvs-execute-single-dir): Change default: cvs-1.9 is ancient.
9834         * calendar/cal-menu.el: Don't require easymenu, since we don't use it.
9835         (check-calendar-holidays, diary-list-entries): Autoload.
9836         Otherwise `emacs -q' followed by "mouse-2 -> diary entries" burps.
9837         (calendar-mouse-holidays, calendar-mouse-view-diary-entries): Simplify.
9839         * calendar/diary-lib.el (diary-show-all-entries): Fix last change,
9840         which mistakenly removed a call to display-buffer.
9842 2005-09-14  Juanma Barranquero  <lekktu@gmail.com>
9844         * obsolete/iso-insert.el: Move to obsolete/ from international/.
9846 2005-09-14  Thien-Thi Nguyen  <ttn@gnu.org>
9848         * progmodes/hideshow.el
9849         (hs-hide-comments-when-hiding-all): Remove autoload cookie.
9850         (hs-allow-nesting): New user var.
9851         (hs-discard-overlays): Skip "internal" overlays if nesting allowed.
9852         (hs-hide-block-at-point): When nesting allowed,
9853         if there is already an overlay in place, delete it.
9854         (hs-safety-is-job-n): Delete func; remove call sites.
9855         (hs-hide-level-recursive): Don't pre-clean if nesting allowed.
9856         (hs-overlay-at): New func.
9857         (hs-already-hidden-p, hs-show-block): Use it.
9858         (hs-hide-all): Don't pre-clean if nesting allowed.
9859         (hs-show-all): Temporarily disallow
9860         nesting around call to `hs-discard-overlays'.
9862 2005-09-14  Chong Yidong  <cyd@stupidchicken.com>
9864         * mouse.el (mouse-major-mode-menu): Make `prefix' optional.
9865         Delete unused local var.
9867 2005-09-13  Juanma Barranquero  <lekktu@gmail.com>
9869         * help-fns.el (describe-categories): "?\ " -> "?\s".
9870         (help-do-arg-highlight): Recognize also ARG-n, as in
9871         `move-to-left-margin' (ARG+n is already recognized).  Simplify.
9873         * international/codepage.el (dos-unsupported-char-glyph):
9874         * net/newsticker.el (tool-bar-map, w3-mode-map)
9875         (w3m-minor-mode-map):
9876         * progmodes/vhdl-mode.el (conf-alist, conf-entry, conf-key)
9877         (ent-alist):
9878         * textmodes/reftex-vars.el (reftex-tables-dirty): Add defvars.
9880 2005-09-13  Chong Yidong  <cyd@stupidchicken.com>
9882         * custom.el (custom-push-theme): Handle the case where a symbol is
9883         bound but face properties have not yet been assigned.
9885         * mail/sendmail.el (mail): Use new buffer if `noerase' is `new'.
9886         Fix behavior if noerase is `t' and there is no mail buffer.
9888         * simple.el (sendmail-user-agent-compose): Use a new mail buffer
9889         if `continue' is nil, rather than signal an error.
9891 2005-09-12  Richard M. Stallman  <rms@gnu.org>
9893         * font-lock.el (font-lock-keywords): Add autoload.
9895         * help-fns.el (describe-variable): Rearrange to put source link
9896         in a predictable place.
9898         * net/newsticker.el: New file.
9900 2005-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
9902         * calendar/calendar.el (calendar-for-loop): Add edebug info.
9903         (calendar-basic-setup): Use the new nil arg.
9904         (number-of-diary-entries): Move to diary-lib.el.
9906         * calendar/diary-lib.el: Use with-current-buffer, match-string.
9907         (diary-list-entries): Use with-syntax-table and dolist.
9908         Rename from list-diary-entries.
9909         Use number-of-diary-entries if `number' is nil.
9910         (diary, diary-view-entries): Use this new name and new nil arg value.
9911         (number-of-diary-entries): Move from calendar.el.
9912         (diary-unhide-everything): New function.
9913         (include-other-diary-files, fancy-diary-display)
9914         (diary-show-all-entries, make-diary-entry): Use it.
9915         (diary-mail-entries): Use buffer-string.
9916         (mark-diary-entries): Fix long standing paren typo.
9917         (diary-sexp-entry): Use count-lines.
9918         (make-diary-entry): Avoid `previous-line'.
9919         (diary-mode-map): New var.
9920         (diary-mode): Redraw cal after saving.  Setup header-line.
9921         (fancy-diary-display-mode): Use local-set-key.
9923         * startup.el (command-line): Try calling various terminal-init-foo-bar
9924         functions by stripping hyphenated suffixes from $TERM.
9926         * files.el (normal-mode): Check boundness of font-lock-keywords.
9928 2005-09-12  Richard M. Stallman  <rms@gnu.org>
9930         * progmodes/compile.el: Don't decide a file's directory
9931         until the user actually tries to go there.
9932         (compilation-next-error-function):
9933         Pass compilation-find-file the directory from the file-struct.
9934         (compilation-internal-error-properties): Separate local FILE-STRUCT
9935         from FILE.  Doc the args better.  Rename arg FMT to FMTS.
9936         (compilation-find-file): Arg DIR renamed to DIRECTORY.
9937         Expand it, and if nil, use default-directory.
9938         (compilation-get-file-structure): Don't mix specified directory
9939         with default directory.  Put specified directory into
9940         file-struct.  Don't make the file name absolute.
9942         * progmodes/compile.el (compilation-error-regexp-alist): Doc fix.
9943         (compile-command): Add autoload.
9944         (compilation-disable-input): Add autoload.
9946 2005-09-11  Stephen Gildea  <gildea@stop.mail-abuse.org>
9948         * time-stamp.el: Mention variable `time-stamp-pattern' in doc
9949         strings of the variables it can override.
9950         (time-stamp): New (as yet undocumented) time-stamp-format escapes
9951         %Q and %q, for fully-qualified domain name and unqualified host name.
9953 2005-09-11  Kim F. Storm  <storm@cua.dk>
9955         * emacs-lisp/authors.el (authors-aliases): Update list.
9956         (authors-fixed-entries): Update mldrag.el entry.
9958 2005-09-10  Alan Mackenzie  <acm@muc.de>
9960         * page.el (narrow-to-page): Exclude _entire_ multi-line delimiter
9961         from the region narrowed to.
9963 2005-09-10  Magnus Henoch  <mange@freemail.hu>
9965         * textmodes/ispell.el (ispell-check-version): Signal an error if
9966         aspell version is less than 0.60.
9968 2005-09-10  Pascal Dupuis  <Pascal.Dupuis@esat.kuleuven.be>  (tiny change)
9970         * progmodes/octave-inf.el (inferior-octave-startup):
9971         Resync current dir at the end.
9973 2005-09-10  Emilio C. Lopes  <eclig@gmx.net>
9975         * woman.el (woman-topic-at-point-default):
9976         Rename to woman-use-topic-at-point-default.
9977         (woman-topic-at-point): Rename to woman-use-topic-at-point.
9978         (woman-file-name): Reflect renames above.  Automatically use the
9979         word at point as topic if woman-use-topic-at-point is non-nil.
9980         Otherwise offer it as default but don't insert it in the
9981         minibuffer.  Also use `test-completion' instead of `assoc' as
9982         suggested by Stefan Monnier.
9984 2005-09-10  Andre Spiegel  <spiegel@gnu.org>
9986         * vc.el (vc-directory, vc-update-change-log): Throw an error on
9987         the attempt to do it over Tramp.  This is not yet supported.
9989 2005-09-10  Eli Zaretskii  <eliz@gnu.org>
9991         * menu-bar.el (menu-bar-menu-frame-live-and-visible-p)
9992         (menu-bar-non-minibuffer-window-p): New functions.
9993         ("Split Window", "Save As..."): Use them.
9994         ("Postscript Print Buffer (B+W)", "Postscript Print Buffer")
9995         ("Print Buffer", "Truncate Long Lines in this Buffer"):
9996         Use menu-bar-menu-frame-live-and-visible-p.
9997         ("Save Buffer", "Insert File", "Open Directory...")
9998         ("Open File...", "Visit New File..."):
9999         Use menu-bar-non-minibuffer-window-p.
10000         (kill-this-buffer-enabled-p, dired <menu-enable>):
10001         Use menu-bar-non-minibuffer-window-p.
10003 2005-09-09  Eli Zaretskii  <eliz@gnu.org>
10005         * cus-start.el (all): Don't complain about fringe-related
10006         built-ins if fringes are not supported.  Ditto about
10007         selection-related built-ins.  Fix the test for GTK-related built-ins.
10009         * menu-bar.el ("Split Window", "Postscript Print Buffer (B+W)")
10010         ("Postscript Print Buffer", "Print Region", "Save As...")
10011         ("Save", "Insert File...", "Open Directory...")
10012         ("Open File...", "Visit New File..."")
10013         ("Truncate Long Lines in this Buffer"): Don't look at
10014         menu-updating-frame if this display does not support multiple frames.
10016 2005-09-09  Frederik Fouvry  <fouvry@CoLi.Uni-SB.DE>
10018         * mail/sendmail.el (default-sendmail-coding-system): Doc fix.
10020 2005-09-09  Emilio Lopes  <eclig@gmx.net>
10022         * woman.el: Format- and whitespace-related changes.
10024 2005-09-09  Eli Zaretskii  <eliz@gnu.org>
10026         * woman.el: Fix my email address.
10028 2005-09-08  Richard M. Stallman  <rms@gnu.org>
10030         * progmodes/sh-script.el (sh-skeleton-pair-default-alist): New var.
10031         (sh-mode): Locally set skeleton-pair-default-alist.
10033         * progmodes/make-mode.el (makefile-add-log-defun): Trim the result.
10035         * progmodes/flymake.el: Require `compile' unconditionally.
10037         * mail/sendmail.el (send-mail-function): Add Mailclient alternative.
10039         * woman.el (woman-file-name): Provide a default, not initial input.
10041         * smerge-mode.el (smerge-resolve): Pass args to smerge-remove-props.
10043         * font-lock.el (font-lock-support-mode): Doc fix.
10045         * descr-text.el (describe-property-list): Handle non-symbol prop names.
10047 2005-09-08  Richard M. Stallman  <rms@gnu.org>
10049         * simple.el (blink-matching-open): Get rid of text props from
10050         the string shown in echo area.  Don't permanently set point.
10051         Some rearrangements.
10053 2005-09-08  Reiner Steib  <Reiner.Steib@gmx.de>
10055         * recentf.el (recentf-filename-handler): Add custom choice
10056         `abbreviate-file-name'.
10058         * msb.el (msb--very-many-menus): Fix typo.
10060         * disp-table.el (standard-display-european): Don't set
10061         enable-multibyte-characters to nil.
10063 2005-09-08  David Ponce  <david@dponce.com>
10065         * recentf.el (recentf-show-file-shortcuts-flag): New option.
10066         (recentf-expand-file-name): Doc fix.
10067         (recentf-dialog-mode-map): Define digit shortcuts.
10068         (recentf--files-with-key): New variable.
10069         (recentf-show-digit-shortcut-filter): New function.
10070         (recentf-open-files-items): New function.
10071         (recentf-open-files): Use it.
10072         (recentf-open-file-with-key): New command.
10074 2005-09-08  Chong Yidong  <cyd@stupidchicken.com>
10076         * buff-menu.el (Buffer-menu-sort-by-column): New function.
10077         Suggested by Kim F. Storm.
10078         (Buffer-menu-sort-button-map): Global keymap for sort buttons.
10079         (Buffer-menu-make-sort-button): Use global keymap.
10081 2005-09-07  Michael Albinus  <michael.albinus@gmx.de>
10083         * woman.el (top): Remap `man' command by `woman' in `woman-mode-map'.
10084         (Man-getpage-in-background-advice): Remove defadvice; it isn't
10085         necessary any longer with the remapped command.
10086         (Man-bgproc-sentinel-advice): Remove defadvice which counts
10087         formatting time only.
10089         * net/tramp.el (tramp-action-password)
10090         (tramp-multi-action-password): Compile the password prompt from
10091         `method', `user' and `host'.  Sometimes it isn't obvious which
10092         password to enter, for example with remote files offered by
10093         recentf.el, or with multiple steps.  Suggested by Robert Marshall
10094         <robert@chezmarshall.freeserve.co.uk>.
10096 2005-09-07  Stefan Monnier  <monnier@iro.umontreal.ca>
10098         * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
10099         Fix regexp for when "s///" is at the beginning of line.
10101 2005-09-07  Jay Belanger  <belanger@truman.edu>
10103         * calc/calc-poly.el (math-expand-term): Multiply out any powers
10104         when in matrix mode.
10106 2005-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
10108         * buff-menu.el (Buffer-menu-make-sort-button): Add docstrings, use
10109         non-anonymous functions.
10111 2005-09-06  Chong Yidong  <cyd@stupidchicken.com>
10113         * buff-menu.el (Buffer-menu-make-sort-button): Allow mouse-1 clicks
10114         when using a header line.  Otherwise, use mouse-1-click-follows-link.
10116         * mouse.el (mouse-drag-header-line): Do nothing if the header-line
10117         can't be moved; don't signal an error.
10119 2005-09-05  Chong Yidong  <cyd@stupidchicken.com>
10121         * cus-theme.el (custom-theme-write-faces): Save the current face
10122         spec, not the defface spec.
10124         * custom.el (custom-known-themes): Clarify meaning of "standard".
10125         (custom-push-theme): Save old values in the standard theme.
10126         (disable-theme): Correct typo.
10127         (custom-face-theme-value) Deleted unused function.
10128         (custom-theme-recalc-face): Rewritten to treat enable/disable properly.
10130 2005-09-05  Stefan Monnier  <monnier@iro.umontreal.ca>
10132         * progmodes/compile.el (compilation-goto-locus): Take into account
10133         iconified frames when determining whether the buffer is
10134         already visible.
10135         Don't reset window height if the window already existed.
10137 2005-09-04  Chong Yidong  <cyd@stupidchicken.com>
10139         * custom.el (load-theme): Rename from require-theme.
10140         Add interactive spec.
10141         (enable-theme): Rename from custom-enable-theme.
10142         Add interactive spec.
10143         (disable-theme): Rename from custom-disable-theme.
10144         Add interactive spec.
10145         (custom-make-theme-feature): Doc fix.
10146         (custom-theme-directory): Doc fix.
10147         (provide-theme): Call enable-theme.
10149 2005-09-02  Stefan Monnier  <monnier@iro.umontreal.ca>
10151         * obsolete/lazy-lock.el (lazy-lock-mode):
10152         * obsolete/fast-lock.el (fast-lock-mode): Don't try to turn on
10153         font-lock-mode if it's off.  Print a warning instead.
10155         * progmodes/compile.el (compilation-start): Ignore errors if the
10156         process died before we get to send-eof.
10158         * textmodes/tex-mode.el (tex-send-tex-command, tex-bibtex-file):
10159         Undo last change.  Enclosing the result in quotes broke things on Unix
10160         since tex-send-command passes it through shell-quote-argument.
10161         (tex-send-command): Pass `file' through convert-standard-filename
10162         when possible.
10163         (tex-uptodate-p): Handle the case where TeX hasn't put additional
10164         info in a transcript.
10166 2005-09-02  Dan Nicolaescu  <dann@ics.uci.edu>
10168         * term/xterm.el (terminal-init-xterm): Add eval-when-compile to
10169         fix compilation warning.  Reorder the key definitions to group
10170         together keys emitted by the current version of xterm.
10172         * progmodes/vhdl-mode.el (vhdl-highlight-faces)
10173         (vhdl-speedbar-entity-face, vhdl-speedbar-entity-selected-face):
10174         Reorder predicates to correct min-color usage.
10176 2005-09-01  Chong Yidong  <cyd@stupidchicken.com>
10178         * longlines.el (longlines-mode): Inhibit read-only when encoding.
10179         Kill local variables when longlines-mode is turned off.
10181 2005-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
10183         * international/mule-cmds.el (set-locale-environment): Soothe compiler.
10185         * obsolete/lazy-lock.el (lazy-lock) <defgroup>: Move from font-lock.el.
10187         * obsolete/fast-lock.el (fast-lock) <defgroup>: Move from font-lock.el.
10189         * font-lock.el (fast-lock, lazy-lock) <defgroup>: Remove.
10190         (font-lock-lines-before): Change default to being inactive.
10191         (font-lock-default-fontify-region): Obey font-lock-lines-before.
10192         (font-lock-after-change-function): Don't handle f-l-lines-before here.
10194 2005-08-31  Michael Albinus  <michael.albinus@gmx.de>
10196         * net/tramp.el (tramp-handle-make-auto-save-file-name):
10197         Deactivate temporarily advice if active (not needed for Emacs 22,
10198         but for backwards compatibility).
10199         (tramp-exists-file-name-handler): Rewrite.  First implementation
10200         was too simple.
10201         (tramp-advice-make-auto-save-file-name):
10202         Call `tramp-handle-make-auto-save-file-name' (again, just for
10203         backwards compatibility).
10205 2005-08-31  Reto Zimmermann  <reto@gnu.org>
10207         * progmodes/vhdl-mode.el
10208         (vhdl-update-sensitivity-list): Handle multi-dimensional array access.
10209         (vhdl-end-p): Fix indentation bug "else" after "-- when".
10210         (vhdl-set-default-project): New function (easier setting of default).
10211         (vhdl-port-copy): Handle extended identifiers for generics.
10212         (vhdl-compiler-alist): Better description for error message regexp.
10213         (vhdl-make): Query for target, use previous as default.
10214         (vhdl-port-copy): Fix port copy for port names starting with "signal".
10215         (vhdl-font-lock-keywords-2): Fix fontification for record
10216         el. assign.
10217         (vhdl-speedbar-make-subpack-line): Add package body link.
10218         (vhdl-generate-makefile-1): Not include itself as dependency.
10219         (vhdl-font-lock-init): Highlight c-preprocessor directives.
10220         (vhdl-*ward-syntactic-ws): Skip c-preprocessor directives.
10221         (vhdl-get-syntactic-context): Handle c-preprocessor directives.
10222         (vhdl-update-sensitivity-list): Start scan at opening parenthesis.
10223         (vhdl-fixup-whitespace-region): Fix jumping point (infinite loop).
10224         (vhdl-update-sensitivity-list-buffer): Add string argument for `error'.
10225         (vhdl-import-project): Add string argument for `error'.
10226         (vhdl-compose-configuration)
10227         (vhdl-compose-configuration-architecture): Add configuration
10228         declaration generation.
10229         (vhdl-scan-directory-contents): Scan for block/generate hierarchy.
10230         (vhdl-trailer-re): Add "record" keyword (better indentation).
10231         (vhdl-fixup-whitespace-region): "[^ \t\"-]+" instead of
10232         "[^ \t-\"]+".
10233         (vhdl-font-lock-keywords-2): Not highlight formal parameter after `|'.
10234         (vhdl-testbench-entity-file-name)
10235         (vhdl-testbench-architecture-file-name): Allow separate
10236         customization of testbench file names.
10237         (vhdl-beginning-of-block): Handle optional subprogram parameter list.
10238         (vhdl-get-visible-signals): Allow newline within alias declaration.
10239         (vhdl-update-sensitivity-list): Signal read only on certain attributes.
10240         (vhdl-fixup-whitespace-region): Fix bug with strings (double quotes).
10241         (member-ignore-case): Alias for missing function in XEmacs.
10242         (vhdl-compiler-alist): Add unit-to-file name mapping for Cadence NC.
10243         (vhdl-update-sensitivity-list): Ignore case on read signals.
10244         (vhdl-replace-string): Adjust case only for file names.
10245         (vhdl-update-sensitivity-list): Fix search for read signals.
10246         (vhdl-update-sensitivity-list): Exclude formal parameters.
10247         (vhdl-get-visible-signals): Include aliases of signals.
10248         (vhdl-get-visible-signals): Fix signal name searching.
10249         (vhdl-port-flatten, vhdl-port-reverse-direction): Better message.
10250         (vhdl-fixup-whitespace-region): Fix for character
10251         literals (e.g. `:').
10253 2005-08-31  Juanma Barranquero  <lekktu@gmail.com>
10255         * ansi-color.el (comint-last-output-start):
10256         * bs.el (font-lock-verbose):
10257         * diff-mode.el (add-log-buffer-file-name-function):
10258         * dired-x.el (vm-folder-directory):
10259         * faces.el (help-xref-stack-item):
10260         * files.el (font-lock-keywords):
10261         * find-lisp.el (dired-buffers, dired-subdir-alist):
10262         * ido.el (cua-inhibit-cua-keys):
10263         * log-view.el (cvs-minor-wrap-function):
10264         * outline.el (font-lock-warning-face):
10265         * simple.el (compilation-current-error):
10266         * speedbar.el (ange-ftp-path-format, efs-path-regexp)
10267         (font-lock-keywords, x-pointer-hand2, x-pointer-top-left-arrow):
10268         * tooltip.el (comint-prompt-regexp):
10269         * w32-fns.el (explicit-shell-file-name):
10270         * term/mac-win.el (mac-charset-info-alist)
10271         (mac-services-selection, mac-system-script-code):
10272         * term/tty-colors.el (msdos-color-values):
10273         * term/w32-win.el (xlfd-regexp-registry-subnum):
10274         * term/x-win.el (x-keysym-table, x-selection-timeout)
10275         (x-session-id, x-session-previous-id):
10276         * textmodes/ispell.el (mail-yank-prefix):
10277         * textmodes/makeinfo.el (tex-end-of-header, tex-start-of-header):
10278         * textmodes/org.el (calc-embedded-close-formula)
10279         (calc-embedded-open-formula)
10280         (font-lock-unfontify-region-function):
10281         * textmodes/reftex-global.el (isearch-next-buffer-function)
10282         (TeX-master):
10283         * textmodes/reftex.el (font-lock-keywords):
10284         * textmodes/tex-mode.el (font-lock-comment-face)
10285         (font-lock-doc-face):
10286         * textmodes/texinfo.el (outline-heading-alist):
10287         Add defvars.
10289         * textmodes/artist.el (x-pointer-crosshair): Add defvar.
10290         (artist-spray-chars, artist-mode-init, artist-replace-string)
10291         (artist-select-erase-char, artist-vap-find-endpoints-horiz)
10292         (artist-vap-find-endpoints-vert, artist-vap-find-endpoints-swne)
10293         (artist-vap-find-endpoints-nwse): "?\ " -> "?\s".
10295         * textmodes/conf-mode.el (outline-heading-end-regexp): Add defvar.
10296         (conf-align-assignments): "?\ " -> "?\s".
10298         * textmodes/reftex-index.el (TeX-master): Add defvar.
10299         (reftex-index-phrases-marker): Move up defvar.
10301         * textmodes/reftex-toc.el (zmacs-regions): Add defvar.
10302         (reftex-toc-include-labels-indicator)
10303         (reftex-toc-include-index-indicator)
10304         (reftex-toc-max-level-indicator): Move up declarations.
10306         * net/tramp.el (tramp-handle-make-auto-save-file-name): Pass list
10307         of args to `tramp-run-real-handler', even if it's empty in this case.
10309 2005-08-31  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
10311         * dired.el (dired-move-to-filename-regexp): Add date format for
10312         Mac OS X 10.3 in East Asian locales.
10314 2005-08-31  Michael Albinus  <michael.albinus@gmx.de>
10316         * files.el (make-auto-save-file-name): Add file name handler call
10317         if applicable.
10319         * net/tramp.el (tramp-file-name-handler-alist)
10320         (tramp-file-name-for-operation): Add `make-auto-save-file-name'.
10321         (tramp-handle-make-auto-save-file-name): Rename from
10322         `tramp-make-auto-save-file-name'.
10323         (tramp-exists-file-name-handler): New defun.
10324         (tramp-advice-make-auto-save-file-name): Make defadvice only when
10325         `make-auto-save-file-name' is not a magic file name operation.
10327 2005-08-30  Richard M. Stallman  <rms@gnu.org>
10329         * files.el (risky-local-variable-p):
10330         Match `-predicates' and `-commands.
10332         * cus-edit.el (custom-buffer-sort-alphabetically): Default to t.
10333         (custom-save-all): Visit the file if necessary;
10334         kill the buffer if we created it.
10335         (custom-save-delete): Don't visit file or kill buffer here.
10337 2005-08-30  Carsten Dominik  <dominik@science.uva.nl>
10339         * textmodes/org.el (org-special-keyword): New face.
10340         (org-table-copy-down, org-table-eval-formula)
10341         (org-table-recalculate, org-init-section-numbers):
10342         Use `string-to-number' instead of `string-to-int'.
10343         (org-get-location): Use `insert-buffer-substring' instead of
10344         `insert-buffer'.
10345         (org-modify-diary-entry-string): New function.
10346         (org-get-entries-from-diary): Set the hook for `add-to-diary-list'.
10347         (org-disable-agenda-to-diary): Rename from `org-disable-diary'.
10348         (org-toggle-fixed-width-section): Use QUOTE keyword if there is no
10349         active region.
10350         (org-export-as-html): Handle QUOTE keyword.
10351         (org-quote-string): New option.
10352         (org-bookmark-jump-unhide): New function, used for
10353         `bookmark-after-jump-hook'.
10354         (org-diary-default-entry): Apply only when not called through
10355         `org-agenda'.
10357 2005-08-30  Juanma Barranquero  <lekktu@gmail.com>
10359         * net/eudc.el (mode-popup-menu):
10360         * play/handwrite.el (ps-printer-name, ps-lpr-command):
10361         * progmodes/ada-mode.el (compile-auto-highlight)
10362         (skeleton-further-elements):
10363         * progmodes/autoconf.el (font-lock-syntactic-keywords):
10364         * progmodes/cmacexp.el (msdos-shells):
10365         * progmodes/compile.el (font-lock-extra-managed-props)
10366         (font-lock-keywords, font-lock-maximum-size)
10367         (font-lock-support-mode):
10368         * progmodes/grep.el (font-lock-lines-before):
10369         * progmodes/idlw-complete-structtag.el (idlwave-completion-help-info):
10370         * progmodes/mixal-mode.el (compile-command):
10371         * progmodes/perl-mode.el (font-lock-comment-face)
10372         (font-lock-doc-face, font-lock-string-face):
10373         * progmodes/prolog.el (comint-prompt-regexp):
10374         * progmodes/sh-script.el (font-lock-comment-face)
10375         (font-lock-set-defaults, font-lock-string-face):
10376         * progmodes/sql.el (font-lock-keyword-face)
10377         (font-lock-set-defaults, font-lock-string-face):
10378         * progmodes/vhdl-mode.el (compilation-file-regexp-alist)
10379         (itimer-version, lazy-lock-defer-contextually)
10380         (lazy-lock-defer-on-scrolling, lazy-lock-defer-on-the-fly):
10381         Add defvars.
10383         * progmodes/cperl-mode.el (cperl-electric-lbrace)
10384         (cperl-electric-keyword, cperl-electric-pod)
10385         (cperl-electric-backspace, cperl-forward-re)
10386         (cperl-fix-line-spacing, cperl-fill-paragraph): "?\ " -> "?\s".
10387         (vc-rcs-header, vc-sccs-header): Add defvars.
10389         * progmodes/fortran.el (fortran-indent-to-column): "?\ " -> "?\s".
10390         (font-lock-syntactic-keywords, gud-find-expr-function):
10391         Add defvars.
10393         * progmodes/gdb-ui.el (tool-bar-map): Add defvar.
10394         (gdb-frame-parameters): Declare before use.
10396         * progmodes/gud.el (gdb-active-process, gdb-define-alist)
10397         (gdb-macro-info, gdb-server-prefix, gdb-show-changed-values)
10398         (gdb-var-changed, gdb-var-list, tool-bar-map): Add defvars.
10399         (gud-expr-compound-sep, gud-expr-compound): "?\ " -> "?\s".
10401         * progmodes/idlw-help.el (browse-url-generic-args): Add defvar.
10402         (idlwave-help-with-source): Use `insert-buffer-substring', not
10403         `insert-buffer'.
10405 2005-08-29  Juri Linkov  <juri@jurta.org>
10407         * outline.el (hide-entry, hide-leaves, outline-toggle-children):
10408         Put outline-back-to-heading function call inside save-excursion.
10410 2005-08-29  Juanma Barranquero  <lekktu@gmail.com>
10412         * man.el (Man-init-defvars, Man-translate-references)
10413         (Man-support-local-filenames, Man-highlight-references):
10414         * progmodes/sql.el (sql-interactive-mode):
10415         * shell.el (shell-mode, shell-resync-dirs): Fix typos in docstrings.
10417         * emacs-lisp/checkdoc.el (compilation-error-regexp-alist)
10418         (compilation-mode-font-lock-keywords): Add defvars.
10419         (checkdoc-interactive-loop): "?\ " -> "?\s".
10421         * emacs-lisp/lisp-mode.el (font-lock-comment-face)
10422         (font-lock-doc-face, font-lock-string-face)
10423         (font-lock-keywords-case-fold-search): Add defvars.
10424         (emacs-lisp-mode-syntax-table): "?\ " -> "?\s".
10426         * obsolete/sun-fns.el (mouse-select-or-drag-move-point):
10427         Don't pass X and Y (they are ignored anyway).
10428         (mouse-set-mark, mouse-select-window, mouse-delete-other-windows)
10429         (mouse-delete-window): Make arguments optional.
10431         * obsolete/rnews.el (news-add-news-group): Don't use `end-of-line'.
10432         (caesar-translate-table, minor-modes, news-buffer-save)
10433         (news-group-name, news-minor-modes): Add defvars.
10435         * emacs-lisp/lselect.el (mouse-highlight-priority)
10436         (x-lost-selection-functions, zmacs-regions):
10437         * emacs-lisp/pp.el (font-lock-verbose):
10438         * emacs-lisp/syntax.el (font-lock-beginning-of-syntax-function):
10439         * emacs-lisp/tcover-ses.el (ses-initial-global-parameters)
10440         (ses-mode-map):
10441         * emacs-lisp/tcover-unsafep.el (safe-functions):
10442         * international/mule-cmds.el (mac-system-coding-system)
10443         (mac-system-locale):
10444         * language/ethio-util.el (rmail-current-message)
10445         (rmail-message-vector):
10446         * language/thai-util.el (thai-auto-composition-mode):
10447         * mail/metamail.el (rmail-current-message, rmail-message-vector):
10448         * mail/mspools.el (rmail-inbox-list, vm-crash-box)
10449         (vm-folder-directory, vm-init-file, vm-init-file-loaded)
10450         (vm-primary-inbox, vm-spool-files):
10451         * mail/rmail.el (deleted-head, font-lock-fontified)
10452         (mail-abbrev-syntax-table, mail-abbrevs, messages-head)
10453         (rmail-use-spam-filter, rsf-beep, rsf-sleep-after-message)
10454         (total-messages):
10455         * mail/rmail-spam-filter.el (bbdb/mail_auto_create_p)
10456         (rmail-summary-mode-map):
10457         * mail/rmailkwd.el (rmail-buffer, rmail-current-message)
10458         (rmail-last-label, rmail-last-multi-labels)
10459         (rmail-summary-vector, rmail-total-messages):
10460         * mail/rmailmsc.el (rmail-current-message, rmail-inbox-list):
10461         * mail/rmailsum.el (msgnum):
10462         * mail/uce.el (gnus-original-article-buffer, mail-reply-buffer)
10463         (rmail-current-message):
10464         * obsolete/fast-lock.el (font-lock-face-list):
10465         * obsolete/rnewspost.el (mail-reply-buffer):
10466         * obsolete/scribe.el (compile-command):
10467         * obsolete/x-menu.el (x-process-mouse-hook): Add defvars.
10469 2005-08-28  John Paul Wallington  <jpw@gnu.org>
10471         * ibuf-ext.el (ibuffer-auto-update-changed):
10472         Use `frame-or-buffer-changed-p' to check whether we need to update.
10473         (ibuffer-auto-mode): Don't advise `get-buffer-create' and
10474         `kill-buffer'.  Initialise `ibuffer-auto-buffers-changed'
10475         as a `frame-or-buffer-changed-p' state vector instead.
10477 2005-08-27  Romain Francoise  <romain@orebokech.com>
10479         * textmodes/makeinfo.el (makeinfo-compile):
10480         Use `compilation-start'.  Set `next-error-function' according to
10481         `disable-errors'.
10482         (makeinfo-next-error): New function.
10483         (makeinfo-region): Adjust to new `makeinfo-compile' prototype.
10484         (makeinfo-buffer): Likewise.
10486         * progmodes/compile.el (compilation-start): Add autoload cookie.
10488         * progmodes/antlr-mode.el: Don't autoload `compilation-start'.
10489         * textmodes/sgml-mode.el: Likewise.
10490         * progmodes/python.el: Likewise.
10492 2005-08-27  Eli Zaretskii  <eliz@gnu.org>
10494         * simple.el (blink-matching-paren-distance): Document the meaning
10495         of nil value, and allow to customize to nil.
10497         * eshell/esh-ext.el (eshell-windows-shell-file): Look for
10498         command.com, not command.exe.
10500 2005-08-26  John Wiegley  <johnw@newartisans.com>
10502         * eshell/esh-cmd.el (eshell-rewrite-named-command): Change the
10503         code around a bit so that an extraneous nil argument is not added
10504         to a command when no args are given.
10506         * eshell/esh-arg.el (eshell-parse-double-quote): If a
10507         double-quoted argument resolves to nil, return it as an empty
10508         string rather than as nil.  This made it impossible to pass "" to
10509         a shell script as a null string argument.
10511 2005-08-26  Stefan Monnier  <monnier@iro.umontreal.ca>
10513         * outline.el (outline-invent-heading): New fun.
10514         (outline-promote, outline-demote): Use it.
10515         (outline-move-subtree-down): Remove unused vars `re' and `txt'.
10516         (outline-end-of-subtree): Remove unused var `opoint'.
10518 2005-08-26  David Reitter  <david.reitter@gmail.com>
10520         * menu-bar.el (truncate-lines, write-file, print-buffer)
10521         (ps-print-buffer-faces, ps-print-buffer, split-window):
10522         Disable menu items when the frame they refer to is invisible, or when
10523         they refer to a buffer and the minibuffer is selected.
10525 2005-08-26  Pavel Kobiakov  <pk_at_work@yahoo.com>
10527         * progmodes/flymake.el (flymake-highlight-err-lines):
10528         Use save-excursion around flymake-highlight-line to preserve point.
10530 2005-08-26  Eli Zaretskii  <eliz@gnu.org>
10532         * progmodes/octave-mod.el: Change Author and Maintainer address.
10533         (octave-maintainer-address): Change Kurt's email address.
10534         * progmodes/octave-inf.el: Change Author and Maintainer address.
10535         * progmodes/octave-hlp.el: Change Author and Maintainer address.
10537 2005-08-26  Kim F. Storm  <storm@cua.dk>
10539         * subr.el (version-list-<, version-list-<=, version-list-=):
10540         Rename from integer-list-*.
10541         (version-list-not-zero): Likewise.  Fix while loop.
10542         (version=): Use version-list-= instead of string-equal.
10544 2005-08-26  Richard M. Stallman  <rms@gnu.org>
10546         * outline.el (outline-promote): Try shortening the heading.
10547         As last resort, read the heading to use.
10548         (outline-demote): As last resort, read the heading to use.
10550 2005-08-26  Romain Francoise  <romain@orebokech.com>
10552         * progmodes/compile.el (compilation-start): Doc fix.
10554         * progmodes/antlr-mode.el (antlr-default): Fix defface form.
10555         (antlr-font-lock-additional-keywords): Fix reference to
10556         `antlr-font-lock-literal-regexp' erroneously changed during the
10557         mass face rename.
10558         (antlr-run-tool): Use `compilation-start'.
10560         * textmodes/sgml-mode.el (sgml-validate): Use `compilation-start'
10561         instead of the obsolete `compile-internal'.
10563 2005-08-26  Juanma Barranquero  <lekktu@gmail.com>
10565         * calendar/cal-bahai.el (date, displayed-month, displayed-year)
10566         (number, original-date):
10567         * calendar/cal-china.el (date):
10568         * calendar/cal-coptic.el (date):
10569         * calendar/cal-french.el (date):
10570         * calendar/cal-hebrew.el (date, entry, number, original-date):
10571         * calendar/cal-islam.el (date, number, original-date):
10572         * calendar/cal-iso.el (date):
10573         * calendar/cal-julian.el (date):
10574         * calendar/cal-mayan.el (date):
10575         * calendar/cal-menu.el (date, event):
10576         * calendar/cal-persia.el (date):
10577         * calendar/lunar.el (date):
10578         * calendar/solar.el (date): Add defvars.
10580         * emerge.el:
10581         * ibuffer.el:
10582         * info-xref.el:
10583         * obsolete/bg-mouse.el:
10584         * obsolete/sun-curs.el:
10585         * obsolete/swedish.el: Move the `defvar's to the top level.
10587         * smerge-mode.el (smerge-refined-change): Add :group.
10589 2005-08-25  Stefan Monnier  <monnier@iro.umontreal.ca>
10591         * smerge-mode.el (smerge-remove-props): Make the args non-optional.
10592         (smerge-keep-n): Remove props.
10593         (smerge-keep-base, smerge-keep-other, smerge-keep-mine)
10594         (smerge-keep-current, smerge-kill-current): Don't remove props anymore
10595         now that it's done in smerge-keep-n.
10596         (smerge-refined-change): New face.
10597         (smerge-refine-chopup-region, smerge-refine-highlight-change)
10598         (smerge-refine): New funs.
10599         (smerge-basic-map): Bind smerge-refine.
10601 2005-08-25  Juri Linkov  <juri@jurta.org>
10603         * progmodes/grep.el (grep, grep-mode): Make buffer-local variables
10604         compilation-process-setup-function and compilation-disable-input
10605         in grep-mode instead of let-bindings in grep.
10607         * menu-bar.el (menu-bar-options-menu, menu-bar-options-save):
10608         Delete "Automatic File De/compression" (auto-compression-mode).
10610 2005-08-25  Juanma Barranquero  <lekktu@gmail.com>
10612         * obsolete/bg-mouse.el: Move to obsolete/ from term/.
10613         Silence warning about non-existent variable.
10615 2005-08-25  Richard M. Stallman  <rms@gnu.org>
10617         * menu-bar.el (menu-bar-describe-menu): Delete "What's New".
10618         Rename "Describe Key" to "Describe Key or Mouse Operation".
10620         * mail/mailalias.el (build-mail-aliases): Delete comments
10621         from the contents before processing them.
10623         * isearch.el (isearch-edit-string): Erase the Search prompt
10624         if user enters an empty string and there is no default.
10626         * comint.el (comint-file-name-prefix): Add autoload.
10628 2005-08-25  Joe Corneli  <jcorneli@math.utexas.edu>
10630         * subr.el (play-sound): Rearrange to avoid warning.
10632 2005-08-25  Carsten Dominik  <dominik@science.uva.nl>
10634         * calendar/diary-lib.el (diary-modify-entry-list-string-function):
10635         New hook.
10636         (add-to-diary-list): Call `diary-modify-entry-list-string-function'
10638 2005-08-24  Stefan Monnier  <monnier@iro.umontreal.ca>
10640         * emacs-lisp/easy-mmode.el (define-minor-mode): Simplify.
10642         * custom.el (custom-theme-set-variables): Sort minor modes last.
10644 2005-08-24  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
10646         * subr.el (version-separator, version-regexp-alist): New vars used by
10647         version comparison funs.
10648         (integer-list-<, integer-list-=, integer-list-<=)
10649         (integer-list-not-zero): New funs for integer list comparison.
10650         (version-to-list, version=, version<, version<=): New funs for version
10651         comparison.
10653 2005-08-24  Juanma Barranquero  <lekktu@gmail.com>
10655         * emerge.el (merge-begin, merge-end, template, A-begin, A-end)
10656         (B-begin, B-end, diff, diff-vector, valid-diff): Defvar at compile
10657         time to silence the byte-compiler.
10659         * ibuffer.el (ibuffer-compile-make-eliding-form)
10660         (ibuffer-check-formats): Use `with-no-warnings' to hide references
10661         to `ibuffer-elide-long-columns' (which is defined on ibuffer.el,
10662         so it's silly to get warnings for it).
10663         (ibuffer-auto-mode, ibuffer-cached-filter-formats)
10664         (ibuffer-compiled-filter-formats, ibuffer-filter-format-alist)
10665         (ibuffer-filter-group-kill-ring, ibuffer-filter-groups)
10666         (ibuffer-filtering-qualifiers, ibuffer-hidden-filter-groups)
10667         (ibuffer-inline-columns, ibuffer-show-empty-filter-groups)
10668         (ibuffer-tmp-hide-regexps, ibuffer-tmp-show-regexps):
10669         Defvar at compile time.
10670         (ibuffer-compiled-formats, ibuffer-cached-eliding-string)
10671         (ibuffer-cached-formats, ibuffer-cached-elide-long-columns):
10672         Declare them before use.
10674         * info-xref.el (info-xref-xfile-alist, info-xref-filename-heading)
10675         (info-xref-good, info-xref-bad): Defvar at compile time.
10677         * obsolete/mlsupport.el (filter-region, execute-monitor-command):
10678         Use `let*' instead of `let'.
10680         * obsolete/sun-curs.el (icon-edit, *mouse-window*, *mouse-x*)
10681         (*mouse-y*, menu, char): Defvar at compile time.
10682         (sc::menu): Declare it before use.
10683         (sc::pack-one-line): Use `let', not `let*'.
10685         * obsolete/swedish.el (news-inews-hook, news-group-hook-alist)
10686         (mail-send-hook): Defvar at compile time.
10688         * term/bg-mouse.el (bg-mouse-x, bg-mouse-y, bg-cursor-window):
10689         Defvar at compile time.
10691         * term/sun-mouse.el (current-global-mousemap)
10692         (current-local-mousemap): Declare them before use.
10694 2005-08-24  Carsten Dominik  <dominik@science.uva.nl>
10696         * bookmark.el (bookmark-after-jump-hook): New hook.
10697         (bookmark-jump): Run `bookmark-after-jump-hook'.
10699 2005-08-23  Juri Linkov  <juri@jurta.org>
10701         * faces.el (minibuffer-prompt): Doc fix.
10703 2005-08-23  Juanma Barranquero  <lekktu@gmail.com>
10705         * progmodes/xscheme.el: Trivial changes to silence warnings.
10706         (xscheme-previous-mode, xscheme-previous-process-state):
10707         Add defvars.
10708         (xscheme-last-input-end, xscheme-process-command-line)
10709         (xscheme-process-name, xscheme-buffer-name)
10710         (xscheme-expressions-ring-max, xscheme-expressions-ring)
10711         (xscheme-expressions-ring-yank-pointer, xscheme-running-p)
10712         (xscheme-control-g-synchronization-p)
10713         (xscheme-control-g-disabled-p, xscheme-string-receiver)
10714         (default-xscheme-runlight, xscheme-runlight)
10715         (xscheme-runlight-string, xscheme-process-filter-state)
10716         (xscheme-allow-output-p, xscheme-prompt, xscheme-mode-string):
10717         Move to beginning of file.
10718         (scheme-interaction-mode-commands-alist)
10719         (scheme-interaction-mode-map, scheme-debugger-mode-map):
10720         Declare them before use.  Note: the initialization code for the variables
10721         has not been moved because it uses functions that reference the variables.
10722         (xscheme-control-g-message-string, xscheme-process-filter-alist)
10723         (xscheme-prompt-for-expression-map): Declare them before use.
10724         (scheme-debugger-mode-commands): "?\ " -> "?\s".
10726 2005-08-23  Ed Swarthout  <ed.swarthout@gmail.com>  (tiny change)
10728         * hexl.el (hexl-print-current-point-info): Fix simple spelling error.
10730 2005-08-22  Juri Linkov  <juri@jurta.org>
10732         * faces.el (set-face-underline): Delete this duplicate function
10733         and make an obsolete alias to set-face-underline-p.
10734         (set-face-underline-p): Use docstring of set-face-underline.
10735         (describe-face): Create hyperlink to parent face.
10737         * info.el (Info-insert-dir): Use save-excursion around
10738         insert-buffer-substring.
10739         (Info-isearch-search): Use LITERAL arg of replace-regexp-in-string.
10740         (Info-escape-percent): Delete function.
10741         (Info-fontify-node): Replace Info-escape-percent by
10742         replace-regexp-in-string with REP arg set to lambda that
10743         duplicates `%' and preserves text properties.
10745         * progmodes/compile.el (compilation-disable-input): Doc fix.
10746         (define-compilation-mode): Doc fix and refill.
10747         (kill-compilation): Use `mode-name' in the error message.
10748         (compilation-find-file): Use `compilation-error' in the
10749         read-file-name's prompt.
10751 2005-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
10753         * smerge-mode.el (smerge-basic-map): Bind smerge-combine-with-next.
10754         (smerge-auto-leave): Make undo re-enable the mode.
10755         (debug-ignored-errors): Add the user-error of impossible resolution.
10756         (smerge-resolve): Move things around a bit, in preparation for later.
10757         (smerge-diff): Don't fail if the buffer has no associated file.
10758         (ediff-ancestor-buffer, ediff-quit-hook): Quieten byte-compiler.
10759         (smerge-conflict-overlay): New function.
10760         (smerge-match-conflict): Don't add text properties here.
10761         (smerge-find-conflict): Instead, add an overlay here.
10762         Also check for the case where we're inside a conflict already, so as to
10763         obviate the need for font-lock-multiline, which is unbearably slow with
10764         large conflicts and ciomplex font-lock patterns.
10765         (smerge-remove-props): Remove overlay rather than text-properties.
10766         (smerge-mode): Don't set font-lock-multiline.
10767         Remove overlays when turned off.
10769 2005-08-21  Kim F. Storm  <storm@cua.dk>
10771         * ido.el (ido-ignore-item-p): Use save-match-data.
10772         Bind case-fold-search to ido-case-fold locally.
10774 2005-08-20  Richard M. Stallman  <rms@gnu.org>
10776         * files.el (normal-mode): If font lock is on, turn it off and on.
10778         * subr.el (replace-regexp-in-string): Doc fix.
10780         * startup.el (command-line-1): Don't suppress startup screen
10781         due to existing processes.
10783         * progmodes/grep.el (grep): Bind compilation-disable-input to t.
10785         * progmodes/compile.el (compilation-disable-input): Default to nil.
10787 2005-08-20  Kevin Rodgers  <ihs_4664@yahoo.com>  (tiny change)
10789         * progmodes/compile.el (compilation-disable-input): New defcustom.
10790         (compilation-start): If compilation-disable-input is non-nil, send
10791         EOF to the compilation process.
10793 2005-08-20  Eli Zaretskii  <eliz@gnu.org>
10795         * textmodes/tex-mode.el (tex-bibtex-file, tex-send-tex-command):
10796         Run the argument of tex-shell-cd-command through
10797         convert-standard-filename, to get the correct style of slashes on
10798         Windows, and enclose the result in quotes, in case the file name
10799         includes whitespace or other special characters.
10801 2005-08-19  Andreas Schwab  <schwab@suse.de>
10803         * progmodes/gud.el (gud-kill-buffer-hook): Don't kill unrelated
10804         process.
10806 2005-08-18  Luc Teirlinck  <teirllm@auburn.edu>
10808         * cus-start.el (minibuffer-prompt-properties): Correct typo.
10810 2005-08-18  Kim F. Storm  <storm@cua.dk>
10812         * scroll-lock.el: Fix errors due to incorrect line wrapping.
10814 2005-08-18  Richard M. Stallman  <rms@gnu.org>
10816         * scroll-lock.el: New file.
10818 2005-08-18  Thien-Thi Nguyen  <ttn@gnu.org>
10820         * dired.el (dired-move-to-end-of-filename):
10821         Handle fifo as rendered by "ls -lF": Don't include trailing "|".
10823 2005-08-18  Kim F. Storm  <storm@cua.dk>
10825         * ido.el (ido-everywhere): Fix defcustom :set function to disable
10826         rather than toggle mode when custom value is nil.
10827         (ido-everywhere): Fix defun doc string.
10829 2005-08-17  Richard M. Stallman  <rms@gnu.org>
10831         * cus-start.el (minibuffer-prompt-properties): Use "Don't Enter"
10832         as tag instead of "Inviolable".
10834 2005-08-17  Kim F. Storm  <storm@cua.dk>
10836         * windmove.el (windmove-coordinates-of-position): Remove.
10837         (windmove-coordinates-of-window-position): Remove.
10838         (windmove-reference-loc): Use posn-at-point instead.
10840         * subr.el (insert-for-yank-1): Doc fix.
10842         * ido.el (ido-enter-matching-directory): Rename from
10843         ido-enter-single-matching-directory.  Change `slash' choice to
10844         `only'.  Add `first' choice.
10845         (ido-exhibit): Adapt to above changes.
10847 2005-08-16  Luc Teirlinck  <teirllm@auburn.edu>
10849         * Makefile.in: Expand comment about building loaddefs.el.
10851 2005-08-16  Nick Roberts  <nickrob@snap.net.nz>
10853         * progmodes/gdb-ui.el (toggle-gdb-use-inferior-io-buffer):
10854         Comment use of defadvice.
10856         * progmodes/gud.el (gud-jump): Rework for gdb-ui.
10858 2005-08-15  Dan Nicolaescu  <dann@ics.uci.edu>
10860         * buff-menu.el, compare-w.el, emacs-lisp/testcover.el,
10861         * play/gomoku.el, play/mpuz.el, progmodes/flymake.el,
10862         * progmodes/gdb-ui.el, progmodes/idlw-help.el,
10863         * progmodes/idlw-shell.el, progmodes/ld-script.el,
10864         * progmodes/which-func.el, ruler-mode.el, strokes.el,
10865         * textmodes/sgml-mode.el, textmodes/table.el: Do not use face-alias
10866         for backward compatibility for faces that did not appear in the
10867         previous Emacs release.
10869         * simple.el (next-error-follow-minor-mode): Fix init value and lighter.
10871 2005-08-15  Kim F. Storm  <storm@cua.dk>
10873         * emulation/cua-base.el (cua-delete-region): Return t if
10874         deleted region was non-empty.
10875         (cua-replace-region): Inhibit overwrite-mode for
10876         self-insert-command if replaced region was non-empty.
10877         (cua--explicit-region-start, cua--status-string): Make them
10878         buffer-local at top-level...
10879         (cua-mode): ...rather than when mode is enabled.
10881 2005-08-15  Thien-Thi Nguyen  <ttn@gnu.org>
10883         * progmodes/vhdl-mode.el (vhdl-emacs-21):
10884         Set t for Emacs 21, 22, and so on.
10886 2005-08-15  David Ponce  <david@dponce.com>
10888         * tree-widget.el: Update Commentary header.
10889         (tree-widget-theme): Doc fix.
10890         (tree-widget-space-width): New option.
10891         (tree-widget-image-properties): Look up in the default theme too.
10892         (tree-widget--cursors): Only for images with arrow pointer shape.
10893         (tree-widget-lookup-image): Pointer shape is hand by default.
10894         (tree-widget-icon): Rename generic icon widget from
10895         `tree-widget-control'.
10896         (tree-widget-*-icon): Rename from `tree-widget-*-control' and
10897         derive from `tree-widget-icon'.
10898         (tree-widget-handle): Improve default look and feel of the text
10899         representation.
10900         (tree-widget): Rename :*-control properties to :*-icon properties.
10901         Add :action and :help-echo properties.
10902         (tree-widget-after-toggle-functions): Move.
10903         (tree-widget-close-node, tree-widget-open-node): Remove.
10904         (tree-widget-before-create-icon-functions): New hook.
10905         (tree-widget-value-create): Update to allow customization of icons
10906         and nodes at run-time via that new hook.
10907         (tree-widget-icon-create, tree-widget-leaf-node-icon-p)
10908         (tree-widget-icon-action, tree-widget-icon-help-echo)
10909         (tree-widget-action, tree-widget-help-echo): New functions.
10911 2005-08-15  Kim F. Storm  <storm@cua.dk>
10913         * ido.el (ido-buffer-internal): Use with-no-warnings.
10914         (ido-make-merged-file-list): Use while-no-input.
10916 2005-08-15  Richard M. Stallman  <rms@gnu.org>
10918         * textmodes/flyspell.el (flyspell-mark-duplications-flag): Doc fix.
10919         (flyspell-large-region): Fix doc and custom type.
10921 2005-08-14  Richard M. Stallman  <rms@gnu.org>
10923         * files.el (interpreter-mode-alist): Doc fix.
10925         * mail/rmail.el (rmail-nonignored-headers): New variable.
10926         (rmail-clear-headers): Use it.
10927         (rmail-reply): Better handling of mail-followup-to header.
10929         * progmodes/sh-script.el (sh-font-lock-keywords-var):
10930         Rename variable from sh-font-lock-keywords.  In the `shell' entry,
10931         don't try to refer to executable-font-lock-keywords.
10932         (sh-font-lock-keywords-var-1): Rename from sh-font-lock-keywords-1.
10933         (sh-font-lock-keywords-var-2): Rename from sh-font-lock-keywords-2.
10934         (sh-font-lock-keywords): Append executable-font-lock-keywords here.
10935         (sh-mode): Set comment-start-skip, local-abbrev-table,
10936         imenu-case-fold-search.
10937         (sh-set-shell): Don't set them here.
10938         (sh-feature): Simplify.  Get rid of the eval-a-variable feature.
10939         Don't cache the results in the original alist; don't ever modify
10940         that alist.
10942         * textmodes/flyspell.el (flyspell-mode): Autoload a defvar.
10944         * textmodes/ispell.el (lookup-words): Cope with case where ARGS is
10945         empty.
10947 2005-08-15  Andreas Schwab  <schwab@suse.de>
10949         * desktop.el: Put autoload cookie at risky-local-variable declarations.
10951         * dired.el, info.el, mail/rmail.el: Revert last change.
10953 2005-08-14  Thien-Thi Nguyen  <ttn@gnu.org>
10955         * dired.el: Fix dependency bug: Wrap `desktop-buffer-mode-handlers'
10956         modification in `eval-after-load' form.
10957         * info.el: Likewise.
10958         * mail/rmail.el: Likewise.
10960 2005-08-14  Juri Linkov  <juri@jurta.org>
10962         * progmodes/compile.el (compilation-mode-font-lock-keywords):
10963         Remove highlighting of "Compilation started".  Highlight only
10964         the word "finished" in "Compilation finished".  Add highlighting
10965         of "interrupt", "killed", "terminated" and the exit code.
10966         (compilation-start): Add newline after header.  Use exactly the
10967         same time stamp format as the finishing message.
10968         (compilation-mode-map): Add ellipsis to "Search Files (grep)".
10970         * progmodes/grep.el (grep-mode-map): Add ellipsis to "Another grep".
10971         (grep-mode-font-lock-keywords): Don't highlight "Grep started".
10972         Add highlighting of "interrupt", "killed", "terminated".
10974         * delsel.el (delete-selection-pre-hook): If overwrite-mode is
10975         enabled and the current command is self-insert-command, call it
10976         explicitly with overwrite-mode bound to nil, to not allow it
10977         to delete the character after the selected region.
10979 2005-08-12  Matt Hodges  <MPHodges@member.fsf.org>
10981         * emacs-lisp/eldoc.el: Add move-beginning-of-line,
10982         move-end-of-line, end-of-line, and beginning-of-line to the list
10983         of commands after which the echo area is updated.
10985 2005-08-12  Eli Zaretskii  <eliz@gnu.org>
10987         * cus-edit.el (custom-save-all, custom-save-delete):
10988         Bind recentf-exclude to exclude custom-file.
10990 2005-08-12  Ehud Karni  <ehud@unix.mvs.co.il>
10992         * mail/rmailsum.el (rmail-summary-end-of-message): New command
10993         to go to the bottom of the mail message.  Added to
10994         `rmail-summary-mode-map' with key "/".
10995         (rmail-summary-show-message): New (internal) function for use by
10996         both `rmail-summary-beginning/end-of-message'.
10997         (rmail-summary-beginning-of-message): Change to use
10998         rmail-summary-show-message.
11000         * mail/rmail.el (rmail-end-of-message): New command to go to the
11001         end of the current message.  Added to `rmail-mode-map' with key "/".
11002         (rmail-beginning-of-message): Fix to work as documented.
11003         (rmail-mode): Change documentation.
11005         * progmodes/compile.el (compilation-start): Add the line
11006         "Compilation started" with compilation start time.
11007         (compilation-mode-font-lock-keywords): Add `started' to keywords.
11009 2005-08-11  Luc Teirlinck  <teirllm@auburn.edu>
11011         * menu-bar.el (menu-bar-options-menu): Standardize capitalization
11012         of menu items.
11014 2005-08-11  Richard M. Stallman  <rms@gnu.org>
11016         * simple.el (pop-global-mark): Reverse test of widen-automatically.
11018         * battery.el (battery-status-function): Don't use ignore-errors.
11020 2005-08-11  Lute Kamstra  <lute@gnu.org>
11022         * emacs-lisp/generic.el (generic-font-lock-defaults): Declare with
11023         define-obsolete-variable-alias.
11025 2005-08-11  Stefan Monnier  <monnier@iro.umontreal.ca>
11027         * net/ange-ftp.el: Use \\` and \\' instead of ^ and $ in regexps.
11028         (ange-ftp-send-cmd): Revert last change, and expand
11029         the comment explaining the problem.
11031 2005-08-10  Luc Teirlinck  <teirllm@auburn.edu>
11033         * ldefs-boot.el: Update.
11035         * menu-bar.el (menu-bar-showhide-menu): Rename "Date, Time and Mail"
11036         item to "Time, Load and Mail".  Change help echo text.
11038         * time.el (display-time-use-mail-icon, display-time-format)
11039         (display-time-string-forms): Shorten first line of docstrings.
11041 2005-08-10  Lars Hansen  <larsh@soem.dk>
11043         * desktop.el (desktop-buffer-mode-handlers):
11044         Make non-customizable.  Add autoload cookie.  Change initial value to
11045         nil; add elements in respective modules instead.  Fix doc string.
11046         (desktop-load-file): New function.
11047         (desktop-minor-mode-handlers): New autoloaded variable.
11048         (desktop-create-buffer): Call minor mode handlers.
11049         Use desktop-load-file to load major and minor mode modules prior to
11050         checking for a handler.
11051         (desktop-save): Don't add nil to desktop-minor-modes for minor
11052         modes with nil function in desktop-minor-mode-table.  Don't delete
11053         desktop file before rewriting it.
11054         (desktop-locals-to-save): Add autoload cookie.  Don't make
11055         automatically buffer-local.  Add variables column-number-mode,
11056         size-indication-mode, indent-tabs-mode,
11057         indicate-buffer-boundaries, indicate-empty-lines and
11058         show-trailing-whitespace.
11059         (desktop-clear): Allow desktop-clear-preserve-buffers to contain
11060         regexps.  Don't use desktop-clear-preserve-buffers-regexp.
11061         (desktop-clear-preserve-buffers-regexp): Delete.
11062         (desktop-clear-preserve-buffers): Update initial value and docstring.
11063         (desktop-save-buffer): Fix doc string.
11065         * hilit-chg.el: Add handler to desktop-minor-mode-handlers.
11066         (hilit-chg-desktop-restore): New function.
11067         (highlight-changes-mode): Add highlight-changes-mode to
11068         desktop-locals-to-save.
11070         * dired.el: Add handler to desktop-buffer-mode-handlers.
11071         (dired-restore-desktop-buffer): Remove autoload cookie.
11072         (dired-mode): Add autoload cookie.
11074         * info.el: Add handler to desktop-buffer-mode-handlers.
11075         (Info-restore-desktop-buffer): Remove autoload cookie.
11076         (Info-mode): Add autoload cookie.
11078         * mh-e/mh-e.el: Add handler to desktop-buffer-mode-handlers.
11079         (mh-restore-desktop-buffer): Remove autoload cookie.
11080         (mh-folder-mode): Add autoload cookie.
11082         * mail/rmail.el: Add handler to desktop-buffer-mode-handlers.
11083         (rmail-restore-desktop-buffer): Remove autoload cookie.
11085 2005-08-11  Masatake YAMATO  <jet@gyve.org>
11087         * hexl.el (hexl-address-region):
11088         (hexl-ascii-region, hexl-font-lock-keywords):
11089         (hexl-highlight-line-range): Use the term "region"
11090         instead of "area" for consistency with the other symbols
11091         defined in hexl.el.
11093 2005-08-09  Luc Teirlinck  <teirllm@auburn.edu>
11095         * menu-bar.el (menu-bar-options-save): Move `display-time-mode' to
11096         correct group: it is set with `menu-bar-make-mm-toggle' (pointed
11097         out by Juri Linkov).  Add `display-battery-mode'.
11099 2005-08-09  Juri Linkov  <juri@jurta.org>
11101         * progmodes/compile.el (compilation-mode-font-lock-keywords):
11102         Remove `-text' from face variable names.
11103         (compilation-error-file-name, compilation-warning-file-name)
11104         (compilation-info-file-name): Delete faces.
11105         (compilation-line-number, compilation-column-number):
11106         Remove face underlining.
11107         (compilation-message-face): Set to `underline' value by default.
11108         (compilation-error-face, compilation-warning-face)
11109         (compilation-info-face): Remove `-file-name' from face names.
11110         (compilation-error-text-face, compilation-warning-text-face)
11111         (compilation-info-text-face): Delete face variables.
11112         (compilation-text-face): Delete function.
11114         * progmodes/grep.el (grep-regexp-alist): Use `.+?' instead of `[^:\n]+'.
11115         (grep-mode-font-lock-keywords): Use `.+?' instead of `[^\n-]+'.
11116         (grep-error-face): Set to `compilation-error' instead of
11117         `compilation-error-face' (which is redefined to `grep-hit-face' in
11118         grep buffers).
11119         (grep-mode-font-lock-keywords): Remove `-text' from face variable
11120         names.  Use `grep-error-face' instead of `compilation-error-text-face'.
11122         * dired-aux.el (dired-do-query-replace-regexp):
11123         Use `query-replace-read-args'.
11125         * replace.el (query-replace-read-from, query-replace-read-to)
11126         (query-replace-read-args): Rename arg `string' to `prompt'.
11128         * menu-bar.el (menu-bar-showhide-menu): Add `showhide-battery'.
11130 2005-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>  (tiny change)
11132         * net/ange-ftp.el (ange-ftp-send-cmd): Make it work properly with
11133         uploading files.
11134         (ange-ftp-canonize-filename): Handle file names beginning with ~
11135         correctly.
11137 2005-08-09  Juanma Barranquero  <lekktu@gmail.com>
11139         * textmodes/fill.el (canonically-space-region)
11140         (fill-context-prefix, fill-french-nobreak-p)
11141         (fill-delete-newlines, fill-comment-paragraph)
11142         (justify-current-line): "?\ " -> "?\s".
11144 2005-08-09  Ben North  <ben@redfrontdoor.org>  (tiny change)
11146         * textmodes/fill.el (fill-nonuniform-paragraphs):
11147         Improve argument/docstring consistency.
11149 2005-08-09  Richard M. Stallman  <rms@gnu.org>
11151         * textmodes/ispell.el (ispell-word): More fboundp checks.
11153         * files.el (find-file-noselect): Don't call set-buffer-major-mode.
11154         (find-file-noselect-1): Call it here, only if RAWFILE.
11155         (normal-mode): Always set some major mode.
11156         (save-some-buffers-action-alist): Change some explanation strings.
11157         (file-name-non-special): In the `quote' method, use unwind-protect.
11159 2005-08-09  Magnus Henoch  <mange@freemail.hu>
11161         * textmodes/ispell.el (ispell-find-aspell-dictionaries): New command.
11162         (ispell-have-aspell-dictionaries): New variable.
11163         (ispell-aspell-data-dir, ispell-aspell-dict-dir): New variables.
11164         (ispell-get-aspell-config-value): New function.
11165         (ispell-aspell-find-dictionary): New function.
11166         (ispell-aspell-add-aliases): New function.
11167         (ispell-valid-dictionary-list): Call ispell-find-aspell-dictionaries if
11168         appropriate.  Don't look for ispell dictionaries if we use aspell.
11169         (ispell-menu-map): Don't build a submenu of dictionaries.
11171 2005-08-09  Richard M. Stallman  <rms@gnu.org>
11173         * progmodes/sql.el (sql-interactive-mode-map): Use fboundp.
11174         (sql-read-passwd): Use read-passwd.
11176         * progmodes/idlw-toolbar.el (idlwave-toolbar)
11177         (idlwave-toolbar-is-possible): Add defvars.
11179         * progmodes/idlw-shell.el (idlwave-xemacs-hack-mouse-track):
11180         Avoid warnings.
11182         * progmodes/idlw-rinfo.el (idlwave-system-variables-alist)
11183         (idlwave-system-class-info, idlwave-executive-commands-alist):
11184         Use defvar.
11186         * progmodes/cc-engine.el (c-guess-basic-syntax): Add autoload.
11188         * mail/supercite.el (sc-ask, sc-no-blank-line-or-header):
11189         Avoid warnings.
11191         * mail/rmail.el (rmail-ignored-headers): Don't hide mime-version:
11192         and content-type: headers.
11194         * eshell/eshell.el (eshell): Avoid warnings about eshell-mode.
11196         * emacs-lisp/map-ynp.el (map-y-or-n-p): Reorder the options
11197         and rename some of them to be more self-explanatory.
11199         * calendar/calendar.el (calendar-mode-map): Bind < and > usefully.
11201         * startup.el (command-line-1): Implement -scriptload.
11203         * replace.el (occur-engine): Initial *Occur* output not undoable.
11205         * menu-bar.el (menu-bar-file-menu): Rename some menu items
11206         and improve help strings.
11208         * isearch.el (isearch-repeat): When changing direction,
11209         mark search successful.
11211         * ediff-init.el: Use (featurep 'xemacs).
11213         * comint.el (send-invisible): Identify buffer, if not selected.
11215         * align.el: Delete autoload for c-guess-basic-syntax.
11217 2005-08-09  Juanma Barranquero  <lekktu@gmail.com>
11219         * textmodes/refbib.el (r2b-convert-record, r2b-convert-buffer):
11220         Improve argument/docstring consistency.  Doc fixes.
11221         (r2b-variables, r2bv-address, r2bv-annote, r2bv-author)
11222         (r2bv-booktitle, r2bv-date, r2bv-decade, r2bv-editor)
11223         (r2bv-entry-kind, r2bv-institution, r2bv-journal, r2bv-keywords)
11224         (r2bv-kn, r2bv-month, r2bv-note, r2bv-number, r2bv-ordering)
11225         (r2bv-organization, r2bv-pages, r2bv-primary-author)
11226         (r2bv-publisher, r2bv-school, r2bv-title, r2bv-title-first-word)
11227         (r2bv-tr, r2bv-type, r2bv-volume, r2bv-where, r2bv-year):
11228         Defvar at compile time.
11230 2005-08-09  Juri Linkov  <juri@jurta.org>
11232         * info.el: Replace `info' with upper-case `Info' where appropriate.
11233         (info-title-1, info-title-2, info-title-3, info-title-4)
11234         (info-menu-header): Move up face definitions.
11235         (info-menu-star): Rename from `info-menu-5'.
11236         (Info-fontify-node): Replace `info-menu-5' with `info-menu-star'.
11237         (Info-fontify-visited-nodes): Fix docstring.
11238         (Info-hide-note-references): Fix docstring.
11239         (Info-up, Info-next-reference, Info-prev-reference): Put cursor on
11240         menu items in the same way as on cross-references.
11241         (info-apropos): Fix sorting order and formatting to be like in the
11242         stand-alone Info browser.  Display error messages for 1 sec.
11243         (Info-mode-map): Move down `c' key binding.  Bind `^' to `Info-up'.
11244         (Info-mode-menu): Remove item for `Info-search-case-sensitively'
11245         from the menu bar.
11246         (Info-insert-dir): Restore point after calling
11247         `insert-buffer-substring'.
11249 2005-08-08  Richard M. Stallman  <rms@gnu.org>
11251         * emacs-lisp/lmenu.el (lucid-menubar-map, lucid-failing-menubar)
11252         (recompute-lucid-menubar): Add defvars.
11254         * mail/sendmail.el (mail-yank-original): Use with-no-warnings.
11256         * mail/reporter.el (reporter-dump-state): Use insert-buffer-substring.
11258         * net/net-utils.el (run-dig): Rename from `dig'.
11260         * play/gametree.el (gametree-mode): Use make-local-variable,
11261         not make-variable-buffer-local.
11263         * progmodes/ada-prj.el (ada-prj-display-page): Use with-no-warnings.
11265         * ansi-color.el (ansi-color-make-extent)
11266         (ansi-color-set-extent-face): Use fboundp, not functionp.
11268         * autorevert.el (auto-revert-tail-mode): Use make-local-variable,
11269         not make-variable-buffer-local.
11271         * bookmark.el (Info-current-file): Add defvar.
11272         (bookmark-jump-noselect): Use with-no-warnings.
11274         * completion.el (c-mode-map, fortran-mode-map): Add defvars.
11276         * ebuff-menu.el (Helper-return-blurb): Add defvar.
11278         * ffap.el (gnus-summary-buffer, gnus-article-buffer): Add defvars.
11280         * find-file.el (ada-procedure-start-regexp)
11281         (ada-package-start-regexp): Add defvars.
11283         * info.el (Info-insert-dir): Use insert-buffer-substring.
11285         * xml.el (xml-att-def-re): Add defvar.
11287         * icomplete.el (icomplete-exhibit): Adapt to new while-no-input
11288         calling convention.
11290         * subr.el (while-no-input): Return t if there is input.
11292 2005-08-08  Luc Teirlinck  <teirllm@auburn.edu>
11294         * cus-start.el (all): Add `overflow-newline-into-fringe'.
11296 2005-08-08  Juanma Barranquero  <lekktu@gmail.com>
11298         * cmuscheme.el (inferior-scheme-mode-hook, inferior-scheme-mode)
11299         (scheme-prev-l/c-dir/file): Fix typos in docstrings.
11301 2005-08-08  Emilio C. Lopes  <eclig@gmx.net>
11303         * cmuscheme.el (scheme-start-file): Replace reference to
11304         `user-emacs-directory' by "~/.emacs.d/".
11306 2005-08-08  Thien-Thi Nguyen  <ttn@gnu.org>
11308         * info.el (Info-dir-remove-duplicates): Avoid case folding
11309         in loop; instead, keep downcased strings for comparison.
11310         Suggested by Helmut Eller.
11312 2005-08-07  Michael Albinus  <michael.albinus@gmx.de>
11314         Sync with Tramp 2.0.50.
11316         * net/tramp.el: Remove defvar of `last-coding-system-used' in the
11317         XEmacs case; not necessary anymore.
11318         (tramp-user-regexp): Allow "@" as part of user name.
11319         (tramp-handle-set-visited-file-modtime)
11320         (tramp-handle-insert-file-contents)
11321         (tramp-handle-write-region): No special handling for
11322         `last-coding-system-used, because this is done in
11323         `tramp-accept-process-output' now.
11324         (tramp-accept-process-output): New defun.
11325         (tramp-process-one-action, tramp-process-one-multi-action)
11326         (tramp-wait-for-regexp, tramp-wait-for-output)
11327         (tramp-discard-garbage-erase-buffer): Call it.  Reported by David
11328         Howells <dhowells@redhat.com>.
11329         (clear-visited-file-modtime): Defadvice removed.  The check for
11330         unset buffer's modtime does not need to be based on
11331         `tramp-buffer-file-attributes'.  Suggested by RMS.
11332         (tramp-message): Insert "\n" if not being at beginning of line.
11333         (tramp-find-shell): Use `tramp-barf-if-no-shell-prompt' for code
11334         sequence with same logic.
11335         (tramp-completion-handle-expand-file-name): Discard call of
11336         `tramp-drop-volume-letter'.  It is not necessary, and there have
11337         been problems with (expand-file-name "~/.netrc" "/") in ange-ftp.
11338         Reported by Richard G. Bielawski <Richard.G.Bielawski@wellsfargo.com>.
11339         (tramp-do-copy-or-rename-file-out-of-band): Transfer message
11340         should always be visible.
11341         (tramp-handle-insert-directory, tramp-setup-complete)
11342         (tramp-set-process-query-on-exit-flag)
11343         (tramp-append-tramp-buffers): Pacify byte-compiler.
11344         (tramp-bug): Delete non-existing variables from list.
11345         Apply `tramp-load-report-modules' as pre-hook.
11346         Mask `tramp-password-prompt-regexp', `tramp-shell-prompt-pattern' and
11347         `shell-prompt-pattern' because of non-7bit characters.
11348         Reported by Sebastian Luque <sluque@mun.ca>.
11349         (tramp-reporter-dump-variable, tramp-load-report-modules): New defuns.
11350         (tramp-match-string-list): Remove function.
11351         (tramp-wait-for-regexp): Remove call of that function.
11352         Suggested by Kim F. Storm <storm@cua.dk>.
11353         (tramp-set-auto-save-file-modes): Use octal integer code #o600
11354         instead of octal character code ?\600.  The latter resulted in a
11355         syntax error with XEmacs.
11357         * net/tramp-smb.el: Remove defvar of `last-coding-system-used' in the
11358         XEmacs case; not necessary anymore.
11359         (tramp-smb-handle-write-region): No special handling for
11360         `last-coding-system-used, because this is done in
11361         `tramp-accept-process-output' now.
11362         (tramp-smb-wait-for-output): Call `tramp-accept-process-output'.
11364 2005-08-06  Luc Teirlinck  <teirllm@auburn.edu>
11366         * wid-edit.el (widget-choice-value-create):
11367         Unconditionally respect user choice.  Set :explicit-choice back to nil
11368         when no longer needed.
11369         (widget-choice-action): Unconditionally respect user choice.
11370         Eliminate :explicit-choice-value.
11372         * fringe.el (set-fringe-indicators-1, fringe-indicators): Delete.
11374         * menu-bar.el (menu-bar-options-save): Replace `fringe-indicators'
11375         with `indicate-empty-lines' and `indicate-buffer-boundaries'.
11376         (menu-bar-showhide-fringe-menu): Add new item "Empty line indicators"
11377         running new function `toggle-indicate-empty-lines'.
11378         Rename "Customize" item to "Customize fringe".
11379         Rename "Indicators" item to "Buffer boundaries" and change help echo.
11380         (menu-bar-showhide-fringe-ind-menu): Change several help echos.
11381         Add `menu-bar-showhide-fringe-ind-customize' as "Other (customize)".
11382         Delete "Empty lines only" item.
11383         (menu-bar-showhide-fringe-ind-customize): New function.
11384         (menu-bar-showhide-fringe-ind-mixed)
11385         (menu-bar-showhide-fringe-ind-box)
11386         (menu-bar-showhide-fringe-ind-right)
11387         (menu-bar-showhide-fringe-ind-left)
11388         (menu-bar-showhide-fringe-ind-none): Use `indicate-buffer-boundaries'
11389         instead of `fringe-indicators'.
11391 2005-08-06  Michael Kifer  <kifer@cs.stonybrook.edu>
11393         * viper.el (viper-emacs-state-mode-list): Add recentf-dialog-mode.
11394         Change the date of last update.
11396 2005-08-06  Michael Kifer  <kifer@cs.stonybrook.edu>
11398         * viper-cmd.el (viper-harness-minor-mode, viper-exec-delete)
11399         (viper-exec-yank, viper-put-back): Don't display modification msg
11400         if in the minibuffer.
11402         * viper-init.el (viper-replace-overlay-cursor-color)
11403         (viper-insert-state-cursor-color, viper-vi-state-cursor-color):
11404         Make variables frame local.
11406         * viper-util.el (viper-append-filter-alist): Use append instead of
11407         nconc.
11409         * viper.el (viper-vi-state-mode-list)
11410         (viper-emacs-state-mode-list): Move help-mode and
11411         completion-list-mode from the first list to the second.
11412         (viper-mode): Docstring.
11413         (viper-go-away, viper-non-hook-settings): Don't localize
11414         minor-mode-alist in newer Emacsen.  Add advice to
11415         set-cursor-color.  Don't bind "\C-c\\".
11417 2005-08-06  Emilio C. Lopes  <eclig@gmx.net>
11419         * cmuscheme.el (scheme-trace-command, scheme-untrace-command)
11420         (scheme-macro-expand-command): New user options.
11421         (scheme-trace-procedure, scheme-expand-current-form): New commands.
11422         (scheme-form-at-point, scheme-start-file)
11423         (scheme-interactively-start-process): New functions.
11424         (scheme-get-process): New function, extracted from `scheme-proc'.
11425         (run-scheme): Call `scheme-start-file' to get start file, and pass
11426         it to `make-comint'.
11427         (switch-to-scheme, scheme-proc):
11428         Call `scheme-interactively-start-process' if no Scheme buffer/process
11429         is available.
11431 2005-08-06  Juri Linkov  <juri@jurta.org>
11433         * progmodes/compile.el (compilation-mode-font-lock-keywords):
11434         Use `compilation-text-face', `compilation-info-text-face' and
11435         `compilation-error-text-face' instead of `font-lock-keyword-face'.
11436         (compilation-error): New face.
11437         (compilation-error-file-name): Inherit from
11438         `compilation-error' instead of `font-lock-warning-face'.
11439         (compilation-warning-file-name): Inherit from
11440         `compilation-warning' instead of `font-lock-warning-face'.
11441         (compilation-info, compilation-error-file-name)
11442         (compilation-warning-file-name, compilation-info-file-name)
11443         (compilation-line-number, compilation-column-number): Doc fix.
11444         (compilation-error-text-face, compilation-warning-text-face)
11445         (compilation-info-text-face): New face variables.
11446         (compilation-line-face, compilation-column-face)
11447         (compilation-enter-directory-face)
11448         (compilation-leave-directory-face): Doc fix.
11449         (compilation-text-face): New function.
11451         * progmodes/grep.el (grep-regexp-alist): Set 5th arg `TYPE' to 0
11452         instead of 1 to display binary file names as info file links.
11453         (grep-error-face): Use `compilation-error-face' instead of
11454         `font-lock-keyword-face'.
11455         (grep-mode-font-lock-keywords): Use `compilation-info-text-face'
11456         and `compilation-warning-text-face' instead of
11457         `font-lock-keyword-face'.  Use `compilation-error-text-face'
11458         instead of `grep-error-face'.
11460 2005-08-05  Kenichi Handa  <handa@m17n.org>
11462         * international/code-pages.el: Add autoload cookies for all coding
11463         systems.
11465 2005-08-04  Luc Teirlinck  <teirllm@auburn.edu>
11467         * cus-start.el (all): Put undo.c where it alphabetically belongs.
11469 2005-08-04  Juri Linkov  <juri@jurta.org>
11471         * progmodes/compile.el (compilation-mode-map):
11472         * progmodes/grep.el (grep-mode-map):
11473         Bind TAB to `compilation-next-error' and [backtab] to
11474         `compilation-previous-error'.
11476         * progmodes/grep.el (grep-regexp-alist): Replace complex regexp
11477         matching line numbers, column numbers and their ranges with regexp
11478         matching only line numbers.
11479         (grep-context-face): New face variable.
11480         (grep-mode-font-lock-keywords): Use it.
11482         * faces.el (read-face-name): Delete duplicate faces.
11484 2005-08-02  Juanma Barranquero  <lekktu@gmail.com>
11486         * thumbs.el (thumbs-find-image): Don't make variables
11487         automatically buffer local.
11488         (thumbs-current-tmp-filename, thumbs-current-image-filename)
11489         (thumbs-image-num): Make automatically buffer local.
11490         (thumbs-show-thumbs-list): Use `make-local-variable', not
11491         `make-variable-buffer-local'.
11492         (thumbs-insert-image): Make `thumbs-current-image-size' buffer-local.
11494         * play/doctor.el (doctor-type-symbol): "?\ " -> "?\s".
11495         (**mad**, *debug*, *print-space*, *print-upcase*, abuselst)
11496         (abusewords, account, afraidof, arerelated, areyou, bak, beclst)
11497         (bother, bye, canyou, chatlst, continue, deathlst, describe)
11498         (drnk, drugs, eliza-flag, elizalst, famlst, feared, fears)
11499         (feelings-about, foullst, found, hello, history, howareyoulst)
11500         (howdyflag, huhlst, ibelieve, improve, inter, isee, isrelated)
11501         (lincount, longhuhlst, lover, machlst, mathlst, maybe, moods)
11502         (neglst, obj, object, owner, please, problems, qlist)
11503         (random-adjective, relation, remlst, repetitive-shortness)
11504         (replist, rms-flag, schoollst, sent, sexlst, shortbeclst)
11505         (shortlst, something, sportslst, stallmanlst, states, subj)
11506         (suicide-flag, sure, things, thlst, toklst, typos, verb, want)
11507         (whatwhen, whereoutp, whysay, whywant, zippy-flag, zippylst):
11508         Defvar at compile time.
11510         * progmodes/ada-mode.el (ada-mode): Use `make-local-variable',
11511         not `make-variable-buffer-local'.
11513 2005-08-02  Kim F. Storm  <storm@cua.dk>
11515         * emulation/cua-rect.el (cua--highlight-rectangle): Only show
11516         rectangle overlay in selected window.
11518 2005-08-01  Luc Teirlinck  <teirllm@auburn.edu>
11520         * cus-start.el (all): Put `indicate-empty-lines' in fringe group
11521         instead of display group.  Make `indicate-buffer-boundaries'
11522         customizable through Custom.
11524 2005-08-01  Juanma Barranquero  <lekktu@gmail.com>
11526         * progmodes/gdb-ui.el (gdb-frame-address, gdb-var-changed)
11527         (gdb-output-sink, gdba, gdb-cpp-define-alist-program)
11528         (gdb-set-gud-minor-mode, gdb-exited, gdb-setup-windows)
11529         (gdb-put-string): Fix typos in docstrings.
11531 2005-08-01  Nick Roberts  <nickrob@snap.net.nz>
11533         Update copyright notices of files in progmodes directory for
11534         release of Emacs 22.1.
11536         * progmodes/gdb-ui.el (gdb-enable-debug-log): Add autoload cookie.
11538         * progmodes/gud.el (gud-tooltip-mode): Add autoload cookie.
11539         Don't barf if the GUD buffer has been killed.
11541 2005-08-01  Kim F. Storm  <storm@cua.dk>
11543         * textmodes/table.el (table-yank-handler): Change defcustom to defvar.
11545 2005-07-29  Stefan Monnier  <monnier@iro.umontreal.ca>
11547         * simple.el (next-error-follow-minor-mode):
11548         make-variable-buffer-local -> make-local-variable.
11550         * emacs-lisp/cl-extra.el: Require CL also when compiling.
11552         * emacs-lisp/bytecomp.el (byte-compile-make-variable-buffer-local)
11553         (byte-compile-form-make-variable-buffer-local): New functions to warn
11554         about misuses of make-variable-buffer-local where make-local-variable
11555         was meant.
11557 2005-07-29  Juanma Barranquero  <lekktu@gmail.com>
11559         * bs.el (bs-attributes-list): Doc fix.
11560         (bs): Update url-link.
11562         * desktop.el (desktop-save-buffer): Fix typos in docstring.
11563         (desktop-load-default): Simplify.
11565         * ibuffer.el (ibuffer-columnize-and-insert-list)
11566         (ibuffer-mouse-toggle-mark, ibuffer-count-marked-lines)
11567         (ibuffer-unmark-all, ibuffer-toggle-marks)
11568         (ibuffer-unmark-forward, ibuffer-unmark-backward)
11569         (ibuffer-compile-make-format-form, ibuffer-format-column)
11570         (ibuffer-current-buffers-with-marks)
11571         (ibuffer-update-title-and-summary): "?\ " -> "?\s".
11572         (ibuffer): Doc fix.
11573         (ibuffer-mode): Fix typo in docstring.
11574         (ibuffer-hooks, ibuffer-mode-hooks): Make obsolete and declare
11575         with `define-obsolete-variable-alias'.
11576         (ibuffer-elide-long-columns): Mark as obsolete.  Doc fix.
11578 2005-07-29  Kenichi Handa  <handa@m17n.org>
11580         * international/mule-cmds.el (select-message-coding-system):
11581         Be sure to use LF for end-of-line.  If no coding system is decided,
11582         return iso-8859-1-unix.
11584 2005-07-28  Stefan Monnier  <monnier@iro.umontreal.ca>
11586         * net/ange-ftp.el (ange-ftp-gateway-fatal-msgs)
11587         (ange-ftp-pending-error-line): New vars.
11588         (ange-ftp-process-handle-line, ange-ftp-process-filter): Use them
11589         to handle the non-fatal no-route-to-host messages.
11590         (internal-ange-ftp-mode): Make the no-match regexp more efficient.
11592 2005-07-28  Juanma Barranquero  <lekktu@gmail.com>
11594         * isearch.el (isearch-mode-map, isearch-other-meta-char)
11595         (isearch-quote-char, isearch-printing-char)
11596         (isearch-text-char-description): "?\ " -> "?\s".
11597         (isearch-lazy-highlight-cleanup)
11598         (isearch-lazy-highlight-initial-delay)
11599         (isearch-lazy-highlight-interval)
11600         (isearch-lazy-highlight-max-at-a-time)
11601         (isearch-lazy-highlight-face, isearch-lazy-highlight-cleanup):
11602         Declare with define-obsolete-*-alias macros.
11603         (isearch-forward): Fix typo in docstring.
11604         (search-invisible, search-ring-yank-pointer)
11605         (regexp-search-ring-yank-pointer): Doc fixes.
11607         * recentf.el (recentf-menu-append-commands-p): Declare with
11608         `define-obsolete-variable-alias'.
11609         (recentf-max-saved-items, recentf-menu-filter)
11610         (recentf-arrange-by-rule-subfilter): Doc fixes.
11611         (recentf-menu-append-commands-flag)
11612         (recentf-initialize-file-name-history, recentf-expand-file-name)
11613         (recentf-clear-data): Fix typos in docstrings.
11615 2005-07-28  Nick Roberts  <nickrob@snap.net.nz>
11617         * progmodes/gdb-ui.el: Smarten comments.
11618         (gdb-info-breakpoints-custom): Use nowarn when finding file.
11620 2005-07-27  Dan Nicolaescu  <dann@ics.uci.edu>
11622         * term/apollo.el (terminal-init-apollo): New function containing
11623         all former top level forms in the file.
11624         * term/bobcat.el (terminal-init-bobcat):
11625         * term/cygwin.el (terminal-init-cygwin):
11626         * term/iris-ansi.el (terminal-init-iris-ansi):
11627         * term/linux.el (terminal-init-linux):
11628         * term/news.el (terminal-init-news):
11629         * term/rxvt.el (terminal-init-rxvt):
11630         * term/sun.el (terminal-init-sun):
11631         * term/tvi970.el (terminal-init-tvi970):
11632         * term/vt100.el (terminal-init-vt100):
11633         * term/vt102.el (terminal-init-vt102):
11634         * term/vt125.el (terminal-init-vt125):
11635         * term/vt200.el (terminal-init-vt200):
11636         * term/vt201.el (terminal-init-vt201):
11637         * term/vt220.el (terminal-init-vt220):
11638         * term/vt240.el (terminal-init-vt240):
11639         * term/vt300.el (terminal-init-vt300):
11640         * term/vt320.el (terminal-init-vt320):
11641         * term/vt400.el (terminal-init-vt400):
11642         * term/vt420.el (terminal-init-vt420):
11643         * term/wyse50.el (terminal-init-wyse50):
11644         * term/xterm.el (terminal-init-xterm): Likewise.
11646         * term/README: Describe the terminal-init-* functionality.
11648         * startup.el (command-line): After loading the terminal initialization
11649         file call the corresponding terminal initialization function.
11651 2005-07-27  Kenichi Handa  <handa@m17n.org>
11653         * ps-bdf.el (bdf-read-font-info): Ignore glyphs whose ENCODING is
11654         negative.
11656         * ps-mule.el (ps-mule-bitmap-prologue): Fix arguments to setcharwidth.
11657         (ps-mule-composition-prologue): Fix for the case that
11658         RelativeCompose is false.
11660 2005-07-26  Stefan Monnier  <monnier@iro.umontreal.ca>
11662         * smerge-mode.el (smerge-ediff): Use insert-buffer-substring.
11664         * descr-text.el (describe-char): Handle the case where the list of
11665         chars is displayed in a separate frame.
11666         Be a bit more discriminating when looking for the char.
11668 2005-07-26  Juanma Barranquero  <lekktu@gmail.com>
11670         * bookmark.el (bookmark-automatically-show-annotations)
11671         (bookmark-read-annotation-text-func): Doc fixes.
11672         (bookmark-save): Improve argument/docstring consistency.
11673         (bookmark-get-bookmark, bookmark-get-bookmark-record)
11674         (bookmark-alist-from-buffer)
11675         (bookmark-upgrade-file-format-from-0)
11676         (bookmark-grok-file-format-version)
11677         (bookmark-maybe-upgrade-file-format, bookmark-kill-line)
11678         (bookmark-read-annotation-mode)
11679         (bookmark-insert-current-bookmark, bookmark-jump)
11680         (bookmark-exit-hook): Fix typos in docstrings.
11681         (bookmark-exit-hooks): Define as obsolete alias.
11682         (bookmark-exit-hook-internal): Run `bookmark-exit-hook',
11683         not `bookmark-exit-hooks'.  Fix docstring.
11684         (bookmark-bmenu-select): "?\ " -> "?\s".
11686 2005-07-25  Ari Roponen  <arjuropo@cc.jyu.fi>  (tiny change)
11688         * startup.el (command-line): Fix typo.
11690 2005-07-24  Richard M. Stallman  <rms@gnu.org>
11692         * tooltip.el (tooltip-mode): Test emacs-basic-display,
11693         not emacs-quick-startup.
11695 2005-07-24  Juanma Barranquero  <lekktu@gmail.com>
11697         * emacs-lisp/re-builder.el (reb-with-current-window): Delete.
11698         (reb-next-match, reb-show-subexp): Use `with-selected-window'
11699         instead of `reb-with-current-window'.
11700         (reb-prev-match): Likewise.  Also, don't move left if the search
11701         was unsuccessful.
11702         (reb-initialize-buffer): New function.
11703         (re-builder, reb-change-syntax): Use it.
11705         * man.el (Man-goto-page): Make second argument NOERROR optional.
11707 2005-07-23  Richard M. Stallman  <rms@gnu.org>
11709         * man.el (Man-bgproc-sentinel): Check here for failure to find
11710         any man page in the output, and report the error here.
11711         (Man-arguments): Make it permanent local.
11712         (Man-goto-page): New arg NOERROR.  Never kill the current buffer.
11713         (Man-mode): Pass t for NOERROR.
11715         * progmodes/grep.el (grep-error-face): Use font-lock-keyword-face.
11716         (grep-mode-font-lock-keywords):
11717         Don't use compilation-...-face for messages that are not file names.
11719         * progmodes/compile.el (compilation-mode-font-lock-keywords):
11720         Don't use compilation-...-face for messages that are not file names.
11722 2005-07-22  Juri Linkov  <juri@jurta.org>
11724         * startup.el (normal-splash-screen): Update menu name.
11726         * tempo.el (tempo-insert-template): Fix 2005-07-16 change.
11728 2005-07-22  Dan Nicolaescu  <dann@ics.uci.edu>
11730         * term/xterm.el: Load term/rxvt if the terminal is actually an
11731         rxvt terminal.
11732         (xterm-rxvt-set-background-mode): Remove, not used anymore.
11734         * term/rxvt.el (function-key-map): Use substitute-key-definition
11735         to bind {C,S,C-S}-{f1-f10}.  Add a few missing key bindings.
11737         * term/cygwin.el: New file.
11739 2005-07-22  Kim F. Storm  <storm@cua.dk>
11741         * image-file.el (insert-image-file, image-file-yank-handler):
11742         Fix last change to maintain a (unique) yank-handler on yanked images.
11744 2005-07-22  Eduardo Mu\e,Aq\e(Boz  <emufer@terra.es>  (tiny change)
11746         * dired.el (dired-move-to-filename-regexp): Recognize the B suffix
11747         of the file size (as in "177B" for 177 bytes).  This happens with
11748         "ls -lh" on FreeBSD.
11750 2005-07-22  Juanma Barranquero  <lekktu@gmail.com>
11752         * hilit-chg.el (highlight-changes-global-initial-state)
11753         (highlight-compare-buffers, hilit-chg-turn-on-maybe)
11754         (hilit-chg-fixup, highlight-changes-mode):
11755         Fix typos in docstrings.
11756         (highlight-changes-global-modes, highlight-changes-rotate-faces):
11757         Doc fixes.
11759 2005-07-21  Luc Teirlinck  <teirllm@auburn.edu>
11761         * emacs-lisp/easy-mmode.el (define-minor-mode): Never call the
11762         mode function using `eval-after-load'.
11764 2005-07-21  Kim F. Storm  <storm@cua.dk>
11766         * mail/emacsbug.el (report-emacs-bug): Request that backtraces are
11767         included when reporting an emacs crash, and tell about the DEBUG file.
11769         * image-file.el (insert-image-file): Add yank-handler.
11770         (image-file-yank-handler): Yank handler to make unique copies of
11771         images when they are yanked into a buffer next to each other.
11773 2005-07-21  Juanma Barranquero  <lekktu@gmail.com>
11775         * comint.el (comint-use-prompt-regexp, comint-send-input)
11776         (comint-source-default, comint-extract-string)
11777         (comint-get-source, comint-word, comint-completion)
11778         (comint-source, comint-prompt-read-only, comint-update-fence):
11779         Fix typos in docstrings.
11780         (comint-use-prompt-regexp-instead-of-fields, comint-kill-output):
11781         Declare with define-obsolete-*-alias macros.
11782         (comint-previous-matching-input-from-input)
11783         (comint-next-matching-input-from-input)
11784         (comint-previous-matching-input, comint-next-matching-input)
11785         (comint-forward-matching-input):
11786         Improve argument/docstring consistency.
11788         * desktop.el (desktop-clear-preserve-buffers-regexp):
11789         Also preserve the *server* buffer.
11791         * simple.el (clone-indirect-buffer): Doc fix.
11792         (fixup-whitespace, just-one-space)
11793         (backward-delete-char-untabify, lambda): "?\ " -> "?\s".
11794         (next-error, next-error-highlight)
11795         (next-error-highlight-no-select, next-error-last-buffer)
11796         (next-error-buffer-p, next-error-find-buffer, next-error)
11797         (previous-error, next-error-no-select, previous-error-no-select)
11798         (open-line, split-line, minibuffer-prompt-width, kill-new)
11799         (binary-overwrite-mode): Fix typos in docstrings.
11800         (set-fill-column): Fix typo in message.
11802         * skeleton.el (skeleton-proxy-new): Doc fix.
11804         * strokes.el (strokes-load-hook): Doc fix.
11805         (strokes-grid-resolution, strokes-get-grid-position)
11806         (strokes-renormalize-to-grid, strokes-read-stroke)
11807         (strokes-read-complex-stroke, strokes-file, strokes-last-stroke)
11808         (strokes-global-map): Fix typos in docstrings.
11809         (strokes-help): Doc fix.  Fix help message and pass it through
11810         `substitute-command-keys'.
11812         * tempo.el (tempo-insert-prompt, tempo-interactive)
11813         (tempo-show-completion-buffer, tempo-tags, tempo-match-finder)
11814         (tempo-insert-string-functions, tempo-local-tags)
11815         (tempo-define-template, tempo-insert-template)
11816         (tempo-insert-prompt-compat, tempo-is-user-element)
11817         (tempo-insert-mark, tempo-find-match-string, tempo-complete-tag):
11818         Fix typos in docstrings.
11820         * vcursor.el (vcursor-other-window, vcursor-bind-keys)
11821         (vcursor-key-bindings, vcursor-use-vcursor-map)
11822         (vcursor-find-window, vcursor-scroll-down)
11823         (vcursor-disable, vcursor-beginning-of-buffer)
11824         (vcursor-end-of-buffer): Fix typos in docstrings.
11825         (vcursor-relative-move, vcursor-get-char-count):
11826         Improve argument/docstring consistency.
11828         * version.el: "?\ " -> "?\s".
11830         * wid-edit.el (widget-default-create, widget-after-change)
11831         (widget-default-format-handler, widget-checklist-add-item)
11832         (widget-radio-add-item, widget-choose, widget-specify-secret)
11833         (widget-field-value-create, widget-field-value-get)
11834         (widget-editable-list-format-handler)
11835         (widget-editable-list-entry-create, widget-group-value-create)
11836         (widget-documentation-link-add)
11837         (widget-documentation-string-value-create): "?\ " -> "?\s".
11838         (widget-convert-text): Doc fix.
11839         (widget-narrow-to-field, widget-field-find)
11840         (widget-url-link-action, widget-emacs-library-link-action)
11841         (widget-color-notify): Fix typos in docstrings.
11843         * w32-fns.el (w32-shell-name): Use `bound-and-true-p'.
11844         (x-select-text, set-w32-system-coding-system)
11845         (w32-add-charset-info): Fix typos in docstrings.
11847         * emulation/cua-base.el (cua-mode, cua-enable-register-prefix)
11848         (cua-enable-cua-keys, cua-use-hyper-key)
11849         (cua-virtual-rectangle-edges): Fix typos in docstrings.
11850         (cua--M/H-key, cua--init-keymaps): "?\ " -> "?\s".
11852         * net/tramp.el (tramp-handle-load): Fix typo in error message.
11854         * emacs-lisp/re-builder.el (regexp-builder): Declare with
11855         `defalias' instead of faking it.
11857         * eshell/em-ls.el (eshell-ls-decorated-name): Doc fix.
11858         (eshell-ls-missing, eshell-ls-dired-initial-args)
11859         (eshell-ls-use-in-dired): Fix typos in docstrings.
11861 2005-07-20  Kim F. Storm  <storm@cua.dk>
11863         * emulation/cua-base.el (cua-mode): Improve doc string.
11865 2005-07-20  Juanma Barranquero  <lekktu@gmail.com>
11867         * abbrev.el (expand-region-abbrevs): Doc fix.
11868         (inverse-add-mode-abbrev, inverse-add-global-abbrev):
11869         Improve argument/docstring consistency.
11871         * arc-mode.el (archive-get-descr, archive-alternate-display):
11872         Doc fixes.
11873         (archive-l-e): Improve argument/docstring consistency.
11874         (archive-tmpdir, archive-unixdate, archive-unixtime)
11875         (archive-chmod-entry): Fix typos in docstrings.
11876         (archive-unflag, archive-unflag-backwards)
11877         (archive-unmark-all-files): "?\ " -> "?\s".
11879         * buff-menu.el (Buffer-menu-unmark): Doc fix.
11880         (Buffer-menu-not-modified, Buffer-menu-execute)
11881         (Buffer-menu-toggle-read-only, Buffer-menu-buffer+size)
11882         (list-buffers-noselect, Buffer-menu-select): "?\ " -> "?\s".
11884         * composite.el (compose-string, encode-composition-rule)
11885         (compose-last-chars): Fix typos in docstrings.
11887         * desktop.el (desktop-enable, desktop-basefilename):
11888         Declare with `define-obsolete-variable-alias'.
11889         (desktop-internal-v2s): Don't quote keywords.
11890         (desktop-clear): "?\ " -> "?\s".
11892         * dired.el (dired-align-file, dired-flag-backup-files)
11893         (dired-change-marks, dired-unmark-all-files): "?\ " -> "?\s".
11894         (dired-listing-switches, dired-ls-F-marks-symlinks)
11895         (dired-dwim-target, dired-load-hook, dired-mode-hook)
11896         (dired-directory, dired-faces, dired, dired-revert)
11897         (dired-mode, dired-summary, dired-view-file)
11898         (dired-copy-filename-as-kill, dired-delete-file)
11899         (dired-no-confirm, dired-unmark-all-marks)
11900         (dired-sort-by-date-regexp, dired-sort-by-name-regexp)
11901         (dired-sort-inhibit, dired-sort-other): Fix typos in docstrings.
11902         (dired-undo, dired-get-file-for-visit, dired-sort-toggle-or-edit):
11903         Fix typos in message strings.
11905         * dired-x.el (virtual-dired): Declare with `defalias'.
11906         (dired-mark-unmarked-files, dired-local-variables-file)
11907         (dired-omit-here-always): Doc fix.
11908         (dired-omit-mode, dired-find-subdir)
11909         (dired-enable-local-variables, dired-clean-up-buffers-too)
11910         (dired-extra-startup, dired-mark-extension, dired-jump)
11911         (dired-jump-other-window, dired-omit-localp, dired-virtual-mode)
11912         (dired-smart-shell-command, dired-guess-shell-alist-user)
11913         (dired-man, dired-initial-position, dired-x-hands-off-my-keys)
11914         (dired-x-bind-find-file, dired-x-submit-report):
11915         Fix typos in docstrings.
11916         (dired-mark-unmarked-files): "?\ " -> "?\s".
11918         * dirtrack.el (dirtrack-list): Fix typos in docstring.
11920         * faces.el (describe-face): "?\ " -> "?\s".
11921         (read-all-face-attributes, read-face-font, modify-face)
11922         (face-attr-construct, italic): Fix typos in docstrings.
11923         (frame-update-face-colors): Declare with
11924         `define-obsolete-function-alias'.
11926         * files.el (find-file-noselect, recode-file-name): Doc fixes.
11927         (insert-directory, kill-some-buffers): "?\ " -> "?\s".
11928         (magic-mode-alist, buffer-file-numbers-unique)
11929         (write-file-functions, get-free-disk-space):
11930         Fix typos in docstrings.
11931         (find-file-not-found-hooks, find-file-hooks, write-file-hooks)
11932         (write-contents-hooks, write-file-hooks):
11933         Declare with `define-obsolete-variable-alias'.
11935         * forms-d2.el (arch-rj): Fix typo in docstrings.
11936         (arch-tocol): Likewise.  "?\ " -> "?\s".
11938         * frame.el (set-frame-font, cursor-in-non-selected-windows):
11939         Fix typo in docstring.
11940         (set-screen-width, set-screen-height): Delete redundant info in
11941         doctrings.
11942         (new-frame, screen-height, screen-width): Declare with
11943         `define-obsolete-function-alias'.
11944         (delete-frame-hook, blink-cursor): Declare with
11945         `define-obsolete-variable-alias'.
11947         * paths.el (prune-directory-list): Fix typos in docstring.
11949         * pcvs-util.el (cvs-flags-query, cvs-strings->string)
11950         (cvs-prefix-get): Fix typos in docstrings.
11952         * ps-print.el (ps-extend-face-list, ps-extend-face)
11953         (ps-print-background-image): Fix typos in docstrings.
11954         (ps-default-fg, ps-default-bg): Doc fixes.
11956         * s-region.el (s-region-bind): Doc fix.
11957         (s-region-move-p1, s-region-move-p2): Fix typos in docstrings.
11959         * textmodes/org.el (org-table-formula-substitute-names)
11960         (org-table-get-vertical-vector): Doc fixes.
11961         (org-table-recalculate): Remove unused argument to `message'.
11963 2005-07-19  Carsten Dominik  <dominik@science.uva.nl>
11965         * textmodes/org.el (org-table-column-names)
11966         (org-table-column-name-regexp)
11967         (org-table-named-field-locations): New variables.
11968         (org-archive-subtree): Protect `this-command' when calling
11969         `org-copy-subtree' and `org-cut-subtree', to avoid appending to
11970         the kill buffer.
11971         (org-complete): Remove fixed-formula completion.
11972         (org-edit-formulas-map): New variable.
11973         (org-table-edit-formulas): New command.
11974         (org-finish-edit-formulas, org-abort-edit-formulas)
11975         (org-show-variable, org-table-get-vertical-vector): New functions.
11976         (org-table-maybe-eval-formula): Handle `:=' fields.
11977         (org-table-get-stored-formulas, org-table-store-formulas)
11978         (org-table-get-formula, org-table-modify-formulas)
11979         (org-table-replace-in-formulas): Handle named field formulas.
11980         (org-table-get-specials): Store locations of named fields.
11982 2005-07-19  Juri Linkov  <juri@jurta.org>
11984         * progmodes/grep.el (grep-regexp-alist)
11985         (grep-mode-font-lock-keywords, grep-process-setup):
11986         Use default GNU grep match color "01;31m" instead of "01;41m".
11987         (grep-regexp-alist, grep-mode-font-lock-keywords):
11988         Use `\\[[0-9]*m' instead of `\\[00m'.
11989         (grep-regexp-alist): Move `\\(?:\033\\[K\\)?' from sgr_end to
11990         sgr_start where its handling is more important.  Use the real
11991         length of sgr_start instead of constant 8.
11992         (grep-mode-font-lock-keywords): Don't delete `\\(?:\033\\[K\\)?'
11993         specially.  Delete all remaining escape sequences.
11994         (grep-process-setup): Set "GREP_COLORS" for GNU grep 2.5.1-cvs.
11995         (grep-regexp-alist): Make hyperlink only for binary file name
11996         instead of the whole line.
11997         (grep-mode-map): Bind `backtab' to `compilation-previous-file'.
11998         (grep-mode): Add autoload.
12000         * emacs-lisp/find-func.el (find-function-regexp):
12001         Add `define-compilation-mode'.
12003 2005-07-19  Juri Linkov  <juri@jurta.org>
12005         * compare-w.el (compare-ignore-whitespace, compare-windows-sync)
12006         (compare-windows-sync-string-size, compare-windows-recenter)
12007         (compare-windows-highlight, compare-windows): Add version 22.1.
12008         (compare-windows) <defface>: Inherit from lazy-highlight instead
12009         of duplicating its default value.
12011         * cus-edit.el (custom-mode-map): Bind `C-c C-c' to `Custom-set'.
12012         (Custom-mode-menu): Use `info' instead of `Info-goto-node'.
12014         * descr-text.el (describe-char): Create link buttons for `charset'
12015         and `code point'.  Add the current input method name with a link
12016         button to `to input' field.  Print face names of display table
12017         characters in `The display table entry is displayed by' section
12018         instead of printing face-id in the `display' field.
12019         Guess hardcoded faces and create a link button for them.
12020         Skip empty fields when calculating max-width.
12021         Treat `widget-create' specially while inserting strings from the
12022         collected field list.
12023         (describe-char-after): Made obsolete in version 22.1, not 21.5.
12025         * diff-mode.el (diff-file-header): Change foreground color from
12026         yellow to green on light backgrounds.
12027         (diff-context): Inherit from `shadow' only for color/grayscale
12028         with more than 88 colors.
12029         (diff-indicator-removed, diff-indicator-added)
12030         (diff-indicator-changed): New faces.
12031         (diff-font-lock-keywords): Use new faces.  Regroup rules.
12032         Add "^---$" for `normal' diff format.  Fontify `#' lines with
12033         font-lock-comment-delimiter-face and font-lock-comment-face.
12034         Add `#' to ^[^...] in the rule for `diff-context-face'.
12036         * faces.el (mode-line-highlight): Replace RoyalBlue4 with
12037         a button-like box.  Inherit from `highlight' on low colors.
12038         (shadow): Use shades of gray only for color/grayscale with
12039         more than 88 colors.  Use green for light backgrounds with
12040         8 colors, and yellow for dark backgrounds with 8 colors.
12042         * font-lock.el (font-lock-regexp-grouping-backslash):
12043         Don't inherit from escape-glyph (use bold for all cases).
12045         * info.el (info-xref-visited): Use light foreground color `violet'
12046         for dark backgrounds instead of dark color `magenta3'.
12047         (info-title-1): Use `yellow' color for dark backgrounds.
12049         * isearch.el (isearch): Use not-too-dark magenta3 instead of
12050         too-light magenta2.
12052         * replace.el (match): Use slightly more light RoyalBlue3 instead
12053         of dark RoyalBlue4.
12055         * wid-edit.el (widget-inactive): Inherit from `shadow'.
12057 2005-07-19  Juanma Barranquero  <lekktu@gmail.com>
12059         * novice.el (disabled-command-hook): Declare it with
12060         `define-obsolete-variable-alias'.
12062         * desktop.el (desktop-enable, desktop-buffer-modes-to-save)
12063         (desktop-buffer-misc-functions, desktop-buffer-handlers)
12064         (desktop-load-default): Add release to obsolescence info.
12065         (desktop-globals-to-clear, desktop-buffer-mode-handlers)
12066         (desktop-append-buffer-args, desktop-read):
12067         Fix typos in docstrings.
12068         (desktop-kill): Fix typo in message.
12069         (desktop-save): Doc fix.
12071 2005-07-19  Michael Kifer  <kifer@cs.stonybrook.edu>
12073         * viper-cmd.el (viper-escape-to-state): Bug fix.
12074         (viper-envelop-ESC-key): Change the definition of fast
12075         keysequence so it'll work with keyboard macros.
12077         * ediff.el (ediff-patch-buffer): Change the docstring.
12079 2005-07-19  Kenichi Handa  <handa@m17n.org>
12081         * international/mule-cmds.el (select-safe-coding-system): Try to
12082         use an auto-coding (if any) before anything else.  If the found
12083         auto-coding is invalid, show a warning message.
12085         * international/mule.el (find-auto-coding): New function created
12086         by modifying the body of set-auto-coding.
12087         (set-auto-coding): Use find-auto-coding to find a coding.
12089 2005-07-18  Richard M. Stallman  <rms@gnu.org>
12091         * allout.el (allout-isearch-expose): Use isearch-mode-end-hook-quit,
12092         not isearch-mode-end-hook-error.
12093         (allout-before-change-protect): Fix error message.
12095 2005-07-18  Juri Linkov  <juri@jurta.org>
12097         * allout.el (allout-mode):
12098         * calculator.el (calculator-copy):
12099         * custom.el (custom-known-themes):
12100         * dired.el (dired-desktop-buffer-misc-data)
12101         (dired-restore-desktop-buffer):
12102         * dired-x.el (dired-omit-marker-char):
12103         * files.el (basic-save-buffer):
12104         * font-core.el (font-lock-mode):
12105         * calendar/calendar.el (calendar-goto-hebrew-date)
12106         (calendar-goto-coptic-date, calendar-goto-ethiopic-date)
12107         (calendar-goto-persian-date):
12108         * language/ethio-util.el (ethio-sera-to-fidel-region):
12109         * textmodes/picture.el (picture-mode):
12110         Delete duplicate duplicate words.
12112 2005-07-18  Juri Linkov  <juri@jurta.org>
12114         * isearch.el (isearch-mode-map): Remove key bindings for regexp
12115         chars * ? } |.
12116         (isearch-fallback): Don't call `isearch-process-search-char'.
12117         (isearch-*-char, isearch-}-char, isearch-|-char): Remove functions.
12118         (isearch-process-search-char): Call `isearch-fallback' for regexp
12119         chars * ? } |.
12120         (isearch-return-char): Make obsolete with `make-obsolete' instead
12121         of simply documenting it as obsolete in the docstring.
12122         (isearch-fallback): Refill docstring.
12124         * international/isearch-x.el
12125         (isearch-process-search-multibyte-characters): Remove unneeded
12126         `concat'.  Add intermediate values to `junk-hist' instead of
12127         `minibuffer-history'.  Test the length of `str'.
12129 2005-07-18  Juanma Barranquero  <lekktu@gmail.com>
12131         * allout.el (allout-resolve-xref): Fix typos in error strings.
12132         (allout-before-change-protect): Remove unneeded `concat'.
12134         * array.el (array-mode, array-reconfigure-rows)
12135         (untabify-backward): Fix typos in docstrings.
12136         (array-reconfigure-rows): Use `insert-buffer-substring', not
12137         `insert-buffer'.
12139         * calendar/icalendar.el (icalendar--get-unfolded-buffer):
12140         * progmodes/ada-mode.el (ada-make-body):
12141         Use `insert-buffer-substring' and `goto-char', not `insert-buffer'.
12143         * dired.el (dired-log):
12144         * tar-mode.el (tar-subfile-save-buffer):
12145         * play/zone.el (zone-pgm-stress-destress):
12146         Use `insert-buffer-substring', not `insert-buffer'.
12148 2005-07-17  Simon Josefsson  <jas@extundo.com>
12150         * mail/smtpmail.el (smtpmail-auth-supported): Prefer PLAIN over LOGIN.
12152 2005-07-16  Jose E. Marchesi  <jemarch@gnu.org>
12154         * lisp/mail/smtpmail.el (smtpmail-auth-supported):
12155         Add plain auth method.
12156         (smtpmail-try-auth-methods): Add AUTH PLAIN dialog.
12158 2005-07-17  Kim F. Storm  <storm@cua.dk>
12160         * ido.el (dired-other-window): Add ido property.
12162 2005-07-16  Juanma Barranquero  <lekktu@gmail.com>
12164         * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
12165         Fix typo in docstring.
12166         (byte-compile-interactive-only-functions): Add `insert-buffer' and
12167         `insert-file-literally'.
12169         * emacs-lisp/edebug.el (def-edebug-form-spec): Add obsolescence
12170         info and delete redundant message.  Doc fix.
12171         (edebug-install-custom-print-funcs, edebug-reset-print-funcs)
12172         (edebug-uninstall-custom-print-funcs): Define as obsolete aliases.
12174 2005-07-16  Richard M. Stallman  <rms@gnu.org>
12176         * emacs-lisp/bytecomp.el (byte-compile-and-recursion): New function.
12177         (byte-compile-and): Use byte-compile-and-recursion.
12178         (byte-compile-or-recursion): New function.
12179         (byte-compile-or): Use that.
12180         (byte-compile-if): Guard the else-clause too.
12181         (byte-compile-maybe-guarded): Handle (not (featurep 'emacs)).
12183         * isearch.el (isearch-mode-end-hook-quit): New variable.
12184         (isearch-done): Bind it.
12185         (isearch-mode-end-hook): Doc fix.
12187         * allout.el (allout-isearch-did-quit): Variable deleted.
12188         (allout-real-isearch-abort): Function name no longer used.
12189         (allout-mode): Do allout-enwrap-isearch whenever feature is wanted.
12190         (allout-isearch-rectification): isearch-mode always exists.
12191         Don't set allout-isearch-did-quit.
12192         (allout-isearch-expose): Check isearch-mode-end-hook-error, not
12193         allout-isearch-did-quit.
12194         (allout-enwrap-isearch): Just add the hook.
12195         (allout-isearch-abort): Function deleted.
12196         (allout-pre-command-business): Avoid warning.
12198         * progmodes/pascal.el (pascal-outline-map): Use fboundp, not boundp.
12199         Correctly avoid warnings.
12200         (pascal-outline): Likewise.
12202         * progmodes/f90.el (f90-abbrev-start): Avoid warning.
12204         * progmodes/asm-mode.el (asm-comment): Use with-no-warnings.
12206         * play/tetris.el (tetris-mode): Avoid warning.
12208         * play/snake.el (snake-mode): Avoid warning.
12210         * play/gamegrid.el (gamegrid-shared-game-dir): Add defvar.
12211         (gamegrid-set-display-table): Avoid warning.
12212         (gamegrid-set-timer): Likewise.
12213         (gamegrid-make-mono-tty-face): Use set-face-inverse-video-p.
12214         (gamegrid-add-score-with-update-game-score-1): Take FILE
12215         as argument.
12216         (gamegrid-add-score-with-update-game-score): Pass that argument.
12217         Rename have-shared-game-dir to gamegrid-shared-game-dir.
12219         * net/eudc-hotlist.el (eudc-hotlist-mode): Avoid warnings.
12221         * net/eudc-bob.el (eudc-jump-to-event): Avoid warning.
12222         (eudc-bob-display-jpeg, eudc-bob-can-display-inline-images): Likewise.
12224         * mail/uce.el (uce-reply-to-uce): Replace beginning-of-buffer
12225         and insert-file.
12227         * mail/supercite.el (sc-no-blank-line-or-header): Avoid warning.
12228         (sc-ask): Avoid warnings.
12230         * eshell/em-hist.el (eshell-rebind-keys-alist): Add defvar.
12231         (eshell-hist-initialize): Use that var the natural way.
12233         * emulation/viper-init.el (viper-activate-input-method): Avoid warning.
12235         * emacs-lisp/re-builder.el (reb-cook-regexp):
12236         Avoid warning calling lre-compile-string.
12237         (reb-color-display-p): Avoid warning.
12239         * calculator.el (calculator-last-input): Guard uses
12240         of event-key and key-press-event-p.
12241         (event-key, key-press-event-p): Delete definitions.
12243         * emacs-lisp/find-gc.el (find-gc-unsafe-list)
12244         (find-gc-source-directory, find-gc-subrs-callers)
12245         (find-gc-noreturn-list, find-gc-source-files)
12246         (find-gc-subrs-called): Vars renamed and defvar'd.
12248         * emacs-lisp/checkdoc.el (checkdoc-make-overlay)
12249         (checkdoc-overlay-put, checkdoc-delete-overlay)
12250         (checkdoc-overlay-start, checkdoc-overlay-end)
12251         (checkdoc-mode-line-update, checkdoc-char=):
12252         Define such that compiler knows they are defined.
12253         (checkdoc-call-eval-buffer): Delete.  Use eval-buffer directly.
12254         (checkdoc-read-event): Delete.  Use read-event directly.
12256         * whitespace.el (whitespace-make-overlay)
12257         (whitespace-overlay-put, whitespace-delete-overlay)
12258         (whitespace-overlay-start, whitespace-overlay-end):
12259         Define such that compiler knows they are defined.
12260         (whitespace): Move conditional inside.
12262         * tempo.el (tempo-insert-template): Suppress warning.
12264         * ediff-diff.el (longlines-mode): Add defvar.
12266 2005-07-16  Gary Howell  <g1howell-list@yahoo.com>  (tiny change)
12268         * server.el: Bind "C-x #" in a way that works even if C-x is
12269         redefined to a command key, not a prefix key.
12271 2005-07-16  Johan Bockgard  <bojohan@users.sourceforge.net>  (tiny change)
12273         * emacs-lisp/cl-macs.el (cl-make-type-test): Defer evaluation of
12274         cl-make-type-test till execution time.
12276 2005-07-16  Markus Rost  <rost@math.uni-bielefeld.de>
12278         * dired-x.el (dired-do-relsymlink-regexp): Add missing optional
12279         arg ARG and use it.
12281 2005-07-16  Johan Bockgard  <bojohan@users.sourceforge.net>  (tiny change)
12283         * emacs-lisp/cl-macs.el (cl-make-type-test): Add `atom' type.
12285 2005-07-15  Luc Teirlinck  <teirllm@auburn.edu>
12287         * emacs-lisp/easy-mmode.el (define-minor-mode): Avoid constructing
12288         a defcustom with two :set or :type keywords.
12290 2005-07-15  Richard M. Stallman  <rms@gnu.org>
12292         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
12293         Don't give ^M comment-end syntax.
12295 2005-07-16  Nick Roberts  <nickrob@snap.net.nz>
12297         * progmodes/gdb-ui.el (gdb-var-update, gdb-var-update-handler):
12298         Don't consider gdbmi (gdb-mi.el has its own update functions).
12299         (gdb-var-delete): Make it work for gdbmi as well.
12300         (gdb-speedbar-expand-node): Move var-update here for gdbmi.
12302         * progmodes/gud.el (etags, sdb): Only require etags when needed.
12303         (gud-speedbar-menu-items): Correct logic for enabling items.
12305 2005-07-15  Kim F. Storm  <storm@cua.dk>
12307         * ido.el: Fix commentary.
12308         (ido-define-mode-map): Move ido-next-work-file to C-M-o.
12309         Use with-no-warnings around ffap-guesser.
12310         (ido-file-internal, ido-read-file-name, ido-read-directory-name):
12311         Let bind minibuffer-completing-file-name to t.
12313 2005-07-15  Juanma Barranquero  <lekktu@gmail.com>
12315         * startup.el (site-run-file, keyboard-type): Doc fixes.
12316         (command-line): Check for "--basic-display" argument; also for
12317         "--quick", not "--bare-bones" (which was renamed).
12318         (fancy-splash-text): Add missing item "Getting New Versions".
12319         (normal-splash-screen): Fix typos and improve consistency with
12320         `fancy-splash-text'.  Update copyright year.
12322         * hexl.el (hexl-mode-map): Recognize also `ehelp-command' as a
12323         valid binding for `help-char'.
12325         * emacs-lisp/derived.el (derived-mode-hook-name): Doc fix.
12327 2005-07-14  Dan Nicolaescu  <dann@ics.uci.edu>
12329         * term.el (term-mode): Disable cua-mode for term buffers.
12331 2005-07-14  Juanma Barranquero  <lekktu@gmail.com>
12333         * add-log.el (add-log-mailing-address, change-log-merge):
12334         Doc fixes.
12335         (change-log-get-method-definition): Fix typo in docstring.
12337 2005-07-14  Kim F. Storm  <storm@cua.dk>
12339         * emulation/cua-base.el:
12340         (cua--pre-command-handler-1, cua--pre-command-handler)
12341         (cua--post-command-handler-1, cua--post-command-handler):
12342         Split in two.  Check (buffer local) value of cua-mode.
12343         (cua-selection-mode): New command.
12345 2005-07-13  Luc Teirlinck  <teirllm@auburn.edu>
12347         * custom.el (custom-initialize-safe-set)
12348         (custom-initialize-safe-default): Doc fixes.
12350         * frame.el (blink-cursor-mode): Use `custom-initialize-safe-default'
12351         and simplify :init-value again.
12353         * tooltip.el (tooltip-mode): Use `custom-initialize-safe-default'
12354         and simplify :init-value again.  Delete autoload.
12356         * startup.el (command-line): Use `custom-reevaluate-setting' again
12357         for tooltip-mode.
12359         * emacs-lisp/easy-mmode.el (define-minor-mode): Avoid constructing
12360         a defcustom with two :initialize keywords.
12362 2005-07-13  Juanma Barranquero  <lekktu@gmail.com>
12364         * allout.el (my-mark-marker, allout-isearch-prior-pos)
12365         (allout-unprotected, allout-undo-aggregation, allout-snug-back)
12366         (allout-post-command-business, allout-flag-region)
12367         (isearch-reenable-font-lock, allout-yank)
12368         (allout-insert-latex-header, allout-insert-latex-trailer)
12369         (allout-latex-verbatim-quote-curr-line, allout-latexify-exposed)
12370         (allout-latex-verb-quote): Fix typos in docstrings.
12371         (allout-enwrap-isearch, regexp-sans-escapes): Doc fixes.
12372         (allout-unprotected, allout-prefix-data):
12373         Improve argument/docstring consistency.
12374         (allout-chart-subtree): Fix argument spec.
12375         (allout-open-topic): Rename `use_sib_bullet' argument to
12376         `use-sib-bullet'.  Doc fix.
12378         * whitespace.el (whitespace-check-buffer-leading)
12379         (whitespace-check-buffer-trailing)
12380         (whitespace-check-buffer-indent)
12381         (whitespace-check-buffer-spacetab)
12382         (whitespace-check-buffer-ateol, whitespace-highlighted-space)
12383         (whitespace-check-leading-whitespace)
12384         (whitespace-check-trailing-whitespace)
12385         (whitespace-check-spacetab-whitespace)
12386         (whitespace-check-indent-whitespace)
12387         (whitespace-check-ateol-whitespace, whitespace-abort-on-error)
12388         (whitespace-modes): Fix typos in docstrings.
12389         (defgroup, defcustom): Doc fixes.
12391         * winner.el (winner-mode, winner-boring-buffers)
12392         (winner-pending-undo-ring): Doc fixes.
12393         (winner-ring): Remove unneeded `progn'.
12394         (winner-equal): `defsubst' it.
12395         (winner-redo): Fix message.
12397 2005-07-13  Kim F. Storm  <storm@cua.dk>
12399         * simple.el (line-move-1): Always use vertical-motion to
12400         do the last (or only) line move to ensure some movement.
12401         Undo 2005-06-23 change--don't check for overlays.
12403 2005-07-13  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
12405         * term/mac-win.el (ccl-encode-mac-roman-font)
12406         (ccl-encode-mac-centraleurroman-font)
12407         (ccl-encode-mac-cyrillic-font, ccl-encode-mac-symbol-font):
12408         (ccl-encode-mac-dingbats-font): Remove check for ASCII.
12409         Change charset-id boundary of dimension to ?\xef.
12410         (mac-char-fontspec-list): New constant.
12411         (fontset-add-mac-fonts): Use it.  Accept non-string `base-family'
12412         argument.  Nil uses itself as family in font-spec.  Previous
12413         behavior for nil is now provided by non-nil non-string argument.
12414         All callers changed.  Add font-specs for Mac fonts to
12415         "fontset-default" unless iso8859-1 fonts are installed.
12417 2005-07-13  Stefan Monnier  <monnier@iro.umontreal.ca>
12419         * progmodes/sh-script.el (sh-get-indent-info): Only indent
12420         a continuation line if the \ is preceded by SPC or TAB.
12421         (sh-get-indent-info): Simplify.
12422         (sh-mark-init, sh-learn-buffer-indent, sh-add-completer):
12423         Use with-current-buffer.
12425         * font-lock.el (font-lock-fontify-keywords-region): Avoid inf-loops
12426         when the matched text is empty.
12428 2005-07-12  Luc Teirlinck  <teirllm@auburn.edu>
12430         * startup.el (command-line): Revert to previous handling of
12431         tooltip-mode.  Explain in comment why the complexity is needed.
12433         * tooltip.el (tooltip-mode): Revert to previous implementation of
12434         its defcustom.
12436         * frame.el (blink-cursor-mode): Revert to previous implementation
12437         of its defcustom.  Update comment.
12439 2005-07-12  Lars Hansen  <larsh@soem.dk>
12441         * desktop.el: Update e-mail address.
12443 2005-07-12  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
12445         * term/mac-win.el (mac-services-mail-selection)
12446         (mac-services-mail-to): New functions.
12447         (mac-application-menu-map): Bind them.
12449 2005-07-12  wulei  <milton@wulei.net>  (tiny change)
12451         * progmodes/gdb-ui.el: Add note about buffering with Windows.
12453 2005-07-11  Luc Teirlinck  <teirllm@auburn.edu>
12455         * custom.el (custom-reevaluate-setting): Doc fix.
12457 2005-07-11  Jay Belanger  <belanger@truman.edu>
12459         * calc/calc.el (calc-embedded-announce-formula-alist)
12460         (calc-embedded-open-close-plain-alist)
12461         (calc-embedded-open-close-mode-alist): Add checks for additional
12462         major modes (due to Robert J. Chassell <bob@rattlesnake.com>).
12464 2005-07-11  Juanma Barranquero  <lekktu@gmail.com>
12466         * custom.el (custom-enable-theme): Don't add theme to
12467         `custom-enabled-themes' with `push' because there is no
12468         setf-method for `delq'.
12470 2005-07-11  Richard M. Stallman  <rms@gnu.org>
12472         * custom.el (custom-declare-variable): Doc fix.
12474         * dired-aux.el (dired-compare-directories): Remove "." and ".."
12475         from the alists.
12477         * emacs-lisp/edebug.el (edebug-slow-after, edebug-slow-before):
12478         Do nothing if edebug-active.
12480         * emacs-lisp/edebug.el (edebug-enter): Don't with-timeout-suspend here.
12481         (edebug-display): Do it here instead.
12483 2005-07-10  Richard M. Stallman  <rms@gnu.org>
12485         * cus-face.el (custom-theme-set-faces): Make it work.
12486         (custom-reset-faces): Doc fix.
12487         (custom-theme-reset-internal-face, custom-theme-face-value):
12488         Functions deleted.
12490         * custom.el (custom-push-theme): Maintain list of the settings
12491         of a given theme in its theme-settings property.
12492         Maintain position of old settings in the theme-value
12493         or theme-face property.
12494         (custom-enabled-themes): New variable.
12495         (custom-theme-enabled-p): New function.
12496         (provide-theme): Update custom-enabled-themes.
12497         Disable and reenable the `user' theme.
12498         (require-theme): Doc fix.
12499         (custom-do-theme-reset, custom-remove-theme): Functions deleted.
12500         (custom-theme-value, custom-theme-variable-value): Likewise.
12501         (custom-theme-reset-internal): Likewise.
12502         (custom-theme-load-themes): Fix bugs and use custom-disable-theme.
12503         (custom-enable-theme, custom-disable-theme): New functions.
12504         (custom-variable-theme-value, custom-face-theme-value): Likewise.
12505         (custom-theme-recalc-variable, custom-theme-recalc-face): Likewise.
12506         (custom-theme-reset-variables): Simplify.
12507         (deftheme, custom-declare-theme, custom-make-theme-feature):
12508         Definitions moved.
12510 2005-07-10  Chong Yidong  <cyd@stupidchicken.com>
12512         * longlines.el (longlines-show-region)
12513         (longlines-unshow-hard-newlines): Recognize hard newlines by
12514         non-nil hard property, instead of t.
12516 2005-07-10  Michael Kifer  <kifer@cs.stonybrook.edu>
12518         * viper-cmd.el (viper--key-maps): New variable.
12519         (viper-normalize-minor-mode-map-alist): Use viper--key-maps and
12520         emulation-mode-map-alists.
12521         (viper-envelop-ESC-key): Use viper-subseq.
12522         (viper-search-forward/backward/next): Disable debug-on-error.
12524         * viper-keym.el (viper-toggle-key, viper-quoted-insert-key)
12525         (viper-ESC-key): New defcustoms.
12527         * viper-macs.el (ex-map-read-args): Use viper-subseq.
12529         * viper-util.el (viper-key-to-emacs-key): Use viper-subseq.
12530         (viper-subseq): Copy of subseq from cl.el.
12532         * viper.el (viper-go-away, viper-set-hooks): Use
12533         emulation-mode-map-alists, advise self-insert-command, add-minor-mode.
12535         * viper-mous.el (viper-current-frame-saved): Use defvar.
12537         * viper-init.el: Get rid of -face in face names.
12539         * ediff-diff.el (ediff-extract-diffs, ediff-extract-diffs3):
12540         Make it work with longlines mode
12542         * ediff-mult.el (ediff-meta-mode-hook): New variable.
12544         * ediff-ptch.el (ediff-file-name-sans-prefix): Quote regexp.
12546         * ediff-init.el: Get rid of -face in face names.
12548 2005-07-10  Richard M. Stallman  <rms@gnu.org>
12550         * emacs-lisp/edebug.el (edebug-enter): Call with-timeout-suspend
12551         and with-timeout-unsuspend.
12553         * emacs-lisp/debug.el (debug): Call with-timeout-suspend
12554         and with-timeout-unsuspend.
12556         * emacs-lisp/timer.el (with-timeout-timers): New variable.
12557         (with-timeout): Bind that variable to record timers.
12558         (with-timeout-suspend, with-timeout-unsuspend): New functions.
12560         * emacs-lisp/debug.el (debug-help-follow): New function.
12561         (debugger-mode-map): Use that instead of help-follow.
12562         (debugger-setup-buffer): Use eval-buffer-list
12563         to handle eval-buffer frames.
12565 2005-07-10  N. Raghavendra  <raghu@mri.ernet.in>  (tiny change)
12567         * timezone.el (timezone-parse-date): Change first regexp
12568         so it will not mistakenly match dates with no time zone.
12570 2005-07-10  Jeff Dwork  <jeff.dwork@amd.com>  (tiny change)
12572         * facemenu.el (facemenu-read-color): Do case-insensitive matching.
12574 2005-07-10  Luc Teirlinck  <teirllm@auburn.edu>
12576         * custom.el (custom-initialize-safe-set)
12577         (custom-initialize-safe-default): New functions.
12579         * frame.el (blink-cursor-mode): Use `custom-initialize-safe-default'
12580         and simplify :init-value.
12582         * tooltip.el (tooltip-mode): Use `custom-initialize-safe-default'
12583         and simplify :init-value.  Delete obsolete comment.
12585         * startup.el (command-line): Use `custom-reevaluate-setting' to
12586         handle `tooltip-mode'.  Delete obsolete comment.
12588         * files.el (set-visited-file-name): Avoid calling
12589         `file-name-nondirectory' with a nil argument.
12591 2005-07-09  Richard M. Stallman  <rms@gnu.org>
12593         * emacs-lisp/debug.el (debugger-setup-buffer): When eval-buffer
12594         was called with nil for the buffer, handle the read position right.
12595         Handle read position for eval-region, too.
12597 2005-07-09  Juri Linkov  <juri@jurta.org>
12599         * fringe.el (fringe-mode): Add period in docstring.
12600         (fringe-query-style): Build prompt depending on `all-frames' arg.
12602         * dired.el (dired-marker-char): Avoid quotations for `do' and `mark'
12603         to not create links to unrelated functions in the Help buffer.
12605         * progmodes/compile.el (compilation-mode-hook, compilation-mode):
12606         Doc fix.
12608         * simple.el (next-error-hook): New variable.
12609         (next-error): Use it.  Doc fix.
12611         * textmodes/ispell.el (ispell-command-loop): Add current
12612         dictionary name and program name to mode-line-format.
12613         (ispell-region, ispell-process-line): Add current dictionary name
12614         and program name to messages.
12616 2005-07-08  Jay Belanger  <belanger@truman.edu>
12618         * calc/calc.el (calc-embedded-announce-formula-alist)
12619         (calc-embedded-open-close-formula-alist)
12620         (calc-embedded-open-close-word-alist)
12621         (calc-embedded-open-close-plain-alist)
12622         (calc-embedded-open-close-new-formula-alist)
12623         (calc-embedded-open-close-mode-alist)
12624         (calc-embedded-new-buffer-hook, calc-embedded-new-formula-hook)
12625         (calc-embedded-mode-hook): New variables.
12627         * calc/calc-embed.el (calc-embedded-firsttime)
12628         (calc-embedded-firsttime-buf, calc-embedded-firsttime-formula):
12629         New variables.
12630         (calc-do-embedded): Use calc-embedded-firsttime,
12631         calc-embedded-firsttime-buf and calc-embedded-firsttime-formula to
12632         determine whether or not to run hooks.
12633         (calc-embedded-make-info) Set calc-embedded-firsttime-buf and
12634         calc-embedded-firsttime-formula appropriately.
12635         Set calc-embedded delimiter variables according to mode.
12637 2005-07-08  Richard M. Stallman  <rms@gnu.org>
12639         * emacs-lisp/checkdoc.el (checkdoc-proper-noun-list):
12640         Check for "emacs", etc., as entire symbol, not just as word.
12641         (checkdoc-file-comments-engine): Use regexp-quote on FN.
12643         * files.el (set-visited-file-name): Report the error
12644         for "empty filename" earlier.
12645         (kill-some-buffers): Ignore buffers already dead.
12647         * fringe.el (fringe-mode): Doc fix.
12649         * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
12650         Check for (featurep 'xemacs) and turn off warnings in what it guards.
12651         Use unwind-protect to ensure byte-compile-unresolved-functions
12652         is updated.
12654         * whitespace.el (whitespace-buffer-leading-cleanup):
12655         Simplify w/ skip-chars-forward.
12656         (whitespace-buffer-trailing-cleanup): Simplify w/ skip-chars-backward.
12658         * mail/rmail.el (rmail-only-expunge): Fix paren error.
12659         Unconditionally try to leave point at the same old place.
12661 2005-07-08  Ralf Angeli  <angeli@iwi.uni-sb.de>  (tiny change)
12663         * comint.el (comint-postoutput-scroll-to-bottom)
12664         (comint-show-maximum-output): Take scroll-margin into consideration.
12666 2005-07-08  Kim F. Storm  <storm@cua.dk>
12668         * ido.el (ido-use-filename-at-point): New choice `guess'.
12669         (ido-file-internal): Try ffap-guesser if selected.
12671         * ido.el (ido-before-fallback-functions): New hook.
12672         (ido-buffer-internal, ido-file-internal, ido-read-buffer)
12673         (ido-read-file-name): Run it.
12675 2005-07-07  Stefan Monnier  <monnier@iro.umontreal.ca>
12677         * progmodes/hideif.el (hide-ifdef-use-define-alist): Pass a list of
12678         strings rather than a list of symbols to the completion function.
12680 2005-07-07  Jay Belanger  <belanger@truman.edu>
12682         * calc/calc-units.el (math-apply-units): Change the places in
12683         which units are simplified.
12685 2005-07-07  Luc Teirlinck  <teirllm@auburn.edu>
12687         * cus-edit.el (customize-option, customize-option-other-window):
12688         Make them handle aliases.
12690         * custom.el (custom-variable-p): Make it recursively follow
12691         aliases.  Mention that in the docstring.
12693 2005-07-07  Richard M. Stallman  <rms@gnu.org>
12695         * cus-start.el (exec-path): Use `directory' instead of `file'.
12696         Fix tag for nil.
12698 2005-07-07  Juanma Barranquero  <lekktu@gmail.com>
12700         * replace.el (occur-rename-buffer): Use `generate-new-buffer' also
12701         when called non-interactively.  Doc fix.
12703 2005-07-07  Lute Kamstra  <lute@gnu.org>
12705         * elide-head.el (elide-head-headers-to-hide): Recognize the FSF's
12706         new address as well.
12708 2005-07-07  Kenichi Handa  <handa@m17n.org>
12710         * international/mule.el (make-coding-system):
12711         Describe `ascii-incompatible' property in the docstring.
12712         (set-file-name-coding-system): Signal an error if coding-system is
12713         ascii-incompatible.
12714         (set-keyboard-coding-system): Likewise.
12716         * international/mule-cmds.el (set-default-coding-systems):
12717         Don't set default-file-name-coding-system and
12718         default-keyboard-coding-system if coding-system is ASCII-incompatible.
12720         * international/utf-16.el: Declare that all UTF-16-based coding
12721         systems are ASCII-incompatible.
12723 2005-07-07  Nick Roberts  <nickrob@snap.net.nz>
12725         * progmodes/gud.el: Require font-lock for displaying errors.
12726         Used by gdb-ui.el.
12728 2005-07-07  Juanma Barranquero  <lekktu@gmail.com>
12730         * hi-lock.el (hi-lock-find-patterns): Protect also against invalid
12731         values for the pattern lists which are `read'able but not
12732         `append'able (like symbols).
12734 2005-07-06  Richard M. Stallman  <rms@gnu.org>
12736         * progmodes/flymake.el (flymake-float-time): Instead of
12737         with-no-warnings, test for xemacs.
12738         (flymake-replace-regexp-in-string): Test fboundp of replace-in-string
12739         to avoid warning.
12741 2005-07-06  Juanma Barranquero  <lekktu@gmail.com>
12743         * w32-vars.el (w32-fixed-font-alist): Fix typo in `defcustom' tag.
12745 2005-07-05  Lute Kamstra  <lute@gnu.org>
12747         * battery.el: Add support for Darwin (with much debugging help
12748         from Samuel Lauber <sam124@operamail.com>).
12749         (battery-status-function, battery-echo-area-format)
12750         (battery-mode-line-format): Add support for pmset on Darwin.
12751         (battery-load-low, battery-load-critical): New user options.
12752         (battery-pmset): New function.
12754 2005-07-05  Lute Kamstra  <lute@gnu.org>
12756         Update FSF's address in GPL notices.
12758         * textmodes/page-ext.el: Update FSF's address.
12760 2005-07-04  Stefan Monnier  <monnier@iro.umontreal.ca>
12762         * emacs-lisp/lisp-mode.el (lisp-mode-variables): Prevent adaptive
12763         filling from using prefix when filling a single-line docstring.
12765         * progmodes/flymake.el: Remove useless eval-when-compile.
12767         * arc-mode.el (archive-lzh-ogm): Reorder save excursion/restriction.
12769 2005-07-04  Richard M. Stallman  <rms@gnu.org>
12771         * textmodes/org.el (org-file-apps-defaults-gnu):
12772         Rename from org-file-apps-defaults-linux.
12773         (org-default-apps): Don't test system-type for `linux'.
12774         (org-file-apps): Doc fix.
12776 2005-07-04  David Ponce  <david@dponce.com>
12778         * tree-widget.el: Improve header Commentary section.
12779         (tree-widget) [defgroup]
12780         (tree-widget-image-enable, tree-widget-themes-directory)
12781         (tree-widget-theme, tree-widget-image-properties-emacs)
12782         (tree-widget-image-properties-xemacs, tree-widget-create-image)
12783         (tree-widget-image-formats, tree-widget-control)
12784         (tree-widget-empty-control, tree-widget-leaf-control
12785         (tree-widget-guide, tree-widget-end-guide, tree-widget-no-guide)
12786         (tree-widget-handle, tree-widget-no-handle, tree-widget-p)
12787         (tree-widget-keep, tree-widget-after-toggle-functions)
12788         (tree-widget-open-node, tree-widget-close-node): Doc fix.
12789         (tree-widget-open-control, tree-widget-close-control): Fix doc and
12790         :help-echo message.
12791         (tree-widget-set-theme): Doc fix.  Use `string-equal'.
12792         (tree-widget-image-properties): Doc fix.  Clearer implementation.
12793         (tree-widget--cursors): New constant.
12794         (tree-widget-lookup-image): New function split from
12795         `tree-widget-find-image'.  Clearer implementation.
12796         (tree-widget-find-image): Use it.
12797         (tree-widget-button-keymap): Use `set-keymap-parent'.
12798         (tree-widget) [define-widget]: Use `widget-children-value-delete'.
12799         Define the sub-widgets here.
12800         (tree-widget-node): Check that :node is not a tree-widget.
12801         (tree-widget-get-super, tree-widget-open-control)
12802         (tree-widget-close-control, tree-widget-empty-control)
12803         (tree-widget-leaf-control, tree-widget-guide)
12804         (tree-widget-end-guide, tree-widget-no-guide, tree-widget-handle)
12805         (tree-widget-no-handle, tree-widget-value-delete)
12806         (tree-widget-map): Remove.
12807         (tree-widget-children-value-save): Doc fix.  Simplified.
12808         (tree-widget-value-create): Update according to previous changes.
12810 2005-07-04  Carsten Dominik  <dominik@science.uva.nl>
12812         * textmodes/org.el: Leading space replaced by TABS.
12813         (org-recalc-marks, org-table-rotate-recalc-marks)
12814         (org-table-get-specials): Treat "^" and "_" marks.
12815         (org-table-justify-field-maybe): Optional argument NEW.
12816         (org-table-eval-formula): Parsing of the format simplified.
12817         New modes C,I.  Honor the %= parameter in the current table.
12818         Avoid unnecessary re-align by using the NEW argument to
12819         `org-table-justify-field-maybe'.
12820         (org-calc-default-modes): Default for date-format mimicks org-mode.
12821         (org-agenda, org-timeline): Quote argument in org-agenda-redo-command.
12823 2005-07-03  Luc Teirlinck  <teirllm@auburn.edu>
12825         * cus-face.el (custom-theme-set-faces): Make it handle face
12826         aliases whose alias declarations are pre- or autoloaded.
12828 2005-07-04  Juri Linkov  <juri@jurta.org>
12830         * faces.el (read-face-name): Put the code for getting a face name
12831         from the buffer before adding the faces from the `face' property.
12832         Use `completing-read-multiple' instead of `completing-read'.
12833         Require `crm'.  Add default value and post-process the returned
12834         list of faces.
12836         * emacs-lisp/crm.el (crm-find-current-element)
12837         (crm-minibuffer-complete-and-exit): Handle minibuffer prompt.
12839         * emacs-lisp/lisp-mode.el (eval-defun-1):
12840         * emacs-lisp/edebug.el (edebug-eval-defun):
12841         Remove unnecessary quotes.
12843 2005-07-04  Juanma Barranquero  <lekktu@gmail.com>
12845         * progmodes/prolog.el (prolog-eof-string): Doc fixes.
12846         (prolog-indent-level): Fix typo in docstring.
12848         * info.el (Info-history, Info-history-forward)
12849         (Info-history-list, Info-speedbar-fetch-file-nodes): Doc fixes.
12851         * add-log.el (add-change-log-entry):
12852         * comint.el (comint-dynamic-list-input-ring)
12853         (comint-dynamic-list-completions):
12854         * dabbrev.el (dabbrev-expand):
12855         * delim-col.el (delimit-columns-rectangle-line):
12856         * diff-mode.el (diff-context->unified, diff-reverse-direction)
12857         (diff-unified->context):
12858         * ediff-init.el (ediff-abbrev-jobname):
12859         * ediff-mult.el (ediff-replace-session-status-in-meta-buffer)
12860         (ediff-replace-session-activity-marker-in-meta-buffer):
12861         * info.el (Info-summary):
12862         * lpr.el (printify-region):
12863         * printing.el (pr-create-interface):
12864         * ps-print.el (ps-print-quote):
12865         * ses.el (ses-column-widths, ses-print-cell)
12866         (ses-adjust-print-width, ses-center):
12867         * shell.el (shell-file-name-quote-list):
12868         * strokes.el (strokes-read-stroke, strokes-read-complex-stroke)
12869         (strokes-fill-current-buffer-with-whitespace)
12870         (strokes-xpm-for-stroke, strokes-list-strokes)
12871         (strokes-xpm-char-bit-p, strokes-xpm-for-compressed-string):
12872         * term.el (term-dynamic-list-input-ring)
12873         (term-dynamic-list-completions):
12874         * calc/calc.el (math-format-stack-value):
12875         * emacs-lisp/edebug.el (edebug-display-freq-count):
12876         * progmodes/delphi.el (delphi-indent-line, delphi-fill-comment)
12877         (delphi-new-comment-line):
12878         * progmodes/ebnf2ps.el (ebnf-eps-filename, ebnf-trim-right):
12879         * progmodes/executable.el (executable-set-magic):
12880         * progmodes/python.el (inferior-python-mode):
12881         * progmodes/scheme.el (scheme-mode-syntax-table):
12882         * progmodes/sh-script.el (sh-maybe-here-document):
12883         * progmodes/sql.el (sql-copy-column):
12884         * progmodes/tcl.el (tcl-comment-indent, tcl-quote):
12885         * textmodes/bibtex.el (bibtex-mode):
12886         * textmodes/sgml-mode.el (html-imenu-index, sgml-attributes)
12887         (sgml-auto-attributes):
12888         * textmodes/table.el (table-insert, table-shorten-cell)
12889         (table--generate-source-scan-lines, table-delete-row)
12890         (*table--cell-delete-char, table--spacify-frame)
12891         (table--horizontally-shift-above-and-below)
12892         (table--cell-insert-char, table--cell-blank-str)
12893         (table--fill-region-strictly):
12894         * textmodes/tex-mode.el (tex-insert-quote, latex-find-indent):
12895         * textmodes/texinfo.el (texinfo-insert-quote): "?\ " -> "?\s".
12897         * add-log.el (change-log):
12898         * apropos.el (apropos):
12899         * comint.el (comint-completion, comint-source):
12900         * dabbrev.el (dabbrev):
12901         * delim-col.el (columns):
12902         * diff-mode.el (diff-mode):
12903         * ediff.el (ediff):
12904         * ediff-diff.el (ediff-diff):
12905         * ediff-init.el (ediff-highlighting, ediff-merge, ediff-hook):
12906         * ediff-mult.el (ediff-mult):
12907         * ediff-ptch.el (ediff-ptch):
12908         * ediff-wind.el (ediff-window):
12909         * facemenu.el (facemenu):
12910         * indent.el (indent):
12911         * info.el (info):
12912         * jka-cmpr-hook.el (compression, jka-compr):
12913         * lpr.el (lpr):
12914         * outline.el (outlines):
12915         * pcmpl-cvs.el (pcmpl-cvs):
12916         * pcmpl-rpm.el (pcmpl-rpm):
12917         * printing.el (printing):
12918         * ps-print.el (postscript, ps-print, ps-print-horizontal)
12919         (ps-print-vertical, ps-print-headers, ps-print-font)
12920         (ps-print-color, ps-print-face, ps-print-n-up, ps-print-zebra)
12921         (ps-print-background, ps-print-printer, ps-print-page)
12922         (ps-print-miscellany):
12923         * ses.el (ses):
12924         * shell.el (shell, shell-directories, shell-faces):
12925         * startup.el (initialization):
12926         * strokes.el (strokes):
12927         * term.el (term):
12928         * uniquify.el (uniquify):
12929         * w32-vars.el (w32):
12930         * calc/calc.el (calc):
12931         * emacs-lisp/bytecomp.el (bytecomp):
12932         * emacs-lisp/cl-indent.el (lisp-indent):
12933         * emacs-lisp/edebug.el (edebug):
12934         * emacs-lisp/elp.el (elp):
12935         * emacs-lisp/testcover.el (testcover):
12936         * emacs-lisp/trace.el (trace):
12937         * emulation/viper-ex.el (viper-ex):
12938         * emulation/viper-mous.el (viper-mouse):
12939         * mail/mailalias.el (mailalias):
12940         * mail/supercite.el (supercite, supercite-frames)
12941         (supercite-attr, supercite-cite, supercite-hooks):
12942         * net/rcompile.el (remote-compile):
12943         * net/rlogin.el (rlogin):
12944         * obsolete/ooutline.el (outlines):
12945         * progmodes/delphi.el (delphi):
12946         * progmodes/ebnf2ps.el (postscript, ebnf2ps, ebnf-special)
12947         (ebnf-except, ebnf-repeat, ebnf-terminal, ebnf-non-terminal)
12948         (ebnf-production, ebnf-shape, ebnf-displacement, ebnf-syntactic)
12949         (ebnf-optimization):
12950         * progmodes/etags.el (etags):
12951         * progmodes/executable.el (executable):
12952         * progmodes/idlwave.el (idlwave):
12953         * progmodes/pascal.el (pascal):
12954         * progmodes/prolog.el (prolog):
12955         * progmodes/python.el (python):
12956         * progmodes/scheme.el (scheme):
12957         * progmodes/sh-script.el (sh, sh-script):
12958         * progmodes/sql.el (SQL):
12959         * progmodes/tcl.el (tcl):
12960         * textmodes/bibtex.el (bibtex, bibtex-autokey):
12961         * textmodes/enriched.el (enriched):
12962         * textmodes/makeinfo.el (makeinfo):
12963         * textmodes/sgml-mode.el (sgml):
12964         * textmodes/table.el (table-hooks):
12965         * textmodes/tex-mode.el (tex-file, tex-run, tex-view):
12966         * textmodes/texinfo.el (texinfo):
12967         * textmodes/two-column.el (two-column):
12968         Finish `defgroup' description with period.
12970         * emacs-lisp/cl-indent.el (lisp-indent-maximum-backtracking):
12971         * eshell/esh-var.el (eshell-var):
12972         * progmodes/vhdl-mode.el (vhdl-testbench):
12973         * textmodes/org.el (org): Fix typos in docstrings.
12975         * emacs-lisp/timer.el (with-timeout): Improve argument/docstring
12976         consistency.
12978         * progmodes/flymake.el (flymake-find-file): Remove.
12979         (flymake-float-time): Use `with-no-warnings'.
12980         (flymake-check-start-time, flymake-check-was-interrupted)
12981         (flymake-err-info, flymake-is-running, flymake-last-change-time)
12982         (flymake-new-err-info): `defvar' at compile time.
12984 2005-07-03  Juanma Barranquero  <lekktu@gmail.com>
12986         * replace.el (occur-hook): Doc fix.
12987         (occur-1): Don't call `occur-hook' if there are no matches.
12989 2005-07-03  Richard M. Stallman  <rms@gnu.org>
12991         * emulation/tpu-edt.el (tpu-original-global-map): Don't copy
12992         global-map, save the same map.
12993         (global-map): Don't alter it at top level.
12994         (tpu-edt-on): Save global map in tpu-original-global-map, then copy.
12995         Then alter it here instead.
12996         (tpu-edt-off): Set global-map to the saved one.
12998         * emulation/tpu-edt.el (tpu-emacs19-p): Var deleted.
12999         All references simplified.
13000         (tpu-lucid-emacs-p): Rename from tpu-lucid-emacs19-p.  Uses changed.
13001         (zmacs-regions): Add defvar.
13002         (repeat-complex-command-map): Everything about that deleted.
13004         * textmodes/artist.el (artist-key-is-drawing)
13005         (artist-key-endpoint1, artist-key-poly-point-list)
13006         (artist-key-shape, artist-key-draw-how, artist-popup-menu-table)
13007         (artist-key-compl-table, artist-rb-save-data)
13008         (artist-arrow-point-1, artist-arrow-point-2): Move defvars up.
13009         Don't put them in eval-when-compile.
13010         (artist-set-arrow-points-for-poly): Use `last', not `artist-last'.
13012         * progmodes/ebrowse.el (ebrowse-revert-tree-buffer-from-file):
13013         Use with-no-warnings.
13015         * net/browse-url.el (dos-windows-version): Add defvar.
13017         * mail/supercite.el (filladapt-prefix-table): Add defvar.
13019         * mail/rmailsum.el (rmail-summary-redo): Add defvar.
13020         (rmail-summary-mode-map, rmail-summary-overlay): Defvars moved up.
13021         (rmail-new-summary-line-count): Rename from new-summary-line-count.
13022         Add defvar.
13023         (rmail-summary-beginning-of-message): Use with-no-warnings.
13024         (rmail-summary-first-message, rmail-summary-last-message): Likewise.
13026         * emulation/vip.el (vip-replace-string, ex-map, ex-read):
13027         Use with-no-warnings.
13029         * emulation/vi.el (vi-mark-region): Use c-mark-function.
13030         (c-mark-function): Add point-moving-unit property.
13031         (vi-goto-line): Use with-no-warnings.
13033         * emulation/edt.el (edt-last-copied-word): Add defvar.
13034         (zmacs-region-stays): Likewise.
13035         (edt-mark-section-wisely): Use c-mark-function for C.
13036         Use makr-defun for Fortran.
13037         (time-string): defvar deleted.
13038         (edt-display-the-time): Don't set time-string.
13040         * emacs-lisp/macroexp.el (macroexp-accumulate): Rename arg to var+list.
13042         * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn):
13043         Don't warn when name is not constant
13044         or for defining the group `emacs'.
13046         * tooltip.el (gud-tooltip-mode): Add defvar.
13048         * startup.el (default-frame-background-mode): Add defvar.
13050         * smerge-mode.el (smerge-mode): Add duplicate defvar near top.
13052         * info.el (tool-bar-map): Add defvar.
13054         * dired.el (dnd-protocol-alist): Add defvar.
13056         * dired-aux.el (dired-query): Display question with answer, when
13057         the user answers.
13059         * custom.el (custom-add-option): Doc fix.
13061         * bookmark.el (Info-current-node, Info-suffix-list): Add defvars.
13063 2005-07-03  Eli Zaretskii  <eliz@gnu.org>
13065         * font-lock.el (font-lock-regexp-grouping-construct): Fix the
13066         bogus name from the last change.
13068 2005-07-02  Luc Teirlinck  <teirllm@auburn.edu>
13070         * custom.el (custom-declare-variable): Fix typos in comment.
13071         (custom-known-themes): Doc fix.
13072         (custom-theme-directory): New defcustom.
13073         (require-theme): Make it check `custom-theme-directory'.
13075         * cus-theme.el (custom-new-theme-mode): New function.
13076         (custom-theme-name, custom-theme-variables, custom-theme-faces)
13077         (custom-theme-description): Add compiler defvars.
13078         (customize-create-theme): Add doc to the "*New Custom Theme*"
13079         buffer.  Use `custom-new-theme-mode'.
13080         (custom-theme-write): Put the created buffer in emacs-lisp-mode
13081         and save it to the `custom-theme-directory'.  Make this the
13082         default directory of the buffer.
13084 2005-07-02  David Hunter  <hunterd_42@comcast.net>  (tiny change)
13086         * progmodes/flymake.el (flymake-mode, flymake-mode-off):
13087         Fix unbalanced parentheses.
13089 2005-07-02  Stefan Monnier  <monnier@iro.umontreal.ca>
13091         * progmodes/flymake.el (flymake-mode-on, flymake-mode-off): Move body
13092         into flymake-mode and delegate to flymake-mode.
13094         * find-file.el (ff-which-function-are-we-in): Clean up.
13096 2005-07-02  Juanma Barranquero  <lekktu@gmail.com>
13098         * replace.el (occur-rename-buffer): Fix docstring.
13100         * emulation/edt.el (*EDT-keys*, edt-default-global-map)
13101         (edt-last-copied-word, edt-learn-macro-count)
13102         (edt-orig-page-delimiter, edt-orig-transient-mark-mode)
13103         (edt-rect-start-point, edt-user-global-map, rect-start-point)
13104         (time-string, zmacs-region-stays):
13105         * emulation/edt-mapper.el (edt-save-function-key-map)
13106         (EDT-key-name): `defvar' to silence the byte-compiler.
13108 2005-07-02  Martin Rudalics  <rudalics@gmx.at>  (tiny change)
13110         * font-lock.el (font-lock-regexp-grouping-backslash): Rename from
13111         font-lock-regexp-backslash.  Doc fix.
13112         (font-lock-regexp-backslash-grouping-construct): Rename from
13113         font-lock-regexp-backslash-construct.  Doc fix.
13114         (lisp-font-lock-keywords-2): Fix highlighting of Elisp regexp
13115         grouping constructs.
13117 2005-07-02  Eli Zaretskii  <eliz@gnu.org>
13119         * makefile.w32-in (bootstrap): Remove the $(EMACS) binary after
13120         updating all the prerequisites.
13122 2005-07-01  Juanma Barranquero  <lekktu@gmail.com>
13124         * textmodes/org.el (org-agenda-start-on-weekday)
13125         (org-calendar-to-agenda-key, org-agenda-sorting-strategy)
13126         (org-agenda-use-time-grid, org-archive-location)
13127         (org-allow-space-in-links, org-usenet-links-prefer-google)
13128         (org-enable-table-editor, org-export-default-language)
13129         (org-export-html-show-new-buffer, org-fill-paragraph)
13130         (org-cycle, org-goto-ret, org-goto-left, org-goto-right)
13131         (org-goto-quit, org-occur, org-eval-in-calendar)
13132         (org-agenda-cleanup-fancy-diary, org-agenda-no-heading-message)
13133         (org-agenda-diary-entry, org-remember-help)
13134         (org-table-convert-region, org-at-table-p)
13135         (org-table-move-row-down, org-table-move-row-up)
13136         (org-table-copy-region, org-table-toggle-vline-visibility)
13137         (org-table-get-stored-formulas, org-table-get-specials)
13138         (org-recalc-commands, org-table-eval-formula)
13139         (org-table-formula-substitute-names, orgtbl-make-binding)
13140         (org-format-org-table-html, org-format-table-table-html)
13141         (org-format-table-table-html-using-table-generate-source)
13142         (org-customize): Fix typos in docstrings.
13143         (org-level-2, org-at-timestamp-p, org-agenda-day-view)
13144         (org-agenda-toggle-diary, org-agenda-toggle-time-grid)
13145         (org-back-to-heading): Doc fixes.
13146         (org-agenda-toggle-time-grid, org-cmp-category, org-cmp-time)
13147         (org-agenda-change-all-lines, org-get-header):
13148         Improve argument/docstring consistency.
13149         (orgtbl-error): Fix error message.
13151         * progmodes/flymake.el (flymake-find-possible-master-files)
13152         (flymake-master-file-compare, flymake-get-line-err-count)
13153         (flymake-highlight-line, flymake-gui-warnings-enabled):
13154         Fix typos in docstrings.
13155         (flymake-parse-line, flymake-get-project-include-dirs-function)
13156         (flymake-get-prev-err-line-no, flymake-goto-prev-error):
13157         Doc fixes.
13158         (flymake-get-project-include-dirs-function)
13159         (flymake-make-err-menu-data):
13160         Improve argument/docstring consistency.
13162 2005-07-01  Lute Kamstra  <lute@gnu.org>
13164         * battery.el (battery-linux-proc-apm): Fix typo in docstring.
13165         Catch errors with ignore-errors.  Use temporary buffer.
13166         (battery-linux-proc-acpi): Fix typo in docstring.  Document `%r'.
13168         * facemenu.el (facemenu-unlisted-faces): Delete foreground and
13169         background color faces.
13170         (facemenu-set-foreground, facemenu-set-background):
13171         Use facemenu-set-face-from-menu.
13172         (facemenu-set-face-from-menu): Treat face names that start with
13173         "fg:" or "bg:" as special.
13174         (facemenu-add-new-color): Don't create faces.  Simplify.
13176 2005-06-30  Richard M. Stallman  <rms@gnu.org>
13178         * emacs-lisp/crm.el (crm-do-completion): Handle minibuffer prompt.
13179         (crm-find-current-element): Likewise.
13181 2005-06-30  Johan Bockg\e,Ae\e(Brd  <bojohan@users.sourceforge.net>
13183         * help-fns.el (help-do-arg-highlight): Regexp-quote argument names.
13185 2005-06-30  Stefan Monnier  <monnier@iro.umontreal.ca>
13187         * arc-mode.el (archive-extract): Make it work as a mouse binding.
13188         (archive-mouse-extract): Make it an obsolete alias.
13189         (archive-mode-map): Don't use archive-mouse-extract any more.
13190         (archive-mode, archive-extract): write-contents-hooks ->
13191         write-contents-functions.
13192         (archive-arc-rename-entry, archive-lzh-rename-entry): Remove unused
13193         first arg.
13194         (archive-rename-entry): Update the call.
13195         (archive-zip-summarize): Remove unused var `method'.
13196         (archive-lzh-summarize): Remove unused var `creator'.
13198         * emacs-lisp/debug.el (debug): Quieten Drew Adams by killing the
13199         dedicated frame upon exit.
13201         * arc-mode.el: Bind inhibit-read-only rather than buffer-read-only.
13202         (archive-zip-extract, archive-zip-expunge)
13203         (archive-zip-update, archive-zip-update-case): Use executable-find.
13204         (archive-resummarize, archive-flag-deleted, archive-unmark-all-files):
13205         Use restore-buffer-modified-p.
13206         (archive-extract, archive-add-new-member, archive-write-file-member):
13207         Use with-current-buffer.
13208         (archive-lzh-ogm, archive-zip-chmod-entry): Use dolist.
13210 2005-06-30  Andreas Schwab  <schwab@suse.de>
13212         * progmodes/gud.el (gud-filter): Remove unneeded progn.
13214 2005-06-30  Glenn Morris  <gmorris@ast.cam.ac.uk>
13216         * progmodes/sh-script.el (sh-get-kw): `&' also separates words.
13218 2005-06-30  Juri Linkov  <juri@jurta.org>
13220         * faces.el (vertical-border): Inherit from mode-line-inactive
13221         only on tty.
13223 2005-06-30  Juanma Barranquero  <lekktu@gmail.com>
13225         * help-fns.el (help-do-arg-highlight): Highlight also -ARG (for
13226         example, -NLINES in the `occur' docstring).
13228         * replace.el (occur-1): When no matches are found, do not set the
13229         `buffer-read-only' and modified flags for the occur buffer,
13230         because it is deleted.
13232         * emulation/cua-base.el (cua-check-pending-input)
13233         (cua-repeat-replace-region, cua-mode, cua-debug)
13234         (cua-auto-tabify-rectangles, cua-inhibit-cua-keys):
13235         Fix typos in docstrings.
13237         * emulation/cua-gmrk.el (cua-toggle-global-mark)
13238         (cua-cut-region-to-global-mark)
13239         (cua--cut-rectangle-to-global-mark):
13240         Remove period from end of messages.
13242         * emulation/cua-rect.el (cua-do-rectangle-padding):
13243         Remove period from end of messages.
13244         (cua--rectangle-seq-format): Fix typo in docstring.
13245         (cua-sequence-rectangle, cua-fill-char-rectangle):
13246         Improve argument/docstring consistency.
13248 2005-06-29  Juri Linkov  <juri@jurta.org>
13250         * faces.el (default-frame-background-mode): New internal variable.
13251         (frame-set-background-mode): Use it.
13253         * startup.el (normal-top-level): Set default-frame-background-mode
13254         instead of frame-background-mode.  Before setting it, test for its
13255         nil value.  Remove tests for frame-background-mode and frame
13256         parameter `reverse'.  Add test for "unspecified-fg".
13258         * term/xterm.el (xterm-rxvt-set-background-mode):
13259         * term/rxvt.el (rxvt-set-background-mode):
13260         Set default-frame-background-mode instead of frame-background-mode.
13262 2005-06-29  Juanma Barranquero  <lekktu@gmail.com>
13264         * simple.el (set-variable): Warn about obsolete user variables.
13266         * imenu.el (imenu--completion-buffer):
13267         * mouse.el (mouse-buffer-menu-alist):
13268         * msb.el (msb-invisible-buffer-p):
13269         * calendar/diary-lib.el (diary-header-line-format):
13270         * emacs-lisp/pp.el (pp-buffer):
13271         * progmodes/cperl-mode.el (cperl-do-auto-fill):
13272         * textmodes/picture.el (picture-replace-match):
13273         Change space constants followed by a sexp to "?\s ".
13275         * play/decipher.el (decipher-loop-with-breaks):
13276         * textmodes/texinfo.el (texinfo-insert-@item): Change space
13277         constants "protected" from end of line by a comment to "?\s".
13279 2005-06-29  Stefan Monnier  <monnier@iro.umontreal.ca>
13281         * font-lock.el (save-buffer-state): Use `declare'.
13283         * progmodes/cperl-mode.el (cperl-find-pods-heres): Don't gratuitously
13284         reset the syntax-table to cperl-mode-syntax-table.
13285         (cperl-mode): Make _ into word-syntax during font-locking so "print" in
13286         "foo_print_bar" is not matched as a reserved keyword.
13288 2005-06-29  Carsten Dominik  <dominik@science.uva.nl>
13290         * textmodes/org.el (orgtbl-setup): New function, for delayed
13291         setup for the orgtbl commands.
13292         (org-calc-default-modes): New option.
13293         (orgtbl-make-binding): Use `defun' to get better help display.
13294         (org-diary): Call `org-compile-prefix-format'.
13295         (org-table-formula-substitute-names): New function.
13296         (org-agenda-day-view, org-agenda-week-view): New commands.
13297         (org-agenda-toggle-week-view): Command removed.
13298         (org-tbl-menu): Split off from org-org-menu.
13299         (org-mode): Move removal of outline-mode menus to here.
13300         (org-table-formula-debug): New option.
13301         (org-table-insert-row): Keep first field if just "#" or "*".
13302         (org-mode): Paragraph regexps fixed.
13303         (org-table-recalculate-regexp): New constant.
13304         (org-table-justify-field-maybe): Avoid replace if not necessary.
13305         (org-copy-special, org-cut-special): Use `call-interactively'.
13306         (org-table-copy-region): Take region from `interactive' call.
13307         (org-trim): Return string even if no match.
13308         (org-formula): New face.
13309         (org-set-font-lock-defaults): No longer highlight "FIXME".
13310         But highlight formula-related fields in table.
13311         (org-table-p): Use regexp, not fontification.
13312         (org-table-align): Handle white space at end of line.
13313         (org-table-formula-evaluate-inline): New option.
13314         (org-mode): Auto-wrapping in comment lines turned off.
13315         (org-table-copy-down): Evaluate only in copied field, not in
13316         destination.
13317         (org-table-current-formula): Variable removed.
13318         (org-table-store-formulas, org-table-get-stored-formulas)
13319         (org-table-modify-formulas, org-table-replace-in-formulas)
13320         (org-table-maybe-eval-formula): New functions.
13321         (org-table-get-formula): Modify to use stored formulas.
13322         (org-table-insert-column, org-table-delete-column)
13323         (org-table-move-column): Call `org-table-modify-formulas'.
13324         (org-complete): Add completion for keyword formulas.
13325         (orgtbl-mode): Pull orgtbl-mode-map to start of
13326         minor-mode-map-alist.
13328 2005-06-29  Stefan Monnier  <monnier@iro.umontreal.ca>
13330         * progmodes/python.el (python-check): Require `compile' before
13331         modifying its variables.
13333         * newcomment.el (comment-indent-default): Don't get fooled by an early
13334         end of buffer.
13336 2005-06-28  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
13338         * ps-print.el (ps-print-version): Fix version number.
13340 2005-06-28  Luc Teirlinck  <teirllm@auburn.edu>
13342         * textmodes/ispell.el (ispell-word): Remove stray parenthesis.
13344 2005-06-28  Richard M. Stallman  <rms@gnu.org>
13346         * textmodes/flyspell.el (flyspell-use-local-map): Variable deleted.
13347         (flyspell-local-mouse-map): Declaration deleted.
13348         (flyspell-mouse-map): Bind only mouse-2.
13349         (flyspell-mode-map): Don't test flyspell-use-local-map.
13350         (flyspell-overlay-keymap-property-name): Var deleted.
13351         (flyspell-mode-on): Don't make local bindings for
13352         flyspell-mouse-map and flyspell-mode-map.
13353         (make-flyspell-overlay): Unconditionally put on `keymap' text prop.
13355         * textmodes/ispell.el (ispell-word): Do not ignore short words.
13357         * progmodes/compile.el (compilation-next-error-function):
13358         Don't switch buffers; operate on the current buffer.
13360         * progmodes/compile.el (compilation-error-file-name)
13361         (compilation-warning-file-name, compilation-info-file-name)
13362         (compilation-line-number, compilation-column-number): New faces.
13363         (compilation-error-face, compilation-warning-face)
13364         (compilation-info-face, compilation-line-face)
13365         (compilation-column-face): Use them.
13367         * facemenu.el (facemenu-add-face): Warn when font-lock is active.
13369         * comint.el (comint-password-prompt-regexp): Accept ", try again".
13371         * bindings.el (global-map): Bind insertchar and its variants.
13373 2005-06-27  Richard M. Stallman  <rms@gnu.org>
13375         * textmodes/artist.el (artist-text-overwrite)
13376         (artist-figlet-get-extra-args, artist-text-see-thru): Use read-string.
13378 2005-06-27  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
13380         * ps-print.el: It was not working the page selection for printing.
13381         Reported by Sebastian Tennant <sebyte@smolny.plus.com>.
13382         (ps-print-version): New version 6.6.7.
13383         (ps-end-sheet): New fun.
13384         (ps-header-sheet, ps-end-job): Call it.
13386 2005-06-27  Luc Teirlinck  <teirllm@auburn.edu>
13388         * subr.el (add-to-list, add-to-ordered-list): Doc fixes.
13390 2005-06-27  Lute Kamstra  <lute@gnu.org>
13392         * facemenu.el (facemenu-unlisted-faces): Add foreground and
13393         background color faces.
13394         (facemenu-get-face): Delete function.
13395         (facemenu-set-face-from-menu): Don't call facemenu-get-face.
13396         (facemenu-add-new-color): Make second argument mandatory.
13397         Create the appropriate face and return it.  Simplify.
13398         (facemenu-set-foreground, facemenu-set-background): Don't check if
13399         color is defined.  Use return value of facemenu-add-new-color.
13401 2005-06-26  Nick Roberts  <nickrob@snap.net.nz>
13403         * progmodes/gud.el (gud-filter): Add missing argument to
13404         with-selected-window.
13406 2005-06-26  Stefan Monnier  <monnier@iro.umontreal.ca>
13408         * emacs-lisp/easy-mmode.el (define-minor-mode): Don't automatically add
13409         a :require to the defcustom.
13411         * emacs-lisp/autoload.el (make-autoload): Add the :setter for
13412         defcustoms corresponding to minor modes.
13414 2005-06-26  David Ponce  <david@dponce.com>
13416         * recentf.el: Require tree-widget instead of wid-edit.
13417         (recentf-filename-handler): Fix widget :type.
13418         (recentf-cancel-dialog, recentf-open-more-files)
13419         (recentf-open-files-action): Doc fix.
13420         (recentf-dialog-goto-first): New function.
13421         (recentf-dialog-mode-map): Set parent keymap first.
13422         (recentf-dialog-mode): Define with define-derived-mode.
13423         Don't display continuation lines in dialogs.
13424         (recentf-edit-list): Rename from recentf-edit-selected-items.
13425         (recentf-edit-list-select): Rename from recentf-edit-list-action.
13426         Simplify.
13427         (recentf-edit-list-validate): New function.
13428         (recentf-edit-list): Update accordingly.
13429         (recentf-open-files-item-shift): Remove.
13430         (recentf-open-files-item): Convert menu elements into tree and
13431         link widgets.  Don't create the widgets.
13432         (recentf-open-files): Update accordingly.
13433         (recentf-save-list): Untabify.
13435 2005-06-25  Luc Teirlinck  <teirllm@auburn.edu>
13437         * replace.el (keep-lines-read-args): Add INTERACTIVE arg.
13438         (keep-lines): Add INTERACTIVE arg.  Never delete lines only
13439         partially contained in the active region.  Do not take active
13440         region into account when called from Lisp, unless INTERACTIVE arg
13441         is non-nil.  Use `forward-line' instead of `beginning-of-line' to
13442         avoid trouble with fields.  Make marker point nowhere when no
13443         longer used.  Always return nil.  Doc fix.
13444         (flush-lines): Add INTERACTIVE arg.  Do not take active region
13445         into account when called from Lisp, unless INTERACTIVE arg is
13446         non-nil.  Use `forward-line' instead of `beginning-of-line' to
13447         avoid trouble with fields.  Make marker point nowhere when no
13448         longer used.  Always return nil.  Doc fix.
13449         (how-many): Add INTERACTIVE arg.  Make RSTART and REND args
13450         interchangeable.  Do not take active region into account when
13451         called from Lisp, unless INTERACTIVE arg is non-nil.  Do not print
13452         message in echo area when called from Lisp, unless INTERACTIVE arg
13453         is non-nil.  Avoid saying "1 occurrences".  Do not use markers.
13454         Return the number of matches.  Doc fix.
13455         (occur): Doc fix.
13456         (perform-replace): Make comment follow double space convention for
13457         the sake of `outline-minor-mode'.
13459         * faces.el (facep): Doc fix.
13461 2005-06-25  Richard M. Stallman  <rms@gnu.org>
13463         * facemenu.el (facemenu-enable-faces-p): New function.
13464         (facemenu-background-menu, facemenu-foreground-menu)
13465         (facemenu-face-menu): Add menu-enable property.
13467         * jka-compr.el (jka-compr-insert-file-contents):
13468         Special handling if cannot find the uncompression program.
13470         * cus-face.el (custom-face-attributes): Add autoload.
13472         * emacs-lisp/lisp-mode.el (lisp-mode-variables):
13473         Bind comment-indent-function locally.
13475         * window.el (save-selected-window): Use save-current-buffer.
13477         * subr.el (with-selected-window): Use save-current-buffer.
13479         * progmodes/gud.el (gud-filter): Simplify using with-selected-window
13480         and with-current-buffer.
13482 2005-06-24  Richard M. Stallman  <rms@gnu.org>
13484         * simple.el (line-move-1): Fix previous change.
13486 2005-06-24  Juanma Barranquero  <lekktu@gmail.com>
13488         * replace.el (occur-1): Set `buffer-read-only' and the
13489         buffer-modified flag before running `occur-hook' to protect
13490         against unintentional buffer switches that can lead to data loss.
13492 2005-06-24  Nick Roberts  <nickrob@snap.net.nz>
13494         * progmodes/gud.el (gud-tooltip-print-command): Indent properly.
13495         (gud-gdb-marker-filter): Use font-lock-warning-face for any
13496         initial error.
13498         * progmodes/gdb-ui.el (gdb-send): Remove warning face from errors
13499         after fresh input.
13500         (gdb-var-create-handler): Put name of expression in quotes.
13502 2005-06-23  Luc Teirlinck  <teirllm@auburn.edu>
13504         * emacs-lisp/ring.el (ring-elements): Make it return a list of the
13505         elements of RING in order, and without bogus nil elements.
13507 2005-06-23  Richard M. Stallman  <rms@gnu.org>
13509         * simple.el (set-variable): Args renamed; doc fix.
13510         (line-move-1): When there are overlays around, use vertical-motion.
13512         * faces.el (escape-glyph): Use brown against light background.
13513         (nobreak-space): Rename from no-break-space.
13514         Fix previous change.
13516         * dired-aux.el (dired-do-copy): Fix arg prompt.
13518         * mail/sendmail.el (mail-setup-with-from): Fix custom type.
13520 2005-06-23  Glenn Morris  <gmorris@ast.cam.ac.uk>
13522         * mail/emacsbug.el (report-emacs-bug): Use "X server distributor"
13523         rather than "Distributor".
13525 2005-06-23  Lute Kamstra  <lute@gnu.org>
13527         * emacs-lisp/debug.el (debugger-special-form-p): New defun.
13528         (debug-on-entry): Use it.  New interactive declaration that uses
13529         function-called-at-point.
13531 2005-06-23  Kim F. Storm  <storm@cua.dk>
13533         * subr.el (save-match-data): Add comment about using evaporate arg
13534         to set-match-data.
13536 2005-06-22  Glenn Morris  <gmorris@ast.cam.ac.uk>
13538         * cus-edit.el (customize-face)
13539         (customize-face-other-window): Handle face aliases.
13541         * faces.el (face-documentation, set-face-attribute)
13542         (face-spec-set): Handle face aliases.
13544 2005-06-22  Juanma Barranquero  <lekktu@gmail.com>
13546         * help-mode.el (help-make-xrefs): If a symbol representing a face
13547         name is not followed by the word "face", it could still be a
13548         function or variable name, so don't bypass other checks.
13550 2005-06-22  Juri Linkov  <juri@jurta.org>
13552         * ps-print.el (ps-face-foreground-name, ps-face-background-name):
13553         Replace aliased functions with calls where second arg `inherit' is t.
13555 2005-06-22  Nick Roberts  <nickrob@snap.net.nz>
13557         * progmodes/gdb-ui.el (gdb-error): New variable.
13558         (gdb-error): New function.
13559         (gdb-annotation-rules): Act on error-begin and error annotations.
13560         (gdb-concat-output): Use font-lock-warning-face for errors.
13562 2005-06-22  Miles Bader  <miles@gnu.org>
13564         * bindings.el (propertized-buffer-identification): Use renamed
13565         `Buffer-menu-buffer' face.
13567         * faces.el (vertical-border): Rename from `vertical-divider'.
13568         (escape-glyph): Change dark-background color back to `cyan'.
13570 2005-06-21  Juri Linkov  <juri@jurta.org>
13572         * faces.el (face-user-default-spec): Try getting `customized-face'
13573         prior to `saved-face'.
13574         (frame-background-mode): Refill docstring.
13576         * emacs-lisp/lisp-mode.el (eval-defun-1):
13577         * emacs-lisp/edebug.el (edebug-eval-defun):
13578         Set `saved-face' temporarily to nil before calling form.
13579         Set `customized-face' to the new spec after that.
13581 2005-06-21  Juanma Barranquero  <lekktu@gmail.com>
13583         * subr.el (1value, lambda, key-substitution-in-progress):
13584         Doc fixes.
13586         * autoinsert.el (auto-insert-alist):
13587         * ses.el (ses-call-printer):
13588         * subr.el (noreturn):
13589         * emacs-lisp/lisp.el (check-parens):
13590         * emacs-lisp/byte-opt.el (byte-optimize-pure-func):
13591         * net/browse-url.el (browse-url-mosaic):
13592         * progmodes/cc-defs.el (c-safe-scan-lists):
13593         * progmodes/ebnf-abn.el (ebnf-abn-lex):
13594         * progmodes/ebnf-bnf.el (ebnf-bnf-lex):
13595         * progmodes/ebnf-dtd.el (ebnf-dtd-lex):
13596         * progmodes/ebnf-ebx.el (ebnf-ebx-lex):
13597         * progmodes/ebnf-iso.el (ebnf-iso-lex):
13598         * progmodes/ebnf-yac.el (ebnf-yac-lex): Fix spellings.
13600 2005-06-21  Reiner Steib  <Reiner.Steib@gmx.de>
13602         * pcvs-defs.el (cvs-menu): Add cvs-mode-mark and cvs-mode-unmark.
13604 2005-06-21  Glenn Morris  <gmorris@ast.cam.ac.uk>
13606         * calendar/appt.el (appt-make-list): Activate the package, if
13607         not already active (for backwards compatibility).
13609 2005-06-20  Kim F. Storm  <storm@cua.dk>
13611         * subr.el (add-to-ordered-list): Test membership with eq.  Simplify.
13613 2005-06-20  Miles Bader  <miles@gnu.org>
13615         * faces.el (vertical-divider): New face.
13617 2005-06-20  Juanma Barranquero  <lekktu@gmail.com>
13619         * simple.el (kill-whole-line): Doc fix.
13620         (next-error-buffer-p, next-error-find-buffer)
13621         (clone-indirect-buffer): Fix typos in docstrings.
13622         (comment-line-break-function): Doc fix: don't say variable
13623         is automatically buffer-local (it isn't).
13625 2005-06-19  Michael Albinus  <michael.albinus@gmx.de>
13627         * net/tramp-ftp.el (top):
13628         * net/tramp-smb.el (top):
13629         * net/tramp-util.el (top):
13630         * net/tramp-uu.el (top):
13631         * net/tramp-vc.el (top):
13632         * net/tramp.el (top): Revert copyright years back to original
13633         ones.  Tramp has a life outside GNU Emacs.
13635 2005-06-19  Nick Roberts  <nickrob@snap.net.nz>
13637         * tooltip.el (tooltip-use-echo-area): Don't make it obsolete.
13639 2005-06-18  Juri Linkov  <juri@jurta.org>
13641         * progmodes/grep.el (grep-regexp-alist): Use backreference at the
13642         end of first regexp to limit the match to the position between
13643         line number and source line with same separator character as used
13644         between file name and line number.  In the second regexp limit
13645         mouse-face area to file name and line number by adding new group
13646         for them and referring it in HYPERLINK arg.
13647         (grep-regexp-alist, grep-mode-font-lock-keywords): Use shy group.
13648         (grep-mode): Set font-lock-lines-before to 0 to not refontify the
13649         previous line where grep markers may be already removed.
13651 2005-06-18  Peter Kleiweg  <p.c.j.kleiweg@rug.nl>
13653         * progmodes/ps-mode.el: Update version and maintainer's email address.
13655 2005-06-18  Steve Youngs  <steve@xemacs.org>
13657         * net/browse-url.el (browse-url-browser-function)
13658         (browse-url-default-browser): Add firefox.
13659         (browse-url-firefox-program, browse-url-firefox-arguments)
13660         (browse-url-firefox-startup-arguments)
13661         (browse-url-firefox-new-window-is-tab): New defcustoms.
13662         (browse-url-firefox, browse-url-firefox-sentinel): New functions.
13664 2005-06-17  Richard M. Stallman  <rms@gnu.org>
13666         * startup.el (command-line): Warn if specified user name has
13667         no home directory.
13669         * term.el (term-get-old-input, term-input-filter, term-input-sender)
13670         (term-mode-hook, term-exec-hook, term-escape-char): Doc fixes.
13672         * longlines.el (longlines-mode, longlines-show-hard-newlines):
13673         Doc fixes.
13675         * faces.el (underline): Try bold if terminal doesn't support underline.
13677         * mail/sendmail.el (mail-setup-with-from): New variable.
13678         (mail-insert-from-field): New function.
13679         (sendmail-send-it): Call it.
13680         (mail-setup): Optionally call it here.
13682         * term/linux.el: Call tty-no-underline.
13684 2005-06-17  Luc Teirlinck  <teirllm@auburn.edu>
13686         * emacs-lisp/edebug.el (edebug-goto-here): Doc fix.
13688 2005-06-17  Miles Bader  <miles@gnu.org>
13690         * ediff-init.el (ediff-current-diff-A, ediff-current-diff-B)
13691         (ediff-current-diff-C, ediff-current-diff-Ancestor)
13692         (ediff-fine-diff-A, ediff-fine-diff-B, ediff-fine-diff-C)
13693         (ediff-fine-diff-Ancestor, ediff-even-diff-A, ediff-even-diff-B)
13694         (ediff-even-diff-C, ediff-even-diff-Ancestor, ediff-odd-diff-A)
13695         (ediff-odd-diff-B, ediff-odd-diff-C, ediff-odd-diff-Ancestor):
13696         Remove "-face" suffix from face names.
13697         (ediff-current-diff-face-A, ediff-current-diff-face-B)
13698         (ediff-current-diff-face-C, ediff-current-diff-face-Ancestor)
13699         (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
13700         (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
13701         (ediff-even-diff-face-A, ediff-even-diff-face-B)
13702         (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
13703         (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
13704         (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
13705         New backward-compatibility aliases for renamed faces.
13706         (ediff-current-diff-face-A, ediff-current-diff-face-B)
13707         (ediff-current-diff-face-C, ediff-current-diff-face-Ancestor)
13708         (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
13709         (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
13710         (ediff-even-diff-face-A, ediff-even-diff-face-B)
13711         (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
13712         (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
13713         (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
13714         Use renamed ediff faces.
13716         * eshell/esh-test.el (eshell-test-ok, eshell-test-failed):
13717         Remove "-face" suffix from face names.
13718         (eshell-test-ok-face, eshell-test-failed-face):
13719         New backward-compatibility aliases for renamed faces.
13720         (eshell-run-test): Use renamed eshell-test faces.
13722         * eshell/em-prompt.el (eshell-prompt): Remove "-face" suffix from
13723         face name.
13724         (eshell-prompt-face): New backward-compatibility alias for renamed
13725         face.
13726         (eshell-emit-prompt): Use renamed eshell-prompt face.
13728         * eshell/em-ls.el (eshell-ls-directory, eshell-ls-symlink)
13729         (eshell-ls-executable, eshell-ls-readonly, eshell-ls-unreadable)
13730         (eshell-ls-special, eshell-ls-missing, eshell-ls-archive)
13731         (eshell-ls-backup, eshell-ls-product, eshell-ls-clutter):
13732         Remove "-face" suffix from face names.
13733         (eshell-ls-directory-face, eshell-ls-symlink-face)
13734         (eshell-ls-executable-face, eshell-ls-readonly-face)
13735         (eshell-ls-unreadable-face, eshell-ls-special-face)
13736         (eshell-ls-missing-face, eshell-ls-archive-face)
13737         (eshell-ls-backup-face, eshell-ls-product-face)
13738         (eshell-ls-clutter-face):
13739         New backward-compatibility aliases for renamed faces.
13740         (eshell-ls-decorated-name): Use renamed eshell-ls faces.
13742         * progmodes/cc-fonts.el (c-nonbreakable-space-face):
13743         Remove "-face" suffix from face name.
13744         (c-cpp-matchers): Use the variable `c-nonbreakable-space-face'
13745         instead of literal face.
13747 2005-06-17  Juanma Barranquero  <lekktu@gmail.com>
13749         * emacs-lisp/warnings.el (display-warning, lwarn)
13750         (warning-minimum-log-level): Doc fixes.
13751         (warning-minimum-level, warning-minimum-log-level):
13752         Add :debug to :type choices.
13754         * progmodes/ada-mode.el (ada-format-paramlist)
13755         (ada-get-indent-case, ada-check-matching-start)
13756         (ada-check-defun-name, ada-goto-matching-decl-start)
13757         (ada-goto-matching-start, ada-goto-matching-end, ada-tab)
13758         (ada-untab, ada-move-to-start, ada-fill-comment-paragraph)
13759         (ada-make-subprogram-body): Follow error conventions.
13760         (ada-case-exception-file, ada-indent-comment-as-code)
13761         (ada-indent-handle-comment-special, ada-indent-renames)
13762         (ada-indent-return, ada-search-directories-internal)
13763         (ada-tab-policy, ada-case-exception-substring)
13764         (ada-other-file-alist, ada-matching-start-re)
13765         (ada-matching-decl-start-re, ada-contextual-menu-last-point)
13766         (ada-imenu-generic-expression, ada-compile-goto-error)
13767         (ada-in-comment-p, ada-in-string-p, ada-in-string-or-comment-p)
13768         (ada-popup-menu, ada-add-extensions, ada-mode)
13769         (ada-region-selected, ada-create-case-exception)
13770         (ada-create-case-exception-substring, ada-after-keyword-p)
13771         (ada-activate-keys-for-case, ada-adjust-case-region)
13772         (ada-adjust-case-buffer, ada-format-paramlist)
13773         (ada-scan-paramlist, ada-insert-paramlist)
13774         (ada-indent-newline-indent)
13775         (ada-indent-newline-indent-conditional)
13776         (ada-justified-indent-current, ada-goto-previous-word)
13777         (ada-indent-current, ada-get-indent-open-paren)
13778         (ada-get-indent-paramlist, ada-get-indent-end)
13779         (ada-get-indent-case, ada-get-indent-when, ada-get-indent-if)
13780         (ada-get-indent-block-start, ada-get-indent-subprog)
13781         (ada-get-indent-noindent, ada-get-indent-label)
13782         (ada-get-indent-loop, ada-get-indent-type, ada-goto-stmt-start)
13783         (ada-search-prev-end-stmt, ada-goto-next-non-ws)
13784         (ada-goto-stmt-end, ada-goto-next-word)
13785         (ada-check-matching-start, ada-check-defun-name)
13786         (ada-goto-matching-decl-start, ada-goto-matching-start)
13787         (ada-goto-matching-end, ada-search-ignore-string-comment)
13788         (ada-in-decl-p, ada-looking-at-semi-or)
13789         (ada-looking-at-semi-private, ada-in-paramlist-p)
13790         (ada-in-open-paren-p, ada-tab, ada-indent-current-function)
13791         (ada-untab-hard, ada-move-to-start, ada-move-to-end)
13792         (ada-next-procedure, ada-previous-procedure, ada-next-package)
13793         (ada-previous-package, ada-create-menu)
13794         (ada-fill-comment-paragraph-justify)
13795         (ada-fill-comment-paragraph-postfix, ada-fill-comment-paragraph)
13796         (ada-other-file-name, ada-last-which-function-line)
13797         (ada-last-which-function-subprog, ada-which-function)
13798         (ada-get-body-name, ada-outline-level, ada-narrow-to-defun)
13799         (ada-gen-treat-proc, ada-check-emacs-version)
13800         (ada-continuation-indent, ada-align-region-separate):
13801         Fix typos in docstrings.
13802         (ada-adjust-case, ada-adjust-case-interactive): Doc fixes.
13804 2005-06-16  Lute Kamstra  <lute@gnu.org>
13806         * simple.el (fundamental-mode): Run after-change-major-mode-hook
13807         conditionally.
13809 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
13811         * comint.el (comint-replace-by-expanded-filename)
13812         (comint-prompt-regexp, comint-delimiter-argument-list)
13813         (comint-preinput-scroll-to-bottom):
13814         * info.el (Info-hide-cookies-node):
13815         * ls-lisp.el (ls-lisp-classify):
13816         * find-file.el (ff-search-directories, ff-special-constructs)
13817         (ff-find-other-file):
13818         * font-lock.el (font-lock-keywords):
13819         * shell.el (shell-prompt-pattern)
13820         (shell-dynamic-complete-functions, shell-mode)
13821         (shell-delimiter-argument-list):
13822         * term.el (term-replace-by-expanded-filename)
13823         (term-prompt-regexp, term-delimiter-argument-list):
13824         * woman.el (woman-ignore, woman0-if):
13825         * emacs-lisp/derived.el (derived-mode-init-mode-variables):
13826         * emacs-lisp/elint.el (elint-init-env):
13827         * emacs-lisp/regexp-opt.el (regexp-opt-depth):
13828         * eshell/esh-mode.el (eshell-preinput-scroll-to-bottom):
13829         * language/ethio-util.el (ethio-tilde-escape)
13830         (ethio-use-three-dot-question):
13831         * net/zone-mode.el (zone-mode-load-time-setup):
13832         * progmodes/cc-align.el (c-lineup-argcont):
13833         * progmodes/cc-awk.el (c-awk-beginning-of-defun):
13834         * progmodes/cperl-mode.el (cperl-set-style-back):
13835         * progmodes/inf-lisp.el (inferior-lisp-prompt):
13836         * progmodes/vhdl-mode.el (vhdl-beginning-of-libunit):
13837         Fix spellings in docstrings.
13839         * textmodes/sgml-mode.el (sgml-calculate-indent, html-tag-help):
13840         * progmodes/modula2.el (m2-for): Fix spellings.
13842         * menu-bar.el (menu-bar-games-menu): Fix typo in menu help string.
13844         * simple.el (undo-more): Don't use `format' on `error' arguments.
13845         Improve argument/docstring consistency.
13846         (pending-undo-list): Doc fix.
13848         * smerge-mode.el (smerge-ensure-match):
13849         * emulation/vip.el (vip-ex):
13850         * net/zone-mode.el (zone-mode-update-serial):
13851         * progmodes/idlwave.el (idlwave-complete):
13852         * progmodes/vhdl-mode.el (vhdl-visit-file)
13853         (vhdl-compose-wire-components):
13854         Don't use `format' on `error' arguments.
13856         * tooltip.el (tooltip-start-delayed-tip, tooltip-timeout)
13857         (tooltip-use-echo-area, tooltip-process-prompt-regexp)
13858         (tooltip-help-tips): Fix typos in docstrings.
13860 2005-06-16  David Ponce  <david@dponce.com>
13862         * tree-widget.el (tree-widget-value-create): Simplify last change.
13864 2005-06-15  Matt Hodges  <MPHodges@member.fsf.org>
13866         * ido.el (ido-incomplete-regexp): New variable.
13867         (ido-set-matches-1): Handle invalid-regexp error and set
13868         ido-incomplete-regexp.
13869         (ido-incomplete-regexp): New face.
13870         (ido-completions): Use it.
13871         (ido-complete, ido-exit-minibuffer, ido-completions):
13872         Handle incomplete regexps.
13873         (ido-completions): Add check for complete match when entering a regexp.
13875 2005-06-15  Stefan Monnier  <monnier@iro.umontreal.ca>
13877         * subr.el (add-to-ordered-list): Use a weak hash-table to avoid leaks.
13879 2005-06-15  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
13881         * textmodes/bibtex.el (bibtex-Preamble): Enclose BibTeX preamble
13882         by field delimiters.
13884 2005-06-15  David Ponce  <david@dponce.com>
13886         * tree-widget.el: eval-and-compile inlined functions so they will
13887         be available at run-time too.
13888         (tree-widget-super-format-handler)
13889         (tree-widget-format-handler): Remove.
13890         (tree-widget-value-create): Handle the :indent property.
13892 2005-06-15  Miles Bader  <miles@gnu.org>
13894         * progmodes/which-func.el (which-func): Only inherit
13895         `font-lock-function-name-face' when that makes sense against the
13896         default mode-line face, otherwise set the face color explicitly.
13898         * progmodes/cperl-mode.el (cperl-init-faces): Use literal cperl
13899         faces instead of (non-existent) variables.
13901 2005-06-14  Stefan Monnier  <monnier@iro.umontreal.ca>
13903         * iswitchb.el (iswitchb-to-end): Replace mapcar with dolist.
13904         (iswitchb-get-matched-buffers): Likewise.  Simplify.
13906 2005-06-14  Miles Bader  <miles@gnu.org>
13908         * progmodes/ld-script.el (ld-script-location-counter):
13909         Remove "-face" suffix from face name.
13910         (ld-script-location-counter-face):
13911         New backward-compatibility alias for renamed face.
13912         (ld-script-location-counter-face): Use renamed face.
13914         * progmodes/cperl-mode.el (cperl-nonoverridable, cperl-array)
13915         (cperl-hash): Remove "-face" suffix from face names.
13916         (cperl-nonoverridable-face, cperl-array-face, cperl-hash-face):
13917         New backward-compatibility aliases for renamed faces.
13918         (cperl-find-pods-heres, cperl-init-faces, cperl-ps-print-init)
13919         (cperl-ps-print-face-properties): Use renamed cperl-mode faces.
13921         * progmodes/which-func.el (which-func): Remove "-face" suffix from face
13922         name.
13923         (which-func-face): New backward-compatibility alias for renamed face.
13924         (which-func-format): Use renamed which-func face.
13926         * progmodes/vhdl-mode.el (vhdl-prompt, vhdl-attribute, vhdl-enumvalue)
13927         (vhdl-function, vhdl-directive, vhdl-reserved-word)
13928         (vhdl-translate-off): Remove "-face" suffix and "font-lock-" from face
13929         names.
13930         (vhdl-speedbar-entity, vhdl-speedbar-architecture)
13931         (vhdl-speedbar-configuration, vhdl-speedbar-package)
13932         (vhdl-speedbar-library, vhdl-speedbar-instantiation)
13933         (vhdl-speedbar-subprogram, vhdl-speedbar-entity-selected)
13934         (vhdl-speedbar-architecture-selected)
13935         (vhdl-speedbar-configuration-selected)
13936         (vhdl-speedbar-package-selected)
13937         (vhdl-speedbar-instantiation-selected): Remove "-face" suffix from face
13938         names.
13939         (vhdl-font-lock-keywords-2, vhdl-font-lock-keywords-5):
13940         Use renamed faces.
13941         (vhdl-prompt-face, vhdl-attribute-face, vhdl-enumvalue-face)
13942         (vhdl-function-face, vhdl-directive-face, vhdl-reserved-words-face)
13943         (vhdl-translate-off-face): Variables renamed to remove "font-lock-".
13944         Use renamed faces.
13945         (syntax-alist): Don't use "font-lock-" or "-face" in generated face
13946         names.
13947         (vhdl-font-lock-init, vhdl-ps-print-settings): Use renamed faces.
13948         (vhdl-speedbar-insert-hierarchy, vhdl-speedbar-expand-entity)
13949         (vhdl-speedbar-expand-package, vhdl-speedbar-update-current-unit)
13950         (vhdl-speedbar-make-inst-line, vhdl-speedbar-make-pack-line)
13951         (vhdl-speedbar-make-subpack-line, vhdl-speedbar-make-subprogram-line)
13952         (vhdl-speedbar-item-info, vhdl-speedbar-check-unit): Use renamed faces.
13954         * progmodes/sh-script.el (sh-heredoc): Remove "-face" suffix from
13955         face name.
13956         (sh-heredoc-face): New backward-compatibility alias for renamed face.
13957         (sh-heredoc-face): Use renamed sh-heredoc face.
13959         * progmodes/idlw-help.el (idlwave-help-link):
13960         Remove "-face" suffix from face name.
13961         (idlwave-help-link-face):
13962         New backward-compatibility alias for renamed face.
13963         (idlwave-highlight-linked-completions): Use renamed idlwave-help faces.
13965         * progmodes/idlw-shell.el (idlwave-shell-bp-face)
13966         (idlwave-shell-disabled-bp): Remove "-face" suffix from face names.
13967         (idlwave-shell-bp-face, idlwave-shell-disabled-bp):
13968         New backward-compatibility aliases for renamed faces.
13969         (idlwave-shell-disabled-breakpoint-face)
13970         (idlwave-shell-breakpoint-face): Use renamed idlwave-shell faces.
13972         * progmodes/flymake.el (flymake-errline, flymake-warnline):
13973         Remove "-face" suffix from face names.
13974         (flymake-errline-face, flymake-warnline-face):
13975         New backward-compatibility aliases for renamed faces.
13976         (flymake-highlight-line): Use renamed flymake faces.
13978         * progmodes/ebrowse.el (ebrowse-tree-mark, ebrowse-root-class)
13979         (ebrowse-file-name, ebrowse-default, ebrowse-member-attribute)
13980         (ebrowse-member-class, ebrowse-progress):
13981         Remove "-face" suffix from face names.
13982         (ebrowse-tree-mark-face, ebrowse-root-class-face)
13983         (ebrowse-file-name-face, ebrowse-default-face)
13984         (ebrowse-member-attribute-face, ebrowse-member-class-face)
13985         (ebrowse-progress-face):
13986         New backward-compatibility aliases for renamed faces.
13987         (ebrowse-show-progress, ebrowse-show-file-name-at-point)
13988         (ebrowse-set-mark-props, ebrowse-draw-tree-fn)
13989         (ebrowse-draw-member-buffer-class-line, ebrowse-draw-member-long-fn)
13990         (ebrowse-draw-member-short-fn): Use renamed ebrowse faces.
13992         * progmodes/antlr-mode.el (antlr-default, antlr-keyword,
13993         antlr-syntax)
13994         (antlr-ruledef, antlr-tokendef, antlr-ruleref, antlr-tokenref)
13995         (antlr-literal): Remove "-face" suffix and "font-lock-" from face
13996         names.
13997         (antlr-font-lock-default-face, antlr-font-lock-keyword-face)
13998         (antlr-font-lock-syntax-face, antlr-font-lock-ruledef-face)
13999         (antlr-font-lock-tokendef-face, antlr-font-lock-ruleref-face)
14000         (antlr-font-lock-tokenref-face, antlr-font-lock-literal-face): New
14001         backward-compatibility aliases for renamed faces.
14002         (antlr-default-face, antlr-keyword-face, antlr-syntax-face)
14003         (antlr-ruledef-face, antlr-tokendef-face, antlr-ruleref-face)
14004         (antlr-tokenref-face, antlr-literal-face): Variables renamed to
14005         remove "font-lock-".  Use renamed antlr-mode faces.
14006         (antlr-font-lock-additional-keywords): Use renamed faces.  Replace
14007         literal face-names with face variable references.
14009         * buff-menu.el (Buffer-menu-buffer): Remove "-face" suffix from
14010         face name.
14011         (Buffer-menu-buffer-face): New backward-compatibility alias for
14012         renamed face.
14013         (list-buffers-noselect): Use renamed Buffer-menu-buffer face.
14015 2005-06-15  Daniel Pfeiffer  <occitan@esperanto.org>
14017         * progmodes/make-mode.el (makefile-space, makefile-makepp-perl):
14018         Eliminate "-face" suffix.
14019         (makefile-targets): Inherit from font-lock-function-name-face and
14020         eliminate "-face" suffix.
14021         (makefile-shell): Remove attributes and eliminate "-face" suffix.
14022         (makefile-*-font-lock-keywords): Append makefile-targets in rule
14023         actions, instead of prepending, to make it less visible.
14024         (makefile-previous-dependency, makefile-match-dependency):
14025         Don't match a target on a continuation line.
14027         * files.el (auto-mode-alist): Put Makefile in gmake mode.
14029 2005-06-15  Nick Roberts  <nickrob@snap.net.nz>
14031         * progmodes/gdb-ui.el (menu): Re-order menu items.
14032         (gdb-tooltip-print): Respect tooltip-use-echo-area.
14034         * progmodes/gud.el (tooltip-use-echo-area): Remove alias.
14035         Define in tooltip.el.
14036         (gud-tooltip-process-output): Respect tooltip-use-echo-area.
14037         (gud-tooltip-tips): Respect tooltip-use-echo-area and
14038         gud-tooltip-echo-area.
14040         * tooltip.el (tooltip-use-echo-area): Restore from gud.el for
14041         backward compatibility and make obsolete.
14042         (tooltip-help-tips): Use tooltip-use-echo-area.
14043         (tooltip-show-help-function): Rename to...
14044         (tooltip-show-help): ...this, because it is a function.
14045         (tooltip-mode, tooltip-help-message): Call tooltip-show-help.
14047 2005-06-14  Luc Teirlinck  <teirllm@auburn.edu>
14049         * emacs-lisp/edebug.el (edebug-all-defs, edebug-initial-mode)
14050         (edebug-print-length, edebug-print-level, edebug-print-circle)
14051         (edebug-modify-breakpoint, edebug-eval-last-sexp)
14052         (edebug-eval-print-last-sexp): Doc fixes.
14054 2005-06-14  Kim F. Storm  <storm@cua.dk>
14056         * ido.el (ido-mode): Make a new keymap every time we enable ido,
14057         as the coverage buffer/file/both may change.
14059 2005-06-14  Lute Kamstra  <lute@gnu.org>
14061         * net/ange-ftp.el (internal-ange-ftp-mode): Use delay-mode-hooks
14062         and run-mode-hooks.  Simplify.
14064         * mail/rmailedit.el (rmail-edit-mode):
14065         * progmodes/octave-inf.el (inferior-octave-mode):
14066         * progmodes/sql.el (sql-interactive-mode): Use delay-mode-hooks.
14068         * recentf.el (recentf-dialog-mode): Use kill-all-local-variables
14069         and run-mode-hooks.
14070         (recentf-edit-list, recentf-open-files): Don't call
14071         kill-all-local-variables directly.
14073         * emacs-lisp/debug.el (debug-on-entry): Fix docstring.
14075 2005-06-14  Juanma Barranquero  <lekktu@gmail.com>
14077         * emacs-lisp/byte-run.el (make-obsolete)
14078         (define-obsolete-function-alias): Rename arguments FUNCTION and
14079         NEW to OBSOLETE-NAME and CURRENT-NAME respectively.
14080         (make-obsolete-variable, define-obsolete-variable-alias):
14081         Rename arguments VARIABLE and NEW to OBSOLETE-NAME and CURRENT-NAME
14082         respectively.
14084         * isearchb.el (isearchb-activate):
14085         * pcvs.el (cvs-mode):
14086         * ses.el (ses-load):
14087         * vc-arch.el (vc-arch-checkin, vc-arch-diff):
14088         * net/tramp.el (tramp-find-file-exists-command)
14089         (tramp-find-shell):
14090         * progmodes/ada-mode.el (ada-create-case-exception)
14091         (ada-create-case-exception-substring, ada-make-subprogram-body):
14092         * progmodes/idlw-shell.el (idlwave-shell-move-to-bp):
14093         * progmodes/idlwave.el (idlwave-complete-class-structure-tag-help):
14094         * progmodes/vhdl-mode.el (vhdl-speedbar-place-component):
14095         * textmodes/org.el (org-promote, org-evaluate-time-range)
14096         (org-agenda-next-date-line, org-agenda-previous-date-line)
14097         (org-agenda-error, org-open-at-point, org-table-move-row)
14098         (org-format-table-table-html-using-table-generate-source)
14099         (org-shiftcursor-error, org-ctrl-c-ctrl-c):
14100         * textmodes/reftex.el (reftex-access-scan-info):
14101         * textmodes/reftex-toc.el (reftex-toc-dframe-p)
14102         (reftex-toc-promote-prepare): Follow error conventions.
14104         * diff-mode.el (diff-mode): Fix typo in docstring.
14106         * forms.el (forms--intuit-from-file): Fix reference to
14107         `forms-number-of-fields' in error message.
14108         (forms-print): Fix quoting in error message.
14110         * forms.el (forms-mode):
14111         * emulation/vi.el (vi-goto-insert-state):
14112         * progmodes/flymake.el (flymake-new-err-info)
14113         (flymake-start-syntax-check-for-current-buffer)
14114         (flymake-simple-cleanup):
14115         * eshell/esh-var.el (eshell/export):
14116         * progmodes/gud.el (xdb):
14117         * textmodes/flyspell.el (flyspell-incorrect-hook)
14118         (flyspell-maybe-correct-transposition)
14119         (flyspell-maybe-correct-doubling): Fix quoting in docstring.
14121 2005-06-13  Luc Teirlinck  <teirllm@auburn.edu>
14123         * emacs-lisp/debug.el (cancel-debug-on-entry): Mention default in
14124         minibuffer prompt.
14126 2005-06-13  Kim F. Storm  <storm@cua.dk>
14128         * subr.el (add-to-ordered-list): New defun.
14130         * emulation/cua-base.el (cua-mode): Use add-to-ordered-list to
14131         add cua--keymap-alist to emulation-mode-map-alists.
14133 2005-06-13  Stefan Monnier  <monnier@iro.umontreal.ca>
14135         * subr.el (complete-in-turn): New macro.
14136         (dynamic-completion-table, lazy-completion-table): Add debug info.
14138         * faces.el (read-face-name): Use complete-in-turn complete non-aliases
14139         in preference to face aliases.
14141         * textmodes/fill.el (fill-match-adaptive-prefix): New function.
14142         (fill-context-prefix): Use it to avoid guessing absurdly long prefixes.
14143         Remove unused vars `start' and `firstline'.
14144         (fill-nobreak-p): Fix line-move-invisible -> line-move-invisible-p.
14145         (justify-current-line, fill-individual-paragraphs): Remove unused vars.
14147 2005-06-13  Eli Zaretskii  <eliz@gnu.org>
14149         * cus-start.el (all): Don't complain about missing GTK-related
14150         variables, unless either `gtk' is boundp or this isn't a
14151         `windows-nt' build.
14153 2005-06-13  Lute Kamstra  <lute@gnu.org>
14155         * abbrev.el (edit-abbrevs-mode): Use kill-all-local-variables and
14156         run-mode-hooks.
14158         * ediff-mult.el (ediff-meta-mode):
14159         * ediff-util.el (ediff-mode): Use run-mode-hooks.
14161         * ledit.el (ledit-mode): Use delay-mode-hooks.
14163         * woman.el (woman-mode-line-format): Delete constant.
14164         (woman-mode-map): Initialize it properly.
14165         (woman-mode): Set mode-class property to special.
14166         Use delay-mode-hooks and run-mode-hooks.  Use the right keymap.
14167         Set major-mode and mode-name.  Don't set mode-line-format directly.
14168         (Man-getpage-in-background): Don't reference woman-mode-line-format.
14170         * emacs-lisp/debug.el (cancel-debug-on-entry): Make the empty
14171         string argument obsolete.
14173 2005-06-13  Carsten Dominik  <dominik@science.uva.nl>
14175         * textmodes/org.el (org-CUA-compatible): New option.
14176         (org-disputed-keys): New variable.
14177         (org-key): New function.
14178         (orgtbl-make-binding): Add docstring to the created function.
14179         (org-mode): Set paragraph start/separate regexps.
14180         (orgtbl-mode): Don't start `orgtbl-mode' in `org-mode' buffers.
14181         (org-archive-location, org-archive-mark-done)
14182         (org-archive-stamp-time): New options.
14183         (org-archive-subtree): New command.
14184         (org-fill-paragraph): New function.
14185         (org-mode): Set `fill-paragraph-function' to `org-fill-paragraph'.
14186         (org-fake-empty-table-line): Function removed.
14187         (org-format-org-table-html): Do not create empty table lines at
14188         separator lines.  Improved table header treatment.
14189         (org-link-format): New option.
14190         (org-make-link): New function.
14191         (org-insert-link, org-store-link): Use org-make-link.
14192         (org-open-file): Quote file name for shell command, to allow
14193         spaces in file names.
14194         (org-link-regexp): Fix bug with mailto link.
14195         (org-link-maybe-angles-regexp, org-protected-link-regexp):
14196         New constants.
14197         (org-export-as-html): Deal with the optional angles around a link.
14198         Better treatment of file: links.
14199         (org-open-at-point): Replace @{ and @} with < and >.
14200         (org-run-mode-hooks): Function removed.
14201         (org-agenda-mode): No longer use `org-run-mode-hooks'.
14203 2005-06-13  Nick Roberts  <nickrob@snap.net.nz>
14205         * progmodes/gdb-ui.el (gdb-registers-mode): Let gdbmi use
14206         MI command -data-list-register-values.
14207         (gdb-post-prompt): Indent properly.
14209 2005-06-13  Juanma Barranquero  <lekktu@gmail.com>
14211         * hilit-chg.el (highlight-changes-colors): Rename from
14212         `highlight-changes-colours'.
14213         (highlight-changes-colours): Keep as obsolete alias.
14214         (highlight-changes-face-list): Doc fix.
14215         (hilit-chg-make-list): Use `highlight-changes-colors'.
14217 2005-06-12  Mark A. Hershberger  <mah@everybody.org>
14219         * progmodes/cperl-mode.el (cperl-mode): Remove stray paren in
14220         defun-prompt-regexp.
14222 2005-06-12  Eli Zaretskii  <eliz@gnu.org>
14224         * loadup.el: Don't say we are dumping under 2 names on windows-nt
14225         and cygwin.
14227         * makefile.w32-in (bootstrap-clean-CMD, bootstrap-clean-SH):
14228         Don't use an old loaddefs.el, as in Makefile.in.
14230 2005-06-12  Lute Kamstra  <lute@gnu.org>
14232         * Makefile.in (bootstrap-prepare): Don't use an old loaddefs.el.
14234         * man.el (Man-mode-map): Initialize it properly.
14235         (Man-mode): Set mode-class property to special.
14237         * calendar/calendar.el (calendar-mode): Use run-mode-hooks.
14239 2005-06-11  Luc Teirlinck  <teirllm@auburn.edu>
14241         * menu-bar.el (menu-bar-make-toggle): Remove stray backslash.
14242         A newline is needed in the docstring there.
14244         * emacs-lisp/debug.el (debug-on-entry, cancel-debug-on-entry):
14245         Doc fixes.
14247 2005-06-11  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
14249         * printing.el: Doc fix.  The menubar is no more changed when printing
14250         is loaded, it only changes when pr-menu-bind or pr-update-menus is
14251         called.  Now, the menubar changing will work in Emacs 20, 21 and 22.
14252         (pr-version): New version number (6.8.4).
14253         (pr-menu-bind): New command.
14254         (pr-update-menus): Docstring and code fix.
14255         (pr-menu-print-item): Now is a global var in Emacs and XEmacs.
14256         Docstring fix.
14257         (pr-txt-printer-alist, pr-ps-printer-alist, pr-gv-command)
14258         (pr-gs-command, pr-gs-switches, pr-ps-utility-alist): Docstring fix.
14260 2005-06-11  Thien-Thi Nguyen  <ttn@gnu.org>
14262         * emacs-lisp/ewoc.el: Doc fixes for public funcs:
14263         "Returns" to "return", document useful return values, etc.
14265 2005-06-11  Alan Mackenzie  <acm@muc.de>
14267         * fill.el (fill-context-prefix): Try `adaptive-fill-function'
14268         BEFORE `adaptive-fill-regexp' when determining a fill prefix.
14269         (adaptive-file-function): Minor amendment to doc-string.
14271 2005-06-11  Frederik Fouvry  <fouvry@CoLi.Uni-SB.DE>
14273         * thumbs.el (thumbs-per-line, thumbs-thumbsdir-max-size)
14274         (thumbs-relief, thumbs-margin, thumbs-image-resizing-step):
14275         Fix :type--it is `integer', not `string'.
14277         * faces.el (modeline-highlight): Rename from (the erroneous)
14278         `modeline-higilight'.
14280 2005-06-11  Lute Kamstra  <lute@gnu.org>
14282         * emacs-lisp/edebug.el (edebug-eval-mode-map): Don't copy
14283         lisp-interaction-mode-map but make it the parent.
14284         (edebug-eval-mode): Use define-derived-mode.
14286 2005-06-11  Andreas Schwab  <schwab@suse.de>
14288         * bindings.el: Add binding of `ESC functionkey' for every
14289         `M-functionkey'.
14290         * hexl.el (hexl-mode-map): Likewise.
14292 2005-06-10  Michael Hotchin  <michael@hotchin.net>  (tiny change)
14294         * progmodes/compile.el (compilation-error-regexp-alist-alist)
14295         [msft]: update regexp for newer msft compilers.
14297 2005-06-10  Mark A. Hershberger  <mah@everybody.org>
14299         * xml.el (start-chars, xml-parse-dtd): Add the ability to skip
14300         ATTLIST portions of included DTDs.
14301         (xml-parse-dtd): Eliminate use of inefficient match-data.
14303 2005-06-10  Miles Bader  <miles@gnu.org>
14305         * play/mpuz.el (mpuz-unsolved, mpuz-solved, mpuz-trivial)
14306         (mpuz-text): Remove "-face" suffix from face names.
14307         (mpuz-unsolved-face, mpuz-solved-face, mpuz-trivial-face)
14308         (mpuz-text-face): New backward-compatibility aliases for renamed faces.
14309         (mpuz-create-buffer, mpuz-paint-digit): Use renamed mpuz faces.
14311         * play/gomoku.el (gomoku-O, gomoku-X):
14312         Remove "-face" suffix from face names.
14313         (gomoku-font-lock-O-face, gomoku-font-lock-X-face):
14314         New backward-compatibility aliases for renamed faces.
14315         (gomoku-font-lock-keywords): Use renamed gomoku faces.
14317 2005-06-10  Juanma Barranquero  <lekktu@gmail.com>
14319         * thumbs.el: Fixes for changes of 2005-06-09.
14320         (thumbs-thumbsdir): Force `thumbs-thumbsdir' to be interpretable
14321         as a directory.
14322         (thumbs-thumbname): Remove directory separator from format string;
14323         `thumbs-thumbsdir' now returns a valid directory name.
14324         (thumbs-temp-dir): New defsubst.
14325         (thumbs-temp-file, thumbs-resize-image, thumbs-modify-image):
14326         Use it.
14328         * cus-edit.el (minibuffer):
14329         * files.el (make-backup-file-name-function):
14330         * filesets.el (filesets-external-viewers):
14331         * hilit-chg.el (highlight-changes-colours)
14332         (highlight-changes-face-list, highlight-changes-rotate-faces):
14333         * ielm.el (ielm-dynamic-return, inferior-emacs-lisp-mode):
14334         * kmacro.el (kmacro-call-macro):
14335         * log-edit.el (log-edit-changelog-full-paragraphs):
14336         * mouse.el (mouse-1-click-follows-link):
14337         * skeleton.el (skeleton-autowrap):
14338         * subr.el (insert-for-yank-1):
14339         * tempo.el (tempo-insert-region):
14340         * terminal.el (terminal-emulator):
14341         * time.el (display-time-mail-face):
14342         * vc.el (vc-annotate):
14343         * vcursor.el (vcursor-copy-line):
14344         * woman.el (woman-bold-headings, woman-ignore)
14345         (woman-default-faces, woman-monochrome-faces):
14346         * calendar/todo-mode.el (todo-insert-threshold):
14347         * emulation/pc-select.el (pc-select-selection-keys-only)
14348         (pc-selection-mode):
14349         * emulation/vip.el (vip-find-char-forward):
14350         * emulation/viper-cmd.el (viper-find-char-forward):
14351         * international/mule-cmds.el
14352         (select-safe-coding-system-accept-default-p)
14353         (input-method-exit-on-invalid-key):
14354         * international/mule-diag.el (describe-coding-system):
14355         * international/ucs-tables.el (unify-8859-on-encoding-mode):
14356         * net/browse-url.el (browse-url-xterm-program):
14357         * obsolete/lazy-lock.el (lazy-lock-mode):
14358         * progmodes/cperl-mode.el (cperl-info-on-command-no-prompt)
14359         (cperl-mode):
14360         * progmodes/cpp.el (cpp-face-light-name-list)
14361         (cpp-face-dark-name-list):
14362         * progmodes/delphi.el (delphi-newline-always-indents):
14363         Fix spellings in docstrings.
14365         * ido.el (ido-mode, ido-file-extensions-order)
14366         (ido-default-file-method, ido-default-buffer-method)
14367         (ido-max-prospects, ido-slow-ftp-hosts, ido-setup-hook)
14368         (ido-decorations, ido-read-file-name-as-directory-commands)
14369         (ido-read-file-name-non-ido, ido-work-directory-list)
14370         (ido-ignore-item-temp-list, ido-current-directory)
14371         (ido-magic-forward-char, ido-enter-find-file)
14372         (ido-enter-switch-buffer, ido-visit-buffer, ido-switch-buffer)
14373         (ido-find-file, ido-read-buffer): Fix typos in docstrings.
14375 2005-06-10  Lute Kamstra  <lute@gnu.org>
14377         * play/dunnet.el (dun-mode): Use define-derived-mode.
14378         (dungeon-mode-map): Rename to dun-mode-map.  Keep old name as an
14379         obsolete alias.
14381         * play/doctor.el (doctor-mode-map): Remove defvar.
14382         (doctor-mode): Use define-derived-mode.
14384         * mail/mspools.el (mspools-mode):
14385         * net/eudc-hotlist.el (eudc-hotlist-mode):
14386         * play/blackbox.el (blackbox-mode): Use run-mode-hooks.
14388 2005-06-10  Miles Bader  <miles@gnu.org>
14390         * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
14391         Remove "-face" suffix from face names.
14392         (flyspell-incorrect-face, flyspell-duplicate-face):
14393         New backward-compatibility aliases for renamed faces.
14394         (flyspell-mode-on, make-flyspell-overlay)
14395         (flyspell-highlight-incorrect-region)
14396         (flyspell-highlight-duplicate-region)
14397         (flyspell-display-next-corrections)
14398         (flyspell-auto-correct-previous-word): Use renamed flyspell faces.
14400         * textmodes/texinfo.el (texinfo-heading): Remove "-face" suffix
14401         from face name.
14402         (texinfo-heading-face): New backward-compatibility alias for
14403         renamed face.
14404         (texinfo-heading-face): Use renamed texinfo-heading face.
14406         * textmodes/tex-mode.el (tex-math, tex-verbatim): Remove "-face"
14407         suffix from face names.
14408         (tex-math-face, tex-verbatim-face):
14409         New backward-compatibility aliases for renamed faces.
14410         (tex-math-face, tex-verbatim-face): Use renamed tex-mode faces.
14411         (tex-insert-quote): Use `tex-verbatim-face' variable instead of
14412         literal face name.
14414         * textmodes/table.el (table-cell): Remove "-face" suffix from face
14415         name.
14416         (table-cell-face): New backward-compatibility alias for renamed face.
14417         (table--put-cell-face-property, table--update-cell-face):
14418         Use renamed table-cell face.
14420         * textmodes/sgml-mode.el (sgml-namespace): Remove "-face" suffix
14421         from face name.
14422         (sgml-namespace-face): New backward-compatibility alias for
14423         renamed face.
14424         (sgml-namespace-face): Use renamed sgml-namespace face.
14426         * textmodes/org.el (org-level-1, org-level-2, org-level-3)
14427         (org-level-4, org-level-5, org-level-6, org-level-7)
14428         (org-level-8, org-warning, org-headline-done)
14429         (org-deadline-announce, org-scheduled-today)
14430         (org-scheduled-previously, org-link, org-done, org-table)
14431         (org-time-grid): Remove "-face" suffix from face names.
14432         (org-level-1-face, org-level-2-face, org-level-3-face)
14433         (org-level-4-face, org-level-5-face, org-level-6-face)
14434         (org-level-7-face, org-level-8-face, org-warning-face)
14435         (org-headline-done-face, org-deadline-announce-face)
14436         (org-scheduled-today-face, org-scheduled-previously-face)
14437         (org-link-face, org-done-face, org-table-face)
14438         (org-time-grid-face):
14439         New backward-compatibility aliases for renamed faces.
14440         (org-level-faces, org-set-font-lock-defaults, org-timeline)
14441         (org-agenda, org-agenda-get-todos, org-agenda-get-deadlines)
14442         (org-agenda-get-timestamps, org-agenda-get-scheduled)
14443         (org-agenda-add-time-grid-maybe, org-table-p): Use renamed org faces.
14445         * emulation/viper-init.el (viper-search, viper-replace-overlay)
14446         (viper-minibuffer-emacs, viper-minibuffer-insert)
14447         (viper-minibuffer-vi): Remove "-face" suffix from face names.
14448         (viper-search-face, viper-replace-overlay-face)
14449         (viper-minibuffer-emacs-face, viper-minibuffer-insert-face)
14450         (viper-minibuffer-vi-face):
14451         New backward-compatibility aliases for renamed faces.
14452         (viper-search-face, viper-replace-overlay-face)
14453         (viper-minibuffer-emacs-face, viper-minibuffer-insert-face)
14454         (viper-minibuffer-vi-face): Use renamed viper faces.
14456         * emacs-lisp/testcover.el (testcover-nohits, testcover-1value):
14457         Remove "-face" suffix from face names.
14458         (testcover-nohits-face, testcover-1value-face):
14459         New backward-compatibility aliases for renamed faces.
14460         (testcover-mark): Use renamed testcover faces.
14462         * calendar/diary-lib.el (diary-button): Remove "-face" suffix from
14463         face name.
14464         (diary-button-face): New backward-compatibility alias for renamed face.
14465         (diary-entry): Use renamed diary-button face.
14467         * calendar/calendar.el (diary, calendar-today, holiday)
14468         (mark-visible-calendar-date): Remove "-face" suffix from face names.
14469         (diary-face, calendar-today-face, holiday-face):
14470         New backward-compatibility aliases for renamed faces.
14471         (eval-after-load "facemenu", diary-entry-marker)
14472         (calendar-today-marker, calendar-holiday-marker, diary-face):
14473         Use renamed calendar faces.
14475         * compare-w.el (compare-windows): Remove "-face" suffix from face name.
14476         (compare-windows-face): New backward-compatibility alias for
14477         renamed face.
14478         (compare-windows-highlight): Use renamed compare-windows face.
14480         * strokes.el (strokes-char): Remove "-face" suffix from face name.
14481         (strokes-char-face): New backward-compatibility alias for renamed face.
14482         (strokes-encode-buffer): Use renamed strokes-char face.
14484         * pcvs-info.el (cvs-header, cvs-filename, cvs-unknown)
14485         (cvs-handled, cvs-need-action, cvs-marked, cvs-msg):
14486         Remove "-face" suffix from face names.
14487         (cvs-header-face, cvs-filename-face, cvs-unknown-face)
14488         (cvs-handled-face, cvs-need-action-face, cvs-marked-face)
14489         (cvs-msg-face): New backward-compatibility aliases for renamed faces.
14490         (cvs-fi-up-to-date-face, cvs-fi-unknown-face, cvs-fileinfo-pp):
14491         Use renamed pcvs faces.
14492         * pcvs.el (cvs-mode-find-file): Use renamed pcvs faces.
14493         * pcvs-defs.el (cvs-mode-map): Likewise.
14494         * cvs-status.el (cvs-status-font-lock-keywords): Likewise.
14496         * info.el (info-title-1, info-title-2, info-title-3)
14497         (info-title-4): Remove "-face" suffix from and downcase face names.
14498         (Info-title-1-face, Info-title-2-face, Info-title-3-face)
14499         (Info-title-4-face):
14500         New backward-compatibility aliases for renamed faces.
14501         (Info-fontify-node): Use renamed info faces.
14503         * hilit-chg.el (highlight-changes, highlight-changes-delete):
14504         Remove "-face" suffix from face names.
14505         (highlight-changes-face, highlight-changes-delete-face):
14506         New backward-compatibility aliases for renamed faces.
14507         (hilit-chg-cust-fix-changes-face-list, hilit-chg-make-ov)
14508         (hilit-chg-make-list): Use renamed highlight-changes faces.
14510         * generic-x.el (show-tabs-tab, show-tabs-space):
14511         Remove "-face" suffix from face names.
14512         (show-tabs-tab-face, show-tabs-space-face):
14513         New backward-compatibility aliases for renamed faces.
14514         (show-tabs-generic-mode-font-lock-defaults-1)
14515         (show-tabs-generic-mode-font-lock-defaults-2):
14516         Use renamed show-tabs faces.
14518         * smerge-mode.el (smerge-mine, smerge-other, smerge-base)
14519         (smerge-markers): Remove "-face" suffix from face names.
14520         (smerge-mine-face, smerge-other-face, smerge-base-face)
14521         (smerge-markers-face):
14522         New backward-compatibility aliases for renamed faces.
14523         (smerge-mine-face, smerge-other-face, smerge-base-face)
14524         (smerge-markers-face): Use renamed smerge faces.
14526         * log-view.el (log-view-file, log-view-message): Remove "-face"
14527         suffix from face names.
14528         (log-view-file-face, log-view-message-face):
14529         New backward-compatibility aliases for renamed faces.
14530         (log-view-file-face, log-view-message-face): Use renamed log-view
14531         faces.
14533         * paren.el (show-paren-match, show-paren-mismatch):
14534         Remove "-face" suffix from face names.
14535         (show-paren-match-face, show-paren-mismatch-face):
14536         New backward-compatibility aliases for renamed faces.
14537         (show-paren-function): Use renamed show-paren faces.
14539         * ruler-mode.el (ruler-mode-default, ruler-mode-pad)
14540         (ruler-mode-margins, ruler-mode-fringes)
14541         (ruler-mode-column-number, ruler-mode-fill-column)
14542         (ruler-mode-comment-column, ruler-mode-goal-column)
14543         (ruler-mode-tab-stop, ruler-mode-current-column): Remove "-face"
14544         suffix from face names.
14545         (ruler-mode-default-face, ruler-mode-pad-face)
14546         (ruler-mode-margins-face, ruler-mode-fringes-face)
14547         (ruler-mode-column-number-face, ruler-mode-fill-column-face)
14548         (ruler-mode-comment-column-face, ruler-mode-goal-column-face)
14549         (ruler-mode-tab-stop-face, ruler-mode-current-column-face):
14550         New backward-compatibility aliases for renamed faces.
14551         (ruler-mode-pad, ruler-mode-margins, ruler-mode-fringes)
14552         (ruler-mode-column-number, ruler-mode-fill-column)
14553         (ruler-mode-comment-column, ruler-mode-goal-column)
14554         (ruler-mode-tab-stop, ruler-mode-current-column)
14555         (ruler-mode-mouse-grab-any-column, ruler-mode-ruler): Use renamed
14556         faces.
14558         * whitespace.el (whitespace-highlight): Remove "-face" suffix from
14559         face name.
14560         (whitespace-highlight-the-space): Use renamed face.
14561         (whitespace-highlight-face): New backward-compatibility alias for
14562         renamed face.
14564         * woman.el (woman-italic, woman-bold, woman-unknown)
14565         (woman-addition, woman-symbol-face):
14566         Remove "-face" suffix from face names.
14567         (woman-italic-face, woman-bold-face, woman-unknown-face)
14568         (woman-addition-face):
14569         New backward-compatibility aliases for renamed faces.
14570         (woman-default-faces, woman-monochrome-faces, woman-man-buffer)
14571         (woman-decode-region, woman-replace-match)
14572         (woman-display-extended-fonts, woman-special-characters)
14573         (woman-font-alist, woman-change-fonts, woman2-TH, woman2-SH):
14574         Use renamed woman faces.
14576         * longlines.el (longlines-visible-face): Face removed.
14578         * diff-mode.el (diff-header, diff-file-header, diff-index)
14579         (diff-hunk-header, diff-removed, diff-added, diff-changed)
14580         (diff-function, diff-context, diff-nonexistent): Remove "-face"
14581         suffix from face names.
14582         (diff-header-face, diff-file-header-face, diff-index-face)
14583         (diff-hunk-header-face, diff-removed-face, diff-added-face)
14584         (diff-changed-face, diff-function-face, diff-context-face)
14585         (diff-nonexistent-face): New backward-compatibility aliases for
14586         renamed faces.
14587         (diff-header-face, diff-file-header-face)
14588         (diff-index, diff-index-face, diff-hunk-header)
14589         (diff-hunk-header-face, diff-removed, diff-removed-face)
14590         (diff-added, diff-added-face, diff-changed-face, diff-function)
14591         (diff-function-face, diff-context-face, diff-nonexistent)
14592         (diff-nonexistent-face): Use renamed diff-mode faces.
14594         * progmodes/compile.el (compilation-warning-face)
14595         (compilation-info-face): Remove "-face" suffix from face names.
14596         (compilation-warning-face, compilation-info-face):
14597         New backward-compatibility aliases for renamed faces.
14598         (compilation-warning-face, compilation-info-face):
14599         Use renamed compilation faces.
14601         * add-log.el (change-log-date, change-log-name)
14602         (change-log-email, change-log-file, change-log-list)
14603         (change-log-conditionals, change-log-function)
14604         (change-log-acknowledgement): Remove "-face" suffix from face names.
14605         (change-log-date-face, change-log-name-face)
14606         (change-log-email-face, change-log-file-face)
14607         (change-log-list-face, change-log-conditionals-face)
14608         (change-log-function-face, change-log-acknowledgement-face):
14609         New backward-compatibility aliases for renamed faces.
14610         (change-log-font-lock-keywords): Use renamed change-log faces.
14612         * cus-edit.el (custom-invalid, custom-rogue, custom-modified)
14613         (custom-set, custom-changed, custom-saved, custom-button)
14614         (custom-button-pressed, custom-documentation, custom-state)
14615         (custom-comment, custom-comment-tag, custom-variable-tag)
14616         (custom-variable-button, custom-face-tag, custom-group-tag-1)
14617         (custom-group-tag): Remove "-face" suffix from face names.
14618         (custom-magic-alist, custom-magic-value-create)
14619         (custom-group-sample-face-get, custom-mode): Use renamed custom faces.
14620         (custom-invalid-face, custom-rogue-face, custom-modified-face)
14621         (custom-set-face, custom-changed-face, custom-saved-face)
14622         (custom-button-face, custom-button-pressed-face)
14623         (custom-documentation-face, custom-state-face)
14624         (custom-comment-face, custom-comment-tag-face)
14625         (custom-variable-tag-face, custom-variable-button-face)
14626         (custom-face-tag-face, custom-group-tag-face-1)
14627         (custom-group-tag-face):
14628         New backward-compatibility aliases for renamed faces.
14630         * wid-edit.el (widget-documentation, widget-button)
14631         (widget-field, widget-single-line-field, widget-inactive)
14632         (widget-button-pressed): "-face" suffix removed from face names.
14633         (widget-documentation-face, widget-button-face)
14634         (widget-field-face, widget-single-line-field-face)
14635         (widget-inactive-face, widget-button-pressed-face):
14636         New backward-compatibility aliases for renamed faces.
14637         (widget-documentation-face, widget-button-face)
14638         (widget-button-pressed-face, widget-specify-field)
14639         (widget-specify-inactive): Use renamed widget faces.
14641 2005-06-10  Kenichi Handa  <handa@m17n.org>
14643         * term/x-win.el (x-clipboard-yank): Remove condition-case
14644         wrapping.
14646 2005-06-11  Kenichi Handa  <handa@m17n.org>
14648         * add-log.el (change-log-font-lock-keywords): Make the regexp for
14649         date lines stricter.
14651 2005-06-10  Zhang Wei  <id.brep@gmail.com>  (tiny change)
14653         * term/x-win.el (x-clipboard-yank): Use x-selection-value instead
14654         of x-get-selection.
14656 2005-06-10  Juanma Barranquero  <lekktu@gmail.com>
14658         * comint.el (comint-mode, comint-snapshot-last-prompt):
14659         * frame.el (frame-current-scroll-bars):
14660         * term.el (term-mode, term-check-proc, term-input-sender)
14661         (term-simple-send, term-extract-string, term-word)
14662         (term-match-partial-filename):
14663         * window.el (window-current-scroll-bars):
14664         * emulation/cua-base.el (cua-normal-cursor-color)
14665         (cua-read-only-cursor-color, cua-overwrite-cursor-color)
14666         (cua-global-mark-cursor-color):
14667         * mail/undigest.el (rmail-forward-separator-regex):
14668         Fix typos in docstrings.
14670         * comint.el (comint-check-proc, make-comint-in-buffer)
14671         (comint-source-default): Doc fixes.
14673         * term.el (term-send-string): Improve argument/docstring consistency.
14675 2005-06-09  Luc Teirlinck  <teirllm@auburn.edu>
14677         * comint.el (comint-send-input): Bind `inhibit-read-only' around
14678         call to `delete-region'.
14679         (comint-mode-hook): Do not enable Font Lock by default.
14681 2005-06-09  Lute Kamstra  <lute@gnu.org>
14683         * textmodes/ispell.el (ispell-menu-map-needed): flyspell-mode
14684         could be void.
14686 2005-06-09  Stefan Monnier  <monnier@iro.umontreal.ca>
14688         * emacs-lisp/debug.el (debugger-will-be-back): New var.
14689         (debug): Use it.
14690         (debugger-step-through, debugger-continue, debugger-jump)
14691         (debugger-return-value): Set it when needed.
14692         (debugger-make-xrefs, debugger-frame, debugger-frame-clear):
14693         Use inhibit-read-only.
14695 2005-06-09  Juanma Barranquero  <lekktu@gmail.com>
14697         * window.el (shrink-window-if-larger-than-buffer)
14698         (window-size-fixed): Fix typo in docstring.
14700         * thumbs.el: Don't set `auto-image-file-mode'.  Do not create the
14701         thumbnails directory on loading.
14702         (thumbs-conversion-program): Use `eq' to check the system type,
14703         not `equal'.
14704         (thumbs-temp-dir): Initialize to `temporary-file-directory',
14705         not "/tmp".  Fix docstring.
14706         (thumbs-thumbsdir): New function to return the thumbnails
14707         directory, creating it if needed.
14708         (thumbs-cleanup-thumbsdir, thumbs-thumbname): Use it.
14709         (thumbs-temp-file): Delete variable and make it into a function.
14710         (thumbs-resize-image, thumbs-modify-image): Use it.
14711         (thumbs-kill-buffer): Simplify.
14712         (thumbs-gensym): Defalias or duplicate CL `gensym'.
14713         (thumbs-resize-image, thumbs-resize-interactive): Fix typos in
14714         docstrings.
14716 2005-06-09  Kim F. Storm  <storm@cua.dk>
14718         * subr.el (save-match-data): Add RESEAT arg `evaporate' to
14719         set-match-data to free markers in match-data.
14721         * replace.el (replace-match-data): Pass RESEAT arg `t' to
14722         match-data to unchain markers in match-data.
14724 2005-06-08  Stefan Monnier  <monnier@iro.umontreal.ca>
14726         * emacs-lisp/debug.el (debug): Don't iconify if we know we'll re-enter
14727         the debugger immediately anyway.  Undo the 2005-06-06 change, rendered
14728         unnecessary now.
14730 2005-06-08  Richard M. Stallman  <rms@gnu.org>
14732         * emacs-lisp/easy-mmode.el (define-minor-mode): If BODY is empty,
14733         give the variable a doc string that doesn't say don't set it directly.
14735         * textmodes/ispell.el (ispell-check-version):
14736         Use match-string-no-properties.
14737         (ispell-region, ispell-buffer-local-parsing, ispell-buffer-local-dict)
14738         (ispell-buffer-local-words): Likewise.
14740         * progmodes/make-mode.el (makefile-shell-face): Make this a no-op
14741         except on terminals with enough colors to really display it.
14742         (makefile-dependency-regex): Delete spurious `bb'.
14744         * faces.el (escape-glyph): Use blue once again in last case.
14745         (no-break-space): Redefine so that it isn't invisible on a tty.
14747 2005-06-08  Kim F. Storm  <storm@cua.dk>
14749         * ido.el (ido-read-file-name): Fallback to read-file-name on C-f
14750         also when reading directory name.
14752 2005-06-08  Lute Kamstra  <lute@gnu.org>
14754         * textmodes/flyspell.el (flyspell-mode): Use define-minor-mode.
14755         (flyspell-mode-line-string): Remove autoload cookie.
14756         (flyspell-mode): Remove defvar.
14758 2005-06-07  Lute Kamstra  <lute@gnu.org>
14760         * textmodes/org.el (org-run-mode-hooks): New function.
14761         (org-agenda-mode): Use it.
14763 2005-06-07  David McCabe  <davemccabe@gmail.com>  (tiny change)
14765         * emacs-lisp/lisp-mode.el (defstruct): Set `doc-string-elt' property.
14767 2005-06-06  Stefan Monnier  <monnier@iro.umontreal.ca>
14769         * international/iso-cvt.el (iso-sgml2iso-trans-tab): Add NBSP.
14771 2005-06-06  Luc Teirlinck  <teirllm@auburn.edu>
14773         * font-lock.el (font-lock-add-keywords): Doc fix.
14775 2005-06-06  Stefan Monnier  <monnier@iro.umontreal.ca>
14777         * textmodes/tex-mode.el (tex-guess-mode): Add RequirePackage.
14778         (tex-compile-default): In the absence of any history, use the order in
14779         tex-compile-alist to choose the preferred command.
14780         (tex-compile-commands): Reorder a bit.
14782         * textmodes/flyspell.el (flyspell-auto-correct-binding)
14783         (flyspell-incorrect-face, flyspell-duplicate-face):
14784         Use (X)Emacs-agnostic code.
14785         (flyspell-mode-map): Don't overwrite at each load.  Remove code
14786         redundant with the subsequent add-minor-mode.  Merge Emacs and
14787         XEmacs code.
14788         (flyspell-word): Minor simplification.
14789         (flyspell-math-tex-command-p): Quieten the byte-compiler.
14790         (flyspell-external-point-words): Remove unused vars `size' and `start'.
14791         (flyspell-do-correct): Rename from flyspell-xemacs-correct.
14792         Merge the corresponding Emacs code.
14793         (flyspell-correct-word, flyspell-xemacs-popup):
14794         Use flyspell-do-correct.
14796         * emacs-lisp/debug.el (debug): Don't bury the buffer unless it's in
14797         a dedicated window.
14799         * international/latexenc.el (latexenc-find-file-coding-system):
14800         Undo part of last patch, to turn off a compiler warning.
14802 2005-06-06  Juri Linkov  <juri@jurta.org>
14804         * tmm.el (tmm-inactive, tmm-remove-inactive-mouse-face):
14805         Rename `tmm-inactive-face' to `tmm-inactive'.
14807 2005-06-06  Matt Hodges  <MPHodges@member.fsf.org>
14809         * iswitchb.el: Rename faces.
14811 2005-06-06  Kim F. Storm  <storm@cua.dk>
14813         * emulation/cua-base.el (cua-rectangle, cua-rectangle-noselect)
14814         (cua-global-mark): Remove -face suffix from face names.
14816         * emulation/cua-gmrk.el (cua--init-global-mark):
14817         Remove cua-global-mark face setup.
14819 2005-06-06  Richard M. Stallman  <rms@gnu.org>
14821         * progmodes/make-mode.el (makefile-dependency-regex): Handle whitespace
14822         just like other allowed characters.
14823         (makefile-match-dependency): Exclude leading and training whitespace
14824         from the range of regexp subexp 1.
14825         (makefile-macroassign-regex): Don't try to match the body,
14826         just the name of the macro being defined.
14828         * info.el (Info-read-node-name-2): New function.
14829         (Info-read-node-name-1): Use that.
14830         Add a completion-base-size-function property.
14832         * simple.el (completion-setup-function): Look for
14833         completion-base-size-function property of minibuffer-completion-table.
14835         * files.el (locate-file-completion): Doc fix.
14837         * printing.el: Don't call pr-update-menus; user must do that.
14839         * emacs-lisp/debug.el (debugger-window): New variable.
14840         (debug): Use debugger-window if it is set and still alive.
14841         Record debugger-window for next entry.
14843         * mail/supercite.el (sc-mail-glom-frame): Mark as risky.
14845 2005-06-06  Matthias F\e,Av\e(Brste  <slashdevslashnull@gmx.net>
14847         * files.el (hack-local-variables-confirm): New arg FLAG-TO-CHECK.
14848         (hack-one-local-variable, hack-local-variables)
14849         (hack-local-variables-prop-line): Pass that arg.
14851 2005-06-06  Kim F. Storm  <storm@cua.dk>
14853         * ido.el (ido-first-match, ido-only-match, ido-subdir)
14854         (ido-indicator): Remove -face suffix from face names.
14856 2005-06-06  Juri Linkov  <juri@jurta.org>
14858         * font-lock.el (font-lock-regexp-backslash)
14859         (font-lock-regexp-backslash-construct): New faces.
14860         (lisp-font-lock-keywords-2): Use new faces.  Match `?:' only
14861         after `('.  Add `while-no-input' to control structures.
14863         * faces.el (no-break-space, shadow): New faces.
14864         (escape-glyph): Use less loud colors pink2 and red4.
14866         * diff-mode.el (diff-context-face)
14867         * dired.el (dired-ignored)
14868         * rfn-eshadow.el (file-name-shadow)
14869         * tmm.el (tmm-inactive-face): Inherit from `shadow' face.
14871         * info.el (Info-title-1-face): Use green instead of yellow because
14872         bold yellow is not readable on light backgrounds.
14874         * progmodes/compile.el (compilation-start): Move `erase-buffer' up
14875         before selecting the desired mode to not spend time fontifying
14876         old contents.
14878 2005-06-06  Juanma Barranquero  <lekktu@gmail.com>
14880         * thumbs.el (thumbs-thumbsdir-max-size, thumbs-image-resizing-step)
14881         (thumbs-thumbsdir-auto-clean): Fix typos in docstrings.
14883         * ps-print.el (ps-default-fg, ps-default-bg):
14884         Fix typos in docstrings.
14886         * isearchb.el (isearchb): Don't pass a spurious second argument to
14887         `iswitchb-completions'.
14889 2005-06-05  Nick Roberts  <nickrob@snap.net.nz>
14891         * progmodes/gdb-ui.el (gdb-info-locals-handler): Use window point
14892         to preserve point.
14893         (gdb-find-file-hook): Add doc string.
14895         * progmodes/gud.el (gdb, gud-menu-map): Add command to evaluate
14896         C dereferenced pointer expression.
14897         (gud-tool-bar-map): Put it on the tool bar.  Re-order icons.
14899         * toolbar/gud-pstar.xpm, toolbar/gud-pstar.pbm: New files.
14901         * toolbar/gud-break.xpm, toolbar/gud-cont.xpm, toolbar/gud-down.xpm
14902         * toolbar/gud-finish.xpm, toolbar/gud-ni.xpm, toolbar/gud-n.xpm
14903         * toolbar/gud-print.xpm, toolbar/gud-remove.xpm, toolbar/gud-run.xpm
14904         * toolbar/gud-si.xpm, toolbar/gud-s.xpm, toolbar/gud-until.xpm
14905         * toolbar/gud-up.xpm, toolbar/gud-watch.xpm:
14906         Make background transparent.
14908 2005-06-04  Luc Teirlinck  <teirllm@auburn.edu>
14910         * font-lock.el (font-lock-add-keywords): Doc fix.  Comment change.
14911         (font-lock-remove-keywords): Doc fix.
14912         (font-lock-mode-major-mode): Compiler defvar.
14913         (font-lock-set-defaults): Use `font-lock-mode-major-mode'.
14915         * font-core.el (font-lock-mode-major-mode): Compiler defvar.
14916         (font-lock-mode): Update `font-lock-mode-major-mode'.
14917         (font-lock-set-defaults): Compiler defvar.
14918         (font-lock-default-function): Take `font-lock-mode-major-mode'
14919         into account.
14921         * emacs-lisp/easy-mmode.el (define-global-minor-mode): Make it
14922         keep track of which major mode it enabled the minor mode for.
14923         Use find-file-hook again.  Update docstring.
14925         * simple.el (eval-expression-print-level)
14926         (eval-expression-print-length, eval-expression-debug-on-error):
14927         Doc fixes.
14929 2005-06-04  Matt Hodges  <MPHodges@member.fsf.org>
14931         * iswitchb.el (iswitchb-single-match-face)
14932         (iswitchb-current-match-face, iswitchb-virtual-matches-face)
14933         (iswitchb-invalid-regexp-face): New faces.
14934         (iswitchb-completions): Use them.
14935         (iswitchb-use-faces): Rename from iswitchb-use-fonts, which is
14936         now marked as an obsolete alias.
14937         (iswitchb-read-buffer): Remove check for bound font variables.
14938         (iswitchb-invalid-regexp): New free variable.
14939         (iswitchb-get-matched-buffers): Catch invalid-regexp errors and
14940         set iswitchb-invalid-regexp.
14941         (iswitchb, iswitchb-complete, iswitchb-completions): Deal with
14942         invalid regexps.
14943         (iswitchb-completions): Add check for complete match when entering
14944         a regexp.
14945         (iswitchb-completions): Remove require-match argument.
14946         (iswitchb-exhibit): Fix caller.
14947         (iswitchb-common-match-inserted): New variable.
14948         (iswitchb-complete, iswitchb-completion-help): Use it.
14950 2005-06-04  David Reitter  <david.reitter@gmail.com>  (tiny change)
14952         * url-http.el (url-http-chunked-encoding-after-change-function):
14953         Use `url-http-debug' instead of `message'.
14955 2005-06-04  Thierry Emery  <thierry.emery@free.fr>  (tiny change)
14957         * url-http.el (url-http-parse-headers): Pass redirected URL as a
14958         callback argument.
14960 2005-06-04  Kim F. Storm  <storm@cua.dk>
14962         * simple.el (line-move): Only call sit-for when moving backwards.
14964         * ido.el (ido-make-merged-file-list-1): New defun split from
14965         ido-make-merged-file-list.
14966         (ido-make-merged-file-list): Bind throw-on-input around call to
14967         ido-make-merged-file-list-1.  Return input-pending-p if
14968         interrupted by more input available.
14969         (ido-read-internal): Handle input-pending-p return value from
14970         ido-make-merged-file-list.
14972 2005-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
14974         * textmodes/flyspell.el (flyspell-check-word-p): Simplify silly
14975         compatibility code.
14977         * international/latexenc.el (latexenc-find-file-coding-system):
14978         Don't inherit the EOL part of the coding-system from the
14979         tex-main buffer.  Fit within 80 columns.
14981 2005-06-03  Matt Hodges  <MPHodges@member.fsf.org>
14983         * tmm.el (tmm-inactive-face): New face.
14984         (tmm-remove-inactive-mouse-face): New function.
14985         (tmm-prompt, tmm-add-one-shortcut)
14986         (tmm-add-prompt, tmm-get-keymap): Make active menu items visible
14987         but not selectable.
14989 2005-06-03  Juanma Barranquero  <lekktu@gmail.com>
14991         * faces.el (face-equal): Improve argument/docstring consistency.
14993 2005-06-03  Daniel Pfeiffer  <occitan@esperanto.org>
14995         * progmodes/make-mode.el (makefile-targets-face)
14996         (makefile-shell-face, makefile-makepp-perl-face): Add :version.
14997         (makefile-bsdmake-dependency-regex)
14998         (makefile-makepp-rule-action-regex)
14999         (makefile-bsdmake-rule-action-regex): New constants.
15000         (makefile-makepp-mode, makefile-bsdmake-mode): Use them.
15002         * progmodes/compile.el (compilation-error-regexp-alist-alist):
15003         Allow (...) within `...' for makepp messages.
15005 2005-06-03  Michael Kifer  <kifer@cs.stonybrook.edu>
15007         * ediff-diff.el (ediff-same-contents): Eliminate CL-type functions.
15009         * ediff-mult.el (ediff-intersect-directories): Make sure that ".." and
15010         "." files are deleted from all file lists before comparison.
15012         * viper-keym.el (viper-toggle-key, viper-quoted-insert-key)
15013         (viper-ESC-key): Made them customizable.
15015         * viper.el (viper-non-hook-settings): Fix the names of defadvices.
15017 2005-06-01  Luc Teirlinck  <teirllm@auburn.edu>
15019         * autorevert.el (auto-revert-buffers): Use save-match-data.
15021 2005-06-01  Stefan Monnier  <monnier@iro.umontreal.ca>
15023         * emacs-lisp/easymenu.el (easy-menu-return-item): Quick fix to find
15024         menu items with a nil command binding.
15026 2005-06-01  Juanma Barranquero  <lekktu@gmail.com>
15028         * emacs-lisp/cl-macs.el (defsetf):
15029         Improve argument/docstring consistency.
15031         * faces.el (list-faces-display): Improve the formatting by
15032         computing the maximum length required for any face-name (reworked
15033         patch of 1999-01-11, accidentally deleted on 1999-07-21).
15034         (internal-find-face): Remove redundant info in docstring.
15036 2005-06-01  Nick Roberts  <nickrob@snap.net.nz>
15038         * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-1)
15039         (gdb-info-breakpoints-custom, gdb-delete-breakpoint)
15040         (gdb-goto-breakpoint, gdb-source-info, gdb-get-location)
15041         (gdb-assembler-custom): Improve regexps.
15042         (def-gdb-auto-update-handler): Use window point to preserve point.
15044 2005-05-31  Stefan Monnier  <monnier@iro.umontreal.ca>
15046         * thumbs.el (thumbs-mode): Fix misuse of make-variable-buffer-local.
15048 2005-05-31  Jay Belanger  <belanger@truman.edu>
15050         * calc/calc-embed.el (calc-embedded-word): Change argument passed
15051         to calc-embedded.
15052         (calc-embedded-make-info): Have plain prefix argument select
15053         entire line.
15055 2005-05-31  Juanma Barranquero  <lekktu@gmail.com>
15057         * faces.el (list-faces-display): Signal error if passed a regexp
15058         that matches no face name.
15060         * simple.el (filter-buffer-substring): Fix typo in docstring.
15062 2005-05-31  Richard M. Stallman  <rms@gnu.org>
15064         * progmodes/vhdl-mode.el (vhdl-fill-region): Test ARG, not INTERACTIVE.
15065         (vhdl-emacs-21): Doc fix.
15066         (vhdl-mode): Unconditionally set comment-padding.
15067         (vhdl-fixup-whitespace-region): Insert spaces only where
15068         there are none.
15069         (vhdl-statistics-buffer): Make the Emacs 21 behavior universal.
15071 2005-05-30  John Wiegley  <johnw@newartisans.com>
15073         * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el
15074         * eshell/em-unix.el, eshell/esh-ext.el, eshell/esh-io.el
15075         * eshell/esh-util.el, eshell/esh-var.el: Change all uses of
15076         `directory-sep-char' to ?/, and all uses of `string-to-int' to
15077         `string-to-number'.
15079 2005-05-30  Jay Belanger  <belanger@truman.edu>
15081         * calc/calc.el (calc-bug-address): Fix docstring.
15082         (calc-window-hook, calc-trail-window-hook): New variables.
15083         (calc-trail-display): Restore use of calc-trail-window-hook.
15084         (calc): Restore use of calc-window-hook.
15086 2005-05-31  Masatake YAMATO  <jet@gyve.org>
15088         * emacs-lisp/find-func.el (find-function-noselect): Handle subroutines.
15090         * help-fns.el (help-C-file-name): Add autoload mark for
15091         `find-function-noselect'.
15093 2005-05-30  Stefan Monnier  <monnier@iro.umontreal.ca>
15095         * textmodes/tex-mode.el (tex-compile-commands, tex-compile)
15096         (tex-start-tex): Undo all but the last part of the 2005-05-28 change.
15098 2005-05-30  Glenn Morris  <gmorris@ast.cam.ac.uk>
15100         * calendar/diary-lib.el (mark-included-diary-files): Only kill
15101         included diary buffer if it was not already being visited.
15102         Reported by Stephen Berman <Stephen.Berman@gmx.net>.
15104         * calendar/icalendar.el (top-level): Do not require appt.
15106         * mail/supercite.el (sc-select-attribution): Only use a list
15107         element from sc-attrib-selection-list if it returns a string.
15108         Reported by Davide G. M. Salvetti <salve@debian.org>.
15110 2005-05-30  Juanma Barranquero  <lekktu@gmail.com>
15112         * thumbs.el (thumbs-thumbname): The resulting thumbname now
15113         includes a hash value to improve its uniqueness, and has a ".jpg"
15114         extension.  Also, it is now a valid filename on all systems.
15115         (thumbs-make-thumb): Use `let', not `let*'.
15116         (thumbs-show-thumbs-list): Check for JPEG availability.
15118 2005-05-30  Richard M. Stallman  <rms@gnu.org>
15120         * filesets.el (filesets-menu-ensure-use-cached):
15121         Prevent warning when emacs-version>= is undefined.
15123         * printing.el (pr-interactive-n-up): Use string-to-number.
15125         * emulation/tpu-mapper.el: Use eval-buffer, not eval-current-buffer.
15127         * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn):
15128         Warn only when name to be defined is quoted.
15130 2005-05-30  Nick Roberts  <nickrob@snap.net.nz>
15132         * progmodes/gdb-ui.el (gdb-toggle-breakpoint):
15133         Make regexp more robust.
15134         (gdb-display-assembler-buffer, gdb-frame-assembler-buffer):
15135         Force regeneration of disassembly.
15137 2005-05-29  Jay Belanger  <belanger@truman.edu>
15139         * calc/calc.el (calc-user-invocation): Check if
15140         calc-invocation-macro is non-nil.
15142 2005-05-29  Juri Linkov  <juri@jurta.org>
15144         * add-log.el (change-log-font-lock-keywords):
15145         Add `+' to e-mail regexp to accept mail address with keywords.
15147         * man.el (Man-name-regexp): Add `:' to accept qualified names.
15149 2005-05-29  Luc Teirlinck  <teirllm@auburn.edu>
15151         * progmodes/inf-lisp.el (inferior-lisp-mode): Use delay-mode-hooks.
15153         * ielm.el (inferior-emacs-lisp-mode): Ditto.
15155 2005-05-29  Richard M. Stallman  <rms@gnu.org>
15157         * textmodes/flyspell.el (flyspell-auto-correct-previous-word):
15158         Undo the change that moves to end of the current word.
15160 2005-05-29  Nick Roberts  <nickrob@snap.net.nz>
15162         * progmodes/gdb-ui.el (gdb-memory-set-repeat-count):
15163         Throw error when count <= 0 to ensure input is a number.
15164         (gdb-read-memory-custom): Pick up address from buffer.
15165         (gdb-memory-mode): Allow user to increment and decrement
15166         memory address from header line.
15168 2005-05-29  Richard M. Stallman  <rms@gnu.org>
15170         * flyspell.el (flyspell-version): Function deleted.
15171         (flyspell-auto-correct-previous-hook): Doc fix.
15173         * jit-lock.el (jit-lock-function, jit-lock-after-change):
15174         Do nothing if memory is full.
15176         * font-lock.el (font-lock-fontify-syntactically-region):
15177         Pass t for GREEDY to looking-back.
15179         * saveplace.el (save-place-alist-to-file): Write the file
15180         using write-region.
15182         * subr.el (looking-back): New argument GREEDY.
15184         * progmodes/compile.el (compilation-start): Set the mode
15185         before inserting the initial text.
15187         * progmodes/which-func.el (which-func-update-1): Turn the mode
15188         off in case of error by setting which-func-mode.
15190 2005-05-29  Peter Heslin  <p.j.heslin@durham.ac.uk>  (tiny change)
15192         * flyspell.el (flyspell-auto-correct-previous-word):
15193         Narrow down to what's on the screen, and recenter overlays
15194         at the end of the next word.
15196 2005-05-29  Manuel Serrano  <Manuel.Serrano@sophia.inria.fr>
15198         * flyspell.el (flyspell-emacs, flyspell-use-local-map): Vars moved up.
15199         (flyspell-default-delayed-commands): Add backward-delete-char-untabify.
15200         (flyspell-abbrev-p): Default to nil.
15201         (flyspell-use-global-abbrev-table-p): Doc fix.
15202         (flyspell-large-region): Allow nil as value.
15203         (flyspell-use-meta-tab, flyspell-auto-correct-binding): New variables.
15205         (mail-mode-flyspell-verify): More robust handling
15206         of `mail-header-separator'.  More efficient signature detection.
15207         Allow for regexp metacharacters in message-header-separator.
15208         Adding `To' not to be checked in mail-mode-flyspell-verify.
15210         (flyspell-prog-mode): Run flyspell-prog-mode-hook.
15211         (flyspell-mouse-map): Bind M-TAB only if flyspell-use-meta-tab.
15212         Bind flyspell-auto-correct-binding.
15213         Bind C-. and C-, .
15214         (flyspell-mode-map): Likewise.
15215         (flyspell-mode): Doc fix.
15216         (flyspell-accept-buffer-local-defs): Preserve current buffer.
15217         (flyspell-mode-on): Bind flyspell-mouse-map and flyspell-mode-map.
15218         (flyspell-word-cache-result): New var, always local.
15219         (flyspell-check-pre-word-p): Doc fix.
15220         (flyspell-check-changed-word-p): Handle spc like newline.
15221         (flyspell-post-command-hook): Set flyspell-word-cache-result.
15222         (flyspell-word-search-backward, flyspell-word-search-forward):
15223         New functions.
15224         (flyspell-word): Return t if nothing to check.
15225         When parsing TeX code, check for after } or \.
15226         Use flyspell-word-search-backward to find previous word.
15227         Return nil if duplicated word.
15228         For word already checked, return same value as last time.
15229         Set flyspell-word-cache-result after checking.
15230         Don't clobber the return value.
15231         (flyspell-get-word): Major rewrite.
15232         (flyspell-external-point-words): New locals pword, pcount.
15233         Fix size used in progress message.
15234         Find the proper corresponding word in flyspell-large-region-buffer.
15235         (flyspell-region): Check for flyspell-large-region = nil.
15236         (flyspell-highlight-incorrect-region): Clean up overlays in region.
15237         (flyspell-auto-correct-word): Check that WORD is a cons.
15238         (flyspell-correct-word): Likewise.
15240 2005-05-29  Daniel Pfeiffer  <occitan@esperanto.org>
15242         * progmodes/make-mode.el (makefile-rule-action-regex)
15243         (makefile-macroassign-regex, makefile-makepp-mode)
15244         (makefile-bsdmake-mode): Continuation lines may be empty.
15245         Reported by Joshua Varner.
15246         (makefile-makepp-font-lock-keywords): Add $(stem).
15248 2005-05-28  Karl Berry  <karl@gnu.org>
15250         * textmodes/tex-mode.el: Now that tex-send-command calls
15251         shell-quote-argument (2005-03-31 change), remove all calls to
15252         shell-quote-argument; they all end up invoking tex-send-command.
15253         The double quoting loses on filenames with non-safe characters,
15254         such as "@".  Reported by Frederik Fouvry.
15256 2005-05-29  Nick Roberts  <nickrob@snap.net.nz>
15258         * progmodes/gdb-ui.el (gdb-assembler-custom): Be more careful
15259         about preserving point.
15261 2005-05-27  Jay Belanger  <belanger@truman.edu>
15263         * calc/calc-misc.el (calc-info-goto-node): Use info instead of
15264         Info-goto-node.
15266         * calc/calc-embed.el (calc-embed-arg): New variable.
15267         (calc-do-embedded-activate, calc-embedded-activate-formula)
15268         (calc-embedded-edit, calc-do-embedded-activate): Replace undeclared
15269         variable by new variable.
15270         (calc-embedded-make-info): Replace undeclared variable by new
15271         variable.  When selecting region with positive prefix
15272         argument, use end of previous line instead of beginning of line.
15274         * calc/calc-aent.el (calc-arg-values): Declare it.
15276         * calc/calc-ext.el (calc-help-map, calc-alg-map, calc-alg-esc-map):
15277         Declare them.
15279         * calc/calc-stuff.el (math-decls-cache-tag): Declare it.
15281         * calc/calc.el (calc-alg-map): Declare it.
15283         * calc/calcalg2.el (math-decls-cache, math-decls-all): Declare them.
15285 2005-05-28  Nick Roberts  <nickrob@snap.net.nz>
15287         * progmodes/gdb-ui.el (gdb-all-registers): New variable.
15288         (gdb-registers-buffer, toggle-gdb-all-registers):
15289         Toggle display of floating point registers.
15290         (gdb-registers-mode-map): Bind SPC to toggle-gdb-all-registers.
15292         * progmodes/gud.el (gud-goto-info): Use info.  Don't use require.
15293         (toggle-gud-tooltip-dereference):
15294         Rename from gud-toggle-tooltip-dereference.
15296 2005-05-27  Stefan Monnier  <monnier@iro.umontreal.ca>
15298         * info.el (Info-goto-node): Revert autoload addition (2004-06-12).
15300 2005-05-27  Jay Belanger  <belanger@truman.edu>
15302         * calc/calc-prog.el (calc-kbd-report): Remove.
15303         (calc-kbd-query): Rewrite.
15305 2005-05-27  Juanma Barranquero  <lekktu@gmail.com>
15307         * image.el (image-library-alist): Move to image.c.
15308         (image-type-available-p): Doc fix.
15310 2005-05-27  Lute Kamstra  <lute@gnu.org>
15312         * calc/calc.el (calc):
15313         * outline.el (outline-1, outline-2, outline-3, outline-4)
15314         (outline-5, outline-6, outline-7, outline-8):
15315         * textmodes/dns-mode.el (dns-mode):
15316         * textmodes/sgml-mode.el (sgml-namespace-face):
15317         * textmodes/tex-mode.el (superscript, subscript, tex-math-face)
15318         (tex-verbatim-face, tex-use-reftex):
15319         * textmodes/texinfo.el (texinfo-heading-face):
15320         Specify customization group.
15322         * longlines.el: Don't require easy-mmode.
15323         (longlines-visible-face): Specify customization group.
15325 2005-05-27  Kenichi Handa  <handa@m17n.org>
15327         * language/cyrillic.el: Add cyrillic-iso8859-5 characters in the
15328         encoding table of windows-1251.
15330         * international/ucs-tables.el (ucs-set-table-for-input):
15331         If translation-table-for-input of a coding system is a symbol, get
15332         its translation-table property.
15334         * international/code-pages.el: Don't register a coding system into
15335         non-iso-charset-alist more than once.
15336         (cp-make-coding-system): Likewise.
15338 2005-05-26  John Wiegley  <johnw@newartisans.com>
15340         * eshell/esh-cmd.el (eshell-eval-command): If the return value of
15341         `eshell-resume-eval' is wrapped in a list, it indicates that the
15342         command was run asynchronously.  In that case, unwrap the value
15343         before checking the delimiter value.
15345         * eshell/em-cmpl.el (eshell-complete-parse-arguments): If the
15346         character before a space at the end of a line is \, assume the space
15347         is part of the last argument rather than a final argument separator.
15349         * eshell/esh-io.el (eshell-get-target): If `eshell-buffer-shorthand'
15350         is in use, and the target is `t' or `nil' (which are the most common
15351         values), don't assume that the symbol target is a buffer.
15353 2005-05-26  Luc Teirlinck  <teirllm@auburn.edu>
15355         * calendar/calendar.el (calendar-mode-line-format):
15356         Use mode-line-highlight as mouse-face.
15358         * time.el (display-time-string-forms, display-time-update):
15359         Use mode-line-highlight as mouse-face.
15361 2005-05-26  Jay Belanger  <belanger@truman.edu>
15363         * calc/calc.el (calc-language-alist): Remove extra defvar.
15365 2005-05-26  Lute Kamstra  <lute@gnu.org>
15367         * arc-mode.el (archive-mode):
15368         * bookmark.el (bookmark-read-annotation-mode)
15369         (bookmark-edit-annotation-mode, bookmark-bmenu-mode):
15370         * bs.el (bs-mode):
15371         * calc/calc-yank.el (calc-edit-mode):
15372         * calc/calc.el (calc-mode, calc-trail-mode):
15373         * calculator.el (calculator-mode):
15374         * chistory.el (command-history-mode):
15375         * comint.el:
15376         * cus-edit.el (custom-mode):
15377         * descr-text.el (describe-text-mode):
15378         * ebuff-menu.el (Electric-buffer-menu-mode):
15379         * ediff-util.el (ediff-mode):
15380         * emacs-lisp/re-builder.el (reb-mode):
15381         * emulation/vi.el (vi-mode-setup):
15382         * emulation/ws-mode.el (wordstar-mode):
15383         * eshell/esh-mode.el (eshell-mode):
15384         * forms.el (forms-mode):
15385         * help-mode.el (help-mode):
15386         * hexl.el (hexl-mode):
15387         * ibuffer.el (ibuffer-mode):
15388         * ielm.el (inferior-emacs-lisp-mode):
15389         * info.el (Info-mode, Info-edit-mode):
15390         * international/swedish.el:
15391         * ledit.el (ledit-from-lisp-mode):
15392         * locate.el (locate-mode):
15393         * mail/rmail.el (rmail-mode):
15394         * mail/rmailedit.el (rmail-edit-mode):
15395         * mail/rmailsum.el (rmail-summary-mode):
15396         * mail/supercite.el (sc-electric-mode):
15397         * net/eudc.el (eudc-mode):
15398         * net/quickurl.el (quickurl-list-mode):
15399         * net/snmp-mode.el (snmp-mode, snmpv2-mode):
15400         * obsolete/ooutline.el (outline-mode):
15401         * obsolete/options.el (Edit-options-mode):
15402         * obsolete/rnews.el (news-mode):
15403         * obsolete/rnewspost.el (news-reply-mode):
15404         * play/5x5.el (5x5-mode):
15405         * play/decipher.el (decipher-mode, decipher-stats-mode):
15406         * play/gomoku.el (gomoku-mode):
15407         * play/snake.el (snake-mode):
15408         * play/solitaire.el (solitaire-mode):
15409         * play/tetris.el (tetris-mode):
15410         * progmodes/ada-mode.el (ada-mode):
15411         * progmodes/antlr-mode.el (antlr-mode):
15412         * progmodes/autoconf.el (autoconf-mode):
15413         * progmodes/dcl-mode.el (dcl-mode):
15414         * progmodes/delphi.el (delphi-mode):
15415         * progmodes/ebrowse.el (ebrowse-tree-mode)
15416         (ebrowse-electric-list-mode, ebrowse-member-mode)
15417         (ebrowse-electric-position-mode):
15418         * progmodes/f90.el (f90-mode):
15419         * progmodes/fortran.el (fortran-mode):
15420         * progmodes/icon.el (icon-mode):
15421         * progmodes/idlw-help.el (idlwave-help-mode):
15422         * progmodes/idlw-shell.el (idlwave-shell-mode):
15423         * progmodes/idlwave.el (idlwave-mode):
15424         * progmodes/inf-lisp.el (inferior-lisp-mode):
15425         * progmodes/m4-mode.el (m4-mode):
15426         * progmodes/meta-mode.el (metafont-mode, metapost-mode):
15427         * progmodes/modula2.el (modula-2-mode):
15428         * progmodes/octave-inf.el (inferior-octave-mode):
15429         * progmodes/octave-mod.el (octave-mode):
15430         * progmodes/pascal.el (pascal-mode):
15431         * progmodes/sh-script.el (sh-mode):
15432         * progmodes/sql.el (sql-mode, sql-interactive-mode):
15433         * progmodes/vhdl-mode.el (vhdl-mode):
15434         * progmodes/xscheme.el (scheme-interaction-mode):
15435         * replace.el (occur-mode):
15436         * ses.el (ses-mode):
15437         * simple.el (completion-list-mode):
15438         * skeleton.el:
15439         * speedbar.el (speedbar-mode):
15440         * term.el (term-mode):
15441         * terminal.el (terminal-edit-mode):
15442         * textmodes/reftex-index.el (reftex-index-mode)
15443         (reftex-index-phrases-mode):
15444         * textmodes/reftex-sel.el (reftex-select-label-mode)
15445         (reftex-select-bib-mode):
15446         * textmodes/reftex-toc.el (reftex-toc-mode):
15447         * wdired.el (wdired-change-to-wdired-mode):
15448         * wid-browse.el (widget-browse-mode):
15449         Use run-mode-hooks.
15451         * array.el (array-mode):
15452         * calendar/todo-mode.el (todo-mode):
15453         * man.el (Man-mode):
15454         * play/landmark.el (lm-mode):
15455         * play/mpuz.el (mpuz-mode):
15456         Use kill-all-local-variables and run-mode-hooks.
15458         * subr.el (delay-mode-hooks): Specify indentation.
15460 2005-05-26  Mark A. Hershberger  <mah@everybody.org>
15462         * xml.el (xml-substitute-special): Don't die for undefined xml
15463         entities.
15465 2005-05-26  Jay Belanger  <belanger@truman.edu>
15467         * calc/calc-prog.el (calc-user-define-edit): Don't find substring
15468         of nil.
15470 2005-05-27  Nick Roberts  <nickrob@snap.net.nz>
15472         * progmodes/gdb-ui.el (gdb-frame-address):
15473         Rename from gdb-current-address.
15474         (gdb-previous-frame-address): Rename from gdb-previous-address.
15475         (gdb-selected-frame): Rename from gdb-current-frame.
15476         (gdb-get-selected-frame): Rename from gdb-get-current-frame.
15477         (gdb-frame-number): Rename from gdb-current-stack-level.
15478         (gdb-ann3): Match new mode-name for disassembly buffer.
15479         Extend initialization of variables.
15480         (gdb-post-prompt): Update disassembly from gdb-frame-handler.
15481         (gdb-memory-mode): Use mouse-face in header line.
15482         (gdb-assembler-buffer-name): Call it disassembly and give frame
15483         in mode line.
15484         (gdb-source-spec-regexp, gdb-assembler-custom)
15485         (gdb-invalidate-assembler, gdb-frame-handler):
15486         Make robust to leading zeroes in address format.
15488 2005-05-26  Carsten Dominik  <dominik@science.uva.nl>
15490         * textmodes/org.el (org-mode): Use `define-derived-mode' to
15491         define `org-mode'.
15492         (org-agenda-mode): Use `run-mode-hooks' instead of `run-hooks'.
15494 2005-05-26  Stefan Monnier  <monnier@iro.umontreal.ca>
15496         * log-edit.el (log-edit-changelog-entries): Distinguish between
15497         filenames like xfns.c and fns.c.
15499 2005-05-25  Luc Teirlinck  <teirllm@auburn.edu>
15501         * buff-menu.el (Buffer-menu-revert-function): Improve handling of
15502         point after reverting.
15503         (Buffer-menu-make-sort-button): Handle the case where
15504         `Buffer-menu-use-header-line' is nil.
15506 2005-05-25  Thien-Thi Nguyen  <ttn@gnu.org>
15508         * vms-patch.el (vms-magic-right-square-brace, vms-magic-colon):
15509         New funcs.  In minibuffer-local-completion-map bind `]', `/'
15510         and `:' to them.
15512 2005-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
15514         * startup.el (normal-top-level): Allow modification of load-path while
15515         we're iterating over it.
15517 2005-05-25  Juanma Barranquero  <lekktu@gmail.com>
15519         * thumbs.el (thumbs-thumbsdir-max-size, thumbs-temp-file)
15520         (thumbs-cleanup-thumbsdir, thumbs-call-convert)
15521         (thumbs-resize-interactive, thumbs-insert-image)
15522         (thumbs-insert-thumb, thumbs-dired-show-marked)
15523         (thumbs-find-image-at-point, thumbs-delete-images)
15524         (thumbs-rename-images, thumbs-next-image, thumbs-dired-setroot)
15525         (thumbs-increment-image-size, thumbs-decrement-image-size):
15526         Fix typos in docstrings.
15528 2005-05-24  Andre Spiegel  <spiegel@gnu.org>
15530         * progmodes/cperl-mode.el (cperl-vc-header-alist): Obsolete.
15531         (cperl-vc-rcs-header, cperl-vc-sccs-header): New user options.
15532         (cperl-mode): Use them.
15534 2005-05-24  Juanma Barranquero  <lekktu@gmail.com>
15536         * window.el (quit-window, shrink-window-if-larger-than-buffer):
15537         Doc fixes.
15539 2005-05-24  Nick Roberts  <nickrob@snap.net.nz>
15541         * progmodes/gdb-ui.el (gdb-inferior-io-mode-map):
15542         Bind C-d to gdb-inferior-io-eof.
15544         * dired.el (dired-dnd-popup-notice): Use message-box.
15546 2005-05-23  Masatake YAMATO  <jet@gyve.org>
15548         * bindings.el (mode-line-major-mode-keymap):
15549         Bind [mode-line down-mouse-1] to `mouse-major-mode-menu'.
15551         * faces.el (mode-line-highlight): New face.
15553         * ruler-mode.el (ruler-mode-ruler): Use mode-line-highlight
15554         as mouse-face.
15556         * bindings.el (top-level, help-echo, mode-line-modified)
15557         (mode-line-mule-info, mode-line-eol-desc): Use mode-line-highlight
15558         as mouse-face.
15560 2005-05-23  Juanma Barranquero  <lekktu@gmail.com>
15562         * progmodes/cc-engine.el (c-guess-basic-syntax):
15563         Remove spurious call to `zerop'.
15565         * emacs-lisp/cl.el (acons, pairlis): Add docstring.
15567 2005-05-23  Martin Stjernholm  <bug-cc-mode@gnu.org>
15569         CC Mode update to 5.30.10:
15571         * cc-fonts.el (c-font-lock-declarators): Fix bug where the point
15572         could go past the limit in decoration level 2, thereby causing
15573         errors during interactive fontification.
15575         * cc-mode.el (c-make-inherited-keymap): Fix cc-bytecomp bug when
15576         the file is evaluated interactively.
15578         * cc-engine.el (c-guess-basic-syntax): Handle operator
15579         declarations somewhat better in C++.
15581         * cc-styles.el, cc-mode.el (c-run-mode-hooks): New helper macro to
15582         make use of `run-mode-hooks' which has been added in Emacs 21.1.
15583         (c-mode, c++-mode, objc-mode, java-mode, idl-mode, pike-mode)
15584         (awk-mode): Use it.
15585         (make-local-hook): Suppress warning about obsoleteness.
15587         * cc-engine.el, cc-align.el, cc-cmds.el
15588         (c-append-backslashes-forward, c-delete-backslashes-forward)
15589         (c-find-decl-spots, c-semi&comma-no-newlines-before-nonblanks):
15590         Compensate for return value from `forward-line' when it has moved
15591         but not to a different line due to eob.
15593         * cc-engine.el (c-guess-basic-syntax): Fix anchoring in
15594         `objc-method-intro' and `objc-method-args-cont'.
15596 2005-05-23  Alan Mackenzie  <bug-cc-mode@gnu.org>
15598         CC Mode update to 5.30.10:
15600         * cc-mode.el, cc-engine.el, cc-align.el: Change the FSF's address
15601         in the copyright statement.  Incidentally, change "along with GNU
15602         Emacs" to "along with this program" where it occurs.
15604         * cc-mode.el: Add a fourth parameter `t' to the awk-mode autoload,
15605         so that it is interactive, hence can be found by M-x awk-mode
15606         whilst cc-mode is yet to be loaded.  Reported by Glenn Morris
15607         <gmorris+emacs@ast.cam.ac.uk>.
15609         * cc-awk.el: Add character classes (e.g. "[:alpha:]") into AWK
15610         Mode's regexps.
15612 2005-05-23  Kevin Ryde  <user42@zip.com.au>
15614         * cc-align.el (c-lineup-argcont): Ignore conses for {} pairs from
15615         c-parse-state, to avoid a lisp error (on bad code).
15617 2005-05-23  Lute Kamstra  <lute@gnu.org>
15619         * subr.el (font-lock-defaults): Remove defvar as it's already
15620         defined in font-core.el.
15622         * font-lock.el (font-lock-beginning-of-syntax-function): Fix docstring.
15624 2005-05-23  Nick Roberts  <nickrob@snap.net.nz>
15626         * progmodes/gdb-ui.el (gdb-info-locals-handler): Make regexps
15627         more general and work when GDB variable "print pretty" is on,
15628         as with Emacs, for example.
15630 2005-05-22  Luc Teirlinck  <teirllm@auburn.edu>
15632         * font-core.el: Update comment.
15634         * emacs-lisp/easy-mmode.el (define-global-minor-mode):
15635         Use `after-change-major-mode-hook' instead of `find-file-hook'.
15637         * buff-menu.el (Buffer-menu-mode): Use `run-mode-hooks'.
15639 2005-05-22  Eli Zaretskii  <eliz@gnu.org>
15641         * simple.el (yank, yank-pop): Mention `yank-excluded-properties'
15642         and `yank-handler' in the doc strings.
15644 2005-05-22  Stefan Monnier  <monnier@iro.umontreal.ca>
15646         * emacs-lisp/cl.el (eql): Remove.  It's a builtin already.
15648 2005-05-22  Richard M. Stallman  <rms@gnu.org>
15650         * help.el (describe-key): Move print-help-return-message call
15651         out of conditional.
15653         * progmodes/etags.el (list-tags): Use with-no-warnings.
15655         * mail/smtpmail.el (smtpmail-open-stream): Use with-no-warnings.
15656         (smtpmail-send-queued-mail): Avoid beginning-of-buffer.
15657         (starttls-extra-args, starttls-extra-arguments): Add defvars.
15659         * mail/mailalias.el (mail-get-names): Avoid beginning-of-buffer.
15661         * language/viet-util.el (viet-viscii-nonascii-translation-table):
15662         Add defvar.
15664         * emulation/viper-ex.el (viper-ex-work-buf, viper-ex-print-buf):
15665         Use defvar, not defconst.
15667         * hexl.el (hexl-follow-line): Use with-no-warnings.
15669         * emulation/tpu-extras.el: Use write-file-functions instead of
15670         write-file-hooks.
15672         * dired.el (dired-font-lock-keywords): Fontify files with junk
15673         extensions even if marked by -F.
15675 2005-05-22  Juanma Barranquero  <lekktu@gmail.com>
15677         * emacs-lisp/cl.el (pushnew, cl-macroexpand, floatp-safe, plusp)
15678         (minusp, oddp, evenp, mapcar*, list*, copy-list, adjoin, subst):
15679         * emacs-lisp/cl-extra.el (coerce, map, maplist, cl-mapc, mapl)
15680         (mapcan, mapcon, some, every, notany, notevery, signum, isqrt)
15681         (concatenate, list-length, get*, getf, cl-remprop):
15682         * emacs-lisp/cl-macs.el (function*, case, ecase, typecase)
15683         (etypecase, progv, lexical-let, lexical-let*)
15684         (multiple-value-bind, multiple-value-setq, shiftf):
15685         Improve argument/docstring consistency.
15687         * subr.el (focus-frame, unfocus-frame): Revert deletion on 2005-05-01.
15689 2005-05-22  Andre Spiegel  <spiegel@gnu.org>
15691         * vc-cvs.el (vc-cvs-checkout-model): Handle the case where FILE
15692         doesn't exist.
15694         * vc.el (vc-trunk-p): Add autoload cookie.  The function is used in
15695         vc-rcs.el when vc-mistrust-permissions is t, which is not the default.
15697 2005-05-22  Nick Roberts  <nickrob@snap.net.nz>
15699         * emacs-lisp/bytecomp.el: Remove make-obsolete-variable for
15700         already deleted variables: auto-fill-hook, blink-paren-hook,
15701         lisp-indent-hook, inhibit-local-variables, unread-command-event,
15702         suspend-hooks, comment-indent-hook, meta-flag,
15703         before-change-function, after-change-function,
15704         font-lock-doc-string-face.
15706 2005-05-21  Luc Teirlinck  <teirllm@auburn.edu>
15708         * emacs-lisp/derived.el (define-derived-mode): Doc fix.
15710 2005-05-21  Eli Zaretskii  <eliz@gnu.org>
15712         * mail/rmail.el (rmail-reply): Filter the list in reply-to through
15713         rmail-dont-reply-to.
15715 2005-05-21  Frederik Fouvry  <fouvry@CoLi.Uni-SB.DE>
15717         * mail/sendmail.el (mail-send): Use [[:space:]] instead of a
15718         literal blank when splitting new-header-values.
15720 2005-05-21  Matt Hodges  <MPHodges@member.fsf.org>
15722         * calendar/cal-menu.el (cal-menu-update): Add separator as a
15723         string so that tmm doesn't create a completion entry for it.
15725         * textmodes/table.el (table-disable-menu): Ditto.
15727 2005-05-21  Richard M. Stallman  <rms@gnu.org>
15729         * progmodes/idlwave.el (idlwave-doc-header): Use insert-file-contents.
15731         * progmodes/flymake.el (flymake-makehash): Use with-no-warnings.
15733         * net/rcompile.el (remote-compile): Use compilation-start.
15735         * tmm.el (tmm-shortcut): Avoid using beginning-of-buffer.
15737 2005-05-21  Daniel Pfeiffer  <occitan@esperanto.org>
15739         * files.el (auto-mode-alist): Check GNUmakefile before makefile.
15740         Default to makefile-bsdmake-mode on BSD systems.
15742         * imenu.el (imenu-generic-expression, imenu--generic-function'):
15743         REGEXP may also be a search function now.  The part of doc-string
15744         for describing the structure was 95% identical to that of
15745         `imenu--generic-function'.  Unify it there.
15747         * progmodes/make-mode.el (makefile-imenu-generic-expression):
15748         Use function to find dependencies, because regexp alone is so complex,
15749         it easily goes into an endless loop.
15750         (makefile-makepp-mode): Also add submenu for Perl functions
15751         defined in the makefile.
15752         (makefile-bsdmake-mode): Special imenu-generic-expression no
15753         longer needed, due to function call.
15754         (makefile-match-dependency): Take BOUND into account when checking
15755         if we're through.
15757 2005-05-20  Jay Belanger  <belanger@truman.edu>
15759         * calc/calc-units.el (calc-invalidate-units-table):
15760         Use inhibit-read-only.
15761         (math-build-units-table-buffer): Use view-mode.
15763 2005-05-20  David Kastrup  <dak@gnu.org>
15765         * emacs-lisp/easymenu.el (easy-menu-add): Correct docstring since
15766         easy-menu-add is not a nop on Emacs; and clarify when to call it.
15768 2005-05-20  Lute Kamstra  <lute@gnu.org>
15770         * diff-mode.el (diff-header-face, diff-file-header-face)
15771         (diff-index-face, diff-hunk-header-face, diff-removed-face)
15772         (diff-added-face, diff-changed-face, diff-function-face)
15773         (diff-context-face, diff-nonexistent-face): Put them in the
15774         diff-mode customization group.
15776 2005-05-20  Stefan Monnier  <monnier@iro.umontreal.ca>
15778         * progmodes/vhdl-mode.el (vhdl-font-lock-match-item): Simplify regexp.
15780         * progmodes/sh-script.el (sh-mode, sh-get-word): Minor regexp fixes.
15782         * font-lock.el (lisp-font-lock-keywords-2): Don't error.
15783         Minor regexp-optimization.
15785 2005-05-20  Carsten Dominik  <dominik@science.uva.nl>
15787         * textmodes/org.el (org-agenda-toggle-time-grid): New command.
15788         (org-agenda-use-time-grid, org-agenda-time-grid): New options.
15789         (org-agenda-add-time-grid-maybe): New function.
15790         (org-agenda): Call `org-agenda-add-time-grid-maybe'.
15791         (org-table-create): `dotimes' instead of `mapcar'.
15792         (org-xor): Simplify implementation.
15793         (org-agenda): `inhibit-redisplay' turned on.
15794         (org-agenda-change-all-lines): Use `org-format-agenda-item' to get
15795         a consistent line after a state change.
15796         (org-agenda-remove-times-when-in-prefix): New option.
15797         (org-prefix-has-time): New variable.
15798         (org-parse-time-string): Optional argument NODEFAULT.
15799         (org-format-agenda-item): Parse items for time-of-day
15800         specifications and move these into the prefix if possible.
15801         (org-agenda-priority): Get current heading, not previous heading
15802         during agenda remote editing.
15804 2005-05-20  Juanma Barranquero  <lekktu@gmail.com>
15806         * emacs-lisp/cl-seq.el (reduce, fill, replace, remove*)
15807         (remove-if, remove-if-not, delete*, delete-if, delete-if-not)
15808         (remove-duplicates, delete-duplicates, substitute)
15809         (substitute-if, substitute-if-not, nsubstitute, nsubstitute-if)
15810         (nsubstitute-if-not, find, find-if, find-if-not, position)
15811         (position-if, position-if-not, count, count-if, count-if-not)
15812         (mismatch, search, sort*, stable-sort, merge, member*)
15813         (member-if, member-if-not, assoc*, assoc-if, assoc-if-not)
15814         (rassoc*, rassoc-if, rassoc-if-not, union, nunion)
15815         (intersection, nintersection, set-difference, nset-difference)
15816         (set-exclusive-or, nset-exclusive-or, subsetp, subst-if)
15817         (subst-if-not, nsubst, nsubst-if, nsubst-if-not, sublis)
15818         (nsublis, tree-equal): Improve argument/docstring consistency.
15820         * subr.el (send-string, send-region): Remove obsolescence declaration.
15821         (window-dot, set-window-dot, read-input, show-buffer)
15822         (eval-current-buffer, string-to-int):
15823         Add release number to obsolescence declarations.
15825 2005-05-19  Kim F. Storm  <storm@cua.dk>
15827         * ido.el (ido-magic-forward-char): Enter ido-find-file at end of input.
15828         (ido-magic-backward-char): Enter ido-switch-buffer at start of input.
15830 2005-05-20  Matt Hodges  <MPHodges@member.fsf.org>
15832         * faces.el (list-faces-display): Make back button respect optional
15833         regexp arg.
15835 2005-05-19  Juanma Barranquero  <lekktu@gmail.com>
15837         * calculator.el (calculator-radix-grouping-mode)
15838         (calculator-radix-grouping-digits, calculator-displayer)
15839         (calculator-radix-grouping-separator, calculator-copy-displayer):
15840         * dabbrev.el (dabbrev-search-these-buffers-only):
15841         * diff-mode.el (diff-jump-to-old-file, diff-update-on-the-fly)
15842         (diff-advance-after-apply-hunk, diff-mode-hook)
15843         (diff-minor-mode-prefix):
15844         * imenu.el (imenu-use-popup-menu):
15845         * jit-lock.el (jit-lock-context-time):
15846         * newcomment.el (comment-fill-column, comment-column)
15847         (comment-style, comment-padding, comment-multi-line)
15848         (comment-empty-lines, comment-auto-fill-only-comments):
15849         * reveal.el (reveal-around-mark):
15850         * uniquify.el (uniquify-buffer-name-style)
15851         (uniquify-after-kill-buffer-p)
15852         (uniquify-ask-about-buffer-names-p, uniquify-ignore-buffers-re)
15853         (uniquify-min-dir-content, uniquify-separator)
15854         (uniquify-trailing-separator-p, uniquify-strip-common-suffix):
15855         * w32-vars.el (w32-fixed-font-alist):
15856         * emacs-lisp/testcover.el (testcover-potentially-1value-functions):
15857         * obsolete/rsz-mini.el (resize-minibuffer-frame-max-height):
15858         * progmodes/antlr-mode.el (antlr-font-lock-maximum-decoration):
15859         * progmodes/perl-mode.el (perl-indent-level)
15860         (perl-continued-statement-offset, perl-continued-brace-offset)
15861         (perl-brace-offset, perl-brace-imaginary-offset)
15862         (perl-label-offset, perl-indent-continued-arguments)
15863         (perl-tab-always-indent, perl-tab-to-comment, perl-nochange):
15864         * progmodes/tcl.el (tcl-indent-level)
15865         (tcl-continued-indent-level, tcl-auto-newline)
15866         (tcl-tab-always-indent, tcl-electric-hash-style)
15867         (tcl-help-directory-list, tcl-use-smart-word-finder)
15868         (tcl-application, tcl-command-switches, tcl-prompt-regexp)
15869         (inferior-tcl-source-command):
15870         * textmodes/fill.el (enable-kinsoku):
15871         * textmodes/reftex-vars.el (reftex-index-phrases-wrap-long-lines):
15872         * textmodes/table.el (table-yank-handler):
15873         Specify missing group (and type, if simple) in defcustom.
15875 2005-05-19  Luc Teirlinck  <teirllm@auburn.edu>
15877         * progmodes/compile.el (compilation-finish-function): Fix defvar.
15879 2005-05-19  Richard M. Stallman  <rms@gnu.org>
15881         * progmodes/make-mode.el (makefile-mode): Use run-mode-hooks.
15883         * subr.el (event-basic-type): Don't get an error.
15884         (left-fringe-p): Function deleted.
15886         * buff-menu.el (Buffer-menu-buffer-face): In group Buffer-menu.
15887         (list-buffers-noselect): Set `font-lock-face' property, not `face'.
15889         * dired-aux.el (dired-copy-file-recursive): Handle symlinks
15890         in recursive copy.
15892         * frame.el (show-trailing-whitespace): In group `whitespace-faces'.
15894         * emacs-lisp/byte-run.el (eval-when-compile): Doc fix.
15896         * emacs-lisp/bytecomp.el
15897         (byte-compile-file-form-custom-declare-variable):
15898         Call byte-compile-nogroup-warn if appropriate.
15900         * progmodes/compile.el (compilation-finish-function): Mark obsolete.
15901         (compilation-set-window): Don't call left-fringe-p; do it directly.
15903 2005-05-19  Jay Belanger  <belanger@truman.edu>
15905         * calc/calc-graph.el (calc-graph-format-data): Make sure
15906         var-PlotRejects is bound before trying to check its value.
15908 2005-05-19  Carsten Dominik  <dominik@science.uva.nl>
15910         * textmodes/reftex.el (reftex-isearch-minor-mode): Move the
15911         definition of this variable from reftex-global.el to reftex.el,
15912         because it is needed in the menu.
15914 2005-05-19  Lute Kamstra  <lute@gnu.org>
15916         * emacs-lisp/copyright.el (copyright-fix-years): Make sure all
15917         years are fixed.  Don't insert a space after a dash.
15919 2005-05-19  Kim F. Storm  <storm@cua.dk>
15921         * emulation/crisp.el (crisp-home, crisp-end): Put CUA property.
15923 2005-05-19  Daniel Pfeiffer  <occitan@esperanto.org>
15925         * font-lock.el (lisp-font-lock-keywords-2): Do \\) only in
15926         strings, because (eq ... ?\\) is fairly frequent.
15928         * progmodes/make-mode.el (makefile-add-this-line-targets):
15929         Simplify and integrate into `makefile-pickup-targets'.
15930         (makefile-add-this-line-macro): Simplify and integrate into
15931         `makefile-pickup-macros.
15932         (makefile-pickup-filenames-as-targets): Simplify.
15933         (makefile-previous-dependency, makefile-match-dependency):
15934         Don't stumble over `::'.
15936 2005-05-19  Nick Roberts  <nickrob@snap.net.nz>
15938         * subr.el (post-command-idle-hook, post-command-idle-delay):
15939         Remove obsoletion of post-command-idle-hook and
15940         post-command-idle-delay.
15942         * faces.el (list-faces-display): Provide button when describe-face
15943         is called to take user back to the list of faces.
15945         * help-fns.el (describe-variable): Remove hyperlinks in a
15946         variable's value as these are quite frequently inappropriate.
15948         * follow.el (follow-submit-feedback, follow-mode):
15949         Remove references to post-command-idle-hook.
15951 2005-05-18  Daniel Pfeiffer  <occitan@esperanto.org>
15953         * progmodes/make-mode.el (makefile-previous-dependency)
15954         (makefile-match-dependency): Check for := (and in bsd mode also
15955         !=) to give a better result, even when font-lock is not on.
15957 2005-05-18  Jay Belanger  <belanger@truman.edu>
15959         * calc/calc-help.el (calc-s-prefix-help):
15960         Add `calc-copy-special-constant' to help string.
15962 2005-05-18  Luc Teirlinck  <teirllm@auburn.edu>
15964         * emacs-lisp/eldoc.el (eldoc-mode): Doc fix.
15966 2005-05-18  Jay Belanger  <belanger@truman.edu>
15968         * calc/calc-poly.el (math-factor-poly-coefs): Make sure the terms
15969         in linear factors are in proper order.
15971 2005-05-18  Carsten Dominik  <dominik@science.uva.nl>
15973         * textmodes/reftex-vars.el (reftex-cite-format-builtin):
15974         Support for jurabib.
15976         * textmodes/reftex.el (featurep): Define aliases for overlay
15977         commands, for XEmacs compatibility, and use these aliases in
15978         overlay initializations.
15979         (reftex-highlight): Use `reftex-move-overlay'.
15980         (reftex-unhighlight): Use `reftex-delete-overlay'.
15981         (reftex-uniq): Function removed.  Use `reftex-uniquify' instead.
15982         (reftex-access-search-path): Use `reftex-uniquify' instead of
15983         `reftex-uniq'
15985         * textmodes/reftex-sel.el (reftex-select-unmark): Overlay
15986         `before-string' property modification enables for Emacs as well.
15987         (reftex-select-item): Use `reftex-delete-overlay'.
15988         (reftex-select-mark): Use `reftex-make-overlay' and
15989         `reftex-overlay-put'.
15990         (reftex-select-unmark): Use `reftex-delete-overlay' and
15991         `reftex-overlay-put'.
15993 2005-05-18  Lute Kamstra  <lute@gnu.org>
15995         * emacs-lisp/lisp.el (check-parens): Fix docstring.
15997 2005-05-18  Juanma Barranquero  <lekktu@gmail.com>
15999         * add-log.el (add-change-log-entry):
16000         * array.el (array-make-template, array-reconfigure-rows)
16001         (array-init-max-row, array-init-max-column)
16002         (array-init-columns-per-line, array-init-field-width):
16003         * replace.el (replace-match-maybe-edit, perform-replace):
16004         * textmodes/spell.el (spell-region):
16005         Replace `read-input' by `read-string'.
16007         * forms.el (forms-mode):
16008         * finder.el (finder-compile-keywords):
16009         * shadowfile.el (shadow-read-files):
16010         Replace `eval-current-buffer' by `eval-buffer'.
16012         * terminal.el (te-pass-through):
16013         * net/ange-ftp.el (ange-ftp-process-filter, ange-ftp-gwp-filter)
16014         (ange-ftp-raw-send-cmd):
16015         * net/telnet.el (telnet-interrupt-subjob, telnet-c-z)
16016         (send-process-next-char, telnet-initial-filter, telnet):
16017         Replace `send-string' by `process-send-string'.
16019         * progmodes/prolog.el (inferior-prolog-mode): Doc fix.
16020         (prolog-consult-region): Replace `send-string' by
16021         `process-send-string'; replace `send-region' by `process-send-region'.
16023         * progmodes/delphi.el (delphi-log-msg):
16024         Replace `set-window-dot' by `set-window-point'.
16026         * subr.el (window-dot, set-window-dot, read-input, send-string)
16027         (send-region, show-buffer, eval-current-buffer):
16028         Make really obsolete, as the comment says.
16030 2005-05-17  Kim F. Storm  <storm@cua.dk>
16032         * emulation/cua-base.el (cua-use-hyper-key): Doc fix.
16033         (cua--init-keymaps): Bind C-return instead of S-return to set
16034         rectangle mark.
16036         * emulation/cua-rect.el (cua--init-rectangles): Bind C-return
16037         instead of S-return to toggle/clear rectangle mark.
16039 2005-05-17  Daniel Pfeiffer  <occitan@esperanto.org>
16041         * progmodes/make-mode.el (makefile-dependency-skip): New variable.
16042         (makefile-macroassign-regex, makefile-make-font-lock-keywords):
16043         Also fontify plain strings assigned to variables, mostly so that a
16044         colon has a face and is thus not taken as a dependency separator.
16045         (makefile-previous-dependency): Inline the new matcher, because it
16046         is too complex to work in both directions.
16047         (makefile-match-dependency): Eliminate `backward' arg (see above).
16048         Completely reimplemented so as to not sometimes go into an endless
16049         loop.  It should also be more efficient, because first it only
16050         searches for `:', instead of applying the very complex regexp.
16051         (makefile-mode): Cancel `font-lock-support-mode', because blocks
16052         to be fontified in one piece can be too long for JIT.
16053         Makefiles are never *that* big.
16055 2005-05-17  Reiner Steib  <Reiner.Steib@gmx.de>
16057         * dired.el (dired-mode): Simplify.
16059 2005-05-17  Lute Kamstra  <lute@gnu.org>
16061         * emacs-lisp/easy-mmode.el (define-minor-mode): Don't generate a
16062         defcustom for the mode hook variable.
16064         * emacs-lisp/authors.el (authors): Do parse the ChangeLogs of the
16065         Emacs Lisp Reference Manual.
16067 2005-05-17  Juanma Barranquero  <lekktu@gmail.com>
16069         * emacs-lisp/cl.el (eql, floatp-safe, plusp, minusp, oddp)
16070         (evenp, list*):
16071         * emacs-lisp/cl-macs.el (macrolet, symbol-macrolet):
16072         * emacs-lisp/cl-seq.el (subsetp, tree-equal): Doc fixes.
16074         * net/tramp-smb.el (tramp-smb-open-connection):
16075         Pass `tramp-chunksize' as fifth (required) argument.
16077 2005-05-16  Daniel Pfeiffer  <occitan@esperanto.org>
16079         * font-lock.el (lisp-font-lock-keywords-1):
16080         Set `font-lock-negation-char-face' for [^...] char group.
16081         (lisp-font-lock-keywords-2): Highlight regexp's \\( \\| \\).
16083         * progmodes/make-mode.el (makefile-dependency-regex): Turn it into
16084         a var, and refine it to mask one more level of nested vars.
16085         (makefile-rule-action-regex): Turn it into a var, and refine it so
16086         it recognizes backslashed continuation lines as belonging to the
16087         same command.
16088         (makefile-macroassign-regex): Refine it so it recognizes
16089         backslashed continuation lines as belonging to the same command.
16090         (makefile-var-use-regex): Don't look at the next char, because it
16091         might be the same one to be skipped by the initial [^$], leading
16092         to an overlooked variable use.
16093         (makefile-make-font-lock-keywords): Remove two parameters, which
16094         are now variables that some of the modes set locally.
16095         Handle dependency and rule action matching through functions, because
16096         regexps alone match too often.  Dependency matching now comes
16097         last, so it can check, whether a colon already matched something else.
16098         (makefile-mode): Inform that font-lock improves makefile parsing
16099         capabilities.
16100         (makefile-match-dependency, makefile-match-action): New functions.
16102 2005-05-16  Juanma Barranquero  <lekktu@gmail.com>
16104         * emacs-lisp/cl-extra.el (equalp): Doc fix.
16106         * align.el (align-regexp):
16107         * ansi-color.el (ansi-color-get-face):
16108         * array.el (array-reconfigure-rows, array-init-max-row)
16109         (array-init-max-column, array-init-columns-per-line)
16110         (array-init-field-width):
16111         * dired-aux.el (dired-trample-file-versions):
16112         * dired-x.el (dired-mark-sexp):
16113         * ediff-diff.el (ediff-extract-diffs, ediff-get-diff3-group):
16114         * edmacro.el (edmacro-finish-edit, edmacro-parse-keys):
16115         * emerge.el (emerge-extract-diffs, emerge-get-diff3-group):
16116         * faces.el (face-read-integer):
16117         * files.el (backup-extract-version, insert-directory):
16118         * hexl.el (hexl-insert-decimal-char):
16119         * server.el (server-process-filter):
16120         * shell.el (shell-extract-num):
16121         * startup.el (command-line-1):
16122         * term.el (term-command-hook):
16123         * time-stamp.el (time-stamp, time-stamp-string-preprocess)
16124         (time-stamp-do-number):
16125         * time.el (display-time-update):
16126         * timezone.el (timezone-parse-date, timezone-zone-to-minute)
16127         (timezone-fix-time):
16128         * vms-patch.el (vms-suspend-resume-hook):
16129         * calendar/appt.el (appt-convert-time):
16130         * calendar/cal-bahai.el (mark-bahai-diary-entries):
16131         * calendar/cal-hebrew.el (mark-hebrew-diary-entries):
16132         * calendar/cal-islam.el (mark-islamic-diary-entries):
16133         * calendar/calendar.el (calendar-cursor-to-date)
16134         (calendar-star-date):
16135         * calendar/diary-lib.el (diary-attrtype-convert)
16136         (mark-diary-entries, diary-entry-time):
16137         * calendar/solar.el (solar-get-number):
16138         * emacs-lisp/lisp-mnt.el (lm-last-modified-date):
16139         * emacs-lisp/re-builder.el (reb-display-subexp):
16140         * emulation/edt.el (edt-set-scroll-margins):
16141         * emulation/tpu-extras.el (tpu-set-scroll-margins):
16142         * emulation/vip.el (vip-get-ex-token, vip-get-ex-buffer)
16143         (vip-get-ex-count):
16144         * emulation/viper-ex.el (viper-get-ex-token)
16145         (viper-get-ex-buffer, viper-get-ex-count, ex-next):
16146         * international/fontset.el (fontset-plain-name):
16147         * mail/feedmail.el (feedmail-look-at-queue-directory):
16148         * mail/mailalias.el (mail-get-names):
16149         * mail/rmail.el (rmail-convert-to-babyl-format):
16150         * mail/rmailsum.el (rmail-make-basic-summary-line)
16151         (rmail-summary-next-same-subject, rmail-summary-rmail-update)
16152         (rmail-summary-goto-msg):
16153         * mail/smtpmail.el (smtpmail-read-response):
16154         * net/ange-ftp.el (ange-ftp-guess-hash-mark-size)
16155         (ange-ftp-vms-add-file-entry):
16156         * play/gametree.el (gametree-looking-at-ply)
16157         (gametree-current-branch-score):
16158         * progmodes/ada-xref.el (ada-prj-find-prj-file)
16159         (ada-xref-find-in-modified-ali, ada-find-in-src-path):
16160         * progmodes/cperl-mode.el (condition-case):
16161         * progmodes/ebrowse.el (ebrowse-set-tree-indentation)
16162         (ebrowse-set-member-buffer-column-width)
16163         (ebrowse-select-1st-to-9nth):
16164         * progmodes/etags.el (etags-snarf-tag):
16165         * progmodes/flymake.el (flymake-parse-line):
16166         * progmodes/idlw-shell.el (idlwave-shell-parse-line)
16167         (idlwave-shell-filter-bp, idlwave-shell-goto-next-error)
16168         (idlwave-shell-menu-def):
16169         * progmodes/ps-mode.el (ps-run-goto-error):
16170         * progmodes/vhdl-mode.el (vhdl-read-offset, vhdl-load-cache)
16171         (vhdl-speedbar-contract-level):
16172         * term/mac-win.el (x-handle-numeric-switch):
16173         * term/sun-mouse.el (sun-get-frame-data):
16174         * term/w32-win.el (x-handle-numeric-switch):
16175         * term/x-win.el (x-handle-numeric-switch):
16176         * textmodes/ispell.el (ispell-parse-output):
16177         * textmodes/nroff-mode.el (nroff-outline-level):
16178         * textmodes/reftex-cite.el (reftex-bib-sort-year)
16179         (reftex-bib-sort-year-reverse, reftex-format-citation):
16180         * textmodes/reftex-parse.el (reftex-init-section-numbers)
16181         (reftex-section-number):
16182         * textmodes/texinfmt.el (texinfo-paragraphindent):
16183         Replace `string-to-int' by `string-to-number'.
16185         * international/latexenc.el: Add page marker to force the "Local
16186         Variables:" string out of the last page.
16188 2005-05-16  Nick Roberts  <nickrob@snap.net.nz>
16190         * progmodes/gud.el (gud-tooltip-mode): Add gud prefix to
16191         tooltip-change-major-mode.
16192         (gud-tooltip-print-command): Remove case where gud-minor-mode
16193         is gdb ("--fullname").
16194         (gud-tooltip-tips): Turn GUD tooltips off for this case and
16195         explain to user.
16197 2005-05-16  Jay Belanger  <belanger@truman.edu>
16199         * calc/calc-store.el (calc-copy-special-constant): New function.
16201         * calc/calc-ext.el (calc-init-extensions): Add binding for
16202         `calc-copy-special-constant'.
16204         * calc/calc-prog.el (calc-edit-format-macro-buffer): Add a case
16205         for the `calc-copy-special-constant' command.
16207 2005-05-16  Nick Roberts  <nickrob@snap.net.nz>
16209         * subr.el (left-fringe-p): New function.
16211         * progmodes/compile.el (compilation-setup): Set local value of
16212         overlay-arrow-string to "" always.
16213         (compilation-set-window): Left fringe then don't scroll.
16214         No left fringe then no arrow and scroll message to top.
16215         (compilation-context-lines): Adjust doc string accordingly.
16217 2005-05-16  Kim F. Storm  <storm@cua.dk>
16219         * ido.el (ido-magic-forward-char, ido-magic-backward-char)
16220         (ido-magic-delete-char): New commands for C-f, C-b, C-d.
16221         (ido-wide-find-dir-or-delete-dir): New command for M-d.
16222         (ido-define-mode-map): Bind them.  Add C-x prefix to fallback commands.
16223         (ido-read-file-name): Handle commands with ido property value
16224         equal to find-file as reading a file name, to allow C-d to enter dired.
16225         (ibuffer-find-file): Add ido property with value find-file.
16227 2005-05-15  Kim F. Storm  <storm@cua.dk>
16229         * subr.el (open-network-stream-nowait): Remove.
16230         (open-network-stream-server): Remove.
16232 2005-05-15  Richard M. Stallman  <rms@gnu.org>
16234         * faces.el (describe-face): Output a definition link button.
16236         * help-mode.el (help-face-def): New button type.
16238         * emacs-lisp/copyright.el (copyright-fix-years):
16239         Match properly if the first year is 2-digit.
16240         Don't mess up the whitespace after the years by filling.
16242         * dired-aux.el (dired-mark-confirm):
16243         Pass t to dired-get-marked-files for DISTINGUISH-ONE-MARKED.
16245         * dired.el (dired-map-over-marks): New arg DISTINGUISH-ONE-MARKED.
16246         (dired-get-marked-files): New arg DISTINGUISH-ONE-MARKED.
16247         (dired-mark-pop-up): Handle FILES = (t FILE) specially.
16249         * emacs-lisp/lisp-mode.el (lisp-mode-variables):
16250         Set font-lock-comment-start-skip.
16252         * font-lock.el (font-lock-comment-start-skip): New variable.
16253         (font-lock-comment-end-skip): New variable.
16254         (font-lock-fontify-syntactically-region): Use them if non-nil.
16256 2005-05-15  Jay Belanger  <belanger@truman.edu>
16258         * calc/calc-store.el (calc-store-value): Return a string rather
16259         than display it as a message.
16260         Use calc-var-name for variable name.
16261         (calc-store-into): Add the result of calc-store-value to message.
16262         (calc-copy-variable): Add a message.
16263         (calc-store-exchange): Improve error messages.
16264         (calc-store-binary, calc-store-map): Don't reset the values of
16265         special constants.
16267 2005-05-14  Luc Teirlinck  <teirllm@auburn.edu>
16269         * emacs-lisp/derived.el (define-derived-mode): Add link to Elisp
16270         manual to docstring.
16272         * files.el (hack-local-variables-confirm): Add STRING argument.
16273         Make the function handle non file visiting buffers correctly.
16274         (hack-local-variables-prop-line, hack-local-variables)
16275         (hack-one-local-variable): Use STRING arg of
16276         `hack-local-variables-confirm'.
16278 2005-05-14  Michael Albinus  <michael.albinus@gmx.de>
16280         Sync with Tramp 2.0.49.
16282         * net/tramp.el (tramp-handle-dired-call-process)
16283         (tramp-handle-insert-directory):`insert-buffer' cannot be used
16284         because the contents of the Tramp buffer is changed before
16285         insertion (`expand-file' and alike).
16286         (tramp-handle-insert-directory): If `localname' has an empty
16287         nondirectory name, it must not be quoted.
16288         (tramp-pre-connection): Add parameter CHUNKSIZE.  Make local
16289         variable `tramp-chunksize'.  Change callees.
16290         (tramp-open-connection-setup-interactive-shell): Check remote host
16291         for buggy `send-process-string' implementation.
16292         Set `tramp-chunksize' if found.  Reported by Michael Kifer
16293         <kifer@cs.sunysb.edu> (and a lot of other people all the years).
16294         (tramp-handle-shell-command): `insert-buffer' cannot be used
16295         because the contents of the Tramp buffer is changed before
16296         insertion (`expand-file' and alike).  Reported by Fr\e,Ai\e(Bd\e,Ai\e(Bric Bothamy
16297         <frederic.bothamy@free.fr>.
16298         (tramp-set-auto-save): Actions should be done for Tramp file name
16299         handler only.  Ange-FTP has its own auto-save mechanism.
16300         Reported by Richard G. Bielawski <Richard.G.Bielawski@wellsfargo.com>.
16301         (tramp-set-auto-save-file-modes): Set file modes of
16302         `buffer-auto-save-file-name' to ?\600 as fallback solution.
16303         Reported by Ferenc Wagner <wferi@tba.elte.hu>.
16304         (tramp-bug): Remove obsolete variable.
16305         (tramp-append-tramp-buffers): Rewrite partly.  More suitable check
16306         for presence of `mml-mode'.  Make it running for older Emacsen as well.
16308 2005-05-14  John Paul Wallington  <jpw@pobox.com>
16310         * ibuf-ext.el (define-ibuffer-filter filename):
16311         If `dired-directory' is a list, use its car.
16313 2005-05-14  Daniel Brockman  <daniel@brockman.se>  (tiny change)
16315         * ibuffer.el (define-ibuffer-column filename):
16316         If `dired-directory' is a list, use its car.
16318 2005-05-14  Richard M. Stallman  <rms@gnu.org>
16320         * subr.el (symbol-file): Doc fix.
16322         * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn): New function.
16323         (byte-compile-form): Call byte-compile-nogroup-warn.
16324         (byte-compile-warning-types): Doc fix.
16326         * eshell/esh-mode.el (eshell-find-tag): Use with-no-warnings.
16328         * progmodes/cc-engine.el (c-literal-faces):
16329         Add font-lock-comment-delimiter-face.
16331         * net/net-utils.el (dig): Use with-no-warnings.
16333         * mail/supercite.el (sc-cite-frame-alist, sc-uncite-frame-alist)
16334         (sc-recite-frame-alist, sc-default-cite-frame)
16335         (sc-default-uncite-frame, sc-default-recite-frame)
16336         (sc-attrib-selection-list, sc-rewrite-header-list):
16337         Mark as risky-local-variable.
16339         * international/ogonek.el (ogonek-jak, ogonek-how):
16340         Don't use beginning-of-buffer.
16342         * emacs-lisp/eldoc.el (eldoc-documentation-function): Add autoload.
16344         * calendar/solar.el (solar-data-list): Move definition up.
16346         * dnd.el (dnd-protocol-alist): Add autoload.
16348         * progmodes/sh-script.el: Many doc usage fixes.
16349         (sh-indent-after-do): Change default to match common styles.
16351 2005-05-13  Luc Teirlinck  <teirllm@auburn.edu>
16353         * files.el (interpreter-mode-alist)
16354         (auto-mode-interpreter-regexp): Doc fixes.
16356 2005-05-13  Matt Hodges  <MPHodges@member.fsf.org>
16358         * tmm.el (tmm-get-keymap): Include only active menus and menu items.
16360         * emacs-lisp/easymenu.el (easy-menu-define): Doc fixes.
16362 2005-05-13  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
16364         * dired.el (dired-mode): make-variable-buffer-local =>
16365         make-local-variable.
16367 2005-05-13  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
16369         * term/mac-win.el (mac-select-convert-to-string): Try coding
16370         systems in mac-script-code-coding-systems if specified one cannot
16371         encode string for `com.apple.traditional-mac-plain-text'.
16373 2005-05-13  Daniel Pfeiffer  <occitan@esperanto.org>
16375         * progmodes/make-mode.el (makefile-targets-face)
16376         (makefile-shell-face, makefile-makepp-perl-face): New faces.
16377         (makefile-dependency-regex): Fix it to not make the colon in
16378         $(var:a=b) special.
16379         (makefile-rule-action-regex): New regexp for highlighting embedded
16380         Shell strings.
16381         (makefile-macroassign-regex): Handle != for highlighting as
16382         embedded Shell strings.
16383         (makefile-var-use-regex): New const.
16384         (makefile-statements, makefile-automake-statements)
16385         (makefile-gmake-statements, makefile-makepp-statements)
16386         (makefile-bsdmake-statements): New consts.
16387         (makefile-make-font-lock-keywords): New function.
16388         (makefile-automake-font-lock-keywords)
16389         (makefile-gmake-font-lock-keywords)
16390         (makefile-makepp-font-lock-keywords)
16391         (makefile-bsdmake-font-lock-keywords): New consts.
16392         (makefile-mode-map): Add switchers between the various submodes.
16393         (makefile-mode): Document the availability of the variants.
16394         (makefile-automake-mode, makefile-gmake-mode)
16395         (makefile-makepp-mode, makefile-bsdmake-mode): New derived modes.
16397         * files.el (auto-mode-alist, interpreter-mode-alist): Set up the
16398         new variants of makefile-mode.
16400 2005-05-12  Stefan Monnier  <monnier@iro.umontreal.ca>
16402         * font-lock.el (font-lock-comment-delimiter-face): Fix up
16403         the inheritance.
16405 2005-05-12  Luc Teirlinck  <teirllm@auburn.edu>
16407         * progmodes/inf-lisp.el (inferior-lisp-mode-hook)
16408         (inferior-lisp-load-hook): Convert defcustoms back to defvars.
16410         * files.el (normal-mode): Extend the scope of the
16411         `enable-local-variables' binding to include the `set-auto-mode' call.
16412         (magic-mode-alist): Doc fix.
16414 2005-05-12  Stefan Monnier  <monnier@iro.umontreal.ca>
16416         * font-lock.el (font-lock-comment-delimiter-face): Inherit from
16417         font-lock-comment-face rather than copying its setting.
16419 2005-05-12  Andreas Schwab  <schwab@suse.de>
16421         * eshell/esh-mode.el (eshell-send-input): Doc fix.
16423 2005-05-12  Lute Kamstra  <lute@gnu.org>
16425         * emacs-lisp/generic.el (define-generic-mode): Don't generate a
16426         defcustom for the mode hook variable.  Delete the last argument.
16427         * generic-x.el: Fix callers of define-generic-mode.
16428         (generic-x-modes): Delete group.
16429         (show-tabs-tab-face, show-tabs-space-face): Put them in the
16430         generic-x customization group.
16432 2005-05-12  Kim F. Storm  <storm@cua.dk>
16434         * font-lock.el (font-lock-negation-char-face): Default to "off".
16436         * progmodes/cc-fonts.el (c-basic-matchers-before): Don't apply
16437         font-lock-negation-char-face to ! in !=.
16439 2005-05-12  Masatake YAMATO  <jet@gyve.org>
16441         * add-log.el (find-change-log): Fix typos in the docstring
16442         of function.
16444 2005-05-11  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
16446         * international/latexenc.el (latexenc-find-file-coding-system):
16447         Avoid `re-search-forward' when looking for input encoding because
16448         of speed and safety.  Better regular expressions for recognizing
16449         input encoding.  Limit a search for TeX-master/tex-main-file to
16450         the local variable section.
16452 2005-05-11  Dan Nicolaescu  <dann@ics.uci.edu>
16454         * progmodes/sh-script.el (sh-mode-default-syntax-table): Set the
16455         syntax of $ to "'" (quote).
16457 2005-05-11  Reiner Steib  <Reiner.Steib@gmx.de>
16459         * dnd.el (dnd-protocol-alist): Improve custom type.
16461         * dired.el (dired-dnd-protocol-alist): New variable.
16462         (dired-mode): Use `dired-dnd-protocol-alist'.  Move call of
16463         `dired-mode-hook' to the end.
16465 2005-05-11  Stefan Monnier  <monnier@iro.umontreal.ca>
16467         * font-lock.el (font-lock-fontify-syntactically-region): Don't use
16468         comment-end if comment-start-skip is not set.
16469         Obey the font-lock-comment-delimiter-face variables.
16471 2005-05-11  Stefan Monnier  <monnier@iro.umontreal.ca>
16473         * files.el (executable-find): Move from executable.el.  Use
16474         locate-file.
16475         * progmodes/executable.el (executable-find): Move to files.el.
16477         * font-lock.el (font-lock-fontify-keywords-region): Use a marker
16478         when trying to ensure forward progress.
16480 2005-05-11  Chong Yidong  <cyd@stupidchicken.com>
16482         * mouse-sel.el (mouse-sel-follow-link-p): New function.
16483         (mouse-select, mouse-select-internal, mouse-extend-internal):
16484         Use it to implement mouse-1-click-follows-link functionality.
16486 2005-05-11  Richard M. Stallman  <rms@gnu.org>
16488         * font-lock.el (font-lock-fontify-syntactically-region):
16489         Use font-lock-comment-delimiter-face for comment delimiters.
16491 2005-05-10  Jay Belanger  <belanger@truman.edu>
16493         * calc/calc-help.el (calc-m-prefix-help): Add mention of
16494         preserving embedded modes.
16496 2005-05-10  Richard M. Stallman  <rms@gnu.org>
16498         * progmodes/sh-script.el (sh-indent-for-do): Default to 0.
16500         * progmodes/ada-mode.el (ada-adjust-case-skeleton):
16501         Move from ada-stmt.el.
16502         (ada-mode): Add ada-adjust-case-skeleton to skeleton-end-hook.
16504         * progmodes/ada-stmt.el (ada-adjust-case-skeleton):
16505         Move to ada-mode.el.
16506         (ada-stmt-mode-hook): Delete; do the work in ada-mode.
16508         * cus-edit.el (custom-file): Call file-chase-links.
16510         * files.el (read-directory-name): Fix previous change.
16511         (hack-local-variables-confirm): New function.
16512         (hack-local-variables-prop-line, hack-local-variables)
16513         (hack-one-local-variable): Use it.
16515 2005-05-10  Lute Kamstra  <lute@gnu.org>
16517         * font-lock.el (font-lock-keywords-alist)
16518         (font-lock-removed-keywords-alist): Clarify docstrings.
16520 2005-05-10  Nick Roberts  <nickrob@snap.net.nz>
16522         * progmodes/gdb-ui.el (gdb-macro-info): New variable.
16523         (gdb-source-info): Check for preprocessor info.
16524         (gdb-tooltip-print-1): New function.  Don't print tooltip if it is
16525         a macro for a function.
16526         (gdb-info-breakpoints-custom): Try to find file again if not already
16527         found (user might have used GDB dir command).
16528         (gdb-get-location): Update gdb-location-alist correctly for change
16529         to gdb-info-breakpoints-custom.
16531         * progmodes/gud.el (gud-tooltip-mode): Require tooltip to be safe.
16532         (gud-tooltip-print-command): Add gdbmi case.
16533         (gud-tooltip-tips): Call gdb-tooltip-print-1 first if there is
16534         preprocessor info.
16536 2005-05-09  Reiner Steib  <Reiner.Steib@gmx.de>
16538         * startup.el (fancy-splash-insert): Fix typo in doc string.
16540 2005-05-09  Juanma Barranquero  <lekktu@gmail.com>
16542         * obsolete/float.el (string-to-float):
16543         * obsolete/hilit19.el (hilit-add-pattern):
16544         * obsolete/rnews.el (news-parse-range, news-select-message)
16545         (news-get-pruned-list-of-files): Replace `string-to-int' by
16546         `string-to-number'.
16548         * obsolete/uncompress.el: Set `find-file-not-found-functions', not
16549         `find-file-not-found-hooks'; use `add-hook'.
16550         (uncompress-while-visiting): Set `write-file-functions', not
16551         `write-file-hooks'; use `add-hook'.
16553 2005-05-09  Kim F. Storm  <storm@cua.dk>
16555         * emulation/cua-base.el (cua-copy-region, cua-cut-region)
16556         (cua-paste): Handle clipboard action.
16557         (cua--init-keymaps): Remap clipboard-kill-region and
16558         clipboard-kill-ring-save.
16560 2005-05-08  Eli Zaretskii  <eliz@gnu.org>
16562         * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
16563         Improve commentary.
16565         * simple.el (next-error-overlay-arrow-position): Revert the change
16566         made on 2005-04-30.
16568 2005-05-07  Jay Belanger  <belanger@truman.edu>
16570         * calc/calcsel2.el (calc-commute-left, calc-commute-right)
16571         (calc-sel-unpack, calc-sel-isolate): Rename variable `reselect' to
16572         `calc-sel-reselect'.
16574         * calc/calc-mode.el (calc-save-modes): Reset the modes list if
16575         Calc is in embedded mode.
16577 2005-05-07  Eli Zaretskii  <eliz@gnu.org>
16579         * progmodes/compile.el (compilation-setup):
16580         Set overlay-arrow-string to an empty string on text terminals.
16582         * textmodes/ispell.el (ispell-program-name): Try looking for
16583         "aspell" along exec-path, and if found, use it as the default
16584         speller program.
16586 2005-05-07  Jirka Kosek  <jirka@kosek.cz>  (tiny change)
16588         * international/mule.el (sgml-xml-auto-coding-function):
16589         Recognize encoding='FOO' in single quotes as well as in double quotes.
16591 2005-05-07  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
16593         * emacs-lisp/cl-macs.el (cl-transform-lambda): Recognize `declare'
16594         as well as `interactive', so that defmacro* would recognize
16595         `declare' forms.
16597 2005-05-07  Eli Zaretskii  <eliz@gnu.org>
16599         * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
16600         Explain more about the LIGHTER arg's usage in the doc string.
16601         Add commentary to clarify what the code does.  Fix the regexp that
16602         strips whitespace from LIGHTER.  Quote LIGHTER before using it,
16603         since it could have characters special to regular expressions.
16605 2005-05-07  Matt Hodges  <MPHodges@member.fsf.org>  (tiny change)
16607         * replace.el (occur-1): Bind inhibit-read-only so that
16608         erase-buffer doesn't barf on read-only text properties (likewise
16609         for add-text-properties in occur-engine).  Mark buffer as unmodified.
16610         (occur-engine): Don't set buffer-read-only here.
16612 2005-05-06  Stefan Monnier  <monnier@iro.umontreal.ca>
16614         * pcvs.el (cvs-mode-commit, cvs-mode-edit-log): Don't fiddle with
16615         list-buffers-directory.  This caused the *cvs-commit* buffer to be
16616         sometimes mistakenly reused as a *cvs* buffer.
16618 2005-05-07  Nick Roberts  <nickrob@snap.net.nz>
16620         * tooltip.el: Move code for GUD tooltips into gud.el.
16621         (require): CL no longer needed to compile case.
16622         (tooltip-mode): Do not toggle functions for GUD tooltips.
16623         (tooltip-gud-tips-p): Remove.  Replace with minor mode
16624         gud-tooltip-mode in gud.el.
16625         (tooltip-gud-modes, tooltip-gud-display, tooltip-gud-echo-area)
16626         (tooltip-gud-toggle-dereference): Rename in gud.el by replacing
16627         tooltip-gud prefix with gud-tooltip and obsolete.
16628         (tooltip-change-major-mode, tooltip-activate-mouse-motions-if-enabled)
16629         (tooltip-mouse-motions-active, tooltip-activate-mouse-motions)
16630         (tooltip-mouse-motion): Mouse movement functions/variable.
16631         Rename in gud.el by adding gud prefix.
16632         (tooltip-gud-original-filter, tooltip-gud-dereference)
16633         (tooltip-gud-event, tooltip-toggle-gud-tips)
16634         (tooltip-gud-process-output, tooltip-gud-print-command)
16635         (tooltip-gud-tips): GUD tooltip functions/variables.  Rename in
16636         gud.el by replacing tooltip-gud prefix with gud-tooltip.
16637         (gdb-tooltip-print): Move to gdb-ui.el.
16639         * progmodes/gud.el: Move code for GUD tooltips from tooltip.el.
16640         (require): CL needed to compile case.
16641         (gud-tooltip-mode): Use to toggle GUD tooltips instead of
16642         tooltip-gud-tips-p.  Make it a minor-mode.
16643         (gud-find-file): Only prepare GUD tooltips if gud-tooltip-mode is t.
16644         (gud-menu-map): GUD tooltips use gud-tooltip-mode now.
16645         (gud-tooltip-modes, gud-tooltip-display, gud-tooltip-echo-area)
16646         (gud-tooltip-change-major-mode)
16647         (gud-tooltip-activate-mouse-motions-if-enabled)
16648         (gud-tooltip-mouse-motions-active, gud-tooltip-activate-mouse-motions)
16649         (gud-tooltip-mouse-motion, gud-tooltip-toggle-dereference)
16650         (gud-tooltip-original-filter, gud-tooltip-dereference)
16651         (gud-tooltip-event, tooltip-toggle-gud-tips)
16652         (gud-tooltip-process-output, gud-tooltip-print-command)
16653         (gud-tooltip-tips): Move from tooltip.el.
16655         * progmodes/gdb-ui.el (gdb-tooltip-print): Move from tooltip.el.
16656         (gdb-cpp-define-alist-flags): Doc fix.
16657         (gdb-set-gud-minor-mode-1): Only prepare GUD tooltips if
16658         gud-tooltip-mode is t.
16660 2005-05-06  Stefan Monnier  <monnier@iro.umontreal.ca>
16662         * net/goto-addr.el (goto-address-fontify): Make sure the overlays
16663         evaporate if their text is deleted.
16664         (goto-address-at-point): Make it work as a mouse binding as well.
16665         (goto-address-at-mouse): Obsolete it.  Update users.
16667 2005-05-06  Glenn Morris  <gmorris@ast.cam.ac.uk>
16669         * calendar/appt.el (top-level): No longer activate on load.
16671 2005-05-06  Juanma Barranquero  <lekktu@gmail.com>
16673         * calendar/cal-bahai.el (mark-bahai-diary-entries):
16674         * net/webjump.el (webjump):
16675         * progmodes/idlw-help.el (idlwave-do-context-help1)
16676         (idlwave-highlight-linked-completions):
16677         * textmodes/po.el (po-find-file-coding-system-guts):
16678         Replace `assoc-ignore-case' by `assoc-string'.
16680 2005-05-06  Eli Zaretskii  <eliz@gnu.org>
16682         * files.el (locate-file): Doc fix.
16684         * progmodes/gdb-ui.el (gdb-cpp-define-alist-program): Doc fix.
16685         Remove the redundant test for ms-dos.
16687         * progmodes/cmacexp.el (c-macro-preprocessor): Use locate-file to
16688         look for the preprocessor with exec-suffixes.  If not found in
16689         standard places, look in exec-path.  Remove most of the tests that
16690         used system-type.
16692         * loadup.el: Load jka-cmpr-hook instead of jka-comp-hook.
16694         * jka-compr.el (jka-compr-uninstall): Add autoload cookie.
16696         * jka-cmpr-hook.el: Renamed from jka-comp-hook.el, to avoid
16697         file-name clash with jka-compr.el on 8+3 filesystems.
16699 2005-05-06  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
16701         * term/mac-win.el: Don't define or bind scroll bar functions if
16702         x-toolkit-scroll-bars is t.
16703         (x-select-text, x-get-selection-value): Clear
16704         x-last-selected-text-clipboard if x-select-enable-clipboard is
16705         nil.
16706         (PRIMARY): Put mac-scrap-name property.
16707         (mac-select-convert-to-file-url): New function.
16708         (public.file-url): New selection target type.  Add to
16709         selection-converter-alist.
16710         (x-get-selection, x-selection-value): Handle it.
16711         (x-cut-buffer-or-selection-value): New alias.
16713 2005-05-05  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
16715         * textmodes/bibtex.el (bibtex-summary): Use current BibTeX
16716         entry to avoid calling bibtex-find-entry with arg global
16717         being t.  Remove arg key.
16718         (bibtex-summary-function, bibtex-complete-crossref-cleanup)
16719         (bibtex-copy-summary-as-kill): Change accordingly.
16721 2005-05-05  Stefan Monnier  <monnier@iro.umontreal.ca>
16723         * textmodes/org.el (org-get-entries-from-diary): Remove unused vars.
16724         (org-agenda-date-later): Use with-current-buffer.
16726 2005-05-05  Luc Teirlinck  <teirllm@auburn.edu>
16728         * emacs-lisp/byte-run.el (define-obsolete-function-alias)
16729         (define-obsolete-variable-alias): Doc Fixes.
16731 2005-05-06  Kim F. Storm  <storm@cua.dk>
16733         * simple.el (line-move-1): Fix 2005-04-26 change.  Must still use
16734         vertical-motion when selective-display is active.
16736         * ido.el (ido-setup-hook): New hook.
16737         (ido-define-mode-map-hook): Remove hook; use ido-setup-hook instead.
16738         (ido-input-stack): New var.
16739         (ido-define-mode-map): Bind M-b to ido-push-dir.  Move old
16740         ido-next-work-file binding to M-O.
16741         Bind M-f to ido-wide-find-file-or-pop-dir.
16742         (ido-define-mode-map): Don't run ido-define-mode-map-hook.
16743         (ido-read-internal): Run ido-setup-hook.
16744         Catch quit in read-file-name and read-string to cancel edit.
16745         Handle new push, pop, and pop-all exit codes (for M-b/M-f).
16746         Automatically pop-all when completing a directory name (RET).
16747         (ido-file-internal): Add with-no-warnings around ffap and dired code.
16748         (ido-exit-minibuffer): Use exit-minibuffer instead of throw.
16749         (ido-wide-find-file, ido-wide-find-dir): Catch quit to cancel find.
16750         (ido-push-dir, ido-pop-dir, ido-wide-find-file-or-pop-dir):
16751         New functions for M-b/M-f to move among the directory components.
16752         (ido-make-merged-file-list): Catch quit to cancel merge.
16753         (ido-make-dir-list): Delete "." when ido-input-stack is non-empty.
16754         (ido-completion-help): No warnings for ido-completion-buffer-full.
16756 2005-05-05  Daniel Pfeiffer  <occitan@esperanto.org>
16758         * font-lock.el (font-lock-negation-char-face): New face and variable.
16759         * progmodes/cc-fonts.el (c-cpp-matchers): Use it.
16760         * progmodes/sh-script.el (sh-font-lock-keywords): Use it.
16761         * progmodes/cperl-mode.el (cperl-init-faces): Use it.
16762         * progmodes/make-mode.el (makefile-font-lock-keywords): Use it.
16764 2005-05-05  Juanma Barranquero  <lekktu@gmail.com>
16766         * emacs-lisp/byte-run.el (define-obsolete-function-alias):
16767         Fix typo in docstring.
16769         * progmodes/ebrowse.el (ebrowse-install-1-to-9-keys)
16770         (ebrowse-print-statistics-line)
16771         (ebrowse-electric-position-mode-hook): Fix typo in docstring.
16773         * term/w32-win.el (image-library-alist): Add additional name for
16774         Xpm library.
16776 2005-05-05  Nick Roberts  <nickrob@snap.net.nz>
16778         * progmodes/cmacexp.el (c-macro-preprocessor): Update for BSD and
16779         use gcc instead of cpp.
16781         * progmodes/gdb-ui.el (gdb-cpp-define-alist-flags): New variable.
16782         (gdb-create-define-alist): Use it.
16783         (gdb-cpp-define-alist-program): Update for MS-DOS.
16785 2005-05-04  Nick Roberts  <nickrob@snap.net.nz>
16787         * progmodes/cmacexp.el (c-macro-preprocessor): Update for Mac OS X.
16789 2005-05-04  Richard M. Stallman  <rms@gnu.org>
16791         * help.el (describe-key): No error when UNTRANSLATED is nil.
16793         * simple.el (line-move-1): Fix previous change to signal errors
16794         appropriately.
16796 2005-05-03  Ulf Jasper  <ulf.jasper@web.de>
16798         * calendar/icalendar.el (icalendar-version): Now at 0.12.
16799         (icalendar-duration-correction): Remove.
16800         (icalendar--get-event-properties): Split result at commas.
16801         (icalendar--decode-isoduration): New optional argument
16802         DURATION-CORRECTION.
16803         (icalendar--convert-ordinary-to-ical, icalendar--convert-sexp-to-ical)
16804         (icalendar--convert-yearly-to-ical, icalendar--convert-weekly-to-ical)
16805         (icalendar--convert-block-to-ical, icalendar--convert-float-to-ical)
16806         (icalendar--convert-date-to-ical, icalendar--convert-cyclic-to-ical)
16807         (icalendar--convert-anniversary-to-ical): New functions, extracted
16808         from icalendar-export-region, with bug fixes.
16809         (icalendar-export-region): Use the above functions.
16810         (icalendar-import-buffer): Check before saving diary file.
16811         (icalendar--convert-recurring-to-diary)
16812         (icalendar--convert-non-recurring-all-day-to-diary)
16813         (icalendar--convert-non-recurring-not-all-day-to-diary): New functions,
16814         extracted from icalendar--convert-ical-to-diary, with bug fixes.
16815         (icalendar--convert-ical-to-diary): Use the above functions.
16817 2005-05-03  Nick Roberts  <nickrob@snap.net.nz>
16819         * progmodes/cc-mode.el (cc-define-alist, cc-create-define-alist):
16820         Remove these recent additions.
16821         (c-mode): Restore to before 2005-04-28.
16823         * progmodes/cc-vars.el (cc-define-list-program): Remove this
16824         recent addition.
16826         * progmodes/gdb-ui.el (gdb-cpp-define-alist-program)
16827         (gdb-define-alist): New variables.
16828         (gdb-create-define-alist): New function.
16829         (gdb-set-gud-minor-mode-1): Handle gdb-define-alist.
16830         (gdb-source, gdb-memory-set-repeat-count): Replace string-to-int
16831         with string-to-number.
16832         (gdb-reset): Kill gdb-define-alist.  Move assignments outside loop.
16834         * progmodes/gud.el: Replace string-to-int with string-to-number.
16835         (gud-find-file): Handle gdb-define-alist.
16837         * tooltip.el (tooltip-gud-tips): Use gdb-define-alist.
16839 2005-05-02  Jay Belanger  <belanger@truman.edu>
16841         * calc/calc-aent.el (math-read-token):
16842         * calc/calc-bin.el (calc-word-size):
16843         * calc/calc-ext.el (calc-read-number-fancy):
16844         * calc/calc-forms.el (calc-time, calc-date-notation, math-this-year)
16845         (math-parse-date, math-parse-standard-date, calcFunc-tzone):
16846         * calc/calc-frac.el (calc-over-notation):
16847         * calc/calc-graph.el (calc-graph-plot, calc-graph-set-styles)
16848         (calc-graph-num-points, calc-graph-init):
16849         * calc/calc-prog.el (calc-read-parse-table-part)
16850         (calc-edit-macro-repeats):
16851         * calc/calc-yank.el (calc-do-grab-rectangle):
16852         * calc/calc.el (calcDigit-key, math-read-number, math-read-bignum):
16853         Replace `string-to-int' by `string-to-number'.
16855 2005-05-02  Kim F. Storm  <storm@cua.dk>
16857         * kmacro.el: Use executing-kbd-macro-index variable.
16859 2005-05-02  Thien-Thi Nguyen  <ttn@gnu.org>
16861         * net/rlogin.el (rlogin-parse-words): Delete func.
16862         (rlogin): Use split-string, not rlogin-parse-words.
16863         Also, if there are option-like elements in the parsed args,
16864         take the host to be the first arg immediately following them.
16865         Suggested by Michael Mauger.
16867 2005-05-01  Luc Teirlinck  <teirllm@auburn.edu>
16869         * subr.el (executing-macro): Use `define-obsolete-variable-alias'.
16871 2005-05-02  Nick Roberts  <nickrob@snap.net.nz>
16873         * progmodes/cc-mode.el (cc-create-define-alist): Use a shell.
16874         (cc-mode-cpp-program): Rename to cc-define-list-program and
16875         move to cc-vars.el.
16877         * progmodes/cc-vars.el (cc-define-list-program):
16878         Change to "gcc -E -dM -".  Make customizable.
16880 2005-05-02  Kim F. Storm  <storm@cua.dk>
16882         * emulation/cua-base.el: Fix check for CUA-mode if no init file.
16884 2005-05-02  Nick Roberts  <nickrob@snap.net.nz>
16886         * progmodes/cc-mode.el (cc-mode-cpp-program): Change to "gcc -E".
16888         * international/mule-util.el (truncate-string): Remove alias and
16889         obsolete declaration.
16891         * international/mule-cmds.el (update-iso-coding-systems):
16892         Remove alias and obsolete declaration.
16894         * international/mule.el (coding-system-parent): Remove alias and
16895         obsolete declaration.
16897         * subr.el (define-function, sref): Remove aliases and obsolete
16898         declarations.
16899         (chars-in-region): Remove obsolete declaration.
16901 2005-05-01  Richard M. Stallman  <rms@gnu.org>
16903         * info.el (Info-mode): Set widen-automatically to nil, locally.
16905         * simple.el (widen-automatically): New variable.
16906         (pop-global-mark): Obey widen-automatically.
16908 2005-05-01  Dan Nicolaescu  <dann@ics.uci.edu>
16910         * term/xterm.el (function-key-map): Call substitute-key-definition
16911         before the keymap size is increased by a lot of define-key calls.
16913 2005-05-01  Richard M. Stallman  <rms@gnu.org>
16915         * subr.el (add-to-invisibility-spec, remove-from-invisibility-spec):
16916         Rename ARG to ELEMENT.  Doc fix.
16918 2005-05-01  Nick Roberts  <nickrob@snap.net.nz>
16920         * allout.el (allout-exposure): Remove macro and obsolete declaration.
16921         Remove references to allout-exposure/change to allout-new-exposure.
16923         * emacs-lisp/bytecomp.el (dot, dot-min, dot-max): Don't create
16924         bytecode symbols.
16926         * subr.el (dot, dot-marker, dot-min, dot-max, buffer-flush-undo)
16927         (compiled-function-p, focus-frame, unfocus-frame):
16928         Remove aliases and obsolete declarations.
16929         Back out inadvertent changes from previous commit.
16931 2005-05-01  Luc Teirlinck  <teirllm@auburn.edu>
16933         * files.el (require-final-newline): Make Custom tags consistent
16934         with mode-require-final-newline.
16935         (mode-require-final-newline): Doc fix.
16937 2005-05-01  Stefan Monnier  <monnier@iro.umontreal.ca>
16939         * international/latexenc.el (latexenc-find-file-coding-system):
16940         Fix regular expressions.
16942 2005-05-01  David Kastrup  <dak@gnu.org>
16944         * international/latexenc.el (latexenc-find-file-coding-system):
16945         Fix regular expressions.
16947 2005-05-01  Nick Roberts  <nickrob@snap.net.nz>
16949         * subr.el (string-to-int): Make obsolete.
16951 2005-04-30  Richard M. Stallman  <rms@gnu.org>
16953         * simple.el (next-error-overlay-arrow-position): Turn off, for ttys.
16955         * loadup.el: load jka-comp-hook.
16957         * jka-compr.el: Many functions and vars moved to jka-comp-hook.el.
16958         (jka-compr-handler): Add autoload.  `put' calls moved
16959         to jka-comp-hook.el.
16960         (compression, jka-compr): defgroups moved to jka-comp-hook.el.
16961         (jka-compr-inhibit): Autoload.
16963         * jka-comp-hook.el: New file.
16964         Enable the mode by default.
16966         * files.el (backup-buffer-copy): Use copy-file instead
16967         of write-region, and put back the 'excl.
16969 2005-04-30  Chong Yidong  <cyd@stupidchicken.com>
16971         * progmodes/flymake.el (flymake-split-string)
16972         (flymake-split-string, flymake-log, flymake-pid-to-names)
16973         (flymake-reg-names, flymake-get-source-buffer-name)
16974         (flymake-unreg-names, flymake-add-line-err-info)
16975         (flymake-add-err-info): Clarify docstrings.
16976         (flymake-popup-menu, flymake-make-emacs-menu)
16977         (flymake-make-xemacs-menu): Add docstrings.
16978         (flymake-get-buffer-*, flymake-set-buffer-*): Functions deleted.
16979         Set variables directly throughout.
16981 2005-04-30  Nick Roberts  <nickrob@snap.net.nz>
16983         * progmodes/cc-mode.el (cc-create-define-alist): Check that file
16984         exists.  Initialize cc-define-alist.
16985         (c-mode): Add cc-create-define-alist locally to after-save-hook.
16986         If there is no file (Macroexpansion) don't create an alist.
16988 2005-04-29  Sam Steingold  <sds@gnu.org>
16990         * progmodes/cc-mode.el (cc-mode-cpp-program): New user variable.
16991         (cc-create-define-alist): Use it instead of the hard-coded string.
16993 2005-04-29  Stefan Monnier  <monnier@iro.umontreal.ca>
16995         * international/mule-conf.el (file-coding-system-alist): Fix regexp
16996         for latexenc.
16998 2005-04-29  Lute Kamstra  <lute@gnu.org>
17000         * emacs-lisp/generic.el: Improve commentary section.
17001         (define-generic-mode): Improve docstring.
17003 2005-04-29  Carsten Dominik  <dominik@science.uva.nl>
17005         * textmodes/org.el (many places): Change to quiet the byte compiler.
17006         (org-prefix-format-compiled): New variable.
17007         (org-compile-prefix-format): New function.
17008         (org-timeline, org-agenda, org-diary): Call org-compile-prefix-format.
17009         (org-agenda-prefix-format, org-timeline-prefix-format): New options.
17010         (org-agenda-get-scheduled): Check if file is opened in `org-mode'.
17011         (org-get-entries-from-diary): Use `org-get-time-of-day' for
17012         consistency with entries from `org-mode' files.
17013         (org-get-time-of-day): Fix bug with partial matches early in a line.
17014         (org-non-link-chars): New constant.
17015         (org-link-regexp): Respect `org-non-link-chars'.
17016         (org-agenda-day-view): Remove command.
17017         (org-agenda-toggle-week-view): Rename from `org-agenda-week-view'.
17018         (org-follow-bbdb-link, org-store-link): Search also company field.
17019         (org-highlight-overlay): New variable.
17020         (org-highlight, org-unhighlight): New functions.
17021         (org-agenda-mode): Add pre-command-hook to remove highlight.
17022         (org-evaluate-time-range): Behavior depends upon whether time stamp
17023         contains a time or not.
17024         (org-show-subtree, org-show-entry): New functions.
17025         (org-agenda-cleanup-fancy-diary): Remove empty lines.
17027 2005-04-28  Luc Teirlinck  <teirllm@auburn.edu>
17029         * comint.el (comint-output-filter-functions): Add autoload cookie.
17031 2005-04-28  Kim F. Storm  <storm@cua.dk>
17033         * ido.el (ido-everywhere): Fix last change.
17035 2005-04-28  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
17037         * international/latexenc.el: New file.
17038         * international/mule-conf.el (file-coding-system-alist): For .tex,
17039         .ltx, .dtx and .drv extensions, use `latexenc-find-file-coding-system'.
17041 2005-04-28  Lute Kamstra  <lute@gnu.org>
17043         * font-lock.el (font-lock-add-keywords)
17044         (font-lock-remove-keywords): Clarify docstring.
17045         (font-lock-keywords-alist, font-lock-removed-keywords-alist):
17046         Don't start docstrings with a `*'.
17047         (font-lock-update-removed-keyword-alist): Give it a docstring.
17049         * generic-x.el: Update commentary section.
17050         Only require font-lock when compiling.
17051         Define all modes conditionally.
17052         Place all generic modes in the generic-x-modes customization group.
17053         (generic-x-modes): New customization group.
17054         (generic-default-modes, generic-mswindows-modes)
17055         (generic-unix-modes, generic-other-modes): New constants.
17056         (generic-define-mswindows-modes, generic-define-unix-modes):
17057         Update docstrings.  Make them obsolete.
17058         (generic-extras-enable-list): New default value.  Update docstring.
17059         Improve :type.  Change :set function.
17060         (bat-generic-mode-syntax-table, rul-generic-mode-syntax-table):
17061         Fix docstring.
17063         * emacs-lisp/generic.el (generic-mode-internal):
17064         Simplify font-lock-defaults.
17065         (define-generic-mode): Fix docstring.
17067 2005-04-28  Stefan Monnier  <monnier@iro.umontreal.ca>
17069         * progmodes/grep.el (grep-mode-font-lock-keywords): Use the
17070         font-lock-face property to highlight matches.
17072 2005-04-28  Nick Roberts  <nickrob@snap.net.nz>
17074         * progmodes/cc-mode.el (cc-create-define-alist): New function.
17075         (cc-define-alist): New variable.
17076         (c-mode): Make it local and initialize it.
17078         * progmodes/gdb-ui.el (gdb-active-process): New variable.
17079         (gdb-exited): New function.
17080         (gdb-annotation-rules): Use it.
17081         (gdb-starting): Set gdb-active-process to t.
17082         (gdb-stopping): Amend doc string.
17083         (gdb-reset): Set gdb-active-process to nil.
17085         * tooltip.el (tooltip-gud-tips): Show the associated #define
17086         directives when a C program under GDB is not executing.
17088 2005-04-27  Stefan Monnier  <monnier@iro.umontreal.ca>
17090         * progmodes/cperl-mode.el (cperl-mode): Don't precompile the
17091         font-lock-fontify-syntactic-keywords.
17093         * font-lock.el (font-lock-default-fontify-region): Don't force
17094         parse-sexp-lookup-properties to nil.
17096 2005-04-27  Alexander Klimov  <alserkli@inbox.ru>  (tiny change)
17098         * man.el (man-mode-syntax-table): Set up `:' to have
17099         word-constituent syntax.
17101 2005-04-27  Lute Kamstra  <lute@gnu.org>
17103         * novice.el (disable-command): Don't add spurious newlines to the
17104         init file.  Reported by Dan Jacobson <jidanni@jidanni.org>.
17106 2005-04-26  Jay Belanger  <belanger@truman.edu>
17108         * calc/calc-yank.el (calc-edit-finish): Make sure there is more
17109         than one window before deleting window.
17111 2005-04-26  Luc Teirlinck  <teirllm@auburn.edu>
17113         * shell.el (shell-prompt-pattern): Doc fix.
17114         (shell-mode): Set paragraph-separate buffer locally to "\\'".
17116         * comint.el (comint-prompt-regexp, comint-get-old-input)
17117         (comint-use-prompt-regexp)
17118         (comint-use-prompt-regexp-instead-of-fields)
17119         (comint-replace-by-expanded-history, comint-send-input)
17120         (comint-output-filter, comint-get-old-input-default)
17121         (comint-line-beginning-position, comint-bol, comint-show-output)
17122         (comint-backward-matching-input, comint-forward-matching-input)
17123         (comint-next-prompt, comint-previous-prompt):
17124         Rename `comint-use-prompt-regexp-instead-of-fields' to
17125         `comint-use-prompt-regexp'.  Keep old name as alias and declare
17126         obsolete.
17127         (comint-use-prompt-regexp): Shorten first line of doc string.
17129         * ielm.el (inferior-emacs-lisp-mode): Adapt to above name change.
17130         Set paragraph-separate buffer locally to "\\'".
17132         * hippie-exp.el (try-expand-line, try-expand-line-all-buffers):
17133         Adapt to above name change.
17135         * net/net-utils.el (nslookup-prompt-regexp, ftp-prompt-regexp)
17136         (smbclient-prompt-regexp): Ditto.
17138         * progmodes/inf-lisp.el (inferior-lisp-prompt): Ditto.
17140 2005-04-27  Nick Roberts  <nickrob@snap.net.nz>
17142         * progmodes/gdb-ui.el (gdb-location-alist): Rename from
17143         gdb-location-list.
17144         Break lines that are over 80 characters wide.
17146 2005-04-26  Stefan Monnier  <monnier@iro.umontreal.ca>
17148         * pcvs-info.el (cvs-fileinfo->full-path, cvs-display-full-path):
17149         New fun and var, to preserve compatibility.
17151         * pcvs.el, pcvs-info.el: Rename "full-path" -> "full-name".
17153 2005-04-26  Dominique de Waleffe  <ddw@missioncriticalit.com>  (tiny change)
17155         * pcvs-info.el (cvs-fileinfo->backup-file): Don't pass the full file
17156         name to file-newer-than-file-p.
17158 2005-04-26  Richard M. Stallman  <rms@gnu.org>
17160         * simple.el (line-move-1): Avoid using vertical-motion in easy cases.
17162         * progmodes/python.el (python-mode):
17163         Use new name eldoc-documentation-function.
17165         * hexl.el (hexl-mode): Use new name eldoc-documentation-function.
17167         * emacs-lisp/eldoc.el (eldoc-mode): Doc fix.
17168         (eldoc-documentation-function):
17169         Rename from eldoc-print-current-symbol-info-function.  Calls changed.
17171 2005-04-26  Nick Roberts  <nickrob@snap.net.nz>
17173         * emacs-lisp/byte-run.el (define-obsolete-function-alias): New macro.
17175 2005-04-25  Dan Nicolaescu  <dann@ics.uci.edu>
17177         * term/xterm.el (function-key-map): Fix strings for
17178         {C,S,A,C-S}-f[1-4].  Use substitute-key-definition to bind
17179         {C,S,A,C-S}-{f1-f12}.
17181 2005-04-26  Kenichi Handa  <handa@m17n.org>
17183         * international/mule-cmds.el (select-safe-coding-system):
17184         Fix previous change.
17186 2005-04-26  Lute Kamstra  <lute@gnu.org>
17188         * emacs-lisp/easy-mmode.el (define-minor-mode): Fix docstring.
17190         * font-lock.el (font-lock-fontify-region-function): Fix docstring.
17191         (font-lock-comment-delimiter-face): Ditto.
17193         * calc/calc.el (calc-trail-mode): Don't set font-lock-defaults.
17195 2005-04-25  Jay Belanger  <belanger@truman.edu>
17197         * calc/calc-help.el (calc-view-news): Let-bind inhibit-read-only
17198         to t while inserting information; use help-mode.
17200 2005-04-25  Dan Nicolaescu  <dann@ics.uci.edu>
17202         * term.el (ansi-term-color-vector): Use the xterm colors.
17203         (term-raw-map): Don't add mappings for \eO and \e[.  Map deletechar.
17205 2005-04-25  Lute Kamstra  <lute@gnu.org>
17207         * font-core.el (font-lock-defaults): Fix docstring.
17209         * font-lock.el (font-lock-syntactic-face-function): Fix docstring.
17211 2005-04-25  Kenichi Handa  <handa@m17n.org>
17213         * international/mule-cmds.el (select-safe-coding-system):
17214         Don't check consistency with coding: spec, etc if raw-text or
17215         no-conversion was found to be safe.
17217 2005-04-24  Richard M. Stallman  <rms@gnu.org>
17219         * mail/sendmail.el (mail-font-lock-keywords): Match any number of
17220         citation markers at start of each line.
17222         * mail/rmail.el (rmail-font-lock-keywords): Match any number of
17223         citation markers at start of each line.
17225         * font-lock.el (font-lock-comment-delimiter-face): Doc fix.
17227         * files.el (mode-require-final-newline): Fix previous change.
17228         (require-final-newline): Fix type label.
17230 2005-04-24  Glenn Morris  <gmorris@ast.cam.ac.uk>
17232         * progmodes/f90.el (f90-calculate-indent): Fix treatment of first
17233         statement in buffer (broken by 2004-11-24 change).
17235 2005-04-24  Kim F. Storm  <storm@cua.dk>
17237         * ido.el (ido-everywhere): Save and restore old read-buffer-function
17238         and read-file-name-function values.  Don't overwrite existing
17239         non-nil values if ido-mode is enabled without ido-everywhere.
17241 2005-04-24  Luc Teirlinck  <teirllm@auburn.edu>
17243         * files.el (mode-require-final-newline): Minor doc fix.
17245 2005-04-24  Eli Zaretskii  <eliz@gnu.org>
17247         * subr.el (syntax-after): Doc fix.
17248         (syntax-class): If argument is nil, return nil.  Mask off upper 16
17249         bits, not 8 bits.
17251         * files.el (mode-require-final-newline): Doc fix.
17252         (backup-buffer-copy): Fix last change.
17254 2005-04-24  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
17256         * term/mac-win.el: Require select.  Set selection-coding-system to
17257         mac-system-coding-system.  Call menu-bar-enable-clipboard.
17258         (x-last-selected-text-clipboard, x-last-selected-text-primary)
17259         (x-select-enable-clipboard): New variables.
17260         (x-select-text, x-get-selection, x-selection-value)
17261         (x-get-selection-value, mac-select-convert-to-string)
17262         (mac-services-open-file, mac-services-open-selection)
17263         (mac-services-insert-text): New functions.
17264         (CLIPBOARD, FIND): Put mac-scrap-name property.
17265         (com.apple.traditional-mac-plain-text, public.utf16-plain-text)
17266         (public.tiff): Put mac-ostype property.
17267         (selection-converter-alist): Add entries for them.
17268         (mac-application-menu-map): New keymap.
17269         (interprogram-cut-function, interprogram-paste-function): Set to
17270         x-select-text and x-get-selection-value, respectively.
17271         (split-window-keep-point): Set to t.
17273 2005-04-23  Richard M. Stallman  <rms@gnu.org>
17275         * files.el (read-directory-name): Always pass non-nil
17276         DEFAULT-FILENAME arg to read-file-name.
17277         (backup-buffer-copy, basic-save-buffer-2): Take care against
17278         writing thru an unexpected existing symlink.
17279         (revert-buffer): In indirect buffer, revert the base buffer.
17280         (magic-mode-alist): Doc fix.
17281         (buffer-stale-function): Doc fix.
17282         (minibuffer-with-setup-hook): Avoid warning.
17283         (mode-require-final-newline): Doc and custom fix.
17285         * follow.el (follow-end-of-buffer): Use with-no-warnings.
17287         * font-lock.el (font-lock-comment-face): On terminals with few colors,
17288         use the default appearance.
17289         (font-lock-comment-delimiter-face): New face, new variable.
17291         * imenu.el (imenu--generic-function): The official position of a
17292         definition is the start of the line that BEG is in.
17294         * midnight.el (midnight-timer): Move defvar up.
17296         * mouse.el (mouse-drag-region-1): Delete some debugging code.
17298         * saveplace.el (save-place-to-alist): Use with-no-warnings.
17300         * startup.el (command-line): Use with-no-warnings.
17302         * window.el (window-size-fixed): New defvar.
17304         * emacs-lisp/easymenu.el (easy-menu-do-define): Use defalias, not fset.
17306         * mail/rmail.el (rmail-font-lock-keywords):
17307         Use font-lock-comment-delimiter-face.
17309         * mail/sendmail.el (mail-font-lock-keywords):
17310         Use font-lock-comment-delimiter-face.
17312         * progmodes/compile.el (next-error-highlight-timer): New defvar.
17314 2005-04-23  SAITO Takuya  <tabmore@rivo.mediatti.net>  (tiny change)
17316         * progmodes/compile.el (compilation-mode-font-lock-keywords):
17317         Specify t for LAXMATCH when matching directories.
17318         Save match data around compilation-compat-error-properties form.
17320 2005-04-23  David Kastrup  <dak@gnu.org>
17322         * textmodes/tex-mode.el (TeX-mode, plain-TeX-mode, LaTeX-mode):
17323         Mention that the autoloaded aliases should be kept for AUCTeX.
17325 2005-04-23  Andreas Schwab  <schwab@suse.de>
17327         * isearch.el (isearch-forward): Doc fix.
17329 2005-04-23  Eli Zaretskii  <eliz@gnu.org>
17331         * jit-lock.el (jit-lock-stealth-time): Change default value to 16.
17332         (jit-lock-stealth-nice): Change default value to 0.5.
17334 2005-04-23  Eric Hanchrow  <offby1@blarg.net>  (tiny change)
17336         * abbrev.el (write-abbrev-file): Write table entries in
17337         alphabetical order by table name.
17339 2005-04-22  Kim F. Storm  <storm@cua.dk>
17341         * ido.el (ido-read-internal): Fix `list' completion.
17343 2005-04-22  Kenichi Handa  <handa@m17n.org>
17345         * recentf.el (recentf-save-file-coding-system): New variable.
17346         (recentf-save-list): Encode the file by
17347         recentf-save-file-coding-system and add coding: tag.
17349 2005-04-22  Nick Roberts  <nickrob@snap.net.nz>
17351         * emacs-lisp/byte-run.el (define-obsolete-variable-alias): New macro.
17353 2005-04-21  Lute Kamstra  <lute@gnu.org>
17355         * loadhist.el (unload-feature): Don't remove a function from hooks
17356         if it is about to be restored to an autoload .  Remove functions
17357         that will become unbound from auto-mode-alist.  Simplify the code.
17359         * subr.el (assq-delete-all): New implementation that is linear,
17360         not quadratic.  Suggested by David Kastrup <dak@gnu.org>.
17361         (rassq-delete-all): New function.
17363         * menu-bar.el (menu-bar-options-save, menu-bar-showhide-menu):
17364         Add size-indication-mode.
17366 2005-04-21  Kenichi Handa  <handa@m17n.org>
17368         * international/mule-cmds.el: Add autoload for widget-value in
17369         eval-when-compile.
17371 2005-04-21  Nick Roberts  <nickrob@snap.net.nz>
17373         * menu-bar.el (menu-bar-options-save, menu-bar-showhide-menu):
17374         Add tooltip-mode.
17376         * bindings.el (mode-line-mode-menu): Remove tooltip-mode.
17378 2005-04-20  Luc Teirlinck  <teirllm@auburn.edu>
17380         * progmodes/inf-lisp.el (inferior-lisp): New defgroup.
17381         (inferior-lisp-filter-regexp, inferior-lisp-program)
17382         (inferior-lisp-load-command, inferior-lisp-prompt)
17383         (inferior-lisp-mode-hook, lisp-source-modes)
17384         (inferior-lisp-load-hook): defvar->defcustom.
17385         (inferior-lisp-program, inferior-lisp-prompt)
17386         (inferior-lisp-load-hook): Doc fixes.
17387         (inferior-lisp-install-letter-bindings): Small change in
17388         introductory comment.
17390 2005-04-20  Dan Nicolaescu  <dann@ics.uci.edu>
17392         * vc.el (vc-annotate-color-map): Change some colors so that text
17393         using them as foreground is readable on both white and black
17394         backgrounds.
17396 2005-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
17398         * international/mule-conf.el (translation-table-for-input):
17399         Remove redundant declaration.
17401 2005-04-20  Nick Roberts  <nickrob@snap.net.nz>
17403         * progmodes/gud.el (gud-menu-map): Add tooltip-toggle-gud-tips.
17405         * tooltip.el (tooltip-gud-tips-p): Expand documentation.
17406         (tooltip-toggle-gud-tips): New function.
17408 2005-04-20  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
17410         * term/mac-win.el (mac-symbol-encoder): Fix mappings of left and
17411         right angle brackets.
17413 2005-04-20  Nick Roberts  <nickrob@snap.net.nz>
17415         * tooltip.el (tooltip-use-echo-area): Replace as alias and deprecate.
17417 2005-04-19  Stefan Monnier  <monnier@iro.umontreal.ca>
17419         * progmodes/flymake.el (flymake-get-absolute-file-name-basedir):
17420         Remove.  Update callers to use expand-file-name instead.
17422         * subr.el (syntax-class): New function.
17424         * simple.el (blink-matching-open): Use it.
17426         * paren.el (show-paren-function): Use it to recognize parens that are
17427         also used in 2-char comment markers.
17429 2005-04-19  Lute Kamstra  <lute@gnu.org>
17431         * loadhist.el (unload-feature): Update for new format of
17432         load-history.  Simplify the code.
17434 2005-04-19  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
17436         * term/mac-win.el: Add coding: tag and set it to iso-2022-7bit.
17437         (mac-add-charset-info): New function.  Initialize variable
17438         mac-charset-info-alist using it.
17439         (mac-centraleurroman, mac-cyrillic): Do not use UCS in table data
17440         for translation.
17441         (mac-symbol-encoder, mac-dingbats-encoder): New translation table.
17442         (mac-font-encoder-list): Add entries for mac-symbol and mac-dingbats.
17443         (ccl-encode-mac-symbol-font, ccl-encode-mac-dingbats-font):
17444         New CCL programs.
17446 2005-04-19  Kim F. Storm  <storm@cua.dk>
17448         * simple.el (next-buffer, prev-buffer, next-error)
17449         (scroll-other-window, keyboard-quit, keyboard-escape-quit)
17450         (clone-indirect-buffer-other-window): Move bindings to bindings.el.
17452         * bindings.el (next-buffer, prev-buffer, next-error)
17453         (scroll-other-window, keyboard-quit, keyboard-escape-quit)
17454         (clone-indirect-buffer-other-window): Move bindings from simple.el.
17455         (next-buffer, prev-buffer): Add C-x C-right and C-x C-left bindings.
17456         (next-error, previous-error): Add M-g M-n/n and M-g M-p/p bindings.
17458 2005-04-18  Stefan Monnier  <monnier@iro.umontreal.ca>
17460         * isearch.el (isearch-edit-string): Make the search-ring available for
17461         minibuffer history commands.
17462         (minibuffer-local-isearch-map): Remove bindings for M-p and M-n,
17463         the default history commands now work just as well.
17464         (isearch-ring-retreat-edit, isearch-ring-advance-edit): Remove.
17466 2005-04-18  Kim F. Storm  <storm@cua.dk>
17468         * emulation/cua-base.el (cua--pre-command-handler): Add more
17469         elaborate check for shift modifier on non-window systems.
17471 2005-04-18  Lars Hansen  <larsh@math.ku.dk>
17473         * desktop.el: Make "--no-desktop" turn off `desktop-save-mode'.
17475 2005-04-18  Kim F. Storm  <storm@cua.dk>
17477         * tooltip.el (tooltip-show): Change second arg to USE-ECHO-AREA
17478         and make it optional.  Don't test tooltip-gud-echo-area here.
17479         (tooltip-gud-process-output, gdb-tooltip-print):
17480         Pass tooltip-gud-echo-area to tooltip-show.
17481         (tooltip-help-tips): Remove second optional arg to tooltip-show.
17483 2005-04-18  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
17485         * tooltip.el (tooltip-mode): `emacs-quick-startup' and
17486         `display-graphic-p' may not be bound yet.
17488 2005-04-17  Luc Teirlinck  <teirllm@auburn.edu>
17490         * startup.el (command-line): No longer enable Xterm Mouse mode by
17491         default in terminals compatible with xterm.
17493         * xt-mouse.el (xterm-mouse-mode): Set init value back to nil.
17495 2005-04-18  Nick Roberts  <nickrob@snap.net.nz>
17497         * tooltip.el (tooltip-gud-echo-area): Rename from
17498         tooltip-use-echo-area.
17499         (tooltip-show, tooltip-gud-process-output, gdb-tooltip-print)
17500         (tooltip-help-tips): Allow GUD tooltips to be displayed in echo
17501         area independently of where help tooltips are displayed.
17503 2005-04-17  David Kastrup  <dak@gnu.org>
17505         * cus-theme.el (custom-theme-write-variables): Quote variables
17506         where necessary.
17508 2005-04-17  Richard M. Stallman  <rms@gnu.org>
17510         * simple.el (yank-excluded-properties): Add follow-link to value.
17512         * jka-compr.el (jka-compr-compression-info-list): Fix custom type.
17514         * startup.el (fancy-splash-max-time): Just 30 seconds.
17515         (fancy-splash-delay): Just 7.
17516         (fancy-splash-screens): No time limit other than fancy-splash-max-time.
17518         * loadhist.el (unload-feature): Update for new format of load-history.
17519         Simplify the code.
17521         * mail/rmail.el (rmail-ignored-headers): Ignore more headers
17522         (rmail-font-lock-keywords): Don't fontify the text of a citation.
17524         * mail/sendmail.el (mail-font-lock-keywords):
17525         Don't fontify subject text.
17526         Don't fontify the text of a citation.
17528 2005-04-17  Mark H. Weaver  <mhw@netris.org>  (tiny change)
17530         * comint.el (comint-output-filter): Run comint-output-filter-functions
17531         with point where the user had it.
17533 2005-04-16  Stefan Monnier  <monnier@iro.umontreal.ca>
17535         * international/ucs-tables.el (ucs-set-table-for-input):
17536         Disable when using unify-on-decoding.
17538 2005-04-16  Dan Nicolaescu  <dann@ics.uci.edu>
17540         * emulation/cua-base.el (cua-global-mark-face): Add special case
17541         for displays supporting a high number of colors.
17543 2005-04-16  Matt Hodges  <MPHodges@member.fsf.org>  (tiny change)
17545         * repeat.el (repeat): Invoke pre-command-hook and post-command-hook.
17547 2005-04-16  Chong Yidong  <cyd@stupidchicken.com>
17549         * filesets.el (filesets-add-buffer): If user supplies a name of a
17550         non-existing fileset, create a new fileset.
17552 2005-04-16  Carsten Dominik  <dominik@science.uva.nl>
17554         * textmodes/org.el (org-up-heading-all): Fix bug with
17555         `outline-up-heading-all'.
17557 2005-04-16  Andreas Schwab  <schwab@suse.de>
17559         * files.el (auto-mode-alist): Handle /etc/sysconfig/*,
17560         /etc/permissions.d/* and /etc/aliases.d/*.
17562 2005-04-16  Kenichi Handa  <handa@m17n.org>
17564         * international/code-pages.el (cp-make-coding-system):
17565         Set `translation-table-for-input' property value to the symbol
17566         ucs-mule-to-mule-unicode, not to that value.
17567         (pt154): Escape guillemet by `\'.
17569 2005-04-15  Luc Teirlinck  <teirllm@auburn.edu>
17571         * loadup.el: Load tooltip if x-show-tip is fboundp.
17573         * startup.el (command-line): Add comment.
17575         * tooltip.el (tooltip-mode): Specify correct standard value for
17576         Custom in init-value.
17578 2005-04-15  Nick Roberts  <nickrob@snap.net.nz>
17580         * progmodes/gud.el (gud-goto-info): Use existing Info buffer, if
17581         possible.
17583 2005-04-15  Carsten Dominik  <dominik@science.uva.nl>
17585         * textmodes/org.el (org-agenda-date-prompt): Rename from
17586         `org-agenda-date-today'.
17587         (org-evaluate-time-range): Insert at point instead of directly
17588         after time range.
17589         (org-first-headline-recenter, org-subtree-end-visible-p)
17590         (org-optimize-window-after-visibility-change): New functions
17591         (org-agenda-post-command-hook): Don't allow point at end of line,
17592         to make sure it always hits the text properties.
17593         (org-agenda-next-date-line, org-agenda-previous-date-line):
17594         New commands.
17595         (org-set-regexps-and-options): Category may contain white space.
17596         (org-agenda-get-deadlines, org-agenda-get-scheduled):
17597         Improve marker positions.
17598         (org-agenda-new-marker): Argument POS made optional.
17599         (org-agenda-get-timestamps): Deadlines which are done are listed
17600         in org-done-face now.
17601         (org-agenda-get-todos, org-agenda-get-timestamps)
17602         (org-agenda-get-deadlines, org-agenda-get-scheduled):
17603         Set `undone-face' and `done-face' properties.
17604         (org-last-todo-state-is-todo): New variable.
17605         (org-todo): Set `org-last-todo-state-is-todo'.
17606         (org-agenda-todo): Change face according to
17607         `org-last-todo-state-is-todo'.  And change other lines referring to
17608         the same entry.
17609         (org-calendar-goto-agenda): New command.
17610         (org-calendar-to-agenda-key): New option.
17611         (org-startup-folded): New allowed value `content'.
17612         (org-set-regexps-and-options): Accept new value `content' for
17613         `org-startup-folded'.
17614         (org-get-current-options): Handle new value `content' for
17615         `org-startup-folded'.
17616         (org-insert-todo-heading): New command.
17617         (org-mode): Insert first line "*-* mode: org-mode -*-" when called
17618         interactively in empty file and option
17619         `org-insert-mode-line-in-empty-file' has been set.
17620         (org-agenda-todo, org-agenda-priority): Modify to use
17621         `org-agenda-change-all-lines'.
17622         (org-warning-face): Change color on dark background
17624 2005-04-14  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
17626         * international/mule-cmds.el (set-locale-environment): On Mac OS,
17627         use preferences AppleLocale and AppleLanguages, and variable
17628         mac-system-locale for default locale.  On Mac OS Classic, use
17629         mac-system-coding-system for default coding systems.
17631         * term/mac-win.el: Don't set file-name-coding-system.
17632         Decode variables system-name, emacs-build-system, user-login-name, and
17633         user-full-name by mac-system-coding-system on Mac OS Classic.
17634         (mac-system-coding-system): New variable.
17636 2005-04-13  Luc Teirlinck  <teirllm@auburn.edu>
17638         * startup.el (command-line): Handle `xterm-mouse-mode' before
17639         reading init file.
17641         * xt-mouse.el (xterm-mouse-mode): Adapt to above change.
17643 2005-04-13  Glenn Morris  <gmorris@ast.cam.ac.uk>
17645         * progmodes/sh-script.el (sh-here-document-word): Make it a
17646         defcustom.  Doc fix.
17647         (sh-add): Bash uses $(( )) for arithmetic.
17648         (sh-while-getopts) <sh>: Set OPTIND back to 1 at end.
17649         (sh-maybe-here-document): Remove quotes and leading whitespace
17650         from heredoc word when closing.  Indent heredoc with tabs if word
17651         starts with "-".
17653 2005-04-13  Richard M. Stallman  <rms@gnu.org>
17655         * simple.el (undo): Fix previous change.
17657         * custom.el (defface): Doc fix.
17659 2005-04-13  Lute Kamstra  <lute@gnu.org>
17661         * Makefile.in (DONTCOMPILE): Remove list.
17662         (compile, compile-always): Don't use DONTCOMPILE.
17663         (update-authors): Load the library in which batch-update-authors
17664         is defined.
17665         * makefile.w32-in (DONTCOMPILE): Remove list.
17666         (compile, compile-always): Fix comments.
17667         (update-authors): Load the library in which batch-update-authors
17668         is defined.
17670         * generic-x.el (generic-mode-ini-file-find-file-hook):
17671         Rename to ini-generic-mode-find-file-hook.
17672         Keep generic-mode-ini-file-find-file-hook as an alias.
17673         (ini-generic-mode-find-file-hook): Rename from
17674         generic-mode-ini-file-find-file-hook.  Fix docstring.
17675         (ini-generic-mode): Docstring change.
17676         (bat-generic-mode-run-as-comint): Silence the byte compiler.
17678         * help.el (describe-key-briefly): UNTRANSLATED can be nil when
17679         called from lisp.
17681         * generic.el: Move to the emacs-lisp subdir.
17683 2005-04-12  Dan Nicolaescu  <dann@ics.uci.edu>
17685         * term/xterm.el (function-key-map): Add mappings for A-, C-, S-
17686         and C-S- function and cursor motion keys.
17688 2005-04-12  Luc Teirlinck  <teirllm@auburn.edu>
17690         * startup.el (command-line): Enable Xterm Mouse mode by default.
17691         * xt-mouse.el (xterm-mouse-mode): Provide correct standard value
17692         for Custom.  No longer show "Mouse" in mode line when enabled.
17693         Doc fix.
17695 2005-04-12  Kim F. Storm  <storm@cua.dk>
17697         * emulation/cua-base.el (cua-rectangle-face)
17698         (cua-rectangle-noselect-face): Define face attributes here.
17700         * emulation/cua-rect.el (cua--init-rectangles): Remove face setup.
17702 2005-04-12  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
17704         * startup.el (command-line): Turn off blinking cursor if
17705         cursorBlink in resources is off or false.
17707 2005-04-12  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
17709         * term/mac-win.el (dnd): Require dnd.
17710         (mac-drag-n-drop): Call dnd-handle-one-url.
17711         (kTextEncodingMacRoman, kTextEncodingISOLatin1)
17712         (kTextEncodingISOLatin2): Remove constants.
17713         (mac-script-code-coding-systems): New constant.
17714         (mac-handle-language-change): New function.
17715         (special-event-map): Bind it to `language-change' event.
17716         (mac-centraleurroman, mac-cyrillic): New coding systems.
17717         (mac-font-encoder-list, ccl-encode-mac-centraleurroman-font)
17718         (ccl-encode-mac-cyrillic-font): Rename mac-centraleurroman-encoder
17719         and mac-cyrillic-encoder to encode-mac-centraleurroman and
17720         encode-mac-cyrillic, respectively.
17722 2005-04-12  Nick Roberts  <nickrob@snap.net.nz>
17724         * progmodes/gud.el, progmodes/gdb-ui.el (gdb-assembler-mode):
17725         Don't set overlay-arrow-string to "=>" as this is done
17726         globally in C now.
17728 2005-04-12  Lute Kamstra  <lute@gnu.org>
17730         * generic-x.el (rc-generic-mode, rul-generic-mode):
17731         Fix auto-mode-alist entries.
17732         (etc-fstab-generic-mode): Tweak fontification.
17734         * generic.el (generic-make-keywords-list): Fix docstring.
17735         (generic-mode-internal): Simplify generic-font-lock-keywords.
17737 2005-04-11  Rajesh Vaidheeswarran  <rv@gnu.org>
17739         * whitespace.el (whitespace-buffer-leading)
17740         (whitespace-buffer-trailing): Revert the incorrect test inversion.
17741         However, fix the highlight area for the leading and
17742         trailing whitespaces to show space.
17744 2005-04-11  Rajesh Vaidheeswarran  <rv@gnu.org>
17746         * whitespace.el (whitespace-version): Bump to 3.5
17748         (whitespace-buffer-leading, whitespace-buffer-trailing):
17749         Invert sense of the test to highlight the whitespace.
17751 2005-04-12  Nick Roberts  <nickrob@snap.net.nz>
17753         * progmodes/gud.el (gud-display-line): GUD uses its own
17754         overlay arrow now so don't set overlay-arrow-string.
17755         (gud-pdb-command-name): Revert back to "pdb" (2004-04-26).
17757 2005-04-11  Dan Nicolaescu  <dann@ics.uci.edu>
17759         * term.el (term-ansi-current-bold, term-ansi-current-underline)
17760         (term-ansi-current-reverse, term-ansi-current-invisible)
17761         (term-ansi-face-already-done): Change to boolean.
17762         (term-reset-terminal, term-handle-colors-array): Handle the above
17763         vars accordingly.
17764         (term-buffer-vertical-motion): Rename from buffer-vertical-motion.
17765         (term-emulate-terminal): Use the new name.
17767         * faces.el (secondary-selection): Use yellow1, not yellow.
17768         (trailing-whitespace): Use red1, not red.
17770 2005-04-11  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
17772         * dired.el (dired-mode): Use dnd-* instead of x-dnd-*
17773         (dired-dnd-handle-local-file): Call dnd-get-local-file-name.
17774         (dired-dnd-handle-file): Call dnd-get-local-file-uri
17776         * cus-edit.el (dnd): New group.
17778         * term/w32-win.el (dnd): Require dnd
17779         (w32-drag-n-drop): Call dnd-handle-one-url.
17781         * x-dnd.el: Require dnd.
17782         (x-dnd-handle-uri-list, x-dnd-handle-file-name):
17783         Call dnd-handle-one-url.
17784         (x-dnd-types-alist, x-dnd-insert-utf8-text)
17785         (x-dnd-insert-utf16-text, x-dnd-insert-ctext): Change x-dnd-insert-text
17786         to dnd-insert-text.
17787         (x-dnd-protocol-alist, x-dnd-open-file-other-window)
17788         (x-dnd-handle-one-url, x-dnd-get-local-file-uri)
17789         (x-dnd-get-local-file-name, x-dnd-open-local-file)
17790         (x-dnd-open-file, x-dnd-insert-text): Move to dnd.el (without x-).
17792         * dnd.el (dnd-protocol-alist): New file with generic DND functions.
17794 2005-04-11  JUAN-LEON Lahoz Garcia  <juanleon1@gmail.com>
17796         * wdired.el: Doc fixes.
17797         (wdired-confirm-overwrite): Rename from wdired-is-ok-overwrite.
17798         (wdired-use-dired-vertical-movement): Rename from
17799         wdired-always-move-to-filename-beginning.
17800         (wdired-mode-map): Use `ignore' instead of `wdired-newline'.
17801         (wdired-change-to-wdired-mode): Change mode name.
17802         (wdired-newline): Delete.
17804 2005-04-11  Richard M. Stallman  <rms@gnu.org>
17806         * whitespace.el (whitespace-highlight-the-space):
17807         Don't call whitespace-unhighlight-the-space here.
17809         * simple.el (undo): Record t in undo-equiv-table
17810         for the redo record made by an undo-in-region.
17812 2005-04-12  Nick Roberts  <nickrob@snap.net.nz>
17814         * progmodes/gdb-ui.el (gdb-display-inferior-io-buffer)
17815         (gdb-frame-inferior-io-buffer): New Functions to control
17816         display of separate IO buffer.
17817         (menu): Add them to menu-bar.
17818         (gdb-display-buffer): Check for buffer another frame.
17819         Protect GUD buffer.
17820         (gdb-setup-windows): Create IO buffer if not already there.
17821         (gdb-memory-mode): Remove purecopy noops.
17823 2005-04-11  Glenn Morris  <gmorris@ast.cam.ac.uk>
17825         * progmodes/f90.el (f90-electric-insert): Add optional prefix arg,
17826         and pass to self-insert-command.
17828 2005-04-11  Lute Kamstra  <lute@gnu.org>
17830         * generic.el: Commentary section cleanup.
17831         (generic): Delete.
17832         (generic-use-find-file-hook, generic-lines-to-scan)
17833         (generic-find-file-regexp, generic-ignore-files-regexp)
17834         (default-generic-mode, generic-mode-find-file-hook)
17835         (generic-mode-ini-file-find-file-hook): Move to generic-x.el.
17836         * generic-x.el (generic-x): Docstring fix.  Put it in the data group.
17837         (generic-use-find-file-hook, generic-lines-to-scan)
17838         (generic-find-file-regexp, generic-ignore-files-regexp)
17839         (default-generic-mode, generic-mode-find-file-hook)
17840         (generic-mode-ini-file-find-file-hook): Move from generic.el.
17842 2005-04-10  Karl Fogel  <kfogel@red-bean.com>
17844         * bookmark.el (bookmark-write-file): Catch errors writing file.
17845         This is the same change as revision 1.30 of saveplace.el.
17847 2005-04-10  Richard M. Stallman  <rms@gnu.org>
17849         * startup.el (fancy-splash-tail): Update copyright year.
17850         (command-line): Split part of -Q into -D.
17851         (emacs-basic-display): New defvar.
17852         (fancy-splash-text): Correct name of menu item.
17854         * saveplace.el (save-place-alist-to-file): Catch errors writing file.
17856         * info.el (Info-fontify-node): Handle fontification of multiple * Menu
17857         lines in one node.
17859         * comint.el (comint-send-input): New arg ARTIFICIAL.
17860         Callers in this file changed.
17862         * abbrev.el (define-abbrevs): Read system abbrevs properly.
17864         * emacs-lisp/map-ynp.el (map-y-or-n-p): Clarify RET/q in help message.
17866 2005-04-10  Chong Yidong  <cyd@stupidchicken.com>
17868         * url/url-ldap.el (url-ldap): Add docstring.  Fix call to
17869         `ldap-search-internal'.
17871 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
17873         * files.el (set-auto-mode-1): Use line-end-position.
17875         * international/latin-1.el:
17876         * international/latin-2.el:
17877         * international/latin-3.el:
17878         * international/latin-4.el:
17879         * international/latin-5.el:
17880         * international/latin-8.el:
17881         * international/latin-9.el: Give punctuation syntax to NBSP.
17883         * textmodes/bibtex.el (bibtex-autokey-titleword-ignore)
17884         (bibtex-reference-key, bibtex-autokey-demangle-name, bibtex-mode):
17885         Use char-classes to accept non-ascii letters, accepted in some recent
17886         bibtex implementations.
17888 2005-04-10  Luc Teirlinck  <teirllm@auburn.edu>
17890         * custom.el (custom-set-minor-mode): Any non-nil value for the
17891         variable should enable the mode when set through Custom.
17893 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
17895         * progmodes/vhdl-mode.el (vhdl-mode-map-init): Don't override default
17896         TAB binding so tab-always-indent is obeyed.
17897         (vhdl-minibuffer-local-map): Move initialization into declaration.
17898         (vhdl-mode-abbrev-table-init): Mark the abbrevs as `system'.
17899         (vhdl-run-when-idle, vhdl-create-mode-menu, vhdl-character-to-event)
17900         (vhdl-hooked-abbrev): Avoid test for XEmacs.
17901         (vhdl-current-line): Use line-beginning-position.
17902         (vhdl-doc-variable, vhdl-doc-mode): Call help-setup-xref before
17903         with-output-to-temp-buffer, so the current position can be recorded.
17905 2005-04-10  Masatake YAMATO  <jet@gyve.org>
17907         * progmodes/compile.el (compilation-error-regexp-alist-alist):
17908         Add regexp for gcov.
17910 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
17912         * calendar/time-date.el (time-to-seconds, seconds-to-time)
17913         (days-to-time, time-subtract, time-add): Don't use the #xhhhh
17914         syntax which Emacs 20 doesn't support.
17916 2005-04-09  Richard M. Stallman  <rms@gnu.org>
17918         * help.el (describe-key-briefly, describe-key):
17919         Replace strings as event types with "(any string)".
17921 2005-04-09  Stefan Monnier  <monnier@iro.umontreal.ca>
17923         * arc-mode.el (archive-mode-map): Move initialization into
17924         the declaration.  Override *all* bindings of `undo'.
17925         (archive-lemacs): Remove, use (featurep 'xemacs) instead.
17927 2005-04-09  Jay Belanger  <belanger@truman.edu>
17929         * calc/calc-units.el (math-standard-units): Redefine Watt hour as W*hr.
17931 2005-04-09  Dan Nicolaescu  <dann@ics.uci.edu>
17933         * term/xterm.el (xterm-rgb-convert-to-16bit): Simplify.
17934         (xterm-register-default-colors): Update color values computation
17935         to match xterm-200.
17937 2005-04-09  Kenichi Handa  <handa@m17n.org>
17939         * international/code-pages.el (iso-latin-7): Fix the map.
17941 2005-04-08  Luc Teirlinck  <teirllm@auburn.edu>
17943         * emacs-lisp/lisp.el (defun-prompt-regexp)
17944         (parens-require-spaces, buffer-end, end-of-defun)
17945         (insert-parentheses): Doc fixes.
17947 2005-04-08  Kim F. Storm  <storm@cua.dk>
17949         * comint.el (comint-highlight-prompt): Fix face spec.
17950         * hi-lock.el (hi-green): Likewise.
17952 2005-04-08  Dan Nicolaescu  <dann@ics.uci.edu>
17954         * cus-edit.el (custom-modified-face):
17955         * comint.el (comint-highlight-input): Fix previous changes.
17956         * term.el (term-handle-ansi-escape): Add a comment.
17958 2005-04-08  Stefan Monnier  <monnier@iro.umontreal.ca>
17960         * whitespace.el (whitespace-highlight-the-space): Put the same overlay
17961         in the buffer and in whitespace-highlighted-space.
17962         (whitespace-unhighlight-the-space): Simplify.
17963         (whitespace-buffer): Simplify.
17965 2005-04-08  Dan Nicolaescu  <dann@ics.uci.edu>
17967         * textmodes/table.el (table-cell-face): Add special case for
17968         displays supporting a high number of colors.
17969         * progmodes/vhdl-mode.el (vhdl-font-lock-prompt-face)
17970         (vhdl-font-lock-reserved-words-face)
17971         (vhdl-speedbar-architecture-face)
17972         (vhdl-speedbar-instantiation-face)
17973         (vhdl-speedbar-architecture-selected-face)
17974         (vhdl-speedbar-instantiation-selected-face): Likewise.
17975         * progmodes/sh-script.el (sh-heredoc-face): Likewise.
17976         * progmodes/idlw-help.el (idlwave-help-link-face): Likewise.
17977         * progmodes/ebrowse.el (ebrowse-tree-mark-face)
17978         (ebrowse-root-class-face, ebrowse-member-attribute-face)
17979         (ebrowse-progress-face): Likewise.
17980         * progmodes/compile.el (compilation-info-face): Likewise.
17981         * progmodes/cc-fonts.el (c-invalid-face): Likewise.
17982         * emacs-lisp/re-builder.el (reb-match-3): Likewise.
17983         * calendar/calendar.el (diary-face): Likewise.
17984         * woman.el (woman-italic-face, woman-bold-face)
17985         (woman-unknown-face): Likewise.
17986         * wid-edit.el (widget-button-pressed-face): Likewise.
17987         * whitespace.el (whitespace-highlight-face): Likewise.
17988         * smerge-mode.el (smerge-mine-face, smerge-base-face): Likewise.
17989         * pcvs-info.el (cvs-marked-face): Likewise.
17990         * info.el (info-xref): Likewise.
17991         * ido.el (ido-subdir-face, ido-indicator-face): Likewise.
17992         * hilit-chg.el (highlight-changes-face)
17993         (highlight-changes-delete-face): Likewise.
17994         * hi-lock.el (hi-yellow, hi-green, hi-blue-b, hi-green-b)
17995         (hi-red-b): Likewise.
17996         * generic-x.el (show-tabs-tab-face, show-tabs-space-face): Likewise.
17997         * font-lock.el (font-lock-keyword-face)
17998         (font-lock-function-name-face, font-lock-warning-face): Likewise.
17999         * cus-edit.el (custom-invalid-face, custom-modified-face)
18000         (custom-set-face, custom-changed-face, custom-variable-tag-face)
18001         (custom-group-tag-face-1, custom-group-tag-face): Likewise.
18002         * comint.el (comint-highlight-prompt): Likewise.
18004 2005-04-08  Lute Kamstra  <lute@gnu.org>
18006         * font-lock.el (font-lock-keywords): Docstring fixes.
18008 2005-04-08  Kenichi Handa  <handa@m17n.org>
18010         * ps-mule.el (ps-mule-show-warning): If the number of unprintable
18011         chars are more than a limit, print " and more..." at the tail.
18013 2005-04-08  Kim F. Storm  <storm@cua.dk>
18015         * emacs-lisp/authors.el (authors-aliases): Update list.
18016         (authors-ignored-files): New list.
18017         (authors-fixed-entries): Fix typo.
18018         (authors-renamed-files-alist): Update list.
18019         (authors-add): Check authors-ignored-files.
18021 2005-04-08  Carsten Dominik  <dominik@science.uva.nl>
18023         * calendar/diary-lib.el (add-to-diary-list): MARKER argument made
18024         optional, to ensure backward compatibility.
18026 2005-04-08  Stephen Eglen  <stephen@gnu.org>
18028         * textmodes/flyspell.el (flyspell-large-region): Doc fix.
18030 2005-04-08  Kim F. Storm  <storm@cua.dk>
18032         * buff-menu.el (Buffer-menu-mode-map): Map follow-link to mouse-face.
18034         * mouse.el (mouse-on-link-p): Doc fix.
18036 2005-04-07  Luc Teirlinck  <teirllm@auburn.edu>
18038         * ielm.el (ielm-prompt-read-only): Doc fix.
18040         * comint.el (comint-prompt-read-only): Doc fix.
18042 2005-04-07  Benjamin Rutt  <brutt@bloomington.in.us>
18044         * ffap.el (ffap-pass-wildcards-to-dired): New user option to
18045         ensure dired always handles wildcards passed to ffap.
18046         (find-file-at-point): Use it.
18047         (ffap-dired-wildcards): Doc fix.
18049 2005-04-07  Juri Linkov  <juri@jurta.org>
18051         * simple.el (next-error-overlay-arrow-position): New defvar.
18052         Put "=>" on its property `overlay-arrow-string'.  Add it to
18053         `overlay-arrow-variable-list'.
18055         * progmodes/compile.el (compilation-setup):
18056         Set `next-error-overlay-arrow-position' to nil.  Also set it to
18057         nil in the local hook `kill-buffer-hook'.  Make local variable
18058         `overlay-arrow-string' and set it to "=>".
18059         (compilation-goto-locus): Set BOL position to
18060         `next-error-overlay-arrow-position' instead of
18061         `overlay-arrow-position'.
18063         * info.el (Info-mode): Add `Info-kill-buffer' to `kill-buffer-hook'
18064         locally instead of adding it to the global hook.
18065         (Info-kill-buffer): Move up.
18067 2005-04-06  Dan Nicolaescu  <dann@ics.uci.edu>
18069         * term/xterm.el (xterm-standard-colors): Update color values from
18070         xterm-200.
18072 2005-04-06  Stefan Monnier  <monnier@iro.umontreal.ca>
18074         * textmodes/tex-mode.el (tex-font-lock-keywords-2): Add \bfseries.
18076         * fast-lock.el:
18077         * lazy-lock.el: Move them to the obsolete subdir.
18079 2005-04-06  JUAN-LEON Lahoz Garcia  <juanleon1@gmail.com>
18081         * wdired.el (wdired-advise-functions, wdired-add-skip-in-replace)
18082         (wdired-add-replace-advice): Remove.
18083         (wdired-change-to-wdired-mode): Use query-replace-skip-read-only.
18085 2005-04-06  Kim F. Storm  <storm@cua.dk>
18087         * startup.el (command-line): Add --bare-bones alias for -Q.
18089 2005-04-06  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
18091         * term/mac-win.el: Use create-fontset-from-mac-roman-font to
18092         create the startup fontset if a font specification ends with
18093         `mac-roman'.
18095 2005-04-06  Lute Kamstra  <lute@gnu.org>
18097         * add-log.el (change-log-font-lock-keywords): Complete 2005-04-03
18098         change.
18100         * emacs-lisp/copyright.el (copyright-update-year): Replace the
18101         right subexpression.  Suggested by Jay Bingham <jay.bingham@hp.com>.
18103 2005-04-05  Lute Kamstra  <lute@gnu.org>
18105         * generic.el (generic-mode-internal): Fix 2005-03-31 change.
18106         (define-generic-mode): Ditto.  Fix debug declaration.
18108         * generic-x.el (show-tabs-tab-face, show-tabs-space-face):
18109         Put them in the generic-x group.
18111         * calendar/timeclock.el (timeclock): Doc fix.
18113         * generic.el (define-generic-mode): Don't use custom-current-group.
18114         Document default :group value.
18115         * emacs-lisp/easy-mmode.el (define-minor-mode): Ditto.
18116         (define-global-minor-mode): Don't use custom-current-group.
18118 2005-04-05  Glenn Morris  <gmorris@ast.cam.ac.uk>
18120         * startup.el (command-line-1): Display startup-echo-area-message
18121         when fancy splash screen is in use.
18123         * progmodes/sh-script.el (sh-builtins) <bash>: Add `caller'.
18124         (sh-escaped-newline): New face.
18125         (sh-font-lock-keywords) <shell>: Improve regexp for escaped
18126         newline, and use sh-escaped-newline face.
18128         * progmodes/tcl.el (tcl-escaped-newline): New face.
18129         (tcl-builtin-list): New variable.
18130         (tcl-set-font-lock-keywords): Add builtins, variables, and escaped
18131         newlines.  Fix keywords subexpression number.
18133 2005-04-05  Carsten Dominik  <dominik@science.uva.nl>
18135         * textmodes/org.el (org-diary-default-entry): Fix call to
18136         `add-to-diary-entry'.
18138 2005-04-05  Kim F. Storm  <storm@cua.dk>
18140         * ediff-init.el: Use (featurep 'xemacs).
18142 2005-04-05  David Ponce  <david@dponce.com>
18144         * cus-edit.el (face): Derive from symbol widget.  Display sample
18145         of the current face on the fly.
18146         (widget-face-sample-face-get, widget-face-notify): New functions.
18147         (widget-face-value-create): Remove.
18149         * wid-edit.el (widget-field-end): Temporarily remove field
18150         narrowing before to call `get-char-property'.
18152 2005-04-04  Jay Belanger  <belanger@truman.edu>
18154         * calc/calc-aent.el (math-read-replacement-list): Add subscripts.
18155         (math-read-subscripts): New variable.
18156         (math-read-preprocess-string): Process subscripts.
18158 2005-04-04  Luc Teirlinck  <teirllm@auburn.edu>
18160         * comint.el (comint-prompt-read-only): Doc fix.
18162         * dired.el (dired-copy-filename-as-kill): Make `-' arg behave like
18163         `-1'.  Doc fix.
18165 2005-04-04  Carsten Dominik  <dominik@science.uva.nl>
18167         * textmodes/org.el (org-insert-mode-line-in-empty-file):
18168         Change default value to nil.
18170 2005-04-04  Lute Kamstra  <lute@gnu.org>
18172         * autorevert.el (auto-revert-mode): Specify :group.
18173         * battery.el (display-battery-mode): Specify :group.
18174         * diff-mode.el (diff-minor-mode): Specify :group.
18175         * font-core.el (font-lock-mode): Specify :group.
18176         * hl-line.el (hl-line-mode): Specify :group.
18177         * iimage.el (iimage): New customization group.
18178         (iimage-mode): Specify :group.
18179         * longlines.el (longlines-mode): Specify :group.
18180         * master.el: Don't require easy-mmode.
18181         (master): New customization group.
18182         (master-mode): Specify :group.
18183         * msb.el (msb-mode): Specify :group.
18184         * reveal.el (reveal-mode): Specify :group.
18185         * simple.el (next-error-follow-minor-mode): Specify :group.
18186         * smerge-mode.el (smerge-mode): Specify :group.
18187         * emacs-lisp/eldoc.el (eldoc-mode): Specify :group.
18188         * emulation/cua-base.el (cua-mode): Specify :group.
18189         * international/encoded-kb.el (encoded-kbd-mode): Specify :group.
18190         * language/thai-util.el (thai-auto-composition-mode)
18191         (thai-word-mode): Specify :group.
18192         * mail/supercite.el (sc-minor-mode): Specify :group.
18193         * progmodes/cwarn.el (cwarn-mode): Specify :group.
18194         * progmodes/flymake.el (flymake-mode): Specify :group.
18195         * progmodes/glasses.el (glasses-mode): Specify :group.
18196         * progmodes/hideif.el (hide-ifdef-mode): Specify :group.
18197         * textmodes/enriched.el (enriched-mode): Specify :group.
18198         * textmodes/refill.el (refill-mode): Specify :group.
18200         * add-log.el (change-log-font-lock-keywords): Names in
18201         parenthesized lists can contain spaces.
18203 2005-04-04  Thien-Thi Nguyen  <ttn@gnu.org>
18205         * startup.el (fancy-splash-text): Shorten default text of
18206         "Emacs Tutorial" line.  Also, if the current language env
18207         indicates an available tutorial file other than TUTORIAL,
18208         extract its title and append it to the line in parentheses.
18209         (fancy-splash-insert): If arg is a thunk, funcall it.
18211 2005-04-04  Jay Belanger  <belanger@truman.edu>
18213         * calc.el (calc-language-alist): Add tags to customization type.
18215 2005-04-03  Luc Teirlinck  <teirllm@auburn.edu>
18217         * xt-mouse.el (xterm-mouse-mode): Add explicit Custom group, mouse.
18218         Doc fix.
18220 2005-04-03  Marcelo Toledo  <marcelo@gnu.org>
18222         * add-log.el (change-log-font-lock-keywords): The manual
18223         describing a Change Log entry, says: (...) "Aside from these
18224         header lines, every line in the change log starts with a space or
18225         a tab.".  The font-lock was not highlighting lines started with
18226         spaces, added support for it.
18228 2005-04-03  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
18230         * textmodes/bibtex.el (bibtex-url): Use format to generate the url.
18231         (bibtex-generate-url-list): Update docstring accordingly.  Put the
18232         complex example in the docstring.
18233         (bibtex-font-lock-url): Use pop.
18235 2005-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
18237         * progmodes/tcl.el (tcl-set-font-lock-keywords): Use new \_< ops.
18239         * pcvs.el (cvs-checkout): Prompt for cvsroot as well.
18241 2005-04-03  Glenn Morris  <gmorris@ast.cam.ac.uk>
18243         * filesets.el (filesets-set-default): Doc fix.
18245 2005-04-03  Lute Kamstra  <lute@gnu.org>
18247         * generic.el (define-generic-mode): Add argument to specify
18248         keywords for defcustom.
18249         (default-generic-mode): Specify :group.
18251         * generic-x.el: Specify :group for all generic modes.
18253         * desktop.el (desktop-no-desktop-file-hook)
18254         (desktop-after-read-hook): Doc fix.
18256 2005-04-02  Luc Teirlinck  <teirllm@auburn.edu>
18258         * simple.el (visible-mode): Use explicit :group keyword.
18259         This changes the group of `visible-mode-hook' from paren-blinking
18260         to editing-basics.
18262 2005-04-02  Sergey Poznyakoff  <gray@Mirddin.farlep.net>  (tiny change)
18264         * mail/rmail.el (rmail-parse-url): Bugfix.  Parse traditional
18265         mailbox specifications as well as URLs.
18266         (rmail-insert-inbox-text): Remove unused conditional branches.
18268 2005-04-01  Jay Belanger  <belanger@truman.edu>
18270         * calc/calc-graph.el (calc-gnuplot-name, calc-gnuplot-plot-command)
18271         (calc-gnuplot-print-command): Move definitions to calc.el.
18273         * calc/calc-embed.el (calc-embedded-announce-formula)
18274         (calc-embedded-open-formula, calc-embedded-close-formula)
18275         (calc-embedded-open-word, calc-embedded-close-word)
18276         (calc-embedded-open-plain, calc-embedded-close-plain)
18277         (calc-embedded-open-new-formula, calc-embedded-close-new-formula)
18278         (calc-embedded-open-mode, calc-embedded-close-mode):
18279         Move definitions to calc.el.
18281         * calc/calc.el (calc-settings-file, calc-language-alist):
18282         Make customizable.
18283         (calc-embedded-announce-formula, calc-embedded-open-formula)
18284         (calc-embedded-close-formula, calc-embedded-open-word)
18285         (calc-embedded-close-word, calc-embedded-open-plain)
18286         (calc-embedded-close-plain, calc-embedded-open-new-formula)
18287         (calc-embedded-close-new-formula, calc-embedded-open-mode)
18288         (calc-embedded-close-mode, calc-gnuplot-name)
18289         (calc-gnuplot-plot-command, calc-gnuplot-print-command): Move here
18290         from other files and make customizable.
18292 2005-04-01  Stefan Monnier  <monnier@iro.umontreal.ca>
18294         * pcvs.el (cvs-temp-buffer, cvs-mode-kill-process, cvs-buffer-check):
18295         Use buffer-live-p.
18296         (cvs-mode-run): Don't call cvs-update-header here.
18297         (cvs-run-process): Call cvs-update-header.
18298         Use process properties for cvs-postprocess and cvs-buffer so that
18299         the sentinel can behave better if the temp buffer is killed.
18300         Use a pipe rather than a tty, to better handle unexpected prompts.
18301         (cvs-sentinel): Rewrite.  Call cvs-update-header.
18303 2005-04-01  Andre Spiegel  <spiegel@gnu.org>
18305         * vc-hooks.el (vc-workfile-unchanged-p): Disable mtime check when
18306         we go via Tramp or Ange-FTP.  Suggested by Kai Grossjohann.
18308 2005-03-31  Stefan Monnier  <monnier@iro.umontreal.ca>
18310         * generic.el (define-generic-mode): Add indentation rule.
18312 2005-03-31  Luc Teirlinck  <teirllm@auburn.edu>
18314         * files.el (mode-require-final-newline): Make Custom correctly
18315         report a nil value and allow to set it to nil via Custom.
18316         Doc fix.
18318 2005-04-01  Kenichi Handa  <handa@m17n.org>
18320         * international/characters.el: Enable the correct case setting for
18321         dotless-i and dotted-I.
18323 2005-04-01  Kim F. Storm  <storm@cua.dk>
18325         * ido.el (ido-file-internal): Fall back to non-ido command if
18326         initial directory is on slow ftp (or tramp) host.
18328 2005-03-31  Richard M. Stallman  <rms@gnu.org>
18330         * emacs-lisp/autoload.el (make-autoload):
18331         Handle define-global-minor-mode.
18333         * emacs-lisp/easy-mmode.el (define-global-minor-mode):
18334         Rename from easy-mmode-define-global-mode.
18335         (easy-mmode-define-global-mode): Alias for define-global-minor-mode.
18337         * progmodes/scheme.el (scheme-mode-syntax-table):
18338         Update syntax of | and # for two-character comment syntax.
18340 2005-03-31  Lute Kamstra  <lute@gnu.org>
18342         * emacs-lisp/easy-mmode.el (easy-mmode-define-global-mode)
18343         (define-minor-mode): Call custom-current-group at load-time.
18345         * generic.el (define-generic-mode): Add debug declaration.
18346         Add defcustom for the mode hook.
18347         (generic-mode-internal): Use run-mode-hooks.
18349 2005-03-31  Kim F. Storm  <storm@cua.dk>
18351         * mouse.el (mouse-1-click-follows-link): Increase to 450 ms.
18352         (mouse-fixup-help-message): New defun called by show_help_echo
18353         to fixup mouse-2 prefix in help messages when applicable.
18355         * tooltip.el (tooltip-show-help-function): Don't fixup message here.
18357 2005-03-31  Kenichi Handa  <handa@m17n.org>
18359         * language/thai-word.el (thai-find-word-ends): Pay attention to
18360         the case that we reach the end of buffer.
18362         * textmodes/fill.el (fill-text-properties-at): New function.
18363         (fill-newline): Use fill-text-properties-at instead of
18364         text-properties-at.
18366 2005-03-31  Olive Lin  <olive.lin@versateladsl.be>  (tiny change)
18368         * textmodes/tex-mode.el (tex-start-tex) Use shell-quote-argument,
18369         not comint-quote-filename.
18371 2005-03-31  Thien-Thi Nguyen  <ttn@gnu.org>
18373         * help-fns.el (help-with-tutorial): Revert last change.
18375 2005-03-31  Kim F. Storm  <storm@cua.dk>
18377         * emulation/cua-base.el (cua-scroll-down): Add CUA property.
18379 2005-03-30  Paul Eggert  <eggert@cs.ucla.edu>
18381         * calendar/cal-china.el: Update reference to "Calendrical
18382         Calculations" book; there's a new edition.
18383         * calendar/cal-coptic.el: Likewise.
18384         * calendar/cal-french.el: Likewise.
18385         * calendar/cal-hebrew.el: Likewise.
18386         * calendar/cal-islam.el: Likewise.
18387         * calendar/cal-iso.el: Likewise.
18388         * calendar/cal-julian.el: Likewise.
18389         * calendar/cal-mayan.el: Likewise.
18390         * calendar/cal-persia.el: Likewise.
18391         * calendar/calendar.el: Likewise.
18392         * calendar/holidays.el: Likewise.
18393         * calendar/lunar.el: Likewise.
18394         * calendar/solar.el: Likewise.
18396         * calendar/calendar.el (calendar-day-abbrev-array): Remove trailing
18397         white space from doc string.
18399 2005-03-30  Jay Belanger  <belanger@truman.edu>
18401         * calc/calc-help.el (calc-full-help): Remove email address.
18403 2005-03-30  Thien-Thi Nguyen  <ttn@gnu.org>
18405         * help-fns.el (help-with-tutorial): Delete title line.
18407 2005-03-30  Glenn Morris  <gmorris@ast.cam.ac.uk>
18409         * calendar/cal-x.el (calendar-one-frame-setup)
18410         (calendar-only-one-frame-setup, calendar-two-frame-setup): Use t
18411         rather than `symbol' for set-window-dedicated-p.
18413         * calendar/appt.el (appt-buffer-name): Make it a constant.
18414         (appt-add): Doc fix.
18416         * filesets.el (filesets-menu-path, filesets-menu-before)
18417         (filesets-menu-in-menu): Doc fix.  Now valid in GNU Emacs.
18418         (filesets-menu-cache-file): Use directory ~/.emacs.d.
18419         (filesets-add-submenu): Delete and use add-submenu instead.
18421 2005-03-30  Carsten Dominik  <dominik@science.uva.nl>
18423         * org.el (org-agenda-phases-of-moon, org-agenda-sunrise-sunset)
18424         (org-agenda-convert-date, org-agenda-goto-calendar): New commands.
18425         (org-diary-default-entry): New function.
18426         (org-get-entries-from-diary): Better parsing of diary entries.
18427         (org-agenda-check-no-diary): New function.
18428         ("diary-lib"): Advice to function `add-to-diary-list', to allow
18429         linking to diary entries.
18430         (org-agenda-execute-calendar-command): New function.
18431         (org-agenda): Improve visible section in window.
18432         Use `org-fit-agenda-window'.
18433         (org-fit-agenda-window): New option.
18434         (org-move-subtree-down): Better handling of empty lines
18435         at end of subtree.
18436         (org-cycle): Numeric prefix is interpreted now as show-subtree N
18437         levels up.
18438         (org-fontify-done-headline): New option.
18439         (org-headline-done-face): New face.
18440         (org-set-font-lock-defaults): Use `org-headline-done-face'.
18441         (org-table-copy-down): Rename from `org-table-copy-from-above'.
18442         When current field is non-empty, it is copied to next row.
18443         (org-table-copy-from-above): Fix bug which made it
18444         impossible to copy fields containing only a single non-white character.
18446 2005-03-30  Kim F. Storm  <storm@cua.dk>
18448         * kmacro.el (kmacro-end-macro): Isearch may store this command
18449         into the macro -- so ignore it when executing keyboard macro.
18451 2005-03-30  Nick Roberts  <nickrob@snap.net.nz>
18453         * tooltip.el (tooltip-gud-display): Use gud-overlay-arrow-position.
18455 2005-03-29  Kenichi Handa  <handa@m17n.org>
18457         * language/thai.el ("Thai"): Set setup-function and exit-function
18458         for Thai language environment.
18460         * language/thai-util.el: Require thai-word.
18461         (thai-word-mode-map): New variable.
18462         (thai-word-mode): New minor mode.
18463         (setup-thai-language-environment-internal): New function.
18464         (exit-thai-language-environment-internal): New function.
18466         * language/thai-word.el (thai-word-table): Declare it by defvar,
18467         use dolist to initialize it.
18468         (thai-kill-word, thai-backward-kill-word, thai-transpose-words)
18469         (thai-fill-find-break-point): New functions.
18471 2005-03-29  Richard M. Stallman  <rms@gnu.org>
18473         * simple.el (idle-update-delay): Move definition up.
18474         (set-mark): Doc fix.
18476 2005-03-29  Chong Yidong  <cyd@stupidchicken.com>
18478         * longlines.el: New file.
18480         * simple.el (buffer-substring-filters): New variable.
18481         (filter-buffer-substring): New function.
18482         (kill-region, copy-region-as-kill): Use it.
18484         * register.el (copy-to-register, append-to-register)
18485         (prepend-to-register): Use filter-buffer-substring.
18487 2005-03-30  Nick Roberts  <nickrob@snap.net.nz>
18489         * progmodes/gud.el (gdb): (Re)-initialize gud-filter-pending-text.
18490         (gud-filter-pending-text): Move in front of gdb.
18491         (gud-overlay-arrow-position): New variable.
18492         (gud-sentinel, gud-display-line): Use it in place of
18493         overlay-arrow-position.
18495 2005-03-29  Glenn Morris  <gmorris@ast.cam.ac.uk>
18497         * progmodes/fortran.el (fortran-if-indent): Doc fix.
18498         (fortran-font-lock-keywords-2): Add "where", "elsewhere".
18499         (fortran-font-lock-keywords-4): New variable.
18500         (fortran-blocks-re, fortran-end-block-re)
18501         (fortran-start-block-re): New constants, for hideshow.
18502         (hs-special-modes-alist): Add a Fortran entry.
18503         (fortran-mode-map): Bind fortran-end-of-block,
18504         fortran-beginning-of-block to \M-\C-n, \M-\C-p.
18505         (fortran-mode): Doc fix.  Add fortran-font-lock-keywords-4.
18506         (fortran-looking-at-if-then, fortran-end-of-block)
18507         (fortran-beginning-of-block): New functions, for hideshow.
18509         * progmodes/f90.el (f90-end-block-re, f90-start-block-re):
18510         Doc fix.  Tweak regexp.
18511         (f90-beginning-of-block): Push mark first.
18513 2005-03-29  Jay Belanger  <belanger@truman.edu>
18515         * calc/calc.el: Update copyright date.
18516         (calc-version): Increase to 2.1.
18517         (calc-version-date): Remove.
18519         * calc/calc-help.el: Update copyright date.
18520         (calc-full-help): Remove reference to calc-version-date.
18521         Update copyright date.
18523 2005-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
18525         * vc.el (vc-do-command): Use a pipe for async processes, so password
18526         prompts don't show up at places where the user can't reply.
18528 2005-03-29  Olive Lin  <olive.lin@versateladsl.be>  (tiny change)
18530         * textmodes/tex-mode.el (tex-send-command): shell-quote-argument
18531         on the file name we pass to the inferior shell.
18533 2005-03-29  Stephan Stahl  <stahl@eos.franken.de>  (tiny change)
18535         * progmodes/which-func.el (which-function): Be robust in the face of an
18536         imenu--make-index-alist failure.
18538 2005-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
18540         * reveal.el (reveal-mode-map): Don't override C-a and C-e.
18542         * progmodes/python.el (python-preoutput-filter): Fix last change.
18544 2005-03-29  Lute Kamstra  <lute@gnu.org>
18546         * emacs-lisp/debug.el (debug-on-entry): Handle autoloaded
18547         functions and compiled macros.
18548         (debug-convert-byte-code): Handle macros too.
18549         (debug-on-entry-1): Don't signal an error when trying to clear a
18550         function that is not set to debug on entry.
18552 2005-03-29  Jay Belanger  <belanger@truman.edu>
18554         * calc/calc-lang.el: Add functions to math-function-table
18555         properties of tex and math.
18557 2005-03-29  Kenichi Handa  <handa@m17n.org>
18559         * ps-mule.el (ps-mule-plot-string): Translate characters by
18560         ps-print-translation-table.
18561         (ps-mule-begin-job): Call find-charset-region/string with
18562         ps-print-translation-table.
18563         (ps-mule-printable-p): Return t if CHARSET is ascii or latin-iso8859-1.
18565         * ps-print.el (ps-print-translation-table): New variable.
18566         (ps-plot-region): Translate characters by ps-print-translation-table.
18568 2005-03-29  Juri Linkov  <juri@jurta.org>
18570         * simple.el (next-error-highlight-timer): New variable.
18572         * progmodes/compile.el (compilation-goto-locus):
18573         Use `next-error-highlight-timer' instead of `sit-for'.
18575 2005-03-28  Stefan Monnier  <monnier@iro.umontreal.ca>
18577         * mail/supercite.el (sc-mail-field): Use assoc-string.
18578         (sc-get-address): Simplify regexps.
18580         * files.el (minibuffer-with-setup-hook): New macro.
18581         (find-file-read-args): Use it to avoid let-binding
18582         minibuffer-with-setup-hook (which breaks turning on/off
18583         file-name-shadow-mode while in the prompt).
18585         * complete.el (PC-read-include-file-name-internal):
18586         Use test-completion.
18588 2005-03-28  Luc Teirlinck  <teirllm@auburn.edu>
18590         * font-lock.el: Bind `font-lock-fontify-block' to M-o M-o.
18592 2005-03-28  Stefan Monnier  <monnier@iro.umontreal.ca>
18594         * window.el (window-buffer-height): Use count-screen-lines.
18596         * progmodes/python.el (python-preoutput-leftover): New var.
18597         (python-preoutput-filter): Use it.
18598         (python-send-receive): Loop until all the result has been received.
18600 2005-03-28  Juri Linkov  <juri@jurta.org>
18602         * dired.el (dired-mode-map): Add ellipsis to "Compare directories".
18604         * menu-bar.el (menu-bar-file-menu): Remove ellipsis from
18605         "Recover Crashed Session".
18606         (menu-bar-search-menu): Add ellipsis to "Search tagged files".
18607         (menu-bar-replace-menu): Add ellipsis to "Replace in tagged files".
18608         (menu-bar-goto-menu): Add ellipsis to "Set Tags File Name".
18609         (menu-bar-goto-menu): Add ellipsis to "Tags Apropos".
18610         (menu-bar-options-menu): Add ellipsis to "Set Font/Fontset".
18611         (menu-bar-manuals-menu): Add ellipsis to "Find Command in Manual".
18612         (menu-bar-manuals-menu): Add ellipsis to "Find Key in Manual".
18613         (menu-bar-help-menu): Remove ellipsis from "Find Emacs Packages".
18615         * ediff-hook.el (menu-bar-ediff-misc-menu, ediff-misc-menu):
18616         Remove ellipsis from "Ediff Manual", "Customize Ediff", "List
18617         Ediff Sessions", "Toggle use of separate control buffer frame",
18618         "Use separate frame for Ediff control buffer".
18620         * bookmark.el (menu-bar-bookmark-map): Add ellipsis to "Jump to
18621         Bookmark", "Set Bookmark", "Insert Contents", "Insert Location",
18622         "Rename Bookmark", "Delete Bookmark".
18624         * info.el (Info-mode-menu): Remove ellipsis from "Index".
18625         Add ellipsis to "Lookup a String", "Lookup a string in all indices".
18626         Add `:active Info-index-alternatives' to "Next Matching Item".
18628         * wdired.el (wdired-change-to-wdired-mode):
18629         Mention `wdired-abort-changes' key in the initial message.
18631         * international/mule.el (auto-coding-alist): Associate non-ascii
18632         image filename extensions with `no-conversion'.
18634 2005-03-27  Stefan Monnier  <monnier@iro.umontreal.ca>
18636         * international/iso-acc.el:
18637         * obsolete/iso-acc.el: Move iso-acc to the obsolete subdir.
18639 2005-03-26  Luc Teirlinck  <teirllm@auburn.edu>
18641         * textmodes/sgml-mode.el (html-mode): Doc update.
18643         * autorevert.el (auto-revert-check-vc-info): Minor doc fix.
18645 2005-03-26  Dan Nicolaescu  <dann@ics.uci.edu>
18647         * term.el (term-move-columns): Fix face after extending a line.
18648         (term-insert-spaces): Likewise.
18649         (term-reset-terminal): Fix off by one error.
18651 2005-03-26  Eli Zaretskii  <eliz@gnu.org>
18653         * international/mule.el (auto-coding-alist): Add .xpi files.
18655         * files.el (auto-mode-alist): Add .xpi files.
18657 2005-03-26  Jure Cuhalev  <gandalf@owca.info>  (tiny change)
18659         * textmodes/ispell.el (ispell-dictionary-alist-6): Add slovenian.
18661 2005-03-26  Eli Zaretskii  <eliz@gnu.org>
18663         * term/bobcat.el: Don't use keyswap.el, since it is now obsolete.
18665 2005-03-26  Glenn Morris  <gmorris@ast.cam.ac.uk>
18667         * calendar/cal-menu.el (top level): Delete local C-down-mouse-3
18668         binding.  Suggested by Stephan Stahl <stahl@eos.franken.de>.
18670         * calendar/cal-move.el (calendar-beginning-of-year): Move the
18671         cursor to Jan 1 when needed.
18672         (calendar-end-of-year): Fix -/+ typo.
18673         Reported by Chong Yidong <cyd@stupidchicken.com>.
18675 2005-03-26  Stefan Monnier  <monnier@iro.umontreal.ca>
18677         * progmodes/flymake.el (flymake-mode): Add autoload cookie.
18679         * emacs-lisp/debug.el (debugger-record-expression): Add a missing
18680         format to `message'.  Inspired by Deepak Goel <deego@gnufans.org>.
18682 2005-03-25  Richard M. Stallman  <rms@gnu.org>
18684         * filesets.el (filesets-init): Add autoload.
18686         * mail/mailalias.el (mail-directory): Doc fix.
18688 2005-03-25  Frederik Fouvry  <fouvry@CoLi.Uni-SB.DE>
18690         * mail/mailalias.el (mail-directory-process): Do nothing if
18691         mail-directory-process is an atom.
18692         (mail-get-names): Ignore mail-directory-names if it is an atom.
18693         (mail-directory-process defvar): Doc fix.
18694         (mail-names): Doc fix.
18696 2005-03-25  Johan Bockg\e,Ae\e(Brd  <bojohan+mail@dd.chalmers.se>  (tiny change)
18698         * textmodes/flyspell.el (mail-mode-flyspell-verify): Fix regexp syntax.
18700 2005-03-26  Kenichi Handa  <handa@m17n.org>
18702         * international/mule-util.el (detect-coding-with-priority):
18703         Call update-coding-systems-internal before detect-coding-region.
18705 2005-03-26  Nick Roberts  <nickrob@snap.net.nz>
18707         * progmodes/gdb-ui.el (gdb-breakpoints-mode-map)
18708         (gdb-frames-mode-map): Add follow-link property.
18710 2005-03-25  Jay Belanger  <belanger@truman.edu>
18712         * calc/calcalg2.el (calc-solve-for): Use "Variable(s)" to prompt
18713         for variables.
18715 2005-03-25  Juri Linkov  <juri@jurta.org>
18717         * image-mode.el: Optimize image filename extension regexps in
18718         autoload cookies.  Associate .x[bp]m with `image-mode-maybe'
18719         in `auto-mode-alist'.
18720         (image-mode): Add `image-toggle-display-text' to local hook
18721         `change-major-mode-hook'.  Display the image as an image by
18722         default.  Set `cursor-type' and `truncate-lines' if the image
18723         is already displayed.  Take into account the current mode (image
18724         or text) in message.
18725         (image-minor-mode): New minor mode.
18726         (image-mode-maybe, image-toggle-display-text): New functions.
18727         (image-toggle-display): Use called-interactively-p.
18728         Let-bind `inhibit-read-only' to t.
18730         * image-mode.el (image-minor-mode): Set `cursor-type' and
18731         `truncate-lines' if the image is already displayed.  Add turning
18732         image-minor-mode off to `change-major-mode-hook'.  Add message.
18733         Call `image-toggle-display-text' after turning image-minor-mode off.
18735 2005-03-25  Stefan Monnier  <monnier@iro.umontreal.ca>
18737         * international/mule-cmds.el (set-locale-environment): For Mac OS X's
18738         Terminal.app, use utf-8.
18739         (set-display-table-and-terminal-coding-system): Add coding-system arg.
18740         (set-locale-environment): Use it.
18742         * term/xterm.el: Undo last change, better done in mule-cmds.el.
18744         * emacs-lisp/rx.el (rx-constituents): Add symbol-start and symbol-end.
18746         * progmodes/python.el (python-close-block-statement-p)
18747         (python-outdent-p, python-current-defun): Use symbol-end.
18749 2005-03-25  Karl Chen  <quarl@cs.berkeley.edu>  (tiny change)
18751         * files.el (save-some-buffers): Doc fix.
18753 2005-03-25  Werner Lemberg  <wl@gnu.org>
18755         * complete.el, thumbs.el: Replace `legal' with `valid'.
18756         * calendar/calendar.el: Replace `legal' with `valid'.
18757         * emacs-lisp/advice.el: Replace `legal' with `valid'.
18758         * mail/supercite.el: Replace `legal' with `valid'.
18759         * progmodes/cperl-mode.el, progmodes/idlw-shell.el
18760         * progmodes/idlwave.el, progmodes/vhdl-mode.el:
18761         Replace `legal' with `valid'.
18762         * textmodes/reftex-vars.el, textmodes/reftex.el:
18763         Replace `legal' with `valid'.
18765 2005-03-25  Werner Lemberg  <wl@gnu.org>
18767         * calc/calc-forms.el, calc/calc-sel.el
18768         * midnight.el, vc-cvs.el
18769         * emacs-lisp/cl-macs.el
18770         * emulation/vip.el
18771         * eshell/esh-io.el, eshell/esh-var.el
18772         * mail/supercite.el
18773         * progmodes/ebnf-abn.el, progmodes/ebnf-bnf.el
18774         * progmodes/ebnf-ebx.el, progmodes/ebnf-dtd.el, progmodes/ebnf-iso.el
18775         * progmodes/ebnf-yac.el, progmodes/ebnf2ps.el, progmodes/idlwave.el
18776         * progmodes/sh-script.el, progmodes/xscheme.el
18777         * textmodes/refbib.el, textmodes/refer.el, textmodes/reftex-cite.el
18778         * textmodes/reftex-index.el, textmodes/reftex-parse.el
18779         * textmodes/reftex-ref.el, textmodes/reftex-vars.el
18780         * textmodes/reftex.el, textmodes/org.el:
18781         Replace `illegal' with `invalid'.
18783 2005-03-24  Stefan Monnier  <monnier@iro.umontreal.ca>
18785         * progmodes/flymake.el (flymake-get-file-name-mode-and-masks)
18786         (flymake-find-buildfile, flymake-find-possible-master-files)
18787         (flymake-check-include, flymake-parse-line): Replace loops over the
18788         length of lists, by loops over lists, to remove silly O(n\e,A2\e(B) behavior.
18790         * progmodes/flymake.el (flymake-ensure-ends-with-slash): Remove.
18791         Substitute file-name-as-directory in the rest of the file.
18792         (flymake-get-common-file-prefix): Rewrite, using compare-strings.
18793         (flymake-replace-region): Remove unused arg `buffer'.
18794         (flymake-check-patch-master-file-buffer): Update calls to it.
18795         (flymake-add-err-info): Remove unused var `count'.
18796         (flymake-mode): Use define-minor-mode.
18798         * progmodes/flymake.el: Use with-current-buffer.
18799         (flymake-float-time, flymake-get-temp-dir, flymake-line-end-position)
18800         flymake-replace-regexp-in-string, flymake-line-beginning-position)
18801         (flymake-popup-menu, flymake-current-row, flymake-selected-frame):
18802         Avoid testing for `xemacs'.
18803         (flymake-nop): Move.
18804         (flymake-region-has-flymake-overlays): Return the computed value.
18805         (flymake-reformat-err-line-patterns-from-compile-el): Use dolist.
18806         Remove unused var `endline'.
18807         (flymake-get-line-count): Remove unused function.
18808         (flymake-display-err-menu-for-current-line): Unused var move-mouse-pos.
18810         * emulation/vi.el:
18811         * generic.el:
18812         * hilit-chg.el (global-highlight-changes):
18813         * hi-lock.el (hi-lock-mode):
18814         * follow.el: find-file-hooks -> find-file-hook.
18816         * comint.el (comint-insert-input): Obey mouse-yank-at-point.
18818 2005-03-24  Juri Linkov  <juri@jurta.org>
18820         * dired.el (dired-mode-map): Add menu item "Compare directories"
18821         for dired-compare-directories.
18823         * dired-aux.el (dired-compare-directories): Add autoload cookie.
18824         Doc fix.  Replace `read-file-name' with `read-directory-name'.
18826 2005-03-24  Stefan Monnier  <monnier@iro.umontreal.ca>
18828         * term/xterm.el: If running in Terminal.app set coding-system to utf-8.
18830 2005-03-24  Jay Belanger  <belanger@truman.edu>
18832         * calc/calc-embed.el (calc-embedded-mode-change): Save all
18833         relevant mode settings in calc-embedded-original-modes when modes
18834         are permanently changed.
18836 2005-03-24  Stefan Monnier  <monnier@iro.umontreal.ca>
18838         * autoinsert.el: find-file-hooks -> find-file-hook.
18840 2005-03-24  Lute Kamstra  <lute@gnu.org>
18842         * generic.el (generic-font-lock-defaults): Make it obsolete.
18843         (generic-font-lock-keywords): New variable to replace
18844         generic-font-lock-defaults.
18845         (generic-mode-set-font-lock): Delete it.
18846         (generic-mode-internal): Don't call generic-mode-set-font-lock.
18847         (generic-bracket-support): Add docstring.
18849         * generic-x.el: Rename generic-font-lock-defaults to
18850         generic-font-lock-keywords throughout.
18851         (mailagent-rules-setup-function): Delete it.
18852         (mailagent-rules-generic-mode): Use anonymous function instead.
18853         (show-tabs-generic-mode-font-lock-defaults-1)
18854         (show-tabs-generic-mode-font-lock-defaults-2): Make them constants.
18855         Quote faces.
18856         (show-tabs-tab-face, show-tabs-space-face): Specify background,
18857         not foreground.
18859         * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
18860         Recognize define-generic-mode.
18862 2005-03-23  Stefan Monnier  <monnier@iro.umontreal.ca>
18864         * icomplete.el (icomplete-simple-completing-p): Don't turn on icomplete
18865         if there's no completion table.
18867 2005-03-23  Miles Bader  <miles@gnu.org>
18869         * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
18870         Remove tty-specific variants, as they're no longer needed.
18872 2005-03-23  Lute Kamstra  <lute@gnu.org>
18874         * generic-x.el: Code cleanup: make args constant whenever possible.
18875         (installshield-statement-keyword-list)
18876         (installshield-system-functions-list)
18877         (installshield-system-variables-list, installshield-types-list)
18878         (installshield-funarg-constants-list): Make them constants.
18880         * generic.el (generic-make-keywords-list): Add autoload cookie.
18882         * calendar/time-date.el: Add comment on time value formats.
18883         Don't require parse-time.
18884         (with-decoded-time-value): New macro.
18885         (encode-time-value): New function.
18886         (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
18887         (days-to-time): Return a valid time value when arg is huge.
18888         (time-since): Use time-subtract.
18889         (time-to-number-of-days): Use time-to-seconds.
18891 2005-03-23  David Ponce  <david@dponce.com>
18893         * recentf.el (recentf-keep): New option.
18894         (recentf-menu-action): Default to `find-file'.
18895         (recentf-keep-non-readable-files-flag)
18896         (recentf-keep-non-readable-files-p)
18897         (recentf-file-readable-p, recentf-find-file)
18898         (recentf-cleanup-remote): Remove.
18899         (recentf-include-p): More robust.
18900         (recentf-keep-p): New function.
18901         (recentf-remove-if-non-kept): Rename from
18902         `recentf-remove-if-non-readable'.  Use `recentf-keep-p'.
18903         All callers updated.
18904         (recentf-menu-items-for-commands): Fix help string.
18905         (recentf-track-closed-file): Update.  Doc fix.
18906         (recentf-cleanup): Update.  Count removed files.  Doc fix.
18908 2005-03-23  Kim F. Storm  <storm@cua.dk>
18910         * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
18911         Don't inherit from fringe face (now happens automatically).
18913 2005-03-22  Kim F. Storm  <storm@cua.dk>
18915         * tooltip.el (tooltip-show-help-function): Ignore negative mouse
18916         position values.
18918 2005-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
18920         * menu-bar.el (showhide-date-time): Remove.
18921         (menu-bar-showhide-menu): Use menu-bar-make-mm-toggle.
18922         (menu-bar-make-mm-toggle): Simplify.
18924 2005-03-22  JUAN-LEON Lahoz Garcia  <juanleon1@gmail.com>
18926         * progmodes/perl-mode.el (perl-font-lock-keywords-2):
18927         Accept qualified variable and function names.
18929 2005-03-22  Thien-Thi Nguyen  <ttn@gnu.org>
18931         * bindings.el (completion-ignored-extensions):
18932         Remove ".lis" for `vax-vms'.
18934 2005-03-22  Andreas Schwab  <schwab@suse.de>
18936         * generic-x.el: Revert last change.
18937         * ldefs-boot.el: Update.
18939 2005-03-22  Jay Belanger  <belanger@truman.edu>
18941         * calc/calc-embed.el (calc-embedded-original-modes): New variable.
18942         (calc-embedded-save-original-modes)
18943         (calc-embedded-restore-original-modes): New functions.
18944         (calc-do-embedded): Save original modes when entering embedded mode
18945         and restore when leaving embedded mode.
18946         (calc-embedded-modes-change): Change the value of
18947         calc-embedded-original-modes to reflect permanent changes.
18949 2005-03-22  Lute Kamstra  <lute@gnu.org>
18951         * generic-x.el: Require generic again.
18953 2005-03-22  Miles Bader  <miles@gnu.org>
18955         * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
18956         Tweak details to look good on both ttys and bitmap displays, light
18957         or dark background, etc.
18959 2005-03-21  Kim F. Storm  <storm@cua.dk>
18961         * tooltip.el (tooltip-show-help-function): Check car and cdr of
18962         mouse position.
18964 2005-03-21  Stefan Monnier  <monnier@iro.umontreal.ca>
18966         * icomplete.el: Don't forcibly turn on the mode upon load.
18967         (icomplete-mode): Use define-minor-mode.
18968         (icomplete-eoinput): Default to nil.
18969         (icomplete-minibuffer-setup): Remove autoload.
18970         (icomplete-tidy): Simplify.
18971         (icomplete-exhibit): Use buffer-undo-list to determine if we're still
18972         in the initial state or if the user has modified the field.
18973         Fix handling of icomplete-max-delay-chars.
18974         Remove code that handles the oddball case where
18975         minibuffer-completion-table is an integer.
18976         Wrap icomplete-completions in while-no-input in case building
18977         completions takes more time than expected.
18978         (icomplete-completions): Simplify.
18980 2005-03-21  Richard M. Stallman  <rms@gnu.org>
18982         * jka-compr.el (jka-compr-really-do-compress):
18983         Make variable buffer-local.
18985         * image-mode.el: Handle .xpm files too.
18986         (image-toggle-display): Preserve modification flag.
18988         * help.el (where-is): Don't mention aliases with no key bindings.
18990 2005-03-21  Lute Kamstra  <lute@gnu.org>
18992         * generic.el: Fix commentary section.  Don't require cl for
18993         compilation.
18994         (generic-mode-list): Add autoload cookie.
18995         (generic-use-find-file-hook, generic-lines-to-scan)
18996         (generic-find-file-regexp, generic-ignore-files-regexp)
18997         (generic-mode, generic-mode-find-file-hook)
18998         (generic-mode-ini-file-find-file-hook): Fix docstrings.
18999         (define-generic-mode): Make it a defmacro.  Fix docstring.
19000         (generic-mode-internal): Code cleanup.  Add autoload cookie.
19001         (generic-mode-set-comments): Code cleanup.
19002         * generic-x.el: Don't prevent compilation.  Don't require generic.
19003         Follow coding conventions.  Minor code cleanup.
19004         (etc-fstab-generic-mode): Add some keywords.
19005         * font-lock.el (lisp-font-lock-keywords-1): Font lock a call to
19006         define-generic-mode like a function declaration.
19008 2005-03-21  Jay Belanger  <belanger@truman.edu>
19010         * calc/calc-embed.el (calc-do-embedded): Put data on stack before
19011         changing modes.
19013 2005-03-21  Sam Steingold  <sds@gnu.org>
19015         * add-log.el (add-log-current-defun): Support more C DEFUN forms.
19017 2005-03-21  Thien-Thi Nguyen  <ttn@gnu.org>
19019         * progmodes/dcl-mode.el (dcl-font-lock-keywords):
19020         Add underscore to "f$ lexicals" regexp.
19022 2005-03-20  Juri Linkov  <juri@jurta.org>
19024         * subr.el (progress-reporter-do-update): When `min-value' is equal
19025         to `max-value', set `percentage' to 0 and prevent division by zero.
19027 2005-03-20  Michael Albinus  <michael.albinus@gmx.de>
19029         Sync with Tramp 2.0.48.
19031         * net/tramp.el (all): Change all addresses to .gnu.org.
19032         (tramp-append-tramp-buffers): New defun.
19033         (tramp-bug): Apply `tramp-append-tramp-buffers' as post-hook.
19034         Catch `dont-send' signal.
19035         (tramp-set-auto-save-file-modes): Set always permissions, because
19036         there might be an old auto-saved file belonging to another
19037         original file.  This could be a security threat.  Reported by
19038         Kjetil Kjernsmo <kjetil@kjernsmo.net>.
19039         Check for Emacs 21.3.50 removed.
19041         * net/tramp-smb.el (all): Remove debug construct for
19042         `with-parsed-tramp-file-name'.
19043         (tramp-smb-prompt): Prompt can contain spaces inside directory names.
19044         (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file):
19045         No error message if DIRECTORY or FILENAME doesn't exist.
19046         (tramp-smb-open-connection): Check existence of
19047         `tramp-smb-program'.
19049 2005-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
19051         * progmodes/perl-mode.el (perl-font-lock-syntactic-face-function):
19052         Properly handle the case where the `m' or `s' command's argument is not
19053         yet terminated.
19054         (perl-indent-new-calculate): New function.
19055         (perl-indent-line): Use it.
19057 2005-03-20  Miles Bader  <miles@gnu.org>
19059         * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Use breakpoint faces
19060         in text-mode too.  Change to new face names.
19061         (breakpoint-enabled): Rename from `breakpoint-enabled-bitmap-face'.
19062         Add `:weight bold' attribute.
19063         (breakpoint-disabled): Rename from `breakpoint-disabled-bitmap-face'.
19065 2005-03-19  Juri Linkov  <juri@jurta.org>
19067         * files.el (auto-mode-alist): Add comment.  Optimize jar/ear/war.
19069         * international/mule.el (auto-coding-alist): Sync with
19070         `auto-mode-alist' by adding upper case archive file extensions
19071         and adding ear/war to jar extension.
19073 2005-03-19  David Casperson  <casper@unbc.ca>  (tiny change)
19075         * textmodes/tex-mode.el (tex-view): If tex-shell process is not
19076         running, restart it.
19078 2005-03-19  Yoichi NAKAYAMA  <yoichi@geiin.org>  (tiny changes)
19080         * finder.el (finder-current-item): Throw an error on an empty line.
19082         * man.el (Man-follow-manual-reference): If current-word returns
19083         nil, use "".
19085 2005-03-19  Matt Hodges  <MPHodges@member.fsf.org>
19087         * simple.el (goto-line): Doc fix.
19089 2005-03-19  Aaron Hawley  <Aaron.Hawley@uvm.edu>  (tiny change)
19091         * files.el (save-buffer): Doc fix.
19093 2005-03-19  Michael R. Mauger  <mmaug@yahoo.com>
19095         * recentf.el (recentf-cleanup-remote): New variable.
19096         (recentf-cleanup): Use it to conditionally check availability of
19097         remote files.
19099 2005-03-19  Joe Edmonds  <joe-bugs-debian-org@elem.com>  (tiny change)
19101         * emacs-lisp/lisp-mode.el (lisp-mode-variables): Recognize `@' in
19102         function names.
19104 2005-03-19  Eli Zaretskii  <eliz@gnu.org>
19106         * language/thai-word.el: New file.
19108 2005-03-19  JUAN-LEON Lahoz Garcia  <juanleon1@gmail.com>
19110         * files.el (backup-buffer): If the file's directory is not
19111         writable, use copy instead of move to backup the file.
19113 2005-03-19  Eli Zaretskii  <eliz@gnu.org>
19115         * obsolete/keyswap.el: Moved to obsolete/ from term/.
19117 2005-03-19  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
19119         * ps-print.el (ps-generate-string-list, ps-generate-header-line):
19120         Use functionp instead of symbolp and fboundp.  Reported by Drkm
19121         <darkman_spam@yahoo.fr>.
19122         (ps-print-version): New version 6.6.6.
19124 2005-03-18  Tak Ota  <Takaaki.Ota@am.sony.com>
19126         * textmodes/table.el (table--line-column-position): New idiom.
19127         (table--row-column-insertion-point-p): New function to test
19128         validity of row and column insertion operation at a location.
19129         (table-global-menu, table-cell-menu): Use above functions for
19130         deterministic test operation.
19131         (table--editable-cell-p): Behave in deterministic fashion.
19133 2005-03-18  Juri Linkov  <juri@jurta.org>
19135         * isearch.el (isearch-lazy-highlight-new-loop):
19136         Make arguments beg and end optional.
19137         (isearch-update): Remove optional arguments nil from
19138         isearch-lazy-highlight-new-loop.
19139         (isearch-lazy-highlight-search): Let-bind case-fold-search to
19140         isearch-lazy-highlight-case-fold-search instead of
19141         isearch-case-fold-search, and let-bind isearch-regexp to
19142         isearch-lazy-highlight-regexp.
19143         Use isearch-lazy-highlight-last-string instead of isearch-string.
19145         * replace.el (perform-replace): Remove bindings of global
19146         variables isearch-string, isearch-regexp, isearch-case-fold-search.
19147         Add three new arguments to `replace-highlight'.
19148         (replace-highlight): Add arguments string, regexp, case-fold.
19149         Let-bind isearch-string, isearch-regexp, isearch-case-fold-search
19150         to allow isearch-lazy-highlight-new-loop to use these values
19151         to set corresponding isearch-lazy-highlight-* internal
19152         variables whose values lazy highlighting will use regardless of
19153         changes to global variables isearch-string, isearch-regexp,
19154         isearch-case-fold-search during lazy highlighting loop.
19155         (replace-dehighlight): Rename `isearch-lazy-highlight-cleanup'
19156         to `lazy-highlight-cleanup'.
19158         * textmodes/ispell.el (ispell-lazy-highlight): New defcustom.
19159         (ispell-highlight-face): Set default face to `isearch' when
19160         lazy highlighting is enabled.
19161         (ispell-highlight-spelling-error-overlay): Set `ispell-overlay'
19162         priority to 1.  Add lazy highlighting.
19163         (ispell-highlight-spelling-error-xemacs): Remove obsolete arg
19164         from `isearch-dehighlight'.
19166 2005-03-18  David Ponce  <david@dponce.com>
19168         * files.el (hack-local-variables): Do a case-insensitive search
19169         for End.
19171 2005-03-18  Juri Linkov  <juri@jurta.org>
19173         * isearch.el (lazy-highlight-cleanup) <command>: Rename from
19174         `isearch-lazy-highlight-cleanup', add alias to old name and
19175         declare obsolete.  Add release numbers to other obsolete vars.
19176         (isearch-done, isearch-lazy-highlight-new-loop):
19177         Rename `isearch-lazy-highlight-cleanup' to `lazy-highlight-cleanup'.
19178         (lazy-highlight-cleanup) <variable>: Doc fix.
19179         (isearch-lazy-highlight-update): Rename obsolete
19180         `isearch-lazy-highlight-face' to `lazy-highlight-face'.
19182 2005-03-18  Kenichi Handa  <handa@m17n.org>
19184         * language/thai-util.el: Fix categorization of Thai characters in
19185         thai-category-table.
19186         (thai-composition-pattern): Adjust it for the above change.
19187         (thai-self-insert-command, thai-compose-syllable): New functions.
19188         (thai-compose-region): Use thai-compose-syllable.
19189         (thai-compose-string): Likewise.
19190         (thai-composition-function): Likewise.
19191         (thai-auto-composition): New function.
19192         (thai-auto-composition-mode): New minor mode.
19194         * language/thai.el: Fix patterns to be registered in
19195         composition-function-table.
19197         * international/quail.el (quail-input-method): Locally bind
19198         inhibit-modification-hooks to t.
19200 2005-03-17  Richard M. Stallman  <rms@gnu.org>
19202         * progmodes/perl-mode.el (perl-mode-hook): Defvar it.
19203         (perl-mode): Use run-mode-hooks.
19205         * mail/rmail.el (rmail-movemail-program, rmail-pop-password)
19206         (rmail-pop-password-required, rmail-remote-password): Doc fixes.
19207         (rmail-preserve-inbox, rmail-probe, rmail-autodetect): Doc fix.
19209         * mail/sendmail.el (sendmail-send-it): Reenable the code
19210         to compute resend-to-address and use it.
19212         * tar-mode.el (tar-mode): Turn off undo unconditionally.
19214         * image-mode.el: New file.
19216         * image.el (insert-sliced-image): Add autoload cookie.
19218         * font-lock.el (font-lock-lines-before): New user option.
19219         (font-lock-after-change-function): Obey it.
19221         * bindings.el (esc-map): Make M-g a prefix.
19222         Bind M-g g and M-g M-g to goto-line.
19224         * faces.el (face-id): Doc fix.
19226 2005-03-17  Frederik Fouvry  <fouvry@CoLi.Uni-SB.DE>
19228         * mail/rmail.el (rmail-unknown-mail-followup-to): New function.
19229         (rmail-show-message): Use rmail-unknown-mail-followup-to.
19230         (rmail-reply): Recognize Mail-Followup-To and Mail-Reply-To headers.
19232         * mail/sendmail.el (mail-yank-ignored-headers)
19233         (mail-font-lock-keywords, mail-mode-fill-paragraph):
19234         Add Mail-Followup-To and Mail-Reply-To headers.
19235         (mail-citation-hook): Add autoload cookie.
19236         (mail-mode): Doc fix.
19237         (mail-mode-map): Bind mail-mail-followup-to and mail-mail-reply-to.
19238         (mail-send): Compute Mail-Followup-To and Mail-Reply-To headers.
19239         (mail-mode-fill-paragraph): Handle those headers.
19240         (mail-mailing-lists): New variable.
19241         (mail-mail-reply-to, mail-mail-followup-to): New functions.
19243 2005-03-17  Juri Linkov  <juri@jurta.org>
19245         * isearch.el (isearch-fallback): Check for `(car previous)'
19246         before calling `isearch-other-end-state'.
19248 2005-03-17  Kim F. Storm  <storm@cua.dk>
19250         * simple.el (move-beginning-of-line): Move to beginning of buffer
19251         line, as well as beginning of screen line.
19253 2005-03-16  Glenn Morris  <gmorris@ast.cam.ac.uk>
19255         * calendar/diary-lib.el (mark-diary-entries): Use new optional
19256         argument REDRAW rather than calendar-redrawing variable.
19257         * calendar/calendar.el (calendar-redrawing): Delete.
19258         (redraw-calendar): Do not bind calendar-redrawing.
19260 2005-03-16  Matt Hodges  <MPHodges@member.fsf.org>
19262         * calendar/diary-lib.el (diary-redraw-calendar): Preserve point in
19263         diary-file buffer.
19265 2005-03-16  Stefan Monnier  <monnier@iro.umontreal.ca>
19267         * help.el (describe-mode): Allow a :minor-mode-function property to
19268         specify a different minor mode toggle function than the variable.
19269         * simple.el (auto-fill-function):
19270         * subr.el (add-minor-mode): Use it.
19272 2005-03-16  Kenichi Handa  <handa@m17n.org>
19274         * language/ethio-util.el (sera-being-called-by-w3): New variable.
19275         (ethio-sera-to-fidel-ethio): Check also sera-being-called-by-w3.
19276         (ethio-fidel-to-sera-buffer): Likewise.
19278 2005-03-16  Juri Linkov  <juri@jurta.org>
19280         * emacs-lisp/find-func.el (find-function-regexp):
19281         Add defun-emitting macro `menu-bar-make-toggle'.
19283         * isearch.el: Put `isearch-scroll' property to
19284         `split-window-horizontally'.
19286         * info.el: Update error messages for `debug-ignored-errors'.
19287         (Info-isearch-search): Doc fix.
19288         (Info-find-node): Move up code to go into info buffer before
19289         recording the node to the history.
19290         (Info-fontify-node): Fontify titles only if the next line
19291         has two or more `*', `=', `-', `.'.
19292         Display "go to this node" for empty (match-string 3).
19294 2005-03-16  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
19296         * term/mac-win.el: Add mouse pointer shape constants.
19298 2005-03-15  Kim F. Storm  <storm@cua.dk>
19300         * simple.el (move-beginning-of-line): Use vertical-motion.
19302 2005-03-15  Juri Linkov  <juri@jurta.org>
19304         * isearch.el (isearch-error): New variable.
19305         (isearch-invalid-regexp, isearch-within-brackets): Remove.
19306         (isearch-error-state): Rename from `isearch-invalid-regexp-state'.
19307         (isearch-within-brackets-state): Remove.
19308         (isearch-case-fold-search-state, isearch-pop-fun-state):
19309         Decrease frame index.
19310         (isearch-mode, isearch-top-state, isearch-push-state)
19311         (isearch-edit-string, isearch-abort, isearch-search-and-update)
19312         (isearch-fallback, isearch-message-prefix, isearch-message-suffix)
19313         (isearch-search, isearch-lazy-highlight-new-loop):
19314         Replace `isearch-invalid-regexp' with `isearch-error'.
19315         Remove `isearch-within-brackets'.
19316         (isearch-search): Add `search-failed' handler to `condition-case'.
19317         (isearch-lazy-highlight-search): Add `condition-case' to catch
19318         errors and allow `isearch-lazy-highlight-update' to try
19319         highlighting from the beginning of the window.
19320         (isearch-repeat): Move up code to set isearch-wrapped to t
19321         before calling isearch-wrap-function.
19323         * info.el (Info-isearch-initial-node): New internal variable.
19324         (Info-search): Signal an error in isearch mode when search leaves
19325         the initial node.  Signal an error when `bound' is non-nil and
19326         nothing was found in the current subfile.
19327         (Info-isearch-search): Remove `condition-case'.
19328         (Info-isearch-wrap): Don't wrap when search failed during leaving
19329         the initial node.  If `Info-isearch-search' is nil, wrap around
19330         the current node.
19331         (Info-isearch-start): New fun.
19332         (Info-mode): Add buffer-local hook `Info-isearch-start' to
19333         `isearch-mode-hook'.
19335 2005-03-15  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
19337         * simple.el (normal-erase-is-backspace): Set default to t if
19338         running on Mac.
19340         * term/mac-win.el (function-key-map): Sync with x-win.el.
19342 2005-03-15  Kenichi Handa  <handa@m17n.org>
19344         * international/mule-cmds.el (locale-language-names): Modify the
19345         format of elements and add more entries.
19346         (locale-preferred-coding-systems): Add more entries.
19347         (set-locale-environment): Adjust for the change of
19348         locale-language-names.
19350 2005-03-14  Stefan Monnier  <monnier@iro.umontreal.ca>
19352         * pcvs.el (smerge-ediff): Remove bogus autoload.
19354 2005-03-14  Lute Kamstra  <lute@gnu.org>
19356         * emacs-lisp/debug.el (debugger-make-xrefs): Docstring fix.
19357         Ignore a `*' at the beginning of a line.
19359         * subr.el (macro-declaration-function): Move to emacs-lisp/byte-run.el.
19360         * emacs-lisp/byte-run.el (macro-declaration-function): Move from
19361         subr.el.
19362         (dont-compile, eval-when-compile, eval-and-compile): Use declare
19363         to specify indentation.
19365         * generic.el (define-generic-mode): Let generic-mode-list be a
19366         list of strings; test membership with equal.
19368 2005-03-14  Kim F. Storm  <storm@cua.dk>
19370         * simple.el (next-line, previous-line): Add optional try-vscroll
19371         arg to recognize interactive use.  Pass it on to line-move.
19372         (line-move): Don't perform auto-window-vscroll when defining or
19373         executing keyboard macro to ensure consistent behavior.
19375 2005-03-13  Stefan Monnier  <monnier@iro.umontreal.ca>
19377         * pcvs-util.el (cvs-string->strings): Strip trailing whitespace.
19379 2005-03-13  Lute Kamstra  <lute@gnu.org>
19381         * emacs-lisp/debug.el (debug): Set debug-on-exit before calling
19382         debugger-setup-buffer so that backtrace marks the frames set to
19383         debug-on-exit and we don't have to do it manually.  Set an extra
19384         debug-on-exit for macro's.
19385         (debugger-setup-buffer): Don't mark the top frame manually.
19387 2005-03-12  Lute Kamstra  <lute@gnu.org>
19389         * emacs-lisp/byte-run.el: Replace lisp-indent-hook with
19390         lisp-indent-function throughout.
19391         (with-no-warnings): Set lisp-indent-function property.
19393 2005-03-12  Thien-Thi Nguyen  <ttn@gnu.org>
19395         * progmodes/dcl-mode.el (dcl-mode-syntax-table):
19396         Add entry for backslash.
19398 2005-03-12  Juri Linkov  <juri@jurta.org>
19400         * info.el (Info-search): Four fixes for backward search.
19402 2005-03-11  Jay Belanger  <belanger@truman.edu>
19404         * calc/calc.el (calc-language-alist): New variable.
19405         * calc/calc-embed.el (calc-embedded-language-alist): Remove.
19406         (calc-embedded-find-modes): Use calc-language-alist instead of
19407         calc-embedded-language-alist.
19409 2005-03-11  Glenn Morris  <gmorris@ast.cam.ac.uk>
19411         * calendar/calendar.el (calendar-redrawing): New internal
19412         variable.
19413         (redraw-calendar): Remove bogus save-excursion from previous
19414         change.  Bind calendar-redrawing to t for mark-diary-entries.
19415         * calendar/diary-lib.el (mark-diary-entries): No need to redraw
19416         calendar if that is why we were called.
19418 2005-03-11  Kenichi Handa  <handa@m17n.org>
19420         * international/mule.el (make-coding-system): Set property
19421         coding-system-define-form to nil.
19422         (define-coding-system-alias): Likewise.
19424 2005-03-11  Kenichi Handa  <handa@m17n.org>
19426         These changes are suggested by Dave Love <fx@gnu.org>.
19428         * textmodes/fill.el: Change encoding to iso-2022-7bit and add
19429         coding: tag.
19430         (adaptive-fill-regexp): Add more bullets.
19431         (fill-french-nobreak-p): Add Latin-1 and Latin-9 guillemets in
19432         regexps.
19434 2005-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
19436         * help.el (describe-mode): Properly handle non-trivial lighters.
19437         Don't ignore minor modes that are not listed in minor-mode-list.
19439         * tooltip.el (tooltip-mode): Don't complain that you can't turn the
19440         feature ON when the user requests to turn it OFF.
19442 2005-03-10  Lute Kamstra  <lute@gnu.org>
19444         * emacs-lisp/debug.el (debug-entry-code): Delete it.
19445         (implement-debug-on-entry): New function to replace debug-entry-code.
19446         (debug-on-entry-1): Use implement-debug-on-entry.  Delete the
19447         second argument as the 2005-03-07 change makes it obsolete.
19448         (debug-on-entry, cancel-debug-on-entry): Update call to
19449         debug-on-entry-1.
19450         (debug, debugger-setup-buffer): Comment update.
19451         (debugger-frame-number): Update to work with implement-debug-on-entry.
19453 2005-03-10  Jay Belanger  <belanger@truman.edu>
19455         * calc/calc-embed.el (math-ms-args): Declare it.
19456         (calc-embedded-eval-expr, calc-embedded-eval-get-var): Use variable
19457         math-ms-args.
19458         (calc-embedded-subst): Use math-multi-subst-rec to substitute
19459         variables.
19461 2005-03-10  Nick Roberts  <nickrob@snap.net.nz>
19463         * progmodes/gdb-ui.el (gdb-var-create-handler, gdb-get-location):
19464         Use message-box.
19466         * tooltip.el (tooltip-mode): Use define-minor-mode and simplify.
19467         (tooltip-activate-mouse-motions-if-enabled): Use dolist.
19468         (tooltip-gud-tips): Simplify.
19469         (tooltip-gud-tips-p): Remove superfluous :set.
19470         (tooltip-gud-modes): Add fortran-mode.
19471         (gdb-tooltip-print): Remove newline for tooltip-use-echo-area.
19473         * bindings.el (mode-line-mode-menu): Add tooltip-mode to mode-line.
19475 2005-03-09  Kim F. Storm  <storm@cua.dk>
19477         * play/animate.el (animate-place-char): Use forward-line instead
19478         of next-line to improve performance.
19480 2005-03-09  Simon Josefsson  <jas@extundo.com>
19482         * net/browse-url.el (browse-url-default-browser): Doc fix.
19484 2005-03-09  Miles Bader  <miles@gnu.org>
19486         * emacs-lisp/bytecomp.el (byte-compile-variable-ref)
19487         (byte-compile-obsolete): Change " since VER" to " (as of Emacs VER)".
19489 2005-03-09  Kenichi Handa  <handa@m17n.org>
19491         * international/latin-1.el: Set case and syntax for 255 only if
19492         set-case-syntax-set-multibyte is nil.
19494         * textmodes/ispell.el (ispell-insert-word): New function.
19495         (ispell-word): Use ispell-insert-word to insert a new word.
19496         (ispell-process-line): Likewise.
19497         (ispell-complete-word): Likewise.
19499 2005-03-09  Glenn Morris  <gmorris@ast.cam.ac.uk>
19501         * calendar/calendar.el (redraw-calendar): Preserve point.
19502         Reported by Matt Hodges <MPHodges@member.fsf.org>.
19503         (calendar-week-start-day): Move after definition of
19504         redraw-calendar.  Delete buffer test, since redraw-calendar has
19505         that now.
19507         * calendar/diary-lib.el (mark-diary-entries): Only call
19508         redraw-calendar in the first of any recursive calls.
19509         Reported by Alan Shutko <ats@acm.org>.
19511 2005-03-08  Juri Linkov  <juri@jurta.org>
19513         * textmodes/sgml-mode.el (sgml-tag, html-tag-alist)
19514         (html-horizontal-rule, html-line, html-image, html-checkboxes)
19515         (html-radio-buttons): Add a space before the trailing `/>' where
19516         sgml-xml-mode is non-nil.
19517         (sgml-delete-tag): Check if the tag ends with `/>' to not delete
19518         the subsequent tag of the empty XML tag.
19519         (html-href-anchor): Don't set initial input to "http:".
19520         (html-image): Ask for the image URL and set point inside alt="".
19521         (html-name-anchor): Duplicate the name in the `id' attribute when
19522         sgml-xml-mode is non-nil.
19523         (html-paragraph): Remove \n before <p>.
19524         (html-checkboxes, html-radio-buttons): Insert `checked="checked"'
19525         instead of `checked' when sgml-xml-mode is non-nil.
19527         * facemenu.el (list-colors-print): Print #RRGGBB in default face.
19528         Remove 1 space before #RRGGBB to not truncate it on terminal
19529         windows w/o fringes.  Remove 1 space between bg and fg examples
19530         to get more space.
19531         (list-colors-duplicates): Replace `and' with `if' for `boundp' to
19532         avoid byte-compile warnings.
19534         * image-file.el (image-file-handler): Put `safe-magic' property to
19535         `image-file-handler'.
19537         * info.el (Info-isearch-search): Emulate word search in
19538         isearching through multiple Info nodes with Info-search.
19539         (Info-isearch-wrap): Allow isearch-word.
19541 2005-03-08  Lute Kamstra  <lute@gnu.org>
19543         * emacs-lisp/debug.el (debugger-step-through): Make sure that
19544         stepping into the debugger's code is not possible.
19545         (debugger-jumping-flag): Docstring update.
19547 2005-03-08  Jay Belanger  <belanger@truman.edu>
19549         * calc/calc-embed.el (calc-do-embedded): Reset mode line when
19550         embedded mode begins.
19551         (calc-embedded-language-alist): New variable.
19552         (calc-embedded-find-modes): Use calc-embedded-language-alist to
19553         set default language mode.
19555 2005-03-08  Kenichi Handa  <handa@m17n.org>
19557         * international/ccl.el (define-ccl-program): Fix docstring about
19558         extra 256 bytes assured for the output buffer.
19560         * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
19561         Fix BUFFER_MAGNIFICATION to 2.
19562         (ccl-encode-mule-utf-16be-with-signature): Likewise.
19564 2005-03-07  Karl Chen  <quarl@cs.berkeley.edu>
19566         * align.el (align-rules-list): Added an alignment rule for CSS
19567         declarations (applies to css-mode and html-mode buffers).
19569 2005-03-07  Stefan Monnier  <monnier@iro.umontreal.ca>
19571         * emacs-lisp/debug.el (debug-on-entry-1): Fix handling of macros.
19573 2005-03-07  Kim F. Storm  <storm@cua.dk>
19575         * simple.el (move-beginning-of-line): New command.
19577         * bindings.el (global-map): Bind C-a to move-beginning-of-line.
19579         * reveal.el (reveal-mode-map): Bind C-a to beginning-of-line.
19581         * emulation/cua-base.el: Put CUA move property on move-end-of-line
19582         and move-beginning-of-line.
19584         * apropos.el (apropos-print): Omit command from M-x ... RET.
19586 2005-03-07  Nick Roberts  <nickrob@snap.net.nz>
19588         * progmodes/gdb-ui.el (gdb-var-create-handler): Handle just MI case.
19589         (gdb-send, gdb-send-item): Log items sent from gdb-send too.
19591 2005-03-06  Richard M. Stallman  <rms@gnu.org>
19593         * bindings.el (esc-map): Bind M-g to goto-line.
19595         * facemenu.el (global-map): Bind M-o, not M-g.
19597 2005-03-06  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
19599         * menu-bar.el (menu-bar-file-menu): Add the same :enable to
19600         "Open Directory" as for "Open File".
19602 2005-03-06  Chong Yidong  <cyd@stupidchicken.com>
19604         * simple.el (activate-mark-hook, deactivate-mark-hook): Add defvars.
19605         (push-mark-command): Run activate-mark-hook.
19607 2005-03-06  Richard M. Stallman  <rms@gnu.org>
19609         * help-mode.el (help-mode-finish): Don't alter the element
19610         in view-return-to-alist if there already is one.
19612         * jit-lock.el (jit-lock-stealth-fontify): When calling sit-for,
19613         make sure the current buffer is the expected one.
19615         * novice.el (disabled-command-function): Output in *Disabled Command*.
19616         Explicitly ignore non-keyboard events, and explicitly handle C-g.
19618         * textmodes/flyspell.el (flyspell-large-region):
19619         Pass args differently for aspell.
19621         * files.el (mode-require-final-newline): Doc fix.
19623 2005-03-03  Stephan Stahl  <stahl@eos.franken.de>  (tiny change)
19625         * progmodes/which-func.el (which-function):
19626         Specify NOERROR when calling imenu--make-index-alist.
19628 2005-03-05  Stefan Monnier  <monnier@iro.umontreal.ca>
19630         * simple.el (normal-erase-is-backspace): Define default value.
19632         * custom.el (custom-theme-set-variables): Remove unused var
19633         `immediate'.
19634         (custom-reevaluate-setting): Simple function to handle variables
19635         that are defined before their default value can really be
19636         computed.
19638         * startup.el (command-line): Use it for temporary-file-directory,
19639         small-emporary-file-directory, auto-save-file-name-transforms,
19640         blink-cursor-mode, and normal-erase-is-backspace.
19642         * font-lock.el (font-lock-fontify-keywords-region): Ensure forward
19643         progress, even with buggy anchored keywords.
19645 2005-03-05  Luc Teirlinck  <teirllm@auburn.edu>
19647         * simple.el (goto-line): Remove unbalanced final parenthesis.
19649 2005-03-05  Richard M. Stallman  <rms@gnu.org>
19651         * simple.el (goto-line): Use a number at point as the default.
19652         With C-u as arg, switch buffers.
19654 2005-03-05  Juri Linkov  <juri@jurta.org>
19656         * frame.el (blink-cursor-mode): Replace `emacs-quick-startup'
19657         with `no-blinking-cursor'.
19659         * startup.el (no-blinking-cursor): New defvar.
19660         (command-line): Add `--no-blinking-cursor' to longopts.
19661         Set `no-blinking-cursor' to t for command line arguments
19662         -Q, -nbc, --no-blinking-cursor.  Replace `emacs-quick-startup'
19663         with `no-blinking-cursor' in the condition for calling
19664         `blink-cursor-mode'.
19666 2005-03-04  Luc Teirlinck  <teirllm@auburn.edu>
19668         * menu-bar.el (menu-bar-make-mm-toggle): Doc fix.
19669         (menu-bar-options-save): Add blink-cursor-mode.
19670         (menu-bar-options-menu): Add blink-cursor-mode.
19672 2005-03-04  Ulf Jasper  <ulf.jasper@web.de>
19674         * calendar/icalendar.el (icalendar-version): Increase to 0.11.
19675         (icalendar-export-file, icalendar-export-region)
19676         (icalendar-import-file, icalendar-import-buffer): Add autoload cookies.
19677         (icalendar--convert-ical-to-diary): Fix problem with DURATION.
19679 2005-03-04  Lute Kamstra  <lute@gnu.org>
19681         * emacs-lisp/debug.el (debugger-step-after-exit): Make it a defvar.
19682         (debug-function-list): Ditto.
19684 2005-03-04  Robert J. Chassell  <bob@rattlesnake.com>
19686         * textmodes/texinfmt.el (texinfo-append-refill):
19687         Redefine the types of line to which @refill
19688         is not appended by replacing a search for `@refill\\|@bye' with
19689         `@refill\\|^[ \t]*@'.  The intent is to solve both the `@end
19690         itemize@refill' bug and the unfilled long lines bug.
19691         (texinfmt-version): Update number and date.
19693 2005-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
19695         * international/code-pages.el (windows-1250, windows-125[2-8])
19696         (iso-8859-10, -13, -16, georgian-ps): Add autoload cookies.
19698 2005-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
19700         * frame.el (blink-cursor-mode): `emacs-quick-startup' may not be
19701         bound yet.
19703 2005-03-02  Romain Francoise  <romain@orebokech.com>
19705         * ibuf-ext.el (ibuffer-filter-disable): Move back to the current
19706         buffer after removing limits.
19707         (ibuffer-pop-filter): Ditto.
19708         Update copyright.
19710 2005-03-02  Miles Bader  <miles@gnu.org>
19712         * button.el (make-text-button): If the user doesn't specify a
19713         type, use the default.  Rewrite to use `add-text-properties' and
19714         plist functions.
19716 2005-03-01  Lute Kamstra  <lute@gnu.org>
19718         * emacs-lisp/debug.el (inhibit-debug-on-entry): Add docstring.
19719         (debugger-jumping-flag): New var.
19720         (debug-entry-code): Use it.
19721         (debugger-jump): Use debugger-jumping-flag and add
19722         debugger-reenable to post-command-hook.
19723         (debugger-reenable): Use debugger-jumping-flag and remove itself
19724         from post-command-hook.
19725         (debug, debug-on-entry, cancel-debug-on-entry): Remove call to
19726         debugger-reenable.
19728 2005-03-01  Robert J. Chassell  <bob@rattlesnake.com>
19730         * textmodes/texinfmt.el (texinfo-no-refill-regexp): Comment out
19731         inclusion of "itemize\\|", which may be unnecessary, is certainly
19732         inelegant, and stops refilling in itemize lists when formatting
19733         Japanese Texinfo files to Info.
19734         Update copyright to 2005.
19736 2005-03-01  Nick Roberts  <nickrob@snap.net.nz>
19738         * progmodes/gdb-ui.el (gdb-get-location): Use a warning instead
19739         of an error if GDB can't find the source file.
19741 2005-03-01  Glenn Morris  <gmorris@ast.cam.ac.uk>
19743         * calendar/calendar.el (redraw-calendar): Work from any buffer,
19744         not just the calendar.
19746         * calendar/diary-lib.el (mark-diary-entries): Remove any old marks
19747         first.
19748         (diary-redraw-calendar): New function.
19749         (make-diary-entry): Add diary-redraw-calendar to local
19750         write-contents-functions.  Turn off selective display before
19751         inserting in diary.
19753 2005-03-01  Kim F. Storm  <storm@cua.dk>
19755         * emacs-lisp/copyright.el (copyright-fix-years): New command.
19757 2005-03-01  Lute Kamstra  <lute@gnu.org>
19759         * emacs-lisp/debug.el (debug-on-entry-1): Reimplement to make sure
19760         that debug-entry-code can be safely removed from a function while
19761         this code is being evaluated.  Revert the 2005-02-27 change as the
19762         new implementation no longer requires it.  Make sure that a
19763         function body containing just a string is not mistaken for a docstring.
19764         (debug): Skip one more frame in case of debug on entry.
19765         (debugger-setup-buffer): Delete one more frame line in case of
19766         debug on entry.
19767         (debugger-frame-number): Update to use the new text introduced by
19768         the 1999-11-03 change.  Skip one more frame in case of debug on entry.
19770 2005-02-28  Kim F. Storm  <storm@cua.dk>
19772         * double.el (double-translate-key): Call force-window-update after
19773         read-event to avoid crash in redisplay.
19775 2005-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
19777         * emacs-lisp/debug.el (inhibit-debug-on-entry): New var.
19778         (debug): Use it.  Move the inhibit-trace earlier.
19779         (debug-entry-code): New const.
19780         (debug-on-entry-1): Use it.
19782 2005-02-28  Chong Yidong  <cyd@stupidchicken.com>
19784         * international/utf-16.el (ccl-encode-mule-utf-16le):
19785         Fix BUFFER_MAGNIFICATION to 2.
19786         (ccl-encode-mule-utf-16be): Likewise.
19788 2005-02-28  Kenichi Handa  <handa@m17n.org>
19790         * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
19791         Fix BUFFER_MAGNIFICATION to 4.
19792         (ccl-encode-mule-utf-16be-with-signature): Likewise.
19794 2005-02-28  Nick Roberts  <nickrob@snap.net.nz>
19796         * speedbar.el (speedbar-update-flag): Doc fix.
19797         (speedbar-show-info-under-mouse): Give set-mouse-position the right
19798         argument.
19800 2005-02-27  Stefan Monnier  <monnier@iro.umontreal.ca>
19802         * reveal.el (reveal-post-command): Don't try to reveal overlays which
19803         have a non-nil `invisible' property but are actually visible.
19805         * progmodes/perl-mode.el (perl-imenu-generic-expression): Add entries
19806         for perldoc sections.
19807         (perl-outline-regexp, perl-outline-level): New var and function.
19808         (perl-mode): Use them.
19810 2005-02-27  Glenn Morris  <gmorris@ast.cam.ac.uk>
19812         * calendar/diary-lib.el (diary-remind): Discard any mark portion
19813         from diary-entry.  Reported by Andrew Kemp <ajwk@pell.uklinux.net>.
19815 2005-02-27  Luc Teirlinck  <teirllm@auburn.edu>
19817         * cus-edit.el: Comment change.
19818         (custom-buffer-create-internal): Slightly reword text at top of
19819         Custom buffers.  Mention there that saving an option edits the
19820         init file.  Add link to Emacs manual node on `custom-file'.
19821         (custom-magic-alist): Rewrite individual State messages to use
19822         capitalized keywords.  Doc fix.
19824 2005-02-27  Matt Hodges  <MPHodges@member.fsf.org>
19826         * calendar/calendar.el (calendar-buffer): Move above
19827         calendar-week-start-day.
19828         (calendar-week-start-day): Doc fix.  Add :set function.
19829         (calendar-minimum-window-height): New variable.
19830         (generate-calendar-window): Only resize window if selected-window
19831         is displaying the calendar buffer.  Use new variable
19832         calendar-minimum-window-height.
19833         (generate-calendar): Reword error message.
19834         (calendar-mode-map): Bind DEL to scroll-other-window-down.
19836 2005-02-27  Andreas Schwab  <schwab@suse.de>
19838         * vc.el (vc-do-command): Don't run command asynchronously when
19839         operating in a remote directory.
19841         * net/tramp.el (tramp-file-name-for-operation): Fix misapplied
19842         change from sync with Tramp 2.0.47.
19844 2005-02-27  Richard M. Stallman  <rms@gnu.org>
19846         * textmodes/ispell.el (ispell-change-dictionary): Doc fix.
19848         * textmodes/flyspell.el (flyspell-mode-on):
19849         Call ispell-change-dictionary only if necessary.
19851         * emacs-lisp/re-builder.el (regexp-builder): New function.
19853         * register.el (describe-register-1): Explicitly handle
19854         yank-excluded-properties = t.
19856         * cus-edit.el (custom-buffer-create-internal): Improve progress msgs.
19857         (custom-magic-alist): Change the status descriptions again.
19858         (face widget-type): Total rewrite based on `restricted-sexp'
19859         to eliminate the confusing double hiding levels.
19861         * emacs-lisp/debug.el (debug-on-entry-1):
19862         If function body is empty, add nil as body form.
19864 2005-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
19866         * emacs-lisp/trace.el (inhibit-trace): New var.
19867         (trace-make-advice): Use it.
19869         * emacs-lisp/debug.el (debug): Put back the inhibit-trace.
19871 2005-02-26  Kim F. Storm  <storm@cua.dk>
19873         * mouse.el (mouse-1-click-in-non-selected-windows): New defcustom.
19874         (mouse-on-link-p, mouse-drag-region-1): Use it.
19876 2005-02-25  Lute Kamstra  <lute@gnu.org>
19878         * replace.el (query-replace-read-from): Fix 2005-02-19 change.
19880 2005-02-24  Luc Teirlinck  <teirllm@auburn.edu>
19882         * frame.el (blink-cursor-mode): Add :group keyword.
19884 2005-02-24  Ulf Jasper  <ulf.jasper@web.de>
19886         * calendar/icalendar.el (icalendar--decode-isodatetime):
19887         New optional argument DAY-SHIFT.
19888         (icalendar-export-region): Fix coding-system-for-write.
19889         (icalendar--convert-ical-to-diary): Shift end-day of all-day
19890         events by one.
19892 2005-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
19894         * textmodes/tex-mode.el (tex-font-lock-keywords-3): #n is atomic.
19896 2005-02-24  Kim F. Storm  <storm@cua.dk>
19898         * international/iso-acc.el (iso-accents-compose): Fix crash
19899         during redisplay.  Call force-window-update after read-event
19900         and delete-region to signal that window is not accurate.
19902 2005-02-23  Stefan Monnier  <monnier@iro.umontreal.ca>
19904         * emacs-lisp/debug.el (debug): Hide the buffer if it's not killed.
19905         Remove unused and inexistent var `inhibit-trace'.
19906         (debugger-mode): Use run-mode-hooks.
19907         (debugger-list-functions): Add buttons; setup xref stack.
19909 2005-02-23  Richard M. Stallman  <rms@gnu.org>
19911         * calendar/appt.el (appt-time-msg-list): 3rd elt of each
19912         appointment says it was explicitly made.
19913         (appt-add): Set the 3rd element.
19914         (appt-make-list): Preserve explicit appointments.
19916         * subr.el (find-tag-default): Catch errors in forward-sexp.
19918 2005-02-23  Juri Linkov  <juri@jurta.org>
19920         * info.el (Info-isearch-search): New defcustom.
19921         (Info-isearch-search): Call the default isearch function
19922         when Info-isearch-search is nil.
19923         (Info-isearch-wrap): Use variable Info-isearch-search.
19925 2005-02-22  Luc Teirlinck  <teirllm@auburn.edu>
19927         * cus-edit.el: Comment change.
19929 2005-02-22  Kim F. Storm  <storm@cua.dk>
19931         * progmodes/hideif.el (hide-ifdef-use-define-alist):
19932         Use completing-read.  Suggested by Juan-Leon Lahoz Garcia.
19934 2005-02-22  Simon Josefsson  <jas@extundo.com>
19936         * net/browse-url.el (browse-url-netscape-new-window-is-tab):
19937         New variable.
19938         (browse-url-netscape): Use it.  Suggested by "Johann 'Myrkraverk'
19939         Oskarsson" <myrkraverk@users.sourceforget.net>.
19941 2005-02-22  Kim F. Storm  <storm@cua.dk>
19943         * mouse.el (mouse-on-link-p): If arg POS is a mouse event,
19944         check that window of that event is the selected window.
19945         (mouse-drag-region-1): Compare mouse event window to selected
19946         window before setting point.
19948         * tooltip.el (tooltip-show-help-function): Pass event to
19949         mouse-on-link-p so it can check selected window.
19951 2005-02-22  Kenichi Handa  <handa@m17n.org>
19953         * ps-mule.el (ps-mule-header-string-charsets): Delete it.
19954         (ps-mule-show-warning): New function.
19955         (ps-mule-begin-job): Use ps-mule-show-warning if unprintable
19956         characters are found.
19958         * ps-print.el (ps-header-footer-string): Return a list of header
19959         and footer strings.
19961 2005-02-21  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
19963         * pcvs.el (cvs-retrieve-revision): Fix thinko.
19965 2005-02-21  Stefan Monnier  <monnier@iro.umontreal.ca>
19967         * frame.el (blink-cursor-mode): Use define-minor-mode.
19969         * term/mac-win.el (function-key-map): Use char-names more consistently.
19970         (file-name-coding-system): Only set it for MacOS-9.  The other case is
19971         already handled in mule-cmds.el (where it also works when mac-win.el
19972         is not used).
19974 2005-02-21  Kenichi Handa  <handa@m17n.org>
19976         * international/mule.el (ctext-pre-write-conversion): Always use
19977         " *code-converting-work*" buffer for work.
19979         * textmodes/ispell.el (ispell-dictionary-alist): Fix docstring.
19981 2005-02-20  Thien-Thi Nguyen  <ttn@gnu.org>
19983         * progmodes/scheme.el (scheme-font-lock-keywords-2): Handle named-let.
19985 2005-02-20  Jonathan Yavner  <jyavner@member.fsf.org>
19987         * ses.el (undo-more): Restore defadvice, but only the part that
19988         allows changes outside the restricted area of the buffer.
19990 2005-02-20  Kim F. Storm  <storm@cua.dk>
19992         * simple.el (line-move): Add fourth optional arg try-vscroll which
19993         must be set to perform auto-window-vscroll.
19994         When moving backwards and doing auto-window-vscroll, automatically
19995         vscroll to the last part of lines which are taller than the window.
19996         (next-line, previous-line): Set try-vscroll arg on line-move.
19998 2005-02-19  Dan Nicolaescu  <dann@ics.uci.edu>
20000         * replace.el (query-replace, query-replace-regexp)
20001         (replace-string, replace-regexp): When operating on region, make
20002         the minibuffer prompt say so.
20004         * isearch.el (isearch-forward): Document isearch-query-replace and
20005         isearch-query-replace-regexp keybindings.
20007 2005-02-19  Jay Belanger  <belanger@truman.edu>
20009         * calc/calc-aent.el (math-read-token): Add local variable.
20011         * calc/calc-prog.el (calc-user-define-edit): Add local variable.
20012         (calc-edit-top): Move declaration to earlier in file.
20013         (calc-edit-macro-repeats): Add local variables.
20015         * calc/calcalg2.el: Add differentiation rule for calcFunc-coth.
20016         Adjust differentiation rules for calcFunc-tan, calcFunc-cot,
20017         calcFunc-tanh.
20018         Adjust integration rule for calcFunc-tan.
20020 2005-02-19  Michael Kifer  <kifer@cs.stonybrook.edu>
20022         * viper-cmd.el (viper-prefix-commands): Make into a defconst.
20023         (viper-exec-buffer-search): Use regexp-quote to quote buffer string.
20024         (viper-minibuffer-setup-sentinel): Make some variables buffer-local.
20025         (viper-skip-separators): Bug fix.
20026         (viper-set-searchstyle-toggling-macros): Allow to unset macros in a
20027         particular major mode.
20028         (viper-del-backward-char-in-replace): Don't put deleted char on the
20029         kill ring.
20031         * viper-ex.el (viper-color-display-p): New function.
20032         (viper-has-face-support-p): Use viper-color-display-p.
20034         * viper-keym.el (viper-gnus-modifier-map): New keymap.
20036         * viper-macs.el (viper-unrecord-kbd-macro): Bug fix.
20038         * viper-util.el (viper-glob-unix-files): Fix shell status check.
20039         (viper-file-remote-p): Make equivalent to file-remote-p.
20041         * viper.el (viper-major-mode-modifier-list):
20042         Use viper-gnus-modifier-map.
20044 2005-02-19  David Kastrup  <dak@gnu.org>
20046         * subr.el (subregexp-context-p): Fix garbled doc string by adding
20047         quoting.
20049 2005-02-19  Jay Belanger  <belanger@truman.edu>
20051         * calc/calc-math.el (calc-arctan, calc-tanh, calc-arctanh):
20052         Remove extra definitions.
20053         (calc-coth): New function.
20054         (calcFunc-cot): Fix `let'.
20056 2005-02-19  Eli Zaretskii  <eliz@gnu.org>
20058         * faces.el (escape-glyph, minibuffer-prompt): Add commentary for
20059         the reasons we use "type pc" in these faces.
20061         * button.el (button): Ditto.
20063 2005-02-19  Michael Mauger  <mmaug@yahoo.com>
20065         * replace.el (query-replace-read-from): Set the value of
20066         query-replace-from-history-variable to handle the case of an empty
20067         string entered to accept the suggested default.
20069         * net/tramp.el (tramp-file-name-for-operation):
20070         Use dired-call-process instead of dired-call-process-command.
20072 2005-02-19  Jay Belanger  <belanger@truman.edu>
20074         * calc/calc-arith.el (math-trig-inverses, math-div-trig)
20075         (math-div-non-trig): New variables.
20076         (math-combine-prod-trig, math-div-new-trig, math-div-new-non-trig)
20077         (math-div-isolate-trig, math-div-isolate-trig-term): New functions.
20078         (math-combine-prod, math-div-symb-fancy): Add simplifications for
20079         trig expressions.
20081 2005-02-19  Nick Roberts  <nickrob@snap.net.nz>
20083         * progmodes/gdb-ui.el (gdb-var-update-handler)
20084         (gdb-speedbar-timer-fn): Ensure speedbar updates with new values
20085         for watch expressions,
20086         (gdb-var-create-handler): Don't set speedbar-update-flag.
20087         (gdb-post-prompt): Simplify test for speedbar.
20089 2005-02-19  Michael Kifer  <kifer@cs.stonybrook.edu>
20091         * ediff.el (ediff-set-diff-overlays-in-one-buffer)
20092         (ediff-set-fine-overlays-in-one-buffer, ediff-goto-word): Make sure
20093         we use the syntax table of the correct buffer.
20094         (ediff-same-file-contents, ediff-same-contents): Enhancements thanks to
20095         Felix Gatzemeier.
20097         * ediff-init.el (ediff-hide-face): Check for definedness of functions.
20098         (ediff-file-remote-p): Make synonymous with file-remote-p.
20099         In all deffaces ediff-*-face-*, use min-colors.
20101         * ediff-mult.el (ediff-meta-mark-equal-files): Make use of
20102         ediff-recurse-to-subdirectories.
20103         (ediff-mark-if-equal): Check that the arguments are strings, use
20104         ediff-same-contents (after to Felix Gatzemeier).
20106         * ediff.el (ediff-merge-on-startup): Don't set buffer-modified-p to
20107         nil.
20109 2005-02-18  Stefan Monnier  <monnier@iro.umontreal.ca>
20111         * log-view.el (log-view-message-re): Fix up Subversion regexp.
20113 2005-02-18  David Kastrup  <dak@gnu.org>
20115         * progmodes/meta-mode.el (meta-mark-active): Fix condition to just
20116         use `mark-active' when defined.
20118 2005-02-18  Kenichi Handa  <handa@m17n.org>
20120         * ps-print.el (ps-font-info-database): New entry
20121         ZapfChancery-MediumItalic with correct font name.  Fix font name
20122         of the entry Zapf-Chancery-MediumItalic.
20124 2005-02-16  Luc Teirlinck  <teirllm@auburn.edu>
20126         * autorevert.el (auto-revert-stop-on-user-input): Further doc fix.
20128 2005-02-16  Kim F. Storm  <storm@cua.dk>
20130         * ido.el (ido-fallback-command): Pass user input to fallback command.
20132 2005-02-16  Nick Roberts  <nickrob@snap.net.nz>
20134         * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers)
20135         (gdb-find-file-hook): Add server prefix.
20137 2005-02-16  Richard M. Stallman  <rms@gnu.org>
20139         * replace.el (perform-replace): Pass new args to replace-highlight.
20140         (replace-highlight): Take region args,
20141         and pass them to isearch-lazy-highlight-new-loop.
20143         * novice.el (disabled-command-hook): Autoload the defalias
20144         and the make-obsolete-variable call.
20146         * menu-bar.el (menu-bar-select-frame): FRAME defaults to selected.
20148         * isearch.el (isearch-lazy-highlight-start-limit)
20149         (isearch-lazy-highlight-end-limit): New variables limit
20150         the region for highlighting.
20151         (isearch-lazy-highlight-new-loop): New args BEG and END.
20152         (isearch-lazy-highlight-search): Use the new vars.
20153         (isearch-lazy-highlight-update): Likewise.
20155         * dired.el (dired-build-subdir-alist): Bind buffer-undo-list to t.
20157         * cus-start.el (all): Use default-boundp.
20159 2005-02-15  David Casperson  <casper@unbc.ca>  (tiny change)
20161         * menu-bar.el (menu-bar-select-frame): Handle current frame.
20163 2005-02-15  Luc Teirlinck  <teirllm@auburn.edu>
20165         * autorevert.el (auto-revert-stop-on-user-input)
20166         (auto-revert-verbose): Doc fixes.
20168 2005-02-15  Benjamin Riefenstahl  <Benjamin.Riefenstahl@epost.de>
20170         * international/mule-cmds.el (set-locale-environment): Remove call
20171         to set-selection-coding-system on Windows.
20173 2005-02-15  Jay Belanger  <belanger@truman.edu>
20175         * calc/calc-alg.el: Add simplification rules for calcFunc-sec,
20176         calcFunc-csc, calcFunc-cot, calcFunc-sech, calcFunc-csch, and
20177         calcFunc-coth.
20178         (math-simplify-sqrt): Add simplifications.
20180         * calc/calc-arith.el (math-real-if-arg-functions): Add functions
20181         to list.
20183         * calc/calc-ext.el: Add functions to autoloads.
20185         * calc/calc-math.el (calc-sec, calc-csc, calc-cot, calc-sech)
20186         (calc-csch, calc-coth, calcFunc-sec, calcFunc-csc, calcFunc-cot)
20187         (calcFunc-sech, calcFunc-csch, calcFunc-coth, math-sec-raw)
20188         (math-csc-raw, math-cot-raw): New functions.
20190         * calc/calc-rules.el (calc-DistribRules, calc-NegateRules): Add rules.
20192         * calc/calc-undo.el (calc-handle-undo): Remove prefix from
20193         the variable name in a message.
20195         * calc/calc-units.el: Add simplification rules for calcFunc-sec,
20196         calcFunc-csc, calcFunc-cot.
20198         * calc/calcalg2.el: Add derivative and integration rules for
20199         calcFunc-sec, calcFunc-csc, calcFunc-cot, calcFunc-sech,
20200         calcFunc-csch, calcFunc-coth.
20201         (math-do-integral-methods): Add to checks for when to use
20202         substitutions.
20204         * calc/calccomp.el (math-eqn-special-funcs): Add functions to list.
20206 2005-02-15  Lute Kamstra  <lute@gnu.org>
20208         * emacs-lisp/lisp-mode.el (lisp-mode-variables):
20209         Add ;;;###autoload to `outline-regexp'.  Suggested by Stefan Monnier
20210         <monnier@iro.umontreal.ca>
20211         (lisp-outline-level): Improve efficiency.  Suggested by David
20212         Kastrup <dak@gnu.org>.
20214 2005-02-15  Nick Roberts  <nickrob@snap.net.nz>
20216         * progmodes/gdb-ui.el (gdb-find-file-unhook): New variable.
20217         (gdb-set-gud-minor-mode, gdb-set-gud-minor-mode-1)
20218         (gdb-set-gud-minor-mode-existing-buffers): New functions.
20219         (gdb-find-file-hook): New hook.  Add it to find-file-hook.
20220         (gdb-info-breakpoints-custom, gdb-source-info): Simplify.
20222 2005-02-14  Luc Teirlinck  <teirllm@auburn.edu>
20224         * cus-start.el (all): Comment change.
20226 2005-02-14  Lute Kamstra  <lute@gnu.org>
20228         * cus-start.el (all): Check if symbol is void.
20230 2005-02-14  Carsten Dominik  <dominik@science.uva.nl>
20232         * textmodes/reftex-cite.el (reftex-do-citation): Cleanup single
20233         optional argument to \cite.
20235 2005-02-14  Richard M. Stallman  <rms@gnu.org>
20237         * cus-edit.el (custom-buffer-create-internal): Update help message.
20238         (custom-magic-alist): Update help messages.
20240         * cus-start.el (all): Allow a var to specify a standard value.
20242 2005-02-12  Luc Teirlinck  <teirllm@auburn.edu>
20244         * custom.el (custom-theme-set-variables): Handle variable aliases.
20246         * frame.el (blink-cursor-timer): Doc fix.
20247         (blink-cursor): Make it an alias for `blink-cursor-mode' and
20248         declare obsolete.
20249         (blink-cursor-mode): Define with defcustom and use correct
20250         standard expression in that defcustom.
20251         * startup.el (command-line): Adapt to above changes in frame.el.
20253 2005-02-11  Lute Kamstra  <lute@gnu.org>
20255         * apropos.el (apropos-score-doc): Prevent division by zero.
20257 2005-02-11  Ulf Jasper  <ulf.jasper@web.de>
20259         * calendar/icalendar.el (icalendar--get-event-property): Doc fix.
20260         (icalendar--get-event-property-attributes)
20261         (icalendar--get-event-properties)
20262         (icalendar--datetime-to-diary-date): New functions.
20263         (icalendar--split-value): Doc fix.
20264         (icalendar--datetime-to-noneuropean-date)
20265         (icalendar--datetime-to-european-date): New optional argument
20266         SEPARATOR.  Return result as a string instead of a list.
20267         (icalendar--get-weekday-number): Check if ABBREVWEEKDAY is nil.
20268         (icalendar--convert-string-for-export): Rename arg S to STRING.
20269         (icalendar-export-region): Doc fix.  Change name of error buffer.
20270         Save output buffer.
20271         (icalendar-import-file): Add blank at end of prompt.
20272         (icalendar-import-buffer): Doc fix.  Do not switch to error
20273         buffer.  Indicate status in return value.
20274         (icalendar--convert-ical-to-diary): Doc fix.  Change name of error
20275         buffer.  Save output buffer.  Handle exception from recurrence
20276         rules (EXDATE, EXRULE).  Handle start- and end-date of recurring
20277         events.  Fix problems with weekly all-day events.
20279 2005-02-10  Richard M. Stallman  <rms@gnu.org>
20281         * simple.el (eval-expression-print-format):
20282         Avoid warning about edebug-active.
20284         * help.el (help-for-help-internal): Rename from help-for-help.
20285         (help-for-help): Define with defalias.
20287         * font-core.el (font-lock-default-function): Use with-no-warnings.
20289         * cus-edit.el (custom-buffer-create-internal): Improve help-echo.
20291         * custom.el (defface): Doc fix.
20293 2005-02-10  Nick Roberts  <nickrob@snap.net.nz>
20295         * progmodes/gdb-ui.el (gdb-ann3): Re-instate GDB command "set
20296         width 0" to prevent word wrapping problems.
20298 2005-02-09  Kim F. Storm  <storm@cua.dk>
20300         * ido.el (ido-file-extensions-order): New defcustom.
20301         (ido-file-extension-lessp, ido-file-extension-aux)
20302         (ido-file-extension-order): New advanced file ordering.
20303         (ido-file-lessp): New simple file ordering.
20304         (ido-sort-list): Remove.
20305         (ido-make-file-list): Use ido-file-lessp or ido-file-extension-lessp.
20306         (ido-make-dir-list, ido-completion-help): Use ido-file-lessp.
20308 2005-02-08  Dan Nicolaescu  <dann@ics.uci.edu>
20310         * progmodes/grep.el (grep-regexp-alist): Match an optional ^[[K
20311         that some versions of grep produce.
20312         (grep-mode-font-lock-keywords): Likewise.
20314 2005-02-09  Nick Roberts  <nickrob@snap.net.nz>
20316         * progmodes/gdb-ui.el (gdb-location-list): New variable.
20317         (gdb-cdir): Delete.
20318         (gdb-info-breakpoints-custom, gdb-goto-breakpoint)
20319         (gdb-source-info): Treat case when source file is in another
20320         directory properly.
20321         (gdb-get-location): New function.
20323 2005-02-07  Jay Belanger  <belanger@truman.edu>
20325         * calc/calc-prog.el (calc-write-parse-table-part)
20326         (calc-fix-token-name): Fix a check for language type.
20328         * calc/calccomp.el (math-compose-expr): Fix a check for language type.
20330 2005-02-07  Andre Spiegel  <spiegel@gnu.org>
20332         * vc-hooks.el (vc-make-version-backup): Ignore file-errors such
20333         as directory not writable.
20335 2005-02-07  Kim F. Storm  <storm@cua.dk>
20337         * emulation/cua-base.el (cua-max-undo, cua-undo): Remove.
20338         (cua--standard-movement-commands): Remove list.
20339         Instead, set CUA property value to move for movement commands.
20340         (cua-movement-commands): Remove.  Users must set CUA prop instead.
20341         (cua--pre-command-handler): Check CUA property.
20342         (cua--init-keymaps): Don't remap undo commands.
20343         (cua-mode): Don't call cua--rectangle-on-off.
20345         * emulation/cua-rect.el (cua--undo-list, cua--tidy-undo-counter)
20346         (cua--rect-undo, cua--tidy-undo-lists, cua--rectangle-on-off): Remove.
20347         (cua--rect-undo-set-point): New var.
20348         (cua--rectangle-undo-boundary): Setup undo apply entry.
20349         (cua--rect-undo-handler): New function for rectangle undo.
20350         (cua--rect-start-position, cua--rect-end-position): Add.
20351         (cua--rectangle-post-command): Call cua--rectangle-set-corners
20352         for restored rectangle.  Set point if cua--rect-undo-set-point.
20354 2005-02-06  Jay Belanger  <belanger@truman.edu>
20356         * calc/calc-lang.el (calc-tex-language): Display more information
20357         in messages.
20359         * calc/calccomp.el (math-compose-expr): Allow multiline matrices
20360         in TeX mode.
20362 2005-02-06  Richard M. Stallman  <rms@gnu.org>
20364         * emacs-lisp/lisp.el (buffer-end): Doc fix.
20366 2005-02-05  Arne_J\e,Ax\e(Brgensen  <arne@arnested.dk>  (tiny change)
20368         * net/ldap.el (ldap-search-internal): Support attributes with
20369         optional descriptions separated by a semi-colon, as in
20370         "userCertificate;binary".
20372 2005-02-05  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
20374         * x-dnd.el (x-dnd-handle-xdnd): Handle the case where the flags
20375         isn't a cons (i.e. the version is 0).
20377 2005-02-05  Eli Zaretskii  <eliz@gnu.org>
20379         * help.el (help-for-help): Doc fix.
20381 2005-02-05  Nick Roberts  <nickrob@snap.net.nz>
20383         * progmodes/gdb-ui.el: Update copyright.  Put GDB-Frames before
20384         GDB-Windows on the menu-bar as this works better.
20386 2005-02-04  Jay Belanger  <belanger@truman.edu>
20388         * calc/calc-embed.el (calc-embedded-update): Don't put in
20389         unnecessary newlines.  Adjust the end of formula marker.
20391         * calc/calc-lang.el (math-latex-parse-frac): Don't use arguments.
20392         (math-latex-parse-two-args): New function.
20394 2005-02-03  Lute Kamstra  <lute@gnu.org>
20396         * help-fns.el (help-with-tutorial): Make sure that users cannot
20397         remove the entire text of the tutorial by means of `undo'.
20399 2005-02-03  Stefan Monnier  <monnier@iro.umontreal.ca>
20401         * textmodes/ispell.el (ispell-internal-change-dictionary): Fix problem
20402         in recent changes, where the ispell process was repeatedly
20403         killed & restarted.
20405         * international/mule-cmds.el (set-locale-environment): Set file-name
20406         coding system to utf-8 on Darwin systems.
20407         (set-default-coding-systems): Don't set default-file-name-coding-system
20408         on Darwin systems.
20410 2005-02-03  Richard M. Stallman  <rms@gnu.org>
20412         * hi-lock.el (hi-lock-mode): Turning on Hi-Lock turns on Font-Lock.
20414 2005-02-03  Matt Hodges  <MPHodges@member.fsf.org>
20416         * faces.el (list-faces-display): Add optional argument.
20418 2005-02-02  Stefan Monnier  <monnier@iro.umontreal.ca>
20420         * font-core.el (font-lock-default-function): Handle the rare case where
20421         only font-lock-keywords is set.
20423 2005-02-02  Kenichi Handa  <handa@m17n.org>
20425         * international/characters.el: Cancel previous change for
20426         I-WITH-DOT-ABOVE and DOTLESS-i.
20428         * international/latin-5.el: Cancel previous change.
20430 2005-02-02  Nick Roberts  <nickrob@snap.net.nz>
20432         * progmodes/gud.el: Correction to syntax in gud-menu-map.
20434 2005-02-02  Kenichi Handa  <handa@m17n.org>
20436         * international/latin-5.el (tbl): Setup cases of I-WITH-DOT-ABOVE,
20437         DOTLESS-i.
20439         * international/characters.el: Setup cases of GREEK-FINAL-SIGMA,
20440         Y-WITH-DIAERESIS, I-WITH-DOT-ABOVE, DOTLESS-i.
20442         * case-table.el (get-upcase-table): New function.
20443         (copy-case-table): Copy upcaes table too if non-nil.
20444         (set-case-syntax-delims): Maintain upcase table too.
20445         (set-case-syntax-pair): Likewise.
20446         (set-upcase-syntax, set-downcase-syntax): New functions.
20447         (set-case-syntax): Maintain upcase table too.
20449 2005-02-02  Nick Roberts  <nickrob@snap.net.nz>
20451         * progmodes/gdb-ui.el (gdb-goto-info): Delete.
20453         * progmodes/gud.el (gud-goto-info): New function.
20454         (gud-tool-bar-map): Use correct icon.
20456 2005-02-01  Thien-Thi Nguyen  <ttn@gnu.org>
20458         * emacs-lisp/lisp-mode.el (lisp-indent-function): Fix bug:
20459         When delegating, order args in the funcall correctly.
20461 2005-02-01  Thien-Thi Nguyen  <ttn@gnu.org>
20463         * emacs-lisp/lisp-mode.el (lisp-indent-function): Doc fix.
20465 2005-02-01  Carsten Dominik  <dominik@science.uva.nl>
20467         * textmodes/reftex.el (reftex-access-scan-info): Error out in a
20468         buffer not visiting a file.
20470 2005-01-31  Jay Belanger  <belanger@truman.edu>
20472         * calc/calc-embed.el (calc-embedded-find-bounds): Set the formula
20473         bound on the line with the formula.
20475 2005-01-31  Kim F. Storm  <storm@cua.dk>
20477         * ses.el (ses-create-cell-variable-range)
20478         (ses-destroy-cell-variable-range, ses-reset-header-string)
20479         (ses-set-with-undo, ses-unset-with-undo, ses-aset-with-undo)
20480         (ses-insert-row): Fix format of apply undo entries.
20482 2005-01-31  Jay Belanger  <belanger@truman.edu>
20484         * calc/calc-aent.el (math-read-token): Separate the TeX and LaTeX
20485         parts.
20487         * calc/calc-embed.el (calc-embedded-open-formula)
20488         (calc-embedded-close-formula): Ignore matrix environments.
20490         * calc/calc-ext.el (math-read-big-expr): Make LaTeX the default
20491         TeX mode.
20493         * calc/calc-lang.el (math-function-table, math-oper-table)
20494         (math-variable-table): Adjust the LaTeX portions.
20496         * calc/calc.el (math-tex-ignore-words): Remove LaTeX portion.
20497         (math-latex-ignore-words): New constant.
20499 2005-01-31  Richard M. Stallman  <rms@gnu.org>
20501         * textmodes/ispell.el (ispell-local-dictionary-overridden): New var.
20502         (ispell-local-dictionary): Doc fix.
20503         (ispell-dictionary-alist): Don't include ispell-local-dictionary-alist.
20504         Don't reinitialize at run time.  Don't defcustom.
20505         All uses changed to append ispell-local-dictionary-alist,
20506         or check it first.
20507         (ispell-current-dictionary): New variable for dictionary in use.
20508         (ispell-dictionary): Now used only for global default.
20509         (ispell-start-process): Set ispell-current-dictionary,
20510         not ispell-dictionary.
20511         (ispell-change-dictionary): Use this only for setting
20512         user preferences.
20513         (ispell-internal-change-dictionary): New function
20514         to change the current dictionary in use.
20515         (ispell-region, ispell-process-line, ispell-buffer-local-dict):
20516         Use ispell-current-dictionary.
20517         Handle ispell-local-dictionary-overridden.
20518         (ispell-buffer-local-dict): Call ispell-internal-change-dictionary.
20520 2005-01-31  Jay Belanger  <belanger@truman.edu>
20522         * calc/calc-aent.el (math-read-token): Add support for LaTeX.
20524         * calc/calc-ext.el: Add calc-latex-language to autoloads.
20525         (calc-mode-map): Add calc-latex-language.
20527         * calc/calc-lang.el (calc-latex-language, math-latex-parse-frac)
20528         (math-latex-print-frac): New functions.
20529         (math-oper-table, math-function-table, math-variable-table)
20530         (math-complex-format, math-input-filter): Add latex properties.
20531         (calc-set-language): Set math-expr-special-function-mapping.
20533         * calc/calc-prog.el (calc-edit-user-syntax, calc-fix-token-name)
20534         (calc-write-parse-table-part): Add LaTeX support.
20536         * calc/calc.el (calc-language): Adjust docstring.
20537         (calc-set-mode-line): Add LaTeX support.
20538         (math-expr-special-function-mapping): New variable.
20539         (math-tex-ignore-words): Add to list.
20541         * calc/calccomp.el (math-compose-expr, math-compose-rows):
20542         Add LaTeX support.
20543         (math-compose-expr): Add support for special functions.
20545         * calc/calc-help.el (calc-d-prefix-help): Add LaTeX.
20547 2005-01-31  Nick Roberts  <nickrob@snap.net.nz>
20549         * progmodes/gdb-ui.el (gdb-memory-address)
20550         (gdb-memory-repeat-count, gdb-memory-format, gdb-memory-unit)
20551         (gdb-memory-mode-map, gdb-memory-format-keymap)
20552         (gdb-memory-format-menu, gdb-memory-unit-keymap)
20553         (gdb-memory-unit-menu): New variables for a buffer
20554         that lets the user examine program memory.
20555         (gdb-memory-set-address, gdb-memory-set-repeat-count)
20556         (gdb-memory-format-binary, gdb-memory-format-octal)
20557         (gdb-memory-format-unsigned, gdb-memory-format-signed)
20558         (gdb-memory-format-hexadecimal, gdb-memory-format-menu)
20559         (gdb-memory-format-menu-1, gdb-memory-unit-giant)
20560         (gdb-memory-unit-word, gdb-memory-unit-halfword)
20561         (gdb-memory-unit-byte, gdb-memory-unit-menu)
20562         (gdb-memory-unit-menu-1, gdb-make-header-line-mouse-map)
20563         (gdb-memory-mode, gdb-memory-buffer-name)
20564         (gdb-display-memory-buffer, gdb-frame-memory-buffer):
20565         New functions for above buffer.
20567 2005-01-30  Richard M. Stallman  <rms@gnu.org>
20569         * cus-edit.el (custom-bury-buffer): Function deleted.
20570         (custom-buffer-done-function): Option deleted.
20571         (custom-buffer-done-kill): New replacement option.
20572         (Custom-buffer-done): Call quit-window.
20573         (custom-buffer-create-internal): Update for above changes.
20575 2005-01-29  Luc Teirlinck  <teirllm@auburn.edu>
20577         * simple.el (undo-ask-before-discard): New var.
20578         (undo-outer-limit-truncate): Implement it.
20579         (undo-extra-outer-limit): Doc update.
20581 2005-01-29  Richard M. Stallman  <rms@gnu.org>
20583         * ses.el (undo-more): Delete defadvice.
20584         (ses-begin-change): Doc fix.
20586         * dired.el (dired-mode-map): Remap `undo' and `advertised-undo'
20587         instead of rebinding C-x u and C-_.
20589         * files.el (normal-backup-enable-predicate): Return nil for files
20590         in /tmp, regardless of temporary-file-directory.
20592         * man.el (Man-getpage-in-background): Disable undo in Man buffer.
20594         * rect.el (delete-rectangle-line, delete-extract-rectangle-line)
20595         (open-rectangle, delete-whitespace-rectangle-line)
20596         (clear-rectangle-line): If FILL, pass t instead of FILL
20597         for move-to-column's 2nd arg.
20599         * simple.el (undo): Fix the test for continuing a series of undos.
20600         (undo-more): Set pending-undo-list to t when we reach end.
20601         (pending-undo-list): Move up defvar.
20603         * wid-edit.el (widget-button-click):
20604         Shorten the range of the track-mouse binding.
20606         * comint.el (comint-insert-input): Undo previous changes;
20607         use last-input-event in interactive spec.
20609 2005-01-29  Eli Zaretskii  <eliz@gnu.org>
20611         * progmodes/compile.el (compilation-start): Bind buffer-read-only
20612         to nil before invoking call-process.  Reset buffer's modified flag
20613         after fontifying it in the no-async branch.
20615         * wid-edit.el (widget-specify-button): If mouse pointer shape
20616         cannot be changed, use mouse face instead.
20618 2005-01-29  Nick Roberts  <nickrob@snap.net.nz>
20620         * progmodes/gdb-ui.el (gdb-info-breakpoints-custom)
20621         (gdb-goto-breakpoint): Make breakpoint handling work on template
20622         functions in C++.  Reported by Martin Reed <mjreed@essex.ac.uk>
20623         (gdb-assembler-custom): Update to recognize breakpoint information
20624         added on 2005-01-19.
20626 2005-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
20628         * progmodes/scheme.el (scheme-mode-variables): Set comment-add.
20629         (dsssl-mode): Use define-derived-mode.
20630         (scheme-mode-initialize): Remove.
20631         (scheme-mode): Use run-mode-hooks.
20633         * cus-edit.el (customize-group-other-window)
20634         (custom-buffer-create-other-window): Don't override special-display-*.
20635         (custom-mode-map): Make it dense.
20637         * emacs-lisp/lisp-mode.el (eval-defun-1): Make sure `defvar' always
20638         sets the default value.
20640 2005-01-28  Eli Zaretskii  <eliz@gnu.org>
20642         * descr-text.el: Add more keywords.
20644 2005-01-27  Stefan Monnier  <monnier@iro.umontreal.ca>
20646         * speedbar.el: Avoid unnecessary use of locate-library.
20648         * international/mule-cmds.el (standard-display-european-internal):
20649         Don't fiddle with latin-1 non-break space any more since it's now
20650         special cased in the C code.
20651         Don't "do&undo" setting for 160 (especially, don't undo incorrectly).
20653 2005-01-26  Luc Teirlinck  <teirllm@auburn.edu>
20655         * cus-start.el (all): Add `undo-outer-limit'.
20657 2005-01-25  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
20659         * textmodes/bibtex.el (bibtex-format-entry):
20660         Use `bibtex-empty-field-re' only on the text of fields, not on entire
20661         field lines.
20662         (bibtex-autofill-entry): Use `bibtex-empty-field-re' on a string,
20663         not on part of a buffer.
20665 2005-01-25  Lute Kamstra  <lute@gnu.org>
20667         * textmodes/bibtex.el (bibtex-empty-field-re): Don't match
20668         nonempty field text strings like "{letters\\macro{}more letters}".
20669         Clarify docstring.
20670         (bibtex-sort-entry-class, bibtex-autokey-titleword-ignore)
20671         (bibtex-entry-offset, bibtex-parse-association)
20672         (bibtex-parse-field-name): Fix typos in docstrings.
20673         (bibtex-field-list, bibtex-find-crossref): Fix typos in error messages.
20675 2005-01-24  Carsten Dominik  <dominik@science.uva.nl>
20677         * textmodes/reftex-global.el (reftex-isearch-push-state-function)
20678         (reftex-isearch-pop-state-function, reftex-isearch-isearch-search)
20679         (reftex-isearch-switch-to-next-file, reftex-isearch-turn-off)
20680         (reftex-isearch-turn-on, reftex-isearch-minor-mode): New functions.
20682         * textmodes/reftex.el (reftex-mode-menu): Add entry for reftex
20683         isearch minor mode.
20685 2005-01-24  Luc Teirlinck  <teirllm@auburn.edu>
20687         * help-at-pt.el (help-at-pt-display-when-idle): Add autoload cookie.
20689 2005-01-24  Lute Kamstra  <lute@gnu.org>
20691         * textmodes/ispell.el (ispell-dictionary-alist-4): Rewrite the
20692         CASECHARS and NOT-CASECHARS regular expressions of the
20693         "nederlands" and "nederlands8" dictionaries to prevent a "Range
20694         striding over charsets" error.
20696 2005-01-24  Jay Belanger  <belanger@truman.edu>
20698         * calc/calc-store.el (calc-declare-variable): Use calc-var-name to
20699         display variable name.
20701 2005-01-24  Kenichi Handa  <handa@m17n.org>
20703         * international/encoded-kb.el (encoded-kbd-iso2022-single-shift):
20704         Fix setting of the element of encoded-kbd-iso2022-invocations.
20706 2005-01-24  Nick Roberts  <nickrob@snap.net.nz>
20708         * progmodes/gdb-ui.el (gdb-goto-breakpoint, gdb-frames-select)
20709         (gdb-threads-select): Change to also accept mouse events.
20710         (gdb-mouse-goto-breakpoint, gdb-frames-mouse-select)
20711         (gdb-threads-mouse-select): Delete.
20713 2005-01-23  Luc Teirlinck  <teirllm@auburn.edu>
20715         * files.el (insert-directory): Take care of empty directory,
20716         listed without -a switch.
20718 2005-01-23  Stefan Monnier  <monnier@iro.umontreal.ca>
20720         * textmodes/refill.el (refill-post-command-function):
20721         Add `indent-new-comment-line' and `reindent-then-newline-and-indent'
20722         to the list of functions that we should be careful not to undo.
20723         (refill-late-fill-paragraph-function): Remove.
20724         (refill-saved-state): New var.
20725         (refill-mode): Use it to save fill-paragraph-function.
20726         Save also the value of auto-fill-function.
20728         * term/w32-win.el: Simplify code.
20730 2005-01-23  Kim F. Storm  <storm@cua.dk>
20732         * simple.el (line-move): Adapt to new return value from
20733         pos-visible-in-window-p.
20735         * simple.el (line-move): Fix last change.  Check partial
20736         visibility at point rather than at window-start.
20738 2005-01-22  Jason Rumney  <jasonr@gnu.org>
20740         * term/w32-win.el (xw-defined-colors): Remove debug-message.
20742 2005-01-22  David Kastrup  <dak@gnu.org>
20744         * progmodes/grep.el: Add alias `find-grep' for `grep-find'.
20746 2005-01-22  Eli Zaretskii  <eliz@gnu.org>
20748         * type-break.el (type-break-mode): Add a test for
20749         type-break-file-name being non-nil.
20751 2005-01-22  Toby Allsopp  <Toby.Allsopp@navman.com>  (tiny change)
20753         * net/eudc.el (top level): Call (message "") via progn, so that
20754         eudc-options-file is loaded.
20756 2005-01-22  Kim F. Storm  <storm@cua.dk>
20758         * simple.el (line-move-1): Rename from line-move.
20759         (line-move): New function that adjusts vscroll for partially
20760         visible rows, and calls line-move-1 otherwise.
20762 2005-01-21  Ren\e,Ai\e(B Kyllingstad  <listmailxemacs@kyllingstad.com>
20764         * pcomplete.el: Define pcomplete-read-event instead of read-event,
20765         since it's not a complete read-event implementation
20767 2005-01-20  Jay Belanger  <belanger@truman.edu>
20769         * calc/calc-ext.el (calc-fancy-prefix-other-key): Set prefix arg
20770         for called function.
20772 2005-01-20  Steven Tamm  <steventamm@mac.com>
20774         * term/mac-win.el (process-connection-type): Remove.
20775         Controlled now by s/darwin.h:PTY_ITERATION.
20777 2005-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
20779         * window.el (handle-select-window): Don't switch window when we're
20780         in the minibuffer.
20782 2005-01-10  Paul Pogonyshev  <pogonyshev@gmx.net>
20784         * subr.el (dotimes-with-progress-reporter): New macro.
20786         * ses.el (ses-dotimes-msg): Remove macro.
20787         Use `dotimes-with-progress-reporter' instead.
20789 2005-01-19  Steven Tamm  <steventamm@mac.com>
20791         * term/mac-win.el (process-connection-type): Use new
20792         operating-system-release variable to use ptys on Darwin 7 (OS X
20793         10.3) when using carbon build.
20795 2005-01-19  Jay Belanger  <belanger@truman.edu>
20797         * calc/calc-ext.el (calc-fancy-prefix-other-key): Don't clear
20798         flags if the last command was a tab or M-tab.
20800         * calc/calc-prog.el (calc-user-define-edit): Put original formula
20801         in formula editing buffer.
20803 2005-01-19  Nick Roberts  <nickrob@snap.net.nz>
20805         * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Add help-echo for
20806         breakpoint image symbol in margin.
20808 2005-01-19  Jay Belanger  <belanger@truman.edu>
20810         * calc/calc-prog.el (calc-execute-kbd-macro):
20811         Ignore calc-keep-arg-flag.
20813 2005-01-19  Kenichi Handa  <handa@m17n.org>
20815         * textmodes/ispell.el (ispell-looking-at): New function.
20816         (ispell-process-line): Use ispell-looking-at to compare the ispell
20817         output and the buffer contents.
20819 2005-01-18  Jay Belanger  <belanger@truman.edu>
20821         * calc/calc.el (calc-display-raw): Fix docstring.
20823 2005-01-18  Stefan Monnier  <monnier@iro.umontreal.ca>
20825         * simple.el (blink-matching-open): Strip extra info from syntax.
20827         * progmodes/sh-script.el (sh-here-doc-open-re): Don't allow | or other
20828         funny chars in the end-of-here-doc marker.
20830 2005-01-19  Nick Roberts  <nickrob@snap.net.nz>
20832         * progmodes/gdb-ui.el (gdb-put-string): Copy/create strings so
20833         that enable/disabled state of breakpoints is shown correctly in
20834         fringe and on ttys.
20835         (gdb-put-breakpoint-icon, gdb-info-breakpoints-custom):
20836         Add breakpoint information as text properties.
20837         (gdb-mouse-toggle-breakpoint):
20838         Rename to gdb-mouse-set-clear-breakpoint.
20839         (gdb-mouse-toggle-breakpoint): New function.  Enable/disable
20840         breakpoints in the margin.
20841         (gdb-remove-strings): Simplify.
20843 2005-01-17  Jay Belanger  <belanger@truman.edu>
20845         * calc/calc-yank.el (calc-edit-mode): Inhibit read-only when
20846         erasing buffer.
20848 2005-01-17  Richard M. Stallman  <rms@gnu.org>
20850         * progmodes/grep.el (grep-find): Copy from `grep' the condition
20851         for calling grep-compute-defaults.
20853         * play/decipher.el (decipher-mode): Don't call decipher-read-alphabet
20854         if buffer is empty.
20856         * emacs-lisp/lisp.el (backward-kill-sexp, kill-sexp): Doc fixes.
20858 2005-01-17  Stefan Monnier  <monnier@iro.umontreal.ca>
20860         * hilit-chg.el (highlight-changes-mode): Don't autoload.
20862         * bindings.el (mode-line-mode-menu): Use bound-and-true-p for all the
20863         non-preloaded variables.
20865 2005-01-17  Steven Tamm  <steventamm@mac.com>
20867         * textmodes/tex-mode.el (tex-start-shell): Adding -i to the
20868         tex-shell cause to force interactivity when using pipes.
20870 2005-01-17  Kim F. Storm  <storm@cua.dk>
20872         * simple.el (just-one-space): Make arg optional.
20874 2005-01-17  Nick Roberts  <nickrob@snap.net.nz>
20876         * xt-mouse.el (xterm-mouse-event): Set new optional fourth arg in
20877         posn-at-x-y to t to access left-margin.
20879 2005-01-16  Michael Albinus  <michael.albinus@gmx.de>
20881         Sync with Tramp 2.0.47.
20883         * net/tramp.el (tramp-operation-not-permitted-regexp) New defcustom,
20884         catching keep-date problems in cp/scp operations.
20885         (tramp-handle-copy-file): Don't call `set-file-modes'
20886         unconditionally.  Specialized functions should know better what is
20887         necessary.  This improves performance a little bit, and the
20888         functions could catch errors with `cp -p' and `scp -p'.
20889         (tramp-do-copy-or-rename-file-via-buffer)
20890         (tramp-do-copy-or-rename-file-out-of-band): Call `set-file-modes'
20891         when appropriate.
20892         (tramp-do-copy-or-rename-file-directly): Mask `cp -p' error.
20893         Call `set-file-modes' when appropriate.
20894         (tramp-action-out-of-band): Mask `scp -p' error.  Reported by Isak
20895         Johnsson <isak@hypergene.com>
20896         (tramp-get-buffer, tramp-get-debug-buffer): Discard the undo list
20897         of both Tramp buffer and debug buffer.  Reported by Joakim Verona
20898         <joakim@verona.se>
20899         (tramp-file-name-for-operation): Mark `shell-command' as magic for
20900         Emacs only.
20902         * net/tramp-util.el (tramp-minor-mode): New minor mode.  Add it to
20903         `find-file-hooks' and `dired-mode-hook'.
20904         (tramp-minor-mode-map): Respective map.  Add remapping for
20905         `compile' and `recompile'.
20906         (tramp-remap-command, tramp-recompile): New defuns.
20907         (tramp-compile): Enable `tramp-minor-mode' and `compilation-mode'
20908         in buffer "*Compilation*".  Call the commands asynchronously.
20910         * net/tramp-vc.el (tramp-vc-do-command, tramp-vc-do-command-new)
20911         (tramp-vc-simple-command): Call `tramp-handle-shell-command' but
20912         `shell-command', because it isn't magic in XEmacs.  Reported by
20913         Adrian Aichner <adrian@xemacs.org>.
20915         * net/tramp-smb.el (tramp-smb-file-name-handler-alist): Add entry for
20916         `substitute-in-file-name.
20917         (tramp-smb-handle-substitute-in-file-name): New defun.
20918         (tramp-smb-advice-PC-do-completion): Delete advice.
20920 2005-01-16  Kai Grossjohann  <kgrossjo@eu.uu.net>
20922         * net/tramp.el (tramp-wait-for-output): Fix typo in echo processing.
20923         Fix error in deleting region.
20925 2005-01-15  Richard M. Stallman  <rms@gnu.org>
20927         * emacs-lisp/lisp-mnt.el (lm-with-file): Use Lisp mode in temp buffer.
20928         In non-temp buffer, switch syntax table temporarily.
20930         * emacs-lisp/lisp-mode.el (indent-pp-sexp): Doc fix.
20932         * replace.el (occur-accumulate-lines, occur-engine): Avoid warnings.
20934         * tar-mode.el (tar-extract): Bind buffer-undo-list to t.
20936         * imenu.el (imenu--split-menu): Copy menulist before sorting.
20937         (imenu--generic-function): Use START, not BEG, as pos of definition.
20939         * simple.el (just-one-space): Argument specifies number of spaces.
20941         * simple.el (eval-expression-print-format): Avoid warning
20942         about edebug-active.
20944 2005-01-15  James R. Van Zandt  <jrvz@comcast.net>  (Tiny change)
20946         * progmodes/sh-script.el: Code copied from make-mode.el
20947         with small changes,
20948         (sh-mode-map): Bind C-c C-\.
20949         (sh-backslash-column, sh-backslash-align): New variables.
20950         (sh-backslash-region, sh-append-backslash): New functions.
20952 2005-01-15  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
20954         * mail/rmail.el: Updated to work with movemail from GNU Mailutils
20955         (rmail-pop-password, rmail-pop-password-required): Move to
20956         rmail-obsolete group.
20957         (rmail-set-pop-password): Rename to rmail-set-remote-password.
20958         All callers updated.
20959         (rmail-get-pop-password): Rename to rmail-get-remote-password.
20960         Take an argument specifying whether it is POP or IMAP mailbox we
20961         are using.  All callers updated.
20962         (rmail-pop-password-error): Rename to
20963         rmail-remote-password-error.  Added mailutils-specific error message.
20964         (rmail-movemail-search-path)
20965         (rmail-movemail-variant-in-use): New variables.
20966         (rmail-remote-password, rmail-remote-password-required):
20967         New customization variables.
20968         (rmail-probe, rmail-autodetect, rmail-movemail-variant-p): New funs.
20969         (rmail-parse-url): New function.
20970         (rmail-get-new-mail, rmail-insert-inbox-text): Update for use
20971         with GNU mailutils movemail.
20973 2005-01-15  Kevin Ryde  <user42@zip.com.au>
20975         * info-look.el (c-mode/symbol): Add ^` to prefix, and change
20976         suffix to space, $ or '$, to correctly position point when going
20977         to @table style constants like DBL_MAX.
20979 2005-01-15  Jorgen Schaefer  <forcer@forcix.cx>  (tiny change)
20981         * type-break.el (type-break-mode, type-break-file-time)
20982         (type-break-file-keystroke-count, type-break-choose-file):
20983         Don't store data in or load data from the file if type-break-file-name
20984         is nil.
20985         (type-break-file-name): Doc update as per the above.
20987 2005-01-15  Stephen Eglen  <S.J.Eglen@damtp.cam.ac.uk>  (tiny change)
20989         * woman.el (woman-dired-define-key-maybe): If KEY is undefined,
20990         lookup-key might return nil; handle that.
20992 2005-01-15  Alan Mackenzie  <acm@muc.de>
20994         * ebrowse.el (ebrowse-class-in-tree): Return the tail of the tree
20995         rather than the element found, thus enabling the tree to be setcar'd.
20997 2005-01-14  Carsten Dominik  <dominik@science.uva.nl>
20999         * textmodes/org.el (org-show-following-heading): New option.
21000         (org-show-hierarchy-above): Use `org-show-following-heading'.
21001         (org-cycle): Documentation fix.
21003         * textmodes/org.el (orgtbl-optimized): New option
21004         (orgtbl-mode): New command, a minor mode.
21005         (orgtbl-mode-map): New variable.
21006         (turn-on-orgtbl, orgtbl-mode, orgtbl-make-binding)
21007         (orgtbl-error, orgtbl-self-insert-command)
21008         (orgtbl-delete-backward-char, orgtbl-delete-char): New functions.
21010         * textmodes/org.el (org-mode): `org-table-may-need-update' is now
21011         a local variable in each org-mode buffer.
21013         * textmodes/org.el (org-set-regexps-and-options): Rename from
21014         `org-set-regexps'.  Added checking for STARTUP keyword.
21015         (org-get-current-options): Add STARTUP options.
21016         (org-table-insert-row): Make mode intelligent about when
21017         realignment is needed.
21018         (org-self-insert-command, org-delete-backward-char, org-delete-char):
21019         New commands.
21020         (org-enable-table-editor): New default value `optimized'.
21021         (org-table-blank-field): Support blanking regions if active.
21023 2005-01-14  Carsten Dominik  <dominik@science.uva.nl>
21025         * textmodes/reftex-cite.el (reftex-bib-sort-year): Catch the case
21026         if the year is not given.
21028         * textmodes/reftex-ref.el (reftex-replace-prefix-escapes):
21029         Add new escapes %m and %M, fixed bug with %F by adding
21030         save-match-data.
21031         (reftex-reference): Remove ?. from list of spaces.
21032         (reftex-label-info): Add automatic label prefix recognition.
21034         * textmodes/reftex-index.el (reftex-index-next-phrase):
21035         Add slave parameter to call of `reftex-index-this-phrase'.
21036         (reftex-index-this-phrase): New optional argument.
21037         (reftex-index-region-phrases): Add slave parameter to call of
21038         `reftex-index-this-phrase'.
21039         (reftex-display-index): New argument redo.
21040         (reftex-index-rescan): Add `redo' to arguments of
21041         `reftex-display-index'.
21042         (reftex-index-Rescan, reftex-index-revert)
21043         (reftex-index-switch-index-tag): Add `redo' to arguments of
21044         `reftex-display-index'.
21045         (reftex-index-make-phrase-regexp): Fix bug with case-sensitive
21046         indexing.  Fix bug with matching is there is a quote before or
21047         after the word.
21049         * textmodes/reftex-cite.el (reftex-all-used-citation-keys):
21050         Fix bug when collecting citation keys in lines with comments.
21051         (reftex-citation): Prefix argument no longer rescans the document,
21052         but forces prompting for optional arguments of cite macros.
21053         (reftex-do-citation): Prompting for optional arguments implemented.
21055         * textmodes/reftex-vars.el (reftex-cite-format-builtin):
21056         Add optional arguments to most cite commands.
21057         (reftex-cite-cleanup-optional-args): New option
21058         (reftex-cite-prompt-optional-args): New option.
21059         (reftex-trust-label-prefix): New option.
21061         * textmodes/reftex-toc.el (reftex-toc-find-section):
21062         Add push-mark before changing the position in the buffer.
21064         * textmodes/reftex.el (reftex-prefix-to-typekey-alist): New variable.
21065         (reftex-compile-variables): Compute reftex-prefix-to-typekey-alist.
21067 2005-01-14  Nick Roberts  <nickrob@snap.net.nz>
21069         * xt-mouse.el (xterm-mouse-event): Compute window co-ordinates
21070         more carefully.
21072 2005-01-13  Stefan Monnier  <monnier@iro.umontreal.ca>
21074         * textmodes/sgml-mode.el (sgml-fill-nobreak): New fun.
21075         (sgml-mode): Use it.
21076         (sgml-get-context): Better keep track of implicitly closed tags.
21078 2005-01-13  Kenichi Handa  <handa@m17n.org>
21080         * textmodes/ispell.el: These changes are to fix misalignment error
21081         caused by equivalent characters of different Emacs charsets.
21082         (ispell-unified-chars-table): New variable.
21083         (ispell-get-decoded-string): New function.
21084         (ispell-get-casechars, ispell-get-not-casechars)
21085         (ispell-get-otherchars): Call ispell-get-decoded-string.
21087 2005-01-12  Johan Bockg\e,Ae\e(Brd  <bojohan@users.sourceforge.net>
21089         * custom.el (custom-declare-variable): Just put symbol instead
21090         of (defvar . symbol) in `current-load-list'.
21092 2005-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
21094         * emacs-lisp/elint.el: Fixed typo in Commentary section.
21096 2005-01-12  Jay Belanger  <belanger@truman.edu>
21098         * calc/calc-help.el (calc-describe-key): Use temporary info buffer
21099         to create a Calc summary.
21101 2005-01-12  Kim F. Storm  <storm@cua.dk>
21103         * mouse.el (mouse-on-link-p): Change functionality and doc
21104         string to comply with latest description in lisp ref.
21106 2005-01-12  Nick Roberts  <nickrob@snap.net.nz>
21108         * xt-mouse.el (xterm-mouse-translate, xterm-mouse-event):
21109         Enable mouse clicks on mode-line, header-line and margin.
21110         (event-type): Give mouse event symbols an `event-kind' property
21111         with value `mouse-click'.
21113 2005-01-12  Juri Linkov  <juri@jurta.org>
21115         * facemenu.el (list-colors-display): Add new arg buffer-name.
21116         Use it.  Fix docstring.  Replace code for identifying duplicate
21117         colors by the name with call to `list-colors-duplicates' which
21118         identifies duplicate colors by the value unless the color
21119         is one of special Windows colors.  Set truncate-lines to t.
21120         Print sorted duplicate color names on each line.  Indent to 22
21121         \(the longest color name in rgb.txt) instead of 20.  Optimize.
21122         (list-colors-duplicates): New function.
21123         (facemenu-color-name-equal): Delete function.
21125         * facemenu.el (list-colors-print): New function created from code
21126         in list-colors-display.  Print #RRGGBB at the window right edge.
21127         (list-colors-display): When temp-buffer-show-function is not
21128         defined, call list-colors-print from temp-buffer-show-hook
21129         to get the right value of window-width in list-colors-print
21130         after the buffer is displayed.
21132         * simple.el (pop-mark): Move deactivate-mark out of conditional
21133         part to deactivate the active mark regardless of the state of the
21134         mark ring.
21136         * desktop.el (desktop-save): Add `mode: emacs-lisp' to the local
21137         variables line in desktop files.
21139 2005-01-12  Juri Linkov  <juri@jurta.org>
21141         * isearch.el (search-highlight, isearch, isearch-lazy-highlight):
21142         Bring together isearch highlight related options.
21143         (lazy-highlight): Replace group `replace' by `matching'.
21144         (lazy-highlight-cleanup, lazy-highlight-initial-delay)
21145         (lazy-highlight-interval, lazy-highlight-max-at-a-time)
21146         (lazy-highlight): Add aliases to old names isearch-lazy-highlight-...
21147         and declare them obsolete.
21148         (lazy-highlight-face): Rename from isearch-lazy-highlight-face.
21149         (isearch-faces): Remove defgroup.
21150         (isearch-overlay, isearch-highlight, isearch-dehighlight):
21151         Move isearch highlighting code closer to lazy highlighting code.
21153         * replace.el (query-replace-lazy-highlight): Add lazy-highlight group.
21154         (query-replace-highlight, query-replace-lazy-highlight)
21155         (query-replace): Move definitions to the beginning of the file.
21157 2005-01-11  Juri Linkov  <juri@jurta.org>
21159         * toolbar/back_arrow.xpm, toolbar/back_arrow.pbm
21160         * toolbar/lc-back_arrow.xpm, toolbar/lc-fwd_arrow.xpm
21161         * toolbar/fwd_arrow.xpm, toolbar/fwd_arrow.pbm: New icons.
21163         * info.el (Info-history-forward): New variable.
21164         (Info-select-node): Reset Info-history-forward to nil.
21165         (Info-last): Turn into defalias.
21166         (Info-history-back): Rename from Info-last.
21167         Add current node to Info-history-forward.
21168         (Info-history-forward): New fun.
21169         (Info-mode-map): Replace Info-last by Info-history-back.
21170         Bind Info-history-forward to "r".
21171         (Info-mode-menu): Replace Info-last by Info-history-back.
21172         Fix menu item text.  Add menu item for Info-history-forward.
21173         (info-tool-bar-map): Replace Info-last by Info-history-back.
21174         Replace its icon "undo" by "back_arrow".  Add icon "fwd_arrow"
21175         for Info-history-forward.
21176         (Info-mode): Replace Info-last by Info-history-back in docstring.
21177         Add local variable Info-history-forward.
21178         (Info-goto-emacs-command-node): Replace Info-last by Info-history-back.
21180 2005-01-11  Stefan Monnier  <monnier@iro.umontreal.ca>
21182         * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line)
21183         (mouse-drag-region, mouse-drag-region-1, mouse-drag-secondary):
21184         Ignore select-window events rather than fiddle with
21185         mouse-autoselect-window.
21187 2005-01-11  Matthew Mundell  <matt@mundell.ukfsn.org>
21189         * type-break.el (type-break-mode): Fix previous change.
21191 2005-01-10  Jay Belanger  <belanger@truman.edu>
21193         * calc/calc-ext.el (calc-reset): Reset when inside embedded
21194         calculator; only reset when point is inside a calculator.
21195         Don't adjust the window height if the window takes up the whole height
21196         of the frame.
21198 2005-01-10  Thien-Thi Nguyen  <ttn@gnu.org>
21200         * ebuff-menu.el (Electric-buffer-menu-mode):
21201         Preserve value of buffer-local var header-line-format.
21203 2005-01-09  Jay Belanger  <belanger@truman.edu>
21205         * calc/calc.el (calc-mode-var-list-restore-saved-values):
21206         Make sure settings file exists before accessing it.
21208         * calc/calc-embed.el (calc-embedded-subst):
21209         Replace math-multi-subst-rec, which is only supposed to be called
21210         by math-multi-subst, by math-multi-subst.
21212 2005-01-09  Andre Spiegel  <spiegel@gnu.org>
21214         * vc.el (vc-allow-async-revert): New user option.
21215         (vc-disable-async-diff): New internal variable.
21216         (vc-revert-buffer): Use them to disable asynchronous diff.
21218         * vc-cvs.el, vc-arch.el, vc-svn.el, vc-mcvs.el (vc-cvs-diff)
21219         (vc-arch-diff, vc-svn-diff, vc-mcvs-diff): Don't diff
21220         asynchronously if vc-disable-async-diff is t.
21222 2005-01-09  Jay Belanger  <belanger@truman.edu>
21224         * calc/calc.el (defcalcmodevar): New macro.
21225         (calc-mode-var-list-restore-default-values)
21226         (calc-mode-var-list-restore-saved-values): New functions.
21227         (calc-mode-var-list): Use defcalcmodevar to define it.
21228         (calc-always-load-extensions, calc-line-numbering)
21229         (calc-line-breaking, calc-display-just, calc-display-origin)
21230         (calc-number-radix, calc-leading-zeros, calc-group-digits)
21231         (calc-group-char, calc-point-char, calc-frac-format)
21232         (calc-prefer-frac, calc-hms-format, calc-date-format)
21233         (calc-float-format, calc-full-float-format, calc-complex-format)
21234         (calc-complex-mode, calc-infinite-mode, calc-display-strings)
21235         (calc-matrix-just, calc-break-vectors, calc-full-vectors)
21236         (calc-full-trail-vectors, calc-vector-commas, calc-vector-brackets)
21237         (calc-matrix-brackets, calc-language, calc-language-option)
21238         (calc-left-label, calc-right-label, calc-word-size)
21239         (calc-previous-modulo, calc-simplify-mode, calc-auto-recompute)
21240         (calc-display-raw, calc-internal-prec, calc-angle-mode)
21241         (calc-algebraic-mode, calc-incomplete-algebraic-mode)
21242         (calc-symbolic-mode, calc-matrix-mode, calc-shift-prefix)
21243         (calc-window-height, calc-display-trail, calc-show-selections)
21244         (calc-use-selections, calc-assoc-selections)
21245         (calc-display-working-message, calc-auto-why, calc-timing)
21246         (calc-mode-save-mode, calc-standard-date-formats, calc-autorange-units)
21247         (calc-was-keypad-mode, calc-full-mode, calc-user-parse-tables)
21248         (calc-gnuplot-default-device, calc-gnuplot-default-output)
21249         (calc-gnuplot-print-device, calc-gnuplot-print-output)
21250         (calc-gnuplot-geometry, calc-graph-default-resolution)
21251         (calc-graph-default-resolution-3d, calc-invocation-macro)
21252         (calc-show-banner): Use defcalcmodevar to declare them and set
21253         their default values.
21255         * calc/calc-ext.el (calc-reset): Restore saved values of variables
21256         instead of default values (but restore default values if there is
21257         an argument of 0).
21259 2005-01-09  David Kastrup  <dak@gnu.org>
21261         * desktop.el (desktop-restore-eager): Fix typo in type.
21263 2005-01-08  Richard M. Stallman  <rms@gnu.org>
21265         * cus-edit.el (customize): Delete :link.
21267 2005-01-08  Jay Belanger  <belanger@truman.edu>
21269         * calc/calc.el (calc-mode): Remove the extension from the
21270         `calc-settings-file' file name when loading it.
21272 2005-01-08  Kim F. Storm  <storm@cua.dk>
21274         * info.el (Info-mode-map, Info-next-link-keymap)
21275         (Info-prev-link-keymap, Info-up-link-keymap):
21276         Map follow-link to mouse-face.
21277         (Info-fontify-node): Add "mouse-2: " prefix to tooltip.
21279 2005-01-08  Jay Belanger  <belanger@truman.edu>
21281         * calc/calc.el (calc-settings-file): Change default value.
21282         Suggested by cgw in a comment in calc-mode.el.
21284         * calc/calc-mode.el (calc-settings-file-name):
21285         Compare calc-settings-file to user-init-file instead of ~/.emacs.
21286         Replace ~/.emacs in a prompt by calc-settings-file.
21288 2005-01-07  Lars Hansen  <larsh@math.ku.dk>
21290         * desktop.el (desktop-restore-eager, desktop-lazy-verbose)
21291         (desktop-lazy-idle-delay): New customizable variables.
21292         (desktop-buffer-args-list): New variable.
21293         (desktop-append-buffer-args): New function.
21294         (desktop-save): Call desktop-append-buffer-args for some buffers.
21295         (desktop-lazy-create-buffer): New function.
21296         (desktop-idle-create-buffers): New function.
21297         (desktop-read): Add message about buffers to restore lazily.
21298         (desktop-lazy-abort): New command.
21299         (desktop-clear): Call desktop-lazy-abort.
21300         (desktop-lazy-complete): New command.
21302 2005-01-06  Richard M. Stallman  <rms@gnu.org>
21304         * emacs-lisp/find-func.el (find-face-definition):
21305         Rename from find-face.
21307 2005-01-06  Kim F. Storm  <storm@cua.dk>
21309         * simple.el (completion-list-mode-map): Map follow-link to mouse-face.
21311         * man.el (Man-xref-man-page, Man-xref-header-file)
21312         (Man-xref-normal-file): Add follow-link property.
21314 2005-01-06  Jay Belanger  <belanger@truman.edu>
21316         * calc/calc-units.el: Make sure the proper macro definitions are
21317         available when compiling.
21319 2005-01-06  Juri Linkov  <juri@jurta.org>
21321         * isearch.el (isearch-lazy-highlight-update):
21322         Rename `isearch-lazy-highlight-interval' to `lazy-highlight-interval'.
21324 2005-01-06  Miles Bader  <miles@gnu.org>
21326         * isearch.el (lazy-highlight): Rename from `lazy-highlight-face'.
21327         (isearch-lazy-highlight-face): Use new name.
21329 2005-01-05  Stefan Monnier  <monnier@iro.umontreal.ca>
21331         * uniquify.el (uniquify-rationalize-file-buffer-names):
21332         Re-add an interactive spec.
21333         (uniquify-rationalize-file-buffer-names): Fix corner case when renaming
21334         to the same name.
21336         * isearch.el (isearch-dehighlight): Remove unused arg `totally'.
21337         (isearch-update, isearch-done): Adjust calls accordingly.
21339 2005-01-05  Richard M. Stallman  <rms@gnu.org>
21341         * custom.el (custom-set-variables, custom-theme-set-variables):
21342         Clarify documentation.
21344         * emacs-lisp/find-func.el (find-variable)
21345         (find-variable-other-window, find-variable-other-frame):
21346         Fix the TYPE args to find-function-read and find-function-do-it.
21347         (find-function): Doc fix.
21348         (find-function-at-point): Replace function-at-point alias.
21350 2005-01-04  Richard M. Stallman  <rms@gnu.org>
21352         * cus-face.el (custom-declare-face):
21353         Record defface in current-load-list.
21355         * help-fns.el (variable-at-point): New arg ANY-SYMBOL.
21357         * emacs-lisp/find-func.el: Doc fixes.
21358         (find-face-regexp): New variable.
21359         (find-function-regexp-alist): New variable.
21360         (find-function-C-source): Third arg is now TYPE.
21361         (find-function-search-for-symbol): Handle general TYPE.
21362         (find-function-read, find-function-do-it): Handle general TYPE.
21363         (find-definition-noselect, find-face): New functions.
21364         (function-at-point): Alias deleted.
21366 2005-01-04  Stefan Monnier  <monnier@iro.umontreal.ca>
21368         * battery.el (display-battery-mode): Rename from display-battery.
21369         Handle the case where it gets turned off.
21371 2005-01-04  Richard M. Stallman  <rms@gnu.org>
21373         * cus-edit.el (customize): Make :link point to user doc.
21375         * man.el (Man-fontify-manpage): Turn off undo generation.
21377         * add-log.el (change-log-font-lock-keywords): Don't match just "From".
21379 2005-01-04  Andreas Schwab  <schwab@suse.de>
21381         * files.el (insert-directory): Only look for error lines in
21382         inserted text.  Don't move too far after processing --dired markers.
21384 2005-01-04  Richard M. Stallman  <rms@gnu.org>
21386         * mail/mailabbrev.el (sendmail-pre-abbrev-expand-hook):
21387         Don't expand if the character is @, period, dash, etc.
21388         (define-mail-abbrev): Quote names that contain problem characters.
21390 2005-01-04  Thien-Thi Nguyen  <ttn@gnu.org>
21392         * progmodes/hideshow.el: No longer require `cl'; `dolist' is standard.
21394 2005-01-03  Richard M. Stallman  <rms@gnu.org>
21396         * replace.el (replace-dehighlight): Use lazy-highlight-cleanup.
21397         (query-replace-highlight, query-replace-lazy-highlight)
21398         (query-replace): Definitions moved up.  Doc fix.
21400 2005-01-03  Richard M. Stallman  <rms@gnu.org>
21402         * isearch.el (lazy-highlight): Group renamed from isearch-lazy-...
21403         (lazy-highlight-cleanup, lazy-highlight-initial-delay)
21404         (lazy-highlight-interval, lazy-highlight-max-at-a-time)
21405         (lazy-highlight-face): Rename from isearch-lazy-...
21406         Change all references to them.
21408 2005-01-03  Luc Teirlinck  <teirllm@auburn.edu>
21410         * cus-edit.el (custom-file): Doc fix for defcustom.
21411         (custom-file): The function no longer sets the variable
21412         `custom-file' to its return value.
21414         * startup.el (command-line): No longer load `custom-file'.
21416 2005-01-03  Stefan Monnier  <monnier@iro.umontreal.ca>
21418         * emacs-lisp/find-func.el (find-variable-regexp): Avoid defface.
21420         * progmodes/perl-mode.el (perl-nochange, perl-calculate-indent):
21421         Don't confuse module-prefixed identifiers for labels.
21422         Reported by Juan-Leon Lahoz Garcia <juanleon1@gmail.com>.
21424 2005-01-02  Richard M. Stallman  <rms@gnu.org>
21426         * files.el (basic-save-buffer-1): Fix previous change.
21428         * loadhist.el (file-loadhist-lookup): New function.
21429         (file-provides, file-requires): Use it.
21431         * electric.el (Electric-pop-up-window): Use fit-window-to-buffer
21432         instead of calculating the right size.
21434 2005-01-02  Karl Chen  <quarl@cs.berkeley.edu>  (tiny change)
21436         * vc-svn.el (vc-svn-diff): Stay local if possible.
21438 2005-01-02  Stefan Monnier  <monnier@iro.umontreal.ca>
21440         * vc-arch.el (vc-arch-workfile-version): Handle the empty-branch case.
21442         * files.el (hack-local-variables): Fix last change.
21444 2005-01-02  Jay Belanger  <belanger@truman.edu>
21446         * calc/calc-yank.el (calc-edit-top): New variable.
21447         (calc-edit-mode): Set calc-edit-top to be the beginning of the edited
21448         object.  Change header properties.
21449         (calc-edit-finish, calc-edit-finish-stack-object)
21450         (calc-edit-show-buffer): Use calc-edit-top to find the beginning of the
21451         edited object.
21452         * calc/calc-sel.el (calc-finish-selection-edit): Use calc-edit-top
21453         for the beginning of the edited object.
21454         * calc/calc-embed.el (calc-embedded-finish-edit): Use calc-edit-top
21455         for the beginning of the edited object.
21456         * calc/calc-prog.el (calc-edit-macro-finish-edit)
21457         (calc-finish-formula-edit, calc-macro-repeats)
21458         (calc-edit-macro-adjust-buffer, calc-edit-format-macro-buffer)
21459         (calc-edit-macro-pre-finish-edit): Use calc-edit-top for the
21460         beginning of the edited object.
21461         (calc-user-define-edit): Change the header for editing macros.
21462         Remove unnecessary variable.
21464 2005-01-01  Jay Belanger  <belanger@truman.edu>
21466         * calc/calc-yank.el (calc-edit-mode): Change default header.
21467         (calc-edit-finish, calc-show-edit-buffer): Adjust to handle new header.
21468         * calc/calc-store.el (calc-edit-variable): Change title to match new
21469         header.
21470         * calc/calc-prog.el (calc-edit-user-syntax): Change title in edit
21471         mode to match new header.
21472         (calc-user-define-edit): Change titles to include names of commands.
21473         (calc-finish-formula-edit): Adjust to handle new header.
21474         (calc-finish-macro-edit): Remove.
21475         (calc-edit-macro-repeats, calc-edit-macro-adjust-buffer)
21476         (calc-edit-macro-command, calc-edit-macro-command-type)
21477         (calc-edit-macro-combine-alg-ent, calc-edit-macro-combine-ext-command)
21478         (calc-edit-macro-combine-var-name, calc-edit-macro-combine-digits)
21479         (calc-edit-format-macro-buffer, calc-edit-macro-pre-finish-edit)
21480         (calc-edit-macro-finish-edit): New functions.
21481         (calc-user-define-edit): Use new functions to edit named calc macros.
21483 2005-01-01  Stefan  <monnier@iro.umontreal.ca>
21485         * files.el (hack-local-variables): Cleanup prefix/suffix matching.
21487         * ses.el (copy-region-as-kill): Deactivate mark.
21489 2005-01-01  Richard M. Stallman  <rms@gnu.org>
21491         * replace.el (occur-1): If the output buffer is also an input,
21492         don't kill it, rename it.
21494         * faces.el (set-face-background, set-face-foreground): Doc fix.
21496         * cus-face.el (custom-face-attributes): Fix :help-echo strings
21497         for :foreground and :background.
21499         * dired.el (dired-view-command-alist): Variable deleted.
21500         (dired-view-file, dired-mouse-find-file-other-window):
21501         Delete the code to use it.
21503 2005-01-01  Kim F. Storm  <storm@cua.dk>
21505         * image.el (insert-sliced-image): Use t for line-height property.
21507 See ChangeLog.11 for earlier changes.
21509 ;; Local Variables:
21510 ;; coding: iso-2022-7bit
21511 ;; End:
21513     Copyright (C) 2005, 2006 Free Software Foundation, Inc.
21514   Copying and distribution of this file, with or without modification,
21515   are permitted provided the copyright notice and this notice are preserved.
21517 ;;; arch-tag: e39939be-dab3-400e-86f5-0e2701a883c1